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 /audio/yammi/files/patch-admin-cvs.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
Notes
Notes:
svn path=/head/; revision=323748
Diffstat (limited to 'audio/yammi/files/patch-admin-cvs.sh')
-rw-r--r-- | audio/yammi/files/patch-admin-cvs.sh | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/audio/yammi/files/patch-admin-cvs.sh b/audio/yammi/files/patch-admin-cvs.sh deleted file mode 100644 index 4e72b748db05..000000000000 --- a/audio/yammi/files/patch-admin-cvs.sh +++ /dev/null @@ -1,64 +0,0 @@ ---- admin/cvs.sh.orig 2005-05-27 12:57:46.000000000 -0700 -+++ admin/cvs.sh 2007-09-22 22:42:52.000000000 -0700 -@@ -31,61 +31,5 @@ - { --required_autoconf_version="2.53 or newer" - AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` --case $AUTOCONF_VERSION in -- Autoconf*2.5* | autoconf*2.5* ) : ;; -- "" ) -- echo "*** AUTOCONF NOT FOUND!." -- echo "*** KDE requires autoconf $required_autoconf_version" -- exit 1 -- ;; -- * ) -- echo "*** YOU'RE USING $AUTOCONF_VERSION." -- echo "*** KDE requires autoconf $required_autoconf_version" -- exit 1 -- ;; --esac -- - AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1` --case $AUTOHEADER_VERSION in -- Autoconf*2.5* | autoheader*2.5* ) : ;; -- "" ) -- echo "*** AUTOHEADER NOT FOUND!." -- echo "*** KDE requires autoheader $required_autoconf_version" -- exit 1 -- ;; -- * ) -- echo "*** YOU'RE USING $AUTOHEADER_VERSION." -- echo "*** KDE requires autoheader $required_autoconf_version" -- exit 1 -- ;; --esac -- --unset UNSERMAKE || : -- - AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1` --required_automake_version="1.6.1 or newer" --case $AUTOMAKE_STRING in -- automake*1.5d* | automake*1.5* | automake*1.5-* ) -- echo "*** YOU'RE USING $AUTOMAKE_STRING." -- echo "*** KDE requires automake $required_automake_version" -- exit 1 -- ;; -- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) : ;; -- "" ) -- echo "*** AUTOMAKE NOT FOUND!." -- echo "*** KDE requires automake $required_automake_version" -- exit 1 -- ;; -- *unsermake* ) : -- echo "*** YOU'RE USING UNSERMAKE." -- echo "*** GOOD LUCK!! :)" -- UNSERMAKE=unsermake -- ;; -- * ) -- echo "*** YOU'RE USING $AUTOMAKE_STRING." -- echo "*** KDE requires automake $required_automake_version" -- exit 1 -- ;; --esac --unset required_automake_version - } |