diff options
author | dmcmahill <dmcmahill> | 2000-03-23 21:27:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-03-23 21:27:40 +0000 |
commit | 78221fe280f7e8553bd6e2d75136bbee5f9ef1ce (patch) | |
tree | 308e0a16f1ca27f706d727d31f55c819e054f849 /x11/qt1/files | |
parent | 9c589612e040842ecb8e43f7f57b0e0bbeab2cdd (diff) | |
download | pkgsrc-78221fe280f7e8553bd6e2d75136bbee5f9ef1ce.tar.gz |
This is a modified version of the qt-1.44 package. It has been modified
to coexist with the up and coming qt-2.0.2 package. This will allow
packages which still requrire qt-1.44 to work (ie are not compatible with
Qt-2). As such, this package should be considered a temporary one.
Once all packages which use qt-1.* have be updated to use qt-2.*, this package
may be depricated.
The modifications to this package from the qt-1.44 package are:
- header files are installed in ${PREFIX}/include/qt1
- manual pages have "_1" appended to the name (ie "man foo" becomes "man foo_1")
- the program "moc" is now named "moc1"
Diffstat (limited to 'x11/qt1/files')
-rw-r--r-- | x11/qt1/files/enablegif.patch | 11 | ||||
-rw-r--r-- | x11/qt1/files/md5 | 3 | ||||
-rw-r--r-- | x11/qt1/files/patch-sum | 6 |
3 files changed, 20 insertions, 0 deletions
diff --git a/x11/qt1/files/enablegif.patch b/x11/qt1/files/enablegif.patch new file mode 100644 index 00000000000..1dcbe376f17 --- /dev/null +++ b/x11/qt1/files/enablegif.patch @@ -0,0 +1,11 @@ +$NetBSD: enablegif.patch,v 1.1.1.1 2000/03/23 21:27:40 dmcmahill Exp $ +--- src/kernel/qt_gif.h.orig Fri Feb 26 17:58:47 1999 ++++ src/kernel/qt_gif.h Sun Sep 26 00:09:22 1999 +@@ -14,6 +14,6 @@ + ** + *****************************************************************************/ + +-#define QT_BUILTIN_GIF_READER 0 ++#define QT_BUILTIN_GIF_READER 1 + + bool qt_builtin_gif_reader(); diff --git a/x11/qt1/files/md5 b/x11/qt1/files/md5 new file mode 100644 index 00000000000..0cd61f28d52 --- /dev/null +++ b/x11/qt1/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/03/23 21:27:40 dmcmahill Exp $ + +MD5 (qt-1.44.tar.gz) = 143a6b7001c04843c304c96cfe608ed8 diff --git a/x11/qt1/files/patch-sum b/x11/qt1/files/patch-sum new file mode 100644 index 00000000000..f8f3e63606d --- /dev/null +++ b/x11/qt1/files/patch-sum @@ -0,0 +1,6 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/03/23 21:27:40 dmcmahill Exp $ + +MD5 (patch-aa) = 840a2a94511d25b7bfbd778a52dbc636 +MD5 (patch-ab) = 7567236921ea16e35ac23df69e0f066e +MD5 (patch-ac) = 22e980dfc4349e7ce8a19201a4e75933 +MD5 (patch-ad) = 948f6448dea12a2ec2c68fd50d771a94 |