ports/81327: fix for ia64 and amd64 build failure in "sea" subdir

J.R. Oldroyd fbsd at opal.com
Sat May 21 01:30:03 UTC 2005


>Number:         81327
>Category:       ports
>Synopsis:       fix for ia64 and amd64 build failure in "sea" subdir
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 21 01:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD vougeot.opal.com 6.0-CURRENT FreeBSD 6.0-CURRENT #6: Thu Apr 14 19:28:40 EDT 2005 x at x:/home/opal/+usr/src/sys/i386/compile/VOUGEOT i386
>Description:
Builds on pointyhat for ia64 and amd64 archs have been failing in the
"sea" subdir.  This subdir is not needed anyway, so this patch removes
it from the Makefile.
>How-To-Repeat:
Fix:
diff -ruN /usr/ports/net/boinc-client/Makefile net/boinc-client/Makefile
--- /usr/ports/net/boinc-client/Makefile	Fri May 20 21:14:10 2005
+++ net/boinc-client/Makefile	Fri May 20 21:23:11 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	boinc-client
 PORTVERSION=	4.67.20050320
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://boinc.berkeley.edu/source/nightly/ \
 		${MASTER_SITE_LOCAL}
@@ -128,10 +129,10 @@
 	${MKDIR} ${PREFIX}/etc/rc.d
 	${INSTALL_SCRIPT} ${WRKDIR}/rc-boinc.sh ${PREFIX}/etc/rc.d/boinc.sh
 	${REINPLACE_CMD} \
-	    -e "s:%%BOINC_BINARY%%:${BOINC_BINARY}:g" \
-	    -e "s:%%BOINC_HOME%%:${BOINC_HOME}:g" \
-	    -e "s:%%BOINC_USER%%:${BOINC_USER}:g" \
-	    ${TMPPLIST}
+		-e "s:%%BOINC_BINARY%%:${BOINC_BINARY}:g" \
+		-e "s:%%BOINC_HOME%%:${BOINC_HOME}:g" \
+		-e "s:%%BOINC_USER%%:${BOINC_USER}:g" \
+		${TMPPLIST}
 	${CAT} ${PKGMESSAGE}
 	@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
diff -ruN /usr/ports/net/boinc-client/files/patch-Makefile.am net/boinc-client/files/patch-Makefile.am
--- /usr/ports/net/boinc-client/files/patch-Makefile.am	Wed Dec 31 19:00:00 1969
+++ net/boinc-client/files/patch-Makefile.am	Fri May 20 12:37:53 2005
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	Thu Feb  3 01:44:31 2005
++++ Makefile.am	Fri May 20 12:37:31 2005
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if BUILD_CLIENTGUI
+-   CLIENTGUI_SUBDIRS = clientgui sea
++   CLIENTGUI_SUBDIRS = clientgui
+ endif
+ 
+ # ORDER MATTERS below.  One must build dependencies FIRST, then things

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



More information about the freebsd-ports-bugs mailing list