Update to 3.0.3. More bugfixes.
This commit is contained in:
parent
29b9470af3
commit
28bdb3def1
3 changed files with 18 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.2 2002/03/19 17:54:36 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.3 2002/03/25 22:16:40 skrll Exp $
|
||||
|
||||
SHA1 (qt-x11-free-3.0.2.tar.gz) = 8694d8c9992d22e82bedf6891879a6b2f7d94e0e
|
||||
Size (qt-x11-free-3.0.2.tar.gz) = 15083583 bytes
|
||||
SHA1 (qt-x11-free-3.0.3.tar.gz) = b6fe7213104bda6075a7d944ab83802262470b15
|
||||
Size (qt-x11-free-3.0.3.tar.gz) = 15088462 bytes
|
||||
SHA1 (patch-aa) = aae2cb07147fdc00b008dbb89ebddb58a9ad5010
|
||||
SHA1 (patch-ab) = 90e22f330cecaa3eec36bba1dac1bd202cf99287
|
||||
SHA1 (patch-ab) = 17a8073304419c5a5e824cb462367463b24f7fbc
|
||||
SHA1 (patch-ac) = da32dd8596f36238fec30fb7b8a444d36e13ed92
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
$NetBSD: patch-ab,v 1.2 2002/03/19 17:54:36 drochner Exp $
|
||||
$NetBSD: patch-ab,v 1.3 2002/03/25 22:16:40 skrll Exp $
|
||||
|
||||
--- configure.orig Fri Feb 15 09:12:23 2002
|
||||
+++ configure Fri Mar 8 12:34:37 2002
|
||||
@@ -732,7 +732,7 @@
|
||||
# we may write in the source tree, let's take advantage of this
|
||||
# to test that QTDIR is correctly set to be the source tree
|
||||
touch .test.qt.
|
||||
- if [ '!' -f ${QTDIR}/.test.qt. ]
|
||||
+ if [ '!' -f .test.qt. ]
|
||||
then
|
||||
rm -f .test.qt.
|
||||
echo
|
||||
--- configure.orig Sun Mar 10 10:59:59 2002
|
||||
+++ configure
|
||||
@@ -685,7 +685,7 @@
|
||||
# we may write in the build tree, let's take advantage of this
|
||||
# to test that QTDIR is correctly set to be the build tree
|
||||
touch .test.qt.
|
||||
-if [ '!' -f ${QTDIR}/.test.qt. ]
|
||||
+if [ '!' -f .test.qt. ]
|
||||
then
|
||||
rm -f .test.qt.
|
||||
echo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile.common,v 1.2 2002/03/19 17:54:34 drochner Exp $
|
||||
# $NetBSD: Makefile.common,v 1.3 2002/03/25 22:16:39 skrll Exp $
|
||||
#
|
||||
|
||||
QTVERSION= 3.0.2
|
||||
QTVERSION= 3.0.3
|
||||
|
||||
MAINTAINER= skrll@netbsd.org
|
||||
HOMEPAGE= http://www.trolltech.com/products/qt.html
|
||||
|
|
Loading…
Reference in a new issue