summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-15 22:35:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-15 22:35:28 +0000
commitcf1439c350a05332deff716d2962b8118ee6b08b (patch)
tree38821e695497551b413bfefd5ea2d4383f158042 /emulators
parentUpgrade, 1.19.2 -> 1.20. (diff)
Upgrade to 5.9.
Closes PR: ports/2643 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
Notes
Notes: svn path=/head/; revision=5626
Diffstat (limited to 'emulators')
-rw-r--r--emulators/spim/Makefile6
-rw-r--r--emulators/spim/distinfo2
-rw-r--r--emulators/spim/files/patch-0111
3 files changed, 10 insertions, 9 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index b3f70efa6509..096974c479c0 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -4,11 +4,11 @@
# Date created: Mon Oct 28, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.1.1.1 1996/10/30 01:58:56 obrien Exp $
+# $Id: Makefile,v 1.2 1996/11/12 02:16:56 obrien Exp $
#
-DISTNAME= spim
-PKGNAME= spim-5.8
+DISTNAME= spim5.9
+PKGNAME= spim-5.9
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/
diff --git a/emulators/spim/distinfo b/emulators/spim/distinfo
index 2c772538fe6a..cc3e204de835 100644
--- a/emulators/spim/distinfo
+++ b/emulators/spim/distinfo
@@ -1 +1 @@
-MD5 (spim.tar.gz) = 20c8fc70ebc522a1a9655ab691fee826
+MD5 (spim5.9.tar.gz) = 4e706ff0a93ef64cabab4b5fc79059c3
diff --git a/emulators/spim/files/patch-01 b/emulators/spim/files/patch-01
index 0c877164e959..e40fd1616982 100644
--- a/emulators/spim/files/patch-01
+++ b/emulators/spim/files/patch-01
@@ -1,10 +1,11 @@
---- Imakefile.orig Tue Oct 10 10:20:07 1995
-+++ Imakefile Tue Oct 29 17:19:52 1996
+diff -ru Imakefile.orig Imakefile
+--- Imakefile.orig Fri Sep 20 22:44:50 1996
++++ Imakefile Mon Feb 3 11:26:40 1997
@@ -57,13 +57,13 @@
#
# Full path for directory that will hold the trap handler file:
--TRAP_DIR = /usr/unsup/lib
+-TRAP_DIR = .
+TRAP_DIR = $(PREFIX)/share/spim
# Full path for the directory that will hold the executable files:
@@ -17,7 +18,7 @@
# If you have flex, use it instead of lex. If you use flex, define this
-@@ -163,8 +163,8 @@
+@@ -164,8 +164,8 @@
NormalProgramTarget(cl-spim_sub,$(CLOBJS),,,)
NormalProgramTarget(cl-xspim_sub,$(XCLOBJS),$(DEPLIBS),$(LOCALLIBS),$(SYSLIBS))
@@ -28,7 +29,7 @@
InstallManPage(spim,$(MAN_DIR))
InstallManPage(xspim,$(MAN_DIR))
InstallNonExec(trap.handler,$(TRAP_DIR))
-@@ -290,7 +290,7 @@
+@@ -291,7 +291,7 @@
mv -f lex.yy.c.xx lex.yy.c
depend::