mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 8.0
PR: 142980 Submitted by: Ports Fury
This commit is contained in:
parent
3a65006f66
commit
b377670c26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248312
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= spim
|
||||
PORTVERSION= 7.5
|
||||
PORTVERSION= 8.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://pages.cs.wisc.edu/~larus/SPIM/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user