1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Upgrade, 0.7.3 -> 0.7.6.

PR:		4457
Submitted by:	the port maintainer
This commit is contained in:
Masafumi Max NAKANE 1997-09-03 08:35:31 +00:00
parent 4bcd0149b2
commit e566a0c268
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7762
3 changed files with 13 additions and 16 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: amp
# Version required: 0.7.3
# Version required: 0.7.6
# Date created: Jun 23 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/08/31 22:19:54 max Exp $
#
DISTNAME= amp-0.7.3
DISTNAME= amp-0.7.6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/
EXTRACT_SUFX= .tgz
@ -20,6 +20,6 @@ MAN1= amp.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
@ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (amp-0.7.3.tgz) = 48029668ed9b74a3425727763caa12d0
MD5 (amp-0.7.6.tgz) = c12a27ac84b417bdac3330c3aa366122

View File

@ -1,22 +1,19 @@
*** configure.orig Mon Jun 23 13:49:07 1997
--- configure Mon Jun 23 13:51:27 1997
*** configure.orig Mon Sep 1 19:01:06 1997
--- configure Mon Sep 1 19:12:55 1997
*************** case "$OS_TYPE" in
*** 1281,1288 ****
fi
*** 1409,1415 ****
if test "$OS_TYPE" = "FreeBSD" ; then
OS_TYPE="BSD"
fi
! CFLAGS="-DOS_${OS_TYPE} -DARCH_${ARCH_TYPE} -Wall -O6 -ffast-math -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}"
! CFLAGS="-O6 -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
;;
SunOS)
--- 1281,1289 ----
fi
--- 1409,1415 ----
if test "$OS_TYPE" = "FreeBSD" ; then
OS_TYPE="BSD"
+ SOUNDCARD="HAVE_MACHINE_SOUNDCARD_H"
fi
! CFLAGS="-DOS_${OS_TYPE} -DARCH_${ARCH_TYPE} -Wall -O2 -m486 -pipe -ffast-math -DNO_BYTE_SWAPPING -D${SOUNDCARD} ${CFLAGS_ARCH}"
! CFLAGS="-O2 -m486 -pipe -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
;;
SunOS)