diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-12-24 04:57:11 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-12-24 04:57:11 +0000 |
commit | b1a016d41bb6ebcf0ba35c724ab30d825cdca60c (patch) | |
tree | cae7eac806ef0ea578bcf8946aa913e5f31ba8a6 /audio | |
parent | af4eda4a68d5897c233b30bdc11cee2ef67c60af (diff) | |
download | ports-b1a016d41bb6ebcf0ba35c724ab30d825cdca60c.tar.gz ports-b1a016d41bb6ebcf0ba35c724ab30d825cdca60c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gogo/Makefile | 5 | ||||
-rw-r--r-- | audio/gogo/distinfo | 2 | ||||
-rw-r--r-- | audio/gogo/files/patch-ac | 21 |
3 files changed, 23 insertions, 5 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index 89ade5aa7de6..1a14db8da0b7 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gogo -PORTVERSION= 2.36 +PORTVERSION= 2.39a CATEGORIES= audio MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/ -DISTNAME= gogo236 +DISTNAME= gogo239a EXTRACT_SUFX= .tgz MAINTAINER= nakai@FreeBSD.org @@ -31,6 +31,7 @@ pre-fetch: .if !defined(WITH_THREADS) @${ECHO_MSG} "set WITH_THREADS to compile with linuxthreads." @${ECHO_MSG} "It would increase performance in SMP environment." +MAKE_ENV+= "USE_MT=no" .else MAKE_ENV+= "USE_MT=yes" LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads diff --git a/audio/gogo/distinfo b/audio/gogo/distinfo index 5ad531071d35..f31aeba0e902 100644 --- a/audio/gogo/distinfo +++ b/audio/gogo/distinfo @@ -1 +1 @@ -MD5 (gogo236.tgz) = 5f825fb64d059e39699182f4edaa72a0 +MD5 (gogo239a.tgz) = 3ada555c708767ed950708b9edd3a89b diff --git a/audio/gogo/files/patch-ac b/audio/gogo/files/patch-ac index c14a0e4e7039..a7a9bf3864bc 100644 --- a/audio/gogo/files/patch-ac +++ b/audio/gogo/files/patch-ac @@ -1,5 +1,22 @@ ---- Makefile.orig Fri Apr 28 13:11:32 2000 -+++ Makefile Mon Jul 3 01:49:47 2000 +--- Makefile.orig Fri Dec 15 17:35:55 2000 ++++ Makefile Sun Dec 24 13:53:37 2000 +@@ -5,14 +5,14 @@ + + #use Enhanced 3D Now! + #you need modified NASM to use this option +-USE_E3DN=yes ++USE_E3DN=no + + #use VBR + USE_VBR =yes + + #use multi-thread + #OS must be Linux with libc6, FreeBSD-4.0R with linuxthreads or BeOS +-USE_MT=yes ++#USE_MT=yes + + #define if OS is BeOS + #OS=BeOS @@ -30,15 +30,15 @@ endif |