head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.50
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.48
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.46
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.44
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.42
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.40
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.38
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.36
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.34
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.32
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.30
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.28
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.26
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.24
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.22
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.20
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.18
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.16
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.14
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.12
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.10
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.8
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.6
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.4
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.2
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.2.0.4
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2004.05.09.17.06.07;	author recht;	state dead;
branches;
next	1.2;

1.2
date	2003.08.23.15.02.28;	author drochner;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.22.17.24.50;	author drochner;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.07.22.17.24.50;	author drochner;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update py-qt3-{base,modules,qscintilla} to 3.11 and bl3ify

v3.11 11th March 2004
	Added the QIconDragEvent and QLocale classes from Qt v3.3.0.  Updated
	all existing classes to Qt v3.3.1.  Added the missing QSocketDevice
	class.  Added the missing QString += operators.

v3.10 16th January 2004
	Added the QFtp, QHttp, QHttpHeader, QHttpRequestHeader,
	QHttpResponseHeader, QLocalFs classes.

v3.9 7th December 2003
	This version requires SIP v3.9 (or later) or SIP v4.0rc1 (or later).
	QLayoutIterator.next() is now documented.  Added the QImageIO and
	QListViewItemIterator classes.  Added the QDockArea << and >>
	operators.  Added QSettings.readBoolEntry().  Added qInstallPath(),
	qInstallPathDocs(), qInstallPathHeaders(), qInstallPathLibs(),
	qInstallPathBins(), qInstallPathPlugins(), qInstallPathData(),
	qInstallPathTranslations(), qInstallPathSysconf().  A new
	(configure.py) build system has been added which is independent of
	tmake and qmake and installs a pyqtconfig module.  The old (build.py)
	build system remains.  Added the -r flag to the build systems to enable
	tracing.  Added the -v flag to the build systems to specify the default
	location for .sip files.

v3.8.1 6th September 2003
	Added the missing QWMatrix.mapRect() * operators.  The supported
	educational version is now Qt v3.2.0.
@
text
@$NetBSD: patch-ac,v 1.2 2003/08/23 15:02:28 drochner Exp $

--- sip/qtglmod.sip.orig	2003-08-17 14:27:48.000000000 +0200
+++ sip/qtglmod.sip	2003-08-22 19:59:53.000000000 +0200
@@@@ -58,12 +58,12 @@@@
 
 TEMPLATE = lib
 TARGET = @@BL_TARGET@@
-DESTDIR = @@BL_DESTDIR@@
+#DESTDIR = @@BL_DESTDIR@@
 CONFIG += qt opengl warn_off @@BL_DEBUG@@ @@BL_SIP@@ @@BL_DLL@@ @@BL_THREAD@@
 INCLUDEPATH = @@BL_INCLUDEPATH@@
 DEFINES = @@BL_DEFINES@@
 
-sip3:unix:LIBS += -L@@BL_DESTDIR@@ -lqtcmodule -L@@BL_SIPMODDIR@@ -lsip
+sip3:unix:LIBS += -L@@BL_DESTDIR@@ -lqtcmodule -L@@BL_SIPMODDIR@@ -Wl,-R@@BL_SIPMODDIR@@ -lsip
 sip3:win32:LIBS += @@BL_DESTDIR@@\libqtc.lib @@BL_SIPMODDIR@@\libsip.lib @@BL_PYLIB@@
 
 sip4:win32:LIBS += @@BL_PYLIB@@
@


1.2
log
@update to 3.8
"The main changes are the addition of many operators to existing classes
(thanks to Torsten Marek) and full support for Qt v3.2.0."
@
text
@d1 1
a1 1
$NetBSD$
@


1.1
log
@Initial revision
@
text
@d3 2
a4 2
--- sip/qtglmod.sip.orig	2003-07-05 12:53:05.000000000 +0200
+++ sip/qtglmod.sip	2003-07-22 15:20:50.000000000 +0200
d13 1
a13 1
 DEFINES = SIP_MAKE_MODULE_DLL @@BL_DEFINES@@
@


1.1.1.1
log
@Add PyQt-3.7 for Qt3, addon modules which depend on the base module.
@
text
@@
