ports/104088: [MAINTAINER] textproc/sdcv: Make borken on sparc64

chinsan chinsan at FreeBSD.org
Sat Oct 7 08:50:27 UTC 2006


>Number:         104088
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/sdcv: Make borken 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:   Sat Oct 07 08:50:26 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006
>Description:
- Make borken on sparc64
Reported by:	kris

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- sdcv-0.4.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/sdcv/Makefile /usr/home/chinsan/project/sdcv/Makefile
--- /usr/ports/textproc/sdcv/Makefile	Wed Oct  4 01:28:37 2006
+++ /usr/home/chinsan/project/sdcv/Makefile	Sat Oct  7 16:33:54 2006
@@ -13,11 +13,7 @@
 MAINTAINER=	chinsan at FreeBSD.org
 COMMENT=	A text-based utility for work with dictionaries in StarDict's format
 
-NOT_FOR_ARCHS=	sparc64
-NOT_FOR_ARCHS_REASON_sparc64=	does not compile
-
 USE_BZIP2=	yes
-#USE_GCC=	3.3+
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool:15
@@ -44,8 +40,8 @@
 BROKEN=	Doesn't build on FreeBSD 4.x
 .endif
 
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN=	Doesn't build on 64-bit platforms
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN=		Doesn't build on 64-bit platforms
 .endif
 
 post-patch:
--- sdcv-0.4.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list