summaryrefslogtreecommitdiff
path: root/audio/mpg123
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1998-05-28 13:34:35 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1998-05-28 13:34:35 +0000
commit5aac4510662e90e1f40e6a019b12670dfda9b9a3 (patch)
tree5ab49f1a5199a76f4469d365b4f445620ad1fe81 /audio/mpg123
parentDamn, too quick with my fingers. (diff)
upgrade to 0.59o
Notes
Notes: svn path=/head/; revision=11178
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/Makefile6
-rw-r--r--audio/mpg123/distinfo2
-rw-r--r--audio/mpg123/files/patch-aa19
3 files changed, 23 insertions, 4 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index cccc7ea1224f..0f052634d7af 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: mpg123
-# Version required: 0.59n
+# Version required: 0.59o
# Date created: 25 June 1997
# Whom: Carey Jones <mcj@acquiesce.org>
#
-# $Id: Makefile,v 1.4 1998/02/02 14:29:36 vanilla Exp $
+# $Id: Makefile,v 1.5 1998/05/17 03:53:52 mph Exp $
#
-DISTNAME= mpg123-0.59n
+DISTNAME= mpg123-0.59o
CATEGORIES= audio
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/
diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo
index 852bc226b7a3..535ad857c3d0 100644
--- a/audio/mpg123/distinfo
+++ b/audio/mpg123/distinfo
@@ -1 +1 @@
-MD5 (mpg123-0.59n.tar.gz) = 529a2d7371bd0ca1a05c924ed5a5a01b
+MD5 (mpg123-0.59o.tar.gz) = 5e2788f33e1cb5347a13ae39de6bd8e0
diff --git a/audio/mpg123/files/patch-aa b/audio/mpg123/files/patch-aa
new file mode 100644
index 000000000000..5f61afb81732
--- /dev/null
+++ b/audio/mpg123/files/patch-aa
@@ -0,0 +1,19 @@
+*** Makefile.orig Thu May 28 15:12:56 1998
+--- Makefile Thu May 28 15:13:31 1998
+***************
+*** 251,257 ****
+ @ $(MAKE) BINNAME=mpg123m mpg123
+
+ mpg123-make:
+! @ $(MAKE) BINNAME=mpg123 mpg123
+
+ mpg123: mpg123.o common.o $(OBJECTS) decode_2to1.o decode_4to1.o \
+ tabinit.o audio.o layer1.o layer2.o layer3.o buffer.o \
+--- 251,257 ----
+ @ $(MAKE) BINNAME=mpg123m mpg123
+
+ mpg123-make:
+! @ $(MAKE) CFLAGS="$(CFLAGS)" BINNAME=mpg123 mpg123
+
+ mpg123: mpg123.o common.o $(OBJECTS) decode_2to1.o decode_4to1.o \
+ tabinit.o audio.o layer1.o layer2.o layer3.o buffer.o \