head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.54 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.52 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.50 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.48 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.46 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.44 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.42 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.40 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.38 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2-base:1.6 netbsd-1-5-RELEASE:1.5 netbsd-1-4-PATCH003:1.5 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.6 date 2000.10.20.07.56.35; author skrll; state dead; branches; next 1.5; 1.5 date 2000.03.28.21.41.44; author dmcmahill; state Exp; branches; next 1.4; 1.4 date 99.06.04.15.29.33; author drochner; state Exp; branches; next 1.3; 1.3 date 98.10.02.15.02.33; author tv; state Exp; branches; next 1.2; 1.2 date 98.08.07.11.18.13; author agc; state Exp; branches; next 1.1; 1.1 date 98.07.19.21.09.23; author tv; state Exp; branches; next ; desc @@ 1.6 log @Remove old version of qt - 2.0.2. This has been superceded by the qt2-* packages. @ text @$NetBSD: patch-ab,v 1.5 2000/03/28 21:41:44 dmcmahill Exp $ --- src/Makefile.in.orig Tue Jul 20 04:45:37 1999 +++ src/Makefile.in Thu Oct 21 19:23:16 1999 @@@@ -2,7 +2,7 @@@@ ####### Compiler, tools and options -CXX = $(SYSCONF_CXX) +CXX = $(SYSCONF_CXX_LIB) CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS_X11) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) $(QT_CXXFLAGS_OPT) CC = $(SYSCONF_CC) CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) $(QT_CFLAGS_OPT) @@@@ -13,7 +13,7 @@@@ ####### Target -DESTDIR = ../lib/ +DESTDIR = VER_MAJ = 2 VER_MIN = 0 VER_PATCH = 2 @@@@ -694,22 +694,10 @@@@ ####### Implicit rules -.SUFFIXES: .cpp .cxx .cc .C .c +.SUFFIXES: .cpp .cpp.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@@ $< - -.cxx.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@@ $< - -.cc.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@@ $< - -.C.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@@ $< - -.c.o: - $(CC) -c $(CFLAGS) $(INCPATH) -o $@@ $< + @@cd `dirname $@@` && $(CXX) -c $(CXXFLAGS) `basename $<` ####### Build rules @ 1.5 log @update to 2.0.2. Thanks to Matthias Scheler for doing most of the work. Qt-1.44 is still available as the x11/qt1 package as Qt-2 is not 100% backwards compatible with Qt-1.44. A complete list of changes to Qt since 1.44 can be found online at http://www.trolltech.com/changes/index.html New major features * Support for international software development: + QTranslator and the QObject::tr() function + QTextCodec (and subclasses) + QString is now a 16-bit Unicode string with good support for legacy 8-bit interoperation. (The old 8-bit string class from Qt 1.x has been renamed to QCString.) + QChar - a Unicode character * Rich Text + QTextView - formatted text and images + QTextBrowser - navigate formatted text and images + QStyleSheet - define your own XML formatting tags + QSimpleRichText - display rich text anywhere * Convenient and powerful new collection classes: + QMap - QDict with arbitrary keys + QValueList - QList of types other than pointers + QStringList - QValueList with helper functions * Dialogs + QColorDialog - user picks a color + QFontDialog - user picks a font + QWizard - framework for leading users through steps * Layout + QGrid, QHBox, QVBox - grid and boxes of widgets automatically assembled + QHGroupBox, QVGroupBox - easy framed groups of widgets + QSizePolicy - a widget's abilities to change size in different ways * Custom layouts + New, much simpler and more powerful API for creating custom layouts * PNG Support + PNG support is now included in the core library * Support for generalized configurable GUI styles: + QStyle and subclasses * Session management + QSessionManager - saving state when the system shuts down * Extended coordinate system + QPoint, QPointArray, QSize and QRect now have 32-bit coordinates * Cleaner namespace + Global functions, enums and macros now either start with a 'q' or have been moved into the new namespace class "Qt" @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @update to qt-1.44 @ text @d3 3 a5 3 --- src/Makefile.in.orig Thu Jun 3 21:09:55 1999 +++ src/Makefile.in Thu Jun 3 21:25:50 1999 @@@@ -14,7 +14,7 @@@@ d11 5 a15 4 CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS_X11) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) LFLAGS = $(SYSCONF_LFLAGS_X11) $(SYSCONF_LFLAGS) LIBS = $(SYSCONF_LIBS_X11) @@@@ -23,7 +23,7 @@@@ a17 1 TARGET = qt d19 5 a23 5 +DESTDIR = VER_MAJ = 1 VER_MIN = 44 @@@@ -505,22 +505,10 @@@@ d43 1 a43 1 - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@@ $< @ 1.3 log @Get libtool from the right place. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 1998/08/07 11:18:13 agc Exp $ d3 2 a4 2 --- src/Makefile.in.orig Sun Jul 19 14:30:55 1998 +++ src/Makefile.in Sun Jul 19 16:51:42 1998 d9 3 a11 3 -CC = $(SYSCONF_CC) +CC = $(LIBTOOL) $(SYSCONF_CC) CFLAGS = $(SYSCONF_CFLAGS_QT) $(SYSCONF_CFLAGS_X11) $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) d19 1 a19 1 +DESTDIR = d21 1 a21 1 VER_MIN = 40 d23 1 a23 1 @@@@ -506,20 +506,8 @@@@ d25 1 a25 1 .SUFFIXES: .cpp .cxx .cc .C .c d27 5 a31 2 -.cpp.o: - $(CC) -c $(CFLAGS) -o $@@ $< d34 1 a34 1 - $(CC) -c $(CFLAGS) -o $@@ $< d37 1 a37 1 - $(CC) -c $(CFLAGS) -o $@@ $< d40 1 a40 1 - $(CC) -c $(CFLAGS) -o $@@ $< d43 2 a44 3 - $(CC) -c $(CFLAGS) -o $@@ $< +.cpp.o .cxx.o .cc.o .C.o .c.o: + @@cd `dirname $@@` && $(CC) -c $(CFLAGS) `basename $<` @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ d10 1 a10 1 +CC = $(LOCALBASE)/bin/libtool $(SYSCONF_CC) @ 1.1 log @Update qt to 1.40. Use libtool to generate the shared and static library. For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE} (xpkgwedge-portlint), as all of them are also USE_X11. @ text @d1 2 @