diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-17 04:15:10 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-17 04:15:10 +0000 |
commit | 90bd17a19535337d501b4a3d5d01d7348dc13c03 (patch) | |
tree | c2545dd3424d4de1b0aae0de09946e1117801cd0 /lang/cint | |
parent | 0675eea8bf4ede81cdc15e0637639bc1d4af28ba (diff) |
Notes
Diffstat (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 97c20c30a486..e75830390a33 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ 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 |