diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-01-22 11:56:07 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-01-22 11:56:07 +0000 |
commit | 0168a776a6c64498a66d1cbaeab048dc6f7eb201 (patch) | |
tree | d4cb00787262b39e82a030cb7f43578b24a8dedd | |
parent | 944f536ddba6d937f08347d6e51d22d776e3a5f6 (diff) |
- Deprecate due to planned removal of tcl8.0 / tk8.0
- Set expiration date to 2009-03-22
Notes
Notes:
svn path=/head/; revision=226669
-rw-r--r-- | games/jumpnbump/Makefile | 3 | ||||
-rw-r--r-- | mbone/nte/Makefile | 3 | ||||
-rw-r--r-- | mbone/relate/Makefile | 3 | ||||
-rw-r--r-- | mbone/wbd/Makefile | 3 | ||||
-rw-r--r-- | x11/tkgoodstuff/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/games/jumpnbump/Makefile b/games/jumpnbump/Makefile index 6c170105bb95..22649fc4aefd 100644 --- a/games/jumpnbump/Makefile +++ b/games/jumpnbump/Makefile @@ -18,6 +18,9 @@ COMMENT= A fun multiplayer game with cute fluffy bunnies and bloody explosions USE_SDL= mixer sdl +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .if !defined (WITHOUT_TCL) RUN_DEPENDS+= wish8.0:${PORTSDIR}/x11-toolkits/tk80 PLIST_SUB += WITH_TCL="" diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index e889ca6acdef..b0daa3718361 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -21,4 +21,7 @@ WRKSRC= ${WRKDIR}/nte PLIST_FILES= bin/nte USE_GMAKE= yes +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .include <bsd.port.mk> diff --git a/mbone/relate/Makefile b/mbone/relate/Makefile index cacfccb1f0d4..3289dcd7fdcc 100644 --- a/mbone/relate/Makefile +++ b/mbone/relate/Makefile @@ -23,4 +23,7 @@ RUN_DEPENDS= rat30:${PORTSDIR}/mbone/rat30 \ PLIST_FILES= bin/relate WRKSRC= ${WRKDIR}/relate +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .include <bsd.port.mk> diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index bf3397b5181b..65a2ec20a939 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -21,4 +21,7 @@ PLIST_FILES= bin/wbd WRKSRC= ${WRKDIR}/wbd MAKEFILE= makefile +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .include <bsd.port.mk> diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile index 45d6965c3528..8822b6b1a4fa 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -29,6 +29,9 @@ CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl8.0/tclConfig.sh \ CONFIGURE_ARGS= --enable-libs STRIP= +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + post-patch: @${RM} -f ${WRKSRC}/tcl/*.orig |