diff options
author | crees <crees@FreeBSD.org> | 2011-08-22 02:56:01 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-22 02:56:01 +0800 |
commit | 419e17e03e7dd9f7af9668da077a65a4a0952877 (patch) | |
tree | a8d5993e8f0d3b62e9c7d4c4e82fa5df1cb9e870 | |
parent | 63798cfc55aa05323d490e023b7573c39dc41cf9 (diff) | |
download | freebsd-ports-gnome-419e17e03e7dd9f7af9668da077a65a4a0952877.tar.gz freebsd-ports-gnome-419e17e03e7dd9f7af9668da077a65a4a0952877.tar.zst freebsd-ports-gnome-419e17e03e7dd9f7af9668da077a65a4a0952877.zip |
Deprecate with 2 months' warning -- broken on 64-bit and dead upstream
PR: ports/159969
Submitted by: me
Approved by: maintainer (via email)
-rw-r--r-- | lang/smarteiffel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile index ae5367112d86..47c6fcb19b42 100644 --- a/lang/smarteiffel/Makefile +++ b/lang/smarteiffel/Makefile @@ -14,6 +14,9 @@ DISTNAME= SmartEiffel-${DISTVERSION} MAINTAINER= berend@pobox.com COMMENT= SmartEiffel, the GNU compiler for the object-oriented language Eiffel +DEPRECATED= Dead upstream, broken on amd64 with gcc>4 +EXPIRATION_DATE=2011-10-21 + WRKSRC= ${WRKDIR}/SmartEiffel12 # We install in this directory |