diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-15 22:35:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-15 22:35:28 +0000 |
commit | bdb0fa0e8c3dd7d540c8d1ec3a59ae14887e411c (patch) | |
tree | a621778d0b6daa3c2202709d08e977de5b0609d0 /emulators | |
parent | 6b4c3d688ad31b52db639b01be49f3ceeb67b76a (diff) | |
download | FreeBSD-ports-bdb0fa0e8c3dd7d540c8d1ec3a59ae14887e411c.zip FreeBSD-ports-bdb0fa0e8c3dd7d540c8d1ec3a59ae14887e411c.tar.gz |
Upgrade to 5.9.
Closes PR: ports/2643
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/spim/Makefile | 6 | ||||
-rw-r--r-- | emulators/spim/distinfo | 2 | ||||
-rw-r--r-- | emulators/spim/files/patch-01 | 11 |
3 files changed, 10 insertions, 9 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index b3f70ef..096974c 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 2c77253..cc3e204 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 0c87716..e40fd16 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:: |