Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2005 23:00:18 -0800 (PST)
From:      Jonathan Hanna <jhanna@S010600047597284e.vc.shawcable.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75841: devel/spin update to 4.2.2
Message-ID:  <200501050700.j0570IFv046197@S010600047597284e.vc.shawcable.net>
Resent-Message-ID: <200501050700.j0570kYf088348@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75841
>Category:       ports
>Synopsis:       devel/spin update to 4.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 05 07:00:45 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:

diff -urNP spin.orig/Makefile spin/Makefile
--- spin.orig/Makefile	Tue Nov  2 11:09:28 2004
+++ spin/Makefile	Tue Jan  4 22:52:35 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	spin
-PORTVERSION=	4.2.1
+PORTVERSION=	4.2.2
 CATEGORIES=	devel
 MASTER_SITES=	http://spinroot.com/spin/Src/
 DISTNAME=	spin${PORTVERSION:S/.//g}
@@ -23,7 +23,7 @@
 
 DIST_SUBDIR=	spin
 WRKSRC=		${WRKDIR}/Src${PORTVERSION}
-MAKEFILE=	make_unix
+MAKEFILE=	makefile
 ALL_TARGET=	spin
 USE_REINPLACE=	yes
 
@@ -39,23 +39,23 @@
 	@cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples
 
 pre-patch:
-	${TR} -d '\015' < ${WRKDIR}/Xspin4.2/xspin421.tcl \
-		> ${WRKDIR}/Xspin4.2/xspin421.tcl.tmp
-	${MV} -f ${WRKDIR}/Xspin4.2/xspin421.tcl.tmp \
-		${WRKDIR}/Xspin4.2/xspin421.tcl
+	${TR} -d '\015' < ${WRKDIR}/Xspin4.2/xspin422.tcl \
+		> ${WRKDIR}/Xspin4.2/xspin422.tcl.tmp
+	${MV} -f ${WRKDIR}/Xspin4.2/xspin422.tcl.tmp \
+		${WRKDIR}/Xspin4.2/xspin422.tcl
 
 post-patch:
 	@WISH=`(cd ${LOCALBASE}/bin ; ${LS} wish8* ) | tail -1` ; \
 	if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \
 	${REINPLACE_CMD} \
 		-e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \
-		-e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin4.2/xspin421.tcl
+		-e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin4.2/xspin422.tcl
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
 .if !defined(WITHOUT_XSPIN)
 	${RM} -f ${PREFIX}/bin/xspin
-	${INSTALL_SCRIPT} ${WRKDIR}/Xspin4.2/xspin421.tcl ${PREFIX}/bin/xspin
+	${INSTALL_SCRIPT} ${WRKDIR}/Xspin4.2/xspin422.tcl ${PREFIX}/bin/xspin
 .endif
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/Doc
diff -urNP spin.orig/distinfo spin/distinfo
--- spin.orig/distinfo	Tue Nov  2 11:09:28 2004
+++ spin/distinfo	Tue Jan  4 22:42:23 2005
@@ -1,2 +1,2 @@
-MD5 (spin/spin421.tar.gz) = 279a8c0af87990ef5aa138017f2787f9
-SIZE (spin/spin421.tar.gz) = 323729
+MD5 (spin/spin422.tar.gz) = 858e90506c2521a9714658983f22b6ef
+SIZE (spin/spin422.tar.gz) = 324452
diff -urNP spin.orig/files/patch-make_unix spin/files/patch-make_unix
--- spin.orig/files/patch-make_unix	Mon Feb 23 14:34:47 2004
+++ spin/files/patch-make_unix	Wed Dec 31 16:00:00 1969
@@ -1,14 +0,0 @@
---- make_unix.orig	Mon Apr  7 20:30:46 2003
-+++ make_unix	Mon Apr  7 20:31:36 2003
-@@ -9,8 +9,9 @@
- # [a more up-to-date book documenting Spin will appear in 2003]
- 
- # CC=gcc		# or any other ansi compatible c compiler
--CC=cc -g -DNXT 		# -DNXT enables the X operator in LTL
--CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
-+# CC=cc -g -DNXT 		# -DNXT enables the X operator in LTL
-+# CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
-+CFLAGS += -DNXT
- 
- #	on Solaris:	add -DSOLARIS
- #	on PCs:		add -DPC
diff -urNP spin.orig/files/patch-makefile spin/files/patch-makefile
--- spin.orig/files/patch-makefile	Wed Dec 31 16:00:00 1969
+++ spin/files/patch-makefile	Tue Jan  4 22:49:01 2005
@@ -0,0 +1,14 @@
+--- makefile.orig	Tue Jan  4 22:47:37 2005
++++ makefile	Tue Jan  4 22:48:24 2005
+@@ -10,8 +10,9 @@
+ # Bug-reports:   bugs@spinroot.com
+ 
+ # CC=gcc		# or any other ansi compatible c compiler
+-CC=cc -DNXT 		# -DNXT enables the X operator in LTL
+-CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
++# CC=cc -DNXT 		# -DNXT enables the X operator in LTL
++# CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
++CFLAGS += -DNXT
+ 
+ #	on PC:		add -DPC to CFLAGS above
+ #	on Solaris:	add -DSOLARIS
diff -urNP spin.orig/files/patch-xspin spin/files/patch-xspin
--- spin.orig/files/patch-xspin	Tue Nov  2 11:09:28 2004
+++ spin/files/patch-xspin	Tue Jan  4 22:43:11 2005
@@ -1,5 +1,5 @@
---- ../Xspin4.2/xspin421.tcl.orig	Mon Mar  8 11:27:07 2004
-+++ ../Xspin4.2/xspin421.tcl	Mon Mar  8 11:31:09 2004
+--- ../Xspin4.2/xspin422.tcl.orig	Mon Mar  8 11:27:07 2004
++++ ../Xspin4.2/xspin422.tcl	Mon Mar  8 11:31:09 2004
 @@ -1,6 +1,6 @@
 -#!/bin/sh
 +#!%%LOCALBASE%%/bin/%%WISH%% -f
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501050700.j0570IFv046197>