Commit graph

409848 commits

Author SHA1 Message Date
Steve Wills
4b46e63adf net/rubygem-rubyntlm05: create port for 0.5.x version 2017-01-20 19:37:06 +00:00
Thierry Thomas
e7f3c919b5 Upgrade to v0.1.5.
Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.5>.
2017-01-20 18:48:55 +00:00
Mark Felder
e5f4bc7efe amend 20170120 UPDATING entry regarding mysql56-server 2017-01-20 18:23:36 +00:00
Mark Felder
37b41c2bb9 databases/mysql56-server: Do not install my.cnf sample
An issue was discovered where users of mysql did not have a my.cnf and
the recent update was causing mysqld to find a sample my.cnf and load
its parameters. This was causing errors on startup for users of innodb
as the parameters used to init the database did not match the ones in
the sample config file it was now reading.
2017-01-20 18:21:49 +00:00
Jan Beich
240684a5c6 databases/memcached: temporarily hide DTRACE option on aarch64
/usr/sbin/dtrace  -G -o memcached_dtrace.o -s ./memcached_dtrace.d ...
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
[...]
ld: memcached_dtrace.o.iRgx2j: Relocations in generic ELF (EM: 0)
memcached_dtrace.o.iRgx2j: error adding symbols: File in wrong format
dtrace: failed to link script ./memcached_dtrace.d: failed to link memcached_dtrace.o: ld exited with status 1

PR:		214556
2017-01-20 17:31:23 +00:00
Vsevolod Stakhov
05795a1013 - Update to 1.5.0.a3 2017-01-20 17:30:28 +00:00
Roman Bogorodskiy
0e1e1b80eb security/libtasn1: update to 4.10 2017-01-20 16:53:24 +00:00
Alexey Dokuchaev
2b756c338b - Update `sysutils/libcpuid' to version 0.4.0
- Distribution file are now served off GitHub
- Chase shlib version bump in `sysutils/cpu-x'

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1478998492 which corresponds to commit fa87a5e tagged
as this release.
2017-01-20 16:44:13 +00:00
Mark Felder
ef0c94a7aa Add UPDATING entry about recent mysql56-server issue 2017-01-20 16:24:34 +00:00
Mark Felder
35f02968f0 databases/mysql56-server: Rollback rc script changes 2017-01-20 16:02:30 +00:00
Tobias C. Berner
ad60753756 Use USE_QT4=qmake_build instead of BUILD_DEPENDS=qmake-qt4
bsd.qt.mk provides a better way to depend on qmake.

PR:		214700
Obtained from:	maintainer timeout (2 months), mat (mentor)
2017-01-20 15:50:45 +00:00
Guido Falsi
a226674100 - Update lives to 2.8.4
- Get distfile from github
2017-01-20 15:23:36 +00:00
Guido Falsi
14cf714c9e - Update gthumb to 3.4.4.1
- Convert to USES=localbase
2017-01-20 15:22:34 +00:00
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