pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3-tools Add some missing directories needed to r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b0cad5b5023
branches:  trunk
changeset: 465193:5b0cad5b5023
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Dec 23 17:50:59 2003 +0000

description:
Add some missing directories needed to remove this package correctly.
Reported by Soren Jacobsen in PR pkg/23844.

Bump PKGREVISION.

diffstat:

 x11/qt3-tools/Makefile |  3 ++-
 x11/qt3-tools/PLIST    |  5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r fd485fba2b7f -r 5b0cad5b5023 x11/qt3-tools/Makefile
--- a/x11/qt3-tools/Makefile    Tue Dec 23 17:26:51 2003 +0000
+++ b/x11/qt3-tools/Makefile    Tue Dec 23 17:50:59 2003 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2003/12/19 15:43:31 skrll Exp $
+# $NetBSD: Makefile,v 1.24 2003/12/23 17:50:59 xtraeme 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 \
diff -r fd485fba2b7f -r 5b0cad5b5023 x11/qt3-tools/PLIST
--- a/x11/qt3-tools/PLIST       Tue Dec 23 17:26:51 2003 +0000
+++ b/x11/qt3-tools/PLIST       Tue Dec 23 17:50:59 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2003/12/19 15:43:31 skrll Exp $
+@comment $NetBSD: PLIST,v 1.12 2003/12/23 17:50:59 xtraeme Exp $
 qt3/bin/assistant
 qt3/bin/designer
 qt3/bin/linguist
@@ -180,6 +180,7 @@
 @dirrm qt3/mkspecs/lynxos-g++
 @dirrm qt3/mkspecs/linux-pgcc
 @dirrm qt3/mkspecs/linux-kcc
+@dirrm qt3/mkspecs/linux-kylix
 @dirrm qt3/mkspecs/linux-icc
 @dirrm qt3/mkspecs/linux-g++
 @dirrm qt3/mkspecs/linux-cxx
@@ -194,6 +195,8 @@
 @dirrm qt3/mkspecs/hpux-acc-o64
 @dirrm qt3/mkspecs/hpux-acc-64
 @dirrm qt3/mkspecs/hpux-acc
+@dirrm qt3/mkspecs/hpuxi-acc-32
+@dirrm qt3/mkspecs/hpuxi-acc-64
 @dirrm qt3/mkspecs/freebsd-g++
 @dirrm qt3/mkspecs/dgux-g++
 @dirrm qt3/mkspecs/darwin-g++



Home | Main Index | Thread Index | Old Index