Bug 171614 - [PATCH] net/samba4-devel: unbreak
Summary: [PATCH] net/samba4-devel: unbreak
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Timur I. Bakeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 18:20 UTC by John Hein
Modified: 2012-10-07 12:20 UTC (History)
1 user (show)

See Also:


Attachments
samba4-devel-4.0.0.a11_2.patch (1.77 KB, patch)
2012-09-13 18:20 UTC, John Hein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2012-09-13 18:20:02 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-13 18:20:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->timur

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2012-09-13 20:26:08 UTC
State Changed
From-To: open->closed

Duplicate of ports/171613.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2012-09-13 23:04:22 UTC
State Changed
From-To: closed->open

Close 171613 in favor of this one, by submitter request.
Comment 4 Koop Mast freebsd_committer freebsd_triage 2012-10-07 12:16:23 UTC
State Changed
From-To: open->closed

Committed thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-10-07 12:16:25 UTC
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"