Date: Fri, 20 May 2005 21:29:16 -0400 (EDT) From: "J.R. Oldroyd" <fbsd@opal.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81327: fix for ia64 and amd64 build failure in "sea" subdir Message-ID: <200505210129.j4L1TGFZ099804@vougeot.opal.com> Resent-Message-ID: <200505210130.j4L1U2QG042504@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505210129.j4L1TGFZ099804>