svn commit: r369354 - head/devel/creduce

Brooks Davis brooks at FreeBSD.org
Sat Sep 27 01:59:05 UTC 2014


Author: brooks
Date: Sat Sep 27 01:59:04 2014
New Revision: 369354
URL: http://svnweb.freebsd.org/changeset/ports/369354
QAT: https://qat.redports.org/buildarchive/r369354/

Log:
  Assume a lack of updates means a lack of interest and deprecate the
  creduce port as it is the last undeprecated dependency on clang32.
  
  If someone wants to update this there is a patch that builds, but does
  not install at:
  https://people.freebsd.org/~brooks/patches/creduce-2.2.0-partial.diff

Modified:
  head/devel/creduce/Makefile

Modified: head/devel/creduce/Makefile
==============================================================================
--- head/devel/creduce/Makefile	Sat Sep 27 01:46:53 2014	(r369353)
+++ head/devel/creduce/Makefile	Sat Sep 27 01:59:04 2014	(r369354)
@@ -10,6 +10,8 @@ CATEGORIES=	devel
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Produces small test cases
 
+DEPRECATED=	Unmaintained and depends on ancient LLVM 3.2
+EXPIRATION_DATE=	2014-12-01
 
 # "University of Illinois Open Source License."
 #LICENSE=	BSD2CLAUSE


More information about the svn-ports-head mailing list