svn commit: r447836 - head/security/clambc

Gerald Pfeifer gerald at FreeBSD.org
Sat Aug 12 14:51:39 UTC 2017


Author: gerald
Date: Sat Aug 12 14:51:38 2017
New Revision: 447836
URL: https://svnweb.freebsd.org/changeset/ports/447836

Log:
  Mark deprecated with an expiration date of 2017-09-13 since this is
  essentially unmaintained upstream (last RC three years ago, features
  issues fixed on the clang side six years ago, and fails to build with
  modern compilers such GCC 6+ or clang for that matter).
  
  Reset maintainership to give others a chance to pick this up. [1]
  
  Bump PORTREVISION due to the changes above.
  
  Replace USE_GCC=any by USE_GCC=5 to unstall PR 219275.
  
  PR:		219289, 219275
  Approved by:	zi (maintainer) [1]

Modified:
  head/security/clambc/Makefile

Modified: head/security/clambc/Makefile
==============================================================================
--- head/security/clambc/Makefile	Sat Aug 12 14:50:53 2017	(r447835)
+++ head/security/clambc/Makefile	Sat Aug 12 14:51:38 2017	(r447836)
@@ -3,15 +3,18 @@
 
 PORTNAME=	clambc
 DISTVERSION=	0.98.5rc1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	SF/clamav/${PORTNAME:tl}
 
-MAINTAINER=	zi at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Bytecode signature compiler for ClamAV
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Practically unmaintained, featuring issues elsewhere solved 6 years ago
+EXPIRATION_DATE=2017-09-13
+
 NOT_FOR_ARCHS=		aarch64
 NOT_FOR_ARCHS_REASON=	fails to configure: error: Can not set target to build
 
@@ -19,7 +22,7 @@ USES=		gmake libtool perl5
 ALL_TARGET=	clambc-only
 GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
-USE_GCC=	any
+USE_GCC=	5	# fails to build with GCC 6+
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 CONFIGURE_SCRIPT=llvm/configure


More information about the svn-ports-all mailing list