svn commit: r352549 - head/print/hplip

Boris Samorodov bsam at FreeBSD.org
Mon Apr 28 19:45:24 UTC 2014


Author: bsam
Date: Mon Apr 28 19:45:23 2014
New Revision: 352549
URL: http://svnweb.freebsd.org/changeset/ports/352549
QAT: https://qat.redports.org/buildarchive/r352549/

Log:
  Use foomatic-rip (from print/foomatic-filters) as foomatic-rip-hplip.
  
  Discussed at:	freebsd-ports@
  Tested by:	O. Hartmann <ohartman at zedat.fu-berlin.de>
  Approved by:	makc (maintainer)
  MFH:		2014Q2

Modified:
  head/print/hplip/Makefile

Modified: head/print/hplip/Makefile
==============================================================================
--- head/print/hplip/Makefile	Mon Apr 28 19:43:16 2014	(r352548)
+++ head/print/hplip/Makefile	Mon Apr 28 19:45:23 2014	(r352549)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hplip
 PORTVERSION=	3.14.4
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	SF
 
@@ -28,7 +29,6 @@ USES=		dos2unix pkgconfig shebangfix
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-foomatic-ppd-install \
-		--enable-foomatic-rip-hplip-install \
 		--enable-hpijs-install \
 		--enable-cups-ppd-install \
 		--with-cupsbackenddir=${PREFIX}/libexec/cups/backend \
@@ -162,5 +162,6 @@ post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/etc/hp
 	${INSTALL_DATA} ${WRKSRC}/hplip.conf ${STAGEDIR}${PREFIX}/etc/hp/hplip.conf.sample
 	${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,}
+	${LN} -sf ${LOCALBASE}/bin/foomatic-rip ${STAGEDIR}${PREFIX}/libexec/cups/filter/foomatic-rip-hplip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list