1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

563383 Commits

Author SHA1 Message Date
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
Andriy
bb35144178 net/opensips31: Update to 3.1.6
PR:		259322
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32624
2021-10-24 22:23:19 +02:00
Tatsuki Makino
0f895daa66 audio/libamrwb: Makefile adjustment
Adjust Makefile to follow Porter's Handbook and framework more closely,
also pet portclippy while at it.

PR:		259203
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32622
2021-10-24 22:19:48 +02:00
Tatsuki Makino
74451a1660 audio/libamrnb: Makefile adjustment
Adjust Makefile to follow Porter's Handbook and framework more closely,
also pet portclippy while at it.

PR:		259202
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32621
2021-10-24 22:17:04 +02:00
Daniel Engberg
34197c5c60 Mk/bsd.sites.mk: Update APACHE site list
Start by using CDN, try mirrors with good overall connectivity and
geographically apart if CDN fails.

Reference: https://www.apache.org/mirrors/dist.html

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D32382
2021-10-24 22:12:08 +02:00
Daniel Engberg
acd30a7124 textproc/apache-solr: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites

Approved by:	rene (portmgr blanket), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D32614
2021-10-24 21:54:54 +02:00
Vinícius Zavam
78004db04a
www/py-lektor: add missing dependencies 2021-10-24 19:09:43 +00:00
Gleb Popov
1d13ddd0a2 math/z3: Update to 4.8.12 2021-10-24 21:54:07 +03:00
Rene Ladan
41da112a93 cleanup: Remove expired ports:
2021-10-24 net/asterisk13: Asterisk 13.x will reach EOL on 2021-10-24. Please migrate to net/asterisk18
2021-10-24 20:33:09 +02:00
Rene Ladan
bbbd40cd18 */asterisk-*: Remove support for expired net/asterisk13 2021-10-24 20:31:48 +02:00
Gleb Popov
c1942345bc devel/py-hg-evolve: Depend on py-sqlite3.
Apparently, this is a new runtime dependency for evolve.
2021-10-24 21:24:22 +03:00
Joseph Mingrone
20c47e065f
print/pdf-tools: Update WWW in pkg-descr 2021-10-24 14:18:24 -03:00
Rainer Hurling
c91a9423f0 databases/mdbtools: Update to 1.0.0
MDB Tools 1.0 includes a number of new features. In most cases, ABI and API compatibility is preserved with the 0.9 series.

Changelog: https://github.com/mdbtools/mdbtools/releases/tag/v1.0.0
2021-10-24 19:05:59 +02:00
Joseph Mingrone
495352dfe1
sysutils/doctl: Update to 1.65.0
https://github.com/digitalocean/doctl/releases/tag/v1.65.0

Sponsored by:	DigitalOcean (VM credit)
2021-10-24 13:50:49 -03:00
Fernando Apesteguía
3f4f744d77 emulators/fmsx: update to 6.0
ChangeLog: https://fms.komkon.org/fMSX/fMSX.html

PR:	259232
Reported by:	Stéphane D'Alu <sdalu@sdalu.com>
Reviewed by:	Stéphane D'Alu <sdalu@sdalu.com>
2021-10-24 18:41:17 +02:00
Tijl Coosemans
b07a361a29 security/sssd: Fix installation with automake 1.16.4
Patch the configure script so it evaluates a variable that uses
PYTHON_PREFIX (since automake 1.16.4) before PYTHON_PREFIX is unset.

PR:		258898
Approved by:	maintainer timeout (2 weeks)
2021-10-24 18:44:21 +02:00
Yuri Victorovich
dc3091e910 audio/guidolib: Update 168 -> 168-207
Also update WWW.
2021-10-24 09:38:30 -07:00
Yuri Victorovich
4e719028c5 math/symengine: Update WWW 2021-10-24 09:38:30 -07:00
Palle Girgensohn
cd38103b66 net/py-ldap0: update to 1.4.0
PR:		259050
Submitted by:	Xin LI
2021-10-24 18:27:25 +02:00
Alexey Dokuchaev
bd5b78f823 x11/gxkb: update the port to version 0.9.3
Now comes with Esperanto flag!

Source code had been reformatted, adjust GTK2 patch accordingly and
regenerate with ``make makepatch'' to make future diffs less noisy.

Reported by:	portscout
2021-10-24 15:13:28 +00:00
Roman Bogorodskiy
0947363816 www/qutebrowser: update to 2.4.0 2021-10-24 18:53:47 +04:00
Michael Zhilin
644cbbab12 databases/pgbouncer: update to 1.16.0
- Update to 1.16.0
- Remove an unneeded patch (merged upstream)

Submitted by: m.tsatsenko@gmail.com (maintainer)
2021-10-24 17:00:31 +03:00
Gleb Popov
73111d0acf x11/xpra: Update to 4.2.3
Bring OPTIONS_DEFAULT in line with upstream.
Apply cosmetic fixes to the Makefile.
2021-10-24 15:38:16 +03:00
Serhii (Sergey) Kozlov
38371efb77 sysutils/fusefs-securefs: Update to 0.12.0
Changelog:	https://github.com/netheril96/securefs/releases/tag/0.12.0
2021-10-24 11:37:06 +00:00
Kai Knoblich
adc0cc3f69 devel/py-setuptools_scm: Do not run "git archive" on Ports tree
* In build environments have git installed in conjunction with a
  git-based Ports tree and haven't WRKDIRPREFIX set, there will be
  significant delays when building devel/py-setuptools_scm or ports
  that depend on it.

  This is because the top-level directory of the git repository is
  determined during build via "git rev-parse --show-toplevel" which is
  issued inside the WRKSRC directory.

  Once the top-level directory (which is PORTSDIR) has been determined,
  an archive is created from this point using "git archive" which is
  then very time-consuming due the complexity of the Ports tree.

  In environments (e.g. poudriere) that have WRKDIRPREFIX set and also
  have git present during build, the issue doesn't appear because
  "git rev-parse --show-toplevel" fails silently with "not a git repo".

  Remedy the issue by returning only the actual path of WRKSRC, but only
  if it has "setup.py" in it (= devel/py-setuptools_scm is built) or a
  test session is performed.

* Modernize the "do-test" target while I'm here and bump PORTREVISION
  due package change.
PR:		258891
Reported by:	Robert Clausecker <fuz@fuz.su>
Obtained from:	OpenIndiana
MFH:		2021Q4 (after 1 week)
2021-10-24 12:54:58 +02:00
Jan Beich
2b84b7d4b6 devel/renpy: update to 7.4.10
Changes:	https://www.renpy.org/release/7.4.10 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-4-10
Reported by:	Repology
2021-10-24 10:52:42 +00:00
Jan Beich
3a456a58a6 www/flexget: update to 3.1.145
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.144...v3.1.145
Reported by:	Repology
2021-10-24 10:33:37 +00:00
Jimmy Olgeni
876847c285 sysutils/ts: Update to version 1.0.1
PR:		259382
Reported by:	olgeni
Approved by:	maintainer (demon)
2021-10-24 11:50:12 +02:00