diff -urN /usr/ports/emulators/spim/Makefile emulators/spim/Makefile --- /usr/ports/emulators/spim/Makefile 2009-01-24 03:17:39.000000000 +0900 +++ emulators/spim/Makefile 2009-01-24 21:53:01.000000000 +0900 @@ -7,8 +7,7 @@ # PORTNAME= spim -PORTVERSION= 7.3 -PORTREVISION= 1 +PORTVERSION= 7.4 CATEGORIES= emulators MASTER_SITES= http://pages.cs.wisc.edu/~larus/SPIM/ @@ -21,8 +20,8 @@ INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME} ALL_TARGET= ${PORTNAME} -MAN1= spim.1 +MAN1= spim.1 PORTDOCS= cycle.ps.gz spim.ps.gz SPIM.html PLIST_FILES= bin/spim %%DATADIR%%/exceptions.s PLIST_DIRS= %%DATADIR%% diff -urN /usr/ports/emulators/spim/distinfo emulators/spim/distinfo --- /usr/ports/emulators/spim/distinfo 2008-05-22 13:37:28.000000000 +0900 +++ emulators/spim/distinfo 2009-01-12 02:59:05.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (spim-7.3.tar.gz) = 52002170982d157fd89d445b481bd223 -SHA256 (spim-7.3.tar.gz) = d7de06135c519108055a90abe77ced4e36dec4f7f27ce1a2fca0059f86cdf35d -SIZE (spim-7.3.tar.gz) = 347226 +MD5 (spim-7.4.tar.gz) = 5251ec442ef364ed8dede5dbda86fb47 +SHA256 (spim-7.4.tar.gz) = e8a991415084be09f6b0e7804e837cc8cfdc1e2a11aae9c0464010e5a72316c8 +SIZE (spim-7.4.tar.gz) = 358748 diff -urN /usr/ports/emulators/spim/files/patch-spim_Makefile emulators/spim/files/patch-spim_Makefile --- /usr/ports/emulators/spim/files/patch-spim_Makefile 2008-05-22 13:37:28.000000000 +0900 +++ emulators/spim/files/patch-spim_Makefile 2009-01-21 03:38:32.000000000 +0900 @@ -1,19 +1,19 @@ ---- spim/Makefile.orig 2006-08-29 11:23:19.000000000 +0900 -+++ spim/Makefile 2008-04-23 01:36:01.000000000 +0900 +--- 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 @@ # Full path for the directory that will hold the executable files: --BIN_DIR = /usr/local/bin +-BIN_DIR = /usr/bin +BIN_DIR = ${PREFIX}/bin # Full path for the directory that will hold the exception handler: --EXCEPTION_DIR = /usr/local/lib +-EXCEPTION_DIR = /usr/lib/spim +EXCEPTION_DIR = ${PREFIX}/share/spim # Full path for the directory that will hold the man files: --MAN_DIR = /usr/man/mann -+MAN_DIR = ${PREFIX}/man/man1 +-MAN_DIR = /usr/share/man/en ++MAN_DIR = ${MANPREFIX}/man/man1 # If you have flex, use it instead of lex. If you use flex, define this @@ -24,7 +24,7 @@ -CC = gcc -CFLAGS = -I. -I$(CPU_DIR) $(DEFINES) -g -Wall -YFLAGS = -d --file-prefix=y -+CC? = gcc ++CC ?= gcc +CFLAGS += -I. -I$(CPU_DIR) $(DEFINES) -Wall +YFLAGS = -d YCFLAGS = diff -urN /usr/ports/emulators/spim/files/patch-xspim_Imakefile emulators/spim/files/patch-xspim_Imakefile --- /usr/ports/emulators/spim/files/patch-xspim_Imakefile 2008-05-22 13:37:28.000000000 +0900 +++ emulators/spim/files/patch-xspim_Imakefile 2009-01-21 03:18:25.000000000 +0900 @@ -1,19 +1,19 @@ ---- xspim/Imakefile.orig 2006-08-29 11:23:19.000000000 +0900 -+++ xspim/Imakefile 2008-04-23 00:58:19.000000000 +0900 +--- 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 @@ # # Full path for the directory that will hold the executable files: --BIN_DIR = /usr/local/bin +-BIN_DIR = /usr/bin +BIN_DIR = ${PREFIX}/bin # Full path for the directory that will hold the exception handler: --EXCEPTION_DIR = /usr/local/lib +-EXCEPTION_DIR = /usr/lib/spim +EXCEPTION_DIR = ${PREFIX}/share/spim # Full path for the directory that will hold the man files: --MAN_DIR = /usr/man/mann -+MAN_DIR = ${PREFIX}/man/man1 +-MAN_DIR = /usr/share/man/en ++MAN_DIR = ${MANPREFIX}/man/man1 # If you have flex, use it instead of lex. If you use flex, define this @@ -26,12 +26,12 @@ INCLUDES = -I. -I$(CPU_DIR) -@@ -113,7 +113,7 @@ - ./Configure +@@ -114,7 +114,7 @@ + INSTALLFLAGS = -D InstallProgram(xspim,$(BIN_DIR)) --InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)) -+#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)) +-InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) ++#InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s) #InstallManPage($(DOC_DIR)/xspim,$(MAN_DIR))