head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.14 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.12 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.10 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.8 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.6 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.4 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.2 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.3.0.44 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.42 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.40 pkgsrc-2008Q1:1.3.0.38 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.36 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.34 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.32 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.30 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.28 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.26 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.24 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.22 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.20 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.18 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.16 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.14 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.12 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.10 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.8 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.6 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2008.09.16.16.07.33; author wiz; state dead; branches; next 1.3; 1.3 date 2003.02.07.02.10.41; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2001.03.28.09.27.51; author skrll; state Exp; branches; next 1.1; 1.1 date 2000.10.19.07.41.15; author skrll; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.10.19.07.41.15; author skrll; state Exp; branches; next ; desc @@ 1.4 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-ad,v 1.3 2003/02/07 02:10:41 dmcmahill Exp $ --- configure.orig Wed Jun 13 04:57:02 2001 +++ configure @@@@ -18,37 +18,13 @@@@ else -touch .test.qt. -if [ '!' -f ${QTDIR}/.test.qt. ]; -then - rm .test.qt. - echo - echo - echo ' The environment variable $QTDIR is not set correctly. It is currently' - echo ' set to "'$QTDIR'", but it should be set to this directory,' - echo ' which is "'`pwd`'".' - echo - echo ' Please read the INSTALL file for instructions on how to set $QTDIR' - echo ' correctly. If you have set $QTDIR in your .profile or .login, you ' - echo ' will need to log out and log in again to make the setting effective.' - echo - echo - exit 1 -fi -rm .test.qt. - # Find a make command -if ( make /dev/null ) >/dev/null 2>/dev/null -then - MAKE=make -else if ( gmake /dev/null ) >/dev/null 2>/dev/null then MAKE=gmake else - echo "You don't seem to have 'make' or 'gmake' in your PATH." + echo "You don't seem to have 'gmake' in your PATH." echo "Cannot proceed." exit 1 fi -fi # Check licensed modules @ 1.3 log @fix a bug created by last fix. We need to use gmake for the configure step as well as the build instead of only the build. Should fix problems noted in Hubert's recent bulk builds. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Add KDE support into the QT2 designer. Note to Hubert: I wouldn't bother recompiling just yet unless you really want to start creating KDE apps in the up and coming kdevelop 1.4 @ text @d3 1 a3 1 --- configure.orig Mon Mar 5 18:12:49 2001 d5 1 a5 2 @@@@ -17,25 +17,6 @@@@ HELP=yes d28 16 a43 2 if ( make /dev/null ) >/dev/null 2>/dev/null then @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig Tue Oct 17 12:27:35 2000 @ 1.1.1.1 log @Import new qt-2.2.1 package. This is the base package that includes only the qt library. @ text @@