The wrapper deals with various simple incompatibilities between byacc and bison:
first deals with --version which might often be called
--verbose and -v are ignored
normally yacc is called like this: yacc [options] input, but with GNU programs like bison
the input can be mixed in the middle of the arguments, unmangle that
Details
Details
- Reviewers
mat - Group Reviewers
portmgr - Commits
- rP528172: Create a bison wrapper on top of base byacc
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable