svn commit: r331180 - in head: devel/llvm lang/clang

Brooks Davis brooks at FreeBSD.org
Mon Oct 21 20:00:10 UTC 2013


Author: brooks
Date: Mon Oct 21 20:00:09 2013
New Revision: 331180
URL: http://svnweb.freebsd.org/changeset/ports/331180

Log:
  Mark DEPRECATED in favor of non-conflicting devel/llvm32 and
  lang/clang32.  Set an agressive expiration date to encourage migration
  (actual removal will depend on the removal of dependencies.)

Modified:
  head/devel/llvm/Makefile
  head/lang/clang/Makefile

Modified: head/devel/llvm/Makefile
==============================================================================
--- head/devel/llvm/Makefile	Mon Oct 21 19:47:02 2013	(r331179)
+++ head/devel/llvm/Makefile	Mon Oct 21 20:00:09 2013	(r331180)
@@ -21,6 +21,9 @@ BUILD_DEPENDS+=	f2c:${PORTSDIR}/lang/f2c
 
 CONFLICTS=	llvm-devel-[23]* llvm31-3*
 
+DEPRECATED=	Migrate to devel/llvm32 or newer
+EXPIRATION_DATE=	2013-11-04
+
 GNU_CONFIGURE=	yes
 USES=		gmake perl5
 USE_LDCONFIG=	yes

Modified: head/lang/clang/Makefile
==============================================================================
--- head/lang/clang/Makefile	Mon Oct 21 19:47:02 2013	(r331179)
+++ head/lang/clang/Makefile	Mon Oct 21 20:00:09 2013	(r331180)
@@ -16,6 +16,9 @@ COMMENT=	C, Objective-C, and C++ compile
 
 CONFLICTS=	clang-devel-[23]*
 
+DEPRECATED=	Migrate to devel/clang32 or newer 
+EXPIRATION_DATE=	2013-11-04
+
 CLANG_NAME=	clang-${PORTVERSION}.src
 CLANG_SOURCE=	${CLANG_NAME}${EXTRACT_SUFX}
 LLVM_NAME=	llvm-${PORTVERSION}.src


More information about the svn-ports-all mailing list