Date: Sat, 22 May 2010 04:40:09 GMT From: chris@officialunix.com To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/146807: Incorrect LIB_DEPENDS in print/hplip Message-ID: <201005220440.o4M4e9fG005963@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146807; it has been noted by GNATS. From: chris@officialunix.com To: bug-followup@FreeBSD.org, peterjeremy@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005220440.o4M4e9fG005963>