Skip site navigation (1)Skip section navigation (2)
Date:      24 May 2004 06:07:45 -0000
From:      Chris Burkert <chris@chrisburkert.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67112: fix buildproblem with lang/squeak3 on sparc64
Message-ID:  <20040524060745.26565.qmail@host2.beine-computer.de>
Resent-Message-ID: <200405240610.i4O6AQBQ092156@freefall.freebsd.org>

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

>Number:         67112
>Category:       ports
>Synopsis:       fix buildproblem with lang/squeak3 on sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 23:10:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Chris Burkert
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD host2.beine-computer.de 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sat Apr 24 22:32:35 CEST 2004 root@:/usr/src/sys/i386/compile/HOST1 i386


	
>Description:
lang/squeak3 cannot build on spar64. Use the diff below.
	
>How-To-Repeat:
	
>Fix:

	

--- squeak-3.6-3.diff begins here ---
--- Makefile.orig	Mon May 17 16:54:32 2004
+++ Makefile	Mon May 24 06:56:19 2004
@@ -8,6 +8,7 @@
 ##################################################
 PORTNAME=		squeak3
 PORTVERSION=		3.6
+PORTREVISION=		1
 CATEGORIES=		lang
 VMVERSION=		3.6-3
 IMAGEVERSION=		3.6
@@ -33,7 +34,7 @@
 COMMENT=		Full Smalltalk 80 with portability to UNIX, Mac, and Windows.
 
 ##################################################
-ONLY_FOR_ARCHS= 	i386 sparc64
+ONLY_FOR_ARCHS= 	i386
 MAN1=			inisqueak.1 squeak.1
 USE_XLIB=		yes
 USE_GMAKE=		yes
--- squeak-3.6-3.diff ends here ---


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



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