summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-18 19:19:59 +0000
committerwill <will@FreeBSD.org>2000-12-18 19:19:59 +0000
commit05ae8971c8889a0abc460a25ad922e43e4f9257e (patch)
treed71cf403f7aed1a45e44b5ce4c14360aa4716677 /x11-toolkits/qt33
parenta225999e24c201564f271521d71c8daee507f7d8 (diff)
downloadFreeBSD-ports-05ae8971c8889a0abc460a25ad922e43e4f9257e.zip
FreeBSD-ports-05ae8971c8889a0abc460a25ad922e43e4f9257e.tar.gz
Update to QT 2.2.3. This upgrade includes the addition of MNG support
in the port.. although that support has been in QT 2.x for awhile. The upgrade is also required for KDE 2.1 beta 1. Apologies to Kevin for not getting it done sooner.
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile6
-rw-r--r--x11-toolkits/qt33/distinfo2
-rw-r--r--x11-toolkits/qt33/files/manpages1
-rw-r--r--x11-toolkits/qt33/pkg-plist6
4 files changed, 8 insertions, 7 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index add4d43..f4d38f3 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= qt
-PORTVERSION= 2.2.2
+PORTVERSION= 2.2.3
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
DISTNAME= qt-x11-${PORTVERSION}
MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= mng.0:${PORTSDIR}/graphics/libmng \
+ png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
YES?= /usr/bin/yes
@@ -24,6 +25,7 @@ USE_X_PREFIX= yes
USE_NEWGCC= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \
+ -system-libmng \
-I${LOCALBASE}/include -L${LOCALBASE}/lib
CONFIGURE_ENV= ${YES} yes | QTDIR=${WRKSRC}
MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib
diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo
index 3d5ba85..ba0d2de 100644
--- a/x11-toolkits/qt33/distinfo
+++ b/x11-toolkits/qt33/distinfo
@@ -1 +1 @@
-MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792
+MD5 (qt-x11-2.2.3.tar.gz) = 964ca0e7e641271a2f5706a0e4383fcf
diff --git a/x11-toolkits/qt33/files/manpages b/x11-toolkits/qt33/files/manpages
index 27329053..66a8a3a 100644
--- a/x11-toolkits/qt33/files/manpages
+++ b/x11-toolkits/qt33/files/manpages
@@ -311,7 +311,6 @@ qwindowsstyle.3qt \
qwizard.3qt \
qwmatrix.3qt \
qworkspace.3qt \
-qwsdecoration.3qt \
qxmlattributes.3qt \
qxmlcontenthandler.3qt \
qxmldeclhandler.3qt \
diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist
index ff67047..5b26f2b 100644
--- a/x11-toolkits/qt33/pkg-plist
+++ b/x11-toolkits/qt33/pkg-plist
@@ -46,7 +46,6 @@ include/qt2/qconfig-dist.h
include/qt2/qconfig-large.h
include/qt2/qconfig-medium.h
include/qt2/qconfig-minimal.h
-include/qt2/qconfig-qpe.h
include/qt2/qconfig-small.h
include/qt2/qconfig.h
include/qt2/qconnect.h
@@ -268,6 +267,7 @@ include/qt2/qvariant.h
include/qt2/qvbox.h
include/qt2/qvbuttongroup.h
include/qt2/qvector.h
+include/qt2/qvfbhdr.h
include/qt2/qvgroupbox.h
include/qt2/qwhatsthis.h
include/qt2/qwidcoll.h
@@ -516,6 +516,7 @@ share/doc/qt2/html/functions.html
share/doc/qt2/html/geomanagement.html
share/doc/qt2/html/geometry.html
share/doc/qt2/html/geometry.png
+share/doc/qt2/html/gpl.html
share/doc/qt2/html/graph.g1n
share/doc/qt2/html/grapher-grapher-cpp.html
share/doc/qt2/html/gridlayout.png
@@ -824,6 +825,7 @@ share/doc/qt2/html/qdropevent.html
share/doc/qt2/html/qdropsite-h.html
share/doc/qt2/html/qdropsite-members.html
share/doc/qt2/html/qdropsite.html
+share/doc/qt2/html/qembed.html
share/doc/qt2/html/qeucjpcodec-h.html
share/doc/qt2/html/qeucjpcodec-members.html
share/doc/qt2/html/qeucjpcodec.html
@@ -1515,8 +1517,6 @@ share/doc/qt2/html/qwmatrix.html
share/doc/qt2/html/qworkspace-h.html
share/doc/qt2/html/qworkspace-members.html
share/doc/qt2/html/qworkspace.html
-share/doc/qt2/html/qwsdecoration-members.html
-share/doc/qt2/html/qwsdecoration.html
share/doc/qt2/html/qwsdisplay_qws-h.html
share/doc/qt2/html/qwsmanager_qws-h.html
share/doc/qt2/html/qxml-h.html
OpenPOWER on IntegriCloud