summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>1998-12-29 19:34:47 +0000
committertron <tron>1998-12-29 19:34:47 +0000
commitcab86829516e09eb07436b7e9deaf60cdc626215 (patch)
treeaa7600adc702f290f9d29d20ce4c7f654452dc59 /x11
parent8d0d25455fb651856c3c6922ce5ec05e1925ebc6 (diff)
downloadpkgsrc-cab86829516e09eb07436b7e9deaf60cdc626215.tar.gz
Update "qt" package to version 1.42:
- The file dialog has various UI tweaks. - More sanity checks have been added. - On X11, the postscript output from a few programs will be much smaller than it used to be. - The keyboard interface of buttons groups/dialogs has been improved. - QMultiLineEdit avoids flicker in some cicumstances where it would flicker up to now.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt/Makefile6
-rw-r--r--x11/qt/files/md54
-rw-r--r--x11/qt/patches/patch-aa10
-rw-r--r--x11/qt/pkg/PLIST4
4 files changed, 12 insertions, 12 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile
index 3579ece037a..14cdbad8c9a 100644
--- a/x11/qt/Makefile
+++ b/x11/qt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 1998/11/10 23:58:49 tron Exp $
+# $NetBSD: Makefile,v 1.22 1998/12/29 19:34:47 tron Exp $
#
-DISTNAME= qt-1.41
+DISTNAME= qt-1.42
CATEGORIES= x11
MASTER_SITES= ftp://ftp.troll.no/qt/source/ \
ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source/
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.troll.no/qt/source/ \
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.troll.no/products/qt.html
-CONFLICTS= qt-1.33 qt-1.40
+CONFLICTS= qt-*
USE_X11= yes
USE_GMAKE= yes
diff --git a/x11/qt/files/md5 b/x11/qt/files/md5
index 4ab4faf30c9..25675ba7285 100644
--- a/x11/qt/files/md5
+++ b/x11/qt/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.6 1998/11/05 07:44:45 mycroft Exp $
+$NetBSD: md5,v 1.7 1998/12/29 19:34:47 tron Exp $
-MD5 (qt-1.41.tar.gz) = a44bc8972a6997c63f5c34820b0f4901
+MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028
diff --git a/x11/qt/patches/patch-aa b/x11/qt/patches/patch-aa
index eb35d088628..18d4c74e8f4 100644
--- a/x11/qt/patches/patch-aa
+++ b/x11/qt/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 1998/10/02 15:02:33 tv Exp $
+$NetBSD: patch-aa,v 1.4 1998/12/29 19:34:48 tron Exp $
---- configs/netbsd-g++-static.orig Sun Jul 19 14:18:04 1998
-+++ configs/netbsd-g++-static Sun Jul 19 16:51:29 1998
+--- configs/netbsd-g++-static.orig Tue Nov 17 15:19:08 1998
++++ configs/netbsd-g++-static Tue Dec 29 20:11:13 1998
@@ -2,9 +2,9 @@
SYSCONF_CC = g++
@@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.3 1998/10/02 15:02:33 tv Exp $
# Compiline YACC output
SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses
-@@ -45,14 +45,14 @@
+@@ -47,14 +47,14 @@
# - Build the $(TARGET) library, eg. lib$(TARGET).a
# - Place target in $(DESTDIR) - which has a trailing /
#
@@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.3 1998/10/02 15:02:33 tv Exp $
-SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).a
+SYSCONF_AR = $(LIBTOOL) $(SYSCONF_CC) -rpath $(PREFIX)/lib -version-info $(VER_MAJ):$(VER_MIN) -o
+SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).la
- SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC); \
+ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \
- $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC)
+ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS:.o=.lo) $(OBJMOC:.o=.lo)
# Compiling application source
diff --git a/x11/qt/pkg/PLIST b/x11/qt/pkg/PLIST
index 45644c52a22..7e44d36e1f7 100644
--- a/x11/qt/pkg/PLIST
+++ b/x11/qt/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 1998/11/05 07:44:45 mycroft Exp $
+@comment $NetBSD: PLIST,v 1.10 1998/12/29 19:34:48 tron Exp $
bin/moc
include/qt/jri.h
include/qt/jri_md.h
@@ -193,7 +193,7 @@ include/qt/qwindow.h
include/qt/qwindowdefs.h
include/qt/qwmatrix.h
lib/libqt.a
-lib/libqt.so.1.41
+lib/libqt.so.1.42
man/man1/moc.1
man/man3/QAccel.3
man/man3/QApplication.3