summaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authorhasso <hasso>2009-07-09 19:10:25 +0000
committerhasso <hasso>2009-07-09 19:10:25 +0000
commit2234df5e78334561a5e9ec10fc94922b33369a5e (patch)
tree173ce4c879b88f5fb24601b899ce1cebc6eba929 /audio/nas
parent2a9b113396cf4df13e8d7542cbc1a4482dbc481d (diff)
downloadpkgsrc-2234df5e78334561a5e9ec10fc94922b33369a5e.tar.gz
Libm is needed on DragonFly as well. Bump PKGREVISION.
Diffstat (limited to 'audio/nas')
-rw-r--r--audio/nas/Makefile4
-rw-r--r--audio/nas/distinfo4
-rw-r--r--audio/nas/patches/patch-aa4
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index d09d872f0a9..5137c19a62f 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2008/11/10 17:21:33 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2009/07/09 19:10:25 hasso Exp $
DISTNAME= nas-1.9.1.src
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nas/}
diff --git a/audio/nas/distinfo b/audio/nas/distinfo
index b8c218a8ec0..e9a2e6d62a0 100644
--- a/audio/nas/distinfo
+++ b/audio/nas/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2009/02/03 09:39:16 dbj Exp $
+$NetBSD: distinfo,v 1.27 2009/07/09 19:10:25 hasso Exp $
SHA1 (nas-1.9.1.src.tar.gz) = 1207a821676ca1b763a47e3c278262a64a626ba3
RMD160 (nas-1.9.1.src.tar.gz) = 6d6aa05ae2376fbc8ff3145b73da1d28b190a856
Size (nas-1.9.1.src.tar.gz) = 1454523 bytes
-SHA1 (patch-aa) = d5dbebf1f718a905df07f76473058699c8f58604
+SHA1 (patch-aa) = f407891f0207d789c0e5bf7a455fd7798ce01fde
SHA1 (patch-ab) = d424b0970bd23584629f6a9bebea8b8c014462b5
SHA1 (patch-ac) = 48f6c6791bde679774fd534012e8da2cf6e1e781
SHA1 (patch-ad) = b889775d66e1de80fc9bc2563f9cc0ebf720ad71
diff --git a/audio/nas/patches/patch-aa b/audio/nas/patches/patch-aa
index 62e36687008..be7d828d54f 100644
--- a/audio/nas/patches/patch-aa
+++ b/audio/nas/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.11 2008/05/31 13:32:04 tnn Exp $
+$NetBSD: patch-aa,v 1.12 2009/07/09 19:10:25 hasso Exp $
--- lib/audio/Imakefile.orig 2006-08-14 03:10:05.000000000 +0200
+++ lib/audio/Imakefile
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.11 2008/05/31 13:32:04 tnn Exp $
#endif
-#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__)
-+#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) || defined(NetBSDArchitecture)
++#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) || defined(NetBSDArchitecture) || defined(DragonFlyArchitecture)
REQUIREDLIBS = -L$(USRLIBDIR) -lXt $(XAULIB) -lm
-#endif
-