#
d2a824c2 |
| 15-Mar-2024 |
Warner Losh <imp@FreeBSD.org> |
share/mk: Don't install only differing in case files on case insensitive fs
MacOS has case insensitive filesystems by default. So trying to link between foo.X and FOO.X causes an error of some sort
share/mk: Don't install only differing in case files on case insensitive fs
MacOS has case insensitive filesystems by default. So trying to link between foo.X and FOO.X causes an error of some sort since we unlink the old foo file destroying the newly installed foo due to the insensitive nature of the FS. Assume that this is true on darwin/macos, though it is only try by default there.
Perhaps install should grow smarts to know when this is the case, though that looked much trickier. There didn't seem to be a flag to check. This would be better, imho, since we could still write the METALOG data correctly (images created from these metalogs are imperfect due to this relatively issue...).
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D44347
show more ...
|
Revision tags: release/13.3.0, release/14.0.0 |
|
#
4e899378 |
| 13-Sep-2023 |
Doug Rabson <dfr@FreeBSD.org> |
pkgbase: put library links and symlinks in the -dev package
Some libraries (e.g. ncurses) install links to the main library for backwards compatibilty. This change ensures that those links are in th
pkgbase: put library links and symlinks in the -dev package
Some libraries (e.g. ncurses) install links to the main library for backwards compatibilty. This change ensures that those links are in the dev package since the files being linked to are in that package.
PR: 249143 MFC after: 1 week Reviewed by: emaste, manu Differential Revision: https://reviews.freebsd.org/D41841
show more ...
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
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 |
|
#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
#
2f445a53 |
| 06-Nov-2017 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Reapply r295227: Stop hiding link install commands.
This was lost in the release-pkg merge in r298107.
Sponsored by: Dell EMC Isilon
|
Revision tags: release/10.4.0 |
|
#
1409e715 |
| 21-Aug-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r322398 through r322746.
|
#
083c8ded |
| 13-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r322451
|
#
229d577f |
| 12-Aug-2017 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Re-remove excess / for installing SYMLINKS
This excess / was introduced in r280129, and fixed in r295230, but got re-introduced while merging another branch in r298107.
Approved by: gjb Differentia
Re-remove excess / for installing SYMLINKS
This excess / was introduced in r280129, and fixed in r295230, but got re-introduced while merging another branch in r298107.
Approved by: gjb Differential Revision: https://reviews.freebsd.org/D11995
show more ...
|
Revision tags: release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
13caa468 |
| 16-Apr-2016 |
Glen Barber <gjb@FreeBSD.org> |
Merge the projects/release-pkg branch to head.
This allows packaging the base system with pkg(8), including but not limited to providing the ability to provide upstream binary update possibilities f
Merge the projects/release-pkg branch to head.
This allows packaging the base system with pkg(8), including but not limited to providing the ability to provide upstream binary update possibilities for non-tier-1 architectures.
This merge is a requirement of the 11.0-RELEASE, and as such, thank you to everyone that has tested the project branch.
Documentation in build(7) etc. is still somewhat sparse, but updates to those parts will follow.
Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/10.3.0 |
|
#
bbb51924 |
| 08-Feb-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
a49d8b6e |
| 06-Feb-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r294961 through r295350.
|
#
5e13851e |
| 04-Feb-2016 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Fix style and remove excess / for installing SYMLINKS.
Sponsored by: EMC / Isilon Storage Division
|
#
d3416130 |
| 04-Feb-2016 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Stop hiding link install commands.
This is no longer needed now that a .for loop is used rather than inline shell script.
Sponsored by: EMC / Isilon Storage Division
|
Revision tags: release/10.2.0 |
|
#
b17ff922 |
| 26-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
e6e746bf |
| 25-Mar-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r278968-r280640
Sponsored by: The FreeBSD Foundation
|
#
c14aafed |
| 18-Mar-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Merge r278538 through r280226.
|
#
59fa1525 |
| 17-Mar-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
95246f3d |
| 16-Mar-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Fix DESTDIR support
|
#
08d4b586 |
| 15-Mar-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Symplify links installation by using multi variable for loop
Using multi variable for loop not only simplify the code, it also ensures that the LINKS and SYMLINKS input have the right number of word
Symplify links installation by using multi variable for loop
Using multi variable for loop not only simplify the code, it also ensures that the LINKS and SYMLINKS input have the right number of words
Differential Revision: https://reviews.freebsd.org/D2069 Reviewed by: imp
show more ...
|
#
dc6d22c9 |
| 13-Feb-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Makes it more flexible to tag and define a target package
|
#
25998b2a |
| 10-Feb-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Tag the metalog with a global default sets of tags that will be used to decide what will go in which package, more finer grain tagging to come
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0 |
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
d241a0e6 |
| 26-Feb-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @247348.
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|
#
12dd8cb1 |
| 21-Jan-2013 |
Brooks Davis <brooks@FreeBSD.org> |
Replace all known uses of ln in the build process with appropriate install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK variables.
Sponsored by: DARPA, AFRL Reviewed by: ian, ray, rpaulo
|