cups-client broken on ia64, blocks 70 ports, please help

Boris Samorodov bsam at passap.ru
Mon Apr 7 18:50:47 UTC 2014


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
-------------- next part --------------
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
 


More information about the freebsd-ports mailing list