Next | Query returned 144 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-04-03 21:18:00 by Tobias Nygren | Files touched by this commit (1)
Log message:
bmake: provide last-resort SIZE_MAX fallback for pre-<stdint.h> systems

Not committed in src/usr.bin/make because the code has diverged and
this patch doesn't look to be needed there.
It is OK to undo this change when pkgsrc imports a newer bmake.
   2020-11-12 17:05:47 by Jonathan Perkin | Files touched by this commit (2) | Package updated
Log message:
bmake: Restore PKGSRC_MACHINE_ARCH support.

This was lost in a previous update, and is required to ensure MACHINE_ARCH is
set correctly.  Fixes MACHINE_ARCH issues reported on OpenBSD/amd64 by various
people.
   2020-11-12 17:01:36 by Jonathan Perkin | Files touched by this commit (1)
Log message:
bmake: Limit malloc_options to FreeBSD.

The only other OS I can find that supports malloc_options is OpenBSD, and that
does not support the "A" flag.  Besides, there are better ways to set the
flags instead of hardcoding them in a binary.
   2020-08-25 23:43:33 by Jonathan Schleifer | Files touched by this commit (2)
Log message:
devel/bmake: Fix compiling on QNX 6.5
   2020-07-06 12:24:04 by Jonathan Perkin | Files touched by this commit (1)
Log message:
bmake: Support mksh as a bootstrap shell.
   2020-06-18 12:07:35 by Jonathan Perkin | Files touched by this commit (1)
Log message:
bmake: Fix match for bootstrap pdksh.

When bmake is built during bootstrap it's using a temporary prefix, so matching
against LOCALBASE doesn't work.
   2020-06-12 18:01:36 by Jonathan Perkin | Files touched by this commit (1)
Log message:
bmake: Improve heuristic deciding whether to use pdksh.

The ultimate goal here is to completely sync with what was used by the
bootstrap script, but for now this will at least ensure if pdksh was pulled
in by bootstrap then the final build of devel/bmake will also use the same
shell rather than randomly based on OPSYS.
   2020-06-02 12:07:33 by Sijmen J. Mulder | Files touched by this commit (1)
Log message:
bmake: Use 64 bit off_t on SunOS

Fixes bmake not finding files (e.g. .include) on Illumos wiht 32 bit
ABI.

See also: https://www.illumos.org/issues/9508
   2020-05-24 23:10:17 by Nia Alarie | Files touched by this commit (60)
Log message:
bmake: Update to 20200524.

This should help bootstrap on older platforms, such as IRIX with
the mipspro compiler.

2020-05-24  Simon J Gerraty  <sjg@beast.crufty.net>

	* configure.in: add AC_PROG_CC_C99 for mipspro compiler
	* dirname.c: remove include of namespace.h

Next | Query returned 144 messages, browsing 1 to 10 | Previous