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

453703 Commits

Author SHA1 Message Date
Wen Heping
43f8cedf85 - Update to 0.7.1 2018-08-28 02:39:16 +00:00
Yuri Victorovich
d43f971039 New port: science/libint2: Evaluate the integrals in modern atomic and molecular theory
Repocopy of science/libint.
science/libint is at version 1.X, is incompatible, and is used by several other packages.
2018-08-28 00:57:26 +00:00
Jan Beich
2f9f7190da www/py-flexget: update to 2.14.19
Changes:	https://github.com/Flexget/Flexget/compare/2.14.17...2.14.19
2018-08-28 00:56:04 +00:00
Craig Leres
790acdb167 Update to 2.7.0. Add --with-extra-cflags=-I${PREFIX}/include
so configure finds pcap/sll.h. Add a rc.d script. Fix the path
to the config directory in upload-prep.pl or else it silently
exits without doing anything when it doesn't find any configs.

PR:		230661
Reviewed by:	ler (mentor)
Approved by:	Leo Vandewoestijn (maintainer), ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D16925
2018-08-28 00:45:52 +00:00
Koichiro Iwao
2a3d9a49e8 audio/pulseaudio-module-xrdp: Update to 0.1
Approved by:	pi (mentor)
Sponsored by:	HAW International, Inc.
Differential Revision:	https://reviews.freebsd.org/D16879
2018-08-28 00:34:30 +00:00
Koichiro Iwao
f2c1eb3c95 New port: devel/lazygit: Simple terminal UI for git commands
lazygit is a CLI tool to handle git repository, written in Go wigh the gocui
library.  You can add files easily, resolve merge conflicts, checkout recent
branches easily, scroll through logs/diffs of branches/commits.stash,
push/pull quickly, squash down and rename commits in CLI.

WWW: https://github.com/jesseduffield/lazygit

Approved by:	pi (mentor)
Differential Revision:	https://reviews.freebsd.org/D16862
2018-08-28 00:30:42 +00:00
Jan Beich
855a5b4b58 databases/lmdb: switch to robust mutexes on FreeBSD >= 11
PR:		230564
Approved by:	delphij (maintainer)
2018-08-28 00:01:28 +00:00
Jan Beich
80fbe46e49 www/firefox: update to 62.0
Changes:	https://www.mozilla.org/firefox/62.0/releasenotes/
PR:		229168
Security:	c96d416a-eae7-4d5d-bc84-40deca9329fb
MFH:		2018Q3
Differential Revision:	https://reviews.freebsd.org/D15913
2018-08-28 00:01:14 +00:00
Jan Beich
1f15c8bda3 emulators/citra: update to s20180826
Changes:	0a5621faf...05118a232
2018-08-28 00:01:01 +00:00
Jan Beich
9c924d72a8 emulators/rpcs3: update to 0.0.5.794
Changes:	21e191111...23f5cee65
2018-08-28 00:00:39 +00:00
Sunpoet Po-Chuan Hsieh
11dae56c4f Update to 2018.08.26 2018-08-28 00:00:01 +00:00
Sunpoet Po-Chuan Hsieh
3aaa8b90f8 Update to 2018.08.26 2018-08-27 23:59:55 +00:00
Sunpoet Po-Chuan Hsieh
9cec20613b Add py-parver 0.1.1
parver allows parsing and manipulation of PEP 440 version numbers.

WWW: https://github.com/RazerM/parver
2018-08-27 23:57:59 +00:00
Matthias Andree
c03dc3b078 Update dnsmasq-devel to v2.80test4.
CHANGELOG diff since v2.80test3:

  Fix crash on startup with a --synth-domain which has no prefix.

  Fix missing EDNS0 section in some replies generated by local
  DNS configuration which confused systemd-resolvd.

  Add --dhcp-name-match config option.

  Add --caa-record config option.
2018-08-27 23:52:58 +00:00
Matthias Andree
d4f87f8b23 Update sysutils/e2fsprogs to new upstream release 1.44.4.
This is a bug fixing release.

Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.4>

MFH:		2018Q3
2018-08-27 23:45:26 +00:00
Carlos J. Puga Medina
d39f2e711b textproc/expat2: configure fails when texproc/docbook-utils has been installed
- Build --without-docbook to skip XML to man page compilation
- Bump PORTREVISION

PR:		230957
Submitted by:	cpm
Approved by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2018-08-27 23:45:15 +00:00
Yuri Victorovich
42e053905a science/libint: Update 1.1.6 -> 1.2.1
Port changes:
* Remove USES=perl5 (not needed)
* Remove static libs
* Remove USE_GCC (not needed)
* Silence command/remove braces
* Update WWW

Take maintainership.

Bump depending ports because the library list has changed in plist.
2018-08-27 22:56:43 +00:00
Yuri Victorovich
54ad110037 science/mpqc: Fix portlint warnings about non-ASCII characters; Change WWW to https 2018-08-27 22:25:05 +00:00
Li-Wen Hsu
6d912bb442 - Update to 2.140
Sponsored by:	The FreeBSD Foundation
2018-08-27 21:58:32 +00:00
Yuri Victorovich
1be5957945 science/ghemical: Fix build error on CURRENT; Add missing dependences
Build was failing: prevent build errors: non-constant-expression cannot be narrowed from type 'double' to 'fGL' (aka 'float')

Reported by:	fallout
2018-08-27 21:55:31 +00:00
Adriaan de Groot
1b8068c266 Fix EOL devel/kcachegrind-kde4.
Users are encouraged to move to modern devel/kcachegrind (KF5-based).

PR:		230946
Reported by:	jbeich
2018-08-27 21:24:32 +00:00
Adriaan de Groot
4658d003e9 Fix build of EOL software against modern clang.
Lots of KDE4 software contains this strange > 0 comparison for bools,
fix japanese/kiten-kde4 here.

PR:		230947
Reported by:	jbeich
2018-08-27 21:19:57 +00:00
Tobias Kortkamp
2450389419 lang/maude: Fix build with Clang 6
../../src/Core/termSet.hh:35:15: error: ISO C++11 does not allow access declarations; use using declarations instead
  PointerSet::cardinality;
              ^

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/maude-2.6_1.log
2018-08-27 21:08:25 +00:00
Yuri Victorovich
9ae1af4159 math/blaze: Update 3.3-430 -> 3.4
Reported by:	repology
2018-08-27 20:38:50 +00:00
Yuri Victorovich
e3d7fd4796 audio/zita-convolver: Update 4.0.2 -> 4.0.3
Reported by:	portscout
2018-08-27 20:38:13 +00:00
Tobias Kortkamp
8685d68640 devel/uatraits: Fix build with Clang 6
../include/uatraits/details/regex_utils.hpp:67:24: error: non-constant-expression cannot be narrowed from type 'decltype(__x.base() - __y.base())' (aka 'int') to 'std::size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
                        regex_data data = { i - begin, pos - begin, scan_integer<std::size_t>(i + 1, pos) };
                                            ^~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/uatraits-20130430_11.log

Approved by:	demon (maintainer, implicit)
2018-08-27 20:20:33 +00:00
Tobias Kortkamp
1509748ca3 devel/pypersrc: Fix build with Clang 6
src/cc/pyext_DequeChar.cc:62:25: error: no matching function for call to 'make_pair'
                sDequeCharMap.insert( make_pair<PyObject*,DequeChar*>(self,dequeChar) );
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/pypersrc-20120106_3.log
2018-08-27 20:16:25 +00:00
Tobias Kortkamp
7a7b10e518 devel/omniORB-4.1: Fix build with Clang 6
corbaOrb.cc:1374:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                        "-ORBid "ORB_ID_STRING" (standard option)") {}
                                 ^

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/omniORB41-4.1.7_2.log
2018-08-27 19:59:10 +00:00
Tobias Kortkamp
c9818b5ce3 devel/kyra: Fix build with Clang 6
engine.cpp:454:27: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                                        SDL_Rect sdlrect = { rect.min.x, rect.min.y, rect.Width(), rect.Height() };
                                                             ^~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/kyra-2.1.3_4.log
2018-08-27 19:50:40 +00:00
Sunpoet Po-Chuan Hsieh
3b7bc5341e Add py-arpeggio 1.9.0
Arpeggio is a recursive descent parser with memoization based on PEG grammars
(aka Packrat parser).

WWW: https://github.com/igordejanovic/Arpeggio
2018-08-27 19:42:40 +00:00
Cy Schubert
f25f1ef2b5 Update to latest commit on github:
Chase FreeBSD base commit r338318:

    Eliminate the arena parameter to kmem_free().

    The FreeBSD commit was made to correct an error in the function
    hypercall_memfree(), where the wrong arena was being passed to
    kmem_free().

    Obtained from:  https://svnweb.freebsd.org/changeset/base/338318

Reviewed by:	mat@, jmd@
Approved by:	jmd@ (maintainer)
MFH:		2018Q3
Differential Revision:	https://reviews.freebsd.org/D16916
2018-08-27 19:39:45 +00:00
Tobias Kortkamp
d53a02bba1 databases/metakit: Fix build with Clang 6
checking size of long... configure: error: cannot compute sizeof (long), 77

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/metakit-2.4.9.7_2.log
2018-08-27 19:38:26 +00:00
Steve Wills
1c02d9877b net/freerdp: Fix build failure
PR:		230954
Submitted by:	kevans (maintainer)
Reported by:	rozhuk.im@gmail.com
2018-08-27 18:12:35 +00:00
Jochen Neumeister
b89426e44d Update to 8.30
PR:		230159
Submitted by:	Nathan <ndowens@yahoo.com>
Approved by:	bmc@clapper.org (maintainer timeout)
2018-08-27 17:43:52 +00:00
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