diff options
author | drochner <drochner@pkgsrc.org> | 2000-01-31 20:56:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-01-31 20:56:49 +0000 |
commit | 5a3c86a6e310022dac56c4c8c08e67650c33e67c (patch) | |
tree | f59f46c59756e697899a72ccf183e890b5227f77 /graphics/dx | |
parent | 9afcb71955ea3a82fe6edc7310ca67ac8259e6b3 (diff) | |
download | pkgsrc-5a3c86a6e310022dac56c4c8c08e67650c33e67c.tar.gz |
upgrade to 4.0.10 (no changelog available, bugfixes only afaics)
rebove BROKEN label - whoever wants to mark it BROKEN again, please
tell what platform you had problems with (and consider (NOT/ONLY_FOR...)
Diffstat (limited to 'graphics/dx')
-rw-r--r-- | graphics/dx/Makefile | 6 | ||||
-rw-r--r-- | graphics/dx/files/md5 | 5 | ||||
-rw-r--r-- | graphics/dx/files/patch-sum | 8 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ag | 15 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ai | 15 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ak | 11 | ||||
-rw-r--r-- | graphics/dx/pkg/PLIST | 3 |
7 files changed, 27 insertions, 36 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 76b61cd21ec..ef9ee3c8340 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2000/01/02 03:38:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/31 20:56:49 drochner Exp $ -DISTNAME= dx-4.0.7 +DISTNAME= dx-4.0.10 CATEGORIES= graphics MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/ @@ -10,8 +10,6 @@ HOMEPAGE= http://www.research.ibm.com/dx/ DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= jpeg-6b:../../graphics/jpeg -BROKEN= Compilation problems - USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/graphics/dx/files/md5 b/graphics/dx/files/md5 index 95e80f2a0c2..395d3ea8928 100644 --- a/graphics/dx/files/md5 +++ b/graphics/dx/files/md5 @@ -1,2 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $ -MD5 (dx-4.0.7.tar.gz) = 3ea2e4eff6a9ebc8f2e8c0d1d7c0c896 +$NetBSD: md5,v 1.2 2000/01/31 20:56:49 drochner Exp $ + +MD5 (dx-4.0.10.tar.gz) = b38eb261303faf33fd5bed5a8d3c3bcc diff --git a/graphics/dx/files/patch-sum b/graphics/dx/files/patch-sum index ccab6946e27..77b04f04bb5 100644 --- a/graphics/dx/files/patch-sum +++ b/graphics/dx/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $ +$NetBSD: patch-sum,v 1.2 2000/01/31 20:56:49 drochner Exp $ MD5 (patch-aa) = 60cbeb7aedff7bfe4b2a6b9931a4c022 MD5 (patch-ab) = d7b99a9de1e62500b9009f2ba81a259e @@ -6,8 +6,8 @@ MD5 (patch-ac) = bcda219bbf7cc8dc3fba24c8ab8922f8 MD5 (patch-ad) = c2b576e82c6034a69469aacdbfb97653 MD5 (patch-ae) = 58f269eb6b031de8d397cb61d75735fd MD5 (patch-af) = 0000d1f69f9ab596e623b63bd0e96210 -MD5 (patch-ag) = b361a2a900b04b6c385108127ee7806b +MD5 (patch-ag) = 37ff5bddb991334f7746da8aaf097f61 MD5 (patch-ah) = 72332c85c9f8bbb5211e25a6aecd3ef1 -MD5 (patch-ai) = 58e373d9b276504cb1161d7b27ff334a +MD5 (patch-ai) = 72b6a28266a5658d294523d69818a5e6 MD5 (patch-aj) = bc9f4da6d5b1c9a01706bf6204ddd191 -MD5 (patch-ak) = 43deef85c2cb099a9e80021fd9737053 +MD5 (patch-al) = ee424aced932320394fb986eecf7b83e diff --git a/graphics/dx/patches/patch-ag b/graphics/dx/patches/patch-ag index f6ecee4ddd4..c891da2caba 100644 --- a/graphics/dx/patches/patch-ag +++ b/graphics/dx/patches/patch-ag @@ -1,10 +1,11 @@ -$NetBSD: patch-ag,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ ---- src/uipp/dxui/Makefile.in.orig Sun Sep 26 23:47:09 1999 -+++ src/uipp/dxui/Makefile.in Sun Sep 26 23:47:12 1999 -@@ -74,7 +74,7 @@ - JAVA_ARCH = @JAVA_ARCH@ - JBASE = @JBASE@ - JDKBIN = @JDKBIN@ +$NetBSD: patch-ag,v 1.2 2000/01/31 20:56:49 drochner Exp $ + +--- src/uipp/dxui/Makefile.in.orig Thu Jan 6 21:18:02 2000 ++++ src/uipp/dxui/Makefile.in Sat Jan 29 17:52:12 2000 +@@ -78,7 +78,7 @@ + JAVAH = @JAVAH@ + JDK_CLASSPATH = @JDK_CLASSPATH@ + JINC = @JINC@ -LIBS = @LIBS@ +LIBS = @LIBS@ -lcompat MAKEINFO = @MAKEINFO@ diff --git a/graphics/dx/patches/patch-ai b/graphics/dx/patches/patch-ai index 879de8bb3bc..c987ae85ecc 100644 --- a/graphics/dx/patches/patch-ai +++ b/graphics/dx/patches/patch-ai @@ -1,10 +1,11 @@ -$NetBSD: patch-ai,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ ---- src/uipp/prompter/Makefile.in.orig Mon Sep 27 08:07:32 1999 -+++ src/uipp/prompter/Makefile.in Mon Sep 27 08:07:56 1999 -@@ -74,7 +74,7 @@ - JAVA_ARCH = @JAVA_ARCH@ - JBASE = @JBASE@ - JDKBIN = @JDKBIN@ +$NetBSD: patch-ai,v 1.2 2000/01/31 20:56:49 drochner Exp $ + +--- src/uipp/prompter/Makefile.in.orig Thu Jan 6 21:18:08 2000 ++++ src/uipp/prompter/Makefile.in Sat Jan 29 17:55:32 2000 +@@ -78,7 +78,7 @@ + JAVAH = @JAVAH@ + JDK_CLASSPATH = @JDK_CLASSPATH@ + JINC = @JINC@ -LIBS = @LIBS@ +LIBS = @LIBS@ -lcompat MAKEINFO = @MAKEINFO@ diff --git a/graphics/dx/patches/patch-ak b/graphics/dx/patches/patch-ak deleted file mode 100644 index a63bd9f99df..00000000000 --- a/graphics/dx/patches/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ak,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $ ---- html/Makefile.in.orig Tue Sep 28 22:21:11 1999 -+++ html/Makefile.in Tue Sep 28 22:22:35 1999 -@@ -218,6 +218,7 @@ - if test ! -d $(htmldir) ; then \ - mkdir $(htmldir) ; \ - fi ; \ -+ cd $(htmldir) ; \ - tar xf $$f/pages.tar ; \ - tar xf $$f/images.tar ; \ - ln -s $(htmldir)/allguide.htm $(htmldir)/index.htm ; \ diff --git a/graphics/dx/pkg/PLIST b/graphics/dx/pkg/PLIST index 448c775c823..54d7d27328c 100644 --- a/graphics/dx/pkg/PLIST +++ b/graphics/dx/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/01/31 20:56:50 drochner Exp $ bin/dx dx/lib_netbsd/libDXlite.a dx/lib_netbsd/libDXcallm.a @@ -12,6 +12,7 @@ dx/lib/dxfSaveCurrentImage.net dx/lib/dxrc dx/lib/dxexec.exp dx/lib/outboard.c +dx/bin/dx dx/bin_netbsd/dxexec dx/bin_netbsd/dxui dx/bin_netbsd/prompter |