| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PR: 294615
|
| |
|
|
| |
PR: 293615
|
| |
|
|
| |
Changelog: https://github.com/sharkdp/fd/releases/tag/v10.4.2
|
| |
|
|
| |
Changelog: https://github.com/sharkdp/fd/releases/tag/v10.4.1
|
| |
|
|
| |
Changelog: https://github.com/sharkdp/fd/releases/tag/v10.4.0
|
| |
|
|
| |
PR: 292360
|
| |
|
|
| |
PR: 291582
|
| |
|
|
| |
PR: 290816
|
| |
|
|
| |
PR: 289709
|
| |
|
|
| |
PR: 288923
|
| |
|
|
|
| |
Event: Oslo Hackathon 202508
Changelog: https://github.com/sharkdp/fd/releases/tag/v10.3.0
|
| |
|
|
| |
PR: 287766
|
| |
|
|
| |
PR: 286829
|
| | |
|
| | |
|
| |
|
|
| |
PR: 285840
|
| |
|
|
| |
PR: 284884
|
| |
|
|
| |
PR: 283962
|
| |
|
|
| |
PR: 283000
|
| |
|
|
| |
PR: 282516
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits:
* Unbreak build on architectures like i386 that sometimes require
special RUSTFLAGS that were not effective in the cross-compilation
mode.
Ports that really need cross-compilation for some reason should
enable it on case-by-case basis. Example: net-p2p/cncli
(Not sure why does net-p2p/cncli actually need it, but it only
builds with these options.)
PR: 280305
Approved by: rust@FreeBSD.org (maintainer's timeout; 98 days)
|
| |
|
|
| |
PR: 281300
|
| |
|
|
|
|
|
| |
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
|
| | |
|
| |
|
|
| |
PR: 280490
|
| |
|
|
| |
PR: 279707
|
| |
|
|
|
|
| |
Changes:
https://github.com/sharkdp/fd/releases/tag/v10.0.0
https://github.com/sharkdp/fd/releases/tag/v10.1.0
|
| |
|
|
| |
PR: 278834
|
| |
|
|
| |
PR: 277786
|
| |
|
|
| |
PR: 276920
|
| |
|
|
| |
PR: 276033
|
| |
|
|
|
| |
Changes:
https://github.com/sharkdp/fd/releases/tag/v9.0.0
|
| |
|
|
| |
PR: 275243
|
| |
|
|
|
| |
Changes:
https://github.com/sharkdp/fd/releases/tag/v8.7.1
|
| |
|
|
| |
PR: 274499
|
| |
|
|
| |
PR: 273331
|
| |
|
|
| |
PR: 272449
|
| |
|
|
| |
PR: 271797
|
| |
|
|
| |
PR: 270953
|
| |
|
|
| |
PR: 270080
|
| |
|
|
|
| |
Changes:
https://github.com/sharkdp/fd/releases/tag/v8.7.0
|
| |
|
|
| |
PR: 269336
|
| |
|
|
|
| |
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
|
| |
|
|
| |
PR: 268415
|
| |
|
|
|
| |
Changes:
https://github.com/sharkdp/fd/releases/tag/v8.6.0
|
| |
|
|
| |
PR: 267622
|
| |
|
|
|
|
|
|
| |
Changes:
https://github.com/sharkdp/fd/releases/tag/v8.5.0
https://github.com/sharkdp/fd/releases/tag/v8.5.1
https://github.com/sharkdp/fd/releases/tag/v8.5.2
https://github.com/sharkdp/fd/releases/tag/v8.5.3
|
| |
|
|
| |
PR: 267173
|
| |
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|