pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/lame bl3ify, also remove PLIST_SUBST part (it's ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34e084197356
branches:  trunk
changeset: 468217:34e084197356
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Feb 11 08:33:51 2004 +0000

description:
bl3ify, also remove PLIST_SUBST part (it's not needed anymore) and
replace obsoleted LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.

diffstat:

 audio/lame/Makefile |  18 ++++++------------
 audio/lame/PLIST    |   6 +++---
 2 files changed, 9 insertions(+), 15 deletions(-)

diffs (71 lines):

diff -r 101304122ed9 -r 34e084197356 audio/lame/Makefile
--- a/audio/lame/Makefile       Wed Feb 11 08:32:14 2004 +0000
+++ b/audio/lame/Makefile       Wed Feb 11 08:33:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/02/03 01:42:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.35 2004/02/11 08:33:51 xtraeme Exp $
 #
 
 DISTNAME=      lame-${VERS}
@@ -14,11 +14,11 @@
 
 LICENSE=       fee-based-commercial-use
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
 
 USE_LIBTOOL=           yes
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-vorbis
@@ -27,26 +27,20 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "FreeBSD"
-PLIST_SUBST+=          AVAILABLE="@comment "
-.else
-PLIST_SUBST+=          AVAILABLE=
-.endif
-
 .if defined(LAME_USE_GTK)
 CONFIGURE_ENV+=                GTK_CONFIG=${BUILDLINK_PREFIX.gtk}/bin/gtk-config
-.  include "../../x11/gtk/buildlink2.mk"
+.  include "../../x11/gtk/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-analyzer
 .endif
 
 .if ${MACHINE_ARCH} == "alpha"
-.  include "../../math/libffm/buildlink2.mk"
+.  include "../../math/libffm/buildlink3.mk"
 # double is faster than float on Alpha
 CFLAGS+=       -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \
                -mfp-regs -fschedule-insns -fschedule-insns2              \
                -finline-functions -DFLOAT=double
 .endif
 
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 101304122ed9 -r 34e084197356 audio/lame/PLIST
--- a/audio/lame/PLIST  Wed Feb 11 08:32:14 2004 +0000
+++ b/audio/lame/PLIST  Wed Feb 11 08:33:51 2004 +0000
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2004/02/03 01:42:23 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/02/11 08:33:51 xtraeme Exp $
 bin/lame
 include/lame/lame.h
 lib/libmp3lame.a
-${AVAILABLE}lib/libmp3lame.la
+lib/libmp3lame.la
 lib/libmp3lame.so
 lib/libmp3lame.so.0
-${AVAILABLE}lib/libmp3lame.so.0.0
+lib/libmp3lame.so.0.0
 man/man1/lame.1
 share/doc/html/lame/basic.html
 share/doc/html/lame/contributors.html



Home | Main Index | Thread Index | Old Index