diff options
author | mycroft <mycroft> | 1998-03-20 05:54:42 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-20 05:54:42 +0000 |
commit | 60105951dca9895787b584b16fa69b03f0472251 (patch) | |
tree | 3112f74522c5958b46c48a562ca90109f8727ffa /audio | |
parent | 90477580a31d01c460a3e640ab4dfddd9a610d10 (diff) | |
download | pkgsrc-60105951dca9895787b584b16fa69b03f0472251.tar.gz |
Tidy this up, and make me the `maintainer'.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amp/Makefile | 10 | ||||
-rw-r--r-- | audio/amp/patches/patch-aa | 19 | ||||
-rw-r--r-- | audio/amp/patches/patch-ab | 39 | ||||
-rw-r--r-- | audio/amp/patches/patch-ac | 9 |
4 files changed, 3 insertions, 74 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 64beee7c508..7268b285fed 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: amp +# Makefile for: amp # Version required: 0.7.6 -# Date created: Jun 23 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $NetBSD: Makefile,v 1.3 1998/01/08 17:11:15 agc Exp $ -# FreeBSD Id: Makefile,v 1.2 1997/09/03 08:35:30 max Exp +# $NetBSD: Makefile,v 1.4 1998/03/20 06:02:06 mycroft Exp $ # DISTNAME= amp-0.7.6 @@ -12,8 +9,7 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ EXTRACT_SUFX= .tgz -# FreeBSD maintainer -MAINTAINER= vanilla@MinJe.com.TW +MAINTAINER= mycroft@NetBSD.ORG GNU_CONFIGURE= yes diff --git a/audio/amp/patches/patch-aa b/audio/amp/patches/patch-aa deleted file mode 100644 index d6313b1a88e..00000000000 --- a/audio/amp/patches/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** configure.orig Mon Sep 1 19:01:06 1997 ---- configure Mon Sep 1 19:12:55 1997 -*************** case "$OS_TYPE" in -*** 1409,1415 **** - if test "$OS_TYPE" = "FreeBSD" ; then - OS_TYPE="BSD" - fi -! CFLAGS="-O6 -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}" - DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE" - ;; - ---- 1409,1415 ---- - if test "$OS_TYPE" = "FreeBSD" ; then - OS_TYPE="BSD" - fi -! CFLAGS="-O2 -m486 -pipe -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}" - DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE" - ;; - diff --git a/audio/amp/patches/patch-ab b/audio/amp/patches/patch-ab deleted file mode 100644 index aba343a13c6..00000000000 --- a/audio/amp/patches/patch-ab +++ /dev/null @@ -1,39 +0,0 @@ -*** audioIO_Linux.c.orig Mon Sep 1 19:29:08 1997 ---- audioIO_Linux.c Mon Sep 1 19:33:25 1997 -*************** -*** 26,32 **** - - /* optimal fragment size */ - -! int AUSIZ = 0; - - /* declare these static to effectively isolate the audio device */ - ---- 26,32 ---- - - /* optimal fragment size */ - -! int AUSIZ = 32768; - - /* declare these static to effectively isolate the audio device */ - -*** audioIO.h.orig Mon Sep 1 19:33:43 1997 ---- audioIO.h Mon Sep 1 19:34:04 1997 -*************** extern int AUSIZ; -*** 12,18 **** - #endif - - #ifdef OS_BSD -! #define AUSIZ 32768 - #endif - - #if defined(OS_IRIX) || defined(OS_IRIX64) ---- 12,19 ---- - #endif - - #ifdef OS_BSD -! /* #define AUSIZ 32768 */ -! extern int AUSIZ; - #endif - - #if defined(OS_IRIX) || defined(OS_IRIX64) diff --git a/audio/amp/patches/patch-ac b/audio/amp/patches/patch-ac index 6bffb9c63aa..7b4c9e9c3ce 100644 --- a/audio/amp/patches/patch-ac +++ b/audio/amp/patches/patch-ac @@ -65,12 +65,3 @@ CC="gcc" if test "$ARCH_TYPE" = "i486" ; then CFLAGS_ARCH="-m486" -@@ -1409,7 +1409,7 @@ - if test "$OS_TYPE" = "FreeBSD" ; then - OS_TYPE="BSD" - fi -- CFLAGS="-O2 -m486 -pipe -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}" -+ CFLAGS="-O6 -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}" - DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE" - ;; - |