ports/171614: [PATCH] net/samba4-devel: unbreak
John Hein
jhein at symmetricom.com
Thu Sep 13 17:20:03 UTC 2012
>Number: 171614
>Category: ports
>Synopsis: [PATCH] net/samba4-devel: unbreak
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 13 17:20:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: John Hein
>Release:
>Organization:
>Environment:
>Description:
This has been broken for 4 months now. To fix it,
use the internal libtevent. FreeBSD's devel/tevent port is at
0.9.15 and samba4.alpha11 claims to want exactly 0.9.8
Removed file(s):
- files/patch-source4-min__versions.m4
Port maintainer (timur at FreeBSD.org) is cc'd (and notified separately
on 2012-08-30).
Also add a line after the comment block to make portlint happy.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- samba4-devel-4.0.0.a11_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /base/FreeBSD-CVS/ports/net/samba4-devel/Makefile,v
retrieving revision 1.15
diff -u -p -u -r1.15 Makefile
--- Makefile 13 May 2012 20:19:49 -0000 1.15
+++ Makefile 13 Sep 2012 17:11:12 -0000
@@ -4,6 +4,7 @@
#
# $FreeBSD: ports/net/samba4-devel/Makefile,v 1.15 2012/05/13 20:19:49 pav Exp $
#
+
PORTNAME?= ${SAMBA_PORTNAME}
PORTVERSION?= ${SAMBA_VERSION}
PORTREVISION?= 2
@@ -16,8 +17,6 @@ DISTNAME= ${SAMBA_DISTNAME}
MAINTAINER?= timur at FreeBSD.org
COMMENT?= A free SMB and CIFS client and server for UNIX
-BROKEN= does not configure
-
CONFLICTS?= ldb-1.*
SAMBA_PORTNAME= samba4
@@ -90,9 +89,8 @@ CONFIGURE_ARGS+= --enable-external-libtd
# talloc
LIB_DEPENDS+= talloc.2:${PORTSDIR}/devel/talloc
CONFIGURE_ARGS+= --enable-external-libtalloc
-# tevent
-LIB_DEPENDS+= tevent.0:${PORTSDIR}/devel/tevent
-CONFIGURE_ARGS+= --enable-external-libtevent
+# tevent - use internal libtevent since FreeBSD's port is at
+# 0.9.15 and samba4.alpha11 claims to want exactly 0.9.8
OPTIONS= \
DEBUG "With debug info" off \
Index: files/patch-source4-min__versions.m4
===================================================================
RCS file: files/patch-source4-min__versions.m4
diff -N files/patch-source4-min__versions.m4
--- files/patch-source4-min__versions.m4 17 Aug 2011 10:36:32 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
---- ./source4/min_versions.m4.orig 2010-01-11 06:35:28.000000000 +0100
-+++ ./source4/min_versions.m4 2011-08-05 17:15:56.000000000 +0200
-@@ -3,4 +3,4 @@
- define(TDB_MIN_VERSION,1.2.0)
- define(TALLOC_MIN_VERSION,2.0.1)
- define(LDB_REQUIRED_VERSION,0.9.10)
--define(TEVENT_REQUIRED_VERSION,0.9.8)
-+define(TEVENT_REQUIRED_VERSION,0.9.13)
--- samba4-devel-4.0.0.a11_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list