From owner-svn-ports-head@freebsd.org Sat Aug 12 14:51:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1E64DDB0B5; Sat, 12 Aug 2017 14:51:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81437637A0; Sat, 12 Aug 2017 14:51:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7CEpcHj025713; Sat, 12 Aug 2017 14:51:38 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7CEpc8f025712; Sat, 12 Aug 2017 14:51:38 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201708121451.v7CEpc8f025712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 12 Aug 2017 14:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447836 - head/security/clambc X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/security/clambc X-SVN-Commit-Revision: 447836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2017 14:51:39 -0000 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