Date: Sat, 3 Jun 2006 18:08:07 +0100 From: Shaun Amott <shaun@inerd.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98456: [PATCH] print/apsfilter depends on FORBIDDEN port Message-ID: <1149354487.58801@charon.picobyte.net> Resent-Message-ID: <200606031710.k53HAGTm048774@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98456 >Category: ports >Synopsis: [PATCH] print/apsfilter depends on FORBIDDEN port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 03 17:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: apsfilter depends on net/samba for samba support, but this port is now marked FORBIDDEN, and is due to expire. I think apsfilter should depend on net/samba3 instead... at least for the time being, to avoid the inconvenience of having to manually install samba3. >How-To-Repeat: >Fix: --- apsfilter.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/apsfilter/Makefile,v retrieving revision 1.123 diff -u -r1.123 Makefile --- Makefile 20 Feb 2006 18:06:44 -0000 1.123 +++ Makefile 3 Jun 2006 16:46:23 -0000 @@ -96,7 +96,7 @@ .endif # all possible remote printing support RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 .elif defined(BATCH) # # in normal batch/portbuilding mode (without building all) --- apsfilter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1149354487.58801>