/net/mcl/

nome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update sysutils/py-glances to version 2.11.1.olgeni2017-09-112-4/+4
| | | | | | | | | | | | PR: 222196 Submitted by: olgeni Approved by: maintainer
| * games/openbor: simplify initialization of sysctl valuesjbeich2017-09-114-12/+8
| |
| * lang/tcl87: remove leftover of pre-release agegahr2017-09-111-2/+0
| |
| * lang/tcl86: remove empty files from pkg-plistgahr2017-09-111-2/+0
| |
| * Also bump PORTREVISION of lang/gcc which now refers to lang/gcc6 bygerald2017-09-111-1/+1
| | | | | | | | | | | | | | default. PR: 219275 Reported by: rakuco
| * www/py-flexget: update to 2.10.88jbeich2017-09-112-4/+4
| | | | | | | | Changes: https://github.com/Flexget/Flexget/compare/2.10.87...2.10.88
| * Mark as DEPRECATED and set EXPIRATION_DATE because upstreamdecke2017-09-111-1/+4
| | | | | | | | | | | | | | | | | | is dead and so the port is not useable anymore. If someone wants to continue the project please head up to https://github.com/freebsd/redports/ Thanks and goodbye redports.
| * - Update to 4.2.3decke2017-09-1113-569/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix various portlint warnings - Add missing LICENSE_FILE - Update pkg-descr to match recent upstream development The update was postponed a few times because early 4.2 releases had some serious regressions on FreeBSD. I know that there are still a few issues in the current release especially around IPTV and SAT>IP but they do not seem to be FreeBSD specific. If you run into regressions please let me know then we can still decide if we need to keep tvheadend 4.0 around. Thanks to all people for their patience and the people which helped during the testing phase especially Rainer and Heiko! Thanks to: Rainer Hurling <rhurlin@gwdg.de>, Heiko Kirschke <heiko.kirschke@posteo.de>
| * databases/evolution-data-server: switch to C++11, required by ICU >= 59jbeich2017-09-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from e-alphabet-index-private.cpp:37: In file included from /usr/local/include/unicode/alphaindex.h:18: /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text)) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text), length) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} ^~~~~~~~~~~~~ PR: 218788
| * Update devel/elixir-quantum to version 2.1.0.olgeni2017-09-113-8/+15
| |
| * - Add NO_ARCHamdmi32017-09-111-4/+5
| | | | | | | | | | | | | | | | - No need to set PKGMESSAGE - Switch to options helpers - Style fixes Approved by: portmgr blanket
| * - Update WWWamdmi32017-09-111-1/+1
| | | | | | | | Approved by: portmgr blanket
| * Add devel/elixir-gen_stage, producer and consumer pipelines witholgeni2017-09-115-0/+46
| | | | | | | | back-pressure for Elixir.
| * Update to latest git revision from 20170530 since around 3 years have passed ↵decke2017-09-113-207/+1718
| | | | | | | | | | | | | | | | since the initial version PR: 221741 Submitted by: myself Approved by: maintainer timeout
| * Update devel/elixir-smppex to version 2.2.0.olgeni2017-09-112-4/+4
| |
| * devel/php7{0,1}-intl: switch to C++11, required by ICU >= 59jbeich2017-09-112-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from /wrkdirs/usr/ports/devel/php70-intl/work/php-7.0.19/ext/intl/intl_convertcpp.cpp:21: In file included from ./intl_convertcpp.h:26: /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text)) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text), length) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} ^~~~~~~~~~~~~ PR: 218788
| * www/cppcms: switch to C++11, required by ICU >= 59jbeich2017-09-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/encoding/codepage.cpp:19: In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/encoding/uconv_codepage.ipp:13: In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/encoding/../icu/uconv.h:10: /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text)) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text), length) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} ^~~~~~~~~~~~~ PR: 218788
| * devel/py-pyicu: switch to C++11, required by ICU >= 59jbeich2017-09-111-6/+9
| | | | | | | | | | | | | | | | | | | | | | In file included from _icu.cpp:27: In file included from ./common.h:90: In file included from /usr/local/include/unicode/utypes.h:38: /usr/local/include/unicode/umachine.h:347:13: error: unknown type name 'char16_t' typedef char16_t UChar; ^ PR: 218788
| * misc/sword: switch to C++11, required by ICU >= 59jbeich2017-09-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from ../src/mgr/swmgr.cpp:102: In file included from ../include/utf8transliterator.h:41: /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text)) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text), length) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} ^~~~~~~~~~~~~ PR: 218788
| * devel/pecl-intl: switch to C++11, required by ICU >= 59jbeich2017-09-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from /wrkdirs/usr/ports/devel/pecl-intl/work/intl-3.0.0/intl_convertcpp.cpp:21: In file included from ./intl_convertcpp.h:26: /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text)) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text), length) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} ^~~~~~~~~~~~~ PR: 218788
| * print/texlive-base: switch to C++11, required by ICU >= 59jbeich2017-09-111-1/+2
| | | | | | | | | | | | | | checking requested system `icu' library... failed configure: error: some requested system libraries failed PR: 218788
| * devel/icu-le-hb: switch to C++11, required by ICU >= 59jbeich2017-09-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | In file included from LayoutEngine.cpp:8: In file included from ./LETypes.h:14: In file included from /usr/local/include/unicode/utypes.h:38: /usr/local/include/unicode/umachine.h:347:13: error: unknown type name 'char16_t' typedef char16_t UChar; ^ PR: 218788
| * Update to 1.3.1 release.ale2017-09-112-4/+4
| | | | | | | | | | PR: 222203 Submitted by: adamw
| * lang/tcl87, x11-toolkits/tk87: import Tcl/Tk 8.7a1gahr2017-09-1112-14/+714
| | | | | | | | | | This is the first alpha release for Tcl/Tk 8.7. See the full release notes here: https://sourceforge.net/p/tcl/mailman/message/36030211
| * - Update to 2.78lwhsu2017-09-112-4/+4
| |
| * devel/android-tools-{adb,fastboot}-devel: chase platform version outputjbeich2017-09-112-2/+2
| |
| * emulators/rpcs3: update to 0.0.3.305jbeich2017-09-112-6/+5
| | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/e4105f46...f0358f85
| * devel/android-tools-adb-devel: update to o.p.4.4407jbeich2017-09-112-5/+5
| | | | | | | | Changes: https://android.googlesource.com/platform/system/core/+log/2066e0585e9d..cfadedb1391f/adb
| * Un-break the devel/py-bsdtimur2017-09-113-5/+25
| |
| * Update to 2017.09.10sunpoet2017-09-112-4/+4
| |
| * Update to 2017.09.10sunpoet2017-09-112-4/+4
| |
| * - Update to 2.3tota2017-09-112-4/+4
| |
| * sysutils/lsof: upgrade to 4.90P, which fixes the test suite for 64-bit ↵ler2017-09-113-21/+4
| | | | | | | | | | | | dev_t, and the bzero fix.
| * - Update to 0.99.14.2tota2017-09-112-4/+4
| |
| * sysutils/cbsd: Update to 11.1.5dbaio2017-09-112-4/+5
| | | | | | | | | | | | | | While here, add LICENSE_FILE. PR: 222204 Submitted by: olevole@olevole.ru (maintainer)
| * - Update to 0.7tota2017-09-112-4/+4
| |
| * - Update to 6.0-77tota2017-09-112-6/+7
| |
| * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-11