pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43755: audio/portaudio fails to build
>Number: 43755
>Category: pkg
>Synopsis: audio/portaudio fails to build
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Aug 14 11:00:00 +0000 2010
>Originator: Ryo ONODERA
>Release: NetBSD 5.99.38
>Organization:
>Environment:
System: NetBSD hydrogen.elements.tetera.org 5.99.38 NetBSD 5.99.38 (GENERIC)
#0: Tue Aug 10 21:10:56 UTC 2010
builds%b7.netbsd.org@localhost:/home/builds/ab/HEAD/i386/201008110000Z-obj/home/builds/ab/HEAD/src/sys/arch/i386/compile/GENERIC
i386
Architecture: i386
Machine: i386
>Description:
Probably behavior of devel/gmake has been changed, and build fails.
>How-To-Repeat:
$ cd /usr/pkgsrc/audio/portaudio
$ make
>Fix:
Index: distinfo
===================================================================
RCS file: /usr/cvsrep/pkgsrc/audio/portaudio/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo 5 Feb 2008 20:21:56 -0000 1.9
+++ distinfo 14 Aug 2010 10:52:12 -0000
@@ -4,7 +4,7 @@
RMD160 (portaudio_v18_1.zip) = 3352d70225a81aae80eefabc3701658da0c750c2
Size (portaudio_v18_1.zip) = 550130 bytes
SHA1 (patch-aa) = e522bfbf7f69d6f15fd0a32e01a480db922acc56
-SHA1 (patch-ac) = ab322d3a8c65f4c611e694b0d845132b7b58b4dc
+SHA1 (patch-ac) = 6cd771418a71d71e87f15fe9622c4915daf242ee
SHA1 (patch-ad) = 5a343e721ae183facc58195026c7e5c49536632a
SHA1 (patch-ae) = c2744f10d80a478ad571fcce82bf301d6c50cb59
SHA1 (patch-af) = da42578e66137f95edbbb86bde724af32e398d57
Index: patches/patch-ac
===================================================================
RCS file: /usr/cvsrep/pkgsrc/audio/portaudio/patches/patch-ac,v
retrieving revision 1.6
diff -u -r1.6 patch-ac
--- patches/patch-ac 5 Feb 2008 20:21:56 -0000 1.6
+++ patches/patch-ac 14 Aug 2010 10:50:35 -0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.6 2008/02/05 20:21:56 drochner Exp $
+$NetBSD$
---- Makefile.in.orig 2003-02-11 23:24:56.000000000 +0100
+--- Makefile.in.orig 2003-02-11 14:24:56.000000000 +0000
+++ Makefile.in
@@ -5,14 +5,14 @@
#
@@ -46,3 +46,14 @@
@echo ""
@echo "------------------------------------------------------------"
@echo "PortAudio was successfully installed."
+@@ -89,8 +86,8 @@ clean:
+ %.o: %.c Makefile $(PAINC)
+ $(CC) -c $(CFLAGS) $< -o $@
+
+-bin:
++bin/:
+ mkdir bin
+
+-lib:
++lib/:
+ mkdir lib
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index