ports/150569: [PATCH] print/cups-samba: Change default samba version to 3.4
Renato Botelho
garga at FreeBSD.org
Tue Sep 14 19:00:23 UTC 2010
>Number: 150569
>Category: ports
>Synopsis: [PATCH] print/cups-samba: Change default samba version to 3.4
>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: Tue Sep 14 19:00:22 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Renato Botelho
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r212583M: Mon Sep 13 19:11:50 BRT
>Description:
net/samba3 is deprecated and set to be removed, so change default samba version
to 3.4 and add optional SAMBA_PORT var.
Port maintainer (mwisnicki+freebsd at gmail.com) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- cups-samba-6.0_6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/print/cups-samba/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile 4 Sep 2010 09:29:48 -0000 1.15
+++ Makefile 14 Sep 2010 18:52:23 -0000
@@ -9,7 +9,7 @@
PORTNAME= cups-samba
PORTVERSION= 6.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= print net
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR=cups/windows
@@ -18,9 +18,11 @@
MAINTAINER= mwisnicki+freebsd at gmail.com
COMMENT= The Common UNIX Printing System: MS Windows client drivers
-RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \
+RUN_DEPENDS= smbspool:${PORTSDIR}/${SAMBA_PORT} \
${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
+SAMBA_PORT?= net/samba34
+
NO_BUILD= yes
NO_WRKSUBDIR= yes
--- cups-samba-6.0_6.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list