mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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.
This commit is contained in:
parent
84216dc7db
commit
d7e451435e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36070
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792
|
||||
MD5 (qt-x11-2.2.3.tar.gz) = 964ca0e7e641271a2f5706a0e4383fcf
|
||||
|
@ -311,7 +311,6 @@ qwindowsstyle.3qt \
|
||||
qwizard.3qt \
|
||||
qwmatrix.3qt \
|
||||
qworkspace.3qt \
|
||||
qwsdecoration.3qt \
|
||||
qxmlattributes.3qt \
|
||||
qxmlcontenthandler.3qt \
|
||||
qxmldeclhandler.3qt \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792
|
||||
MD5 (qt-x11-2.2.3.tar.gz) = 964ca0e7e641271a2f5706a0e4383fcf
|
||||
|
@ -311,7 +311,6 @@ qwindowsstyle.3qt \
|
||||
qwizard.3qt \
|
||||
qwmatrix.3qt \
|
||||
qworkspace.3qt \
|
||||
qwsdecoration.3qt \
|
||||
qxmlattributes.3qt \
|
||||
qxmlcontenthandler.3qt \
|
||||
qxmldeclhandler.3qt \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792
|
||||
MD5 (qt-x11-2.2.3.tar.gz) = 964ca0e7e641271a2f5706a0e4383fcf
|
||||
|
@ -311,7 +311,6 @@ qwindowsstyle.3qt \
|
||||
qwizard.3qt \
|
||||
qwmatrix.3qt \
|
||||
qworkspace.3qt \
|
||||
qwsdecoration.3qt \
|
||||
qxmlattributes.3qt \
|
||||
qxmlcontenthandler.3qt \
|
||||
qxmldeclhandler.3qt \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792
|
||||
MD5 (qt-x11-2.2.3.tar.gz) = 964ca0e7e641271a2f5706a0e4383fcf
|
||||
|
@ -311,7 +311,6 @@ qwindowsstyle.3qt \
|
||||
qwizard.3qt \
|
||||
qwmatrix.3qt \
|
||||
qworkspace.3qt \
|
||||
qwsdecoration.3qt \
|
||||
qxmlattributes.3qt \
|
||||
qxmlcontenthandler.3qt \
|
||||
qxmldeclhandler.3qt \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792
|
||||
MD5 (qt-x11-2.2.3.tar.gz) = 964ca0e7e641271a2f5706a0e4383fcf
|
||||
|
@ -311,7 +311,6 @@ qwindowsstyle.3qt \
|
||||
qwizard.3qt \
|
||||
qwmatrix.3qt \
|
||||
qworkspace.3qt \
|
||||
qwsdecoration.3qt \
|
||||
qxmlattributes.3qt \
|
||||
qxmlcontenthandler.3qt \
|
||||
qxmldeclhandler.3qt \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792
|
||||
MD5 (qt-x11-2.2.3.tar.gz) = 964ca0e7e641271a2f5706a0e4383fcf
|
||||
|
@ -311,7 +311,6 @@ qwindowsstyle.3qt \
|
||||
qwizard.3qt \
|
||||
qwmatrix.3qt \
|
||||
qworkspace.3qt \
|
||||
qwsdecoration.3qt \
|
||||
qxmlattributes.3qt \
|
||||
qxmlcontenthandler.3qt \
|
||||
qxmldeclhandler.3qt \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user