Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 13:02:44 -0800 (PST)
From:      Jonathan Hanna <jh@cr1003333-a.crdva1.bc.wave.home.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9732: spin port update
Message-ID:  <199901272102.NAA32848@cr1003333-a.crdva1.bc.wave.home.com>

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

>Number:         9732
>Category:       ports
>Synopsis:       spin port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 27 13:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

>Description:

Spin port updated. Since the html doc file has changed but has no version
number, the old version will not build without ignoring the checksum.

>How-To-Repeat:

>Fix:
	
diff -P -u -r spin.old/Makefile spin/Makefile
--- spin.old/Makefile	Sat Dec 12 14:17:48 1998
+++ spin/Makefile	Wed Jan 27 12:45:08 1999
@@ -1,18 +1,18 @@
 # Ports collection makefile for: spin
-# Version required:	3.23
+# Version required:	3.24
 # Date created:		Oct 23, 1997
 # Whom:			jhanna@home.com
 #
 # $Id: Makefile,v 1.1.1.1 1998/12/12 22:17:48 jseger Exp $
 #
 
-DISTNAME=	spin-3.23
+DISTNAME=	spin-3.24
 CATEGORIES=	math
 MASTER_SITES=	ftp://netlib.bell-labs.com/netlib/spin/ \
 		ftp://www.netlib.org/spin/ \
 		ftp://www.enseeiht.fr/NetLib/spin/ \
 		ftp://wcarchive.cdrom.com/netlib/spin/
-DISTFILES=	spin323.tar.gz html.tar.gz
+DISTFILES=	spin324.tar.gz html.tar.gz
 
 MAINTAINER=	jhanna@home.com
 
@@ -29,9 +29,9 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.2/xspin323.tcl ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.2/xspin324.tcl ${PREFIX}/bin
 	${RM} -f ${PREFIX}/bin/xspin
-	ln -s ${PREFIX}/bin/xspin323.tcl ${PREFIX}/bin/xspin
+	ln -s ${PREFIX}/bin/xspin324.tcl ${PREFIX}/bin/xspin
 
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/spin/Doc
@@ -41,8 +41,8 @@
 	${INSTALL_DATA} ${WRKDIR}/Doc/* ${PREFIX}/share/doc/spin/Doc
 	${INSTALL_DATA} ${WRKDIR}/Test/ex.* ${PREFIX}/share/doc/spin/Examples
 	${INSTALL_DATA} ${WRKDIR}/HTML/* ${PREFIX}/share/doc/spin/HTML
-.for i in README.tests erathostenes hello leader leader2 loops pftp \
-	priorities snoopy sort
+.for i in README.tests abp erathostenes hello leader leader.ltl leader2 \
+	loops pathfinder peterson pftp priorities snoopy sort
 	${INSTALL_DATA} ${WRKDIR}/Test/$i ${PREFIX}/share/doc/spin/Test
 .endfor
 .endif
diff -P -u -r spin.old/files/md5 spin/files/md5
--- spin.old/files/md5	Sat Dec 12 14:17:48 1998
+++ spin/files/md5	Wed Jan 27 12:20:30 1999
@@ -1,2 +1,2 @@
-MD5 (spin/spin323.tar.gz) = 1ac5fffa78663ba13658ba0c3bce3419
-MD5 (spin/html.tar.gz) = 2988743b1d9db59aff4ddd999573d6b3
+MD5 (spin/spin324.tar.gz) = 0c33f508099c5cfd502916ec570c2952
+MD5 (spin/html.tar.gz) = 497775584f1d4b55b1d3041311c3d947
diff -P -u -r spin.old/patches/patch-aa spin/patches/patch-aa
--- spin.old/patches/patch-aa	Sat Dec 12 14:17:48 1998
+++ spin/patches/patch-aa	Wed Jan 27 12:25:50 1999
@@ -1,8 +1,8 @@
---- ../Xspin3.2/xspin323.tcl.orig	Wed Dec 17 10:11:57 1997
-+++ ../Xspin3.2/xspin323.tcl	Sun Dec 21 13:20:41 1997
+--- ../Xspin3.2/xspin324.tcl.orig	Wed Jan 27 12:23:13 1999
++++ ../Xspin3.2/xspin324.tcl	Wed Jan 27 12:23:32 1999
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/wish -f
 +#!/usr/local/bin/wish8.0 -f
- #	Installation Notes (see also the README file):
- # 1. On Unix systems: change the 1st above line to point to the wish
- #    executable you want to use (e.g., wish4.2 or /usr/local/bin/wish8.0)
+ 
+ #======================================================================#
+ # Tcl/Tk Spin Controller, Gerard J. Holzmann, Bell Laboratories, USA.  #
diff -P -u -r spin.old/patches/patch-ab spin/patches/patch-ab
--- spin.old/patches/patch-ab	Wed Dec 31 16:00:00 1969
+++ spin/patches/patch-ab	Wed Jan 27 12:30:01 1999
@@ -0,0 +1,13 @@
+--- makefile.orig	Wed Jan 27 12:28:31 1999
++++ makefile	Wed Jan 27 12:29:14 1999
+@@ -9,8 +9,8 @@
+ # 1991, Prentice Hall, Englewood Cliffs, NJ, 07632
+ # Send bug-reports and/or questions to: gerard@research.bell-labs.com
+ 
+-CC=gcc -g			# or any other ansi compatible c compiler
+-CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
++# CC=gcc -g			# or any other ansi compatible c compiler
++# CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
+ 
+ #	on Solaris:	add -DSOLARIS
+ #	on PCs:		add -DPC
diff -P -u -r spin.old/pkg/PLIST spin/pkg/PLIST
--- spin.old/pkg/PLIST	Sat Dec 12 14:17:48 1998
+++ spin/pkg/PLIST	Wed Jan 27 12:43:32 1999
@@ -107,11 +107,15 @@
 share/doc/spin/HTML/xr.html
 share/doc/spin/HTML/xs.html
 share/doc/spin/Test/README.tests
+share/doc/spin/Test/abp
 share/doc/spin/Test/erathostenes
 share/doc/spin/Test/hello
 share/doc/spin/Test/leader
+share/doc/spin/Test/leader.ltl
 share/doc/spin/Test/leader2
 share/doc/spin/Test/loops
+share/doc/spin/Test/pathfinder
+share/doc/spin/Test/peterson
 share/doc/spin/Test/pftp
 share/doc/spin/Test/priorities
 share/doc/spin/Test/snoopy
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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