Update to qt 2.3.0.
This commit is contained in:
parent
8c645ed13a
commit
f5664800b8
@ -1,7 +1,7 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2001/03/07 21:42:00 espie Exp $
|
# $OpenBSD: Makefile,v 1.18 2001/03/12 16:21:34 espie Exp $
|
||||||
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
|
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
|
||||||
|
|
||||||
VERSION= 2.4
|
VERSION= 3.0
|
||||||
DISTNAME= qt-2.${VERSION}
|
DISTNAME= qt-2.${VERSION}
|
||||||
PKGNAME= qt2-${VERSION}
|
PKGNAME= qt2-${VERSION}
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
@ -26,6 +26,8 @@ MAKE_ENV= QTDIR="${WRKSRC}" EXTRA_SAMPLES="${EXTRA_SAMPLES}" \
|
|||||||
CONFIGURE_STYLE= simple
|
CONFIGURE_STYLE= simple
|
||||||
CONFIGURE_ARGS= -gif -system-libmng -system-libpng -system-jpeg \
|
CONFIGURE_ARGS= -gif -system-libmng -system-libpng -system-jpeg \
|
||||||
-system-zlib -no-thread -sm
|
-system-zlib -no-thread -sm
|
||||||
|
# For XFree 4
|
||||||
|
# CONFIGURE_ARGS+=-xft
|
||||||
CONFIGURE_ENV= QTDIR="${WRKSRC}" MODULES="${MODULES}"
|
CONFIGURE_ENV= QTDIR="${WRKSRC}" MODULES="${MODULES}"
|
||||||
|
|
||||||
MULTI_PACKAGES= -examples -html
|
MULTI_PACKAGES= -examples -html
|
||||||
@ -94,8 +96,8 @@ do-install:
|
|||||||
@if [ -f ${WRKBUILD}/lib/libqt.a ]; then \
|
@if [ -f ${WRKBUILD}/lib/libqt.a ]; then \
|
||||||
${INSTALL_DATA} ${WRKBUILD}/lib/libqt.a ${PREFIX}/lib/qt2; \
|
${INSTALL_DATA} ${WRKBUILD}/lib/libqt.a ${PREFIX}/lib/qt2; \
|
||||||
fi
|
fi
|
||||||
@if [ -f ${WRKBUILD}/lib/libqt.so.2.24 ]; then \
|
@if [ -f ${WRKBUILD}/lib/libqt.so.2.30 ]; then \
|
||||||
${INSTALL_DATA} ${WRKBUILD}/lib/libqt.so.2.24 ${PREFIX}/lib/qt2; \
|
${INSTALL_DATA} ${WRKBUILD}/lib/libqt.so.2.30 ${PREFIX}/lib/qt2; \
|
||||||
fi
|
fi
|
||||||
@if [ -f ${WRKBUILD}/lib/libqutil.a ]; then \
|
@if [ -f ${WRKBUILD}/lib/libqutil.a ]; then \
|
||||||
${INSTALL_DATA} ${WRKBUILD}/lib/libqutil.a ${PREFIX}/lib/qt2; \
|
${INSTALL_DATA} ${WRKBUILD}/lib/libqutil.a ${PREFIX}/lib/qt2; \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (qt-x11-2.2.4.tar.gz) = 0a5cb173ded05c6b6ea620396d16889d
|
MD5 (qt-x11-2.3.0.tar.gz) = f4993d952b9380a5009735aa1b7b9c03
|
||||||
RMD160 (qt-x11-2.2.4.tar.gz) = 40b7496bb6dd56b15cfb377ce6e4e54ffffe5f55
|
RMD160 (qt-x11-2.3.0.tar.gz) = 978255a707403270e971f0bac0db8e51a423cb15
|
||||||
SHA1 (qt-x11-2.2.4.tar.gz) = 6574f85ed332564f1ba2a3d871292b2812fe5384
|
SHA1 (qt-x11-2.3.0.tar.gz) = 6ab5ff4f648bbe20c957f9124fc4e025385112ce
|
||||||
|
@ -5,3 +5,7 @@ or on the web (${HOMEPAGE}).
|
|||||||
|
|
||||||
There is also a qt2-examples package, that contains a tutorial and
|
There is also a qt2-examples package, that contains a tutorial and
|
||||||
simple example programs (source + binaries).
|
simple example programs (source + binaries).
|
||||||
|
|
||||||
|
Available flavor:
|
||||||
|
gl
|
||||||
|
includes limited OpenGL support. Not actually required for kde2.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PFRAG.shared,v 1.9 2001/02/23 14:36:56 espie Exp $
|
@comment $OpenBSD: PFRAG.shared,v 1.10 2001/03/12 16:21:35 espie Exp $
|
||||||
lib/qt2/libqt.so.2.24
|
lib/qt2/libqt.so.2.30
|
||||||
lib/qt2/libqutil.so.1.0
|
lib/qt2/libqutil.so.1.0
|
||||||
NEWDYNLIBDIR(%B)
|
NEWDYNLIBDIR(%B)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.9 2000/12/16 23:26:34 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.10 2001/03/12 16:21:35 espie Exp $
|
||||||
bin/designer
|
bin/designer
|
||||||
bin/findtr
|
bin/findtr
|
||||||
bin/moc2
|
bin/moc2
|
||||||
@ -954,10 +954,7 @@ share/doc/qt2/FAQ
|
|||||||
share/doc/qt2/LICENSE.GPL
|
share/doc/qt2/LICENSE.GPL
|
||||||
share/doc/qt2/README
|
share/doc/qt2/README
|
||||||
share/doc/qt2/README.QT
|
share/doc/qt2/README.QT
|
||||||
share/doc/qt2/changes-2.2.0
|
share/doc/qt2/changes-2.3.0
|
||||||
share/doc/qt2/changes-2.2.1
|
|
||||||
share/doc/qt2/changes-2.2.2
|
|
||||||
share/doc/qt2/changes-2.2.3
|
|
||||||
@unexec echo "Please remove %D/lib/qt2/man from /etc/man.conf manually if needed"
|
@unexec echo "Please remove %D/lib/qt2/man from /etc/man.conf manually if needed"
|
||||||
%%SHARED%%
|
%%SHARED%%
|
||||||
@dirrm share/doc/qt2
|
@dirrm share/doc/qt2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST-html,v 1.6 2000/12/16 23:26:34 espie Exp $
|
@comment $OpenBSD: PLIST-html,v 1.7 2001/03/12 16:21:35 espie Exp $
|
||||||
share/doc/qt2/html/HOWTO-framebuffer.html
|
share/doc/qt2/html/HOWTO-framebuffer.html
|
||||||
share/doc/qt2/html/aboutqt.html
|
share/doc/qt2/html/aboutqt.html
|
||||||
share/doc/qt2/html/abstractwidgets.html
|
share/doc/qt2/html/abstractwidgets.html
|
||||||
@ -1222,8 +1222,6 @@ share/doc/qt2/html/qwmatrix.html
|
|||||||
share/doc/qt2/html/qworkspace-h.html
|
share/doc/qt2/html/qworkspace-h.html
|
||||||
share/doc/qt2/html/qworkspace-members.html
|
share/doc/qt2/html/qworkspace-members.html
|
||||||
share/doc/qt2/html/qworkspace.html
|
share/doc/qt2/html/qworkspace.html
|
||||||
share/doc/qt2/html/qwsdisplay_qws-h.html
|
|
||||||
share/doc/qt2/html/qwsmanager_qws-h.html
|
|
||||||
share/doc/qt2/html/qxml-h.html
|
share/doc/qt2/html/qxml-h.html
|
||||||
share/doc/qt2/html/qxmlattributes-members.html
|
share/doc/qt2/html/qxmlattributes-members.html
|
||||||
share/doc/qt2/html/qxmlattributes.html
|
share/doc/qt2/html/qxmlattributes.html
|
||||||
|
Loading…
Reference in New Issue
Block a user