Date: Wed, 19 Feb 2014 13:19:30 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345090 - head/print/cups-base Message-ID: <201402191319.s1JDJUHj042734@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Feb 19 13:19:30 2014 New Revision: 345090 URL: http://svnweb.freebsd.org/changeset/ports/345090 QAT: https://qat.redports.org/buildarchive/r345090/ Log: Fix installation of cups-base when libiconv is installed: do not descend into the cups subdirectory. That directory is already installed by the cups-client port and it requires USES=iconv. Reported by: Mark Knight <markk@knigma.org> Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Wed Feb 19 12:52:05 2014 (r345089) +++ head/print/cups-base/Makefile Wed Feb 19 13:19:30 2014 (r345090) @@ -325,6 +325,7 @@ post-patch: @${REINPLACE_CMD} \ -e 's|cups test|test|' \ -e 's|cups filter driver|driver|' \ + -e '/cd cups/d' \ -e 's|$$.INSTALL_SCRIPT. cups-config|echo skip: cups-config|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191319.s1JDJUHj042734>