From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 3 17:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D461216A492 for ; Sat, 3 Jun 2006 17:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C1F43D49 for ; Sat, 3 Jun 2006 17:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k53HAGOM048775 for ; Sat, 3 Jun 2006 17:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k53HAGTm048774; Sat, 3 Jun 2006 17:10:16 GMT (envelope-from gnats) Resent-Date: Sat, 3 Jun 2006 17:10:16 GMT Resent-Message-Id: <200606031710.k53HAGTm048774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E8216A474 for ; Sat, 3 Jun 2006 17:08:10 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id B0D8F43D45 for ; Sat, 3 Jun 2006 17:08:09 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Sat, 3 Jun 2006 18:08:07 +0100 (BST) Message-Id: <1149354487.58801@charon.picobyte.net> Date: Sat, 3 Jun 2006 18:08:07 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98456: [PATCH] print/apsfilter depends on FORBIDDEN port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 17:10:17 -0000 >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: