Li-Wen Hsu
7059d3ac07
- Update to 2.101
2018-01-10 03:47:36 +00:00
Adam Weinberger
e0a2f9063c
There is no USES=gcc
...
Pointy hat to: osa
2018-01-10 03:24:40 +00:00
Jung-uk Kim
7198e6f89f
Update to 0.1.3.
2018-01-10 02:19:36 +00:00
Brooks Davis
2eb4d5e56b
Upgrade to 5.0.1.
...
Correct shared linkage with llvm-config50.[0]
PR: 223191 [0]
Submitted by: greg@unrelenting.technology
MFH: 2008Q1
2018-01-10 01:43:36 +00:00
Jung-uk Kim
1174bd0606
Update to 0.1.2.
2018-01-10 00:44:15 +00:00
Jung-uk Kim
bd60c841d0
Update to 0.0.4.
2018-01-10 00:40:45 +00:00
Jung-uk Kim
d884cb8fc2
Update to 0.1.3.
2018-01-10 00:36:20 +00:00
Yuri Victorovich
b5409b2cdd
chinese/ibus-pinyin: Fixed build with NLS=off
...
PR: 219603
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
Reported by: yuri
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13736
2018-01-09 23:59:55 +00:00
Danilo G. Baio
32d7d2e425
sysutils/backuppc[-devel]: Update WWW
...
PR: 224109
Reported by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2018-01-09 23:28:31 +00:00
Danilo G. Baio
b59ae81969
sysutils/backuppc4: Update to 4.1.5
...
Update WWW [1].
Changes: https://github.com/backuppc/backuppc/releases/tag/4.1.5
PR: 224109 [1]
PR: 224076
Reported by: Zane C. Bowers-Hadley <vvelox@vvelox.net> [1]
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2018-01-09 23:25:48 +00:00
Danilo G. Baio
61096b1472
security/libargon2: Update to 20171227
...
Changes: https://github.com/P-H-C/phc-winner-argon2/blob/20171227/CHANGELOG.md
PR: 225022
Submitted by: Christopher Hall <hsw@bitmark.com> (maintainer)
2018-01-09 23:18:28 +00:00
Sergey A. Osokin
9b5d6eedde
A customer reported privately it's possible to build the package with
...
gcc on i386 platform, so it looks like it's a bug with clang 4 on i386.
Do not bump PORTREVISION cause package for i386 never been built.
Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216745
2018-01-09 23:07:33 +00:00
Dimitry Andric
3f6545049c
Fix builds of lang/gcc{48,49,5} with clang 6.0.0
...
Since clang++ 6.0.0 now defaults to -std=gnu++14 (similar to g++ 6 and
higher), building gcc48, gcc49 or gcc5 produce quite a number of
"invalid suffix on literal; C++11 requires a space between literal and
identifier" errors. This is because in many places, double quotes are
directly followed by printf helper macros like HOST_WIDE_INT_PRINT.
In gcc 6 and later, spaces were added between the double quotes and the
macros, to fix this issue, but for earlier versions, use a combination
of find, grep and sed to add them mechanically throughout the respective
source trees.
In addition, gcc5 needs a regular patch to fix an incorrect call to
error(), which should have been error_at(). (This was a mismerge by
upstream.)
Approved by: gerald (maintainer)
PR: 224927
MFH: 2018Q1
2018-01-09 22:08:45 +00:00
Ryan Steinmetz
07b0973a9a
- Update license to MPL
...
Reported by: Dan McGregor <dan.mcgregor@usask.ca>
2018-01-09 22:07:43 +00:00
Luca Pizzamiglio
1f8874e6ff
benchmarks/stress-ng: Update to 0.09.09
2018-01-09 22:07:04 +00:00
Yuri Victorovich
59f2299549
New port: archivers/py-zstd: Python binding for Zstandard compression library
...
This is a simple binding. A more full-featured binding will be
at archivers/py-zstandard.
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13807
2018-01-09 22:01:04 +00:00
Raphael Kubo da Costa
6459814572
Explicitly build with -std=gnu++98.
...
clang 6.0 defaults to -std=gnu++14, but the port fails with too many errors
when built in C++11 (or later) mode.
PR: 224945
2018-01-09 21:47:55 +00:00
Jung-uk Kim
ddbb074f9a
Document the latest Flash Player vulnerability.
...
https://helpx.adobe.com/security/products/flash-player/apsb18-01.html
2018-01-09 21:25:14 +00:00
Jung-uk Kim
623a3bc955
Update to 28.0.0.137.
...
https://helpx.adobe.com/security/products/flash-player/apsb18-01.html
PR: 225034
2018-01-09 21:12:55 +00:00
Raphael Kubo da Costa
e0a34af1f2
Backport a patch to fix the build with -std=gnu++14.
...
clang 6.0 defaults to -std=gnu++14 instead of -std=gnu++98. This backport fixes
the following error:
/wrkdirs/usr/ports/devel/py-krosspython/work/kross-interpreters-4.14.3/python/cxx/Objects.hxx:1081:15: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t'
, offset( NULL )
^ ~~~~
PR: 224945
2018-01-09 21:04:44 +00:00
Josh Paetzel
2444ddf27e
Update to 1.4.1
2018-01-09 20:59:05 +00:00
Raphael Kubo da Costa
1e962ef33d
Explicitly build with -std=gnu++98
...
clang 6.0 will default to -std=gnu++14, which breaks the build:
/wrkdirs/usr/ports/math/rocs/work/rocs-4.14.3/VisualEditor/Actions/SelectMoveHandAction.cpp:86:52: error: no viable conversion from 'int' to 'QPainter::RenderHints' (aka 'QFlags<QPainter::RenderHint>')
_graphScene->views().at(0)->setRenderHints(QPainter::Antialiasing
PR: 224945
2018-01-09 20:53:24 +00:00
Ryan Steinmetz
bd166fa1a3
New ports: net/isc-dhcp44-server, net/isc-dhcp44-client, net/isc-dhcp44-relay:
...
The ISC Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of the
DHCP protocol, through a suite of DHCP tools:
* A DHCP server (this port)
* A DHCP client
* A DHCP relay agent
WWW: https://www.isc.org/products/DHCP/
2018-01-09 20:51:38 +00:00
Cy Schubert
bda22d9964
Instead of people.freebsd.org use LOCAL as per
...
https://www.freebsd.org/doc/en/books/porters-handbook/slow-sources.html
Reported by: mat
2018-01-09 20:41:44 +00:00
Tobias C. Berner
37dfd0410b
Document issues during the upgrade of www/qt5-webengine
...
PR: 225020
Reported by: Marco Beishuizen <mbeis@xs4all.nl>, Vladimir Omelchuk <admin@vladiom.com.ua>
2018-01-09 20:41:19 +00:00
Ryan Steinmetz
7dd18ba957
- Note CONFLICTS with upcoming isc-dhcp44-* ports
2018-01-09 20:37:17 +00:00
Jochen Neumeister
462eb3552c
devel/pear-HTML_BBCodeParser: Update to 1.2.4
...
PR: 224583
Reported by: joneum
Approved by: maintainer timeout (2 weeks), mentors (implicit)
2018-01-09 20:26:55 +00:00
Nicola Vitale
057db6173f
- Update to 0.5.2.3
...
- Update LICENSE (upstream changed it with v. 0.5.2.1)
ChangeLog: https://github.com/adapta-project/adapta-backgrounds/releases
2018-01-09 20:23:04 +00:00
Jochen Neumeister
e3ddb83ed5
www/smarty3: Update from 3.1.29 to 3.1.30
...
Changelog: https://github.com/smarty-php/smarty/blob/v3.1.30/change_log.txt
PR: 224564
Reported by: Matthias Fechner <idefix@fechner.net>
Approved by: maintainer timeout (2 weeks) tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13684
2018-01-09 20:22:14 +00:00
Joseph Mingrone
7fb154ca8f
New ports: www/py-qt5-webchannel and www/py-qt5-webengine
...
Reviewed by: mat, tcberner
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D12964
2018-01-09 20:06:34 +00:00
Kurt Jaeger
405695425a
devel/gogs: fix rc.d script status and file commit history pagination
...
PR: 224614
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer), Douglas Thrift <douglas@douglasthrift.net>
2018-01-09 19:41:37 +00:00
Alexey Dokuchaev
061fb09978
For the ports under `sysutils' category: remove superfluous linefeeds.
2018-01-09 19:16:16 +00:00
Kurt Jaeger
2e83fc02b9
New port: misc/lxi-tools
...
lxi-tools is a collection of open source software tools that enables control
of LXI compatible instruments such as modern oscilloscopes, power supplies,
spectrum analyzers etc.
All features are consolidated in the 'lxi' application which provides a
simple commandline interface to discover LXI instruments, send SCPI
commands, and capture screenshots from supported LXI instruments.
lxi-tools rely on liblxi for all communication.
WWW: https://lxi-tools.github.io/
PR: 224714, D13686
Submitted by: Dmitri Goutnik <dg@syrec.org>
2018-01-09 19:10:45 +00:00
Alexey Dokuchaev
b89c1e03a1
For the ports under `net' category: remove superfluous linefeeds.
2018-01-09 19:06:33 +00:00
Alexey Dokuchaev
86d1582999
For the ports under `devel' category: remove superfluous linefeeds.
2018-01-09 18:44:07 +00:00
Alexey Dokuchaev
9d148927e8
For some of the ports under `mail' category: remove superfluous linefeeds.
2018-01-09 18:22:10 +00:00
Luca Pizzamiglio
afde71aeec
security/pecl-mcrypt: Add port
...
This PHP extension works only with PHP 7.2
It provides an extension deprecated in the last version of PHP
Sponsored by: trivago N.V.
2018-01-09 16:54:30 +00:00
Sunpoet Po-Chuan Hsieh
34998a4e86
Update to 1.1.0
...
Changes: https://github.com/fog/fog-json/blob/master/CHANGELOG.md
2018-01-09 16:43:29 +00:00
Sunpoet Po-Chuan Hsieh
46f9a83861
Update to 5.1.0
...
- Update WWW
Changes: https://github.com/turbolinks/turbolinks/releases
2018-01-09 16:42:02 +00:00
Sunpoet Po-Chuan Hsieh
1fd66a96a7
Update to 5.1.0
...
- Update WWW
Changes: https://github.com/turbolinks/turbolinks/releases
2018-01-09 16:41:33 +00:00
Sunpoet Po-Chuan Hsieh
b22806a078
Update to 5.1.0
...
- Update WWW
Changes: https://github.com/turbolinks/turbolinks/releases
2018-01-09 16:41:28 +00:00
Sunpoet Po-Chuan Hsieh
257b502364
Update to 5.1.0
...
Changes: https://github.com/turbolinks/turbolinks-source-gem/commits/master
2018-01-09 16:41:23 +00:00
Sunpoet Po-Chuan Hsieh
000eca0546
Update to 2.1.2
...
Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG
2018-01-09 16:41:18 +00:00
Sunpoet Po-Chuan Hsieh
8d793718bd
Update to 0.67.0
...
Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
2018-01-09 16:41:12 +00:00
Sunpoet Po-Chuan Hsieh
b203b3f3ef
Update to 2.3.0
...
Changes: https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md
2018-01-09 16:41:07 +00:00
Roman Bogorodskiy
24179941c4
databases/tile38: update to 1.10.0
...
Change Log:
https://github.com/tidwall/tile38/releases/tag/1.10.0
PR: 225023
Submitted by: maintainer
2018-01-09 16:38:57 +00:00
Dmitry Marakasov
35fbe95880
- Update WWW
2018-01-09 16:19:52 +00:00
Sunpoet Po-Chuan Hsieh
d89379729d
Update to 2.10.113
...
Changes: https://github.com/aws/aws-sdk-ruby/releases
2018-01-09 16:10:29 +00:00
Sunpoet Po-Chuan Hsieh
42980a9bb3
Update to 2.10.113
...
Changes: https://github.com/aws/aws-sdk-ruby/releases
2018-01-09 16:10:24 +00:00
Sunpoet Po-Chuan Hsieh
33e4450e68
Update to 2.10.113
...
Changes: https://github.com/aws/aws-sdk-ruby/releases
2018-01-09 16:10:18 +00:00