diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-22 21:14:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-22 21:14:45 +0000 |
commit | 311f01a55745558b76cd8a14143318d98fa941f9 (patch) | |
tree | 0fb67270aa5be23814c154a076a03bc4ae66a9c0 /x11 | |
parent | 2c81ca4213d733c3d185eaadc7ea588536069b1b (diff) | |
download | pkgsrc-311f01a55745558b76cd8a14143318d98fa941f9.tar.gz |
Restore changes in revision 1.34 of qt3-libs/Makefile.common after
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create
the qmake.conf files at post-configure time. This causes the libtool
wrapper to be used to create the libtool archives, instead of just
using ${LOCALBASE}/bin/libtool. Bump the PKGREVISIONs for the packages
that include qt3-libs/Makefile.common as their *.la files are now
different.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 12 | ||||
-rw-r--r-- | x11/qt3-mysql/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-psql/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-tools/Makefile | 3 |
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 \ |