Commit Graph

408579 Commits

Author SHA1 Message Date
Jan Beich
8c63a3cf16 MFH: r432101
multimedia/libvpx: grab and drop architecture whitelist

PR:		216191
Approved by:	ashish (previous maintainer)
Approved by:	ports-secteam blanket (unbreaks armv6 after r431741)
2017-01-22 09:07:04 +00:00
Jan Beich
d76019095d MFH: r432098
editors/openoffice-devel: unbreak with clang 4.0

main/desktop/source/app/officeipcthread.cxx:228:14: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
        if ( handle > 0 )
             ~~~~~~ ^ ~
main/desktop/source/deployment/misc/dp_misc.cxx:106:16: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
    if (digest <= 0) {
        ~~~~~~ ^  ~
main/sd/source/ui/view/viewshe3.cxx:229:48: error: ordered comparison between pointer and zero ('SdPage *' and 'int')
        if (pDocument->GetSdPage(0, ePageKind) > 0)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216206
Submitted by:	pfg
Obtained from:	upstream
Approved by:	ports-secteam blanket
2017-01-22 08:38:12 +00:00
Jan Beich
2c7f8ad55d MFH: r432013
devel/ptlib: properly detect mmap(2) failure

PR:		216019
Approved by:	ports-secteam (junovitch)
2017-01-22 08:14:15 +00:00
Jan Beich
670b436f1d MFH: r432091
science/openbabel: unbreak with GCC >= 6

GCC defaults to C++14 since 6.0 which no longer converts istream to
bool by default. Instead of fixing just downgrade to C++98.

PR:		216036
Approved by:	ports-secteam blanket
2017-01-21 23:24:18 +00:00
Sunpoet Po-Chuan Hsieh
a8b935bf95 MFH: r431987
Fix symbolic links of idle and pydoc

- Bump PORTREVISION for package change
- While I'm here:
  - Remove leading definite article from COMMENT
  - Fix indent
  - Add NO_ARCH

PR:		216310
Submitted by:	Jose M. Alcaide <josemaria.alcaide@ehu.eus>

Approved by:	ports-secteam (junovitch)
2017-01-21 16:38:06 +00:00
Tobias C. Berner
06ad8bf7fa MFH: r431949
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

PR:		216253
Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-21 12:18:24 +00:00
Tobias C. Berner
b432cb3ba1 MFH: r431952
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)

PR:             216218
Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-21 12:16:01 +00:00
Jan Beich
d6d3d43fd5 MFH: r432012
net-im/folks: ignore warnings in system headers

Pass -isystem to avoid adding -Wno-foo each time Clang bumps into an
issue with a header from another port.

PR:		216031
Approved by:	ports-secteam blanket
2017-01-21 04:51:16 +00:00
Jan Beich
a212dd9861 MFH: r432009
converters/wkhtmltopdf: unbreak with clang 4.0 (same as r431742)

src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int')
    if (optionalHeight > 0)
        ~~~~~~~~~~~~~~ ^ ~

PR:		216211
Obtained from:	upstream (excerpt)
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-01-21 03:25:47 +00:00
Carlos J. Puga Medina
a553b7c221 MFH: r431990
dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0

json11.cpp:153:24: error: invalid operands to binary expression ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
json11.cpp:209:5: note: in instantiation of member function 'json11::Value<json11::Json::Type::NUL,
      nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216071
Submitted by:	cpm
Reported by:	jbeich
Reviewed by:	jbeich
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from:	upstream

Approved by:	ports-secteam (blanket)
2017-01-20 19:44:49 +00:00
Jan Beich
e0c71bf959 MFH: r431973
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
Approved by:	ports-secteam blanket
2017-01-20 17:34:12 +00:00
Jan Beich
9385e4529c MFH: r431960
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
Approved by:	ports-secteam blanket
2017-01-20 14:36:19 +00:00
Jan Beich
62edaf7aa4 MFH: r431958
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
Approved by:	ports-secteam blanket
2017-01-20 14:19:34 +00:00
Tobias C. Berner
3cd66e130e MFH: r431769 r431772
Add missing LIB_DEPENDS to devel/libuv (stage-qa).

Approved by:	rakuco (mentor)

The change in r431769 requires a PORTREVISION bump.

*puts on idiot hat*

Approved by:	rakuco (mentor)

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-20 13:05:04 +00:00
Raphael Kubo da Costa
c10abca7c5 MFH: r431947
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

Approved by:	ports-secteam (blanket approval)
2017-01-20 11:46:50 +00:00
Jason Unovitch
fa59cbb2fa MFH: r431862
Update to 5.6.30 release.

Security:	https://vuxml.FreeBSD.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html
Approved by:	ports-secteam (with hat)
2017-01-20 02:42:45 +00:00
Colin Percival
326fbefe70 MFH: r431537
Add "dual dhclient" script, which can be specified as dhclient_program in
rc.conf in order to launch the base system dhclient for IPv4 and the ISC
dhcp client for IPv6.

I'm not sure if this will be useful to anyone else, but adding this trivial
port will simplify the configuration of IPv6 on Amazon EC2 instances.  I
hope this port becomes redundant in the future due to the base system
gaining support for IPv6 DHCP.

Approved by:	portmgr (mat)
2017-01-20 01:55:51 +00:00
Jason E. Hale
e0912d6df0 MFH: r431838
- Update to 0.31.1
- Fix LICENSE
- Convert to USES=localbase
- Convert to options helpers
- Simplify install
- Use pkg-plist instead of PLIST_FILES

Security:	57facd35-ddf6-11e6-915d-001b3856973b

Approved by:	ports-secteam (feld)
2017-01-19 20:19:29 +00:00
Jan Beich
00d30c8b05 MFH: r431870
emulators/citra: update to s20170119

Changes:	f7dd8d5e...ebe01506
Approved by:	ports-secteam (feld)
2017-01-19 14:49:51 +00:00
Jan Beich
32c665ecb5 MFH: r431776 by mi
Add a patch to avoid providing our own implementation of __rtdsc
when built with clang version 4 or higher (which has its own).

PR:		216162
Approved by:	ports-secteam blanket
2017-01-19 05:39:23 +00:00
Jan Beich
01cf383cef MFH: r431703 by martymac
Fix build with clang 4.0

PR:		216048
Submitted by:	jbeich
Approved by:	ports-secteam blanket
2017-01-19 05:36:25 +00:00
Jan Beich
773990efef MFH: r431607 by glewis
. Fix compilation with Clang 4.0

PR:		216016
Submitted by:	jbeich@
Approved by:	ports-secteam blanket
2017-01-19 05:33:19 +00:00
Jan Beich
b5809cc075 MFH: r431605 by glewis
. Fix compilation with Clang 4.0

PR:		216016
Submitted by:	jbeich@
Approved by:	ports-secteam blanket
2017-01-19 05:30:36 +00:00
Jan Beich
00d21db409 MFH: r431792
devel/qt4-linguist: unbreak with clang 4.0

messagemodel.cpp:186:61: error: ordered comparison between pointer and zero ('MessageItem *' and 'int')
                if (c->findMessage(m->text(), m->comment()) >= 0)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

PR:		216051
Submitted by:	Adriaan de Groot <groot@kde.org>
Obtained from:	upstream (Qt5)
Approved by:	kde (tcberner)
Approved by:	ports-secteam (junovitch)
Differential Revision:	https://reviews.freebsd.org/D9184
2017-01-19 05:25:15 +00:00
Jan Beich
d2b1018f6d MFH: r431742
www/webkit-qt4: unbreak with clang 4.0

html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int')
    if (optionalHeight > 0)
        ~~~~~~~~~~~~~~ ^ ~

PR:		216015
Regressed by:	https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Obtained from:	upstream (excerpt)
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-01-19 05:23:15 +00:00
Jan Beich
59bd1da4b3 MFH: r431828
comms/telldus-core: unbreak with clang 4.0

service/SettingsConfuse.cpp:47:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:50:17: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->var_cfg > 0) {
            ~~~~~~~~~~ ^ ~
service/SettingsConfuse.cpp:61:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:73:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~

PR:		216052
Submitted by:	Johan Ström (maintainer)
Approved by:	ports-secteam blanket
2017-01-19 05:21:23 +00:00
Jan Beich
eb316012a2 MFH: r431752 r431784
x11-toolkits/fltk{,-devel}: unbreak with clang 4.0

Fl_Tree_Item.cxx:552:38: error: ordered comparison between pointer and zero ('Fl_Tree_Item *' and 'int')
    if ( from_parent->deparent(from) < 0 )      // deparent self from current parent
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216046
Obtained from:	upstream (branch-1.3)
Approved by:	portmgr blanket
Approved by:	ports-secteam (feld, junovitch)
2017-01-19 05:18:24 +00:00
Jan Beich
5e83f6f2cd MFH: r431816
lang/spidermonkey24: prefer pre-C++11 decltype from libc++

libc++ 4.0 started to use it within <string> in a way incompatible
with __typeof__ which broke build but upstream switched to C++11 long
ago to notice -Wmacro-redefined.

PR:		216010
Approved by:	ports-secteam (junovitch)
2017-01-19 05:13:54 +00:00
Jan Beich
01ce712d67 MFH: r431335
lang/spidermonkey170: unbreak with clang 4.0

Fix quoting failure handling in JSOP_CALLPROP and JSOP_STRING.

jsopcode.cpp:6070:45: error: ordered comparison between pointer and zero ('char *' and 'int')
    return QuoteString(&sprinter, s, quote) >= 0;
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

PR:		215861
Regressed by:	https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Obtained from:	upstream (only the specific fix)
Approved by:	portmgr blanket
Approved by:	ports-secteam (junovitch)
2017-01-19 05:12:03 +00:00
Jan Beich
254d9fa1f3 MFH: r431762
multimedia/assimp: unbreak build with clang 4.0

code/D3MFImporter.cpp:230:29: error: invalid operands to binary expression ('float (*)(const char *, const char *)' and 'nullptr_t')
        vertex.z = ai_strtof>(xmlReader->getAttributeValue(D3MF::XmlTag::z.c_str()), nullptr);
                   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		216160
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by:	ports-secteam (feld)
2017-01-19 05:09:48 +00:00
Jan Beich
29ff69b8d3 MFH: r431807
devel/git-cinnabar: update to 0.4.0

No functional changes since 0.4.0.r2.24.

Changes:	https://github.com/glandium/git-cinnabar/compare/84b8e6b...0.4.0
Approved by:	ports-secteam (junovitch)
2017-01-19 05:06:52 +00:00
Carlos J. Puga Medina
c6ea53459a MFH: r431820
dns/dnsdist: unbreak build with clang 4.0

ext/json11/json11.cpp:153:24: error: invalid operands to binary expression
      ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/json11/json11.cpp:209:5: note: in instantiation of member function
      'json11::Value<json11::Json::Type::NUL, nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216069
Reported by:	jbeich
Obtained from:	upstream

Approved by:	ports-secteam (blanket)
2017-01-19 02:57:26 +00:00
Jason Unovitch
d08396990d MFH: r431788
dns/powerdns-recursor: update 4.0.3 -> 4.0.4

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-recursor-404

PR:		216135
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-7068
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
2017-01-18 11:25:17 +00:00
Jason Unovitch
e6fe623838 MFH: r431786
dns/powerdns: update 4.0.1 -> 4.0.3

- Switch to USES=localbase while here
- Remove LibreSSL patch (see https://github.com/PowerDNS/pdns/pull/4310)

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-402
		https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-403

PR:		216136
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com (original 4.0.2 patch)
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-2120
Security:	CVE-2016-7068
Security:	CVE-2016-7072
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
2017-01-18 11:23:58 +00:00
Thierry Thomas
969d12477c MFH: r431689
Fix another phpmailer vulnerability.

Security:	CVE-2017-5223

Approved by:	ports-secteam
2017-01-17 18:29:23 +00:00
Jan Beich
5560e9e081 MFH: r431741
multimedia/libvpx: update 1.6.1

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.0..v1.6.1
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.6.0_to_1.6.1/compat_report.html
Approved by:	ports-secteam (feld)
2017-01-17 17:52:16 +00:00
Jan Beich
3d5955fec1 MFH: r431735
www/firefox: disable system soundtouch due to broken resampling

PR:		215879
Reported by:	Sergey <kpect@protonmail.com>
Submitted by:	Tobias Kortkamp <t@tobik.me> (based on)
Approved by:	ports-secteam (feld)
2017-01-17 17:44:49 +00:00
Mark Felder
df9c10e28a MFH: r431753
net-mgmt/smokeping: Allow slaves to contact master over HTTPS

Differential Revision:	https://reviews.freebsd.org/D9142

Approved by:	ports-secteam (with hat)
2017-01-17 16:49:54 +00:00
Jan Beich
6b5279d4df MFH: r431743
multimedia/libvpx: unbreak SHARED=off after r394231

/usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file

Approved by:	ports-secteam blanket
2017-01-17 14:50:28 +00:00
Nikolai Lifanov
bc50d127ed MFH: r431611
fix patch for ec84ff6

PR:		216103
Submitted by:	freebsd@sh0shin.org
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9189

Approved by:	ports-secteam (junovitch)
2017-01-17 14:13:22 +00:00
Carlos J. Puga Medina
c46bed063e MFH: r431730
- Minor fix in OSVERSION check. The last comparison should be "< 1200000"

Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>

Approved by:	ports-secteam (blanket)
2017-01-17 12:36:20 +00:00
Carlos J. Puga Medina
1924d4a08d MFH: r431728
- Fix conditional to correctly check

Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>

Approved by:	ports-secteam (blanket)
2017-01-17 11:52:21 +00:00
Carlos J. Puga Medina
7ef8563cf6 MFH: r431706
www/chromium: update to 55.0.2883.87

Reviewed by:	rene
Security:	https://www.vuxml.org/freebsd/603fe0a1-bb26-11e6-8e5a-3065ec8fd3ec.html

Approved by:	ports-secteam (junovitch)
2017-01-17 10:12:50 +00:00
Thomas Zander
ebf769fec1 Fix link error with libwrap on stable, update maintainer
Approved by:	ports-secteam (junovitch)
2017-01-17 06:29:12 +00:00
Cy Schubert
b537c30afb MFH: r431645
Update 1.8.19p1 --> 1.8.19p2.

Major changes between sudo 1.8.19p2 and 1.8.19p1:

 * Fixed a crash in visudo introduced in sudo 1.8.9 when an IP address
   or network is used in a host-based Defaults entry.  Bug #766

 * Added a missing check for the ignore_iolog_errors flag when
   the sudoers plugin generates the I/O log file path name.

 * Fixed a typo in sudo's vsyslog() replacement that resulted in
   garbage being logged to syslog.

Approved by:	maintainer (garga)
Approved by:	portmgr (junovitch)
Differential Revision:	D9181
2017-01-17 03:18:52 +00:00
Larry Rosenman
99edf36dd5 MFH: r431717
Corect pkg-plist %%RUNDESK_GROUP%% -> %%RUNDECK_GROUP%%

Approved by:	ports-secteam (blanket), adamw (mentor)
2017-01-17 02:07:46 +00:00
Larry Rosenman
b7a14a6fff MFH: r431715
Change ownership of rundeck/server/lib et al.
Address poudriere issues
bump PORTREVISION
MFH because to allow running out of the box, as it fails with the
	directories root-owned

PR:		202732
Submitted by:	Mark C Ballew (ballew sublinear net)
Differential Revision:	https://reviews.freebsd.org/D9205

Approved by:	ports-secteam (blanket), adamw (mentor)
2017-01-17 01:32:53 +00:00
Jason E. Hale
fcb2dea3ad MFH: r431712
Update to 1.23.1
Unbreak fetch (project moved to Github)
Take maintainership for now

PR:		214277 (based on)
Submitted by:	Niclas <zappe_1337@hotmail.com>

Approved by:	ports-secteam (blanket)
2017-01-16 23:44:21 +00:00
Bartek Rutkowski
af772ae94a MFH: r431182
cad/openvsp: update 3.9.1 -> 3.10.0

PR:		215951
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)

Approved by:	ports-secteam
2017-01-16 13:47:32 +00:00
Dmitry Marakasov
76a61e5708 MFH: r431625
- Update to 2.2.1 (bugfix release)
- Add LICENSE_FILE

PR:             215991
Submitted by:   vlad-fbsd@acheronmedia.com (maintainer)
Approved by:	ports-secteam (with hat)
2017-01-16 11:57:38 +00:00