Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2000 19:04:48 -0700 (MST)
From:      Warner Losh <imp@bsdimp.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23812: gogo won't build.
Message-ID:  <200012240204.TAA41096@harmony.village.org>
Resent-Message-ID: <200012240210.eBO2A1p33250@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23812
>Category:       ports
>Synopsis:       gogo won't build.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 23 18:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Warner Losh
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
FreeBSD
>Environment:

	Any

>Description:

gogo 2.36 is no longer available.  gogo 2.39a seems to be.

>How-To-Repeat:

	cd /usr/ports/audio/gogo
	make

>Fix:

Apply the following patch.  Our nasm doesn't grok the 3dnow extensions
so turn off using them.

Index: Makefile
===================================================================
RCS file: /home/imp/FreeBSD/CVS/ports/audio/gogo/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	2000/11/01 21:56:06	1.23
+++ Makefile	2000/12/24 01:43:21
@@ -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
Index: distinfo
===================================================================
RCS file: /home/imp/FreeBSD/CVS/ports/audio/gogo/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo	2000/11/01 21:56:06	1.13
+++ distinfo	2000/12/24 01:44:14
@@ -1 +1 @@
-MD5 (gogo236.tgz) = 5f825fb64d059e39699182f4edaa72a0
+MD5 (gogo239a.tgz) = 3ada555c708767ed950708b9edd3a89b
Index: files/patch-ac
===================================================================
RCS file: /home/imp/FreeBSD/CVS/ports/audio/gogo/files/patch-ac,v
retrieving revision 1.2
diff -u -r1.2 patch-ac
--- files/patch-ac	2000/07/05 07:52:12	1.2
+++ files/patch-ac	2000/12/24 02:01:09
@@ -1,5 +1,14 @@
---- Makefile.orig	Fri Apr 28 13:11:32 2000
-+++ Makefile	Mon Jul  3 01:49:47 2000
+--- Makefile.orig	Fri Dec 15 01:35:55 2000
++++ Makefile	Sat Dec 23 18:56:22 2000
+@@ -5,7 +5,7 @@
+ 
+ #use Enhanced 3D Now!
+ #you need modified NASM to use this option
+-USE_E3DN=yes
++#USE_E3DN=yes
+ 
+ #use VBR
+ USE_VBR =yes
 @@ -30,15 +30,15 @@
  endif
  

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012240204.TAA41096>