From tkato432@yahoo.com  Wed Feb 18 17:26:47 2009
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2C21F106568C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Feb 2009 17:24:37 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id C9EC28FC36
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 18 Feb 2009 17:24:36 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (MSA106lp [172.27.12.184])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 567C7500239
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 19 Feb 2009 02:03:13 +0900 (JST)
Received: from localhost.localdomain (ZT037157.ppp.dion.ne.jp [59.128.37.157])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 9A06823C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 19 Feb 2009 02:03:06 +0900 (JST)
Message-Id: <20090219020048.27d3e4d0.tkato432@yahoo.com>
Date: Thu, 19 Feb 2009 02:00:48 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: emulators/spim to 7.4

>Number:         131850
>Category:       ports
>Synopsis:       Update port: emulators/spim to 7.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 17:30:12 UTC 2009
>Closed-Date:    Fri Feb 20 16:35:42 UTC 2009
>Last-Modified:  Fri Feb 20 16:40:15 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 7.4

>How-To-Repeat:
>Fix:

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))
  
  
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Feb 18 18:00:44 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131850 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 20 16:35:41 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131850 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131850: commit references a PR
Date: Fri, 20 Feb 2009 16:36:35 +0000 (UTC)

 miwi        2009-02-20 16:35:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/spim       Makefile distinfo 
     emulators/spim/files patch-spim_Makefile patch-xspim_Imakefile 
   Log:
   - Update to 7.4
   
   PR:             131850
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.34      +2 -3      ports/emulators/spim/Makefile
   1.12      +3 -3      ports/emulators/spim/distinfo
   1.3       +7 -7      ports/emulators/spim/files/patch-spim_Makefile
   1.3       +10 -10    ports/emulators/spim/files/patch-xspim_Imakefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
