diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /games/kpicframer/files/patch-detect-autoconf.sh | |
parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'games/kpicframer/files/patch-detect-autoconf.sh')
-rw-r--r-- | games/kpicframer/files/patch-detect-autoconf.sh | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/games/kpicframer/files/patch-detect-autoconf.sh b/games/kpicframer/files/patch-detect-autoconf.sh deleted file mode 100644 index 721c9180dcea..000000000000 --- a/games/kpicframer/files/patch-detect-autoconf.sh +++ /dev/null @@ -1,26 +0,0 @@ -Index: detect-autoconf.sh -=================================================================== -RCS file: /cvs/kde/kde-common/admin/detect-autoconf.sh,v -retrieving revision 1.6 -diff -u -r1.6 detect-autoconf.sh ---- admin/detect-autoconf.sh 30 Nov 2002 02:48:03 -0000 1.6 -+++ admin/detect-autoconf.sh 29 Aug 2003 11:31:32 -0000 -@@ -25,6 +25,8 @@ - AUTOCONF="`$WHICH autoconf-2.52`" - elif test -x "`$WHICH autoconf2.50`" ; then - AUTOCONF="`$WHICH autoconf2.50`" -+ elif test -x "`$WHICH autoconf-2.59`" ; then -+ AUTOCONF="`$WHICH autoconf-2.59`" - fi - } - -@@ -46,6 +48,9 @@ - AUTOHEADER="`$WHICH autoheader-2.52`" - elif test -x "`$WHICH autoheader2.50`" ; then - AUTOHEADER="`$WHICH autoheader2.50`" -+ elif test -x "`$WHICH autoheader-2.59`" ; then -+ AUTOHEADER="`$WHICH autoheader-2.59`" -+ AUTOM4TE="`$WHICH autom4te-2.59`" - fi - } - |