- Update to 2.0
PR: ports/84709 Submitted by: Frerich Raabe <frerich@athame.co.uk>
This commit is contained in:
parent
a895ae4dab
commit
471f5244fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141767
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bison
|
||||
PORTVERSION= 1.75
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -18,9 +17,9 @@ COMMENT= A parser generator from FSF, (mostly) compatible with Yacc
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
CONFLICTS= bison-1.8[0-9]*
|
||||
CONFLICTS= bison-1.7[0-9]* bison-1.8[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GZIP= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a
|
||||
SIZE (bison-1.75.tar.bz2) = 773106
|
||||
MD5 (bison-2.0.tar.gz) = c17f964fd5504b88b07a183420de25e3
|
||||
SIZE (bison-2.0.tar.gz) = 1163590
|
||||
|
@ -1,23 +1,31 @@
|
||||
@comment $FreeBSD$
|
||||
bin/bison
|
||||
bin/yacc
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/c.m4
|
||||
%%DATADIR%%/glr.c
|
||||
%%DATADIR%%/lalr1.cc
|
||||
%%DATADIR%%/m4sugar/m4sugar.m4
|
||||
%%DATADIR%%/m4sugar/version.m4
|
||||
%%DATADIR%%/yacc.c
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/bison.mo
|
||||
lib/liby.a
|
||||
@dirrm %%DATADIR%%/m4sugar
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user