Date: Mon, 21 Oct 2013 20:00:09 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331180 - in head: devel/llvm lang/clang Message-ID: <201310212000.r9LK093u018514@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310212000.r9LK093u018514>