ports/150570: [PATCH] www/elinks: Change default version of samba to 3.4

Renato Botelho garga at FreeBSD.org
Tue Sep 14 19:00:27 UTC 2010


>Number:         150570
>Category:       ports
>Synopsis:       [PATCH] www/elinks: Change default version of samba 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:26 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 (beat at FreeBSD.org) is cc'd.

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

--- elinks-0.11.7_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/elinks/Makefile,v
retrieving revision 1.57
diff -u -u -r1.57 Makefile
--- Makefile	31 May 2010 02:01:23 -0000	1.57
+++ Makefile	14 Sep 2010 18:53:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	elinks
 DISTVERSION=	0.11.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://elinks.or.cz/download/
 
@@ -23,6 +23,8 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
 
+SAMBA_PORT?=	net/samba34
+
 MAN1=		elinks.1
 MAN5=		elinkskeys.5 elinks.conf.5
 
@@ -114,8 +116,8 @@
 .endif
 
 .if defined(WITH_SMB)
-RUN_DEPENDS+=	smbclient:${PORTSDIR}/net/samba3
-BUILD_DEPENDS+=	smbclient:${PORTSDIR}/net/samba3
+RUN_DEPENDS+=	smbclient:${PORTSDIR}/${SAMBA_PORT}
+BUILD_DEPENDS+=	smbclient:${PORTSDIR}/${SAMBA_PORT}
 CONFIGURE_ARGS+=	--enable-smb
 .else
 CONFIGURE_ARGS+=	--disable-smb
--- elinks-0.11.7_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list