Mark as BROKEN on powerpc64:
include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported on ARM and x86
This is even after adding the fix for 12-STABLE of compiler:c11 to USES,
which at least allows the build to get that far.
I took a look at this one time, thinking it would be easy, but I was not
able to come up with a quick answer.
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
lib/libeccodes.so: undefined reference to `grib_decode_size_t'
lib/libeccodes.so: undefined reference to `grib_encode_size_tb'
ninja: build stopped: subcommand failed.
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
lbfgs.f90:18:19:
18 | use, intrinsic :: ieee_arithmetic
Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
./src/configs/include_configs.hpp:2:37: fatal error: configs/power7/config.hpp: No such file or directory
Adding compiler:c++11-lang to USES merely uncovers this error on 12-STABLE;
it does not fix the underlying problem.
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
/tmp/camlasm2822e8.s: Assembler messages:
/tmp/camlasm2822e8.s:10348: Error: operand out of range (0x000000000000804c is not between 0xffffffffffff8000 and 0x0000000000007ffc)
/tmp/camlasm2822e8.s:32988: Error: operand out of range (0x000000000000805c is not between 0xffffffffffff8000 and 0x0000000000007ffc)
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
"/wrkdirs/usr/ports/lang/scm/work/slib/lineio.scm": read-char: Wrong type in arg1 #f
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64.
The complete error message:
# In file included from ./../../src/conc/AtomicPtr.h:30,
# from ./../../src/conc/CellPool.h:30,
# from ./../../src/conc/ObjPool.h:44,
# from ../../src/fmtc/Bitdepth.h:30,
# from ../../src/main.cpp:18:
# ./../../src/conc/def.h:45:3: error: #error
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by 'host/buildvm_arch.h'.
While here, remove sparc stanza, as we no longer support the arch.
Approved by: portmgr (tier-2 blanket)
Mark as broken on powerpc64:
IWYU: configuring for LLVM 8.0.1...
Could NOT find Git (missing: GIT_EXECUTABLE)
I have investigated but don't know why it breaks here but builds elsewhere.
Approved by: portmgr (tier-2 blanket)
Mark this port BROKEN on powerpc64 the same as on the other archs.
While here, pet portlint by combining BROKEN_arch statements.
The exact error message varies by version, e.g.:
checking build system type... Invalid configuration 'powerpc64-portbld-freebsd12.1': machine `powerpc64-portbld' not recognized
checking build system type... Invalid configuration 'powerpc64-portbld-freebsd13.0': machine `powerpc64-portbld' not recognized
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
utgcns/libboost/boost/smart_ptr/detail/sp_counted_impl.hpp:81:5: error: 'get_deleter' declared as a 'virtual' field
This may have something to do with compiler:openmp in USES. However,
it has broken for more than 6 months at this point.
Approved by: portmgr (tier-2 blanket)
Mark as BROKEN on powerpc64:
File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1179, in do_install
self.copy_fun(src, tgt)
File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1083, in copy_fun
shutil.copy2(src, tgt)
File "/usr/local/lib/python3.7/shutil.py", line 267, in copy2
copystat(src, dst, follow_symlinks=follow_symlinks)
File "/usr/local/lib/python3.7/shutil.py", line 206, in copystat
follow_symlinks=follow)
FileNotFoundError: [Errno 2] No such file or directory
Approved by: portmgr (tier-2 blanket)
devel/cscout: unexpire and update to 3.01
- Leave out the DOCS option for now because the required conversion
of XML to HTML has not been figured out yet.
- No more dependency on compat6x
- Fetch sources from GitHub
- update license to GPLv3
PR: 242402
Submitted by: Joachim Werner
Approved by: maintainer (dds@)
Approved by: ports-secteam (joneum)
java/jflex: undeprecate and update to 1.8.1
Further changes:
- use a prebuilt jar file to avoid depending on Maven or Bazel
- swith MASTER_SITES to GitHub
- add BSD3CLAUSE license
- rewrap pkg-descr
PR: 245447
Submitted by: Jashank Jeremy
Approved by: maintainer
Approved by: ports-secteam (joneum)
security/py-netmiko: Update to 3.1.1
Changelog:
New Drivers/Platforms
* UnifiSwitchSSH
* Huawei OLT
* Huawei SmartAX
Bugfixes and Improvements:
* Nokia SR-OS SCP Support
* Improve terminal width behavior
* Fix some issues related to cmd_verify
* Expanded autodetect support
https://github.com/ktbyers/netmiko/releases/tag/v3.1.1
Approved by: ports-secteam (joneum)
net-mgmt/py-napalm: Update to 3.0.0
net-mgmt/py-napalm: Update to 3.0.1
* Remove the patch that fixed some issues with net-mgmt/py-junos-eznc as it
has been merged by upstream.
Get rid of the post-patch target as well because it's no longer required.
* Add some instructions to cope with the command changes that were
introduced to newer versions of Arista EOS.
Changelog with some notable changes/fixes:
General:
* Integrated nxapi_plumbing and pyIOSXR into NAPALM.
* Updated support for TwoGigabit & TwentyFiveGig interfaces to
canonical_map.py
NXOS:
* Fix exception when trying to get environmental data from certain Nexus
devices
* Fix "cmd_verify" and null character
IOS:
* Fix traceroute output parsing in ios
* Fix vrf detection when no vrf is defined
* Fix show interfaces summary for 10/40/100 Gig Interfaces
* Fix get_bgp_neighbors_detail
* "get_interfaces_counters" broken with Managment Interface
* "get_optics" does not work on VSS setup
* "get_optics" broken if input value is N/A
IOS-XE:
* Update to handle Cisco ISR mac address table with multiple EHWIC modules
installed
IOS-XR:
* Add support for XML namespace prefixes in find_txt
Junos:
* Added auto_probe optional argument
* Add support for configure private in Junos
* SRX cluster devices stack RPC replies under multi-routing-engine-results
* Close configuration in case "configure_private" is set to avoid configure
session to stay forever
https://github.com/napalm-automation/napalm/releases/tag/3.0.0https://github.com/napalm-automation/napalm/releases/tag/3.0.1
Approved by: ports-secteam (joneum)
www/firefox: require new NSS after r534912/r534914
In file included from Unified_c_netwerk_srtp_src0.c:2:
netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c:274:15: error: no member named 'ulIvBits' in 'struct CK_GCM_PARAMS'
c->params.ulIvBits = GCM_IV_LEN * 8;
~~~~~~~~~ ^
PR: 246690
Reported by: mikael
Approved by: ports-secteam blanket
java/java-cup: update to 11.b.20160615 and unexpire
Further changes:
- use a prebuilt binary instead of building from source
- change license to SMLNJ in agreement with maintainer
PR: 245466
Submitted by: Jashank Jeremy
Approved by: maintainer
Approved by: ports-secteam (joneum)
www/py-flask-restplus: unbreak after r527409
>>> import flask_restplus
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/flask_restplus/__init__.py", line 4, in <module>
from . import fields, reqparse, apidoc, inputs, cors
File "/usr/local/lib/python3.7/site-packages/flask_restplus/fields.py", line 17, in <module>
from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug' (/usr/local/lib/python3.7/site-packages/werkzeug/__init__.py)
Approved by: ports-secteam blanket
sysutils: unbreak and unexpire.
The maintainer who is also the author rerolled the distfile.
PR: 244909
Submitted by: kiwi@oav.net
Approved by: ports-secteam (joneum)
sysutils/upsdaemon: unbreak, over to new website and maintainer
PR: 246154
Submitted by: Chris Hutchinson
Approved by: previous maintainer timeout (2 weeks)
Approved by: ports-secteam (joneum)
sysutils/memfetch: unbreak and unexpire
Upstream changed a source file without a version bump (back in 2007)
PR: 246156
Submitted by: Chris Hutchinson
Approved by: maintainer timeout (onatan@gmail.com, 2 weeks)
Approved by: ports-secteam (joneum)