head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.14 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.12 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.10 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.8 pkgsrc-2011Q2-base:1.5 TNF:1.1.1 pkgsrc-2009Q4:1.5.0.6 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.4 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.2 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.4.0.36 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.34 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.32 pkgsrc-2008Q1:1.4.0.30 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.28 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.26 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.24 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.22 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.20 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.18 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.16 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.14 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.12 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.10 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.8 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.6 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.4 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 tnf-000428:1.1.1.1; locks; strict; comment @# @; 1.5 date 2008.09.16.16.07.34; author wiz; state dead; branches; next 1.4; 1.4 date 2004.09.10.15.43.51; author drochner; state Exp; branches; next 1.3; 1.3 date 2001.12.24.17.06.56; author jmc; state Exp; branches; next 1.2; 1.2 date 2000.10.19.08.04.58; author skrll; state Exp; branches; next 1.1; 1.1 date 2000.04.28.20.31.44; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.04.28.20.31.44; author drochner; state Exp; branches; next ; desc @@ 1.5 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-aa,v 1.4 2004/09/10 15:43:51 drochner Exp $ --- Makefile.common.orig 2001-03-20 20:58:29.000000000 +0100 +++ Makefile.common @@@@ -19,10 +19,10 @@@@ INCDIR = -I$(QTDIR)/include -I$(TOPDIR) ifdef BUILD_RELEASE CFLAGS = -DQTARCH_VERSION=\"$(VERSION)-$(RELEASE)\" \ - -O2 -fno-strength-reduce -W -Wall -pipe -rdynamic + -O2 -fno-strength-reduce -W -Wall -pipe -rdynamic -D__unix__ else CFLAGS = -DQTARCH_VERSION=\"$(VERSION)-$(RELEASE)\" \ - -g -Wall -W -pipe -rdynamic #-DQT_NO_COMPAT + -g -Wall -W -pipe -rdynamic -D__unix__ #-DQT_NO_COMPAT endif # Flags used by the C Compiler (not the c++ compiler) @@@@ -32,14 +32,16 @@@@ else C_FLAGS = -g -Wall -W -pipe -Ixmltok -Ixmlparse -DXML_NS endif -LFLAGS = -g -L$(QTDIR)/lib \ +LFLAGS = ${LDFLAGS} -g -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib \ widget/libwidget.a \ prop/libprop.a \ bmp/libbmp.a \ layout/liblayout.a \ pixmap/libpixmap.a \ xml/libqtarchxml.a \ - -lfl -lqt -rdynamic -ldl + -lfl -lqt -rdynamic \ + -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib -lX11 -lXext -lSM \ + -L$(LOCALBASE)/lib -Wl,-R$(LOCALBASE)/lib -lpng -lz -lstdc++ # -lfl -lqt -rdynamic $(HOME)/tmp/ccmalloc-0.2.3/src/libccmalloc.a -ldl ARFLAGS = -crs @@@@ -48,7 +50,7 @@@@ CC = g++ AR = ar FLEX = flex MAKE = gmake -MOC = moc +MOC = ${QTDIR}/bin/moc ifndef QTARCHBIN QTARCHBIN = /home/klaus/work/qtarch/qtarch/qtarch @ 1.4 log @update to 2.2 changes: added dialog for tab-focus order, file generation separate for sources and .dlg file avoid the X11R6/libXft trap update some C++ for gcc-3.3 This should fix the build errors seen in bulk builds @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Make sure moc gets referenced as ${QTDIR}/bin/moc @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2000/10/19 08:04:58 skrll Exp $ d3 3 a5 4 --- Makefile.common.orig Tue May 16 03:13:20 2000 +++ Makefile.common Mon Dec 24 16:42:11 2001 @@@@ -15,22 +15,24 @@@@ # -Wconversion -Wno-overloaded-virtual d8 3 a10 2 -CFLAGS = -O2 -fno-strength-reduce -W -Wall -pipe +CFLAGS = -O2 -fno-strength-reduce -W -Wall -pipe -D__unix__ d12 3 a14 2 -CFLAGS = -g -Wall -W -pipe #-DQT_NO_COMPAT +CFLAGS = -g -Wall -W -pipe -D__unix__ #-DQT_NO_COMPAT d18 3 a20 1 C_FLAGS = -O2 -Ixmltok -Ixmlparse -DXML_NS d23 1 a23 1 +LFLAGS = -g -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib \ d30 2 a31 2 - -lfl -lqt -ldl + -lfl -lqt \ d33 1 a33 1 + -L$(LOCALBASE)/lib -Wl,-R$(LOCALBASE)/lib -lpng -lz -lstdc++ d37 1 a37 1 @@@@ -39,7 +41,7 @@@@ @ 1.2 log @Use the new qt-2.2.1 libraries. Update to version 2.1. Changes are XML File Formats XML is used for all files formats. The previous file format is still loaded. However, only XML is saved. The previous format may be dropped in a latter release. Code Generation The following code generation changes were made: * Special character values, like new lines and tabs, are escaped in the generated code. Widgets The following widgets were added: * QHGroupBox * QIconView * QVGroupBox As usual the properties for all the widgets were updated. Properties which were marked as obsolete were removed. In a future release, qtarch will support compiling with the QT_NO_COMPAT flag. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- Makefile.common.orig Tue May 16 04:13:20 2000 +++ Makefile.common d34 9 @ 1.1 log @Initial revision @ text @d3 4 a6 4 --- bmp/Makefile.orig Fri Apr 28 20:52:20 2000 +++ bmp/Makefile Fri Apr 28 20:56:08 2000 @@@@ -93,7 +93,9 @@@@ include ../Makefile.common d8 7 a14 5 qembed: qembed.o - $(CC) qembed.o -o qembed -Wall -L$(QTDIR)/lib -lqt + $(CC) qembed.o -o qembed -Wall -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib -lqt \ + -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib -lX11 -lXext -lSM \ + -L$(LOCALBASE)/lib -Wl,-R$(LOCALBASE)/lib -lpng -lz d16 18 a33 2 $(BMPSOURCE): $(BMPS) qembed ./qembed $(BMPHEADER) $(BMPSOURCE) $(BMPS) @ 1.1.1.1 log @just another qt interface builder @ text @@