CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/05/17 10:41:44
Modified files:
devel/bison : Makefile distinfo
devel/bison/pkg: PLIST
Added files:
devel/bison/patches: patch-Makefile_in
Removed files:
devel/bison/patches: patch-doc_local_mk patch-lib_vasnprintf_c
Log message:
Update bison to 3.7.6.
A major change in 3.7.x is that the .c files generated by bison now
include the .h file generated by "bison -d". Makefiles that rename
the generated .h file will run into problems unless they also edit
the .c file to match. Alternately, the --defines=foo.h option can
be used instead of -d to specify the desired header file name.
With help from naddy@ OK sthen@