From wtp@wtp3.org  Mon Oct 15 23:57:26 2007
Return-Path: <wtp@wtp3.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6963E16A4C9
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Oct 2007 23:57:26 +0000 (UTC)
	(envelope-from wtp@wtp3.org)
Received: from fw.wtp3.org (67-moc-10.acn.waw.pl [212.76.55.67])
	by mx1.freebsd.org (Postfix) with ESMTP id 6E6E713C4E8
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Oct 2007 23:57:25 +0000 (UTC)
	(envelope-from wtp@wtp3.org)
Received: from fw.wtp3.org (localhost [127.0.0.1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by fw.wtp3.org (Postfix) with ESMTP id 8E1DA90DD5
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Oct 2007 01:37:07 +0200 (CEST)
Received: by fw.wtp3.org (Postfix, from userid 1000)
	id 7388D9098B; Tue, 16 Oct 2007 01:37:06 +0200 (CEST)
Message-Id: <20071015233706.7388D9098B@fw.wtp3.org>
Date: Tue, 16 Oct 2007 01:37:06 +0200 (CEST)
From: Krzysztof Stryjek <wtp@bsdguru.org>
Reply-To: Krzysztof Stryjek <wtp@bsdguru.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Problem with compiling samba port when tdb port is installed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117228
>Category:       ports
>Synopsis:       Problem with compiling net/samba3 port when tdb port is installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    timur
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 00:00:02 UTC 2007
>Closed-Date:    Sun Dec 09 16:55:22 UTC 2007
>Last-Modified:  Sun Dec 09 16:55:22 UTC 2007
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
private
>Environment:
System: FreeBSD fw.wtp3.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Thu Dec 21 04:24:09 CET 2006 toor@pc252.lan.wtp3.org:/usr/obj/usr/src/sys/POOH6 i386


>Description:
	net/samba3 port does not compile when databases/tdb port is installed

>How-To-Repeat:
	First install databases/tdb then try to compile net/samba3. You will
receive errors about tdb_open_ex

>Fix:

	Here is a fix for Samba port with CONFLICTS

--- Makefile.patch begins here ---
--- Makefile.orig	Tue Oct 16 01:27:09 2007
+++ Makefile	Tue Oct 16 01:29:20 2007
@@ -17,7 +17,7 @@
 MAINTAINER?=		timur@FreeBSD.org
 COMMENT?=		A free SMB and CIFS client and server for UNIX
 
-CONFLICTS?=		ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.*
+CONFLICTS?=		ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.* tdb-1.*
 
 USE_ICONV=		yes
 GNU_CONFIGURE=		yes
--- Makefile.patch ends here ---

Greetings from Poland
--
Krzysztof Stryjek
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->open 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 17 13:40:57 UTC 2007 
State-Changed-Why:  
Nohting changes 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117228 
Responsible-Changed-From-To: freebsd-ports-bugs->timur 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 17 13:45:17 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117228 
State-Changed-From-To: open->closed 
State-Changed-By: timur 
State-Changed-When: Sun Dec 9 15:57:59 UTC 2007 
State-Changed-Why:  
Thanks a lot, Krzysztof, for your report! 

This fix will be added into the 3.0.27a version of the port. 

With best regards, 
Timur Bakeyev. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=117228 
>Unformatted:
