1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Commit Graph

524712 Commits

Author SHA1 Message Date
Loïc Bartoletti
0173afc691 graphics/gdal: Add more default options
GDAL is an essential component for GIS software as graphics/qgis*, math/saga,
databases/postgis*, databases/grass*.
Unfortunately too many options are not enabled by default, causing the user
of theses softwares to rebuild graphics/gdal and its bindings (especially
graphics/py-gdal) for basic use.

With this commit, the vast majority of user needs will be covered, leaving
the build of graphics/gdal with the less relevant and less used options to
the users who really need it.

As gdal now requires postgresql, the package will install the default
version (postgresql12), however databases/postgis23 cannot be built with
postgresql>10 so it is marked as BROKEN -- however this is not a problem
since it is largely deprecated and will be removed soon.

PR:		224004
Approved by:	Maintainer timeout
2020-10-22 12:20:06 +00:00
Rene Ladan
85da70486c sysutils/p5-BSD-Jail-Object: remove legacy code in patch for FreeBSD 7/8
Phabricator:	D26646
2020-10-22 11:11:03 +00:00
Mateusz Piotrowski
e4e4c74805 Clean up patches
- Clean up REINPLACE_CMDs, use patches if possible
- Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one
  patch for the configure script
- Patch ssmtp.8 to refer to the proper path for sendmail
- Remove a patch adding strndup for FreeBSD 7.
2020-10-22 11:10:17 +00:00
Li-Wen Hsu
a5873490d4 sysutils/vector: Update to 0.10.0
PR:		250410
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2020-10-22 10:47:08 +00:00
TAKATSU Tomonari
01c7f8b4e2 - Update to 0.32.2 2020-10-22 10:02:14 +00:00
Dmitry Marakasov
03955c3ffd - Add LICENSE
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2020-10-22 09:37:14 +00:00
Mateusz Piotrowski
43bfc42ffb Clean up the port
- Use = instead of += when unnecessary when assigning values to standard
  ports variables
- Set to various option-specific variables via OPTION_VARIABLEs.
- Improve the description of USERPREFS; it's better to have a more
  descriptive option instead of defining a custom warning in
  "pre-everything::".
- Use OPTION_CONFIGURE_ENABLE instead of OPTION_CONFIGURE_ON.
- Install manual pages at the preferred directory
- Install *.sample in ETCDIR with @sample, update pkg-message accordingly.
2020-10-22 09:36:12 +00:00
Vasil Dimov
81d3b19272 net-p2p/monero-cli: Upgrade from 0.17.1.0 to 0.17.1.1 2020-10-22 09:28:16 +00:00
Alexey Dokuchaev
051bd96f0c - Update to the latest snapshot (still alpha quality)
- Now compatible with wxWidgets version 3.0 and 3.1
- Reformat port description for somewhat better looks
2020-10-22 09:07:31 +00:00
Lars Engels
48ab0cedcf net-mgmt/icinga2: Update to 2.12.1 which fixes a long standing bug in distributed setups on FreeBSD + OpenBSD
PR:		240812
MFH:		2020Q4
2020-10-22 08:51:14 +00:00
Baptiste Daroussin
66c992644b delete a misleading informations.
First the advice was passed via @unexec which is wrong in the first place
second the advice was to run a script which will not be there anymore after
the package is deinstalled and the advice was only shown at deinstall time
2020-10-22 08:45:47 +00:00
Baptiste Daroussin
7fa6dbb550 Use @rmempty 2020-10-22 08:41:08 +00:00
Tobias C. Berner
1c5df0f2b8 print/freetype2: document vulnerability
PR:		250375
Security:	CVE-2020-15999
2020-10-22 08:38:22 +00:00
Li-Wen Hsu
c59e8b5d33 graphics/graphite2: Use release archive and add test target
PR:		250003
Submitted by:	daniel.engberg.lists@pyret.net
2020-10-22 08:37:06 +00:00
Baptiste Daroussin
e1e714b1ff Use @rmempty
While here:
- Document license
- Modify the message to only show up for users upgrading from a version
  lower then 3.1.78_1 as it was meant to be
- replace @exec by @postexec
2020-10-22 08:32:06 +00:00
Mateusz Piotrowski
957b9a69a8 Update WWW
Also, reset maintainer due to 3 consecutive timeouts.
2020-10-22 08:30:28 +00:00
Baptiste Daroussin
e351a16dd1 Use @rmempty
While here:
- Document the license
- simplify the plist to enforce the games group on the binary
- use @postexec instead of @exec
2020-10-22 08:25:04 +00:00
Li-Wen Hsu
249c3e07c3 devel/bazel: Update to 3.7.0
PR:		250520
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2020-10-22 08:22:35 +00:00
Baptiste Daroussin
445c660582 Document the addition of @rmempty 2020-10-22 08:22:21 +00:00
Baptiste Daroussin
45193bf2af Add new keyword rmempty
The goal is to replace all the hand crafted @*unexec test -s XXX && rm by a proper
keyword.
this keyword is also rootdir compliant

Reviewed by:	manu, mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D26633
2020-10-22 08:20:07 +00:00
Jimmy Olgeni
8f23dbe7ab Update net/croc to version 8.6.2. 2020-10-22 08:18:29 +00:00
Alexander Leidinger
d5ff77d99a Update php plugin. 2020-10-22 08:10:19 +00:00
Baptiste Daroussin
da00cfe67e Fix typos and formatting 2020-10-22 08:09:05 +00:00
Baptiste Daroussin
945a9231f4 Document the @shell rewrite in lua 2020-10-22 08:08:17 +00:00
Baptiste Daroussin
d3e58fed85 Convert @shell from shell script to lua script
This makes @shell rootdir friendly and cross install friendly
as well as capsicumized.

Bonus: the /etc/shells is now only touched when needed

Reviewed by:	manu, mat
Approved by:	portmgr (mat)
Differential Revision:	D26640
2020-10-22 06:39:16 +00:00
Li-Wen Hsu
090db4bd92 www/caddy: Update to 2.2.1
PR:		250447
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
2020-10-22 06:38:09 +00:00
Tobias C. Berner
9f52444999 print/ghostscript9-base: prepare for freetype2 update
- Backport of the same patch applied to print/ghostscript9-agpl-base

PR:		250375
Obtained from:	https://www.openwall.com/lists/oss-security/2020/10/20/7
MFH:		2020Q4
Security:	CVE-2020-15999
2020-10-22 06:10:11 +00:00
Li-Wen Hsu
d70c70d044 audio/mixertui: Update to 1.3
PR:		250510
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2020-10-22 06:08:56 +00:00
Li-Wen Hsu
9a596698e1 devel/rubygem-reline: Update to 0.1.6
PR:		250497
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2020-10-22 06:05:47 +00:00
Li-Wen Hsu
c8914aed45 www/logswan: Update to 2.1.8
PR:		250487
Submitted by:	Juraj Lutter <juraj@lutter.sk> (maintainer)
2020-10-22 06:04:50 +00:00
Li-Wen Hsu
1598113891 net-mgmt/unifi6: Update to 6.0.28
PR:		250486
Submitted by:	Juraj Lutter <juraj@lutter.sk> (maintainer)
2020-10-22 06:03:44 +00:00
Li-Wen Hsu
9c52bb7801 games/devilutionX: Update to 1.1.0
PR:		250365
Submitted by:	Nuno Teixeira <ed.arrakis@gmail.com>
Approved by:	malavon <benny.goemans@gmail.com> (maintainer)
2020-10-22 06:01:59 +00:00
Tobias C. Berner
f2531c8524 print/ghostscript9-agpl-base: prepare for freetype2 update
PR:		250375
Obtained from:	https://www.openwall.com/lists/oss-security/2020/10/20/7
MFH:		2020Q4
Security:	CVE-2020-15999
2020-10-22 05:51:04 +00:00
Fernando Apesteguía
72b808f224 graphics/mupdf: update to 1.18.0
ChangeLog: https://mupdf.com/release_history.html

While here rework post-patch and remove noop REINPLACE_CMD

PR:	250473
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2020-10-22 05:36:22 +00:00
Cy Schubert
0222ac0b07 Revert upstream 73c8644. It results in a usbhid-ups bus fault.
Upstream issue:	https://github.com/networkupstools/nut/issues/835
2020-10-22 05:29:37 +00:00
TAKATSU Tomonari
5efd775fb9 - Update to 2.5 2020-10-22 04:34:21 +00:00
Li-Wen Hsu
5c7e5408c1 devel/binaryen: Update to 98
PR:		250402
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2020-10-22 03:39:18 +00:00
Li-Wen Hsu
498e6cff64 www/tt-rss: Update to g20201015
PR:		250427
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
2020-10-22 03:28:30 +00:00
Li-Wen Hsu
21eb6c3e4d Fix make index
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2020-10-22 03:17:17 +00:00
Alexey Dokuchaev
d11db46f13 Update Doom Legacy to version 1.48.6 (rev1552).
Reported by:	portscout
2020-10-22 02:40:44 +00:00
Koichiro Iwao
d8789579fb security/py-fail2ban: Fix runtime error with Python 3.9
PR:		250356
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	theis@gmx.at (maintainer)
Obtained from:	https://bugzilla.redhat.com/show_bug.cgi?id=1808347
Obtained from:	https://github.com/fail2ban/fail2ban/issues/2646
Obtained from:	https://github.com/fail2ban/fail2ban/pull/2651
2020-10-22 02:08:18 +00:00
Li-Wen Hsu
91212a61cf sysutils/terragrunt: Update to 0.25.4
PR:		250500
Submitted by:	Gabriel Dutra <0xdutra@gmail.com> (maintainer)
2020-10-22 01:19:39 +00:00
Li-Wen Hsu
ab72ee23b7 www/kanboard: Update to 1.2.16
Pass the maintainership to the submitter

PR:		246268
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (older version),
		Daniel Tihanyi <daniel.tihanyi@tetragir.com>
Approved by:	maintainer timeout
2020-10-22 01:11:57 +00:00
Steven Kreuzer
f35aa0b2c4 Update to 2020d
Palestine ends DST earlier than predicted, on 2020-10-24.
2020-10-22 00:59:09 +00:00
Jan Beich
7a7b1c4083 x11-toolkits/gtk-layer-shell: update to 0.4.0
Changes:	https://github.com/wmww/gtk-layer-shell/releases/tag/v0.4.0
Reported by:	GitHub (watch releases)
2020-10-22 00:55:59 +00:00
Jan Beich
a00ec8eb39 graphics/mesa-devel: update to 20.2.b.3308
Changes:	4408131142...025050bae7
2020-10-22 00:55:54 +00:00
Jan Beich
01968129a5 emulators/rpcs3: update to 0.0.12.11059
Changes:	ea8e435b3...b99885238
2020-10-22 00:55:49 +00:00
Jan Beich
fd7b8ea116 emulators/yuzu: update to s20201020
Changes:	e7a26ecec...1fc61d09d
2020-10-22 00:55:42 +00:00
Cy Schubert
9fdec88b8f Update 0.1.4 --> 0.1.9 2020-10-22 00:26:05 +00:00
Cy Schubert
4b0f6a4724 Fix with -fno-common.
MFH:		2020Q4
2020-10-22 00:26:01 +00:00