Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 11:54:45 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        admin@lissyara.su
Subject:   ports/150571: [PATCH] www/ap20-mod_ntlm2: Change default samba version to 3.4
Message-ID:  <20100914185442.76339.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009141900.o8EJ0UhF038231@freefall.freebsd.org>

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

>Number:         150571
>Category:       ports
>Synopsis:       [PATCH] www/ap20-mod_ntlm2: 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:30 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 (admin@lissyara.su) is cc'd.

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

--- ap20-mod_ntlm2-0.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_ntlm2/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	25 May 2010 20:17:34 -0000	1.9
+++ Makefile	14 Sep 2010 18:54:03 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	mod_ntlm2
 PORTVERSION=	0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -16,7 +16,9 @@
 MAINTAINER=	admin@lissyara.su
 COMMENT=	NTLM authentication module for the Apache2 webserver
 
-BUILD_DEPENDS=	smbclient:${PORTSDIR}/net/samba3
+BUILD_DEPENDS=	smbclient:${PORTSDIR}/${SAMBA_PORT}
+
+SAMBA_PORT?=	net/samba34
 
 USE_APACHE=	20+
 MAKE_ENV=	APXS=${APXS}
--- ap20-mod_ntlm2-0.1_3.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?20100914185442.76339.qmail>