CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/02/15 16:05:04
Modified files:
devel/re2c : Makefile
Log message:
remove re2c's BDEP on bison; it was there to avoid picking up bison if
present at build time, but isn't actually required as there are
pregenerated files available. (re2c's build prefers to regenerate,
but will fallback to using the pregenerated ones).
because re2c is on the path to building ninja, which is used by huge
parts of the ports tree, this helps builds get moving faster, and also
avoids a circular dependency that happens with newer versions of bison
(which need the ports version of makeinfo, which eventually pulls in
bison again via a chain of dep's involving texlive).