head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.14 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.12 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.10 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.8 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.6 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.4 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.2 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.6.0.26 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.24 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.22 pkgsrc-2008Q1:1.6.0.20 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.18 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.16 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.14 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.12 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.10 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.8 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.6 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.4 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.2 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.5.0.12 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.10 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.8 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.6 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.4 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.2 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.7 date 2008.09.16.16.07.32; author wiz; state dead; branches; next 1.6; 1.6 date 2005.12.12.15.32.56; author joerg; state Exp; branches; next 1.5; 1.5 date 2004.05.11.12.18.37; author wiz; state Exp; branches; next 1.4; 1.4 date 2000.10.18.11.22.44; author rh; state Exp; branches; next 1.3; 1.3 date 2000.03.28.00.09.21; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2000.03.23.23.27.25; author dmcmahill; state Exp; branches; next 1.1; 1.1 date 99.11.15.13.07.13; author rh; state Exp; branches; next ; desc @@ 1.7 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-ai,v 1.6 2005/12/12 15:32:56 joerg Exp $ --- configure.orig 1997-10-26 14:55:34.000000000 +0000 +++ configure @@@@ -970,7 +970,7 @@@@ fi #try to guess qt locations qt_incdirs="/usr/lib/qt/include /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt $x_includes $QTINC" -test -n "$QTDIR" && qt_incdirs="$QTDIR/include $QTDIR $qt_incdirs" +test -n "$QTDIR" && qt_incdirs="$QTDIR/include $QTDIR/include/qt $QTDIR $qt_incdirs" qt_incdir=NO for i in $qt_incdirs; @@@@ -1700,7 +1700,7 @@@@ case "$OS_TYPE" in CFLAGS="-O3 -ffast-math -funroll-loops" ;; - Linux|FreeBSD) + Linux|FreeBSD|DragonFly) CC="gcc" if test "$ARCH_TYPE" = "i486" ; then CFLAGS_ARCH="-m486" @@@@ -1714,6 +1714,11 @@@@ case "$OS_TYPE" in CFLAGS="-O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}" ;; + NetBSD) + CC="gcc" + CFLAGS="${CFLAGS} -DNO_BYTE_SWAPPING" + ;; + SunOS) if test "$CC" = "gcc"; then CFLAGS="-O6" @ 1.6 log @Add DragonFly support. XXX Use the changes for FreeBSD as well? @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Make build with gcc3. Make it use buildlink3. Closes PR 22281. @ text @d3 1 a3 1 --- configure.orig 1997-10-26 15:55:34.000000000 +0100 d14 9 @ 1.4 log @Update xamp to 0.8.10 (from PR 11250 by Rui-Xiang Guo , the maintainer of this package). Changes are bugfixes, and use of the native NetBSD sound API instead of OSS emulation. @ text @d3 3 a5 3 --- configure.orig Sun Oct 26 22:55:34 1997 +++ configure Mon Oct 16 21:09:00 2000 @@@@ -970,7 +970,7 @@@@ d14 7 a20 6 @@@@ -1710,6 +1710,14 @@@@ fi if test "$OS_TYPE" = "FreeBSD" ; then OS_TYPE="BSD" + fi + CFLAGS="-O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}" d23 3 a25 7 + NetBSD) + CC="gcc" + if test "$ARCH_TYPE" = "i386" ; then + CFLAGS_ARCH="-i586 -pipe" fi CFLAGS="-O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}" ;; @ 1.3 log @make qt1 install in its own directory instead of renaming its installed components. This allows users of Qt to specify QTDIR=/path/to/qt instead of having to patch all configure scripts and makefiles to look for alternate names. This is the recommended approach from Troll Tech (Qt authors). update pkgs which use qt1 to reflect this. @ text @d3 4 a6 3 --- configure.orig Sun Oct 26 11:55:34 1997 +++ configure Sun Mar 26 14:37:02 2000 @@@@ -971,5 +971,5 @@@@ d13 15 a27 1 @@@@ -1701,5 +1701,5 @@@@ a28 5 - Linux|FreeBSD) + Linux|FreeBSD|NetBSD) CC="gcc" if test "$ARCH_TYPE" = "i486" ; then @ 1.2 log @switch dependency from qt-1.44 to qt1-1.44 @ text @d4 2 a5 3 +++ configure Thu Mar 23 18:12:08 2000 @@@@ -841,6 +841,6 @@@@ fi d7 3 a9 15 -# Extract the first word of "moc", so it can be a program name with args. -set dummy moc; ac_word=$2 +# Extract the first word of "moc1", so it can be a program name with args. +set dummy moc1; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo "configure:841: checking for $ac_word" >&5 @@@@ -862,5 +862,5 @@@@ done IFS="$ac_save_ifs" - test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="/usr/bin/moc" + test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="/usr/bin/moc1" ;; esac @@@@ -970,5 +970,5 @@@@ #try to guess qt locations d11 1 a11 11 -qt_incdirs="/usr/lib/qt/include /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt $x_includes $QTINC" +qt_incdirs="/usr/lib/qt/include /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt1 $x_includes $QTINC" test -n "$QTDIR" && qt_incdirs="$QTDIR/include $QTDIR $qt_incdirs" @@@@ -993,5 +993,5 @@@@ for i in $qt_libdirs; do - for j in libqt.so libqt.a libqt.sl; + for j in libqt1.so libqt1.a libqt1.sl; do if test -r "$i/$j"; then @ 1.1 log @defuzz @ text @d3 33 a35 4 --- configure.orig Sun Oct 26 17:55:34 1997 +++ configure Mon Nov 15 13:58:45 1999 @@@@ -1700,7 +1700,7 @@@@ CFLAGS="-O3 -ffast-math -funroll-loops" a41 1 CFLAGS_ARCH="-m486" @