head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.14 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.12 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.10 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.8 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.6 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.4 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.2 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.5.0.38 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.36 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.34 pkgsrc-2008Q1:1.5.0.32 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.30 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.28 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.26 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.24 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.22 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.20 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.18 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.16 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.14 pkgsrc-2005Q4-base:1.5 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.6 date 2008.09.16.16.07.32; author wiz; state dead; 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.12; author rh; state Exp; branches; next ; desc @@ 1.6 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-ah,v 1.5 2004/05/11 12:18:37 wiz Exp $ --- configure.in.orig Sun Oct 5 22:42:34 1997 +++ configure.in Mon Oct 16 21:08:33 2000 @@@@ -71,6 +71,11 @@@@ 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.5 log @Make build with gcc3. Make it use buildlink3. Closes PR 22281. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.4 2000/10/18 11:22:44 rh Exp $ @ 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 @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -71,6 +71,14 @@@@ d11 1 a11 4 + 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.in.orig Sun Oct 5 12:42:34 1997 +++ configure.in Sun Mar 26 13:59:52 2000 @@@@ -58,5 +58,5 @@@@ d9 11 a19 4 - 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 1 a4 13 +++ configure.in Wed Mar 22 18:49:34 2000 @@@@ -9,9 +9,9 @@@@ AC_PROG_CC AC_PROG_CXX -AC_PATH_PROG(MOC, moc, /usr/bin/moc) +AC_PATH_PROG(MOC, moc1, /usr/bin/moc1) AC_PROG_INSTALL(INSTALL, /usr/bin/install) dnl Checks for libraries. -AC_HAVE_LIBRARY(qt,,,-lX11) +AC_HAVE_LIBRARY(qt1,,,-lX11) dnl Checks for header files. @ 1.1 log @defuzz @ text @d3 15 a17 4 --- configure.in.orig Sun Oct 5 18:42:34 1997 +++ configure.in Mon Nov 15 13:58:45 1999 @@@@ -57,7 +57,7 @@@@ CFLAGS="-O3 -ffast-math -funroll-loops" a23 1 CFLAGS_ARCH="-m486" @