1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 4.08.00

- Pass maintainership to submitter
- While I'm here, relax USE_GCC to yes

Changes:	http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.08.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.07.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.06.00/README/view
PR:		188267
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-04-06 05:49:34 +00:00
parent 13b0fe353c
commit 32e4bb8eac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350329
3 changed files with 14 additions and 16 deletions

View File

@ -1,13 +1,13 @@
# $FreeBSD$
PORTNAME= bisoncpp
PORTVERSION= 4.05.00
PORTVERSION= 4.08.00
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION}
DISTNAME= bisonc++_${PORTVERSION}
EXTRACT_SUFX= .orig.tar.gz
MAINTAINER= ports@FreeBSD.org
MAINTAINER= 5u623l20@gmail.com
COMMENT= LALR(1) parser generator that generates C++ classes
LICENSE= GPLv3
@ -23,7 +23,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"
WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION}
USE_GCC= 4.7
USE_GCC= yes
USES= shebangfix
@ -43,8 +43,6 @@ SHEBANG_FILES= build \
parser/driver/build \
scanner/driver/build
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g; \
s|%%PORTVERSION%%|${PORTVERSION}|g' \

View File

@ -1,2 +1,2 @@
SHA256 (bisonc++_4.05.00.orig.tar.gz) = 02bc8562821e21def97c107e92ef719d457856a075fa428ed41a9274d25ed3e6
SIZE (bisonc++_4.05.00.orig.tar.gz) = 667852
SHA256 (bisonc++_4.08.00.orig.tar.gz) = 39fd079d252867f6e2a38e2ef46d8aeb02ebf71e8d515249703d6d7c641a48b5
SIZE (bisonc++_4.08.00.orig.tar.gz) = 667353

View File

@ -1,11 +1,11 @@
--- ./scanner/lex.cc.orig 2013-08-10 10:17:17.000000000 +0200
+++ ./scanner/lex.cc 2013-11-27 19:14:33.000000000 +0100
@@ -2836,7 +2836,7 @@
--- 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 @@
{
#line 192 "lexer"
#line 193 "lexer"
{
- d_number = stoul(d_matched);
+ d_number = A2x(d_matched);
return Parser::NUMBER;
}
- d_number = stoul(d_matched);
+ d_number = A2x(d_matched);
return Parser::NUMBER;
}
}