1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

upgrade to 0.59o

This commit is contained in:
Torsten Blum 1998-05-28 13:34:35 +00:00
parent 37cd01671c
commit 5aac451066
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11178
3 changed files with 23 additions and 4 deletions

View File

@ -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/

View File

@ -1 +1 @@
MD5 (mpg123-0.59n.tar.gz) = 529a2d7371bd0ca1a05c924ed5a5a01b
MD5 (mpg123-0.59o.tar.gz) = 5e2788f33e1cb5347a13ae39de6bd8e0

View File

@ -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 \