Date: Sat, 12 Aug 2017 14:51:38 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447836 - head/security/clambc Message-ID: <201708121451.v7CEpc8f025712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= ports@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708121451.v7CEpc8f025712>