diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-06 06:27:16 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-06 06:27:16 +0000 |
commit | 57fe8e3b3b591a0850f987e82588a1584b6fe364 (patch) | |
tree | 77c0ecc0698def4850bb6f247bfb86ede7b01837 /x11-toolkits/qt31 | |
parent | 295ffb064c937efef21f47dc54d412210378f415 (diff) | |
download | ports-57fe8e3b3b591a0850f987e82588a1584b6fe364.tar.gz ports-57fe8e3b3b591a0850f987e82588a1584b6fe364.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt31')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/qt31/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/qt31/pkg-plist | 8 |
3 files changed, 10 insertions, 17 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 7afd742c3a2f..add4d433e44a 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qt -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ DISTNAME= qt-x11-${PORTVERSION} @@ -17,6 +16,7 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +YES?= /usr/bin/yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_MESA= yes USE_GMAKE= yes @@ -25,7 +25,7 @@ USE_NEWGCC= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ -I${LOCALBASE}/include -L${LOCALBASE}/lib -CONFIGURE_ENV= QTDIR=${WRKSRC} +CONFIGURE_ENV= ${YES} yes | QTDIR=${WRKSRC} MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} @@ -43,17 +43,6 @@ INSTALLS_SHLIB=yes .endif pre-fetch: -.if !defined(QT_GIF_AVAILABLE) && !defined(HAVE_UNISYS_LICENSE) - @${ECHO} - @${ECHO} "GIF support is disabled in QT by default due to the" - @${ECHO} "restrictive license on LZW compression owned by Unisys." - @${ECHO} "To build with GIF support, use" - @${ECHO} - @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" - @${ECHO} "or" - @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" - @${ECHO} -.endif .if exists(${X11BASE}/lib/libqt2.so.3) .if !defined(WANT_STATIC) @${ECHO} "An older version of QT2 is installed. To avoid clobbering" diff --git a/x11-toolkits/qt31/distinfo b/x11-toolkits/qt31/distinfo index e7dbb76ab284..3d5ba8515875 100644 --- a/x11-toolkits/qt31/distinfo +++ b/x11-toolkits/qt31/distinfo @@ -1 +1 @@ -MD5 (qt-x11-2.2.1.tar.gz) = c5a65c4ded0330fa6b44c24fd93b938e +MD5 (qt-x11-2.2.2.tar.gz) = 682e8f62af48770aea52036eb6329792 diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist index 75c2940bfb6b..ff6704797bce 100644 --- a/x11-toolkits/qt31/pkg-plist +++ b/x11-toolkits/qt31/pkg-plist @@ -43,9 +43,11 @@ include/qt2/qcombo.h include/qt2/qcombobox.h include/qt2/qcommonstyle.h include/qt2/qconfig-dist.h -include/qt2/qconfig-embedded.h +include/qt2/qconfig-large.h +include/qt2/qconfig-medium.h include/qt2/qconfig-minimal.h -include/qt2/qconfig-qpim.h +include/qt2/qconfig-qpe.h +include/qt2/qconfig-small.h include/qt2/qconfig.h include/qt2/qconnect.h include/qt2/qconnection.h @@ -725,6 +727,8 @@ share/doc/qt2/html/qconnection-members.html share/doc/qt2/html/qconnection.html share/doc/qt2/html/qconststring-members.html share/doc/qt2/html/qconststring.html +share/doc/qt2/html/qcopchannel-members.html +share/doc/qt2/html/qcopchannel.html share/doc/qt2/html/qcstring-h.html share/doc/qt2/html/qcstring-members.html share/doc/qt2/html/qcstring.html |