From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 9 01:04:02 2003 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 90FC737B401 for ; Wed, 9 Jul 2003 01:04:01 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E5743FCB for ; Wed, 9 Jul 2003 01:04:00 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 40D1366B9B for ; Wed, 9 Jul 2003 01:03:59 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 3306E943; Wed, 9 Jul 2003 01:03:59 -0700 (PDT) Date: Wed, 9 Jul 2003 01:03:59 -0700 From: Kris Kennaway To: amd64@FreeBSD.org Message-ID: <20030709080359.GA39878@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: amd64 packages uploaded 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: Wed, 09 Jul 2003 08:04:02 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I have uploaded the results of the first amd64 package build to ftp-master. For those interested, 5523 packages built successfully, slightly edging out ia64 at 5455 packages. The build logs may be found here: http://bento.freebsd.org/errorlogs/amd64-5-full/ The following patch was used during the build, and will most likely be committed in the next few days (I am waiting on the results of a reference i386 build used for comparison). --- bsd.port.mk.orig Tue Jul 8 19:28:53 2003 +++ bsd.port.mk Wed Jul 9 01:02:39 2003 @@ -2825,6 +2825,16 @@ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/configure; \ fi +.if defined(GNU_CONFIGURE) + @CONFIG_GUESS_DIRS=$$(${FIND} ${WRKDIR} -name config.guess -o -name config.sub \ + | ${XARGS} -n 1 /usr/bin/dirname); \ + for _D in $${CONFIG_GUESS_DIRS}; do \ + ${CP} -f ${TEMPLATES}/config.guess $${_D}/config.guess; \ + ${CHMOD} a+rx $${_D}/config.guess; \ + ${CP} -f ${TEMPLATES}/config.sub $${_D}/config.sub; \ + ${CHMOD} a+rx $${_D}/config.sub; \ + done +.endif .if defined(HAS_CONFIGURE) @(cd ${CONFIGURE_WRKSRC} && \ if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/C8xsWry0BWjoQKURAlh0AJ9jsjL8BCU+XCvdd4TN8O4idT8PAACg4N/d 2M+SYlKdRLzxspp7CWT/ZQs= =lMlV -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--