ports/142980: Update port: emulators/spim to 8.0

KATO Tsuguru tkato432 at yahoo.com
Tue Jan 19 18:10:09 UTC 2010


>Number:         142980
>Category:       ports
>Synopsis:       Update port: emulators/spim to 8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 19 18:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p6 i386
>Organization:
>Environment:
>Description:
- Update to version 8.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/spim/Makefile emulators/spim/Makefile
--- /usr/ports/emulators/spim/Makefile	2009-09-03 03:43:48.000000000 +0900
+++ emulators/spim/Makefile	2010-01-17 00:20:47.000000000 +0900
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	spim
-PORTVERSION=	7.5
+PORTVERSION=	8.0
 CATEGORIES=	emulators
 MASTER_SITES=	http://pages.cs.wisc.edu/~larus/SPIM/
 
diff -urN /usr/ports/emulators/spim/distinfo emulators/spim/distinfo
--- /usr/ports/emulators/spim/distinfo	2009-09-03 03:43:48.000000000 +0900
+++ emulators/spim/distinfo	2010-01-17 00:24:44.000000000 +0900
@@ -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 -urN /usr/ports/emulators/spim/files/patch-spim_Makefile emulators/spim/files/patch-spim_Makefile
--- /usr/ports/emulators/spim/files/patch-spim_Makefile	2009-02-21 02:44:19.000000000 +0900
+++ emulators/spim/files/patch-spim_Makefile	2010-01-17 01:45:22.000000000 +0900
@@ -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 -urN /usr/ports/emulators/spim/files/patch-xspim_Imakefile emulators/spim/files/patch-xspim_Imakefile
--- /usr/ports/emulators/spim/files/patch-xspim_Imakefile	2009-02-21 02:44:19.000000000 +0900
+++ emulators/spim/files/patch-xspim_Imakefile	2010-01-17 01:48:08.000000000 +0900
@@ -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)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list