aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with openssl 1.1arved2018-11-143-1/+170
| | | | | PR: 233130 Submitted by: Yoshihiro Takahashi
* mail/spamassassin: Revert r484326zeising2018-11-142-9/+3
| | | | | | | Revert r484326, switch to gpg2, silence gpg2 memory warnings. I have gotten multiple reports of this causing issues when upgrading or installing. Revert this until I can look at this in more detail.
* - Update xca to 2.1.2madpilot2018-11-146-52/+21
| | | | | | | | | - The new version works fine with OpenSSL 1.1.1 - Drop Qt4 option and move to Qt5 - Fix portlint warning - Project moved to github - Update WWW in pkg-descr - Take maintainership
* databases/mariadb102-server: Update to 10.2.19brnrd2018-11-147-72/+33
| | | | | MFH: 2018Q4 Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
* Upgrade to v1.24.0.thierry2018-11-142-4/+4
| | | | Release notes at <https://github.com/libuv/libuv/releases/tag/v1.24.0>.
* - Fix with INN's shared libraries;thierry2018-11-143-4/+43
| | | | - Fix WWW.
* Survival analysis in Python, including Kaplan Meier, Nelson Aalen and regressionrm2018-11-144-0/+30
| | | | WWW: https://github.com/CamDavidsonPilon/lifelines/
* Update to 1.2.1joneum2018-11-142-4/+4
| | | | | | PR: 233051 Submitted by: maintainer Sponsored by: Netzkommune GmbH
* Update to upstream version 0.21.2riggs2018-11-143-159/+191
| | | | | | | | | | | | | | | Details: - Major upgrade from 0.20.x branch, see upstream log: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.2/NEWS - Use meson build system - Revamp OPTIONS: - Retire all options without LIB_DEPENDS - Rename AAC option to FAAD, as aac is also available via FFMPEG - New OPTIONS for ISO9660 and ZZIP; bzip support is always compiled in - Support for commercial streaming services: QOBUZ, SOUNDCLOUD, TIDAL - Simplify Makefile when possible - Pet portlint
* Update to 52.9.0.kwm2018-11-142-8/+16
| | | | | | | | | | * This is the last release in the 52 series. * Don't extract cruft we don't need to build SpiderMonkey. * Add work-around for needing uvernum.h even if --with-system-icu is requested. * Unbreak regression-test command. PR: 229762 Submitted by: mi@
* Update gdm to 3.28.4.kwm2018-11-143-4/+6
| | | | Obtained from: GNOME devel repo.
* Update gnome-shell to 3.28.3.kwm2018-11-142-5/+4
| | | | Obtained from: GNOME devel repo.
* Update mutter to 3.28.3.kwm2018-11-142-5/+6
| | | | Obtained from: GNOME devel repo
* Update glib20 to 2.56.3.kwm2018-11-144-39/+53
| | | | | | * Add MANPAGES options to build the manpages as they don't come pre-build anymore. Obtained from: GNOME devel repo.
* Update gjs to 1.52.4.kwm2018-11-142-4/+4
| | | | Obtained from: GNOME devel repo
* Update gnome-documents to 3.28.2.kwm2018-11-142-4/+4
| | | | Obtained from: GNOME devel repo
* Update gnome-photo to 3.28.1.kwm2018-11-142-5/+4
| | | | Obtained from: GNOME devel repo
* Update polari to 3.28.1.kwm2018-11-143-4/+8
|
* Update geary to 0.12.4.kwm2018-11-145-5/+601
| | | | | | * Add patches the fix the build with webkit2-gtk3 2.22 and vala 0.40.11. Obtained from: upstream
* Update vala to 0.40.11.kwm2018-11-143-4/+7
|
* devel/p4: fix build with OpenSSL 1.1asomers2018-11-142-1/+24
| | | | | | | PR: 229021 Reported by: brnrd Submitted by: ken MFH: 2018Q4
* emulators/qemu-utils: fix build after r484653asomers2018-11-141-1/+1
| | | | | | | The master port switched its distfile but didn't update the slave port. PR: 233194 Reported by: Sergey Akhmatov <sergey@akhmatov.ru>
* Fix LICENSE in audio/elisa.adridg2018-11-131-1/+1
| | | | | | PR: 233200 Submitted by: monwarez@mailoo.org Reported by: monwarez@mailoo.org
* Be stricter when matching URLs.olivier2018-11-132-24/+22
| | | | | Submitted by: gahr Obtained from: https://github.com/shellinabox/shellinabox/pull/448/
* Instead of requesting GCC explicitly, tentatively add `compiler:c11' todanfe2018-11-131-8/+3
| | | | | | the USES list as suggested by several people, even though the code does not really require C11 (e.g., it can be built with -std=c99 or with GCC 4.6 which does not support C11 standard).
* - Fix USES=tar usageamdmi32018-11-131-3/+3
| | | | | | | - Fix LICENSE - Add NO_ARCH Approved by: portmgr blanket
* Correct LICENSE information for audio/elisa.adridg2018-11-131-1/+1
| | | | | Actually reading the COPYING and code headers shows that the license is LGPLv3 (or, at your option, any later version).
* mail/neomutt: add support for GSSAPI, by default using krb from basegahr2018-11-131-3/+12
| | | | Approved by: bapt
* - Update to 3.9.8ehaupt2018-11-132-5/+6
| | | | - Pacify portlint
* New port audio/elisa, a nimble QML-based audio player.adridg2018-11-135-0/+132
| | | | | | | | | | This application has seen a steady (beta) release series in the KDE world already, and is packaged and flatpacked elsewhere. The WWW: line points to a boring user-manual page; more interesting release notes are at https://mgallienkde.wordpress.com/ Reported by: arved
* devel/py-pendulum: Add missing dependenciesgarga2018-11-131-0/+4
|
* Try to unbreak the build on architectures that still use old GCC as theirdanfe2018-11-131-3/+7
| | | | | | system compiler by using contemporary GCC version. Tested on: powerpc
* Update lang/erlang-runtime20 to version 20.3.8.13.olgeni2018-11-132-5/+7
|
* - Update WWWamdmi32018-11-131-1/+1
| | | | Approved by: portmgr blanket
* Remove debug left-over that crept in r484864.danfe2018-11-131-1/+1
|
* - Update `graphics/azpainter' to version 2.1.3danfe2018-11-138-1414/+179
| | | | - Use the latest (fixed) Belarusian and Chinese translations
* - Update to 2.4.7miwi2018-11-132-6/+6
| | | | | | | | | Changes by upstream: - https://github.com/digitalocean/netbox/releases/tag/v2.4.7 PR: 233191 Submitted by: maintainer Sponsored by: iXsystems Inc.
* Update to 0.1.b114ehaupt2018-11-132-4/+4
|
* Update to 1.0.2joneum2018-11-134-5/+23
| | | | | | | | Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.0.2 PR: 233122 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Sponsored by: Netzkommune GmbH
* - Update to 2.1.11decke2018-11-132-4/+4
|
* biology/molden: update to 5.8.2jmd2018-11-133-10/+45
| | | | | | | Also add do-install-{option}-on targets and shadow ${MKDIR} commands. PR: 233060 Submitted by: yuri
* Fix creating birdvty at installation timeolivier2018-11-131-1/+3
| | | | | PR: 233185 Submitted by: hashiz@meridiani.jp
* devel/cltune: Unbreak on gcc architectures.jmd2018-11-131-3/+1
| | | | | PR: 232670 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* graphics/drm-devel-kmod: enable experimental i386 support.jmd2018-11-133-10/+16
| | | | | | Alongside update to a later snapshot which brings vmwgfx. Obtained from: FreeBSDDesktop
* Remove a sneaked change in r484853lwhsu2018-11-131-1/+0
| | | | | MFH: 2018Q4 Sponsored by: The FreeBSD Foundation
* Add support of -fuse-ld=lldlwhsu2018-11-132-0/+107
| | | | | | | | | | Merge support from upstream gcc for -fuse-ld=lld. It's already committed and should appear in a future release. PR: 233174 Submitted by: brooks MFH: 2018Q4 Sponsored by: The FreeBSD Foundation
* - Update to 1.3wen2018-11-132-5/+4
| | | | | PR: 233148 Submitted by: yuri@
* multimedia/aom: update to 1.0.0.907jbeich2018-11-132-5/+5
| | | | Changes: https://aomedia.googlesource.com/aom/+log/395858288..b3938da73
* emulators/citra: update to s20181111jbeich2018-11-132-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/a59920ed3...f43524fff
* emulators/rpcs3: update to 0.0.5.1035jbeich2018-11-132-4/+4
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/7180c1f2d...2e1aec4de
* sysutils/android-file-transfer: update to 3.7jbeich2018-11-132-4/+4
| | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.7 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/v3.6...v3.7
* libssh is a dependency of RPKI optionolivier2018-11-131-3/+3
| | | | | PR: 233170 Submitted by: dinoex
* New port x11/compton-confjsm2018-11-134-0/+35
| | | | | | | | | GUI configuration tool for X composite manager Compton. It is maintained by the LXQt project but can be used independently. PR: 229315 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17968
* - Fix X509 build after r484765 openssl fixbdrewery2018-11-134-48/+24
| | | | | | | | - Fix patch URL for KERB_GSSAPI - Add FLAVORs for x509 and gssapi since they are distinct types of OpenSSH rather than feature flags. Approved by: portmgr (implicit)
* benchmarks/stress-ng: Update to 0.09.45pizzamig2018-11-133-7/+7
| | | | Changes: http://kernel.ubuntu.com/git/cking/stress-ng.git/log/
* Also document the move of ImageMagick-nox11.kwm2018-11-131-0/+1
| | | | Reported by: Florian Smeets <flo@smeets.xyz>
* Update to 0.16.3sunpoet2018-11-132-7/+9
| | | | Changes: https://github.com/jnunemaker/httparty/blob/master/Changelog.md
* Update to 0.20.3sunpoet2018-11-132-4/+4
| | | | Changes: https://github.com/erikhuda/thor/blob/master/CHANGELOG.md
* Update to 0.9.2sunpoet2018-11-132-4/+4
| | | | Changes: https://github.com/banister/method_source/commits/master
* Update to 0.818sunpoet2018-11-132-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/Net-SIP
* Update to 2.173sunpoet2018-11-132-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Data-Dumper
* Update to 2018.11.11sunpoet2018-11-132-4/+4
|
* Update to 2018.11.11sunpoet2018-11-132-4/+4
|
* Update to 2.1.0sunpoet2018-11-133-13/+11
| | | | Changes: https://github.com/fog/fog/releases
* Update to 2.7.6.1sunpoet2018-11-132-6/+6
| | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS https://github.com/psycopg/psycopg2/blob/2_7_6_1/NEWS
* Update to 1.09sunpoet2018-11-134-20/+19
| | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST - Take maintainership Changes: https://metacpan.org/changes/distribution/Object-Tiny
* Update to 2.2.2sunpoet2018-11-133-6/+16
| | | | Changes: https://github.com/gflags/gflags/releases
* www/yarn: Update to 1.12.3pizzamig2018-11-132-4/+4
| | | | | PR: 233149 Submitted by: Jose Luis Duran <jlduran@gmail.com>
* - Add LICENSEamdmi32018-11-133-14/+17
| | | | | - Regenerate patches - Silence stripping
* textproc/bat: Update to 0.9.0pizzamig2018-11-132-83/+97
| | | | Changelog: https://github.com/sharkdp/bat/releases/tag/v0.9.0
* - Update KERB_GSSAPI for 7.9p1bdrewery2018-11-132-3/+3
|
* - Fix HPN for 7.9p1bdrewery2018-11-133-20/+40
| | | | | | | | | | - DOCS is required for HPN but it's not exclusively a flavor so needs to be in the default list. - Fix a build-time OpenSSL version comparison [1] PR: 233157 [1] Reported by: Robert Schulze <rs@bytecamp.net> [1] Obtained from: upstream c0a35265907533be10ca151ac797f34ae0d68969 [1]
* - Take maintainership of devel/gdcm.stephen2018-11-1310-462/+470
| | | | | - Update devel/gdcm to 2.8.8. - Bump portrevision of dependent ports.
* security/openssl: Security update for CVE-2018-5407brnrd2018-11-132-2/+342
| | | | | MFH: 2018Q4 Security: 6f170cf2-e6b7-11e8-a9a8-b499baebfeaf
* security/vuxml: Document openssl vulnerabilitybrnrd2018-11-131-0/+32
|
* - Use canonical format for MASTER_SITEScpm2018-11-131-2/+1
| | | | Reported by: mat
* devel/kio-extras: Remove the htmlthumbnailer.tcberner2018-11-132-10/+6
| | | | | | | | | | | | | | | Albert Astals Cids reports: The HTML thumbnailer was incorrectly accessing some content of remote URLs listed in HTML files. This meant that the owners of the servers referred in HTML files in your system could have seen in their access logs your IP address every time the thumbnailer tried to create the thumbnail. Use the suggested workaround, and remove the htmlthumbnailer. MFC after: 2018Q4 Security: 1460aa25-e6ab-11e8-a733-e0d55e2a8bf9 Security: CVE-2018-19120
* security/vuxml: Add entry for devel/kio-extras <= 18.08.3_1tcberner2018-11-131-0/+39
| | | | | | https://www.kde.org/info/security/advisory-20181012-1.txt Security: CVE-2018-19120
* - Update to 3.6.0amdmi32018-11-132-4/+4
| | | | | PR: 232718 Approved by: maintainer timeout (wg, 2 weeks)
* - Update to 2.4.0amdmi32018-11-132-4/+4
|
* Update KDE Frameworks to 5.52.0tcberner2018-11-13150-430/+435
| | | | | PR: 233107 Exp-run by: antoine
* Update to latest commit.mat2018-11-134-16/+16
|
* Update to v5.29.4-39-g8e0c32f43c.mat2018-11-132-4/+4
|
* deskutils/virt-manager: update to 2.0.0novel2018-11-133-13/+9
| | | | | * Bump required to 3.3+ as 2.7 is no longer supported * Drop www/py-urlgrabber dependency as it's not used anymore
* databases/mariadb103-server: Fix linking issuebrnrd2018-11-131-9/+2
| | | | | | | | | | | - Link issues when INNOBASE is set to DYNAMIC [1] - While here, remove MDEV-14072 fix [1]: https://jira.mariadb.org/browse/MDEV-17560 PR: 233135 Submitted by: Ralf van der Enden <tremere cainites net> Reported by: Dries Michiels <driesm michiels gmail com>
* - Update to 2.151lwhsu2018-11-132-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* Use sys/capsicum.h instead of deprecated sys/capability.hbapt2018-11-131-0/+11
| | | | | PR: 233169 Reported by: emaste
* Fix build problems on i386girgen2018-11-121-0/+4
| | | | | Use GCC seems to be proper way to do it. SSE2 would not be available for all CPU:s.
* - Update `mail/mailutils' to version 3.5danfe2018-11-122-9/+8
| | | | | | | | - Now supports Berkeley DB versions 5 and 6 - Add GUILE_USES=pkgconfig because guile-config requires it - Because our `lang/guile2' is outdated, add GUILE_BROKEN PR: 229613 (related)
* lang/duktape-lib: respect CCmeta2018-11-122-11/+1
| | | | | | PR: 233066 Submitted by: myself Approved by: maintainer, mentors (implicit)
* - Update to 4.3.0ehaupt2018-11-122-6/+6
| | | | - Pacify portlint
* Update to the 20181109 snapshot of GCC 8.2.1.gerald2018-11-122-5/+4
|
* Upgrade to version 3.3.0.se2018-11-124-17/+9
| | | | Approved by: antoine (implicit)
* - Update moodle to 3.5.3, 3.4.6, 3.3.9 and 3.1.15(include security fix)wen2018-11-1212-68/+20
| | | | | | | - Remove moodle32 from CONFLICTS - Remove apache22 message from pkg-message MFH: 2018Q4
* sysutils/fwup: new port for managing embedded linux systemsdch2018-11-124-0/+60
| | | | | | | | | | | | | | | | fwup is a configurable image-based software update utility for embedded Linux-based systems. It primarily supports software upgrade strategies that update entire root filesystem images at once. This includes strategies like swapping back and forth between A and B partitions, recovery partitions, and various trial update/failback scenarios. All software update information is combined into a ZIP archive that may optionally be cryptographically signed. fwup has minimal dependencies and runtime requirements. WWW: https://github.com/fhunleth/fwup Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17907
* japanese/font-koruri: Update WWWmeta2018-11-121-1/+1
| | | | | | | | | The old URL had been redirected to the new one for a while but the site owner quit redirection. PR: 233119 Reported by: Yuta MASUMOTO <owata@owatan.jp> Approved by: mentors (implicit)
* - Fix LICENSEamdmi32018-11-122-3/+6
| | | | | | - Add NO_ARCH - Switch to options helpers - Update WWW
* dns/dhisd: update to 5.5egypcio2018-11-1213-382/+138
| | | | | | | | | | | | | | | * while here, adopt the port; * files/patch-Makefile; use CC=${CC} for clang and GCC compatibility; use PREFIX instead of hardcoding "/usr/local"; better use WFLAGS+= (with a plus). * also updated 'pkg-descr' with a longer description about the port. PR: 230990 Submitted by: egypcio Approved by: rene (mentor)
* net/py-sbws: update to v1.0.2egypcio2018-11-122-4/+4
| | | | | | | | | | | CHANGELOG (upstream) * merge branch 'ticket28365'; * include the headers about eligible relays in all the bandwidth files, not only in the ones that does not have enough eligible relays (28365). Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D17948
* science/lammps: BROKEN on i386yuri2018-11-121-3/+2
| | | | Fix a few minor problems.
* devel/ccls: Update to 0.20181111tobik2018-11-122-4/+4
| | | | Changes: https://github.com/MaskRay/ccls/releases/tag/0.20181111
* New port: science/sparta: Gas simulator: SPARTA DSMC software packageyuri2018-11-125-0/+76
|
* graphics/mesa-libs: enable WAYLAND by default here and in consumersjbeich2018-11-1220-19/+46
| | | | | | | | PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine
* deskutils/cairo-dock: track more dependenciesjbeich2018-11-121-2/+24
| | | | | | | | | | | | | | | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGLU.so.1 from graphics/libGLU but it is not declared as a dependency Warning: you need USE_GL+=glu Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama PR: 227509 Reported by: antoine (via exp-run)
* graphics/piglit: track graphics/wayland dependencyjbeich2018-11-121-1/+8
| | | | | | | | CMake Error at CMakeLists.txt:162 (message): Wayland support requires xkbcommon. Failed to find xkbcommon library. PR: 227509 Reported by: antoine (via exp-run)
* graphics/waffle: track graphics/wayland dependencyjbeich2018-11-121-2/+5
| | | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libwaffle-1.so.0.5.2 is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/lib/libwaffle-1.so.0.5.2 is linked to /usr/local/lib/libwayland-egl.so.1 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-egl.so:graphics/wayland PR: 227509 Reported by: antoine (via exp-run)
* science/py-scikit-sparse: Update 0.4.3 -> 0.4.4yuri2018-11-123-6/+5
| | | | | | Also update WWW. Reported by: portscout
* science/py-MDAnalysisTests/: Update 0.19.0 -> 0.19.2yuri2018-11-122-4/+4
| | | | Reported by: portscout
* science/py-MDAnalysis: Update 0.19.0 -> 0.19.2yuri2018-11-122-6/+7
| | | | Reported by: portscout
* Update evince to 3.28.5.kwm2018-11-124-10/+17
| | | | Obtained from: GNOME devel repo.
* Update eog to 3.28.4.kwm2018-11-122-4/+4
| | | | Obtained from: GNOME devel repo.
* Update gsettings-desktop-schemas to 3.28.1.kwm2018-11-122-4/+4
| | | | Obtained from: GNOME devel repo
* Update libsoup to 2.62.3.kwm2018-11-122-4/+4
| | | | Obtained from: GNOME devel repo
* Update gnome-build to 3.28.4.kwm2018-11-122-4/+4
| | | | Obtained from: GNOME devel repo.
* Update libdazzle to 3.28.5.kwm2018-11-122-4/+4
|
* - Update to 20181108amdmi32018-11-122-5/+5
|
* Move ekiga to the full gnome3 port. It doesn't below in the -lite port.kwm2018-11-122-4/+4
|
* Update file-roller to 3.28.1.kwm2018-11-122-5/+26
| | | | | | * Add options for additional archive types [1] Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> [1]
* Fix plist with libgda 5.2.5.kwm2018-11-121-1/+0
| | | | | | Forgotten in r484770. Obtained from: GNOME devel repo.
* math/zimpl: Update 3.3.4 -> 3.3.6yuri2018-11-124-16/+25
| | | | | | Also change MASTER_SITES and WWW to https. Reported by: portscout
* Update libgda5 to 5.2.5.kwm2018-11-127-209/+31
| | | | Obtained from: GNOME devel repo
* - Update astro/wcslib to 6.2danilo2018-11-125-9/+15
|
* Update epiphany to 3.28.5.kwm2018-11-122-5/+5
| | | | Obtained from: GNOME devel repo.
* Update Webkit2-gtk3 to 2.22.3.kwm2018-11-1214-49/+43
| | | | | | * Regen patches Obtained from: GNOME devel repo
* math/vtk8: Update 8.1.1 -> 8.1.2yuri2018-11-122-5/+4
| | | | Reported by: portscout
* Update to 7.9p1.bdrewery2018-11-1212-210/+56
| | | | | | | | | | | - Fixes build on 12, head, and openssl-devel. - GSSAPI and HPN are currently marked BROKEN as I don't want to block the main update for anyone. http://www.openssh.com/txt/release-7.8 http://www.openssh.com/txt/release-7.9 MFH: 2018Q4 (due to being broken on 12+head)
* Update to -dev6demon2018-11-122-4/+4
|
* multimedia/gstreamer1-libav: switch to ffmpeg 4.0 alignment fixjbeich2018-11-121-4/+36
| | | | Obtained from: upstream
* multimedia/gstreamer1-libav: unbreak FFMPEG=OFF on aarch64 after r483887jbeich2018-11-122-3/+54
| | | | | | | - Drop GNU as(1) dependency as it's no longer required PR: 233137 Submitted by: Mikaël Urankar (based on)
* - Update to r4248amdmi32018-11-122-4/+4
|
* devel/monodevelop: unbreak builddbn2018-11-122-4/+4
| | | | - Update nupkg-nuget for change in package dependency
* audio/lsp-plugins-lv2: Update da2f9b1 -> a90d634yuri2018-11-123-6/+6
|
* Update to 1.2.6joneum2018-11-123-473/+477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2 - Reduce number of SQL queries when doing groups sync - Make swimlane filter compatible with numeric title - Duplicate reference fields when duplicating a task - Do not try to redirect to login page when offline - Define fixed width for auto-complete dropdown - Fix task drag and drop slowdown when a column is hidden - Make PLUGINS_DIR absolute in config.default.php - Add custom roles project duplication - Allow 'No assignee' for external task on single user public boards - Add tag and category colors - Exclude task links and user mentions from nesting (Markdown parser) - When forcing HTTPS, handle subfolder URLs properly - Add search within a range of dates for completion, modification, creation, and moved fields - Update Docker image to Alpine Linux 3.8 - Make sure the presense of mod_env is checked in .htaccess - Make HTTP client timeout configurable - Use SET NAMES instead of charset for MySQL connection - Vendoring deprecated Composer libs - Update translations and fix typos PR: 232349 Reported by: Alexander (inbox@gmail.com) Approved by: bsd@if0.eu (maintainer timeout) Sponsored by: Netzkommune GmbH
* - Update to 3.2danilo2018-11-122-5/+4
|
* Update WWWsunpoet2018-11-122-2/+1
| | | | | | - While I'm here, remove no-op GH_ACCOUNT (the default) Approved by: portmgr (blanket)
* Update openjpeg statussunpoet2018-11-121-1/+4
|
* Update to 2.0.5sunpoet2018-11-122-6/+5
| | | | Changes: https://github.com/redis-store/redis-rack/commits/master
* Update to 1.6.11sunpoet2018-11-122-6/+7
| | | | Changes: https://github.com/rack/rack/commits/1-6-stable
* Update to 2.0.6sunpoet2018-11-122-6/+7
| | | | Changes: https://github.com/rack/rack/commits/2-0-stable
* Remove outdated CONFLICTS_INSTALLsunpoet2018-11-121-2/+0
|
* Update to 1.1.1sunpoet2018-11-122-6/+7
| | | | Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md
* Update to 2.9.0sunpoet2018-11-122-6/+7
| | | | | Changes: https://github.com/jch/html-pipeline/releases https://github.com/jch/html-pipeline/commits/master
* Update to 0.15.1sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/theforeman/hammer-cli-foreman/releases
* Update to 0.15.1sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/theforeman/hammer-cli/releases
* Update to 1.16.2sunpoet2018-11-122-5/+5
| | | | Changes: https://github.com/rcairo/rcairo/blob/master/NEWS
* Update to 1.19.0sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/flori/tins/blob/master/README.md#changes
* Update to 0.20.2sunpoet2018-11-122-6/+7
| | | | Changes: https://github.com/erikhuda/thor/blob/master/CHANGELOG.md
* Update to 2.8.5sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/rsl/stringex/commits/master
* Update to 2.3.1sunpoet2018-11-122-4/+4
| | | | | Changes: https://github.com/Shopify/statsd-instrument/blob/master/CHANGELOG.md https://github.com/Shopify/statsd-instrument/commits/master
* Update to 5.2.3sunpoet2018-11-122-5/+4
| | | | Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
* Update to 0.3.7sunpoet2018-11-122-6/+7
| | | | Changes: https://github.com/rweng/pry-rails/commits/master
* Update to 3.7.1sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md
* Fix gemspec for rubygem-concurrent-ruby 1.1.3 updatesunpoet2018-11-122-5/+8
| | | | | - Rename gemspec patch to patch-gemspec - Bump PORTREVISION for package change
* Update to 1.2.11sunpoet2018-11-122-6/+7
| | | | | Changes: https://github.com/discourse/logster/blob/master/CHANGELOG.md https://github.com/discourse/logster/commits/master
* Update to 0.25.0sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
* Fix version requirement of RUN_DEPENDSsunpoet2018-11-121-1/+1
|
* Update to 0.6.3sunpoet2018-11-123-17/+5
| | | | Changes: https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md
* Update to 1.019sunpoet2018-11-122-6/+7
| | | | Changes: https://metacpan.org/changes/distribution/RDF-Trine
* Update to 1.4.5sunpoet2018-11-122-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/Net-UPnP
* Update WWWsunpoet2018-11-121-1/+1
|
* Clean up gemspec patchsunpoet2018-11-121-18/+0
|
* Update to 3.0.3sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/nfedyashev/retryable/blob/master/CHANGELOG.md
* Update to 1.1.3sunpoet2018-11-122-6/+6
| | | | | Changes: https://github.com/ruby-concurrency/concurrent-ruby/releases https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
* Update to 0.4.1sunpoet2018-11-122-9/+10
| | | | | | | - Take maintainership Changes: https://github.com/ruby-concurrency/concurrent-ruby/releases https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
* Update to 1.1.3sunpoet2018-11-122-8/+9
| | | | | | | - Take maintainership Changes: https://github.com/ruby-concurrency/concurrent-ruby/releases https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
* Update to 2.11.168sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.168sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.168sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 1.5.2sunpoet2018-11-122-4/+4
| | | | Changes: https://github.com/googleapis/google-cloud-python/releases
* Update to 0.31.0sunpoet2018-11-122-6/+7
| | | | Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES
* Update to 1.6.0sunpoet2018-11-123-7/+8
| | | | | | | - Update WWW Changes: https://github.com/googleapis/google-auth-library-python/releases https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.rst
* Fix *_DEPENDSsunpoet2018-11-121-9/+9
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency and package change
* Fix *_DEPENDSsunpoet2018-11-121-7/+8
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* Fix *_DEPENDSsunpoet2018-11-121-2/+4
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* Relax USES=pythonsunpoet2018-11-123-3/+19
| | | | - Take maintainership
* Update to 1.2.14sunpoet2018-11-122-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
* Update to 2.7.6sunpoet2018-11-123-14/+4
| | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
* Update to 1.3.0sunpoet2018-11-123-15/+20
| | | | | | | | | | | | - Update MASTER_SITES - Move EXTRACT_SUFX upward - Simplify COMMENT - Add LICENSE - Use USES=php - Add NO_ARCH - Update WWW Changes: https://phptal.org/news.html
* Update to 0.72sunpoet2018-11-122-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Math-Prime-Util
* Remove outdated patchsunpoet2018-11-121-4/+0
|
* Mark DEPRECATED and set EXPIRATION_DATE to 2018-12-31sunpoet2018-11-121-0/+2
| | | | | PR: 232952 Notified by: brnrd
* Update to 11.5.3sunpoet2018-11-122-4/+4
| | | | Changes: https://salsa.debian.org/debian/debhelper/tags
* Convert PORTEXAMPLES=* to PLIST entriessunpoet2018-11-122-1/+44
|
* Add p5-IRI 0.009sunpoet2018-11-125-0/+40
| | | | | | | | The IRI module provides an object representation for Internationalized Resource Identifiers (IRIs) as defined by RFC 3987 and supports their parsing, serializing, and base resolution. WWW: https://metacpan.org/release/IRI
* security/vuxml: list CVE numbers forgotten in r484705jbeich2018-11-121-0/+4
|
* security/vuxml: mark patch < 2.7.7 as vulnerablejbeich2018-11-121-0/+33
| | | | | Another copypasta because pkg-audit(8) doesn't grok CPE e.g., https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:2.3:a:gnu:patch:2.7.6
* x11-toolkits/qt5-declarative mark conflict on replaced portstcberner2018-11-121-1/+1
| | | | | | - this should help portmaster figuring out what's up Reported by: se
* print/pdf-tools: Fix build after r484640 and updatejrm2018-11-122-10/+9
|
* Bump qemu-sbruno to capture 4ef7d07sbruno2018-11-122-7/+7
| | | | | | | | - Avoid the overflow reported by Mark Millard...New version is safer end_addr >= addr is assured earlier in this loop. Submitted by: kevans Reported by: Mark Millard <marklmi@yahoo.com>
* Update evolution suite to 3.28.5.kwm2018-11-126-15/+12
| | | | Obtained from: GNOME devel repo
* - Fix building against Lua(JIT). The configuration switch change since ↵cpm2018-11-111-2/+4
| | | | | | | | | | | | version 1.3.2. When building without poudriere, it would always pick LuaJIT over Lua if both are installed, basically ignoring the configuration knob. - Bump PORTREVISION PR: 233142 (based on) Submitted by: Ralf van der Enden <tremere@cainites.net> MFH: 2018Q4
* Update ImageMagick7 to 7.0.8.14 [1]kwm2018-11-115-218/+127
| | | | | | | | | | * Add option for ISO/IEC 23008-12:2017 HEIF suport [1] * Add option for RAW support (from IM6). * Convert a number of options to optionhelpers (sync from IM6). * Add comment to the patch-config_policy.xml file why it still needed. PR: 230788 (based on) [1] Submitted by: Sebastian Steinmetz <freebsd-2018@sebastiansteinmetz.ch>
* multimedia/libx264: unbreak on arm* with LLDjbeich2018-11-111-0/+2
| | | | | | ld: error: can't create dynamic relocation R_ARM_ABS32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output >>> defined in common/arm/mc-a-8.o >>> referenced by common/arm/mc-a-8.o:(memcpy_table)
* multimedia/gstreamer1-libav: unbreak and enable system ffmpegjbeich2018-11-112-2/+4666
| | | | | | | | | | | | | | PR: 227748 Obtained from: upstream Security: CVE-2018-7557 Security: CVE-2018-7751 Security: CVE-2018-10001 Security: CVE-2018-12458 Security: CVE-2018-13300 Security: CVE-2018-13302 Security: CVE-2018-14394 Security: CVE-2018-14395 Security: CVE-2018-15822
* Update `databases/gdbm' to version 1.18.1, an important bugfix releasedanfe2018-11-1165-52/+70
| | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
* emulators/qemu: fix build on 12 and -CURRENTnovel2018-11-112-0/+124
| | | | | | | | | | | | | | | | | | | Build fails with: hw/rdma/vmw/pvrdma_cmd.c:19:10: fatal error: 'linux/types.h' file not found Add two upstream commits to fix this issue: * 72221d03b85fcfba27a47a2af08ee59150550ced to not include linux/types.h * 21ab34c9543fe1b6d31b3edbd01a397e7e090d00 to split PVRDMA from RDMA as pvrdma device can't be used on FreeBSD as mremap() system call is missing PR: 232968 Reported by: Trond.Endrestol@ximalas.info Approved by: portmgr (build fix blanket) Obtained from: upstream MFH: 2018Q4
* - Update to 6.9.0danilo2018-11-113-7/+7
|
* - Update to 0.20181102danilo2018-11-112-4/+4
|
* Bump ports that should have been bumped along with r484628bapt2018-11-113-2/+3
| | | | Reported by: kib
* - Update math/armadillo to 9.200.4danilo2018-11-115-7/+13
|
* Fix WWWjoneum2018-11-111-1/+1
|
* Update to 0.37joneum2018-11-112-4/+6
| | | | | | | | | | | | | | | | | | | | | - Add LICENSE_FILE This update fix a build error with FreeBSD 13: /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:179:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') EVP_CIPHER_CTX cipher_ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:227:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') EVP_CIPHER_CTX cipher_ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; MFH: 2018Q4 Sponsored by: Netzkommune GmbH
* - Fix build by adding bash as BUILD_DEPENDSwen2018-11-117-0/+14
| | | | | | PR: 231612 Submitted by: wen@ Approved by: maintainer
* graphics/klatexformula:makc2018-11-116-58/+70
| | | | | | | | | - Update to 4.0.0 for Qt 5 - Remove stale patch - Update WWW PR: 232747 Approved by: maintainer timeout (14 days)
* net-im/telegram-desktop:makc2018-11-111-1/+2
| | | | | | | - Fix desktop entry PR: 232746 Approved by: Henry Hu (maintainer)
* multimedia/mswebrtc: unbreak build on i386jbeich2018-11-111-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | webrtc/webrtc/modules/audio_processing/aec/aec_core_sse2.c:46:31: error: always_inline function '_mm_loadu_ps' requires target feature 'mmx', but would be inlined into function 'FilterFarSSE2' that is compiled without support for 'mmx' const __m128 xfBuf_re = _mm_loadu_ps(&aec->xfBuf[0][xPos + j]); ^ webrtc/webrtc/modules/audio_processing/aec/aec_core_sse2.c:52:24: error: always_inline function '_mm_mul_ps' requires target feature 'mmx', but would be inlined into function 'FilterFarSSE2' that is compiled without support for 'mmx' const __m128 a = _mm_mul_ps(xfBuf_re, wfBuf_re); ^ webrtc/webrtc/modules/audio_processing/aec/aec_core_sse2.c:56:24: error: always_inline function '_mm_sub_ps' requires target feature 'mmx', but would be inlined into function 'FilterFarSSE2' that is compiled without support for 'mmx' const __m128 e = _mm_sub_ps(a, b); ^ webrtc/webrtc/modules/audio_processing/aec/aec_core_sse2.c:57:24: error: always_inline function '_mm_add_ps' requires target feature 'mmx', but would be inlined into function 'FilterFarSSE2' that is compiled without support for 'mmx' const __m128 f = _mm_add_ps(c, d); ^ webrtc/webrtc/modules/audio_processing/aec/aec_core_sse2.c:60:7: error: always_inline function '_mm_storeu_ps' requires target feature 'mmx', but would be inlined into function 'FilterFarSSE2' that is compiled without support for 'mmx' _mm_storeu_ps(&yf[0][j], g); ^ webrtc/webrtc/modules/audio_processing/aec/aec_core_sse2.c:78:26: error: always_inline function '_mm_set1_ps' requires target feature 'mmx', but would be inlined into function 'ScaleErrorSignalSSE2' that is compiled without support for 'mmx' const __m128 k1e_10f = _mm_set1_ps(1e-10f); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] Reported by: pkg-fallout
* - Update to 0.4.9wen2018-11-112-3/+4
| | | | | | PR: 231615 Submitted by: ryo@tetera.org Approved by: maintainer
* - Update to 0.2.3wen2018-11-113-3/+10
| | | | | | PR: 231621 Submitted by: ryo@tetera.org Approved by: maintainer
* - Update to 3.1.3danilo2018-11-113-8/+8
|
* - Add missing RUN_DEPENDSwen2018-11-111-0/+3
| | | | | PR: 233104 Submitted by: jdc@koitsu.org
* math/pspp: Update to 1.2.0cpm2018-11-114-22/+8
| | | | | | Changes from 1.0.1 to 1.2.0 http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00004.html
* devel/spread-sheet-widget: Library for Gtk+ which provides a widget for ↵cpm2018-11-115-0/+55
| | | | | | | | | | | | | | | | | tabular data GNU Spread Sheet Widget is a library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data in a manner similar to many popular spread sheet programs. The design follows the model-view-controller paradigm and is of complexity O(1) in both time and space. This means that it is efficient and fast even for very large data. Features commonly found in graphical user interfaces such as cut and paste, drag and drop and row/column labelling are also included. WWW: https://www.gnu.org/software/ssw/
* dns/dnsdist: Update to 1.3.3cpm2018-11-113-21/+4
| | | | | | Changelog: https://dnsdist.org/changelog.html#change-1.3.3 MFH: 2018Q4
* Update MAINTAINER addresssunpoet2018-11-111-1/+1
| | | | | PR: 233129 Submitted by: M <martinfilla@post.cz> (maintainer)
* Update to 0.8.4bapt2018-11-112-4/+4
|
* devel/raylib: Update MAINTAINER emailpi2018-11-111-1/+1
| | | | | PR: 233128 Submitted by: martinfilla@post.cz (maintainer)
* Update MAINTAINER addresssunpoet2018-11-111-1/+1
| | | | | PR: 233127 Submitted by: M <martinfilla@post.cz> (maintainer)
* Update MAINTAINER addresssunpoet2018-11-111-1/+1
| | | | | PR: 233126 Submitted by: M <martinfilla@post.cz> (maintainer)
* Update MAINTAINER addresssunpoet2018-11-111-1/+1
| | | | | PR: 233125 Submitted by: M <martinfilla@post.cz> (maintainer)
* - Update WWWamdmi32018-11-111-1/+1
| | | | Approved by: portmgr blanket
* Remove orphan after INFO_PATH moveantoine2018-11-111-1/+1
|
* Update to 1.3.2joneum2018-11-113-163/+436
| | | | | | | | | Changelog: https://phpipam.net/news/phpipam-v1-3-2-released/ PR: 231623 Reported by: Marko Cupać <marko.cupac@mimar.rs> Approved by: jake@xz.cx (maintainer timeout) Sponsored by: Netzkommune GmbH
* Remove orphans after INFO_PATH moveantoine2018-11-111-1/+1
|
* databases/py-asyncpg: Update to 0.18.2farrokhi2018-11-112-4/+4
|
* lang/gcc6-devel has been removed now that the GCC 6 release branch hasgerald2018-11-111-0/+1
| | | | been closed upstream; use lang/gcc6 (or a later version) instead.
* security/py-gssapi: Strip libraries; add sslpi2018-11-111-1/+5
| | | | | | PR: 231189 Submitted by: ndowens@yahoo.com Approved by: John W. O'Brein <john@saltant.com> (maintainer)
* Update lang/erlang-runtime20 to version 20.3.8.12.olgeni2018-11-112-5/+7
|
* Remove an orphaned directory after INFO_PATH moveantoine2018-11-111-1/+1
|
* With the release of GCC 6.5 the GCC 6 release branch has been closedgerald2018-11-119-417/+0
| | | | | | | | | | | | upstream and there won't be any further snapshots of this branch. (The current/latest essentially is the same as the 6.5 release). Hence remove the lang/gcc6-devel port which has been tracking snapshots all along. lang/gcc6 is a direct replacement and will be available for a longer time. Note this is also the last version of GCC featuring the Java front end.
* Update to 1.4.632 CVS snapshot on 2018/11/10.nobutaka2018-11-113-38/+7
|
* graphics/ImageMagick6: Fix patch that no longer applies after 484640jrm2018-11-111-0/+1
| | | | | | PR: 225102 Submitted by: Charlie Li <freebsd@vishwin.info> (similar fix) Reported by: VVD (via #bsdports@efnet)
* This port needs USES=compiler:c++11-lang to build on GCC-basedlinimon2018-11-111-1/+1
| | | | | | | | architectures. PR: 232879 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on big-endian architectures due to byte-swapping function.linimon2018-11-112-2/+63
| | | | | | PR: 232870 Submitted by: Piotr Kubaj Approved by: maintainer
* USES=compiler:c++11-lang is necessary to fix build on GCC-basedlinimon2018-11-111-1/+2
| | | | | | | | architectures. PR: 232834 Submitted by: Piotr Kubaj Approved by: maintainer
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-11-111-2/+2
| | | | | | | | | architectures. While here, add USES=gnome and localbase:ldflags.. PR: 232818 Submitted by: Piotr Kubaj
* To build with GCC7, this port needs additional include inlinimon2018-11-112-1/+11
| | | | | | | | src/pingus/screens/demo_session.cpp . PR: 232912 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* USES=compiler:c++11-lang is necessary to fix build on GCC-based architectures.linimon2018-11-111-1/+2
| | | | | PR: 232892 Submitted by: Piotr Kubaj
* - Update to 2.12.1lwhsu2018-11-112-8/+6
| | | | | | | | | - Change https MASTER_SITES - Use xz distfile - Remove MAKE_JOBS_UNSAFE PR: 230972 Approved by: maintainer timeout
* editors/emacs-devel: Update to latest master-branch commitjrm2018-11-112-5/+5
|
* - Update to 20181031.kuriyama2018-11-114-12/+12
|
* Update to 1.0.2joneum2018-11-112-8/+7
| | | | | | | | | This project is now hosted by trac-hacks PR: 229733 Reported by: joneum Approved by: gaod@hychen.org (maintainer timeout) Sponsored by: Netzkommune GmbH
* Add share/info/*/dir to those files in STAGEDIR to ignore when checkinggerald2018-11-111-1/+1
| | | | | | | | | | for orphans, i.e., files in STAGEDIR that are not covered by plist. This is a follow-up to revision 484628 after which texinfo files are now installed into ${PREFIX}/share/info. (A file "dir" is then created and maintained by the tooling.) Approved by: portmgr (antoine)
* Fixes wrong LSA collision detection and add birdvty groupolivier2018-11-116-3/+49
| | | | | | | PR: 232231 Submitted by: Julien Charbon <jcharbon@verisign.com> Submitted by: Asbjorn Mikkelsen <amikkelsen@verisign.com> Sponsored by: Verisign
* Fixes:olivier2018-11-117-3/+375
| | | | | | | | | | - build with OpenSSL 1.1 - broken multipart/form-data (CVE-2018-16789) - Interpret aixterm high-intensity color escape codes All these patches came from the project pull requests list. Reported by: pkg-fallout Security: CVE-2018-16789
* Update to the 20181108 snapshot of GCC 7.3.1.gerald2018-11-112-5/+4
|
* Update to 1.15.1arved2018-11-1126-1396/+8
| | | | | | | | | | As Upstream seems unresponsive, maintainer created a fork. This fixes build with OpenSSL 1.1 All patches from the port have been incorporated PR: 232219 Submitted by: maintainer
* Update to 1.1.5arved2018-11-113-7/+7
| | | | | PR: 232312 Submitted by: maintainer
* net/kea: change WWW from http to httpspi2018-11-111-1/+1
| | | | PR: 229088
* net/kea: update 1.3.0 -> 1.4.0-P1pi2018-11-119-131/+91
| | | | | | | | | | | PR: 229088 Submitted by: Andrey Pevnev <apevnev@me.com> Reviewed by: Jeff Kletsky <jeff+freebsd@wagsky.com> Approved by: hrs (maintainer timeout) Relnotes: https://ftp.isc.org/isc/kea/1.4.0/Kea140ReleaseNotes.txt https://ftp.isc.org/isc/kea/1.4.0-P1/Kea140P1ReleaseNotes.txt https://www.isc.org/blogs/kea-1-4-adds-high-availability-mode/ https://kb.isc.org/docs/aa-01615
* x11-toolkits/qt5-declarativetcberner2018-11-115-0/+51
| | | | | | | | - readd patches for ARM support that got lost in r484140. PR: 233111 Reported by: jbeich Pointy hat: tcberner