Update to 2.39a

PR:		ports/23812
Submitted by:	Warner Losh <imp@bsdimp.com>
This commit is contained in:
Yukihiro Nakai 2000-12-24 04:57:11 +00:00
parent af4eda4a68
commit b1a016d41b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36294
3 changed files with 23 additions and 5 deletions

View File

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

View File

@ -1 +1 @@
MD5 (gogo236.tgz) = 5f825fb64d059e39699182f4edaa72a0
MD5 (gogo239a.tgz) = 3ada555c708767ed950708b9edd3a89b

View File

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