1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

563660 Commits

Author SHA1 Message Date
Tobias Kortkamp
0a57b6c3d5
x11/wmfocus: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:17 +02:00
Tobias Kortkamp
ac5105fe65
x11/wezterm: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:17 +02:00
Tobias Kortkamp
82d85623ca
x11/alacritty: Drop unused CARGO_USE_GITHUB
PR:             256581
2021-10-25 10:49:16 +02:00
Tobias Kortkamp
bbf47d7c78
www/miniserve: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:16 +02:00
Tobias Kortkamp
058754f487
www/lychee: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:16 +02:00
Tobias Kortkamp
516d86ef5d
sysutils/vector: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:15 +02:00
Tobias Kortkamp
0d199f719e
shells/ion: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:15 +02:00
Tobias Kortkamp
bee1e3224e
security/vaultwarden: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:14 +02:00
Tobias Kortkamp
8259bf7a5d
security/authenticator: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:14 +02:00
Tobias Kortkamp
43be3e5fe9
net/findomain: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:14 +02:00
Tobias Kortkamp
8d16cc382b
net-p2p/openethereum: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:13 +02:00
Tobias Kortkamp
e834d64e92
net-mgmt/bandwhich: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:13 +02:00
Tobias Kortkamp
eb16c4a5d7
net-im/zkgroup: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:12 +02:00
Tobias Kortkamp
c278b23997
net-im/libsignal-client: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:12 +02:00
Tobias Kortkamp
f5a860a896
net-im/conduit: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:12 +02:00
Tobias Kortkamp
c9d85f0d9c
multimedia/gstreamer1-plugins-rust: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:11 +02:00
Tobias Kortkamp
714c353f67
misc/xd-rust: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:11 +02:00
Tobias Kortkamp
a9638fee3d
math/kalker: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:10 +02:00
Tobias Kortkamp
cc9d1909f0
games/veloren: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:10 +02:00
Tobias Kortkamp
551949aec2
games/anki: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:10 +02:00
Tobias Kortkamp
333c19d3bd
games/abstreet: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:09 +02:00
Tobias Kortkamp
d91e0eb16e
dns/dog: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:09 +02:00
Tobias Kortkamp
e2500e896b
deskutils/solanum: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:09 +02:00
Tobias Kortkamp
15d43d1877
databases/redisjson: Chase USES=cargo's new git source support
Fix USE_GITHUB usage while here.

PR:		256581
2021-10-25 10:49:08 +02:00
Tobias Kortkamp
88d555cd75
audio/shortwave: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:07 +02:00
Tobias Kortkamp
a160015b86
audio/gnome-podcasts: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:07 +02:00
Tobias Kortkamp
545ee2932d
accessibility/sctd: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:06 +02:00
Tobias Kortkamp
97f276841f
Mk/bsd.sanity.mk: Mark CARGO_USE_GIT* and CARGO_GIT_SUBDIR as unsupported
PR:		256581
2021-10-25 10:49:06 +02:00
Tobias Kortkamp
2bad8d171a
Uses/cargo: Rework git source support based on patch-in-config sections
Git sources from `Cargo.lock` are added to `CARGO_CRATES` through
the normal mechanism of `make cargo-crates` by the porter.  They
are used to populate `MASTER_SITES`, `DISTFILES` with static
git-archive(1) tarballs a la `USE_GITHUB`, `USE_GITLAB`.  In the
configure phase we generate `[patch]` sections in the config file
which will cause `cargo update` to auto-update `Cargo.lock` to point
to the appropriate extraction directories.

Normally `cargo update` would connect to the network to update all
Git sources but since rust-1.55.0 our cargo has been patched to
skip this when `CARGO_FREEBSD_PORTS_SKIP_GIT_UPDATE` is set in the
environment.

This replaces the old `CARGO_USE_GITHUB`, `CARGO_USE_GITLAB` hacks
where this was done by editing all `Cargo.toml` with sed(1) calls.

Additionally, we try to automatically infer the individiual crate
sub-directories inside the Git sources based on `package.name` in
`Cargo.toml` to remove the need for `CARGO_GIT_SUBDIR`.

USES=cargo also now sets `WRKSRC_crate_$name` for each crate to
point to the crate extraction directories.

PR:		256581
Reviewed by:	jbeich
2021-10-25 10:49:06 +02:00
Tobias Kortkamp
124261fa7d
lang/rust: Update to 1.56.0
- Drop codegen-units=1 again as it seems to negatively impact build
  time for some people [1]

Changes:	https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
PR:		256099 [1]
PR:		259251
Reviewed by:	jbeich, mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D32553
2021-10-25 10:46:49 +02:00
Tobias Kortkamp
1f0c55f9e4
devel/freebsd-sysroot: Add riscv64 flavor 2021-10-25 10:43:45 +02:00
Hung-Yi Chen
4c66dde966 sysutils/htop: Update to 3.1.1
ChangeLog: https://github.com/htop-dev/htop/blob/main/ChangeLog

PR:		259406
2021-10-25 09:26:07 +01:00
Rene Ladan
d06780420b net/appkonference: Schedule for removal on 2021-12-31
This port is outdated in several ways:
- port has version 2.8, while 2.9 is out
- relies on EOL net/asterisk13
- uses c89, fcommon, etc

Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
2021-10-25 10:16:57 +02:00
Alexander Vereeken
f5bbc2eafd x11-themes/numix-icon-theme-circle: Update to 21.10.16
ChangeLog: https://github.com/numixproject/numix-icon-theme-circle/releases/tag/21.10.16

PR:		259414
2021-10-25 08:52:38 +01:00
Alexander Vereeken
1632eecc6f x11-themes/skeuos-gtk-themes: Update to 20211013
ChangeLog: https://github.com/daniruiz/skeuos-gtk/blob/20211013/CHANGELOG

PR:		259415
2021-10-25 08:34:44 +01:00
Ronald Klop
4188e64d9c databases/mongodb50: Update to 5.0.3
* Enable LSE atomics on 14-CURRENT aarch64
* Pet portlint and portclippy
* Reformat Makefile with portfmt

ChangeLog:	https://docs.mongodb.com/manual/release-notes/5.0-changelog/#5.0.3-changelog
PR:		258978
Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32391
2021-10-25 16:12:16 +09:00
Ronald Klop
b15a31e89a databases/mongodb44: Update to 4.4.9
* Update CONFLICTS_INSTALL
* Enable LSE atomics on 14-CURRENT aarch64

ChangeLog:	https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.9-changelog
PR:		258687
Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32374
2021-10-25 16:12:07 +09:00
Xin LI
018803104c net/openldap24-client: Install libldap as symlinks to libldap_r.
As of FreeBSD 12.0, OpenSSL is depending on the threading library
and it is no longer possible to build a true non-threaded version
of libldap.

The libldap_r is ABI compatible with libldap and is shipped as the
libldap on Solaris and many Linux distributions, so follow the same
approach.
2021-10-24 23:45:37 -07:00
Tobias C. Berner
7b0a52cd85 graphics/exiv2: update to 0.27.5
Highlights of Exiv2 v0.27.5
  *  BMFF bug fixes and CR3 previews
  *  Security fixes
  *  libFuzzer target for improved security testing
  *  Minor bugs and fixes

Exp-run by:	antoine
PR:		259365
2021-10-25 08:44:58 +02:00
Tobias Kortkamp
847cca8e11
net/appkonference: Mark as broken and unbreak index
net/asterisk13 is gone and it does not build with net/asterisk1{6,8}
2021-10-25 08:40:07 +02:00
Tobias Kortkamp
294edef5ca
emulators/sameboy: Update to v0.14.6
Changes:	https://github.com/LIJI32/SameBoy/releases/tag/v0.14.6
2021-10-25 07:20:07 +02:00
Jan Beich
b54090216e devel/py-apscheduler: update to 3.8.1
Changes:	https://github.com/agronholm/apscheduler/compare/3.8.0...v3.8.1
Reported by:	Repology
2021-10-24 23:15:57 +00:00
Jan Beich
6c9b3689f9 www/gallery-dl: update to 1.19.1
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.19.1
Reported by:	GitHub (watch releases)
2021-10-24 23:09:50 +00:00
Juraj Lutter
56153d1fef textproc/kibana7: Update to 7.15.1
- Update to 7.15.1
- Require node 14.17.6 or higher
2021-10-25 00:37:50 +02:00
Juraj Lutter
02b0152610 textproc/elasticsearch7: Update to 7.15.1
- Update to 7.15.1
- Bump minimum JAVA version to 11
- Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.15.1.html
2021-10-25 00:37:50 +02:00
Juraj Lutter
3c59413074 sysutils/beats7: Update to 7.15.1
- Update to 7.15.1
- For breaking changes for 7.15.x see UPDATING
- Install kibana dashboard files from binary package (PR 247776)
- Install .yml config files into examples directory (PR 258506)
- Release notes:
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.1.html

PR:		247776, 258506
2021-10-25 00:37:44 +02:00
Juraj Lutter
20814b4963 sysutils/logstash7: Update to 7.15.1
- Update to 7.15.1
- Bump minimum JAVA version to 11

Release notes:
https://www.elastic.co/guide/en/logstash/current/logstash-7-15-1.html
2021-10-25 00:36:27 +02:00
Dan Langille
87f5d98480 net/opentracker: Fix pkg-message
Move EOM to the end of the message

Approved by:	portmgr (blanket)
2021-10-24 21:23:06 +00:00
Dan Langille
78fd33cfc5 net/jotta-cli: fix broken pkg-message
The EOM was missing.

Approved by:	portmgr (blanket)
2021-10-24 21:12:18 +00:00
Yuri Victorovich
306440727d audio/inscore: New port: Environment for the design of interactive augmented music scores
The executable 'inscoreviewer' isn't installed for some reason,
see https://github.com/grame-cncm/inscore/issues/18

PR:		221865
2021-10-24 14:11:14 -07:00