Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 01:03:59 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        amd64@FreeBSD.org
Subject:   amd64 packages uploaded
Message-ID:  <20030709080359.GA39878@rot13.obsecurity.org>

next in thread | raw e-mail | index | archive | help

--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--



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