From gerald@FreeBSD.org  Sun Aug 25 00:22:32 2013
Return-Path: <gerald@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 2D5E898F;
	Sun, 25 Aug 2013 00:22:32 +0000 (UTC)
	(envelope-from gerald@FreeBSD.org)
Received: from ref10-i386.freebsd.org (ref10-i386.freebsd.org [IPv6:2001:1900:2254:206c::16:8a])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1B6C82CA4;
	Sun, 25 Aug 2013 00:22:32 +0000 (UTC)
Received: from ref10-i386.freebsd.org (localhost [127.0.0.1])
	by ref10-i386.freebsd.org (8.14.7/8.14.7) with ESMTP id r7P0MVjY016501;
	Sun, 25 Aug 2013 00:22:31 GMT
	(envelope-from gerald@ref10-i386.freebsd.org)
Received: (from gerald@localhost)
	by ref10-i386.freebsd.org (8.14.7/8.14.7/Submit) id r7P0MVXo016500;
	Sun, 25 Aug 2013 00:22:31 GMT
	(envelope-from gerald)
Message-Id: <201308250022.r7P0MVXo016500@ref10-i386.freebsd.org>
Date: Sun, 25 Aug 2013 00:22:31 GMT
From: Gerald Pfeifer <gerald@pfeifer.com>
To: FreeBSD-gnats-submit@freebsd.org, x11@FreeBSD.org
Subject: xtrans-1.2.7 conflicts with libXtrans-0.1_2
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         181512
>Category:       ports
>Synopsis:       x11/xtrans: xtrans-1.2.7 conflicts with libXtrans-0.1_2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 00:30:00 UTC 2013
>Closed-Date:    Mon Aug 26 10:07:51 UTC 2013
>Last-Modified:  Mon Aug 26 10:10:00 UTC 2013
>Originator:     Gerald Pfeifer
>Release:        
>Organization:
>Environment:
>Description:
	On one of my testers, I was just going to install both
	x11/xtrans and x11/libXtrans building them from sources
	(as part of an oooold script), and only pkg advised of a
	conflict:

===>   Registering installation for xtrans-1.2.7
Installing xtrans-1.2.7...pkg-static: xtrans-1.2.7 conflicts with libXtrans-0.1_2 (installs files into the same place).  Problematic file: $PREFIX/include/X11/Xtrans/Xtrans.c
>How-To-Repeat:
>Fix:
	1. Add proper CONFLICTS to these two ports.

	2. Obsolete one in favor of the other (or avoid the conflict)?
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 25 05:05:36 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181512 
State-Changed-From-To: open->closed 
State-Changed-By: zeising 
State-Changed-When: Mon Aug 26 10:07:50 UTC 2013 
State-Changed-Why:  
Fixed by adding CONFLICTS and marking x11/libXtrans as DEPRECATED. 
Thank you for noticing! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181512: commit references a PR
Date: Mon, 26 Aug 2013 10:07:09 +0000 (UTC)

 Author: zeising
 Date: Mon Aug 26 10:07:01 2013
 New Revision: 325381
 URL: http://svnweb.freebsd.org/changeset/ports/325381
 
 Log:
   Add conflicts between x11/libXtrans and x11/xtrans, they install the same
   files. [1]
   Mark x11/libXtrans as DEPRECATED, since it is obsolteted upstream, and set
   removal date one month from now.  Nothing in ports uses x11/libXtrans
   anyway.
   
   PR:		ports/181512 [1]
   Submitted by:	Gerald Pfeifer <gerald@pfeifer.com> [1]
 
 Modified:
   head/x11/libXtrans/Makefile
   head/x11/xtrans/Makefile
 
 Modified: head/x11/libXtrans/Makefile
 ==============================================================================
 --- head/x11/libXtrans/Makefile	Mon Aug 26 09:47:12 2013	(r325380)
 +++ head/x11/libXtrans/Makefile	Mon Aug 26 10:07:01 2013	(r325381)
 @@ -10,6 +10,11 @@ MASTER_SITES=	http://xlibs.freedesktop.o
  MAINTAINER=	x11@FreeBSD.org
  COMMENT=	Network API translation layer for X applications and libraries
  
 +CONFLICTS=	xtrans
 +
 +DEPRECATED=	Project is obsoleted, use x11/xtrans instead
 +EXPIRATION_DATE=2013-09-26
 +
  USE_BZIP2=	yes
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
 
 Modified: head/x11/xtrans/Makefile
 ==============================================================================
 --- head/x11/xtrans/Makefile	Mon Aug 26 09:47:12 2013	(r325380)
 +++ head/x11/xtrans/Makefile	Mon Aug 26 10:07:01 2013	(r325381)
 @@ -8,6 +8,8 @@ CATEGORIES=	x11
  MAINTAINER=	x11@FreeBSD.org
  COMMENT=	Abstract network code for X
  
 +CONFLICTS=	libXtrans
 +
  LICENSE=	MIT
  
  XORG_CAT=	lib
 _______________________________________________
 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"
 
>Unformatted:
