Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 11:52:56 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mwisnicki+freebsd@gmail.com
Subject:   ports/150569: [PATCH] print/cups-samba: Change default samba version to 3.4
Message-ID:  <20100914185253.75233.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009141900.o8EJ0NHS037656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100914185253.75233.qmail>