pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/nas Define BSD44SOCKETS when building libaudio o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e212d4f1d714
branches: trunk
changeset: 492236:e212d4f1d714
user: markd <markd%pkgsrc.org@localhost>
date: Thu Apr 07 14:33:56 2005 +0000
description:
Define BSD44SOCKETS when building libaudio on NetBSD.
>From PR pkg/20615 by Scott Presnell.
Scott's patch was added to nas before 1.7 but then broken, this fixes that.
Bump PKGREVISION.
diffstat:
audio/nas/Makefile | 3 ++-
audio/nas/distinfo | 3 ++-
audio/nas/patches/patch-ag | 13 +++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
diffs (44 lines):
diff -r c01ac30f5bcb -r e212d4f1d714 audio/nas/Makefile
--- a/audio/nas/Makefile Thu Apr 07 14:24:47 2005 +0000
+++ b/audio/nas/Makefile Thu Apr 07 14:33:56 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2005/04/07 12:38:46 markd Exp $
+# $NetBSD: Makefile,v 1.52 2005/04/07 14:33:56 markd Exp $
DISTNAME= nas-1.7.src
PKGNAME= ${DISTNAME:S/.src//}
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://nas.codebrilliance.com/nas/ \
ftp://ftp.uni-duisburg.de/Sound/NAS/
diff -r c01ac30f5bcb -r e212d4f1d714 audio/nas/distinfo
--- a/audio/nas/distinfo Thu Apr 07 14:24:47 2005 +0000
+++ b/audio/nas/distinfo Thu Apr 07 14:33:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/02/23 20:39:50 agc Exp $
+$NetBSD: distinfo,v 1.13 2005/04/07 14:33:56 markd Exp $
SHA1 (nas-1.7.src.tar.gz) = a41adef84d0bf4c8e02b14d77bec0d284e7c9317
RMD160 (nas-1.7.src.tar.gz) = 227ddc4f5f9d264c97066dc461bad138776d1dfd
@@ -8,3 +8,4 @@
SHA1 (patch-ad) = 5918e8188c8400fc7133c3ae4016d99c7c7594fa
SHA1 (patch-ae) = f8ec2cb1809937aa7366ab65bee294e8affce543
SHA1 (patch-af) = 3dfd09dad97549c69e44aac042ed971534926cca
+SHA1 (patch-ag) = 2647f49866b335231439a2e4ba2d1840a136b5cc
diff -r c01ac30f5bcb -r e212d4f1d714 audio/nas/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/nas/patches/patch-ag Thu Apr 07 14:33:56 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2005/04/07 14:33:56 markd Exp $
+
+--- lib/audio/Imakefile.orig 2005-04-08 01:55:21.000000000 +1200
++++ lib/audio/Imakefile
+@@ -59,7 +59,7 @@
+ #endif
+
+ XCOMM JET - hmmm.
+-#if (defined(FreeBSDArchitecture) || defined(BSDArchitecture)) && defined(HasBSD44Sockets)
++#if (defined(FreeBSDArchitecture) || defined(NetBSDArchitecture) || defined(BSDArchitecture)) && defined(HasBSD44Sockets)
+ EXTRA_DEFINES = -DBSD44SOCKETS
+ #endif
+
Home |
Main Index |
Thread Index |
Old Index