cvsup now broken for amd64

John Polstra jdp at polstra.com
Sun Mar 27 10:51:23 PST 2005


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


More information about the freebsd-amd64 mailing list