Commit Graph

11667 Commits

Author SHA1 Message Date
Glen Barber
1e1a9399d0 MFH: r550099
Add MANIFESTs for 12.2-BETA3.
Prune MANIFESTS for 12.2-BETA2.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-09-26 01:05:44 +00:00
Yuri Victorovich
f3a6b7e8ca MFH: r549953
misc/vxl: Fix build on i386

On i386 architectures projects that need SSE2 have to explicitly enable it using -msse2.

Also fix WWW.

Approved by:	ports-secteam (fluffy)
2020-09-24 22:15:28 +00:00
Fernando Apesteguía
400dd65d7a MFH: r549712
misc/wmjulia fix 13-Current build

Another instance of -fno-common issue.

While here:

 * Add missig USE_XORG dependency
 * Reorganize WRKSRC so we don't generate weird patches
 * Pet linters

PR:	249462
Submitted by:	jd.fbsd@goneja.de

Approved by:	ports-secteam (blanket, runtime fix, -fno-common)
2020-09-23 12:14:29 +00:00
Yuri Victorovich
5813fcd1b3 MFH: r549652
misc/openmvg: Fix build by adding liblz4

For some reason lz4 symbols were missing during build.

Reported by:	fallout

Approved by:	ports-secteam (fluffy)
2020-09-23 05:48:24 +00:00
Yuri Victorovich
c646c21ddb MFH: r549625
misc/glow: Fix build on 13

Add the workaround for a bug in Glow that it uses the default C++ compiler when the supplied LLVM version is different.

Reported by:	fallout

Approved by:	ports-secteam (fluffy)
2020-09-22 23:21:02 +00:00
Yuri Victorovich
5d018c8d46 MFH: r549405
misc/urbit: Fix build on 13 by adding -fcommon

Approved by:	ports-secteam (fluffy)
2020-09-21 00:35:27 +00:00
Yuri Victorovich
67921cf425 MFH: r549125
misc/mnn: Fix build on 13 by unbundling Flatbuffers

The bundled Flatbuffers was failing to build on 13 for some reason.

Reported by:	fallout

Approved by:	ports-secteam (joneum)
2020-09-20 21:07:56 +00:00
Glen Barber
91c1e54aee MFH: r548923
Add MANIFEST files for 12.2-BETA2.
Prune files for 12.2-BETA1.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-09-18 22:18:45 +00:00
Glen Barber
78ff3259b9 MFH: r548388
Add MANIFEST files for 12.2-BETA1.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-09-12 18:02:51 +00:00
Matthias Andree
75935eef6f MFH: r544849
graphics/ilmbase, graphics/openexr: security update to v2.5.3

ChangeLog:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3

"Patch release with various bug/security fixes and build/install fixes, plus a performance optimization:

 * Various sanitizer/fuzz-identified issues related to handling of invalid input
 * Fixes to misc compiler warnings [...]
 * Read performance optimization (#782)
 * Fix for building on non-glibc (#798)
 * Fixes to tests"

The full name of shared libraries changed from *.25.0.1 to *.25.0.2
=> PORTREVISION bumps for all ports that use either ilmbase or openexr
coming up in separate commit to ease MFH.

All test builds of direct users succeeded on 12.1 amd64.

Bump PORTREVISION of all ports using ilmbase or openexr.

Security:	b1d6b383-dd51-11ea-a688-7b12871ef3ad

Approved by:	ports-secteam@ (joneum@)
2020-08-16 09:51:32 +00:00
Piotr Kubaj
6219baaaa6 MFH: r544844
misc/nn-insight: fix build with GCC and on head

Add missing includes. This fixes build on stable/12 for powerpc64 (with GCC) and on head with powerpc64. Looking at https://www.freshports.org/misc/nn-insight/, it seems currently doesn't build even on head/amd64, so those includes should fix it.

The original error that made me look into it was:
/wrkdirs/usr/ports/misc/nn-insight/work/nn-insight-1.0.5/tensor.h:18:75: error: 'std::shared_ptr' has not been declared
   18 | bool readTensorDataAsJson(const char *fileName, const TensorShape &shape, std::shared_ptr<const float> &tensorData);
      |                                                                           ^~~

Approved by:	portmgr (fix build blanket)
2020-08-13 21:43:07 +00:00
Piotr Kubaj
355d71c446 MFH: r544792
misc/xiphos: fix build on GCC architectures

Use C11 compiler:
/usr/local/include/unicode/localpointer.h:224: error: expected ';' before 'noexcept'

Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error.

Approved by:	portmgr (fix build blanket)
2020-08-13 09:09:58 +00:00
Matthias Andree
8535fac538 MFH: r542352 r542353
graphics/ilmbase: graphics/openexr: security update to 2.5.2

ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.2
Verbosely: https://github.com/AcademySoftwareFoundation/openexr/blob/v2.5.2/CHANGES.md#version-252-june-15-2020

openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports

OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.

Security:	714e6c35-c75b-11ea-aa29-d74973d1f9f3
Approved by:	ports-secteam@ (joneum@)
2020-07-18 09:31:19 +00:00
Antoine Brodin
1742f6208a MFH: r542105
Mark BROKEN

Reported by:	pkg-fallout
2020-07-12 20:19:15 +00:00
Yuri Victorovich
e5bd2f9bab MFH: r541755
misc/lf: Fix the keyboard problem

Fix suggested by the GH user flw-cn in https://github.com/gokcehan/lf/issues/392

Reported in:		https://forums.freebsd.org/threads/terminal-file-manager-misc-lf-not-operational.75804/

Approved by:	ports-secteam (joenum)
2020-07-09 18:22:22 +00:00
Guido Falsi
bf2bbceb29 MFH: r541151
Switch to the 2.0 API for locationforecast.

PR:		247644
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>

Approved by:	ports-secteam (joneum)
2020-07-04 09:00:50 +00:00
Yuri Victorovich
71b2c4b719 misc/openhantek: Update 3.1.0 -> 3.1.1
Reported by:	portscout
2020-07-01 18:06:50 +00:00
Tobias C. Berner
e2cd5999be Bump devel/jsoncpp consumers after r540853.
Reported by:	Kevin Oberman <rkoberman@gmail.com>
2020-06-30 17:46:18 +00:00
Yuri Victorovich
6ff364f20c misc/ezc3d: Update 1.3.3 -> 1.3.4
Reported by:	portscout
2020-06-30 16:42:54 +00:00
Max Brazhnikov
75eeab9f3f misc/py-progressbar2: update to 3.51.4 2020-06-28 11:39:51 +00:00
Sunpoet Po-Chuan Hsieh
fa56610258 Move comms/py-serial to comms/py-pyserial
- While I'm here, add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
  (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming)

PR:		246546
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 40 days)
2020-06-27 09:37:50 +00:00
Alexander Leidinger
8e88e06740 Update to 2.5.6.
Changelog:	https://github.com/openhab/openhab-distro/releases/tag/2.5.6
2020-06-26 07:51:50 +00:00
Matthias Andree
180bbe2e0d sysutils/e2fsprogs: fix "blkid" probe-all feature
e2fsprogs's misc/blkid utility would expect a /proc/partitions file
in a Linux-specific format.  Add code to read the kern.geom.conftxt
sysctl(3) value instead, and adjust parser.

While here, patch /etc/blkid.tab location to ${ETCDIR}.

Reported by:	Adam Dobrawy (private mail)
Tip to:		bapt@ (for the pointer to kern.geom.conftxt)
2020-06-25 18:44:30 +00:00
Yuri Victorovich
f07db382a7 misc/snakemake: Update 5.19.2 -> 5.19.3
Reported by:	portscout
2020-06-23 07:17:13 +00:00
TAKATSU Tomonari
28cc9bd12c - Update to 0.15 2020-06-22 11:33:16 +00:00
Danilo G. Baio
f509ababc7 misc/ansiweather: Update to 1.17.0
Changelog:	https://raw.githubusercontent.com/fcambus/ansiweather/1.17.0/ChangeLog
2020-06-21 18:58:47 +00:00
Dmitri Goutnik
850a337a18 misc/broot: Update to 0.16.0
Changes:	https://github.com/canop/broot/releases/v0.16.0
PR:		247458
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-06-21 18:47:56 +00:00
Lorenzo Salvadore
f2f0c6e390 Drop ports maintainership
Approved by:	gerald (mentor)
2020-06-21 15:36:34 +00:00
Max Brazhnikov
84f45cb6ab misc/py-progressbar2:
- Update to 3.51.3
- Adjust dependencies according to setup.py
2020-06-20 16:11:39 +00:00
Max Brazhnikov
75cbe828ca misc/py-python-utils:
- Update to 2.4.0
- Adjust dependencies according to setup.py
2020-06-20 16:10:32 +00:00
Piotr Kubaj
db9c8a938a misc/nnn: fix build on GCC architectures
Use C11 compiler:
cc1: error: unrecognized command line option "-std=c11"
2020-06-19 23:42:40 +00:00
Lorenzo Salvadore
da246cc364 misc/xiphos: Update to 4.2.1
While here, also switch WWW to https.

Reviewed by:	tcberner
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D25320
2020-06-19 17:36:51 +00:00
Sunpoet Po-Chuan Hsieh
cb333cf1ec Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
2020-06-17 18:17:45 +00:00
Tobias C. Berner
f252dcdc08 Update KDE Frameworks to 5.71.0
June 06, 2020. KDE today announces the release of KDE Frameworks 5.71.0.

KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:
        https://kde.org/announcements/kde-frameworks-5.71.0

Exp-run by:	antoine
PR:		247240
2020-06-17 10:45:51 +00:00
Yuri Victorovich
82c67b1071 New port: misc/ezc3d: C3D (biomechanics data format) reader/writer for C++ 2020-06-17 04:51:49 +00:00
Jan Beich
3fb41287be misc/ncnn: unbreak new VULKAN feature after r539362
https://github.com/Tencent/ncnn/commit/17c445480fee
https://github.com/Tencent/ncnn/commit/eec5cf718015

CMake Warning at CMakeLists.txt:98 (message):
  The submodules were not downloaded! NCNN_VULKAN_ONLINE_SPIRV will be turned
  off.
2020-06-16 17:53:24 +00:00
Yuri Victorovich
460fbef5bc misc/ncnn: Update 20200413 -> 20200616
Reported by:	portscout
2020-06-16 16:11:02 +00:00
Glen Barber
10e0c2aaca Add MANIFESTs for 11.4-RELEASE.
Prune 11.4-RC1 and 11.4-RC2.

MFH:		2020Q2 (re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-06-16 15:36:30 +00:00
Sunpoet Po-Chuan Hsieh
7bf7b51b13 Update to 10.0.0
Changes:	https://github.com/primer/octicons/releases
2020-06-15 19:14:08 +00:00
Mark Linimon
2e1d2b3b1c Mark as not for powerpc*:
meson.build:273:2: ERROR: Problem encountered: Little endian encoding required

Approved by:	portmgr (tier-2 blanket)
2020-06-14 21:53:22 +00:00
Niclas Zeising
b800e8be11 misc/broot: Update to 0.15.1
Update misc/broot to 0.15.1
Changelog:
https://github.com/canop/broot/releases/v0.15.1

PR:		247253
Submitted by:	Lewis Cook (maintainer)
2020-06-14 15:19:27 +00:00
Sunpoet Po-Chuan Hsieh
1a51ad890f Update to 4.46.1
Changes:	https://github.com/tqdm/tqdm/releases
2020-06-14 14:24:45 +00:00
Tobias C. Berner
b7a0bda704 Update KDE's Application (release-service) to 20.04.2 2020-06-13 08:14:07 +00:00
Baptiste Daroussin
652b649d2d Update mate to 1.24
All components but:
caja
atril
marco

Have been upgraded to 1.24
The above 3 other components depends on a newer version of glib
so they will be upgraded later
2020-06-12 15:56:24 +00:00
Tobias C. Berner
35c923ecd9 misc/qt5ct: update to 1.0 2020-06-11 17:27:18 +00:00
Roman Bogorodskiy
73acbabf96 misc/osinfo-db: update to 20200529 2020-06-11 11:18:41 +00:00
Yuri Victorovich
36aa6dc32d misc/ngraph: Unbreak on systems incompatible with the system where the package was built
-march=native caused SEGVs on incompatible systems
2020-06-09 21:14:01 +00:00
Yuri Victorovich
53d348e745 misc/py-xgboost: Update 1.1.0 -> 1.1.1
Reported by:	portscout
2020-06-09 05:33:20 +00:00
Yuri Victorovich
166b35a6d5 misc/xgboost: Update 1.1.0 -> 1.1.1
Reported by:	portscout
2020-06-09 05:31:47 +00:00
Carlo Strub
2e08e5023d Update to 0.14.2
PR:		247011
Submitted by:	maintainer
2020-06-06 18:32:25 +00:00