Revision tags: release/12.3.0 |
|
#
857c66bb |
| 24-Nov-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bsddialog: import snapshot as of 2021-11-24
|
#
322b341d |
| 19-Nov-2021 |
Warner Losh <imp@FreeBSD.org> |
Remove mips from universe
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D32851
|
#
e9bf778a |
| 15-Nov-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
mandoc: import v1.14.6
|
#
9530c11c |
| 02-Oct-2021 |
Philip Paeps <philip@FreeBSD.org> |
Import tzdata 2021c
|
#
a5725262 |
| 26-Sep-2021 |
Philip Paeps <philip@FreeBSD.org> |
Import tzdata 2021b
|
#
16a84834 |
| 22-Sep-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
dma: import git snapshot 2021-07-10
|
#
2482ea42 |
| 03-Aug-2021 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Revert "Fix native-xtools build"
This reverts commit 36269b82318280ef184c953b90674f5905e0f53f.
This had an unintended change included.
|
#
36269b82 |
| 03-Aug-2021 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Fix native-xtools build
Fixes https://github.com/freebsd/poudriere/issues/894 Fixes: d0c737e18 ("Makefile: Fix MAKEOBJDIRPREFIX command-line") X-MFC-With: d0c737e18
|
#
d0c737e1 |
| 21-Jul-2021 |
Jessica Clarke <jrtc27@FreeBSD.org> |
Makefile: Fix MAKEOBJDIRPREFIX command-line variable check for bmake
Unlike the old fmake, running make FOO=bar when using bmake doesn't put FOO=bar in .MAKEFLAGS at the top level, it instead just p
Makefile: Fix MAKEOBJDIRPREFIX command-line variable check for bmake
Unlike the old fmake, running make FOO=bar when using bmake doesn't put FOO=bar in .MAKEFLAGS at the top level, it instead just puts FOO in .MAKEOVERRIDES and the full MAKEFLAGS will be formed for sub-makes. Moreover, this only applies for sub-makes in rules, so this doesn't apply to those in shell assignments. This means that the current check does not catch make MAKEOBJDIRPREFIX=..., only those defined in config files. Thus we must also check .MAKEOVERRIDES explicitly.
Reviewed by: sjg MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31015
show more ...
|
#
e290182b |
| 11-Jun-2021 |
John Baldwin <jhb@FreeBSD.org> |
Remove 'make update'.
In the CVS days this used be a wrapper around either CVS or CVSup and used to support updating src, doc, and ports checkouts. With the move to subversion this only supported u
Remove 'make update'.
In the CVS days this used be a wrapper around either CVS or CVSup and used to support updating src, doc, and ports checkouts. With the move to subversion this only supported updating src and was itself a wrapper around 'svn update'. With Git, users are probably better off using appropriate Git commands directly to update without needing an explicit make target as a wrapper.
Reviewed by: bcr, imp, emaste Differential Revision: https://reviews.freebsd.org/D30736
show more ...
|
Revision tags: release/13.0.0 |
|
#
881fcf9c |
| 22-Mar-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
libedit: vendor import snapshot 20200710
|
#
eb8bf6bb |
| 06-Mar-2021 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Fix 'make bmake' top-level bootstrapping.
Fixes: ee10666327b62
|
#
f9f37c00 |
| 22-Feb-2021 |
Alex Richardson <arichardson@FreeBSD.org> |
Import Arm Optimized Routines v21.02
We already have copies of some of these files in the repository without a vendor import and we should really be using contrib/ instead. We should also be able to
Import Arm Optimized Routines v21.02
We already have copies of some of these files in the repository without a vendor import and we should really be using contrib/ instead. We should also be able to use some of the math functions to allow the tests to pass on AArch64 (and other architectures) instead of just x86. We should also be able to reuse some of the tests for the kyua testsuite.
Imported using ``` curl -L https://github.com/ARM-software/optimized-routines/tarball/e823e3abf5f89ecba58a10fc0fd82c13d9984b6b | tar --strip-components=1 -xvzf - git add . ```
show more ...
|
#
7fa2f2a6 |
| 06-Jan-2021 |
Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> |
Rename NO_WERROR -> MK_WERROR=no
As suggested in D27598. This also supports MK_WERROR.clang=no and MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses.
Reviewed By: brooks Differenti
Rename NO_WERROR -> MK_WERROR=no
As suggested in D27598. This also supports MK_WERROR.clang=no and MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses.
Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D27601
show more ...
|
#
cee3932f |
| 02-Jan-2021 |
Toomas Soome <tsoome@FreeBSD.org> |
import terminus-font-4.48
|
#
96b88ac7 |
| 30-Dec-2020 |
Philip Paeps <philip@FreeBSD.org> |
Import tzdata 2020f
|
#
0ea45b9c |
| 26-Dec-2020 |
Kyle Evans <kevans@FreeBSD.org> |
Import lua 5.4.2
|
#
f6ae9767 |
| 25-Dec-2020 |
Conrad Meyer <cem@FreeBSD.org> |
Import zstd 1.4.8
|
#
b239e697 |
| 24-Dec-2020 |
Philip Paeps <philip@FreeBSD.org> |
Import tzdata 2020e
|
#
1b65f0bd |
| 20-Nov-2020 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Import bmake-20201117
o allow env var MAKE_OBJDIR_CHECK_WRITABLE=no to skip writable checks in InitObjdir. Explicit .OBJDIR target always allows read-only directory.
o Fix building and unit-te
Import bmake-20201117
o allow env var MAKE_OBJDIR_CHECK_WRITABLE=no to skip writable checks in InitObjdir. Explicit .OBJDIR target always allows read-only directory.
o Fix building and unit-tests on non-BSD.
o More code cleanup and refactoring.
o More unit tests
show more ...
|
#
cf82304d |
| 14-Nov-2020 |
Kyle Evans <kevans@FreeBSD.org> |
Makefile: re-wordsmith the blurb about xtoolchain ports
The new version only includes a specific version once, and uses the one that's currently advised by tinderbox: -gcc6.
It also advises just in
Makefile: re-wordsmith the blurb about xtoolchain ports
The new version only includes a specific version once, and uses the one that's currently advised by tinderbox: -gcc6.
It also advises just installing the pkg, but mentions in a side-note at the end where to find the source in the ports tree.
Reviewed by: jrtc27 Suggested by: jhb (use default from tinderbox) Differential Revision: https://reviews.freebsd.org/D26820
show more ...
|
#
302da1a3 |
| 07-Nov-2020 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Import bmake-20201101
Lots of new unit-tests increase code coverage.
Lots of refactoring, cleanup and simlpification to reduce code size.
Fixes for Bug 223564 and 245807
Updates to dirdeps.mk and
Import bmake-20201101
Lots of new unit-tests increase code coverage.
Lots of refactoring, cleanup and simlpification to reduce code size.
Fixes for Bug 223564 and 245807
Updates to dirdeps.mk and meta2deps.py
show more ...
|
#
0ac8aa55 |
| 02-Nov-2020 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: Add incremental packages
This adds a new target update-packages which will create the new packages compared to the last run.
This is how to use it: At this point we cut a release $ make bu
pkgbase: Add incremental packages
This adds a new target update-packages which will create the new packages compared to the last run.
This is how to use it: At this point we cut a release $ make buildworld ... $ make buildkernel $ make packages
There is now a PKG_VERSION directory with latest link pointing to it Distribute the packages to server
$ something something that update the source tree $ make buildworld ... $ make buildkernel $ make update-packages You know have a PKG_VERSION directory in the REPODIR and latest link pointing to it. In PKG_VERSION dir only the packages which differs from the latest run are named PKG_VERSION, otherwise the old packages are there.
The process is : Build the new packages in the PKG_VERSION directory Compare the internal data with the PKG_VERSION_FROM version. The comparison is done by checking the internal hash of the packages. By default PKG_VERSION_FROM is set to what the latest link points to. If the old and new version matches, we rm the new package and cp the old one.
Differential Revision: https://reviews.freebsd.org/D25984
show more ...
|
Revision tags: release/12.2.0 |
|
#
f8bfb27f |
| 22-Oct-2020 |
Philip Paeps <philip@FreeBSD.org> |
Import tzdata 2020d
|
#
3421f527 |
| 17-Oct-2020 |
Philip Paeps <philip@FreeBSD.org> |
Import tzdata 2020c
|