From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 27 18:51:23 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F23E16A4CE; Sun, 27 Mar 2005 18:51:23 +0000 (GMT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C293D43D5A; Sun, 27 Mar 2005 18:51:22 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.13.1/8.13.1) with ESMTP id j2RIpMD6099511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 Mar 2005 10:51:22 -0800 (PST) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.13.1/8.13.1/Submit) id j2RIpLT8014305; Sun, 27 Mar 2005 10:51:21 -0800 (PST) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20050326233305.GA41648@xor.obsecurity.org> Date: Sun, 27 Mar 2005 10:51:21 -0800 (PST) From: John Polstra To: Kris Kennaway X-Bogosity: No, tests=bogofilter, spamicity=0.017101, version=0.14.5 cc: amd64@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvsup now broken for amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 18:51:23 -0000 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