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

434950 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
47df74407c textproc/ansifilter: Update version 2.8=>2.9
Relnotes:	http://www.andre-simon.de/doku/ansifilter/en/changelog.php
2018-01-08 17:54:04 +00:00
Muhammad Moinur Rahman
b4d0a819e1 devel/libfastjson: Update version 0.99.7=>0.99.8
- Pet portlint

Relnotes:	https://github.com/rsyslog/libfastjson/blob/master/ChangeLog
2018-01-08 17:48:08 +00:00
Muhammad Moinur Rahman
d3c7b19f73 devel/gsoap: UPdate version 2.8.54=>2.8.59
Relnotes:	https://www.genivia.com/changelog.html
2018-01-08 17:42:56 +00:00
Tobias C. Berner
1e8ad06e51 x11/kdelibs4, fix build on i386 with clang6
The previous fixes in r458314 were not enough for i386.
Backport fix from x11/kf5-kdelibs4support.

PR:		224945
2018-01-08 17:41:58 +00:00
Muhammad Moinur Rahman
aeface2845 devel/clojure-cider: Update version 0.15.1=>0.16.0
Relnotes:	https://github.com/clojure-emacs/cider/releases
2018-01-08 17:28:52 +00:00
Tobias Kortkamp
1cbe9b301a games/iortcw: Fix build with clang 6.0
code/splines/util_str.cpp:477:11: error: reinterpret_cast from 'nullptr_t' to
'const char *' is not allowed
        idStr e( reinterpret_cast<const char *>( NULL ) );
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
code/splines/util_str.cpp:491:10: error: reinterpret_cast from 'nullptr_t' to
'const char *' is not allowed
        a = c + reinterpret_cast<const char *>( NULL );
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
code/splines/util_str.cpp:494:6: error: reinterpret_cast from 'nullptr_t' to
'const char *' is not allowed
        a = reinterpret_cast<const char *>( NULL ) + d;
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
code/splines/util_str.cpp:498:7: error: reinterpret_cast from 'nullptr_t' to
'const char *' is not allowed
        a += reinterpret_cast<const char *>( NULL );
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR:		224988
Reported by:	jbeich
2018-01-08 17:23:41 +00:00
Kirill Ponomarev
14be0111ee Add security/libdecaf
Implementation of elliptic curve cryptography using the Montgomery
and Edwards curves Curve25519, Ed25519, Ed448-Goldilocks and
Curve448, using the Decaf / Ristretto encoding.

Approved by:	mat (mentor)
2018-01-08 17:11:27 +00:00
Jan Beich
c425ccee01 x11-toolkits/gtkmm20: unbreak build with Clang 6 (C++14 by default)
In file included from module.cc:3:
../../glib/glibmm/module.h:30:1: error: no member named 'string' in the global namespace; did you mean '::std::string'?
GTKMM_USING_STD(string)
^~~~~~~~~~~~~~~~~~~~~~~
../../glib/glibmmconfig.h:60:57: note: expanded from macro 'GTKMM_USING_STD'
 #  define GTKMM_USING_STD(Symbol) namespace std { using ::Symbol; }
                                                         ^~
/usr/include/c++/v1/iosfwd:194:65: note: '::std::string' declared here
typedef basic_string<char, char_traits<char>, allocator<char> > string;
                                                                ^
class.cc:40:5: error: non-constant-expression cannot be narrowed from type 'guint'
      (aka 'unsigned int') to 'guint16' (aka 'unsigned short') in initializer list
      [-Wc++11-narrowing]
    base_query.class_size,
    ^~~~~~~~~~~~~~~~~~~~~
class.cc:40:5: note: insert an explicit cast to silence this issue
    base_query.class_size,
    ^~~~~~~~~~~~~~~~~~~~~
    static_cast<guint16>()
[...]

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (glibmm 2.31.2)
Suggested by:	tijl (autoreconf)
2018-01-08 17:07:41 +00:00
Jan Beich
1d02ed4ffc net-im/ekiga: unbreak build with Clang 6 (C++14 by default)
In file included from ../lib/engine/videoinput/videoinput-core.cpp:44:
In file included from ../lib/engine/videoinput/videoinput-core.h:40:
In file included from ../lib/engine/framework/services.h:48:
In file included from /usr/local/include/boost/signals.hpp:9:
In file included from /usr/local/include/boost/signal.hpp:27:
In file included from /usr/local/include/boost/signals/signal0.hpp:24:
In file included from /usr/local/include/boost/signals/signal_template.hpp:37:
In file included from /usr/local/include/boost/function/function0.hpp:11:
In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13:
/usr/local/include/boost/function/function_template.hpp:159:33: error: called object type 'nullptr_t' is not a function or function pointer
          BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS));
                                ^~~~
/usr/local/include/boost/function/function_template.hpp:81:36: note: expanded from macro 'BOOST_FUNCTION_RETURN'
 #  define BOOST_FUNCTION_RETURN(X) X
                                    ^
/usr/local/include/boost/function/function_template.hpp:925:53: note: in instantiation of member function 'boost::detail::function::void_function_obj_invoker0<nullptr_t, void>::invoke' requested here
        { { &manager_type::manage }, &invoker_type::invoke };
                                                    ^
/usr/local/include/boost/function/function_template.hpp:716:13: note: in instantiation of function template specialization 'boost::function0<void>::assign_to<nullptr_t>' requested here
      this->assign_to(f);
            ^
../lib/engine/notification/notification-core.h:59:61: note: in instantiation of function template specialization 'boost::function0<void>::function0<nullptr_t>' requested here
                  boost::function0<void> action_callback_ = NULL)
                                                            ^
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^

Reported by:	antoine (via bug 224669)
2018-01-08 17:07:21 +00:00
Jan Beich
cb2f1e01ba lang/cjs: unbreak build with Clang 6 (C++14 by default)
gi/boxed.cpp:552:16: error: cannot initialize return object of type 'GIFieldInfo *' (aka '_GIBaseInfoStub *') with an rvalue of type 'int'
        return JS_FALSE;
               ^~~~~~~~
gi/ns.cpp:188:16: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'int'
        return JS_FALSE;
               ^~~~~~~~
gi/repo.cpp:312:16: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'int'
        return JS_FALSE;
               ^~~~~~~~
/usr/local/include/mozjs-24/jstypes.h:194:18: note: expanded from macro 'JS_FALSE'
 #define JS_FALSE (int)0
                  ^~~~~~

Reported by:	antoine (via bug 224669)
2018-01-08 17:07:00 +00:00
Jan Beich
8c5d76e57c editors/abiword: unbreak build with Clang 6 (C++14 by default)
xap_Dialog.cpp:270:17: error: cast from pointer to smaller type 'char' loses information
        *pWindowName = (char) NULL;
                       ^~~~~~~~~~~
ap_UnixApp.cpp:866:29: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        if(0 == strcmp (suffix, "."G_MODULE_SUFFIX))
                                   ^
ie_exp_XSL-FO.cpp:1454:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                buf += " "x"=\""; \
                          ^
ie_exp_LaTeX.cpp:1332:43: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
 #define SUB(a,who) case a: subst = "\\(\\"who"\\)"; return true;
                                           ^
RealmProtocol.cpp:16:2: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint32_t' (aka 'unsigned int') [-Wc++11-narrowing]
        RPV1_PACKET_VARIABLE, /* user joined */
        ^~~~~~~~~~~~~~~~~~~~
RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE'
 #define RPV1_PACKET_VARIABLE -1
                              ^~
RealmProtocol.cpp:16:2: note: insert an explicit cast to silence this issue
        RPV1_PACKET_VARIABLE, /* user joined */
        ^~~~~~~~~~~~~~~~~~~~
        static_cast<uint32_t>( )
RealmProtocol.cpp:10:30: note: expanded from macro 'RPV1_PACKET_VARIABLE'
 #define RPV1_PACKET_VARIABLE -1
                              ^~
soa_soup.cpp:166:11: error: no viable conversion from returned value of type 'soa::GenericPtr' (aka 'shared_ptr<soa::Generic>') to function return type 'bool'
                        return soa::GenericPtr();
                               ^~~~~~~~~~~~~~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (partially)
2018-01-08 17:06:40 +00:00
Mark Felder
2645043bdf A small, self-contained API server written in Ruby and Sinatra to
provide a private backend for the open-source Bitwarden apps.

WWW: https://github.com/jcs/bitwarden-ruby
2018-01-08 17:00:31 +00:00
Nikolai Lifanov
6e9d860c2c update games/stonesoup to 0.21.0
highlights:
* New species: Gnolls
* New god: Wu Jian Council
* New spell: Borgnjor's Vile Clutch

release announcement:
https://crawl.develz.org/wordpress/crawl-0-21-gnoll-country-for-old-jian
2018-01-08 16:59:35 +00:00
Mark Felder
cab8403512 Remove entry for www/rubygem-sinatra-contrib as it breaks ports depending on the
new version of it.
2018-01-08 16:56:22 +00:00
Sunpoet Po-Chuan Hsieh
319aab0e02 Update to 1.7.0
Changes:	https://github.com/jmhodges/rchardet/commits/master
2018-01-08 16:52:30 +00:00
Sunpoet Po-Chuan Hsieh
892e70da26 Update to 0.9.0
Changes:	https://github.com/markaby/markaby/commits/master
2018-01-08 16:52:25 +00:00
Sunpoet Po-Chuan Hsieh
fafa08c818 Update to 0.2.0
- Add LICENSE_FILE

Changes:	https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md
2018-01-08 16:52:20 +00:00
Sunpoet Po-Chuan Hsieh
6408a3238c Update to 0.19.2
Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
2018-01-08 16:52:15 +00:00
Sunpoet Po-Chuan Hsieh
c0dc46cc21 Update to 8.0
Changes:	https://github.com/xolox/python-coloredlogs/commits/master
2018-01-08 16:52:09 +00:00
Sunpoet Po-Chuan Hsieh
f1e1d44d53 Update to 2.5.1
Changes:	http://search.cpan.org/dist/Mouse/Changes
2018-01-08 16:52:04 +00:00
Sunpoet Po-Chuan Hsieh
b36d00269a Update to 6.514
Changes:	http://search.cpan.org/dist/Coro/Changes
2018-01-08 16:51:58 +00:00
Sunpoet Po-Chuan Hsieh
591122e3f7 Update to 2018.01.07 2018-01-08 16:51:53 +00:00
Sunpoet Po-Chuan Hsieh
9b46565864 Update to 20180107 2018-01-08 16:51:48 +00:00
Sunpoet Po-Chuan Hsieh
c9dfc509ee Update to 2018.01.07 2018-01-08 16:51:43 +00:00
Sunpoet Po-Chuan Hsieh
70f3ca44df Update to 11.1.2
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2018-01-08 16:51:38 +00:00
Mark Felder
43666ff0f3 A Ruby implementation of the Password-Based Key-Derivation Function v2
WWW: https://github.com/emerose/pbkdf2-ruby
2018-01-08 16:51:12 +00:00
Mark Felder
7ee20cb01c Remove portscout hint pinning port to 1.x 2018-01-08 16:48:58 +00:00
Mark Felder
e4f1927519 Welcome www/rubygem-sinatra-contrib 2.0.0 to the tree 2018-01-08 16:42:07 +00:00
Mark Felder
53df67be2f Rename rubygem-sinatra-contrib to rubygem-sinatra-contrib1
This is required to bring in a rubygem-sinatra-contrib 2.0.0

Approved by:	robak
2018-01-08 16:32:05 +00:00
Joe Marcus Clarke
92cc68c569 Update to 2.8.3. 2018-01-08 16:25:13 +00:00
Steve Wills
3ab39b08fc devel/rubygem-piston: Mark deprecated and set expiration
Approved by:	tdb (private email)
2018-01-08 16:11:34 +00:00
Steve Wills
b984ef7291 devel/rubygem-semver2: create port
Maintain versions as per http://semver.org

WWW: https://github.com/haf/semver
2018-01-08 16:02:38 +00:00
Mathieu Arnold
9568a087da databases/py-MySQLdb only supports Python 2, restrict ports that uses it.
Sponsored by:	Absolight
2018-01-08 15:47:40 +00:00
Mathieu Arnold
e56d2fd4b4 www/py-slimit only supports Python 2.7.
Sponsored by:	Absolight
2018-01-08 15:47:22 +00:00
Ryan Steinmetz
a5512aefc1 - Update to 4.7.4
PR:		225000
Submitted by:	swills@
2018-01-08 15:44:16 +00:00
Carlos J. Puga Medina
4482deeb3c Back to the pool 2018-01-08 15:34:23 +00:00
Carlos J. Puga Medina
5d46c38bbc Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by:	portmgr (antoine)
2018-01-08 15:20:57 +00:00
Adam Weinberger
5fbe90efbb Add an NLS knob.
PR:		224983
Approved by:	Oleh Hushchenkov
2018-01-08 15:10:36 +00:00
Joe Marcus Clarke
9c33e1c605 Update to 3.4.2.
PR:		223303
Submitted by:	cpm
2018-01-08 14:56:11 +00:00
Alexey Dokuchaev
49ca0fda8d Quickly fix a segmentation fault when trying to open About dialog, by
clearing `errno' prior to calling strtol(3).

Typically this is not needed (return value must be checked before the
`errno' check), but in case of strtol(3) return value can be zero for
both successful and failed conversions.
2018-01-08 14:46:00 +00:00
Kirill Ponomarev
4ec78a610c Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2018-01-08 14:44:54 +00:00
Kirill Ponomarev
3ec5ba1032 Update to version 1.4.3
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D13790
2018-01-08 14:40:08 +00:00
Steve Wills
40aa2179c6 sysutils/rubygem-winrm: update to 2.2.3
PR:		224936
Approved by:	Joseph Benden <joe@thrallingpenguin.com> (maintainer)
2018-01-08 14:29:02 +00:00
Mathieu Arnold
9a858aac85 bump PORTREVISION forgetten in last commit.
Pointy hat:	mat
Sponsored by:	Absolight
2018-01-08 14:12:47 +00:00
Alexey Dokuchaev
2b31f063ff Add a port of medit, a programming and around-programming text editor.
WWW: http://mooedit.sourceforge.net/
2018-01-08 14:11:04 +00:00
Mathieu Arnold
3b21139820 Let tmux install itself.
It does some patching to the man page at install time, and this was
overriding it.

PR:		223907
Reported by:	Jade Auer
Sponsored by:	Absolight
2018-01-08 14:10:13 +00:00
Wen Heping
0d1b8e3775 - Update to 4.2.4
PR:		224991
Submitted by:	koue@chaosophia.net(maintainer)
2018-01-08 13:56:35 +00:00
Mathieu Arnold
0ef198c197 Fix check_ntp_time.
It periodically returns "Socket timeout" when one of several ntp server
doesn't response.

PR:		224926
Submitted by:	admins perceptyx com
Sponsored by:	Absolight
2018-01-08 13:38:55 +00:00
Mathieu Arnold
6c060282c4 Update to latest commit.
Fix shebangs, I had somehow broken them between my testing and the
addition of the port. [1]

PR:		224990 [1]
Reported by:	olaf zaplinski de
Sponsored by:	Absolight
2018-01-08 13:38:51 +00:00
Mathieu Arnold
c8e8c7e244 Fix altlog_proglist warning when it contains more than the named service.
PR:		224951
Submitted by:	Trix Farrar
Sponsored by:	Absolight
2018-01-08 13:38:47 +00:00