From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 21 01:30:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404A616A4CE for ; Sat, 21 May 2005 01:30:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B075443D9A for ; Sat, 21 May 2005 01:30:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4L1U2Jf042505 for ; Sat, 21 May 2005 01:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4L1U2QG042504; Sat, 21 May 2005 01:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 21 May 2005 01:30:02 GMT Resent-Message-Id: <200505210130.j4L1U2QG042504@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "J.R. Oldroyd" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49EF416A4CE for ; Sat, 21 May 2005 01:28:11 +0000 (GMT) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448A343DA8 for ; Sat, 21 May 2005 01:28:10 +0000 (GMT) (envelope-from jr@opal.com) Received: from linwhf.opal.com (112.79.171.66.subscriber.vzavenue.net [66.171.79.112]) by smtp.vzavenue.net (MOS 3.4.8-GR) with ESMTP id CGJ17681; Fri, 20 May 2005 21:26:43 -0400 (EDT) Received: from ASSP-nospam (localhost [127.0.0.1]) (authenticated bits=0) by linwhf.opal.com (8.13.3/8.13.3) with ESMTP id j4L1QceC002513 for ; Fri, 20 May 2005 21:26:41 -0400 (EDT) (envelope-from jr@opal.com) Received: from 216.8.20.112 ([216.8.20.112] helo=vougeot.opal.com) by ASSP-nospam ; 21 May 05 01:26:38 -0000 Received: from vougeot.opal.com (localhost [127.0.0.1]) by vougeot.opal.com (8.13.3/8.13.3) with ESMTP id j4L1THQ1099805 for ; Fri, 20 May 2005 21:29:19 -0400 (EDT) (envelope-from jr@opal.com) Received: (from jr@localhost) by vougeot.opal.com (8.13.3/8.13.3/Submit) id j4L1TGFZ099804; Fri, 20 May 2005 21:29:16 -0400 (EDT) (envelope-from jr) Message-Id: <200505210129.j4L1TGFZ099804@vougeot.opal.com> Date: Fri, 20 May 2005 21:29:16 -0400 (EDT) From: "J.R. Oldroyd" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81327: fix for ia64 and amd64 build failure in "sea" subdir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "J.R. Oldroyd" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 01:30:03 -0000 >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: