* Backport a patch from upstream that fixes an exception on password change
page for local users.
Changelog:
Enhancements:
* Disable password change form for LDAP-authenticated users
* Display cable colors on device view
* Remove obsolete P3P policy header
* Add query filters for created and last_updated fields
* Allow the underscore character in IPAddress DNS names
Bug Fixes:
* Fix validation error when editing power cables in bulk
* Fix exception when connecting a cable to a RearPort with no corresponding
FrontPort
* Include weight field in prefix/VLAN role form
* Include comments on PowerFeed view
* Fix link for assigned ipaddress in interface page
* Prevent exception when importing an invalid cable definition
* Correctly indicate power feed terminations on cable list
* Fix API filtering of interfaces by more than one device name
* Enforce client validation for minimum service port number
https://github.com/netbox-community/netbox/releases/tag/v2.6.8
MFH: 2019Q4
* Improve the user experience by adding a pkg-message which gives some
advice that audio/lame needs to be installed manually afterwards when
installing from the official FreeBSD package repositories.
* Bump PORTREVISION to include the pkg-message.
PR: 242528
Submitted by: PauAmma <pauamma@gundo.com> (based on)
MFH: 2019Q4
Romanization of Standard Chinese language.
Pinyin is a phonemic notation for Chinese characters.
WWW: https://metacpan.org/release/Lingua-ZH-Romanize-Pinyin
PR: 242354
Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
NSS 3.48 broke powerpc by using getauxval, which FreeBSD doesn't have. GCC9 is also required because of usage of VSX, which needs to be manually added for some files.
PR: 242521
Approved by: jbeich (maintainer)
===> Building sops from ./cmd/sops
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
Unbreak by updating golang.org/x/sys to 33540a1f6037 and golang.org/x/net to
83d349e8ac1a which adds support for freebsd/arm64.
Upstream PR: https://github.com/mozilla/sops/pull/593
It causes a build error on powerpc64:
g++9: error: unrecognized command line option '-march=native'; did you mean '-mcpu=native'?
And may cause runtime issues even when it builds.
PR: 242582
Approved by: yuri (maintainer)
- Properly format Makefile in accordance to `portclippy`
- Format alignment of OPTIONS_DEFINE
PR: 242365
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
cc1plus: error: unrecognized command line option "-msse"
cc1plus: error: unrecognized command line option "-msse2"
cc1plus: error: unrecognized command line option "-std=gnu++0x"
The previous patchfile is now split into two, depending on whether
ARCH is x86 or not.
Since REINPLACE is now deprecated for this purpose, I could not
figure out any other way to do it.
Approved by: portmgr (tier-2 blanket)
===> Building coredns from github.com/coredns/coredns
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/coredns-1.6.2_1.log
Unbreak by updating golang.org/x/sys to 33540a1f6037 and golang.org/x/net to
83d349e8ac1a which adds support for freebsd/arm64.
PR: 242561
Approved by: yuri (maintainer)
- Changed port to use GitHub as MASTER_SITES (follow upstream)
- Use autoreconf to build configure script (not included in GH repo)
- Introduce patches to fix build with autoreconf
Changes this release:
https://www.synfig.org/2018/09/15/synfig-studio-1-2-2-released/
PR: 237707
Reported by: kunda <chitty_cloud@me.com>
cc1: error: unrecognized command line option "-std=gnu11"
While here, pet portlint by sorting the (newly edited) USES.
Approved by: portmgr (tier-2 blanket)
* Support for etags on results of the List Objects API in the Object Storage service
* Support for OCIDs on buckets in the Object Storage service
* Support for content-disposition and cache-control headers on objects in the Object Storage service
* Support for recovering deleted compartments in the Identity service
* Support for sharing volumes across multiple instances in the Block Storage service
* Support for connect harnesses and stream pools in the Streaming service
* Support for associating file storage mount targets with network security groups in the File Storage service
* Support for calling Oracle Cloud Infrastructure services in the uk-gov-london-1 region
* Add default connection timeout(10s) and read timeout(60s) for Python SDK client
* Add contents table to client documentation
* Fix the issue of the second style of pagination
PR: 242572
Submitted by: maintainer
Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.7.1
Cleaned up Makefile
Bump llvm to 90
Remove mono and rust support
Added regex option which will build the cregex module for better regex unicode support