|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0 |
|
| #
44600eb7 |
| 04-Dec-2023 |
Baptiste Daroussin <[email protected]> |
pkgbase: propagate SRCRELDATE to the packages correctly
MFC After: 3 days Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D42892
(cherry picked from commit 5faaa602cee093269b
pkgbase: propagate SRCRELDATE to the packages correctly
MFC After: 3 days Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D42892
(cherry picked from commit 5faaa602cee093269b1a73156c95c6892b4f098d)
show more ...
|
|
Revision tags: release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
aeb76c0b |
| 16-Dec-2016 |
Matthew Seaman <[email protected]> |
Revert r309339, thus re-instating r309314
The original problem with conflicting definitions of ${PKG_CMD} was solved by r427523 in ports (see https://reviews.freebsd.org/D8677), so this should be sa
Revert r309339, thus re-instating r309314
The original problem with conflicting definitions of ${PKG_CMD} was solved by r427523 in ports (see https://reviews.freebsd.org/D8677), so this should be safe now.
Reviewed by: gjb Approved by: gjb Differential Revision: https://reviews.freebsd.org/D8120
show more ...
|
| #
ebc7f2b8 |
| 30-Nov-2016 |
Glen Barber <[email protected]> |
Revert r309314, which breaks installing ports.
Requested by: antoine Differential Revision: https://reviews.freebsd.org/D8120 (related) Sponsored by: The FreeBSD Foundation
|
| #
91c915fa |
| 30-Nov-2016 |
Matthew Seaman <[email protected]> |
Allow a user-overridable setting 'PKG_CMD' to control the command used to create a repo during 'make packages'
This would have been useful for a situation I found myself in where pkg(8) had been upg
Allow a user-overridable setting 'PKG_CMD' to control the command used to create a repo during 'make packages'
This would have been useful for a situation I found myself in where pkg(8) had been upgraded to a version that wanted the FBSD_1.5 ABI version but libc.so.7 had not been upgraded, and only provided FBSD_1.4. I found I needed to update libc in order to run pkg, and I also needed to use pkg to update libc... Which is why pkg-static exists, but there's currently no way to tell the build system to use pkg-static instead of pkg.
This creates a variable PKG_CMD, default value 'pkg', that can be overridden from the command line.
Reviewed by: gjb Approved by: gjb Differential Revision: https://reviews.freebsd.org/D8120
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
3a3f435f |
| 24-Feb-2016 |
Glen Barber <[email protected]> |
Include a 'package-pkg' target, intended for use for architectures we do not provide upstream pkg(8) packages.
This is not tied to anything as-is, and likely will break your system if used (based on
Include a 'package-pkg' target, intended for use for architectures we do not provide upstream pkg(8) packages.
This is not tied to anything as-is, and likely will break your system if used (based on experience with testing with powerpc).
There is an overwhelming amount of evil happening here, so until the issues are fixed, it will not be tied into the 'packages' target.
Sponsored by: The FreeBSD Foundation
show more ...
|