From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 29 12:50:03 2010 Return-Path: Delivered-To: freebsd-ports-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 6B21910656A8 for ; Sun, 29 Aug 2010 12:50:03 +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 40D2C8FC08 for ; Sun, 29 Aug 2010 12:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7TCo3s4004570 for ; Sun, 29 Aug 2010 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7TCo30s004569; Sun, 29 Aug 2010 12:50:03 GMT (envelope-from gnats) Date: Sun, 29 Aug 2010 12:50:03 GMT Message-Id: <201008291250.o7TCo30s004569@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: David Naylor Cc: Subject: Re: ports/148145: print/cups-samba: Add ability to use difference samba port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Naylor List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 12:50:03 -0000 The following reply was made to PR ports/148145; it has been noted by GNATS. From: David Naylor To: bug-followup@freebsd.org Cc: Subject: Re: ports/148145: print/cups-samba: Add ability to use difference samba port Date: Sun, 29 Aug 2010 14:40:43 +0200 --Boundary-00=_NVleMZu8bMDE9n/ Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit See attached patch that makes the default samba port to samba34. I have used this patch with success and `port test` is happy. --Boundary-00=_NVleMZu8bMDE9n/ Content-Type: text/x-patch; charset="ISO-8859-1"; name="cups-samba.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cups-samba.diff" diff -u /usr/ports/print/cups-samba/Makefile cups-samba/Makefile --- /usr/ports/print/cups-samba/Makefile 2010-03-29 03:12:33.000000000 +0200 +++ cups-samba/Makefile 2010-06-25 18:22:46.000000000 +0200 @@ -18,11 +18,12 @@ MAINTAINER= tomasv@megalogika.lt COMMENT= The Common UNIX Printing System: MS Windows client drivers -RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \ +RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base NO_BUILD= yes NO_WRKSUBDIR= yes +SAMBA_PORT?= samba34 DATADIR= ${PREFIX}/share/cups DRIVER_FILES= cups6.inf cups6.ini cupsps6.dll cupsui6.dll Common subdirectories: /usr/ports/print/cups-samba/files and cups-samba/files --Boundary-00=_NVleMZu8bMDE9n/--