The Makefile for x11/libcapplet inhibits building if OSVERSION >= 800071; it has a conditional BROKEN= defined. However, the solution to get it to build is pretty simple. Fix: If you add -fgnu89-inline to the CFLAGS in work/libcapplet-1.4.0.5/Makefile, it'll build just fine. I'm afraid I don't know how to have the ports Makefile conditionally patch something (we only want to add the flag if OSVERSION >= 800071), so I'm afraid I can't put a patch in this PR.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
mezz 2010-10-02 21:04:04 UTC FreeBSD ports repository Modified files: x11/libcapplet Makefile Log: Add USE_CSTD=gnu89, let's see if it will fix the build. PR: ports/150432 Reported by: Joel Ray Holveck <joelh@piquan.org> Revision Changes Path 1.21 +2 -7 ports/x11/libcapplet/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: open->patched I have committed a possible fix by add USE_CSTD=gnu89. I am not close this PR until I know it's fixed for sure.
State Changed From-To: patched->open Still very broken
State Changed From-To: open->closed The libcapplet will be removed, see here: ports/153355