./pkgtools/bootstrap-mk-files, *.mk files for the bootstrap bmake utility

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 20250601, Package name: bootstrap-mk-files-20250601, Maintainer: pkgsrc-users

The bootstrap bmake(1) utility uses some customised .mk files in order
to pre-define certain definitions and targets, which guide the build
process. This package provides those *.mk files for the bmake(1)
utility.


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2025-06-01 21:07:23 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2)
Log message:
bootstrap-mk-files: Fix PR pkg/59444

pkgsrc changes:
---------------
  * Remove 'l' option from ARFLAGS for NetBSD. This is consistent with base
    system. According to https://gnats.netbsd.org/57565, this change shouldn't
    have effect since 'l' was not used before. Now, it can break some packages.
   2025-04-21 17:57:34 by Thomas Klausner | Files touched by this commit (2)
Log message:
mk: remove Interix support
   2025-04-19 10:07:28 by Thomas Klausner | Files touched by this commit (11)
Log message:
*: mark bootstrap packages with POLICY_UPDATE_LIMITED=bootstrap
   2025-04-12 10:46:05 by Nia Alarie | Files touched by this commit (1)
Log message:
bootstrap: Switch Cygwin to bsdinstall.

This was previously missing need_bsd_install=yes entirely so any package
that tried to call ${INSTALL} would fail.  Confirmed sysutils/bsdinstall
builds and works correctly, so use that instead for faster execution.

via dreckly, original author jperkin@
   2025-03-30 23:16:23 by Thomas Klausner | Files touched by this commit (5)
Log message:
*: remove MirBSD support
   2025-03-30 16:50:40 by Thomas Klausner | Files touched by this commit (3) | Package removed
Log message:
*: remove GNU/kFreeBSD support

The support in pkgsrc was incomplete and the upstream project
has been discontinued.

As proposed on tech-pkg.
   2024-12-03 13:58:09 by Jonathan Perkin | Files touched by this commit (1)
Log message:
bootstrap-mk-files: Fix syntax error on OpenBSD.

OS_VERSION is not defined, and you cannot perform numerical comparisons
on strings anyway.  Reduce some diffs to the main file while here.
   2024-04-22 09:33:05 by Jonathan Perkin | Files touched by this commit (17)
Log message:
bootstrap-mk-files: Update to 20240422.

Remove OS variable from remaining sys.mk files.  This was never defined on a
few operating systems (including NetBSD), is not used by pkgsrc, and wasted a
fork of a shell and uname(1) in every bmake call on many systems.