Wed Apr 25 15:14:49 2012 UTC ()
g/c stale "tre" dependency


(drochner)
diff -r1.4 -r1.5 pkgsrc/audio/streamripper-current/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/audio/streamripper-current/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/streamripper-current/Attic/Makefile 2012/03/03 00:12:44 1.4
+++ pkgsrc/audio/streamripper-current/Attic/Makefile 2012/04/25 15:14:48 1.5
@@ -1,30 +1,27 @@ @@ -1,30 +1,27 @@
1# $NetBSD: Makefile,v 1.4 2012/03/03 00:12:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2012/04/25 15:14:48 drochner Exp $
2# 2#
3 3
4DISTNAME= streamripper-1.64.3 4DISTNAME= streamripper-1.64.3
5PKGREVISION= 3 5PKGREVISION= 3
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://streamripper.sourceforge.net/ 10HOMEPAGE= http://streamripper.sourceforge.net/
11COMMENT= Splits SHOUTcast stream into tracks 11COMMENT= Splits SHOUTcast stream into tracks
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --without-included-tre 
17BUILDLINK_API_DEPENDS.tre+= tre>=0.7.5nb1 
18CONFIGURE_ARGS+= --without-included-libmad 16CONFIGURE_ARGS+= --without-included-libmad
19USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
20 18
21PTHREAD_OPTS+= require 19PTHREAD_OPTS+= require
22 20
23.include "options.mk" 21.include "options.mk"
24 22
25.include "../../audio/libmad/buildlink3.mk" 23.include "../../audio/libmad/buildlink3.mk"
26.include "../../converters/libiconv/buildlink3.mk" 24.include "../../converters/libiconv/buildlink3.mk"
27.include "../../devel/tre/buildlink3.mk" 
28.include "../../devel/glib2/buildlink3.mk" 25.include "../../devel/glib2/buildlink3.mk"
29.include "../../mk/pthread.buildlink3.mk" 26.include "../../mk/pthread.buildlink3.mk"
30.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"