| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
Notes:
svn path=/head/; revision=519824
|
|
|
|
| |
Notes:
svn path=/head/; revision=519823
|
|
|
|
| |
Notes:
svn path=/head/; revision=519822
|
|
|
|
| |
Notes:
svn path=/head/; revision=519821
|
|
|
|
|
|
|
|
| |
- Fix LICENSE section
- Update WWW: line in pkg-descr
Notes:
svn path=/head/; revision=519819
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://about.gitlab.com/blog/2019/12/10/critical-security-release-gitlab-12-5-4-released/
Security: 21944144-1b90-11ea-a2d4-001b217b3468
Notes:
svn path=/head/; revision=519818
|
|
|
|
|
|
|
| |
Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v9.2.0
Notes:
svn path=/head/; revision=519817
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/gchq/CyberChef/releases/tag/v9.11.13
Changelog:
Fixed file overlay icon
Updated dependencies
Added word separator code to Morse Code ops.
Notes:
svn path=/head/; revision=519816
|
|
|
|
|
|
|
| |
PR: 233770
Notes:
svn path=/head/; revision=519815
|
|
|
|
|
|
|
|
| |
PR: 242286
Submitted by: maintainer
Notes:
svn path=/head/; revision=519814
|
|
|
|
| |
Notes:
svn path=/head/; revision=519813
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=519812
|
|
|
|
|
|
|
|
|
| |
SSL/TLS usage.
Bump PORTREVISION.
Notes:
svn path=/head/; revision=519811
|
|
|
|
|
|
|
|
|
| |
Several important bug fixes.
Reported by: portscout
Notes:
svn path=/head/; revision=519810
|
|
|
|
| |
Notes:
svn path=/head/; revision=519809
|
|
|
|
| |
Notes:
svn path=/head/; revision=519808
|
|
|
|
|
|
|
|
|
|
|
| |
- Properly format Makefile in accordance to `portclippy`
- Format alignment of OPTIONS_DEFINE
PR: 242365
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Notes:
svn path=/head/; revision=519807
|
|
|
|
|
|
|
|
|
| |
pending update to 4.2.0
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=519806
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Building 6cord from .
# 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/6cord-9.5_1.log
Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for freebsd/arm64.
Upstream PR: https://gitlab.com/diamondburned/6cord/merge_requests/21
PR: 242580
Approved by: Lewis Cook <vulcan@wired.sh> (maintainer)
Notes:
svn path=/head/; revision=519805
|
|
|
|
| |
Notes:
svn path=/head/; revision=519804
|
|
|
|
| |
Notes:
svn path=/head/; revision=519803
|
|
|
|
| |
Notes:
svn path=/head/; revision=519802
|
|
|
|
| |
Notes:
svn path=/head/; revision=519801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=519800
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=519799
|
|
|
|
|
|
|
| |
PR: 241645
Notes:
svn path=/head/; revision=519798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> 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)
Notes:
svn path=/head/; revision=519797
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Building amass from ./cmd/amass
# 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/amass-3.4.0.log
Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.
PR: 242555
Approved by: yuri (maintainer)
Notes:
svn path=/head/; revision=519796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=519795
|
|
|
|
|
|
|
| |
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=d25fd93b64b537d89f175c0464d660cc31ab39c5
Notes:
svn path=/head/; revision=519794
|
|
|
|
|
|
|
|
|
| |
Changes: https://xdebug.org/updates#x_2_9_0
Sponsored by: trivago N.V.
Notes:
svn path=/head/; revision=519793
|
|
|
|
|
|
|
|
|
|
|
| |
cc1: error: unrecognized command line option "-std=gnu11"
While here, pet portlint by sorting the (newly edited) USES.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=519792
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=519791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=519790
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/libgit2/libgit2/releases/tag/v0.28.4
MFH: 2019Q4
Notes:
svn path=/head/; revision=519789
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=519788
|
|
|
|
|
|
|
| |
Changes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.23.0
Notes:
svn path=/head/; revision=519787
|
|
|
|
|
|
|
| |
Changes: https://github.com/IBM/plex/releases/tag/v4.0.2
Notes:
svn path=/head/; revision=519786
|
|
|
|
| |
Notes:
svn path=/head/; revision=519785
|
|
|
|
|
|
|
| |
See https://gitweb.dragonflybsd.org/dragonfly.git/commit/5812c3cc7f8e
Notes:
svn path=/head/; revision=519784
|
|
|
|
|
|
|
|
|
|
| |
Needs C++11 compiler after last upgrade:
CMake Error in CMakeLists.txt:
Target "pagmo" requires the language dialect "CXX11" , but CMake does not
know the compile flags to use to enable it.
Notes:
svn path=/head/; revision=519783
|
|
|
|
|
|
|
|
|
|
| |
portgrep is a fast parallel ports tree search utility, supporting both
predefined queries (by MAINTAINER, USES, etc.) and custom regex searches.
WWW: https://github.com/dmgk/portgrep
Notes:
svn path=/head/; revision=519782
|
|
|
|
|
|
|
|
|
|
| |
MFH: 2019Q4
Security: CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=519781
|
|
|
|
| |
Notes:
svn path=/head/; revision=519780
|
|
|
|
| |
Notes:
svn path=/head/; revision=519779
|
|
|
|
|
|
|
|
| |
PR: 242158
Reported by: sdalu (at) sdalu.com
Notes:
svn path=/head/; revision=519778
|
|
|
|
| |
Notes:
svn path=/head/; revision=519777
|
|
|
|
|
|
|
| |
2019-12-09 net-im/pidgin-privacy-please: Abandonware
Notes:
svn path=/head/; revision=519776
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=519775
|
|
|
|
|
|
|
|
|
| |
- Pull `archivers/minizip' port instead of using the bundled copy
WWW: https://github.com/ytsutano/axmldec
Notes:
svn path=/head/; revision=519774
|