diff options
author | nakai <nakai@FreeBSD.org> | 2000-12-24 12:57:11 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-12-24 12:57:11 +0800 |
commit | acd16e31986c05e864c5891411ef81a55e5a2b81 (patch) | |
tree | f5edf09f55a084c6f68a3ab2b1e8c1d958ddeb75 /audio/gogo | |
parent | 632ca66100e9554a3bf709cd81a23490289f1026 (diff) | |
download | freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.tar.gz freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.tar.zst freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.zip |
Update to 2.39a
PR: ports/23812
Submitted by: Warner Losh <imp@bsdimp.com>
Diffstat (limited to 'audio/gogo')
-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 |