Upgrade to 3.24, fixes build problem.
PR: 9732 Submitted by: maintainer
This commit is contained in:
parent
8e4233273a
commit
f27ea50304
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16638
8 changed files with 40 additions and 32 deletions
|
@ -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$
|
||||
# $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 @@ pre-build:
|
|||
|
||||
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 @@ do-install:
|
|||
${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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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. #
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/spin
|
||||
bin/xspin
|
||||
bin/xspin323.tcl
|
||||
bin/xspin324.tcl
|
||||
share/doc/spin/Doc/Book.Ch6.add
|
||||
share/doc/spin/Doc/Book.Errata
|
||||
share/doc/spin/Doc/Book.answers
|
||||
|
@ -107,11 +107,15 @@ share/doc/spin/HTML/unless.html
|
|||
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
|
||||
|
|
|
@ -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$
|
||||
# $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 @@ pre-build:
|
|||
|
||||
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 @@ do-install:
|
|||
${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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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. #
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/spin
|
||||
bin/xspin
|
||||
bin/xspin323.tcl
|
||||
bin/xspin324.tcl
|
||||
share/doc/spin/Doc/Book.Ch6.add
|
||||
share/doc/spin/Doc/Book.Errata
|
||||
share/doc/spin/Doc/Book.answers
|
||||
|
@ -107,11 +107,15 @@ share/doc/spin/HTML/unless.html
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue