Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 18:08:04 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354954 - head/print/cups-filters
Message-ID:  <201405231808.s4NI848U071689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405231808.s4NI848U071689>