1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

435369 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
cfb537ce89 www/p5-WebService-MusicBrainz: Update version 1.0.2=>1.0.3 2018-01-10 20:12:43 +00:00
Tijl Coosemans
2f4bc44c0a - Update gcc to 4.8.5-16.el7_4.1.
- Update glibc to 2.17-196.el7_4.2.
- Update util-linux to 2.23.2-43.el7_4.2.
2018-01-10 20:04:04 +00:00
Muhammad Moinur Rahman
ee6f95bbf8 mail/imapfilter: Update version 2.6.10=>2.6.11
- Pet portlint to move PLIST_FILES to pkg-plist
2018-01-10 20:03:51 +00:00
Tijl Coosemans
475221e03b Update to 0.13.4-3.1.el7_4. 2018-01-10 19:50:16 +00:00
Steve Wills
02142ee97c sysutils/direnv: update to 2.14.0 2018-01-10 19:50:04 +00:00
Steve Wills
f5f4861525 security/boringssl: update to new snapshot 2018-01-10 19:44:08 +00:00
Tijl Coosemans
4686db28c7 Update kernel-headers to 2.6.32-696.18.7.el6. 2018-01-10 19:33:07 +00:00
Diane Bruce
61d8d7f968 Update to 8.2.13 and fix as per robertames@hotmail.com PR
#######################################################################
Reminder for package maintainers of ircd-hybrid: ircd-hybrid now has
GnuTLS support as of version 8.2.13
#######################################################################

Bug report from robertames@hotmail.com

When shutting down ircd-hybrid, a confusing error is displayed
stating the pid file does not exist:

# /usr/local/etc/rc.d/ircd-hybrid stop
Stopping ircd_hybrid.
Waiting for PIDS: 14504.
rm: /var/run/ircd/ircd.pid: No such file or directory

This is because after ircd correctly cleans up it's pid file, the
rc script tries to delete the non existing file.  In the rc script,
stop_postcmd is not needed.

PR:		ports/224977
Submitted by:	robertames@hotmail.com
2018-01-10 19:28:04 +00:00
Brooks Davis
e0eb168216 Upgrade to 5.0.1.
Add a local distfile backup while LLVM sorts out mirror issues.

Correct shared linkage with llvm-config50.[0]

PR:		223191 [0]
Submitted by:	greg@unrelenting.technology [0]
MFH:		2018Q1
2018-01-10 19:21:50 +00:00
Steve Wills
3611e2887e sysutils/dunst: Update to 1.3.0
PR:		224972
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-01-10 19:17:19 +00:00
Jan Beich
a21c69ba28 multimedia/mp4v2: unbreak build with Clang 6 (C++14 by default)
src/mp4.cpp:679:20: error: cannot initialize return object of type 'mp4v2_ismacrypParams *' (aka 'mp4v2_ismacryp_session_params *') with an rvalue of type 'MP4TrackId' (aka 'unsigned int')
            return MP4_INVALID_TRACK_ID;
                   ^~~~~~~~~~~~~~~~~~~~
./include/mp4v2/general.h:45:33: note: expanded from macro 'MP4_INVALID_TRACK_ID'
 #define MP4_INVALID_TRACK_ID    ((MP4TrackId)0)       /**< Constant: invalid MP4TrackId. */
                                 ^~~~~~~~~~~~~~~
src/rtphint.cpp:348:32: error: comparison between pointer and integer ('const char *' and 'int')
                    if (pSlash != '\0') {
                        ~~~~~~ ^  ~~~~
util/mp4chaps.cpp:712:14: error: case value evaluates to 4026531855, which cannot be narrowed to type 'int'
      [-Wc++11-narrowing]
        case LC_CHP_REMOVE:
             ^
util/mp4file.cpp:206:14: error: case value evaluates to 4026531848, which cannot be narrowed to type 'int'
      [-Wc++11-narrowing]
        case LC_DUMP:
             ^
util/mp4art.cpp:413:14: error: case value evaluates to 4026531852, which cannot be narrowed to type 'int'
      [-Wc++11-narrowing]
        case LC_EXTRACT:
             ^
libutil/Utility.cpp:544:18: error: case value evaluates to 4026531842, which cannot be narrowed to type 'int'
      [-Wc++11-narrowing]
            case LC_VERBOSE:
                 ^

Reported by:	antoine (via bug 224669)
2018-01-10 19:14:00 +00:00
Jan Beich
97f3a0d587 audio/mac: unbreak build with Clang 6 (C++14 by default)
Console.cpp:36:3: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t'
  NULL
  ^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  NULL
  ^~~~
  {   }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  NULL
  ^~~~
  {   }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~

Reported by:	antoine (via bug 224669)
2018-01-10 19:12:35 +00:00
Steve Wills
11c3c39f51 security/2fa: Update to 1.1.0
PR:		224934
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-01-10 19:02:56 +00:00
Diane Bruce
eed76459af Follow upstream move from self hosted to SourceForge
Same binary just re-rolled to reflect change.
2018-01-10 18:58:11 +00:00
Steve Wills
2c701b3065 graphics/gtk-update-icon-cache to v2.24.31
PR:		224596
Submitted by:	hardy.schumacher@gmx.de
Approved by:	gnome@ (kwm)
2018-01-10 18:57:31 +00:00
Steve Wills
cc2f5d1dfa cad/openvsp: Update to 3.15.0
PR:		224907
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2018-01-10 18:52:31 +00:00
Steve Wills
ea0f5cf9d4 comms/hackrf: update to 2017.02.1
PR:		224586
Submitted by:	phk
Approved by:	maintainer timeout (cederom@tlen.pl, > 2 weeks)
2018-01-10 18:51:08 +00:00
David Naylor
95a1554a33 devel/eric6: update to 17.11.1, add FLAVORS
- add FLAVORS for the following combinations [1]:
   - python: 2.7 and 3.6
   - qt: 4 and 5
 - simplify Makefiles:
   - all common macros between eric6 and the language packages are in
     devel/eric6/bsd.eric6.mk
   - devel/eric6/Makefile.inc only includes language package specific
     macros
   - eric6 specific macros are now moved into devel/eric6/Makefile
 - spelling error fixed in Makefile.inc
 - dependency on eric6 (for language packages) removed as the addition
   of flavors removes the ability to depend on a single port origin
 - install language files directly, since setup.py fails without eric6
   installed

Approved by:	portmgr (mat) [1]
Differential Revision:	https://reviews.freebsd.org/D13448
2018-01-10 18:39:31 +00:00
Dmitry Marakasov
78830c95d9 - Switch to new test framework
Approved by:	portmgr blanket
2018-01-10 18:36:49 +00:00
Steve Wills
116ae7f155 deskutils/noti: update to 3.0.0
PR:		225044
Submitted by:	Hiroki Tagato <tagattie@yandex.com> (maintainer)
2018-01-10 18:12:31 +00:00
Muhammad Moinur Rahman
aa6a88a931 net-mgmt/netxms: Update version 2.0.7=>2.2.2
- Update MASTERSITES
- Remove options SQLITE as it is default now [1]
- Add option SSH

PR:		220204 [1]
Submitted by:	peter@icebear.net [1]
2018-01-10 18:03:25 +00:00
Steve Wills
6e38faf0fc sysutils/immortal: update 0.18.0
PR:		225045
Submitted by:	nbari@tequila.io (maintainer)
2018-01-10 17:45:34 +00:00
Koop Mast
d22fd65c3e Add misc/pnpids
Database of IDs used in Plug and Play devices. This file is taken
from the hwdata package (https://github.com/vcrhonek/hwdata), because
the offical upstream (http://uefi.org/pnp_id_list) does not have a
easy to use file.

Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2018-01-10 17:43:18 +00:00
Steve Wills
c90a4219aa www/tdiary: update distinfo
Source archive was rerolled by upstream

PR:		225046
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2018-01-10 17:41:46 +00:00
Sean Bruno
1f03396b1b sysutils/devcpu-data follow up commit to 20180108 Intel microcode update.
Run cpucontrol -e after microcode update to refresh cpu flags.  If running
on an older system without -e, fail silently.

Log any upgrade output via logger to /var/log/messages.

Add an instructional pkg-message for users.

Intel Release Notes:
Intel Processor Microcode Package for Linux
20180108 Release

-- Updates upon 20171117 release --
IVT C0          (06-3e-04:ed) 428->42a
SKL-U/Y D0      (06-4e-03:c0) ba->c2
BDW-U/Y E/F     (06-3d-04:c0) 25->28
HSW-ULT Cx/Dx   (06-45-01:72) 20->21
Crystalwell Cx  (06-46-01:32) 17->18
BDW-H E/G       (06-47-01:22) 17->1b
HSX-EX E0       (06-3f-04:80) 0f->10
SKL-H/S R0      (06-5e-03:36) ba->c2
HSW Cx/Dx       (06-3c-03:32) 22->23
HSX C0          (06-3f-02:6f) 3a->3b
BDX-DE V0/V1    (06-56-02:10) 0f->14
BDX-DE V2       (06-56-03:10) 700000d->7000011
KBL-U/Y H0      (06-8e-09:c0) 62->80
KBL Y0 / CFL D0 (06-8e-0a:c0) 70->80
KBL-H/S B0      (06-9e-09:2a) 5e->80
CFL U0          (06-9e-0a:22) 70->80
CFL B0          (06-9e-0b:02) 72->80
SKX H0          (06-55-04:b7) 2000035->200003c
GLK B0          (06-7a-01:01) 1e->22

Reviewed by:	A bunch of folks on the review
MFH:		2018Q1
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13815
2018-01-10 17:32:14 +00:00
Dmitry Marakasov
b87e5ceebd - Update to 0.3.2
- Support both tidy and tidy-html5 libraries as a backend.
  The former is practically useless nowadays as it doesn't handle
  any HTML5 tags, so the latter is the default.

PR:		220861
Approved by:	matainainer timeout (koobs, 3 weeks)
2018-01-10 17:29:23 +00:00
Steve Wills
1ec359b0a6 www/rubygem-scrapi: Mark deprecated
No longer maintained upstream

PR:		225009
Approved by:	don@na.rim.or.jp (maintainer)
2018-01-10 17:15:09 +00:00
Alex Dupre
21c95ce266 trezord (short for TREZOR Daemon), or TREZOR Bridge, is a small piece of
software, used for websites, to talk with TREZOR devices.

WWW: https://github.com/trezor/trezord
2018-01-10 17:12:45 +00:00
Alex Dupre
e4d2a56ead Enable SSL support by default and bump PORTREVISION.
Approved by:	maintainer
2018-01-10 17:06:48 +00:00
Torsten Zuehlsdorff
de63904190 lang/php72: Update from 7.2.0 to 7.2.1
Changelog: http://www.php.net/ChangeLog-7.php#7.2.1

PR:  224953
MFH: 2018Q1
2018-01-10 16:11:15 +00:00
Torsten Zuehlsdorff
c687c65114 Update PHP 7.1 from 7.1.12 to 7.1.13
Changelog: http://www.php.net/ChangeLog-7.php#7.1.13

PR:  224955
MFH: 2018Q1
2018-01-10 16:07:02 +00:00
Steve Wills
431042928f security/rubygem-six: update to 0.2.1 2018-01-10 16:03:51 +00:00
Steve Wills
24d862999b devel/rubygem-binding_of_caller: update to 0.8.0 2018-01-10 16:03:12 +00:00
Torsten Zuehlsdorff
cb787abbae lang/php70: Update from 7.0.26 to 7.0.27
Changelog: http://www.php.net/ChangeLog-7.php#7.0.27

MFH:      2018Q1
2018-01-10 16:01:51 +00:00
Alex Dupre
0db0e959d7 Update to 1.1.0 release.
PR:		225001
Submitted by:	j-keck <jhyphenkeck@gmail.com>
2018-01-10 15:48:52 +00:00
Steve Wills
09531f03de net/rubygem-grpc: update to 1.8.3
PR:		225018
Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2018-01-10 15:47:54 +00:00
Steve Wills
1e8fd61bf5 devel/rubygem-licensee: update to 9.7.0
PR:		224999
Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2018-01-10 15:43:55 +00:00
Dmitry Marakasov
59ec05f496 - Add missing python flavors 2018-01-10 15:39:39 +00:00
Steve Wills
99a1e2eecf Fix gitlab issue by creating rubygem-licensee8
PR:		225047
Submitted by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2018-01-10 15:38:07 +00:00
Luca Pizzamiglio
ab9f74065f net/xrdp-devel: Update to 0.9.5
Release note: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.5

PR:		224885
Submitted by:	meta+ports@vmeta.jp (maintainer)
2018-01-10 15:37:43 +00:00
Alexey Dokuchaev
ba3009ac25 - Convert to option helpers, fix a minor whitespace bug, mute MKDIRs
- Do not abuse INSTALL_MAN for installing documentation and examples
2018-01-10 15:28:39 +00:00
Jan Beich
c80e6a0631 textproc/jade: back out r458645 to avoid churn
Reported by:	danfe
2018-01-10 15:27:33 +00:00
Alexey Dokuchaev
2c0789eb84 Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
2018-01-10 15:08:51 +00:00
Jan Beich
edee4e95d2 textproc/jade: regen via "make makepatch"
$ portlint -C
WARN: /usr/ports/textproc/jade/files/patch-assert.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CodingSystemKit.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-config.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-koi8-r.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-koi8r.dcl: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-lib__instmac.m4: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Makefile.in: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Ptr.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Ptr.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-TeXFOTBuilder.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-TransformFOTBuilder.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
0 fatal errors and 13 warnings found.

Approved by:	portmgr blanket
2018-01-10 14:50:52 +00:00
Nikolai Lifanov
8da3b393f5 update sysutils/terraform to 0.11.2
https://github.com/hashicorp/terraform/blob/v0.11.2/CHANGELOG.md
2018-01-10 14:21:58 +00:00
Jan Beich
acf09f669b textproc/jade: unbreak build with Clang 6 (C++14 by default)
In file included from EntityCatalog.cxx:9:
In file included from ./../include/EntityDecl.h:12:
./../include/Ptr.h:73:11: error: ISO C++11 does not allow access declarations; use using declarations
      instead
  Ptr<T>::isNull;
          ^
  using
./../include/Ptr.h:74:11: error: ISO C++11 does not allow access declarations; use using declarations
      instead
  Ptr<T>::clear;
          ^
  using

In file included from DescriptorManager.cxx:5:
In file included from ./../include/DescriptorManager.h:8:
In file included from ./../include/List.h:7:
./../include/IList.h:29:14: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListBase::clear;
             ^
  using
./../include/IList.h:30:14: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListBase::empty;
             ^
  using
In file included from DescriptorManager.cxx:6:
In file included from ./../include/ListIter.h:8:
./../include/IListIter.h:20:18: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListIterBase::next;
                 ^
  using
./../include/IListIter.h:21:18: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListIterBase::done;
                 ^
  using

In file included from parseSd.cxx:5:
./Parser.h:65:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::sdPointer;
               ^
  using
./Parser.h:66:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::instanceSyntaxPointer;
               ^
  using
./Parser.h:67:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::prologSyntaxPointer;
               ^
  using
./Parser.h:68:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::activateLinkType;
               ^
  using
./Parser.h:69:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::allLinkTypesActivated;
               ^
  using
./Parser.h:70:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::entityManager;
               ^
  using
./Parser.h:71:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::entityCatalog;
               ^
  using
./Parser.h:72:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::baseDtd;
               ^
  using
./Parser.h:73:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::options;
               ^
  using

PR:		224929
Reported by:	antoine (via bug 224669)
Reviewed by:	dim
Approved by:	portmgr blanket
2018-01-10 14:17:13 +00:00
Ryan Steinmetz
096ba0ff3c - Note URL on ISC's site where you can find info on version differences
Reported by:	danfe@
2018-01-10 14:09:52 +00:00
Ryan Steinmetz
46bfba1a91 - Add support for RSA soft token via libstoken [1]
- Make GSSAPI optional (still on by default, as before)

PR:		208946 [1]
Requested by:	timp87@gmail.com [1]
2018-01-10 14:01:49 +00:00
Jan Beich
5b159dd023 multimedia/vapoursynth: update to R41
Changes:	http://www.vapoursynth.com/2018/01/r41-less-leaking/
Changes:	https://github.com/vapoursynth/vapoursynth/blob/R41/ChangeLog
2018-01-10 13:54:47 +00:00
Tobias Kortkamp
0eda44f569 devel/tokei: Update to 6.1.3
Changes:	https://github.com/Aaronepower/tokei/compare/v6.1.2...v6.1.3
2018-01-10 13:50:22 +00:00