Changes:
20100913:
- boot-strap: document configure knobs for meta and filemon.
- Makefile.in (MAKE_VERSION): bump version to 20100911
Merge with NetBSD make, pick up
* meta.c - meta mode
- make-bootstrap.sh.in: handle meta.c
- configure.in: add knobs for use_meta and filemon_h
also, look for dirname, str[e]sep and strlcpy
- util.c: add simple err[x] and warn[x]
20100808:
- boot-strap (TOOL_DIFF): set this to ensure tests use
the same version of diff that configure tested
- Makefile.in (MAKE_VERSION): bump version to 20100808
Merge with NetBSD make, pick up
* in jobs mode, when we discover we cannot make something,
call PrintOnError before exit.
20100806:
- Makefile.in (MAKE_VERSION): bump version to 20100806
Merge with NetBSD make, pick up
* formatting fixes for ignored errors
* ensure jobs are cleaned up regardless of where wait() was called.
PR: ports/151656
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
Approved by: pgollucci (mentor, implicit)
- Mark MAKE_JOBS_SAFE
- While I'm here, add LICENSE and use INSTALL_DATA for PORTDOCS
PR: ports/151632
Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
Approved by: pgollucci (mentor, implicit)
Changes:
- Git support now recognises conflicts when re-applying the stash
- double clicking on text can now select full words with non-English
characters
- search dialog is now automatically populated with the currently
selected text
- fixed a bug that prevented opening files with non-ASCII characters
in their path
- added Oleg Pakhtusov's Russian translation
- added Kang Bundo's Korean translation
- pane headers tooltips
- Shift-ScrollWheel can now be used to scroll horizontally
PR: ports/151631
Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
Approved by: pgollucci (mentor, implicit)
sys/systm.h
- Try to fix build on powerpc by turning off altivec optimizations,
which the system compiler does not support yet
Obtained from: pointyhat error logs
Suggested by: kwm
upstream build system. Since multiple files are fetched now, move all
distfiles to DIST_SUBDIR.
- Re-enable cluster build.
- Return pointy hat to pool.
Tested with: offline laptop doing 'make'
Blames: fast connection to upstream site and
too summarized upstream build logs.