07.04.2014 18:29, Anton Shterenlikht пишет: > Actually, cups-client builds fine now: > http://eis.bris.ac.uk/~mexas/logs/cups-client-1.7.1.log
Good. > Please close this PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=188161 Done. > The errors are from cups-image now: > http://eis.bris.ac.uk/~mexas/logs/cups-image-1.7.1.log Please test the attached patch (apply to print/cups-base and test print/cups-image). > Sorry for the confusion. NP. > Also, if you are interested, here are 2 more CUPS > build failures: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=188336 > http://www.freebsd.org/cgi/query-pr.cgi?pr=188337 Can you followup to those PRs with URLs to full config.log? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
Index: Makefile =================================================================== --- Makefile (revision 350528) +++ Makefile (working copy) @@ -303,7 +303,7 @@ # should be reworked to build with blocks and libdispatch support (via options). # .include <bsd.port.pre.mk> -.if defined(CUPS_CLIENT) && ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1000000 +.if (defined(CUPS_CLIENT) || defined(CUPS_IMAGE)) && ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1000000 CFLAGS+= -fno-blocks .endif
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"