Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 09:01:29 GMT
From:      Emil <the_mix_room@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177133: Samba4 - Updatedto 4.0.4
Message-ID:  <201303200901.r2K91THS025093@red.freebsd.org>
Resent-Message-ID: <201303200910.r2K9A0Js052011@freefall.freebsd.org>

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

>Number:         177133
>Category:       ports
>Synopsis:       Samba4 - Updatedto 4.0.4
>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:   Wed Mar 20 09:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Emil
>Release:        NA
>Organization:
>Environment:
NA
>Description:
Samba4 has a new release (4.0.4).
It builds nicely for me. I had to slightly modify the makefile to not use the newest version of p5-Parse-Pidl
The patch to my Makefile is included. 
>How-To-Repeat:

>Fix:
--- ./samba4/Makefile    2013-03-19 17:21:13.000000000 +0100
+++ ../samba4/Makefile  2013-02-18 17:30:22.000000000 +0100
@@ -20,7 +20,7 @@

 SAMBA4_BASENAME=       samba
 SAMBA4_PORTNAME=       ${SAMBA4_BASENAME}4
-SAMBA4_VERSION=                4.0.4
+SAMBA4_VERSION=                4.0.3
 SAMBA4_DISTNAME=       ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|}

 WRKSRC?=               ${WRKDIR}/${DISTNAME}
@@ -95,7 +95,7 @@
 LIB_DEPENDS+=          sunacl:${PORTSDIR}/sysutils/libsunacl
 # External Samba dependencies
 # IDL compiler
-BUILD_DEPENDS+=                p5-Parse-Pidl>=4.0.3:${PORTSDIR}/devel/p5-Parse-Pidl
+BUILD_DEPENDS+=                p5-Parse-Pidl>=${SAMBA4_VERSION}:${PORTSDIR}/devel/p5-Parse-Pidl
 # talloc
 BUILD_DEPENDS+=                talloc>=2.0.8:${PORTSDIR}/devel/talloc
 RUN_DEPENDS+=          talloc>=2.0.8:${PORTSDIR}/devel/talloc


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



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