diff options
author | tg <tg@FreeBSD.org> | 1999-11-03 19:55:51 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-03 19:55:51 +0800 |
commit | 414396fa00ead98c4139650e002ff489db63e6bf (patch) | |
tree | e21fcc2d998a3db8b2f974a86e5026fd19a8b5bb /graphics/opendx/files | |
parent | aad1923afa4f69af1263f990a77945d3e5359e46 (diff) | |
download | freebsd-ports-gnome-414396fa00ead98c4139650e002ff489db63e6bf.tar.gz freebsd-ports-gnome-414396fa00ead98c4139650e002ff489db63e6bf.tar.zst freebsd-ports-gnome-414396fa00ead98c4139650e002ff489db63e6bf.zip |
Upgrade to 4.0.9. Include some fixes for dxworker.
PR: 14213
Submitted by: Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp>
Diffstat (limited to 'graphics/opendx/files')
-rw-r--r-- | graphics/opendx/files/patch-ah | 29 |
1 files changed, 25 insertions, 4 deletions
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: |