Commit graph

453819 commits

Author SHA1 Message Date
Steve Wills
77b7353bf5 editors/micro: Update to 1.4.1
PR:		230953
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-08-27 17:43:46 +00:00
Jan Beich
8bcfb2d1c5 games/keeperrl: unbreak with GCC
On WITHOUT_CLANG_IS_CC architectures:
g++7 -x c++-header stdafx.h -MMD -O2 -pipe  -fstack-protector -Wl,-rpath=/usr/local/lib/gcc7 -isystem /usr/local/include -fno-strict-aliasing -Wall -std=c++1y -Wno-sign-compare -Wno-unused-variable -Wno-shift-count-overflow -Wno-tautological-constant-out-of-range-compare -Wno-mismatched-tags -ftemplate-depth=512 -DDATA_DIR=\"/usr/local/share/keeperrl\" -DRELEASE -I. -I./extern -o obj/stdafx.h.gch
stdafx.h:16:9: warning: #pragma once in main file
 #pragma once
         ^~~~
cc1plus: warning: unrecognized command line option '-Wno-mismatched-tags'
cc1plus: warning: unrecognized command line option '-Wno-tautological-constant-out-of-range-compare'
/usr/lib/crt1.o: In function `_start1':
/usr/src/lib/csu/powerpc64/crt1.c:(.text+0x156): undefined reference to `main'
collect2: error: ld returned 1 exit status

On DragonFly (in-base GCC 5.4.1):
c++ -MMD -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -std=c++1y -Wno-sign-compare -Wno-unused-variable -Wno-shift-count-overflow -Wno-tautological-constant-out-of-range-compare -Wno-mismatched-tags -ftemplate-depth=512 -DDATA_DIR=\"/usr/local/share/keeperrl\" -DRELEASE -I. -I./extern -include-pch obj/stdafx.h.gch -c attr_type.cpp -o obj/attr_type.o
cc1plus: fatal error: -pch: No such file or directory
compilation terminated.
2018-08-27 17:29:39 +00:00
Jan Beich
256f51071a games/keeperrl: unbreak on FreeBSD 10
stdafx.h:94:20: error: redefinition of 'unique'
std::unique_ptr<T> unique(Args&&... args) { return std::unique_ptr<T>(new T(std::forward<Args>(args)...)); }
                   ^
stdafx.h:94:20: note: previous definition is here
std::unique_ptr<T> unique(Args&&... args) { return std::unique_ptr<T>(new T(std::forward<Args>(args)...)); }
                   ^
stack_printer.cpp:329:18: error: assigning to 'char *' from incompatible type 'void *'
      ss.ss_sp = (void*)alternate_stack;
                 ^~~~~~~~~~~~~~~~~~~~~~
2018-08-27 17:29:28 +00:00
Jan Beich
892bb2acae games/keeperrl: unbreak with libc++ 7
In file included from effect.cpp:731:
./pretty_archive.h:135:12: error: call to 'quoted' is ambiguous
  ar.os << std::quoted(t) << " ";
           ^~~~~~~~~~~
/usr/include/c++/v1/iomanip:645:1: note: candidate function [with _CharT = char, _Traits = std::__1::char_traits<char>, _Allocator = std::__1::allocator<char>]
quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\'))
^
./extern/iomanip.h:173:3: note: candidate function [with _CharT = char, _Traits = std::__1::char_traits<char>, _Alloc = std::__1::allocator<char>]
  quoted(const basic_string<_CharT, _Traits, _Alloc>& __string,
  ^

PR:		230355
Obtained from:	upstream
2018-08-27 17:29:03 +00:00
Steve Wills
e5cec646f9 devel/libosmocore: update to 0.12.1
PR:		230934
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2018-08-27 17:25:16 +00:00
Jochen Neumeister
e217199e69 Update to 0.6.2
PR:		229675
Submitted by:	joneum
Approved by:	chris@smartt.com (maintainer timeout)
2018-08-27 17:23:38 +00:00
Steve Wills
ffc6882ecf devel/libosmo-sccp: update to 0.10.0
PR:		230933
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2018-08-27 17:16:36 +00:00
Jochen Neumeister
96e9e04a2a Update to 4.2.23 2018-08-27 17:16:31 +00:00
Tobias Kortkamp
cbe7ab2537 textproc/randlm: Fix build with Clang 6
In file included from RandLMBuilder.cpp:17:
In file included from ./RandLMBuilder.h:21:
In file included from ./RandLMPipelineTool.h:20:
In file included from ./RandLMPipeline.h:20:
In file included from ./RandLMPreproc.h:25:
In file included from ./RandLM.h:23:
./RandLMQuantiser.h:41:24: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
    static const float kFloatErr = 0.00001f;
                       ^           ~~~~~~~~
./RandLMQuantiser.h:41:5: note: add 'constexpr'
    static const float kFloatErr = 0.00001f;
    ^
    constexpr

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/randlm-0.2.5_13.log

PR:		230892
Submitted by:	tobik
Approved by:	demon (maintainer)
2018-08-27 17:13:43 +00:00
Tobias Kortkamp
dc519ff887 devel/cld2: Fix build with Clang 6
cld_generated_cjk_uni_prop_80.cc:169:1: error: constant expression evaluates to -14 which cannot be narrowed to type 'CLD2::uint8' (aka 'unsigned char') [-Wc++11-narrowing]
-14,-14,-14,-14,-14,-14,-14,-14, -14,-14,-14,-14,-14,-14,-14,-14,
^~~
cld_generated_cjk_uni_prop_80.cc:169:1: note: insert an explicit cast to silence this issue
-14,-14,-14,-14,-14,-14,-14,-14, -14,-14,-14,-14,-14,-14,-14,-14,
^~~
static_cast<uint8>( )

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/cld2-20150505.log

PR:		230906
Submitted by:	tobik
Approved by:	demon (maintainer)
2018-08-27 17:10:21 +00:00
Steve Wills
f447b0dba3 lang/angelscript: Remove hack for i386, using upstream clang fix
PR:		230923
Submitted by:	Nathan <ndowens@yahoo.com> (maintainer)
2018-08-27 17:08:45 +00:00
Tobias Kortkamp
f430793a7b devel/hapy: Fix build with Clang 6
In file included from Algorithm.cc:4:
In file included from ../src/include/Hapy/Algorithm.h:6:
In file included from ../src/include/Hapy/Result.h:7:
In file included from ../src/include/Hapy/Pree.h:9:
In file included from ../src/include/Hapy/PreeKids.h:7:
../src/include/Hapy/Iterator.h:22:10: error: no template named 'bidirectional_iterator' in namespace 'std'; did you mean 'std_bidirectional_iterator'?
                public std::bidirectional_iterator<ValueT, DiffT> {
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                       std_bidirectional_iterator

etc.

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/hapy-0.0.8_1.log

PR:		230907
Submitted by:	tobik
Approved by:	Alex Rousskov <rousskov@measurement-factory.com> (maintainer)
2018-08-27 17:07:26 +00:00
Tobias Kortkamp
12c136c590 dns/void-zones-tools: Respect CFLAGS and avoid using -march=native
It currently compiles with -march=native which breaks on some
machines

cc  -march=native -mssse3 -ffast-math -std=c11 -g0 -Ofast -fstrict-aliasing -Wno-parentheses binutils.c -c -o binutils.o
error: unknown target CPU 'k6-3'

Given that the build is currently targeting the build host CPU,
existing binary packages on pkg.FreeBSD.org (or elsewhere) might
be broken on many machines too, so bump PORTREVISION to trigger a
rebuild.

PR:		230899
Submitted by:	tobik
Reported by:	Marco Beishuizen <mbeis@xs4all.nl>
Approved by:	Vidar Karlsen <vidar@karlsen.tech> (maintainer)
MFH:		2018Q3
2018-08-27 17:04:08 +00:00
Steve Wills
26a462649b devel/py-python-gitlab: Update to 1.6.0
PR:		230929
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
2018-08-27 16:59:09 +00:00
Steve Wills
e7cb5cb7a9 www/hiawatha: Update to 10.8.2
PR:		230554
Submitted by:	Chris Petrik <christopherpetrik335@student.athenstech.edu>
Approved by:	maintainer timeout (portmaster@bsdforge.com, >2 weeks)
2018-08-27 16:51:40 +00:00
Steve Wills
35e3e5eaad net-mgmt/yaf: Update to 2.10.0
PR:		230632
Submitted by:	Nathan <ndowens@yahoo.com>
Reported by:	Chris Inacio <nacho319+freebsdZilla@gmail.com>
Approved by:	dikshie@sfc.wide.ad.jp (maintainer)
2018-08-27 16:44:30 +00:00
Steve Wills
292c00f30a net-mgmt/super_mediator: Update to 1.6.0
PR:		230314
Submitted by:	Nathan <ndowens@yahoo.com>
Approved by:	Chris Inacio <nacho319+freebsdZilla@gmail.com> (maintainer)
2018-08-27 16:43:24 +00:00
Steve Wills
2ce1ffa2fc net/libfixbuf: Update to 2.1.0
PR:		230313
Submitted by:	Nathan <ndowens@yahoo.com>
Approved by:	Chris Inacio <nacho319+freebsdZilla@gmail.com> (implicit)
2018-08-27 16:43:05 +00:00
Steve Wills
c66d80c170 x11/slim: enable UTF8 by default
PR:		230902
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-08-27 16:42:30 +00:00
Michael Gmelin
0c2e1ae609 Add ZeroC Ice 3.7.1 as new ports devel/{ice37|php-ice37|py-ice37}
Upgrading from Ice 3.6 isn't trivial, as it requires application
code changes. Therefore a new set of ports was created.

Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa).

PR:		221141
2018-08-27 16:37:53 +00:00
Jean-Sébastien Pédron
88418a0da9 lang/elixir: Update to 1.7.3
Release notes:
* https://github.com/elixir-lang/elixir/releases/tag/v1.7.3
2018-08-27 16:29:29 +00:00
Emanuel Haupt
bd5027391f - Update to 1.0
- Add WWW and provide an additional mirror
- Provide a longer description as requested by portlint

- Distilator will now report when an URL gives a redirect
- Rewritten in python using requests and requests_ftp
- Licensed under BSD2CLAUSE

PR:		215425
Requested by:	mat
2018-08-27 16:28:42 +00:00
Jochen Neumeister
a0ee1eca69 Update to 5.2.19 2018-08-27 16:27:19 +00:00
Michael Gmelin
872c7c5b41 Back-out commits r478195 through r478198 to redo
using repo copy.
2018-08-27 16:15:04 +00:00
Jason E. Hale
a4c325b174 Fix build when DEFAULT_VERSIONS=python=3.[4-6] is set
In a python 3.x environment, the unversioned symlink to sphinx-build points
to the python 3.x version which will cause the build to fail. This port
can only use python 2.7, so we need to specify the version of sphinx-build.

This was supposedly fixed in r467840 and the PR was closed, but I was
informed by fluffy via private mail that it was still broken.

PR:		227260
Submitted by:	fluffy
Approved by:	portmgr (blanket - trivial build fix)
2018-08-27 16:09:21 +00:00
Jesper Schmitz Mouridsen
dbef4029b5 New port x11/lxqt-about
PR: 229287
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16911
2018-08-27 16:00:10 +00:00
Jean-Sébastien Pédron
6a13f9a0c3 net/bosh-cli: Update to 5.1.2
Release notes:
* https://github.com/cloudfoundry/bosh-cli/releases/tag/v5.1.2

Sponsored by:	Pivotal Software, Inc.
2018-08-27 15:54:33 +00:00
Jean-Sébastien Pédron
9958392b05 net/bosh-bootloader: Update to 6.9.16
Release notes:
* https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.12
* https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.13
* https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.15
* https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.16

Sponsored by:	Pivotal Software, Inc.
2018-08-27 15:53:28 +00:00
Steve Wills
7353c3b752 deskutils/py-vdirsyncer: add missing dependency
PR:		230540
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Approved by:	maintainer timeout (che@bein.link, >2 weeks)
2018-08-27 15:44:23 +00:00
Steve Wills
fc59989bed textproc/expat2: update to 2.2.6
PR:		230653
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Exp-run by:	antoine
2018-08-27 15:11:57 +00:00
Dmitry Marakasov
4e89559ff9 - Optionize SSL support
- Remove bogus LIB_DEPENDS line
- Whitespace fixes

PR:		229205
Submitted by:	amdmi3
Approved by:	maintainer timeout (eugene@zhegan.in, 2 months)
2018-08-27 14:51:29 +00:00
Emmanuel Vadot
a2d49a2bd4 devel/aarch64-none-elf-gcc: Unbreak on arm64
The plugins ae not built on arm64.
While we might want them in the future, we also need gcc on this platform
as it's the compiler used for u-boot.

Reviewed by:	jhb, kan
Approved by:	kan (maintainer)
2018-08-27 14:29:15 +00:00
Eric Turgeon
a19c1b5f50 update x11/mate-applets to 1.20.2
Approved by:	bapt (mentor)
2018-08-27 13:58:07 +00:00
Mathieu Arnold
1be1c88a4d Fix typo in version. 2018-08-27 13:51:29 +00:00
Mathieu Arnold
c944472789 Update to latest (building) commit.
Cleanup obsolete options.
2018-08-27 13:51:26 +00:00
Mathieu Arnold
9e5ac3f7ac Update to v5.29.2-32-g120060c86e. 2018-08-27 13:51:04 +00:00
Eric Turgeon
d3de69b2f6 lang/gcc6-aux: fix build on aarch64
PR:		230485
Submitted by:	mikael.urankar
Reported by:	mikael.urankar
Approved by:	bapt
2018-08-27 13:44:14 +00:00
Ben Woods
6b35fb9c3f net/remmina: Update to 1.2.31.4
Changes this release:
  https://gitlab.com/Remmina/Remmina/blob/v1.2.31.4/CHANGELOG.md
2018-08-27 13:05:13 +00:00
Dmitry Marakasov
d6d12f486f - Update to 0.163.0 2018-08-27 13:04:00 +00:00
Dmitry Marakasov
02b9f076bd - Update to 19.1 2018-08-27 13:03:53 +00:00
Ben Woods
e47b389c30 net/freerdp: Update to 2.0.0-rc3
- Remove patches committed upstream

Changes this release:
  https://github.com/FreeRDP/FreeRDP/blob/2.0.0-rc3/ChangeLog

Approved by:	kevans (maintainer)
Differential Revision:	https://reviews.freebsd.org/D16918
2018-08-27 13:01:48 +00:00
Eric Turgeon
642367991e update x11/mate-desktop to 1.20.3
Approved by:	wg and bapt (mentors)
2018-08-27 12:27:27 +00:00
Michael Gmelin
ca55a8fd37 Mark devel/{ice37|php-ice37,py-ice37} ports as conflicting.
Didn't bump revisions, as problems would also arise at
build time and the conflicting ports are already marked
as conflicting with the ice 3.6 family of ports.

PR:		221141
2018-08-27 12:24:57 +00:00
Michael Gmelin
d59655cffc Add ZeroC Ice 3.7.1 PHP language mapping as devel/php-ice37
Upgrading from Ice 3.6 (devel/php5-ice) is non-trivial (requires application
code changes), therefore a separate port was required.

PR:		221141
2018-08-27 12:13:41 +00:00
Michael Gmelin
b84b181d2e Add ZeroC Ice 3.7.1 python language mapping as devel/py-ice37
Upgrading from Ice 3.6 (devel/py-ice) is non-trivial (requires
application code changed), therefore a separate port was required.

PR:		221141
2018-08-27 12:09:18 +00:00
Michael Gmelin
38818469f1 Add ZeroC Ice 3.7.1 as devel/ice37
Upgrading from Ice 3.6 (devel/ice) is non-trivial (requires application code
changes), therefore a separate port was required.

PR:		221141
2018-08-27 12:07:11 +00:00
Bradley T. Hughes
5c22e647dc www/node: Update 10.7.0_1 -> 10.9.0
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
https://nodejs.org/en/blog/release/v10.9.0/

While here, refresh patches with `make makepatch`

MFH:		2018Q3
Security:	0904e81f-a89d-11e8-afbb-bc5ff4f77b71
Sponsored by:	Miles AS
2018-08-27 11:31:18 +00:00
Bradley T. Hughes
0edd863acf www/node8: Update 8.11.3_2 -> 8.11.4
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
https://nodejs.org/en/blog/release/v8.11.4/

MFH:		2018Q3
Security:	0904e81f-a89d-11e8-afbb-bc5ff4f77b71
Sponsored by:	Miles AS
2018-08-27 11:28:24 +00:00
Bradley T. Hughes
e14c2eaa6d www/node6: Update 6.14.3_2 -> 6.14.4
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
https://nodejs.org/en/blog/release/v6.14.4/

MFH:		2018Q3
Security:	0904e81f-a89d-11e8-afbb-bc5ff4f77b71
Sponsored by:	Miles AS
2018-08-27 11:27:02 +00:00
Bradley T. Hughes
7e10165df3 security/vuxml: document Node.js vulnerabilities
https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/

Sponsored by:	Miles AS
2018-08-27 11:19:02 +00:00