Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 11:45:58 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        proler@gmail.com
Subject:   ports/150565: [PATCH] net/prosearch: Change default samba version to 3.4
Message-ID:  <20100914184555.71116.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009141850.o8EIo2CZ020182@freefall.freebsd.org>

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

>Number:         150565
>Category:       ports
>Synopsis:       [PATCH] net/prosearch: 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:01 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 (proler@gmail.com) is cc'd.

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

--- prosearch-0.18.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/prosearch/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	10 Oct 2009 09:39:06 -0000	1.10
+++ Makefile	14 Sep 2010 18:45:12 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	prosearch
 PORTVERSION=	0.18.3
+PORTREVISION=	1
 CATEGORIES=	net www
 MASTER_SITES=	http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
 
@@ -21,6 +22,8 @@
 SEARCHDIR?=	www/search
 PLIST_SUB+=	SEARCHDIR=${SEARCHDIR}
 
+SAMBA_PORT?=	net/samba34
+
 #todo
 # user and group for crawler
 OPTIONS=\
@@ -45,7 +48,7 @@
 .endif
 
 .if defined(WITH_SAMBA)
-RUN_DEPENDS+=	smbclient:${PORTSDIR}/net/samba3
+RUN_DEPENDS+=	smbclient:${PORTSDIR}/${SAMBA_PORT}
 .endif
 
 .if defined(WITH_RSYNC)
--- prosearch-0.18.3_1.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?20100914184555.71116.qmail>