This log reports that xa65 has a build problem with clang http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/xa65-2.3.5.log Patch attached. Fix: Patch attached with submission follows:
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to the heap due to timeout
Why the timeout on this PR ? As far as I can tell I've delivered all the relevant info into this case. I keep getting emails from pkg-fallout@ complaining about this error. Please let me know if anything is missing - /Uffe
Author: tijl Date: Sat Oct 19 13:33:47 2013 New Revision: 330867 URL: http://svnweb.freebsd.org/changeset/ports/330867 Log: Fix build with clang by defining LD. PR: ports/182039 Submitted by: Uffe Jakobsen <uffe@uffe.org> (maintainer) Modified: head/devel/xa65/Makefile Modified: head/devel/xa65/Makefile ============================================================================== --- head/devel/xa65/Makefile Sat Oct 19 13:29:27 2013 (r330866) +++ head/devel/xa65/Makefile Sat Oct 19 13:33:47 2013 (r330867) @@ -14,6 +14,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES USES= gmake +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" + MAN1= file65.1 ldo65.1 printcbm.1 reloc65.1 uncpk.1 xa.1 MLINKS= xa.1 xa65.1 @@ -28,10 +30,6 @@ PLIST_FILES= bin/xa65 \ bin/uncpk NO_STAGE= yes -post-patch-script: -.for i in CC LDFLAGS CFLAGS - @${REINPLACE_CMD} 's|${i} = |${i} ?= |g' ${WRKSRC}/Makefile -.endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xa ${PREFIX}/bin/xa65 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed in r330867.
Responsible Changed From-To: freebsd-ports-bugs->tijl Committed in r330867.