ports/146807: Incorrect LIB_DEPENDS in print/hplip

chris at officialunix.com chris at officialunix.com
Sat May 22 04:40:09 UTC 2010


The following reply was made to PR ports/146807; it has been noted by GNATS.

From: chris at officialunix.com
To: bug-followup at FreeBSD.org,
 peterjeremy at acm.org
Cc:  
Subject: Re: ports/146807: Incorrect LIB_DEPENDS in print/hplip
Date: Fri, 21 May 2010 23:39:06 +0500

 ------=_20100521233906_13517
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: 8bit
 
 Hello,
 
 Please find attached patch, which should fix the issue you have.
 ------=_20100521233906_13517
 Content-Type: text/plain; name="patch-cups-hplip.txt"
 Content-Transfer-Encoding: 8bit
 Content-Disposition: attachment; filename="patch-cups-hplip.txt"
 
 Index: print/hplip/Makefile
 ===================================================================
 RCS file: /usr/local/freebsdcvs/ports/print/hplip/Makefile,v
 retrieving revision 1.32
 diff -u -r1.32 Makefile
 --- print/hplip/Makefile	17 May 2010 13:16:56 -0000	1.32
 +++ print/hplip/Makefile	22 May 2010 01:30:31 -0000
 @@ -15,7 +15,10 @@
  
  LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
  		sane.1:${PORTSDIR}/graphics/sane-backends \
 -		cups.2:${PORTSDIR}/print/cups-base
 +		cupsdriver.1:${PORTSDIR}/print/cups-base \
 +		cups.2:${PORTSDIR}/print/cups-client \
 +		cupsimage.2:${PORTSDIR}/print/cups-image
 +		
  RUN_DEPENDS=	${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 \
  		espgs:${PORTSDIR}/print/cups-pstoraster \
  		foomatic-rip:${PORTSDIR}/print/foomatic-filters \
 @@ -26,10 +29,14 @@
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--disable-dependency-tracking \
 -		--disable-pp-build \
 +		--enable-pp-build \
  		--enable-foomatic-ppd-install \
  		--enable-foomatic-rip-hplip-install \
  		--enable-hpijs-install \
 +		--enable-hpijs-only-build \
 +		--enable-hpcups-only-build \
 +		--enable-hpcups-install \
 +		--enable-new-hpcups \
  		--with-icondir=${LOCALBASE}/share/applications \
  		--with-cupsbackenddir=${LOCALBASE}/libexec/cups/backend \
  		--with-cupsfilterdir=${LOCALBASE}/libexec/cups/filter \
 ------=_20100521233906_13517--
 



More information about the freebsd-ports-bugs mailing list