svn commit: r354954 - head/print/cups-filters
Boris Samorodov
bsam at FreeBSD.org
Fri May 23 18:08:05 UTC 2014
Author: bsam
Date: Fri May 23 18:08:04 2014
New Revision: 354954
URL: http://svnweb.freebsd.org/changeset/ports/354954
QAT: https://qat.redports.org/buildarchive/r354954/
Log:
print/cups-filters: a try to fix build at jenkins:
https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/780/logs/errors/cups-filters-1.0.53_1.log
Since I can't reproduce the build error, let's assume that it's a jobs
unsave error:
-----
[...]
--- libfontembed.la ---
CCLD libfontembed.la
[...]
--- bannertopdf ---
CXXLD bannertopdf
libtool: link: cannot find the library `libfontembed.la' or unhandled argument `libfontembed.la'
*** [bannertopdf] Error code 1
-----
Modified:
head/print/cups-filters/Makefile
Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile Fri May 23 17:48:05 2014 (r354953)
+++ head/print/cups-filters/Makefile Fri May 23 18:08:04 2014 (r354954)
@@ -21,6 +21,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libpoppler.so:${PORTSDIR}/graphics/poppler
+MAKE_JOBS_UNSAFE=YES
USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz
SHEBANG_FILES= filter/textonly
USE_GNOME= glib20
More information about the svn-ports-head
mailing list