Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2005 10:51:21 -0800 (PST)
From:      John Polstra <jdp@polstra.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        obrien@FreeBSD.org
Subject:   Re: cvsup now broken for amd64
Message-ID:  <XFMail.20050327105121.jdp@polstra.com>
In-Reply-To: <20050326233305.GA41648@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 26-Mar-2005 Kris Kennaway wrote:
> On Sat, Mar 26, 2005 at 10:44:22AM -0800, Sean McNeil wrote:
>> With the introduction of a patch to net/cvsup, it will no longer work
>> for amd64:
>> 
>> --->  Upgrading 'cvsup-without-gui-16.1h' to 'cvsup-without-gui-16.1h_1'
>> (net/cvsup-without-gui)
>> --->  Building '/usr/ports/net/cvsup-without-gui'
>> ===>  Cleaning for cvsup-without-gui-16.1h_1
>> ===>  Vulnerability check disabled, database not found
>> ===>  Extracting for cvsup-without-gui-16.1h_1
>> => Checksum OK for cvsup-without-gui.amd64.tar.bz2.
>> ===>  Patching for cvsup-without-gui-16.1h_1
>> ===>  Applying FreeBSD patches for cvsup-without-gui-16.1h_1
>> File to patch:
> 
> This will obviously need to be fixed ASAP for the 5.4-RELEASE builds.

Could one of you amd64 folks please try this patch for
ports/net/cvsup/Makefile and let me know if it fixes the build of the
port?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/cvsup/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- Makefile    25 Mar 2005 21:38:06 -0000      1.58
+++ Makefile    27 Mar 2005 18:48:47 -0000
@@ -86,6 +86,9 @@
 .if ${ARCH} == "amd64"
 PROGS= bin/cvsup sbin/cvsupd bin/cvpasswd
 
+do-patch:
+       @${TRUE}
+
 do-configure:
        @${TOUCH} ${WRKSRC}/License
        @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}



Thanks,
John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20050327105121.jdp>