- 01 Aug, 2018 27 commits
-
-
tcberner authored
-
garga authored
Approved by: koobs (maintainer) Obtained from: pfSense MFH: 2018Q3 Security: CVE-2018-10243 Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D16365
-
amdmi3 authored
- Regenerate patches - Update WWW Approved by: portmgr blanket
-
danfe authored
-
amdmi3 authored
- Add NO_ARCH Approved by: portmgr blanket
-
0mp authored
PR: 229890 Submitted by: Jonathan Price <freebsd@jonathanprice.org> (maintainer) Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16364
-
0mp authored
Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16539
-
tobik authored
preproc.C:275:7: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "ncc "NCC_VERSION" - The new/next generation C compiler\n" ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/ncc-2.8_2.log nccnav.C:334:15: error: constant expression evaluates to -1 which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing] } NoChunk = { ~0, ~0 }; ^~
-
bar authored
PR: 230211
-
tobik authored
uni_fromuni.cc:56:3: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/mico-2.3.13_3.log yacc.yy:1798:34: error: reference to 'string_literals' is ambiguous yyval.node = new ParseNode( string_literals, yyvsp[0].node ); ^ ./parsenode.h:124:3: note: candidate found by name lookup is 'string_literals' string_literals, ^ /usr/include/c++/v1/string:4043:20: note: candidate found by name lookup is 'std::__1::literals::string_literals' inline namespace string_literals ^ - While here update WWW
-
tcberner authored
The upgrade of devel/py-dateutil in r475926 to 2.7.3 broke packaging of desktuils/py-khal as that one pinned to <= 2.6.1. * remove the pinning of the version (0.9.9 should already be fixed to work with 2.7.x -- even if the information on that seems to be a bit conflicting) * while here, do some cosmetics on pkg-message Submitted by: lebarondemerde@privacychain.ch (maintainer)
-
osa authored
fix a couple of issues. Bump PORTREVISION.
-
decke authored
-
osa authored
Bump PORTREVISION. <ChangeLog> nginx modules: *) Bugfix: making a subrequest from a Reply object caused a segmentation fault. *) Bugfix: getting the parent property of the main Request object caused a segmentation fault. Core: *) Feature: added the pretty string representation for values. *) Feature: correctly printing floating point numbers. *) Feature: correctly parsing floating point numbers. *) Feature: String.bytesFrom() method (decoding hex, base64, base64url into a byte string). *) Feature: String.padStart() and String.padEnd() methods. *) Feature: added support of binary literals. *) Improvement: added information about illegal token in number parsing. *) Improvement: allowed uppercased O in octal literal values. *) Improvement: added support for multiple arguments in console.log(). *) Bugfix: fixed applying call() to methods of external values. *) Bugfix: fixed addition operator applied to an object. *) Bugfix: fixed exception handling in njs_vm_value_to_ext_string(). *) Bugfix: fixed Number() with boolean, null and undefined arguments. *) Bugfix: fixed error handling of setting non-numeric Array.length. *) Bugfix: fixed autocompletion for global objects. *) Bugfix: miscellaneous additional bugs have been fixed. </ChangeLog>
-
tobik authored
The configure check for ios::binary fails with /usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration _Noreturn void exit(int); ^ /usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn' #define _Noreturn [[noreturn]] ^ conftest.cc:9:6: note: declaration missing '[[noreturn]]' attribute is here void exit (int); ^ which leads to the build falling back to using ios::bin due to having HAVE_IOS_BIN defined. http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/HVSC-Update-2.8.7.log
-
tobik authored
SpiralSynthModular.C:1016:14: error: comparison between pointer and integer ('char *' and 'int') if (fn && fn!='\0') ~~^ ~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/spiralsynthmodular-0.2.2a_9.log
-
tobik authored
tX_dialog.cc:569:41: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] label=gtk_label_new(PACKAGE" release "VERSION); ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/terminatorx-3.84_8.log
-
zeising authored
-
zeising authored
remove the old *proto ports. Submitted by: Kevin Oberman
-
tobik authored
-
tobik authored
/usr/include/c++/v1/memory:2097:9: error: cannot initialize a member subobject of type 'boost::shared_ptr<mp3plot::bitrate_plotter> *' with an rvalue of type 'int' : __value_(_VSTD::forward<_Up>(__u)){}; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/memory:2187:9: note: in instantiation of function template specialization 'std::__1::__compressed_pair_elem<boost::shared_ptr<mp3plot::bitrate_plotter> *, 0, false>::__compressed_pair_elem<int, void>' requested here : _Base1(std::forward<_Tp>(__t)), _Base2() {} ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/mp3plot-0.6.0_21.log
-
zeising authored
Remove x11/evieext. This should have been done as part of the big x11/xorgproto commit in r476013 but was missed. Ponty-hat to: zeising Reported by: Kevin Oberman, Koichiro Iwao
-
loader authored
Adafruit MicroPython Tool (ampy) - Utility to interact with a MicroPython board over a serial connection. WWW: https://github.com/adafruit/ampy Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D16524
-
miwi authored
PR: 230103 Submitted by: maintainer Sponsored by: iXsystems Inc.
-
yuri authored
-
jhale authored
Grip (GitHub Readme Instant Preview) is a command-line server application written in Python that uses the GitHub markdown API to render a local readme file. The styles come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the Readme will be instantly reflected in the browser without requiring a page refresh. WWW: https://github.com/joeyespo/grip
-
jhale authored
Path-and-address resolves ambiguities for command-line interface applications with the following pattern: $ your_app [<path>] [<address>] The library applies the principal of least surprise to command-line interfaces. WWW: https://github.com/joeyespo/path-and-address
-
- 31 Jul, 2018 13 commits
-
-
sunpoet authored
- Bump PORTREVISION for dependency change
-
sunpoet authored
Bump PORTREVISION for package change caused by rubygem-bundler 1.16.3 and rubygem-sentry-raven 2.7.4 update
-
sunpoet authored
Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md
-
sunpoet authored
Changes: https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
-
sunpoet authored
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md https://github.com/sinatra/sinatra/commits/master Security: ca05d9da-ac1d-4113-8a05-ffe9cd0d6160 MFH: 2018Q3
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
- Update WWW Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
-