- support staging while here: - move manpages to packing-list - remove MAKE_JOBS_UNSAFE - builds fine here - install docs and examples to stage area unconditionally - remove redundant inclusion of bsd.port.options.mk PR: 186667 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) -This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M mairix/Makefile M mairix/distinfo
% for i in `jot 20`; do { make clean && make; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 % for i in `jot 20`; do { make clean && make -DMAKE_JOBS_UNSAFE; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- Define LICENSE (GPLv2) - Make the port parallel build (-jX) safe - Install manpages relative to MANPREFIX - Add DOCS and EXAMPLES options; use new smart syntax - Rename BZIP option to our standard BZIP2 Reported by: pointyhat-west
It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
PR: ports/169128 Submitted by: gjb Approved by: maintainer timeout