aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xpns/files
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-06-24 14:07:27 +0800
committermax <max@FreeBSD.org>1997-06-24 14:07:27 +0800
commitadb14e52af6e59e0a8c8dfc7484a7c988f0e6d3a (patch)
treee0c44b56c460acb4dc7d7e9ee0b5d00a11f4ce29 /misc/xpns/files
parentc88b121afc78dadde61e6fe03487b0917d363def (diff)
downloadfreebsd-ports-gnome-adb14e52af6e59e0a8c8dfc7484a7c988f0e6d3a.tar.gz
freebsd-ports-gnome-adb14e52af6e59e0a8c8dfc7484a7c988f0e6d3a.tar.zst
freebsd-ports-gnome-adb14e52af6e59e0a8c8dfc7484a7c988f0e6d3a.zip
New port, xpns:
Petri-Net Simulator for Xwindows PR: 3250 Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>
Diffstat (limited to 'misc/xpns/files')
-rw-r--r--misc/xpns/files/patch-aa28
-rw-r--r--misc/xpns/files/patch-ab13
2 files changed, 41 insertions, 0 deletions
diff --git a/misc/xpns/files/patch-aa b/misc/xpns/files/patch-aa
new file mode 100644
index 000000000000..aa8b025d4e28
--- /dev/null
+++ b/misc/xpns/files/patch-aa
@@ -0,0 +1,28 @@
+--- makefile.orig Wed Jul 14 06:05:14 1993
++++ makefile Tue Apr 8 11:49:27 1997
+@@ -7,19 +7,19 @@
+ #I = -I/usr/include
+
+ #------------------------------------------
+-# OPTIONEN SUN
++# OPTIONEN FreeBSD
+ #------------------------------------------
+-O = -O
+-I = -I/usr/local/X11R5/include
++O = -O2 -m486
++I = -I/usr/X11R6/include
+
+-L = -L/usr/local/X11R5/lib -lXaw -lXmu -lXt -lXext -lX11 -lm
++L = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lXext -lX11 -lm
+
+
+ #------------------------------------------
+ # COMPILER UND LINKER
+ #------------------------------------------
+-B = gcc-2.3.3 $O -o
+-CC = gcc-2.3.3 $O $I
++B = gcc $O -o
++CC = gcc $O $I
+
+ #------------------------------------------
+ # FUNKTIONEN DIR
diff --git a/misc/xpns/files/patch-ab b/misc/xpns/files/patch-ab
new file mode 100644
index 000000000000..6f224dbc0bda
--- /dev/null
+++ b/misc/xpns/files/patch-ab
@@ -0,0 +1,13 @@
+--- xpns.orig Tue Apr 8 11:27:14 1997
++++ xpns Tue Apr 8 11:29:05 1997
+@@ -1,6 +1,7 @@
+-#!/bin/tcsh
+-setenv XAPPLRESDIR $PWD/
+-pns
++#!/bin/csh
++setenv XAPPLRESDIR /usr/X11R6/lib/xpns/
++# Note pns will dump core if environment is not correct
++/usr/X11R6/lib/xpns/pns
+
+
+