Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 13:45:32 GMT
From:      Emil <the_mix_room@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176029: Samba4 - Update to 4.0.3
Message-ID:  <201302111345.r1BDjW4N082803@red.freebsd.org>
Resent-Message-ID: <201302111350.r1BDo0PW013997@freefall.freebsd.org>

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

>Number:         176029
>Category:       ports
>Synopsis:       Samba4 - Update to 4.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 11 13:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Emil
>Release:        
>Organization:
>Environment:
>Description:
The port of samba4 is outdated. 4.0.3 has been released, but an early alpha version is in the ports tree. 

The samba 4.0.3 build without modifications on my machines. As far as I have used it, it seems to work correctly.  

I submit the attached Makefile as the basis for a new net/samba4 port. 


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

PORTNAME?=		${SAMBA4_PORTNAME}
PORTVERSION?=		${SAMBA4_VERSION}
CATEGORIES?=		net
MASTER_SITES=		http://ftp.samba.org/pub/samba/stable/
DISTNAME=		${SAMBA_DISTNAME}
SAMBA_DISTNAME=		${SAMBA4_PORTNAME}-${SAMBA4_VERSION}

CONFLICTS?=		ldb-1.*

SAMBA4_PORTNAME=	samba
SAMBA4_VERSION=		4.0.3

GNU_CONFIGURE=		yes

PREFIX=			${LOCALBASE}/samba
 
.include <bsd.port.options.mk>

CONFIGURE_ARGS+=	--enable-debug --enable-selftest 
CONFIGURE_ARGS+=	--prefix=/usr/local/samba

.include <bsd.port.mk>


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



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