From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 8 16:10:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D73AC1065693 for ; Thu, 8 Oct 2009 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B40A58FC13 for ; Thu, 8 Oct 2009 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n98GA2dd096028 for ; Thu, 8 Oct 2009 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n98GA2XB096027; Thu, 8 Oct 2009 16:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 8 Oct 2009 16:10:02 GMT Resent-Message-Id: <200910081610.n98GA2XB096027@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D09FC106566B for ; Thu, 8 Oct 2009 16:09:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BEF1B8FC15 for ; Thu, 8 Oct 2009 16:09:05 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n98G950e020641 for ; Thu, 8 Oct 2009 16:09:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n98G95uK020607; Thu, 8 Oct 2009 16:09:05 GMT (envelope-from nobody) Message-Id: <200910081609.n98G95uK020607@www.freebsd.org> Date: Thu, 8 Oct 2009 16:09:05 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/139435: [PORT] print/cups-smb-backend: Add ability to use difference samba port X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 16:10:02 -0000 >Number: 139435 >Category: misc >Synopsis: [PORT] print/cups-smb-backend: Add ability to use difference samba port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 08 16:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: FreeBSD 8 RC1 >Organization: Private >Environment: FreeBSD dragon.dg 8.0-RC1 FreeBSD 8.0-RC1 #0: Sat Oct 3 15:45:15 SAST 2009 root@dragon.dg:/tmp/usr/src/sys/GENERIC i386 >Description: This port defaults to net/samba3 but does not allow one to take advantage of newer samba ports (samba32 and samba33). This patch allows the samba port to be set via SAMBA_PORT (default is no functional change). >How-To-Repeat: n/a >Fix: Apply patch Patch attached with submission follows: --- Makefile.orig 2009-10-08 18:01:00.000000000 +0200 +++ Makefile 2009-10-08 18:03:34.000000000 +0200 @@ -15,11 +15,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A CUPS backend for printing to Windows servers -RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \ +RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base NO_BUILD= yes PLIST_FILES= libexec/cups/backend/smb +SAMBA_PORT?= samba3 SUB_FILES= pkg-message do-install: >Release-Note: >Audit-Trail: >Unformatted: