diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 04:27:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 04:27:12 +0800 |
commit | cfebf369713d3352779612a4f1c1ebab09ba7eb9 (patch) | |
tree | e5eb2bcc71498e57a43da74f5eabaa5436e9bb8a /devel | |
parent | 14f9aafde3d3859a0381713a165f4edfcd675c1c (diff) | |
download | freebsd-ports-gnome-cfebf369713d3352779612a4f1c1ebab09ba7eb9.tar.gz freebsd-ports-gnome-cfebf369713d3352779612a4f1c1ebab09ba7eb9.tar.zst freebsd-ports-gnome-cfebf369713d3352779612a4f1c1ebab09ba7eb9.zip |
Schedule these ignored ports for termination on 2006-12-01
Diffstat (limited to 'devel')
-rw-r--r-- | devel/callgrind/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-crypto/Makefile | 2 | ||||
-rw-r--r-- | devel/stlport-icc/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/callgrind/Makefile b/devel/callgrind/Makefile index 0aa64780cf1b..a1145eda3f7d 100644 --- a/devel/callgrind/Makefile +++ b/devel/callgrind/Makefile @@ -14,6 +14,8 @@ MAINTAINER= barner@FreeBSD.org COMMENT= Valgrind skin for cache simulation and call tracing IGNORE= Dumps core \(SIGBUS\). \(Also v. 0.9.10\!\) +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-12-01 ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index 6bbcf1d8e050..9d7aee0f482c 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -33,6 +33,8 @@ PLIST_SUB+= GHC_VERSION="${GHC_VERSION}" .include <bsd.port.pre.mk> IGNORE= is incompatible with current GHC, needs updating +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-12-01 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ diff --git a/devel/stlport-icc/Makefile b/devel/stlport-icc/Makefile index 2e3ddcdb920b..aaa56b46376f 100644 --- a/devel/stlport-icc/Makefile +++ b/devel/stlport-icc/Makefile @@ -13,6 +13,8 @@ COMMENT= Adaptation of SGI's Standard Template Library for ICC BUILD_DEPENDS= icc:${PORTSDIR}/lang/icc icpc:${PORTSDIR}/lang/icc IGNORE= does not work with stlport 4.6.2 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-12-01 ONLY_FOR_ARCHS= i386 |