Commit graph

409735 commits

Author SHA1 Message Date
Rusmir Dusko
67bbd03689 - Update to 17.1.0, please see
/usr/local/share/doc/smplayer/Changelog
2017-01-20 15:12:05 +00:00
Jan Beich
4d44fc5d16 lang/erlang-runtime19: oops, group EXCLUDE_aarch64 with the rest 2017-01-20 14:51:27 +00:00
Jan Beich
3550471c28 lang/erlang: temporarily hide DTRACE option on aarch64
obj/aarch64-portbld-freebsd11.0/opt/smp/beam_emu.o: In function `process_main':
beam/beam_emu.c:(.text+0x1ec): undefined reference to `__dtraceenabled_erlang___process__scheduled'
beam/beam_emu.c:(.text+0x3c4): undefined reference to `__dtrace_erlang___process__scheduled'
beam/beam_emu.c:(.text+0x3274): undefined reference to `__dtraceenabled_erlang___local__function__entry'
beam/beam_emu.c:(.text+0x32b0): undefined reference to `__dtrace_erlang___local__function__entry'
beam/beam_emu.c:(.text+0x3318): undefined reference to `__dtraceenabled_erlang___local__function__entry'
[...]

PR:		214556 (maybe unrelated)
Reported by:	pkg-fallout
2017-01-20 14:49:03 +00:00
Jan Beich
3cb5060a02 lang/php70: temporarily hide DTRACE option on aarch64
ld: Zend/zend_dtrace.d.o.h0Xec8: Relocations in generic ELF (EM: 0)
Zend/zend_dtrace.d.o.h0Xec8: error adding symbols: File in wrong format
dtrace: failed to link script /wrkdirs/usr/ports/lang/php70/work/php-7.0.14/Zend/zend_dtrace.d: failed to link Zend/zend_dtrace.d.o: ld exited with status 1
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
[...]

PR:		214556
Reported by:	pkg-fallout
2017-01-20 14:31:27 +00:00
Jan Beich
3eb1321850 www/webkit2-gtk3: attempt to unbreak on aarch64
./Source/JavaScriptCore/assembler/ARM64Assembler.h:2760:2: error: "The cacheFlush support is missing on this platform."
 #error "The cacheFlush support is missing on this platform."
  ^

./Source/JavaScriptCore/assembler/MacroAssemblerARM64.h:133:17: error: class member cannot be redeclared
    static bool shouldBlindForSpecificArch(uintptr_t value) { return value >= 0x00ffffff; }
                ^
./Source/JavaScriptCore/assembler/MacroAssemblerARM64.h:132:17: note: previous declaration is here
    static bool shouldBlindForSpecificArch(uint64_t value) { return value >= 0x00ffffff; }
                ^

Reported by:	pkg-fallout
2017-01-20 14:15:50 +00:00
Baptiste Daroussin
bc48b53f2c New port: lowdown
lowdown is just another Markdown translator. It can output traditional HTML or
a document for your troff type-setter of choice, such as groff(1), Heirloom
troff, or even mandoc(1). lowdown doesn't require XSLT, Python, or even Perl -
it's just clean, secure, open source C code with no dependencies. Its
canonical documentation is the lowdown(1) manpage.

WWW: http://kristaps.bsd.lv/lowdown/
2017-01-20 13:31:05 +00:00
Jimmy Olgeni
237a2cfa90 Update devel/elixir-timex to version 3.1.8. 2017-01-20 13:27:03 +00:00
Mathieu Arnold
d7081cb554 Whatever you do, people keep adding back ${PORTSDIR}/ to dependencies.
Sponsored by:	Absolight
2017-01-20 13:02:33 +00:00
Antoine Brodin
2a73ca95ab Remove no longer needed code that was reinplacing a symlink
PR:		216309
2017-01-20 12:50:40 +00:00
Tobias C. Berner
e2ae4019e0 Fix ruby-qtruby with newer clang
Clang 4.0 trips on the bogus  pointer comparison.
As the produced code may change, bump PORTREVISION.

PR:		216218
Reported by:	jbeich
Approved by:	rakuco (mentor)
2017-01-20 12:45:03 +00:00
Tobias C. Berner
4f9ea75a89 Fix plist of cad/qcad -- don't add the manually created desktop file to the pkg-plist
From bsd.port.mk:
 924 # DESKTOP_ENTRIES
 954 #                   * The files will be automatically added to ${PLIST}.

Approved by: mat (mentor)
2017-01-20 12:36:04 +00:00
Tobias C. Berner
4b775dff0a Update devel/cmake and friends to 3.7.2
PR:		216190
Exp-Run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9224
2017-01-20 12:21:37 +00:00
Tobias C. Berner
95508ac672 Fix py-pykde4 against newest clang
PyList_SET_ITEM() is supposed to be void, but as a macro it's an
expression and has a pointer value. Clang 4.0 trips on the bogus
pointer comparison; given the comparison, it should be PyList_SetItem()
which returns -1 on failure.

As the produced code may be changed by this, bump PORTREVISION.

PR:		216253
Submitted by:	Adriaan de Groot <groot@kde.org>
Reported by:	jbeich
Reviewed by:	rakuco, tcberner
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9253
2017-01-20 12:20:14 +00:00
Raphael Kubo da Costa
97e3fda2f8 Add a dependency on misc/py-tqdm.
The dependency on tqdm was introduced in 0.7.7 but was not mentioned in the
release announcement.

PR:		216306
2017-01-20 11:43:33 +00:00
Dmitry Marakasov
c4b316e2dc Add python3 counterpart for py-rubymarshal 2017-01-20 11:27:44 +00:00
Dmitry Marakasov
541c26ad84 Add missing python prefix 2017-01-20 11:26:55 +00:00
Raphael Kubo da Costa
45ed73b747 Set NO_ARCH=yes.
The port does not seem to install any arch-specific files.
2017-01-20 11:24:29 +00:00
Raphael Kubo da Costa
6b76f482a9 Set NO_ARCH=yes.
Poudriere's checks indicate that this port does not install any arch-specific
files.
2017-01-20 11:19:40 +00:00
Dmitry Marakasov
a0eeafe6ec - Relax dependency version requirement for pyflakes, fixing the runtime failure:
The 'pyflakes<1.1,>=0.8.1' distribution was not found and is required by flake8

- Update WWW

PR:		213960
Submitted by:	pete@nomadlogic.org
Approved by:	maintainer timeout (wg, 5 weeks)
MFH:		2017Q1
2017-01-20 11:01:30 +00:00
Torsten Zuehlsdorff
51ae5494c5 Update PHP 7 from 7.0.14 to 7.0.15
Changelog: http://www.php.net/ChangeLog-7.php#7.0.15

PR:           216210
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH:          2017Q1
Security:     https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html
2017-01-20 09:40:39 +00:00
Olivier Duchateau
68dc85db3a Update to 1.20
Changelog: https://github.com/shazow/urllib3/blob/1.20/CHANGES.rst#120-2017-01-19
2017-01-20 09:23:57 +00:00
Guido Falsi
c0685a5be4 - Update maildrop to 2.8.5
- Convert to USES=localbase
- Make unneeded += a simple =
2017-01-20 09:15:19 +00:00
Antoine Brodin
83e5de51e7 Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-20 09:07:38 +00:00
Dmitry Marakasov
dc0cb560d1 - Add LICENSE
- Switch to options helpers
- Regenerate patches
2017-01-20 09:01:18 +00:00
Antoine Brodin
337ec7a201 Shebangfix only the target of the symlink, not the symlink
PR:		216309
2017-01-20 08:42:10 +00:00
Antoine Brodin
a03479bcaa Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-20 08:36:29 +00:00
Antoine Brodin
e4257479a1 Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-20 08:33:44 +00:00
Antoine Brodin
afd4d0ca4c Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-20 07:15:34 +00:00
Antoine Brodin
b09ebddf53 Shebangfix the target of the symlink instead of the symlink
PR:		216309
2017-01-20 06:55:34 +00:00
Emanuel Haupt
e397b8a6d9 Update to 4.4.7
Changelog:

- Out-of-range negative offsets to popd can cause the shell to crash attempting
  to free an invalid memory block.
- When performing filename completion, bash dequotes the directory name being
  completed, which can result in match failures and potential unwanted
  expansion.

MFH:		2017Q1
2017-01-20 06:30:26 +00:00
John Marino
28b65eaff9 ports-mgmt/synth: Fix open file descriptor issue for purge-distfiles cmd
The purge-distfiles command reads the distinfo file of every port in the
tree, but unfortunately never closed the file descriptor when the scan
was complete.  This resulted in 26,000+ open file descriptors, possibly
exceeding the host server's FD limit.  (issue #70)
2017-01-20 03:40:53 +00:00
Wen Heping
08bbe03abc - Update to 3.4.6 2017-01-20 03:03:29 +00:00
Jason Unovitch
6ee6994361 www/grafana2: followup last commit; fix variable typo in r431923
PR:		215808
2017-01-20 02:47:53 +00:00
Jason Unovitch
97a687b517 Include php56 in today's PHP vulnerability
Security:	https://vuxml.FreeBSD.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html
2017-01-20 02:41:30 +00:00
Jung-uk Kim
9dc56d14f1 Update to 0.4.5. 2017-01-20 00:17:14 +00:00
Brad Davis
d1d7905892 For www/grafana2 create the run directory on startup for systems where
/var/run is on a ramdisk.

PR:		215808
Reported by:	Mark.Martinec@ijs.si
Approved by:	maintainer timeout, bdrewery (implicit)
2017-01-20 00:12:46 +00:00
Brad Davis
8b7ecf8574 For www/grafana3 create the run directory on startup for systems where
/var/run is on a ramdisk.

PR:		215442
Reported by:	Mark.Martinec@ijs.si
Approved by:	bdrewery (implicit)
2017-01-20 00:04:37 +00:00
Vsevolod Stakhov
91b14bf266 - Fix patch stage by providing the correct patch
- Do not bump revision

Submitted by:	Sascha Holzleiter sascha at root-login.org via private email
2017-01-19 23:50:33 +00:00
Mark Felder
0035463ba2 ISA-L is a collection of optimized low-level functions targeting storage
applications.

WWW: https://github.com/01org/isa-l

PR:		215419
Submitted by:	Michal Bielicki <m.bielicki@llizardfs.com>
2017-01-19 23:04:36 +00:00
Mark Felder
7164158100 databases/mysql56: Update to 5.6.35
- Port improvements from MySQL 5.7 port
- Use system libs instead of bundled
- Fix many open PRs
- Change MAINTAINER

PR:		216244 192657 198812 199751 205093
PR:		209618 211248 205983 209338
2017-01-19 22:29:04 +00:00
Bernard Spil
eb1efbe039 security/vuxml: Document PHP vulnerabilities 2017-01-19 21:14:51 +00:00
Ryan Steinmetz
8e5cb6ec57 - Update to 6.5.0
PR:		213075
Requested by:	freebsd@signout.dk
2017-01-19 21:07:11 +00:00
Mikolaj Golub
0cb8fe8a68 update to 1.3.1 2017-01-19 21:00:49 +00:00
Jason E. Hale
47714e504c Update to 3.15
Changes:	https://raw.githubusercontent.com/schweikert/fping/master/ChangeLog
PR:		216022
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
2017-01-19 20:50:51 +00:00
Mikolaj Golub
9bb2ffc844 update to 20161212 2017-01-19 20:49:42 +00:00
Andrey A. Chernov
8ad34f134f Upgrade to 2.03pre29 2017-01-19 20:34:39 +00:00
Mark Felder
ce79c31e98 net/py-matrix-synapse: Add additional missing run dependencies
These are required if you enable the URL preview feature
2017-01-19 20:32:01 +00:00
Rodrigo Osorio
55be58cdfa Change fetch method and use the GITHUB stuff
PR:		212032
Submitted by:	lbartoletti@tuxfamily.org

M    Makefile
M    distinfo
M    pkg-plist
2017-01-19 20:09:44 +00:00
Kurt Jaeger
783452a79c devel/rudiments: update 0.57.0 -> 1.0.2
databases/sqlrelay: update 0.67.0 -> 1.0.0

Recommended reading:
 http://software.firstworks.com/2016/12/benchmarking-sql-relay-100.html

 http://software.firstworks.com/2016/12/rudiments-100-release-announcement.html
 http://software.firstworks.com/2016/12/rudiments-102-release-announcement.html
 http://software.firstworks.com/2016/12/sql-relay.html
2017-01-19 19:50:29 +00:00
Jung-uk Kim
5cd9bd582c Update to 20170119. 2017-01-19 19:37:44 +00:00