aboutsummaryrefslogtreecommitdiff
path: root/emulators/spim
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-21 21:14:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-21 21:14:37 +0000
commitb377670c267ce6b11370fc26b21b1e2f5eef8505 (patch)
tree8a02bd1c94ae045be10ce1a8427e06e41a44e2e6 /emulators/spim
parent3a65006f661a4f23fd11b17f7d1bd8236a8771f7 (diff)
downloadports-b377670c267ce6b11370fc26b21b1e2f5eef8505.tar.gz
ports-b377670c267ce6b11370fc26b21b1e2f5eef8505.zip
- Update to 8.0
PR: 142980 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=248312
Diffstat (limited to 'emulators/spim')
-rw-r--r--emulators/spim/Makefile2
-rw-r--r--emulators/spim/distinfo6
-rw-r--r--emulators/spim/files/patch-spim_Makefile18
-rw-r--r--emulators/spim/files/patch-xspim_Imakefile18
4 files changed, 22 insertions, 22 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index c391fb8114ed..dcccb1bb99ac 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= spim
-PORTVERSION= 7.5
+PORTVERSION= 8.0
CATEGORIES= emulators
MASTER_SITES= http://pages.cs.wisc.edu/~larus/SPIM/
diff --git a/emulators/spim/distinfo b/emulators/spim/distinfo
index 6d30cbf2315a..419c5d733d51 100644
--- a/emulators/spim/distinfo
+++ b/emulators/spim/distinfo
@@ -1,3 +1,3 @@
-MD5 (spim-7.5.tar.gz) = 8a704860dad1ff5efa1ca4e3f2ed22d8
-SHA256 (spim-7.5.tar.gz) = 28b572a15a402f315a61df3d9f581cb83a90fcbc297c9d095a36fbecbf69ecb7
-SIZE (spim-7.5.tar.gz) = 359664
+MD5 (spim-8.0.tar.gz) = 146558e8256f2b7577fb825fdc76a04f
+SHA256 (spim-8.0.tar.gz) = 6f205776cb9fa112729507008843b289012190ed3131cbd426c610a58387ee4b
+SIZE (spim-8.0.tar.gz) = 355204
diff --git a/emulators/spim/files/patch-spim_Makefile b/emulators/spim/files/patch-spim_Makefile
index ee004b0714cc..ea5d10601d0a 100644
--- a/emulators/spim/files/patch-spim_Makefile
+++ b/emulators/spim/files/patch-spim_Makefile
@@ -1,23 +1,23 @@
---- spim/Makefile.orig 2009-01-02 04:51:25.000000000 +0900
-+++ spim/Makefile 2009-01-21 03:38:23.000000000 +0900
-@@ -54,13 +54,13 @@
+--- spim/Makefile.orig 2010-01-09 14:22:57.000000000 +0900
++++ spim/Makefile 2010-01-17 01:44:59.000000000 +0900
+@@ -66,13 +66,13 @@
# Full path for the directory that will hold the executable files:
--BIN_DIR = /usr/bin
+-BIN_DIR = /usr/local/bin
+BIN_DIR = ${PREFIX}/bin
# Full path for the directory that will hold the exception handler:
--EXCEPTION_DIR = /usr/lib/spim
+-EXCEPTION_DIR = /usr/local/lib/spim
+EXCEPTION_DIR = ${PREFIX}/share/spim
# Full path for the directory that will hold the man files:
--MAN_DIR = /usr/share/man/en
+-MAN_DIR = /usr/local/man/en
+MAN_DIR = ${MANPREFIX}/man/man1
# If you have flex, use it instead of lex. If you use flex, define this
-@@ -92,12 +92,12 @@
+@@ -104,12 +104,12 @@
DEFINES = $(ENDIAN) $(MEM_SIZES) -DDEFAULT_EXCEPTION_HANDLER="\"$(EXCEPTION_DIR)/exceptions.s\"" -DSPIM_VERSION="\"`cat ../VERSION`\""
@@ -34,7 +34,7 @@
# lex.yy.c is usually compiled with -O to speed it up.
-@@ -110,10 +110,10 @@
+@@ -122,10 +122,10 @@
spim: force
@@ -47,7 +47,7 @@
force: configuration
-@@ -196,7 +196,7 @@
+@@ -211,7 +211,7 @@
y.tab.h: y.tab.c
y.tab.c: $(CPU_DIR)/parser.y
diff --git a/emulators/spim/files/patch-xspim_Imakefile b/emulators/spim/files/patch-xspim_Imakefile
index a1c3503fabe5..245bb320c3cf 100644
--- a/emulators/spim/files/patch-xspim_Imakefile
+++ b/emulators/spim/files/patch-xspim_Imakefile
@@ -1,23 +1,23 @@
---- xspim/Imakefile.orig 2009-01-02 04:51:26.000000000 +0900
-+++ xspim/Imakefile 2009-01-21 03:18:12.000000000 +0900
-@@ -33,13 +33,13 @@
+--- xspim/Imakefile.orig 2010-01-09 14:22:58.000000000 +0900
++++ xspim/Imakefile 2010-01-17 01:47:48.000000000 +0900
+@@ -43,13 +43,13 @@
#
# Full path for the directory that will hold the executable files:
--BIN_DIR = /usr/bin
+-BIN_DIR = /usr/local/bin
+BIN_DIR = ${PREFIX}/bin
# Full path for the directory that will hold the exception handler:
--EXCEPTION_DIR = /usr/lib/spim
+-EXCEPTION_DIR = /usr/local/lib/spim
+EXCEPTION_DIR = ${PREFIX}/share/spim
# Full path for the directory that will hold the man files:
--MAN_DIR = /usr/share/man/en
+-MAN_DIR = /usr/local/man/en
+MAN_DIR = ${MANPREFIX}/man/man1
# If you have flex, use it instead of lex. If you use flex, define this
-@@ -91,7 +91,7 @@
+@@ -101,7 +101,7 @@
DEPLIBS = XawClientDepLibs
LOCALLIBS = XawClientLibs
@@ -26,9 +26,9 @@
INCLUDES = -I. -I$(CPU_DIR)
-@@ -114,7 +114,7 @@
+@@ -123,7 +123,7 @@
+ ./Configure
- INSTALLFLAGS = -D
InstallProgram(xspim,$(BIN_DIR))
-InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s)
+#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s)