ports/148145: print/cups-samba: Add ability to use difference samba port
David Naylor
naylor.b.david at gmail.com
Sun Aug 29 12:50:03 UTC 2010
The following reply was made to PR ports/148145; it has been noted by GNATS.
From: David Naylor <naylor.b.david at gmail.com>
To: bug-followup at 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 at 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/--
More information about the freebsd-ports-bugs
mailing list