Date: Wed, 17 Jul 2019 04:15:10 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506789 - head/lang/cint Message-ID: <201907170415.x6H4FAtD059749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Jul 17 04:15:10 2019 New Revision: 506789 URL: https://svnweb.freebsd.org/changeset/ports/506789 Log: Deprecate lang/cint Development has stopped many years ago in favor of the LLVM-based lang/cling. PR: 238907 Approved by: fjoe (maintainer timeout, 2 weeks) Modified: head/lang/cint/Makefile Modified: head/lang/cint/Makefile ============================================================================== --- head/lang/cint/Makefile Wed Jul 17 04:14:04 2019 (r506788) +++ head/lang/cint/Makefile Wed Jul 17 04:15:10 2019 (r506789) @@ -10,6 +10,9 @@ MASTER_SITES= http://root.cern.ch/drupal/sites/default MAINTAINER= fjoe@FreeBSD.org COMMENT= C/C++ interpreter +DEPRECATED= Abandonware; superseded by lang/cling +EXPIRATION_DATE= 2019-07-31 + BROKEN_powerpc64= does not build: cint/include/iosenum.h: segmentation fault (core dumped) BUILD_DEPENDS= bash:shells/bash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907170415.x6H4FAtD059749>