From owner-freebsd-ports Sat Aug 7 11:51: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B54514F8F for ; Sat, 7 Aug 1999 11:51:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA07051; Sat, 7 Aug 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id ED77814F2D for ; Sat, 7 Aug 1999 11:46:11 -0700 (PDT) (envelope-from jh@cr1003333-a.crdva1.bc.home.com) Received: (from jh@localhost) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) id LAA10227; Sat, 7 Aug 1999 11:45:14 -0700 (PDT) (envelope-from jh) Message-Id: <199908071845.LAA10227@cr1003333-a.crdva1.bc.home.com> Date: Sat, 7 Aug 1999 11:45:14 -0700 (PDT) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13015: upgrade spin to 3.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13015 >Category: ports >Synopsis: upgrade spin to 3.3.3 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 7 11:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jonathan Hanna >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urNP spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Thu Jun 24 20:51:25 1999 +++ spin/Makefile Sat Aug 7 11:33:22 1999 @@ -1,18 +1,17 @@ # Ports collection makefile for: spin -# Version required: 3.3.0 +# Version required: 3.3.3 # Date created: Oct 23, 1997 # Whom: jhanna@home.com # # $Id: Makefile,v 1.3 1999/06/25 03:51:25 cpiazza Exp $ # -DISTNAME= spin-3.30 +DISTNAME= spin-3.33 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= spin330.tar.gz html.tar.gz + ftp://wcarchive.cdrom.com/pub/netlib/spin/ +DISTFILES= spin333.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -29,9 +28,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin330.tcl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ln -s ${PREFIX}/bin/xspin330.tcl ${PREFIX}/bin/xspin + ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff -urNP spin.orig/files/md5 spin/files/md5 --- spin.orig/files/md5 Thu Jun 24 20:51:30 1999 +++ spin/files/md5 Sat Aug 7 11:06:17 1999 @@ -1,2 +1,2 @@ -MD5 (spin/spin330.tar.gz) = 976613a7a02486d8daca4cd2cf6a3886 +MD5 (spin/spin333.tar.gz) = 63acc2bf9d4e5c58d81663d7092d4de9 MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e diff -urNP spin.orig/patches/patch-aa spin/patches/patch-aa --- spin.orig/patches/patch-aa Thu Jun 24 20:51:36 1999 +++ spin/patches/patch-aa Sat Aug 7 11:07:20 1999 @@ -1,5 +1,5 @@ ---- ../Xspin3.3/xspin330.tcl.orig Wed Jun 23 18:29:29 1999 -+++ ../Xspin3.3/xspin330.tcl Wed Jun 23 18:30:51 1999 +--- ../Xspin3.3/xspin333.tcl.orig Wed Jun 23 18:29:29 1999 ++++ ../Xspin3.3/xspin333.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f +#!/usr/local/bin/wish8.0 -f diff -urNP spin.orig/patches/patch-ab spin/patches/patch-ab --- spin.orig/patches/patch-ab Thu Jun 24 20:51:36 1999 +++ spin/patches/patch-ab Sat Aug 7 11:35:16 1999 @@ -4,9 +4,9 @@ # Send bug-reports and/or questions to: gerard@research.bell-labs.com # The book is available frm www.amazon.com --CC=gcc -O2 -DNXT # or any other ansi compatible c compiler +-CC=cc -O2 -DNXT # or any other ansi compatible c compiler -CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include -+# CC=gcc -O2 -DNXT # or any other ansi compatible c compiler ++# CC=cc -O2 -DNXT # or any other ansi compatible c compiler +# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include # on Solaris: add -DSOLARIS >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message