aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* comms/gqrx: Update to 2.14.6Ganael LAPLANCHE2021-10-112-4/+4
|
* lang/gcc9-devel: Relinquish maintainershipGerald Pfeifer2021-10-111-1/+1
| | | | | | | | | | After working on (and largely maintaining) our GCC ports for more than 19 years, time has come to hand over the baton. Sadly despite multiple requests nobody stepped up, so return this port to the pool. Still happy to provide guidance and a helping hand, for example working with upstream or on operating the (crucial) nightly testers I have been running.
* lang/gcc9-devel: Update to the 20211007 snapshot of GCC 9.4.1Gerald Pfeifer2021-10-112-4/+4
|
* math/R-cran-memisc: Update to 0.99.30.7TAKATSU Tomonari2021-10-112-4/+4
|
* science/openmc: New port: Monte Carlo neutron and photon transport ↵Yuri Victorovich2021-10-116-0/+225
| | | | simulation code
* games/linux-steam-utils: Update to 20211006Alex S2021-10-112-4/+4
| | | | PR: 20211006
* misc/hicolor-icon-theme: switch to HTTPS siteMiyashita Touka2021-10-111-1/+1
| | | | | | | | | | | The original sumbitter adds non-official HTTPS mirror but I'm not sure where it comes from and whether reliable or not. So I'm doing simple substitution s/http/https/ for HTTPS available sites. Most of ports are already switched to to HTTPS site. misc/hicolor-icon-theme is the only left port. PR: 239095
* math/R-cran-sf: Update to 1.0-3TAKATSU Tomonari2021-10-102-5/+5
|
* CHANGES: Add missing empty lineBaptiste Daroussin2021-10-101-0/+1
|
* CHANGES: document recent changesBaptiste Daroussin2021-10-101-0/+12
| | | | USES=triggers and the removal INSTALLS_ICONS changes are now documented
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-10586-594/+2
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* devel/py-resolvelib: Update to 0.8.0Mateusz Piotrowski2021-10-102-4/+4
| | | | Changes: https://github.com/sarugaku/resolvelib/blob/0.8.0/CHANGELOG.rst
* x11-fonts/iosevka: Update to 10.3.2Mateusz Piotrowski2021-10-102-50/+50
| | | | Changes: https://github.com/be5invis/Iosevka/releases/tag/v10.3.2
* www/ffsend: Update to 0.2.74Mateusz Piotrowski2021-10-102-317/+320
|
* sysutils/mtm: Update to 1.2.1Mateusz Piotrowski2021-10-103-38/+15
| | | | Changes: https://github.com/deadpixi/mtm/releases/tag/1.2.1
* x11/slop: Update to 7.6Mateusz Piotrowski2021-10-102-10/+4
|
* x11-fonts/3270font: Update to 2.3.1Mateusz Piotrowski2021-10-102-5/+5
| | | | Changes: https://github.com/rbanffy/3270font/releases/tag/v2.3.1
* sysutils/ansible2: Update to 2.9.26Mateusz Piotrowski2021-10-102-4/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.9.26/changelogs/CHANGELOG-v2.9.rst#v2-9-26
* sysutils/ansible: Update to 4.6.0Mateusz Piotrowski2021-10-102-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.6.0/4/CHANGELOG-v4.rst#v4-6-0
* sysutils/py-ansible-base: Update to 2.10.14Mateusz Piotrowski2021-10-102-4/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.10.14/changelogs/CHANGELOG-v2.10.rst#v2-10-14
* sysutils/py-ansible-core: Update to 2.11.5Mateusz Piotrowski2021-10-102-4/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.11.5/changelogs/CHANGELOG-v2.11.rst#v2-11-5
* databases/p5-DBD-cego: update 1.5.0 -> 1.5.2Björn Lemke2021-10-102-4/+4
| | | | | | | | | | | - In dbdimp.h, changed MAXPROTSTRING to 15 ( from 10 ), since the protocol string "fastserial" does not fit in. Problems have just been observed on Ubuntu Linux - Fix of some memory leaks in dbdimp.c for function cego_st_execute. The msg and schema attribute of statement handle have to be checked for allocated values, before new memory is allocated Author: Björn Lemke <lemke@lemke-it.com>
* databases/cego: update 2.47.6 -> 2.47.7Björn Lemke2021-10-102-4/+4
| | | | | | | | - Added format correction in CegoField::castTo for case VARCHAR to FIXED. In case of string values without leading zeros ( e.g. .345), leading zero is concated. Author: Björn Lemke <lemke@lemke-it.com>
* x11-wm/gamescope: update to 3.9.4Jan Beich2021-10-102-7/+7
| | | | | Changes: https://github.com/Plagman/gamescope/compare/3.9.3...3.9.4 Reported by: portscout
* science/py-PyNE: Add the moab dependency; Install the nuc_data.h5 file; ↵Yuri Victorovich2021-10-103-6/+23
| | | | Build in parallel
* www/authelia: 4.31.0 -> 4.32.2Yuri Victorovich2021-10-102-8/+8
|
* devel/py-maturin: fix build on powerpc*Piotr Kubaj2021-10-101-0/+7
| | | | | | | | | Since ring crate is unavailable on powerpc*, this port fails to build. Add parameters from setup.py to CARGO_BUILD_ARGS: if platform.machine() in ("ppc64le", "ppc64", "powerpc"): cargo_args.extend( ["--no-default-features", "--features=upload,log,human-panic"] )
* net-mgmt/p5-FusionInventory-Agent: enable DMIDECODE only where it's availablePiotr Kubaj2021-10-101-1/+8
|
* net-mgmt/ocsinventory-agent: use dmidecode only where it's availablePiotr Kubaj2021-10-101-2/+7
|
* sysutils/inxi: add dmidecode only where it's supportedPiotr Kubaj2021-10-101-1/+6
|
* mail/thunderbird: fix build on powerpc64Piotr Kubaj2021-10-101-7/+4
| | | | | | | | | | | 12537 /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-91.2.0/dom/media/flac/FlacDecoder.cpp:21:20: error: no matching member function for call to 'SupportsMimeType' 12538 platform->SupportsMimeType("audio/flac"_ns, 12539 ~~~~~~~~~~^~~~~~~~~~~~~~~~ 12540 /wrkdirs/usr/ports/mail/thunderbird/work/.build/dist/include/PDMFactory.h:85:15: note: candidate function not viable: no known conversion from 'nullptr_t' to 'const mozilla::PDMFactory::MediaCodecsSupported' (aka 'const EnumSet<mozilla::PDMFactory::MediaCodecs>') for 2nd argument 12541 static bool SupportsMimeType(const nsACString& aMimeType, 12542 ^ 12543 /wrkdirs/usr/ports/mail/thunderbird/work/.build/dist/include/PDMFactory.h:47:8: note: candidate function not viable: requires single argument 'aMimeType', but 2 arguments were provided 12544 bool SupportsMimeType(const nsACString& aMimeType) const;
* games/SRB2: fix build on big-endianPiotr Kubaj2021-10-101-0/+10
| | | | | /wrkdirs/usr/ports/games/SRB2/work/SRB2-SRB2_release_2.2.9/src/byteptr.h:86:1: error: unknown type name 'FUNCINLINE' FUNCINLINE static ATTRINLINE void writeshort(void *ptr, INT32 val)
* security/nextcloud-twofactor_admin: Update pkg-descrBernard Spil2021-10-102-3/+5
| | | | * Remove comment
* security/nextcloud-twofactor_nextcloud_notification: Add new portBernard Spil2021-10-104-0/+45
|
* graphics/gtk-update-icon-cache: use triggersBaptiste Daroussin2021-10-102-1/+32
| | | | | | | | | | | | | | | | Use triggers instead of enforcing the INSTALL_ICONS which enforces gtk-update-icon-cache dependency on every ports installing icons. The bonus: - factorize gtk-update-icon-cache update at the end of the build - stop adding a gratuicious dependency on gtk-update-icon-cache on packages which do not need it - works on packages where INSTALLS_ICONS were forgotten PR: 258502 Exp-run: antoine Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D31960
* framework: new USES triggerBaptiste Daroussin2021-10-102-25/+29
| | | | | | | | | | | | | | | | | | Triggers are a new feature from pkg 1.17 (stable in 1.17.2) they are script that are executed at the end of a transaction if anything triggered them. To trigger them a files should have been installed in a location which matches predefined pattern (glob, regexp, or exact matching) When a package is installed in a cross root installation for example: pkg -r XXX install something and if it triggers a trigger, then the execution will be deferred. The pkg trigger command will execute the deferred triggers Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D31960
* security/nextcloud-twofactor_admin: Add new portBernard Spil2021-10-104-0/+48
|
* security/nextcloud-twofactor_totp: Auto-generate plistBernard Spil2021-10-102-223/+2
|
* dns/ldapdns: Fix build with OpenLDAP 2.5Xin LI2021-10-102-1/+12
| | | | | PR: ports/258899 Approved by: Chris Hutchinson (maintainer)
* databases/rocksdb: Fix build on aarch64.Mikael Urankar2021-10-104-1/+83
| | | | Approved by: portmgr (build fix blanket)
* textproc/xml-commons: Update MASTER_SITESDaniel Engberg2021-10-101-3/+3
| | | | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Replace PORTVERSION with DISTVERSION to follow Porters Handbook more closely Approved by: makc (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32432
* games/runelite: New port: Open source Old School RuneScape clientAlexander Vereeken2021-10-104-0/+59
| | | | | | | | | | | Popular free, open-source and super fast client for Old School RuneScape. WWW: https://runelite.net PR: 255160 Reviewed by: koobs (previous version) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D29816
* devel/avalon-framework: Update MASTER_SITES, deprecate and set expiration ↵Daniel Engberg2021-10-101-1/+4
| | | | | | | | | | | | | | | date to 2022-03-31 Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Abandoned by upstream in 2010 References: https://avalon.apache.org/closed.html http://excalibur.apache.org/ Approved by: makc (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32415
* devel/hadoop2: Update MASTER_SITESDaniel Engberg2021-10-101-1/+1
| | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32413
* devel/hadoop: Deprecate and set expiration date to 2022-03-31Daniel Engberg2021-10-101-0/+2
| | | | | | | Outdated (upstream is at 2.10.1 or higher) and unsupported upstream Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32412
* devel/log4cxx: Update MASTER_SITESDaniel Engberg2021-10-101-1/+1
| | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32411
* devel/log4net: Update MASTER_SITESDaniel Engberg2021-10-101-1/+1
| | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32406
* devel/apache-ant: Update MASTER_SITESDaniel Engberg2021-10-101-2/+2
| | | | | | | | Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32405
* devel/apache-commons-modeler: Update MASTER_SITES, deprecate and set ↵Daniel Engberg2021-10-101-1/+4
| | | | | | | | | | | | | expiration date to 2022-03-31 Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Abandoned upstream, last release in 2013 Reference: https://commons.apache.org/dormant/commons-modeler/ Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32403
* databases/hbase: Update MASTER_SITES, deprecate and set expiration date to ↵Daniel Engberg2021-10-101-1/+4
| | | | | | | | | | | | | | 2022-03-31 Outdated and unsupported by upstream since June 2019 Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Reference: https://dlcdn.apache.org/hbase/ Reviewed by: kbowling Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32402