Date: Tue, 29 Oct 2002 15:28:10 -0600 (CST) From: "M. L. Dodson" <bdodson@scms.utmb.EDU> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44711: Update port: biology/nab Message-ID: <200210292128.g9TLSA7Z028042@histidine.utmb.edu>
next in thread | raw e-mail | index | archive | help
>Number: 44711 >Category: ports >Synopsis: Update port: biology/nab >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: Tue Oct 29 13:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: M. L. Dodson >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: University of Texas Medical Branch >Environment: System: FreeBSD histidine.utmb.edu 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Mon Sep 9 13:34:38 CDT 2002 root@histidine.utmb.edu:/usr/obj/usr/src/sys/HISTIDINE i386 >Description: Update biology/nab port to cope with new version of bison and add alternate entry for MASTER_SITES >How-To-Repeat: >Fix: output of diff -ruN nab.bak nab: diff -ruN nab.bak/Makefile nab/Makefile --- nab.bak/Makefile Tue Jul 16 01:18:16 2002 +++ nab/Makefile Tue Oct 29 15:11:16 2002 @@ -1,12 +1,13 @@ # New ports collection Makefile for: nab # Date created: Sept. 10, 2000 # Whom: M. L. Dodson <bdodson@scms.utmb.edu> -# $FreeBSD: ports/biology/nab/Makefile,v 1.6 2002/07/16 06:18:16 ijliao Exp $ +# $FreeBSD:$ PORTNAME= nab PORTVERSION= 4.4 CATEGORIES= biology -MASTER_SITES= ftp://ftp.scripps.edu/pub/case/ +MASTER_SITES= ftp://ftp.scripps.edu/pub/case/ \ + http://www.scripps.edu/case/ MAINTAINER= bdodson@scms.utmb.edu diff -ruN nab.bak/files/patch-nabgrm.y nab/files/patch-nabgrm.y --- nab.bak/files/patch-nabgrm.y Wed Dec 31 18:00:00 1969 +++ nab/files/patch-nabgrm.y Tue Oct 29 15:00:54 2002 @@ -0,0 +1,11 @@ +--- src/nabgrm.y.orig Tue Oct 29 13:04:56 2002 ++++ src/nabgrm.y Tue Oct 29 13:40:29 2002 +@@ -244,7 +244,7 @@ + expr_stmt : expr SYM_SEMICOLON + { CG_genmain(); CG_genexpr( $1 ); + CG_genop( NULL, SYM_SEMICOLON ); } ; +-if_stmt : if_hdr stmt ; ++if_stmt : if_hdr stmt + | if_hdr stmt SYM_ELSE + { CG_genrword( SYM_ELSE ); } stmt ; + for_stmt : for_hdr stmt ; diff -ruN nab.bak/files/patch-parser.y nab/files/patch-parser.y --- nab.bak/files/patch-parser.y Wed Dec 31 18:00:00 1969 +++ nab/files/patch-parser.y Tue Oct 29 15:00:54 2002 @@ -0,0 +1,10 @@ +--- tleap/parser.y.orig Tue Oct 29 13:46:35 2002 ++++ tleap/parser.y Tue Oct 29 13:48:18 2002 +@@ -220,6 +220,7 @@ + { + return; + } ++ ; + + line : LENDOFCOMMAND + | instruct >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?200210292128.g9TLSA7Z028042>