ports/74491: sparc64 build problem -> temporary disable the port for sparc64

Chris Burkert chris at chrisburkert.de
Sun Nov 28 21:20:27 UTC 2004


>Number:         74491
>Category:       ports
>Synopsis:       sparc64 build problem -> temporary disable the port for 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 Nov 28 21:20:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Chris Burkert
>Release:        FreeBSD 5.3-RELEASE-p1
>Organization:
private
>Environment:
FreeBSD banias 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #1: Wed Nov 24 22:56:50 CET 2004     chbu at banias:/usr/src/sys/i386/compile/BANIAS-5.3  i386

>Description:
      Kris Kennaway <kris at FreeBSD.org> told me that lang/squeak does not build on sparc64. Disable the port with "ONLY_FOR_ARCHS=i386" temporary untill the problem has been fixed by the developers.
>How-To-Repeat:
      Build lang/squeak on a sparc64 system.
>Fix:
      I'm waiting for a fix from the developers. For now apply this diff to the Makefile:

diff -Nur 1/Makefile 2/Makefile
--- 1/Makefile  Mon Nov  8 22:04:12 2004
+++ 2/Makefile  Sun Nov 28 23:19:01 2004
@@ -8,7 +8,7 @@
 ##################################################
 PORTNAME=              squeak
 PORTVERSION=           3.6
-PORTREVISION=          1
+PORTREVISION=          2
 CATEGORIES=            lang
 VMVERSION=             3.6-3
 IMAGEVERSION=          3.6
@@ -34,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_GMAKE=             yes
 USE_REINPLACE=         yes

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



More information about the freebsd-ports-bugs mailing list