From lapo@lapo.it  Tue May 28 08:41:41 2013
Return-Path: <lapo@lapo.it>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 17F3F64E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 May 2013 08:41:41 +0000 (UTC)
	(envelope-from lapo@lapo.it)
Received: from relay.andxor.it (relay.andxor.it [195.223.2.3])
	by mx1.freebsd.org (Postfix) with ESMTP id 54371367
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 May 2013 08:41:40 +0000 (UTC)
Received: (qmail 67472 invoked from network); 28 May 2013 08:41:30 -0000
Received: from lapo.andxor.it (192.168.2.22)
  by relay.andxor.it with ESMTPS; 28 May 2013 08:41:30 -0000
Received: from lapo.andxor.it (localhost.andxor.it [127.0.0.1])
	by lapo.andxor.it (8.14.5/8.14.5) with ESMTP id r4S8fTZw027145;
	Tue, 28 May 2013 10:41:29 +0200 (CEST)
	(envelope-from lapo@lapo.andxor.it)
Received: (from lapo@localhost)
	by lapo.andxor.it (8.14.5/8.14.5/Submit) id r4S8fTxG027144;
	Tue, 28 May 2013 10:41:29 +0200 (CEST)
	(envelope-from lapo)
Message-Id: <201305280841.r4S8fTxG027144@lapo.andxor.it>
Date: Tue, 28 May 2013 10:41:29 +0200 (CEST)
From: Lapo Luchini <lapo@lapo.it>
Reply-To: Lapo Luchini <lapo@lapo.it>
To: FreeBSD-gnats-submit@freebsd.org, dinoex@freebsd.org
Cc: Lapo Luchini <lapo@lapo.it>
Subject: problem with net/tinyldap: file conflict (reported by pkg2ng)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179043
>Category:       ports
>Synopsis:       problem with net/tinyldap: file conflict (reported by pkg2ng)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 08:50:00 UTC 2013
>Closed-Date:    Sat Jun 15 14:11:02 CEST 2013
>Last-Modified:  Sat Jun 15 14:11:02 CEST 2013
>Originator:     Lapo Luchini
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD lapo.andxor.it 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

tinyldap-0.0.20091122 conflicts with openldap-client-2.4.35 (installs files into the same place).  Problematic file: /usr/local/bin/ldapdelete

>How-To-Repeat:

# pkg2ng

or, if not installed

# portmaster net/tinyldap

>Fix:

I guess renaming the file, or avoiding it.
I think this package should be capable to coexist with openldap-client as they have different reasons to be used.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 28 08:50:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179043 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179043: commit references a PR
Date: Sat, 15 Jun 2013 11:58:41 +0000 (UTC)

 Author: dinoex
 Date: Sat Jun 15 11:58:33 2013
 New Revision: 320990
 URL: http://svnweb.freebsd.org/changeset/ports/320990
 
 Log:
   - rename ldapdelete tinyldapdelete
   PR:		179043
 
 Modified:
   head/net/tinyldap/Makefile
   head/net/tinyldap/pkg-plist
 
 Modified: head/net/tinyldap/Makefile
 ==============================================================================
 --- head/net/tinyldap/Makefile	Sat Jun 15 11:48:42 2013	(r320989)
 +++ head/net/tinyldap/Makefile	Sat Jun 15 11:58:33 2013	(r320990)
 @@ -2,6 +2,7 @@
  
  PORTNAME=	tinyldap
  PORTVERSION=	0.0.${SNAPSHOT}
 +PORTREVISION=	1
  CATEGORIES=	net ipv6
  MASTER_SITES=	ftp://ftp.dinoex.de/pub/tinyldap/
  DISTNAME=	${PORTNAME}-${SNAPSHOT}
 @@ -22,7 +23,8 @@ LIBOWFAT_PORT?=	devel/libowfat
  TINYLDAP_DATA?=	${PREFIX}/tinyldap/data
  SBINFILES=	acl addindex bindrequest dumpacls dumpidx idx2ldif parse \
  		tinyldap_debug tinyldap_standalone
 -BINFILES=	ldapclient ldapclient_str ldapdelete md5password mysql2ldif
 +BINFILES=	ldapclient ldapclient_str md5password mysql2ldif \
 +		tinyldapdelete
  DOCFILES=	ACL FORMAT GETTING.STARTED README README.security RFCs \
  		THANKS TODO
  
 @@ -33,6 +35,7 @@ post-patch:
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/tinyldap ${PREFIX}/libexec/
 +	${CP} -p ${WRKSRC}/ldapdelete ${WRKSRC}/tinyldapdelete
  .for i in ${BINFILES}
  	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin/
  .endfor
 
 Modified: head/net/tinyldap/pkg-plist
 ==============================================================================
 --- head/net/tinyldap/pkg-plist	Sat Jun 15 11:48:42 2013	(r320989)
 +++ head/net/tinyldap/pkg-plist	Sat Jun 15 11:58:33 2013	(r320990)
 @@ -1,6 +1,6 @@
  bin/ldapclient
  bin/ldapclient_str
 -bin/ldapdelete
 +bin/tinyldapdelete
  bin/md5password
  bin/mysql2ldif
  libexec/tinyldap
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Sat Jun 15 14:10:42 CEST 2013 
State-Changed-Why:  
a fix has been committed, thanks. 

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