pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio use LIBTOOL_OVERRIDE. fixes installation on Sola...
details: https://anonhg.NetBSD.org/pkgsrc/rev/45b87c45309b
branches: trunk
changeset: 466771:45b87c45309b
user: grant <grant%pkgsrc.org@localhost>
date: Fri Jan 23 06:37:00 2004 +0000
description:
use LIBTOOL_OVERRIDE. fixes installation on Solaris (and others).
re-arrange mserv/Makefile a little to be more readable and
consistent with mserv-devel.
bump PKGREVISIONs.
diffstat:
audio/mserv-devel/Makefile | 6 +++++-
audio/mserv/Makefile | 18 +++++++++++-------
2 files changed, 16 insertions(+), 8 deletions(-)
diffs (58 lines):
diff -r 9a86e81a396f -r 45b87c45309b audio/mserv-devel/Makefile
--- a/audio/mserv-devel/Makefile Fri Jan 23 06:26:03 2004 +0000
+++ b/audio/mserv-devel/Makefile Fri Jan 23 06:37:00 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 04:18:18 kim Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/23 06:37:00 grant Exp $
#
DISTNAME= mserv-0.39a
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mserv/}
@@ -13,6 +14,9 @@
CONFIGURE_ARGS+= --with-engine-icecast
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv
USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
REPLACE_PERL= support/mservedit webclient/main.cgi \
webclient/margin.cgi webclient/mserv.cgi
diff -r 9a86e81a396f -r 45b87c45309b audio/mserv/Makefile
--- a/audio/mserv/Makefile Fri Jan 23 06:26:03 2004 +0000
+++ b/audio/mserv/Makefile Fri Jan 23 06:37:00 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/01/16 13:27:40 abs Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/23 06:37:00 grant Exp $
#
DISTNAME= mserv-0.35
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://www.mserv.org/download/
@@ -12,11 +12,15 @@
DEPENDS+= mpg123-[0-9]*:../mpg123
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= MY_LIBS="-lvorbisfile -lvorbis"
-CONFIGURE_ARGS+=--datadir=${PREFIX}/share/mserv
-USE_BUILDLINK2= yes
-REPLACE_PERL= support/mservedit webclient/main.cgi webclient/margin.cgi webclient/mserv.cgi
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv
+CONFIGURE_ENV+= MY_LIBS="-lvorbisfile -lvorbis"
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+REPLACE_PERL= support/mservedit webclient/main.cgi \
+ webclient/margin.cgi webclient/mserv.cgi
LDFLAGS.SunOS+= -lnsl -lsocket
Home |
Main Index |
Thread Index |
Old Index