Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 11:47:51 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        timur@FreeBSD.org
Subject:   ports/150566: [PATCH] net/samba-pdbsql: Change default samba version to 3.4
Message-ID:  <20100914184747.72625.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009141850.o8EIo2x8020196@freefall.freebsd.org>

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

>Number:         150566
>Category:       ports
>Synopsis:       [PATCH] net/samba-pdbsql: 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 18:50:02 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 (timur@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- samba-pdbsql-0.3.1_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/samba-pdbsql/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	2 Sep 2009 15:01:47 -0000	1.10
+++ Makefile	14 Sep 2010 18:46:43 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=		pdbsql
 PORTVERSION=		0.3.1
-PORTREVISION=	1
+PORTREVISION=		2
 CATEGORIES=		net
 MASTER_SITES=		SF
 PKGNAMEPREFIX=		samba-
@@ -21,9 +21,9 @@
 GNU_CONFIGURE=		yes
 # Add a build dependency for Samba port
 USE_AUTOTOOLS=		autoconf:262 autoheader:262
-WRKSRC=                 ${WRKDIR}/${DISTNAME}-samba
+WRKSRC=			${WRKDIR}/${DISTNAME}-samba
 
-SAMBA_PORT=		net/samba3
+SAMBA_PORT?=		net/samba34
 
 OPTIONS=		MYSQL	"With MySQL passdb backend"		on \
 			PGSQL	"With PostgreSQL passdb backend"	on
--- samba-pdbsql-0.3.1_2.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?20100914184747.72625.qmail>