mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to 4.0.9. Include some fixes for dxworker.
PR: 14213 Submitted by: Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp>
This commit is contained in:
parent
128698d192
commit
e435d1389a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22886
@ -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/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dx-4.0.7.tar.gz) = 3ea2e4eff6a9ebc8f2e8c0d1d7c0c896
|
||||
MD5 (dx-4.0.9.tar.gz) = 4cf860d01a25c57d4ca53195d851dad0
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user