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@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)
Responsible Changed From-To: freebsd-ports-bugs->timur Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Duplicate of ports/171613.
State Changed From-To: closed->open Close 171613 in favor of this one, by submitter request.
State Changed From-To: open->closed Committed thanks!
Author: kwm Date: Sun Oct 7 11:16:07 2012 New Revision: 305457 URL: http://svn.freebsd.org/changeset/ports/305457 Log: 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 Deleted: head/net/samba4-devel/files/patch-source4-min__versions.m4 Modified: head/net/samba4-devel/Makefile Modified: head/net/samba4-devel/Makefile ============================================================================== --- head/net/samba4-devel/Makefile Sun Oct 7 11:10:18 2012 (r305456) +++ head/net/samba4-devel/Makefile Sun Oct 7 11:16:07 2012 (r305457) @@ -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-libtd 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 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"