mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Unbreak by using bundled tevent.
While here update header and switch USE_PKGCONFIG. PR: ports/171614 Submitted by: John Hein <jhein@symmetricom.com> Approved by: maintainer
This commit is contained in:
parent
e7b09cdfa1
commit
323d82bfc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305457
@ -1,12 +1,9 @@
|
||||
# New ports collection makefile for: samba4
|
||||
# Date created: 28 Jun 2006
|
||||
# Whom: timur@FreeBSD.org
|
||||
#
|
||||
# Created by: timur@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME?= ${SAMBA_PORTNAME}
|
||||
PORTVERSION?= ${SAMBA_VERSION}
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= ${MASTER_SITE_SAMBA}
|
||||
MASTER_SITE_SUBDIR= samba4
|
||||
@ -16,8 +13,6 @@ DISTNAME= ${SAMBA_DISTNAME}
|
||||
MAINTAINER?= timur@FreeBSD.org
|
||||
COMMENT?= A free SMB and CIFS client and server for UNIX
|
||||
|
||||
BROKEN= does not configure
|
||||
|
||||
CONFLICTS?= ldb-1.*
|
||||
|
||||
SAMBA_PORTNAME= samba4
|
||||
@ -39,7 +34,7 @@ USE_PYTHON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_PKGCONFIG= build
|
||||
USE_LDCONFIG= ${SAMBA_LIBDIR}
|
||||
USE_AUTOTOOLS= autoconf autoheader
|
||||
# Flags
|
||||
@ -91,8 +86,10 @@ CONFIGURE_ARGS+= --enable-external-libtdb
|
||||
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
|
||||
#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 \
|
||||
|
@ -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)
|
Loading…
Reference in New Issue
Block a user