aboutsummaryrefslogtreecommitdiff
path: root/devel/bmake
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20110622Sunpoet Po-Chuan Hsieh2011-07-252-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 2011-06-22 - Makefile.in (MAKE_VERSION): bump version to 20110622 Merge with NetBSD make, pick up - meta_oodate detect corrupted .meta file and declare oodate. - configure.in: add check for setsid 2011-06-07 - Merge with NetBSD make, pick up - unit-tests/modts now works on MirBSD 2011-06-04 - Makefile.in (MAKE_VERSION): bump version to 20110606 Merge with NetBSD make, pick up - ApplyModifiers: when we parse a variable which is not the entire modifier string, or not followed by ':', do not consider it as containing modifiers. - loadfile: ensure newline at end of mapped file. PR: ports/159167 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Notes: svn path=/head/; revision=278279
* Upgrade Bmake to the 20110505 version.David E. O'Brien2011-05-202-6/+6
| | | | Notes: svn path=/head/; revision=274390
* Upgrade Bmake to the 20110411 version (w/META mode).David E. O'Brien2011-05-053-58/+21
| | | | | | | | | | | | Also dynamically generate the PLIST for the share/mk files as SJG tells me he will be adding several new files. [method taken from the Vim port] PR: 155233 Submitted by: obrien Approved by: Mikolaj Golub <to.my.trociny@gmail.com> Notes: svn path=/head/; revision=273644
* - Update to 20101210Frederic Culot2010-12-182-3/+3
| | | | | | | | | PR: ports/153268 Submitted by: Mikolaj Golub <to.my.trociny at gmail.com> (maintainer) Approved by: sahil@/wen@ (mentors, implicit) Notes: svn path=/head/; revision=266553
* - Update to 20101101Sunpoet Po-Chuan Hsieh2010-11-142-5/+3
| | | | | | | | | | | | | | | | Changes: 20101102: - Makefile.in (MAKE_VERSION): bump version to 20101101 20101016: - machine.sh: like os.sh, allow for uname -p producing useless drivel PR: ports/152238 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Notes: svn path=/head/; revision=264523
* - Update to 20100911Sunpoet Po-Chuan Hsieh2010-10-232-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=263479
* - Update to 20100618Dmitry Marakasov2010-08-193-24/+30
| | | | | | | | | PR: 148599 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Notes: svn path=/head/; revision=259570
* - Update to 20100222Sylvio Cesar Teixeira2010-04-033-25/+41
| | | | | | | | | PR: ports/144924 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=252089
* dirrmtry instead of dirrm share/mk as it is used by other ports as well.Tom McLaughlin2010-02-022-1/+2
| | | | | | | | PR: 143165 Submitted by: Mikolaj Golub (maintainer) Notes: svn path=/head/; revision=249064
* bmake is a portable version of NetBSD's make(1) utility,Martin Wilke2009-10-044-0/+78
conveniently packaged using a configure script, for other environments which may lack NetBSD's libraries, regular expression code, etc. WWW: http://www.crufty.net/help/sjg/bmake.html PR: ports/139284 Submitted by: Mikolaj Golub <to.my.trociny at gmail.com> Notes: svn path=/head/; revision=242445