svn commit: r345090 - head/print/cups-base

Tijl Coosemans tijl at FreeBSD.org
Wed Feb 19 13:19:31 UTC 2014


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 at 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} \


More information about the svn-ports-all mailing list