View | Details | Raw Unified | Return to bug 188267
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 1-13 Link Here
1
# $FreeBSD: head/devel/bisoncpp/Makefile 340722 2014-01-22 17:00:46Z mat $
1
# $FreeBSD: head/devel/bisoncpp/Makefile 340722 2014-01-22 17:00:46Z mat $
2
2
3
PORTNAME=	bisoncpp
3
PORTNAME=	bisoncpp
4
PORTVERSION=	4.05.00
4
PORTVERSION=	4.08.00
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
MASTER_SITES=	SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION}
6
MASTER_SITES=	SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION}
7
DISTNAME=	bisonc++_${PORTVERSION}
7
DISTNAME=	bisonc++_${PORTVERSION}
8
EXTRACT_SUFX=	.orig.tar.gz
8
EXTRACT_SUFX=	.orig.tar.gz
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	5u623l20@gmail.com
11
COMMENT=	LALR(1) parser generator that generates C++ classes
11
COMMENT=	LALR(1) parser generator that generates C++ classes
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bisonc++_4.05.00.orig.tar.gz) = 02bc8562821e21def97c107e92ef719d457856a075fa428ed41a9274d25ed3e6
1
SHA256 (bisonc++_4.08.00.orig.tar.gz) = 39fd079d252867f6e2a38e2ef46d8aeb02ebf71e8d515249703d6d7c641a48b5
2
SIZE (bisonc++_4.05.00.orig.tar.gz) = 667852
2
SIZE (bisonc++_4.08.00.orig.tar.gz) = 667353
(-)./files/patch-scanner__lex.cc (-9 / +9 lines)
Lines 1-11 Link Here
1
--- ./scanner/lex.cc.orig	2013-08-10 10:17:17.000000000 +0200
1
--- scanner/lex.cc.orig	2014-04-04 14:46:17.624123806 +0600
2
+++ ./scanner/lex.cc	2013-11-27 19:14:33.000000000 +0100
2
+++ scanner/lex.cc	2014-04-04 14:46:39.301107135 +0600
3
@@ -2836,7 +2836,7 @@
3
@@ -2702,7 +2702,7 @@
4
         {
4
         {
5
 #line 192 "lexer"
5
 #line 193 "lexer"
6
             {
6
             {
7
-    d_number = stoul(d_matched);
7
-                d_number = stoul(d_matched);
8
+    d_number = A2x(d_matched);
8
+                d_number = A2x(d_matched);
9
     return Parser::NUMBER;
9
                 return Parser::NUMBER;
10
 }
10
             }
11
 
11
         }

Return to bug 188267