Index: head/math/gnubc/files/patch-bc__load.c =================================================================== --- head/math/gnubc/files/patch-bc__load.c (revision 472672) +++ head/math/gnubc/files/patch-bc__load.c (nonexistent) @@ -1,11 +0,0 @@ ---- bc/load.c~ 2000-09-13 11:22:38.000000000 -0700 -+++ bc/load.c 2005-08-02 11:06:00.000000000 -0700 -@@ -156,7 +156,7 @@ load_code (code) - long label_no; - long vaf_name; /* variable, array or function number. */ - long func; -- program_counter save_adr; -+ static program_counter save_adr; /* saved across calls to load_code */ - - /* Initialize. */ - str = code; Property changes on: head/math/gnubc/files/patch-bc__load.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/gnubc/files/patch-bc__main.c =================================================================== --- head/math/gnubc/files/patch-bc__main.c (revision 472672) +++ head/math/gnubc/files/patch-bc__main.c (nonexistent) @@ -1,12 +0,0 @@ ---- bc/main.c.orig 2006-12-01 14:30:52.000000000 -0800 -+++ bc/main.c 2006-12-01 14:31:13.000000000 -0800 -@@ -127,6 +127,9 @@ - warn_not_std = TRUE; - break; - -+ case 0: -+ break; -+ - default: - usage(argv[0]); - exit (1); Property changes on: head/math/gnubc/files/patch-bc__main.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/gnubc/files/patch-bc__bc.y =================================================================== --- head/math/gnubc/files/patch-bc__bc.y (revision 472672) +++ head/math/gnubc/files/patch-bc__bc.y (nonexistent) @@ -1,10 +0,0 @@ ---- bc/bc.y.orig Sun Oct 24 10:07:01 2004 -+++ bc/bc.y Sun Oct 24 10:07:20 2004 -@@ -424,7 +424,6 @@ - generate (genstr); - $$ = 0; - } -- ; - | expression AND - { - warn("&& operator"); Property changes on: head/math/gnubc/files/patch-bc__bc.y ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/gnubc/Makefile =================================================================== --- head/math/gnubc/Makefile (revision 472672) +++ head/math/gnubc/Makefile (revision 472673) @@ -1,38 +1,38 @@ # Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= bc -PORTVERSION= 1.06 -PORTREVISION= 3 +DISTVERSION= 1.07.1 CATEGORIES= math MASTER_SITES= GNU PKGNAMEPREFIX= gnu MAINTAINER= ports@FreeBSD.org COMMENT= GNU bc/dc calculator -LICENSE= GPLv2 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING +USES= libedit makeinfo GNU_CONFIGURE= yes -USES= libedit CONFIGURE_ARGS+= --with-libedit INFO= bc \ dc PLIST_FILES= bin/bc \ bin/dc \ man/man1/bc.1.gz \ man/man1/dc.1.gz PORTEXAMPLES= ckbook.b \ pi.b \ primes.b \ twins.b OPTIONS_DEFINE= EXAMPLES post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/Examples/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/math/gnubc/distinfo =================================================================== --- head/math/gnubc/distinfo (revision 472672) +++ head/math/gnubc/distinfo (revision 472673) @@ -1,2 +1,3 @@ -SHA256 (bc-1.06.tar.gz) = 4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33 -SIZE (bc-1.06.tar.gz) = 278926 +TIMESTAMP = 1529306440 +SHA256 (bc-1.07.1.tar.gz) = 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a +SIZE (bc-1.07.1.tar.gz) = 419850 Index: head/math/gnubc/pkg-descr =================================================================== --- head/math/gnubc/pkg-descr (revision 472672) +++ head/math/gnubc/pkg-descr (revision 472673) @@ -1,5 +1,5 @@ bc is an arbitrary precision numeric processing language. Syntax is similar to C but differs in many substantial areas. It supports interactive execution of statements. The bc utility is included in the POSIX 1003.1-2008 standard. -WWW: http://www.gnu.org/software/bc/ +WWW: https://www.gnu.org/software/bc/