pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Bring the qmake.conf we use in line with those fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32c92a8ee9f7
branches:  trunk
changeset: 482068:32c92a8ee9f7
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Oct 19 13:27:48 2004 +0000

description:
Bring the qmake.conf we use in line with those from qt 3.3.3.
Bump PKGREVISION of qt3-tools.
Noted by Christoph Badura.

diffstat:

 x11/qt3-libs/Makefile.common  |  3 ++-
 x11/qt3-libs/files/qmake.conf |  7 ++++---
 x11/qt3-tools/Makefile        |  4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 9074cc349874 -r 32c92a8ee9f7 x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Tue Oct 19 13:10:47 2004 +0000
+++ b/x11/qt3-libs/Makefile.common      Tue Oct 19 13:27:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2004/10/13 15:15:52 tv Exp $
+# $NetBSD: Makefile.common,v 1.38 2004/10/19 13:27:48 markd Exp $
 #
 DISTNAME=              qt-x11-free-${QTVERSION}
 CATEGORIES=            x11
@@ -100,6 +100,7 @@
                -e 's:@LEX@:${LEX}:g' \
                -e 's:@YACC@:${YACC}:g' \
                -e 's:@AR@:${AR}:g' \
+               -e 's:@MKDIR@:${MKDIR}:g' \
                -e 's:@LIBQT@:${LIBQT}:g' \
                -e 's:@PTHREAD_LDFLAGS@:${PTHREAD_LDFLAGS}:g' \
                -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' \
diff -r 9074cc349874 -r 32c92a8ee9f7 x11/qt3-libs/files/qmake.conf
--- a/x11/qt3-libs/files/qmake.conf     Tue Oct 19 13:10:47 2004 +0000
+++ b/x11/qt3-libs/files/qmake.conf     Tue Oct 19 13:27:48 2004 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: qmake.conf,v 1.15 2004/08/27 18:44:11 jlam Exp $
-# $Id: qmake.conf,v 1.15 2004/08/27 18:44:11 jlam Exp $
+# $NetBSD: qmake.conf,v 1.16 2004/10/19 13:27:48 markd Exp $
+# $Id: qmake.conf,v 1.16 2004/10/19 13:27:48 markd Exp $
 #
 # qmake configuration for netbsd-g++
 #
@@ -91,6 +91,7 @@
 
 QMAKE_COPY             = cp -f
 QMAKE_MOVE             = mv
-QMAKE_SYMBOLIC_LINK    = ln -sf
 QMAKE_DEL_FILE         = rm -f
 QMAKE_DEL_DIR          = rmdir
+QMAKE_CHK_DIR_EXISTS   = test -d
+QMAKE_MKDIR            = @MKDIR@
diff -r 9074cc349874 -r 32c92a8ee9f7 x11/qt3-tools/Makefile
--- a/x11/qt3-tools/Makefile    Tue Oct 19 13:10:47 2004 +0000
+++ b/x11/qt3-tools/Makefile    Tue Oct 19 13:27:48 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2004/10/13 03:11:50 tv Exp $
+# $NetBSD: Makefile,v 1.29 2004/10/19 13:27:48 markd Exp $
 #
 
 .include "../qt3-libs/Makefile.common"
 
 PKGNAME=               qt3-tools-${QTVERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 COMMENT=               QT GUI (WYSIWYG) builder and other tools
 
 CONFIGURE_ARGS+=       -I${QTDIR}/include \



Home | Main Index | Thread Index | Old Index