- Update to 8.0

PR:		142980
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2010-01-21 21:14:37 +00:00
parent 3a65006f66
commit b377670c26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248312
4 changed files with 22 additions and 22 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= spim
PORTVERSION= 7.5
PORTVERSION= 8.0
CATEGORIES= emulators
MASTER_SITES= http://pages.cs.wisc.edu/~larus/SPIM/

View File

@ -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

View File

@ -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

View File

@ -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)