aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.72.0Jan Beich2019-12-11417-1233/+2402
| | | | | | | | | | 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
* - Update to 0.18TAKATSU Tomonari2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519823
* - Update to 1.12.8TAKATSU Tomonari2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519822
* - Update to 2.0.0TAKATSU Tomonari2019-12-112-6/+7
| | | | Notes: svn path=/head/; revision=519821
* - Update to 1.5-0TAKATSU Tomonari2019-12-113-7/+6
| | | | | | | | - Fix LICENSE section - Update WWW: line in pkg-descr Notes: svn path=/head/; revision=519819
* www/gitlab-ce security update to 12.5.4.Matthias Fechner2019-12-112-7/+7
| | | | | | | | | | 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
* benchmarks/phoronix-test-suite: Update to 9.2.0Luca Pizzamiglio2019-12-112-6/+11
| | | | | | | Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v9.2.0 Notes: svn path=/head/; revision=519817
* Update to 9.11.13Dan Langille2019-12-112-4/+4
| | | | | | | | | | | | | 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
* Fix packaging with non default version of python3Antoine Brodin2019-12-111-202/+202
| | | | | | | PR: 233770 Notes: svn path=/head/; revision=519815
* sysutils/bastille: Update to 0.5.20191128Lars Engels2019-12-112-5/+5
| | | | | | | | PR: 242286 Submitted by: maintainer Notes: svn path=/head/; revision=519814
* - Update to 4.7.0Dmitry Marakasov2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519813
* devel/xeus: don't optimize for the host CPUPiotr Kubaj2019-12-111-1/+2
| | | | | | | | | | | | | 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
* The stream module doesn't imply on the http module in terms ofSergey A. Osokin2019-12-111-2/+2
| | | | | | | | | SSL/TLS usage. Bump PORTREVISION. Notes: svn path=/head/; revision=519811
* biology/bedtools: Upgrade to 2.29.1Jason W. Bacon2019-12-112-4/+4
| | | | | | | | | Several important bug fixes. Reported by: portscout Notes: svn path=/head/; revision=519810
* Update to 3.3.16Emanuel Haupt2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519809
* Update to 0.9.40Emanuel Haupt2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519808
* net-im/6cord: Minor tweaks to MakefileDmitri Goutnik2019-12-111-10/+9
| | | | | | | | | | | - 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
* - Mark BROKEN with WOLFSSL - does not build neither with 3.13.0 nor with ↵Dmitry Marakasov2019-12-111-0/+1
| | | | | | | | | pending update to 4.2.0 Approved by: portmgr blanket Notes: svn path=/head/; revision=519806
* net-im/6cord: Unbreak on aarch64Dmitri Goutnik2019-12-112-5/+5
| | | | | | | | | | | | | | | | | ===> 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
* - Update to 4.0.6Dmitry Marakasov2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519804
* - Update to 0.167.1Dmitry Marakasov2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519803
* - Update to 5.0.1Dmitry Marakasov2019-12-112-4/+4
| | | | Notes: svn path=/head/; revision=519802
* - Update to 0.58_rc5Dmitry Marakasov2019-12-115-109/+5
| | | | Notes: svn path=/head/; revision=519801
* Fix build on GCC-based systems:Mark Linimon2019-12-113-2/+32
| | | | | | | | | | | | | | | | | 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
* Split this into two files, depending on ARCH either being x86, or not.Mark Linimon2019-12-111-11/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=519799
* sysutils/bsdisks: Update to 0.11.Gleb Popov2019-12-112-4/+4
| | | | | | | PR: 241645 Notes: svn path=/head/; revision=519798
* dns/coredns: Unbreak on aarch64Dmitri Goutnik2019-12-112-8/+8
| | | | | | | | | | | | | | | | | ===> 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
* dns/amass: Unbreak on aarch64Dmitri Goutnik2019-12-112-4/+5
| | | | | | | | | | | | | | | | | ===> 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
* devel/etc, devel/synfig, graphics/synfigstudio: Update to 1.2.2Ben Woods2019-12-1115-53/+158
| | | | | | | | | | | | | | | - 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
* benchmarks/stress-ng: Update to 0.10.13Luca Pizzamiglio2019-12-112-4/+4
| | | | | | | Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=d25fd93b64b537d89f175c0464d660cc31ab39c5 Notes: svn path=/head/; revision=519794
* devel/pecl-xdebug: Update to 2.9.0Luca Pizzamiglio2019-12-112-4/+4
| | | | | | | | | Changes: https://xdebug.org/updates#x_2_9_0 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=519793
* Fix build on GCC-based systems:Mark Linimon2019-12-111-2/+2
| | | | | | | | | | | 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
* - Fix licenseDmitry Marakasov2019-12-112-2/+5
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=519791
* devel/py-oci: Update to 2.7.1Koichiro Iwao2019-12-112-4/+4
| | | | | | | | | | | | | | | | | | | | | * 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
* devel/libgit2 security upgrade to 0.28.4.Matthias Fechner2019-12-114-8/+8
| | | | | | | | | | Changelog: https://github.com/libgit2/libgit2/releases/tag/v0.28.4 MFH: 2019Q4 Notes: svn path=/head/; revision=519789
* Updated to g20191130Richard Gallamore2019-12-113-341/+214
| | | | | | | | | | 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
* databases/mantis: Update to 2.23.0Tobias Kortkamp2019-12-113-614/+16
| | | | | | | Changes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.23.0 Notes: svn path=/head/; revision=519787
* x11-fonts/plex-ttf: Update to 4.0.2Tobias Kortkamp2019-12-112-4/+4
| | | | | | | Changes: https://github.com/IBM/plex/releases/tag/v4.0.2 Notes: svn path=/head/; revision=519786
* devel/git-cinnabar: rebuild after r519781Jan Beich2019-12-111-1/+1
| | | | Notes: svn path=/head/; revision=519785
* sysutils/android-file-transfer: expose FUSE on DragonFlyJan Beich2019-12-101-2/+0
| | | | | | | See https://gitweb.dragonflybsd.org/dragonfly.git/commit/5812c3cc7f8e Notes: svn path=/head/; revision=519784
* science/pagmo2: fix build on GCC architecturesPiotr Kubaj2019-12-101-1/+1
| | | | | | | | | | 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
* New port: ports-mgmt/portgrepDmitri Goutnik2019-12-104-0/+37
| | | | | | | | | | 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
* devel/git: Update to 2.24.1Renato Botelho2019-12-103-8/+19
| | | | | | | | | | 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
* Upgrade to v.2.8.0.Thierry Thomas2019-12-103-15/+4
| | | | Notes: svn path=/head/; revision=519780
* Document gitlab vulnerabilities.Matthias Fechner2019-12-101-0/+32
| | | | Notes: svn path=/head/; revision=519779
* Do not build anything without DOC/EXAMPLE selected.Thierry Thomas2019-12-101-11/+10
| | | | | | | | PR: 242158 Reported by: sdalu (at) sdalu.com Notes: svn path=/head/; revision=519778
* Fixed problem with upgraded rails 5.2.4 version.Matthias Fechner2019-12-104-9/+17
| | | | Notes: svn path=/head/; revision=519777
* Remove expired port:Rene Ladan2019-12-106-60/+1
| | | | | | | 2019-12-09 net-im/pidgin-privacy-please: Abandonware Notes: svn path=/head/; revision=519776
* math/spot: Update 2.8.3 -> 2.8.4Yuri Victorovich2019-12-102-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=519775
* - Add a port of a stand-alone binary AndroidManifest.xml decoderAlexey Dokuchaev2019-12-105-0/+75
| | | | | | | | | - Pull `archivers/minizip' port instead of using the bundled copy WWW: https://github.com/ytsutano/axmldec Notes: svn path=/head/; revision=519774