summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-11-03 11:55:51 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-11-03 11:55:51 +0000
commite435d1389a77429ab31385ed13cedd01a05f61ad (patch)
tree0dc4641c14ba9aa67315fb1bfa826e7d9ac4dfa5
parentUpdate to the 1999-11-02 development snapshot. (diff)
Upgrade to 4.0.9. Include some fixes for dxworker.
PR: 14213 Submitted by: Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp>
Notes
Notes: svn path=/head/; revision=22886
-rw-r--r--graphics/opendx/Makefile6
-rw-r--r--graphics/opendx/distinfo2
-rw-r--r--graphics/opendx/files/patch-ah29
3 files changed, 29 insertions, 8 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 92994a03b929..dcd57ecfecce 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: opendx
-# Version required: 4.0.7
+# Version required: 4.0.9
# Date created: 27 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= dx-4.0.7
-PKGNAME= opendx-4.0.7
+DISTNAME= dx-4.0.9
+PKGNAME= opendx-4.0.9
CATEGORIES= graphics math
MASTER_SITES= http://opendx.npaci.edu/source/
diff --git a/graphics/opendx/distinfo b/graphics/opendx/distinfo
index b900f389d6e7..c829695c37f2 100644
--- a/graphics/opendx/distinfo
+++ b/graphics/opendx/distinfo
@@ -1 +1 @@
-MD5 (dx-4.0.7.tar.gz) = 3ea2e4eff6a9ebc8f2e8c0d1d7c0c896
+MD5 (dx-4.0.9.tar.gz) = 4cf860d01a25c57d4ca53195d851dad0
diff --git a/graphics/opendx/files/patch-ah b/graphics/opendx/files/patch-ah
index 3f456c9ebb0a..a1864705431c 100644
--- a/graphics/opendx/files/patch-ah
+++ b/graphics/opendx/files/patch-ah
@@ -1,6 +1,6 @@
---- bin/dxworker.in.orig Wed Aug 4 22:03:37 1999
-+++ bin/dxworker.in Fri Sep 17 15:29:13 1999
-@@ -22,8 +22,8 @@
+--- bin/dxworker.in.orig Fri Sep 3 17:52:03 1999
++++ bin/dxworker.in Wed Nov 3 12:52:46 1999
+@@ -22,10 +22,10 @@
# determine the machine type, and set uiarch, exarch and thisver defaults
switch ( $thissys )
case FreeBSD:
@@ -9,5 +9,26 @@
+ set exarch=$thismach
+ set uiarch=$thismach
- set remove=/usr/bin/rsh
+- set remove=/usr/bin/rsh
++ set remote=/usr/bin/rsh
+ breaksw
+
+@@ -136,7 +136,7 @@
+
+ # default to running locally, from /usr/lpp/dx
+ set exhost=$thishost
+-set dxroot=/usr/lpp/dx
++set dxroot=@prefix@/dx
+ set startup=1 # run the startup window by default
+
+
+@@ -1456,7 +1456,7 @@
+ case aviion:
+ case alphax:
+ case linux:
+- case freebsd:
++ case i386:
+ breaksw
+
+ default: