Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 10:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/181512: commit references a PR
Message-ID:  <201308261010.r7QAA0XE053415@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181512; it has been noted by GNATS.

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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308261010.r7QAA0XE053415>