summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/files/patch-configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /x11-toolkits/qt33/files/patch-configure
parentRemove 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 'x11-toolkits/qt33/files/patch-configure')
-rw-r--r--x11-toolkits/qt33/files/patch-configure60
1 files changed, 0 insertions, 60 deletions
diff --git a/x11-toolkits/qt33/files/patch-configure b/x11-toolkits/qt33/files/patch-configure
deleted file mode 100644
index 8c5938d8db68..000000000000
--- a/x11-toolkits/qt33/files/patch-configure
+++ /dev/null
@@ -1,60 +0,0 @@
---- configure Mon Aug 18 09:23:53 2003
-+++ configure Wed Sep 3 13:12:20 2003
-@@ -1130,10 +1130,4 @@
- done
-
-- # symlink the mkspecs directory
-- mkdir -p $outpath/mkspecs
-- rm -f $outpath/mkspecs/*
-- ln -s $relpath/mkspecs/* $outpath/mkspecs
-- rm -f $outpath/mkspecs/default
--
- # symlink the linguist/doc directory (to make the assistant happy)
- mkdir -p $outpath/tools/linguist
-@@ -1196,5 +1190,5 @@
- # find a make command
- MAKE=
--for mk in gmake make; do
-+for mk in make; do
- if $WHICH $mk >/dev/null 2>&1; then
- MAKE=`$WHICH $mk`
-@@ -1422,12 +1416,4 @@
- fi
-
--if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QNX" = "yes" ]; then
-- CFG_SM=no
-- MODULES=`echo $MODULES | sed -e 's/opengl//'`
-- PLATFORMS=`find $relpath/mkspecs/qws | sed "s,$relpath/mkspecs/qws/,,"`
--else
-- PLATFORMS=`find $relpath/mkspecs/ -type f | grep -v qws | sed "s,$relpath/mkspecs/qws/,,"`
--fi
--
- ##if [ "$OPT_CONCURRENT" = "0" ] && echo $MAKEFLAGS | grep '.* *-j[0-9]* *.*' >/dev/null 2>&1; then
- # OPT_CONCURRENT=`echo $MAKEFLAGS | sed "s,.* *-j\([0-9]*\) *.*,\1,"`
-@@ -2334,6 +2320,5 @@
- fi
-
--# build qmake
--if true; then ###[ '!' -f "$outpath/bin/qmake" ];
-+if false; then
- echo "Creating qmake. Please wait..."
- rm -f mkspecs/default
-@@ -2713,6 +2698,5 @@
-
- if [ '!' -z "$I_FLAGS" ]; then
-- QMAKE_VARS="$QMAKE_VARS \"QMAKE_CFLAGS+=$I_FLAGS\""
-- QMAKE_VARS="$QMAKE_VARS \"QMAKE_CXXFLAGS+=$I_FLAGS\""
-+ QMAKE_VARS="$QMAKE_VARS \"INCPATH+=`echo $I_FLAGS | sed s,-I,,g`\""
- fi
-
---- configure.orig Tue May 25 17:07:32 2004
-+++ configure Tue May 25 17:12:24 2004
-@@ -2305,7 +2305,7 @@
- else
- echo "Do you accept the terms of $affix license? \c"
- fi
-- read acceptance
-+ acceptance=yes
- echo
- if [ "$acceptance" = "yes" ]; then
- break