Date: Mon, 8 Jun 2015 18:49:53 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388853 - in head/devel/bisoncpp: . files Message-ID: <201506081849.t58Inrl6075469@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Mon Jun 8 18:49:52 2015 New Revision: 388853 URL: https://svnweb.freebsd.org/changeset/ports/388853 Log: devel/bisoncpp: Update version 4.09.02=>4.10.01 - Fix patch files to reflect 'make makepatch' Modified: head/devel/bisoncpp/Makefile head/devel/bisoncpp/distinfo head/devel/bisoncpp/files/patch-INSTALL.im head/devel/bisoncpp/files/patch-block__atindex.cc head/devel/bisoncpp/files/patch-block__block.ih head/devel/bisoncpp/files/patch-block__dollarindex.cc head/devel/bisoncpp/files/patch-block__idindex.cc head/devel/bisoncpp/files/patch-build head/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo head/devel/bisoncpp/files/patch-documentation-manual-invoking-options.yo head/devel/bisoncpp/files/patch-icmake-install head/devel/bisoncpp/files/patch-icmake-manpage head/devel/bisoncpp/files/patch-options__options.ih head/devel/bisoncpp/files/patch-options__setbasicstrings.cc head/devel/bisoncpp/files/patch-scanner__lex.cc head/devel/bisoncpp/files/patch-scanner__scanner.ih head/devel/bisoncpp/files/patch-scanner__scanner1.cc Modified: head/devel/bisoncpp/Makefile ============================================================================== --- head/devel/bisoncpp/Makefile Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/Makefile Mon Jun 8 18:49:52 2015 (r388853) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bisoncpp -PORTVERSION= 4.09.02 +PORTVERSION= 4.10.01 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} DISTNAME= bisonc++_${PORTVERSION}.orig @@ -20,7 +20,7 @@ PORTDOCS= * WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} -USE_GCC= yes +USE_GCC= 4.9+ USES= shebangfix Modified: head/devel/bisoncpp/distinfo ============================================================================== --- head/devel/bisoncpp/distinfo Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/distinfo Mon Jun 8 18:49:52 2015 (r388853) @@ -1,2 +1,2 @@ -SHA256 (bisonc++_4.09.02.orig.tar.gz) = b51f3ec125c6405530d82c403a58ec3c0c0a55242fb93ed6f4177aef59a2b380 -SIZE (bisonc++_4.09.02.orig.tar.gz) = 654692 +SHA256 (bisonc++_4.10.01.orig.tar.gz) = d03b1c3982f7cff9663382cb6933ccc5aa8ce35a7ccbd6f76769aa261777bf0b +SIZE (bisonc++_4.10.01.orig.tar.gz) = 652569 Modified: head/devel/bisoncpp/files/patch-INSTALL.im ============================================================================== --- head/devel/bisoncpp/files/patch-INSTALL.im Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-INSTALL.im Mon Jun 8 18:49:52 2015 (r388853) @@ -1,5 +1,5 @@ ---- INSTALL.im.orig 2013-06-21 11:16:33.000000000 +0200 -+++ INSTALL.im 2013-11-27 22:15:51.000000000 +0100 +--- INSTALL.im.orig 2015-04-28 13:26:33 UTC ++++ INSTALL.im @@ -15,7 +15,7 @@ #define LDFLAGS "" // flags passed to the linker Modified: head/devel/bisoncpp/files/patch-block__atindex.cc ============================================================================== --- head/devel/bisoncpp/files/patch-block__atindex.cc Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-block__atindex.cc Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- ./block/atindex.cc.orig 2013-06-23 20:13:49.000000000 +0200 -+++ ./block/atindex.cc 2013-11-27 18:55:51.000000000 +0100 -@@ -6,7 +6,7 @@ +--- block/atindex.cc.orig 2013-06-23 18:13:49 UTC ++++ block/atindex.cc +@@ -6,7 +6,7 @@ void Block::atIndex(size_t lineNr, strin d_atDollar.push_back( AtDollar( AtDollar::AT, length(), lineNr, Modified: head/devel/bisoncpp/files/patch-block__block.ih ============================================================================== --- head/devel/bisoncpp/files/patch-block__block.ih Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-block__block.ih Mon Jun 8 18:49:52 2015 (r388853) @@ -1,5 +1,5 @@ ---- ./block/block.ih.orig 2013-06-23 20:13:49.000000000 +0200 -+++ ./block/block.ih 2013-11-27 18:54:50.000000000 +0100 +--- block/block.ih.orig 2013-06-23 18:13:49 UTC ++++ block/block.ih @@ -5,6 +5,8 @@ #include <iterator> #include <limits> Modified: head/devel/bisoncpp/files/patch-block__dollarindex.cc ============================================================================== --- head/devel/bisoncpp/files/patch-block__dollarindex.cc Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-block__dollarindex.cc Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- ./block/dollarindex.cc.orig 2013-06-23 20:13:49.000000000 +0200 -+++ ./block/dollarindex.cc 2013-11-27 18:55:17.000000000 +0100 -@@ -6,7 +6,7 @@ +--- block/dollarindex.cc.orig 2013-06-23 18:13:49 UTC ++++ block/dollarindex.cc +@@ -6,7 +6,7 @@ void Block::dollarIndex(size_t lineNr, s { d_atDollar.push_back( AtDollar(AtDollar::DOLLAR, length(), lineNr, Modified: head/devel/bisoncpp/files/patch-block__idindex.cc ============================================================================== --- head/devel/bisoncpp/files/patch-block__idindex.cc Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-block__idindex.cc Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- ./block/idindex.cc.orig 2013-06-23 20:13:49.000000000 +0200 -+++ ./block/idindex.cc 2013-11-27 18:54:04.000000000 +0100 -@@ -8,7 +8,7 @@ +--- block/idindex.cc.orig 2013-06-23 18:13:49 UTC ++++ block/idindex.cc +@@ -8,7 +8,7 @@ void Block::IDindex(size_t lineNr, strin d_atDollar.push_back( AtDollar( AtDollar::DOLLAR, length(), lineNr, Modified: head/devel/bisoncpp/files/patch-build ============================================================================== --- head/devel/bisoncpp/files/patch-build Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-build Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- ./build.orig 2013-11-27 18:04:34.000000000 +0100 -+++ ./build 2013-11-27 18:04:34.000000000 +0100 -@@ -40,7 +40,10 @@ +--- build.orig 2015-05-25 15:47:08 UTC ++++ build +@@ -40,7 +40,10 @@ void main(int argc, list argv) manpage(); if (option == "manual") Modified: head/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo ============================================================================== --- head/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo Mon Jun 8 18:49:52 2015 (r388853) @@ -1,5 +1,5 @@ ---- documentation/manual/conditions/gpl.yo.orig 2007-03-22 21:29:15.000000000 +0100 -+++ documentation/manual/conditions/gpl.yo 2009-03-05 16:07:39.000000000 +0100 +--- documentation/manual/conditions/gpl.yo.orig 2012-02-08 19:53:51 UTC ++++ documentation/manual/conditions/gpl.yo @@ -1,8 +1,2 @@ The text of the em(GNU General Public License) (GPL) is frequently found in -files named tt(COPYING). On em(Debian) systems the GPL may be found in the Modified: head/devel/bisoncpp/files/patch-documentation-manual-invoking-options.yo ============================================================================== --- head/devel/bisoncpp/files/patch-documentation-manual-invoking-options.yo Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-documentation-manual-invoking-options.yo Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- documentation/manual/invoking/options.yo.orig 2012-04-29 13:59:49.000000000 +0200 -+++ documentation/manual/invoking/options.yo 2012-12-02 13:00:49.000000000 +0100 -@@ -179,7 +179,7 @@ +--- documentation/manual/invoking/options.yo.orig 2015-04-28 13:26:33 UTC ++++ documentation/manual/invoking/options.yo +@@ -235,7 +235,7 @@ END) it() loption(own-tokens) (soption(T))nl() The tokens returned as well as the text matched when bic() reads Modified: head/devel/bisoncpp/files/patch-icmake-install ============================================================================== --- head/devel/bisoncpp/files/patch-icmake-install Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-icmake-install Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- icmake/install.orig 2013-06-21 11:16:34.000000000 +0200 -+++ icmake/install 2013-11-27 22:05:08.000000000 +0100 -@@ -3,7 +3,6 @@ +--- icmake/install.orig 2013-06-21 09:16:34 UTC ++++ icmake/install +@@ -3,7 +3,6 @@ string setWhere(string where, string def if (where == "") where = defaultWhere; @@ -8,7 +8,7 @@ return where; } -@@ -13,22 +12,15 @@ +@@ -13,22 +12,15 @@ void install(string what, string where) if (what == "program") { @@ -34,7 +34,7 @@ printf(" INSTALLING skeleton files at `" + where + "'\n"); md(where); run("cp skeletons/* " + where); -@@ -37,8 +29,7 @@ +@@ -37,8 +29,7 @@ void install(string what, string where) if (what == "man") { @@ -44,7 +44,7 @@ printf(" INSTALLING the manual page at `", where, "'\n"); run("gzip -9 < tmp/man/" PROGRAM ".1 > " + where + "/" PROGRAM ".1.gz"); exit(0); -@@ -46,21 +37,18 @@ +@@ -46,21 +37,18 @@ void install(string what, string where) if (what == "manual") { @@ -70,7 +70,7 @@ printf(" INSTALLING the html-manual page at `", where, "\n"); run("cp tmp/manhtml/" PROGRAM "man.html " + where); exit(0); -@@ -68,17 +56,14 @@ +@@ -68,17 +56,14 @@ void install(string what, string where) if (what == "extra") { Modified: head/devel/bisoncpp/files/patch-icmake-manpage ============================================================================== --- head/devel/bisoncpp/files/patch-icmake-manpage Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-icmake-manpage Mon Jun 8 18:49:52 2015 (r388853) @@ -1,5 +1,5 @@ ---- icmake/manpage.orig 2013-06-21 11:16:34.000000000 +0200 -+++ icmake/manpage 2013-11-27 17:42:34.000000000 +0100 +--- icmake/manpage.orig 2013-06-21 09:16:34 UTC ++++ icmake/manpage @@ -3,14 +3,29 @@ void manpage() Modified: head/devel/bisoncpp/files/patch-options__options.ih ============================================================================== --- head/devel/bisoncpp/files/patch-options__options.ih Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-options__options.ih Mon Jun 8 18:49:52 2015 (r388853) @@ -1,5 +1,5 @@ ---- ./options/options.ih.orig 2013-06-21 11:16:34.000000000 +0200 -+++ ./options/options.ih 2013-11-27 18:56:37.000000000 +0100 +--- options/options.ih.orig 2013-06-21 09:16:34 UTC ++++ options/options.ih @@ -4,6 +4,7 @@ #include <bobcat/arg> #include <bobcat/string> Modified: head/devel/bisoncpp/files/patch-options__setbasicstrings.cc ============================================================================== --- head/devel/bisoncpp/files/patch-options__setbasicstrings.cc Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-options__setbasicstrings.cc Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- ./options/setbasicstrings.cc.orig 2013-06-24 15:10:12.000000000 +0200 -+++ ./options/setbasicstrings.cc 2013-11-27 18:56:48.000000000 +0100 -@@ -35,7 +35,7 @@ +--- options/setbasicstrings.cc.orig 2014-02-17 12:30:08 UTC ++++ options/setbasicstrings.cc +@@ -34,7 +34,7 @@ void Options::setBasicStrings() string nTokens; if (d_arg.option(&nTokens, "required-tokens")) Modified: head/devel/bisoncpp/files/patch-scanner__lex.cc ============================================================================== --- head/devel/bisoncpp/files/patch-scanner__lex.cc Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-scanner__lex.cc Mon Jun 8 18:49:52 2015 (r388853) @@ -1,8 +1,8 @@ ---- scanner/lex.cc.orig 2014-04-04 14:46:17.624123806 +0600 -+++ scanner/lex.cc 2014-04-04 14:46:39.301107135 +0600 -@@ -2702,7 +2702,7 @@ +--- scanner/lex.cc.orig 2015-05-17 14:35:38 UTC ++++ scanner/lex.cc +@@ -2698,7 +2698,7 @@ try { - #line 193 "lexer" + #line 194 "lexer" { - d_number = stoul(d_matched); + d_number = A2x(d_matched); Modified: head/devel/bisoncpp/files/patch-scanner__scanner.ih ============================================================================== --- head/devel/bisoncpp/files/patch-scanner__scanner.ih Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-scanner__scanner.ih Mon Jun 8 18:49:52 2015 (r388853) @@ -1,5 +1,5 @@ ---- ./scanner/scanner.ih.orig 2013-06-23 20:13:49.000000000 +0200 -+++ ./scanner/scanner.ih 2013-11-27 19:03:53.000000000 +0100 +--- scanner/scanner.ih.orig 2013-06-23 18:13:49 UTC ++++ scanner/scanner.ih @@ -14,6 +14,7 @@ #include <bobcat/arg> #include <bobcat/mstream> Modified: head/devel/bisoncpp/files/patch-scanner__scanner1.cc ============================================================================== --- head/devel/bisoncpp/files/patch-scanner__scanner1.cc Mon Jun 8 18:34:06 2015 (r388852) +++ head/devel/bisoncpp/files/patch-scanner__scanner1.cc Mon Jun 8 18:49:52 2015 (r388853) @@ -1,6 +1,6 @@ ---- ./scanner/scanner1.cc.orig 2013-06-23 20:13:49.000000000 +0200 -+++ ./scanner/scanner1.cc 2013-11-27 19:03:33.000000000 +0100 -@@ -15,7 +15,7 @@ +--- scanner/scanner1.cc.orig 2013-06-23 18:13:49 UTC ++++ scanner/scanner1.cc +@@ -15,7 +15,7 @@ Scanner::Scanner(std::string const &infi string value; if (arg.option(&value, "max-inclusion-depth"))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506081849.t58Inrl6075469>