I've got a report of build failure on FreeBSD 6.1 (althrough it built fine in my tinderbox on 6.3, 7.0 and current): --- ... gmake[1]: Entering directory `/usr/ports/net/ushare/work/ushare-1.1a/src' cc -I.. -MM -O2 -fno-strict-aliasing -pipe cds.c cms.c msr.c http.c presentation.c metadata.c mime.c services.c buffer.c util_iconv.c content.c cfgparser.c trace.c redblack.c osdep.c ctrl_telnet.c ushare.c 1>.depend cds.c:23:23: upnp/upnp.h: No such file or directory cds.c:24:28: upnp/upnptools.h: No such file or directory cms.c:23:23: upnp/upnp.h: No such file or directory ... --- The cause is incorrect passing of CFLAGS to configure, the attached patch fixes the problem. Port maintainer (votdev@gmx.de) is cc'd. Generated with FreeBSD Port Tools 0.77
Maintainer of net/ushare, Please note that PR ports/128368 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128368 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 My PR.
amdmi3 2008-11-10 00:12:53 UTC FreeBSD ports repository Modified files: net/ushare Makefile Log: - Fix CFLAGS handling PR: 128368 Submitted by: myself Approved by: maintainer timeout Revision Changes Path 1.13 +3 -2 ports/net/ushare/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!