Fri Sep 19 17:49:26 2008 UTC ()
Don't build with debug by default as it's way too verbose.


(ahoka)
diff -r1.2 -r1.3 pkgsrc/audio/libmpg123/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/audio/libmpg123/options.mk

cvs diff -r1.2 -r1.3 pkgsrc/audio/libmpg123/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libmpg123/Attic/Makefile 2008/09/08 23:26:18 1.2
+++ pkgsrc/audio/libmpg123/Attic/Makefile 2008/09/19 17:49:26 1.3
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.2 2008/09/08 23:26:18 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2008/09/19 17:49:26 ahoka Exp $
2# 2#
3 3
4.include "../../audio/libmpg123/Makefile.version" 4.include "../../audio/libmpg123/Makefile.version"
5 5
6DISTNAME= mpg123-${MPG123_VERSION} 6DISTNAME= mpg123-${MPG123_VERSION}
7PKGREVISION=  7PKGREVISION= 1
8CATEGORIES= audio 8CATEGORIES= audio
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/} 9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/}
10EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
11 11
12MAINTAINER= bjs@NetBSD.org 12MAINTAINER= bjs@NetBSD.org
13HOMEPAGE= http://mpg123.sourceforge.net/ 13HOMEPAGE= http://mpg123.sourceforge.net/
14COMMENT= MPEG layer 1, 2, and 3 decoder library 14COMMENT= MPEG layer 1, 2, and 3 decoder library
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_TOOLS+= pkg-config 19USE_TOOLS+= pkg-config
20USE_LIBTOOL= yes 20USE_LIBTOOL= yes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/libmpg123/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/libmpg123/Attic/options.mk 2008/09/07 00:56:15 1.1.1.1
+++ pkgsrc/audio/libmpg123/Attic/options.mk 2008/09/19 17:49:26 1.2
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: options.mk,v 1.1.1.1 2008/09/07 00:56:15 bjs Exp $ 1# $NetBSD: options.mk,v 1.2 2008/09/19 17:49:26 ahoka Exp $
2# 2#
3 3
4PKG_OPTIONS_VAR= PKG_OPTIONS.libmp123 4PKG_OPTIONS_VAR= PKG_OPTIONS.libmp123
5PKG_SUPPORTED_OPTIONS= inet6 debug 5PKG_SUPPORTED_OPTIONS= inet6 debug
6 6
7.include "../../mk/bsd.fast.prefs.mk" 7.include "../../mk/bsd.fast.prefs.mk"
8 8
9.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "i386" 9.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "i386"
10PKG_SUPPORTED_OPTIONS+= simd 10PKG_SUPPORTED_OPTIONS+= simd
11.elif !empty(MACHINE_ARCH:Marm*) 11.elif !empty(MACHINE_ARCH:Marm*)
12PKG_SUPPORTED_OPTIONS+= mpg123-arm-fixed64 12PKG_SUPPORTED_OPTIONS+= mpg123-arm-fixed64
13.endif 13.endif
14 14
15PKG_SUGGESTED_OPTIONS= ${PKG_SUPPORTED_OPTIONS} 15PKG_SUGGESTED_OPTIONS= ${PKG_SUPPORTED_OPTIONS:S/debug//}
16 16
17.include "../../mk/bsd.options.mk" 17.include "../../mk/bsd.options.mk"
18 18
19SIMD_CONFIGURE_ARGS.powerpc= altvec 19SIMD_CONFIGURE_ARGS.powerpc= altvec
20SIMD_CONFIGURE_ARGS.i386= x86_dither 20SIMD_CONFIGURE_ARGS.i386= x86_dither
21 21
22.if empty(PKG_OPTIONS:Minet6) 22.if empty(PKG_OPTIONS:Minet6)
23CONFIGURE_ARGS+= --with-ipv6=no 23CONFIGURE_ARGS+= --with-ipv6=no
24.endif 24.endif
25 25
26.if !empty(PKG_OPTIONS:Msimd) 26.if !empty(PKG_OPTIONS:Msimd)
27CONFIGURE_ARGS+= --with-cpu=${SIMD_CONFIGURE_ARGS.${MACHINE_ARCH}} 27CONFIGURE_ARGS+= --with-cpu=${SIMD_CONFIGURE_ARGS.${MACHINE_ARCH}}
28.elif !empty(PKG_OPTIONS:Mmpg123-arm-fixed64) 28.elif !empty(PKG_OPTIONS:Mmpg123-arm-fixed64)