diff options
author | adam <adam@pkgsrc.org> | 2007-12-17 22:19:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-12-17 22:19:43 +0000 |
commit | a186ccc18dca148d9a103cf7a2807ae9629c7fce (patch) | |
tree | fc21ede98deb7cd031f83821e64148346992225d /x11 | |
parent | c1e017c4622e93cd03fc277945c63a70222f3295 (diff) | |
download | pkgsrc-a186ccc18dca148d9a103cf7a2807ae9629c7fce.tar.gz |
Changes 4.3.3:
Qt 4.3.3 is a bug-fix release.
Read 'changes-4.3.3' for details.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-libs/Makefile | 6 | ||||
-rw-r--r-- | x11/qt4-libs/distinfo | 8 | ||||
-rw-r--r-- | x11/qt4-tools/Makefile | 5 | ||||
-rw-r--r-- | x11/qt4/Makefile.common | 4 |
4 files changed, 10 insertions, 13 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile index 774cae3c77e..f20778affd7 100644 --- a/x11/qt4-libs/Makefile +++ b/x11/qt4-libs/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2007/12/12 11:51:41 markd Exp $ +# $NetBSD: Makefile,v 1.20 2007/12/17 22:19:43 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" -PKGREVISION= 4 - PKGNAME= qt4-libs-${QTVERSION} COMMENT= C++ X GUI toolkit @@ -38,7 +36,7 @@ do-install: .for lib in Qt3Support QtCore QtGui QtNetwork QtOpenGL QtSql QtSvg QtXml QtScript ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/lib${lib}.la \ ${QTPREFIX}/lib/ - ${SED} -e "s:${WRKSRC}:${QTPREFIX}:g" \ + sed -e "s:${WRKSRC}:${QTPREFIX}:g" \ -e "s:${QTPREFIX}/lib/lib\([A-Za-z3]*\)\.la:-l\1:g" \ ${WRKSRC}/lib/pkgconfig/${lib}.pc > ${WRKDIR}/${lib}.pc ${INSTALL_DATA} ${WRKDIR}/${lib}.pc ${PREFIX}/lib/pkgconfig/ diff --git a/x11/qt4-libs/distinfo b/x11/qt4-libs/distinfo index 2f272bb7c28..1dc8777b05d 100644 --- a/x11/qt4-libs/distinfo +++ b/x11/qt4-libs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2007/12/02 12:55:11 wiz Exp $ +$NetBSD: distinfo,v 1.17 2007/12/17 22:19:43 adam Exp $ -SHA1 (qt-x11-opensource-src-4.3.2.tar.gz) = 265fb56ded2e7ff101ebd722bd2bc1638f96057d -RMD160 (qt-x11-opensource-src-4.3.2.tar.gz) = b73a3d7a1edd11987544291cce80b56f5a499969 -Size (qt-x11-opensource-src-4.3.2.tar.gz) = 43462686 bytes +SHA1 (qt-x11-opensource-src-4.3.3.tar.gz) = 77d00e2438efa793f6c16c54b64c8ba440ee3228 +RMD160 (qt-x11-opensource-src-4.3.3.tar.gz) = 410daca03b6802ba5cc6662219c2ba7a190bd292 +Size (qt-x11-opensource-src-4.3.3.tar.gz) = 42341802 bytes SHA1 (patch-aa) = 671cf6bdcabc0919a0e0c80a2b82734a85b58757 SHA1 (patch-ab) = c2a9c3b51a1afa3080aed5ef8fb91032c4dc53c1 SHA1 (patch-ac) = 766ca4aba25029765f83c8a72873b603864ea821 diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 23b72ba4d4c..a492ebc0d3c 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2007/12/12 11:54:20 markd Exp $ +# $NetBSD: Makefile,v 1.15 2007/12/17 22:19:44 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tools-${QTVERSION} -PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base @@ -43,7 +42,7 @@ do-install: ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/libQtUiTools.a \ ${QTPREFIX}/lib/ .for lib in QtUiTools QtTest - ${SED} -e "s:${WRKSRC}:${QTPREFIX}:g" \ + sed -e "s:${WRKSRC}:${QTPREFIX}:g" \ ${WRKSRC}/lib/pkgconfig/${lib}.pc > ${WRKDIR}/${lib}.pc ${INSTALL_DATA} ${WRKDIR}/${lib}.pc ${PREFIX}/lib/pkgconfig/ .endfor diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common index c4fecac5a09..f231712de39 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.10 2007/10/13 12:02:14 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2007/12/17 22:19:43 adam Exp $ -QTVERSION= 4.3.2 +QTVERSION= 4.3.3 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt/ |