amd64 packages uploaded
Kris Kennaway
kris at obsecurity.org
Wed Jul 9 01:04:02 PDT 2003
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20030709/714ac6f6/attachment.bin
More information about the freebsd-amd64
mailing list