diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-08-15 14:32:18 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-08-15 14:32:18 +0000 |
commit | d468e3bf490a07165289e9df416b252ac52cb0d6 (patch) | |
tree | e212b2a3a85513a3d2846bf951978ae021f3eff2 /audio/mpg321 | |
parent | 0549fd575f0c8ba97dfd213ab0dac9e47d8cb31c (diff) | |
download | ports-d468e3bf490a07165289e9df416b252ac52cb0d6.tar.gz ports-d468e3bf490a07165289e9df416b252ac52cb0d6.zip |
Notes
Diffstat (limited to 'audio/mpg321')
-rw-r--r-- | audio/mpg321/Makefile | 3 | ||||
-rw-r--r-- | audio/mpg321/distinfo | 2 | ||||
-rw-r--r-- | audio/mpg321/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | audio/mpg321/files/patch-configure | 14 |
4 files changed, 3 insertions, 30 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 9a6fbb0b2ceb..d72f60696c93 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpg321 -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.5 CATEGORIES= audio MASTER_SITES= http://people.debian.org/~drew/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,6 +17,7 @@ LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao BUILD_DEPENDS= ${LOCALBASE}/lib/libmad.a:${PORTSDIR}/audio/mad GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-mpg123-symlink CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/mpg321/distinfo b/audio/mpg321/distinfo index 7c0c0cc67cd3..3ba2170a7401 100644 --- a/audio/mpg321/distinfo +++ b/audio/mpg321/distinfo @@ -1 +1 @@ -MD5 (mpg321_0.1.3.tar.gz) = 1a8c081fd299eb84bdd46d896a8beb10 +MD5 (mpg321_0.1.5.tar.gz) = 8632ea26959ae3057a6a6414e47fb486 diff --git a/audio/mpg321/files/patch-Makefile.in b/audio/mpg321/files/patch-Makefile.in deleted file mode 100644 index 0392649f8c0b..000000000000 --- a/audio/mpg321/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Wed Jul 25 22:48:58 2001 -+++ Makefile.in Wed Jul 25 22:49:18 2001 -@@ -339,7 +339,7 @@ - - install-exec-am: install-binPROGRAMS - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook -+ - install-exec: install-exec-am - - install-data-am: install-man diff --git a/audio/mpg321/files/patch-configure b/audio/mpg321/files/patch-configure deleted file mode 100644 index ae1937fd72a9..000000000000 --- a/audio/mpg321/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sat Feb 10 20:39:39 2001 -+++ configure Sat Feb 10 20:39:50 2001 -@@ -1078,7 +1078,7 @@ - AO_LIBS="-L$ao_prefix/lib" - fi - -- AO_LIBS="$AO_LIBS -lao -ldl" -+ AO_LIBS="$AO_LIBS -lao" - - echo $ac_n "checking for ao""... $ac_c" 1>&6 - echo "configure:1085: checking for ao" >&5 |