summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/qt3-libs/Makefile4
-rw-r--r--x11/qt3-libs/Makefile.common12
-rw-r--r--x11/qt3-mysql/Makefile3
-rw-r--r--x11/qt3-psql/Makefile3
-rw-r--r--x11/qt3-tools/Makefile3
5 files changed, 10 insertions, 15 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile
index 894fd1414d9..fd362ec55a9 100644
--- a/x11/qt3-libs/Makefile
+++ b/x11/qt3-libs/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2005/06/21 23:06:07 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/06/22 21:14:45 jlam Exp $
LIBQT= ${WRKSRC}/lib/libqt-mt.la
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-libs-${QTVERSION}
-PKGREVISION= 2
+PKGREVISION= 3
MAINTAINER= adam@NetBSD.org
COMMENT= C++ X GUI toolkit
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index 9a3cf067fb8..44a45c2abfc 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2005/06/21 23:06:07 jlam Exp $
+# $NetBSD: Makefile.common,v 1.53 2005/06/22 21:14:45 jlam Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -92,15 +92,7 @@ CXXFLAGS+= -DQ_INLINE_TEMPLATES=inline
.include "../../mk/x11.buildlink3.mk"
-# XXX This is actually wrong. It should be done at pre-configure time
-# XXX or else the value of LIBTOOL embedded into the qmake.conf file
-# XXX is wrong. However, that will cause other qt3-* packages to
-# XXX break since pkgsrc/mk/buildlink3/libtool-fix-la embeds the wrong
-# XXX buildlibdir in some cases. This will be changed back to
-# XXX "pre-configure" and libtool-fix-la will be fixed after
-# XXX pkgsrc-2005Q2 has been branched.
-# XXX
-post-patch:
+pre-configure:
${SED} \
-e 's:@LOCALBASE@:${LOCALBASE}:g' \
-e 's:@X11BASE@:${X11BASE}:g' \
diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile
index 08216185597..cfda2b9bb2c 100644
--- a/x11/qt3-mysql/Makefile
+++ b/x11/qt3-mysql/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2005/02/10 13:23:51 adam Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/22 21:14:45 jlam Exp $
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-mysql-${QTVERSION}
+PKGREVISION= 1
COMMENT= QT mysql driver
CONFIGURE_ARGS+= -I${QTDIR}/include \
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile
index 81b586b679b..ba08cddbcbb 100644
--- a/x11/qt3-psql/Makefile
+++ b/x11/qt3-psql/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2005/02/10 13:22:46 adam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/22 21:14:45 jlam Exp $
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-psql-${QTVERSION}
+PKGREVISION= 1
COMMENT= QT postgresql driver
CONFIGURE_ARGS+= -I${QTDIR}/include \
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index a1a4be266e5..d5e786701aa 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2005/06/17 03:50:44 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2005/06/22 21:14:45 jlam Exp $
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-tools-${QTVERSION}
+PKGREVISION= 1
COMMENT= QT GUI (WYSIWYG) builder and other tools
CONFIGURE_ARGS+= -I${QTDIR}/include \