diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 20:53:42 +0000 |
commit | 5e535e782212b88c5653bcdf5b479068766cccd3 (patch) | |
tree | 383e4760b87c61a4d7ed195e85cffa507c0ebb80 /x11/tkgoodstuff/files/patch-aa | |
parent | - Actually, klamav doesn't install docs, it just installs kde stuffs on (diff) |
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Notes
Notes:
svn path=/head/; revision=230793
Diffstat (limited to 'x11/tkgoodstuff/files/patch-aa')
-rw-r--r-- | x11/tkgoodstuff/files/patch-aa | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/x11/tkgoodstuff/files/patch-aa b/x11/tkgoodstuff/files/patch-aa deleted file mode 100644 index cc2c4a6e6dc9..000000000000 --- a/x11/tkgoodstuff/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- configure Thu Aug 7 12:49:27 1997 -+++ configure Wed Aug 27 01:18:17 1997 -@@ -540,29 +540,34 @@ - # Find appropriate tclConfig.sh and - # recover information that Tcl computed with its configure script. - --TCLCONFIGSH="" --for prefix in $dirlist; do -- if test -f $prefix/lib/tclConfig.sh; then -- TCLCONFIGSH=$prefix/lib/tclConfig.sh -- . $TCLCONFIGSH -- if test `expr \( $TCL_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TCL_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 0 -- then -- break -+if [ -z "$TCLCONFIGSH" ] ; then -+ TCLCONFIGSH="" -+ for prefix in $dirlist; do -+ if test -f $prefix/lib/tclConfig.sh; then -+ TCLCONFIGSH=$prefix/lib/tclConfig.sh -+ . $TCLCONFIGSH -+ if test `expr \( $TCL_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TCL_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 0 -+ then -+ break -+ fi - fi -- fi --done -+ done -+fi - test -f "$TCLCONFIGSH" || abort "Can't find any tclConfig.sh" -+. $TCLCONFIGSH - if test `expr \( $TCL_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TCL_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 1 - then - abort "Need but can't find tclConfig.sh for Tcl ${TCLTK_MAJORNEEDED}.${TCLTK_MINORNEEDED} or later." - fi - echo "using $TCLCONFIGSH" - --TKCONFIGSH=${prefix}/lib/tkConfig.sh --test -f "$TKCONFIGSH" || abort "Can't find any tkConfig.sh" -+if [ -z "$TKCONFIGSH" ] ; then -+ TKCONFIGSH=${prefix}/lib/tkConfig.sh -+ test -f "$TKCONFIGSH" || abort "Can't find any tkConfig.sh" -+fi - . $TKCONFIGSH - if test `expr \( $TK_MAJOR_VERSION \< $TCLTK_MAJORNEEDED \) \| \( $TK_MINOR_VERSION \< $TCLTK_MINORNEEDED \)` = 1 -- then abort "Need but can't find tkConfig.sh for Tk ${TCLTK_MAJORNEEDED}.${TCLTK_MINORNEEDED} or later." -+ then abort "Need but can't find tkConfig.sh for Tk ${TCLTK_MAJORNEEDED}.${TCLTK_MINORNEEDED} or later." - fi - echo "using $TKCONFIGSH" - ---- libs/Makefile.in Wed Aug 6 08:10:43 1997 -+++ libs/Makefile.in Wed Aug 27 01:22:36 1997 -@@ -28,7 +28,8 @@ - SRCDIR = @srcdir@ - - CFLAGS = -O @TCL_DEFS@ @TK_DEFS@ -I$(SRCDIR) \ -- -I$(TK_PREFIX)/include -I$(TK_PREFIX)/include/tcl \ -+ -I$(TK_PREFIX)/include/tcl8.0 \ -+ -I$(TK_PREFIX)/include/tk8.0 \ - $(XINCLUDES) - - INSTALL = @INSTALL@ |