Commit Graph

408475 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
96b6e1abca MFH: r432553
Fix PLIST

- Bump PORTREVISION for package change

PR:		216498
Submitted by:	marino

Approved by:	ports-secteam (feld)
2017-01-30 21:49:48 +00:00
Emanuel Haupt
5f38f2bb3d MFH: r432612
Update to 4.4.12

Changelog:

Fixes a bug. When -N is used, the input is not supposed to be split
using $IFS, but leading and trailing IFS whitespace was still removed.

Approved by:	ports-secteam (feld)
2017-01-30 21:28:03 +00:00
Jan Beich
a5c585d973 MFH: r432866
multimedia/ffmpeg: backport a crashfix for FFSERVER

PR:		216605
Submitted by:	gosha-necr@yandex.ru
Obtained from:	upstream
Approved by:	ports-secteam blanket
2017-01-30 21:08:47 +00:00
Jan Beich
42f3db360d MFH: r432865
gecko: unbreak with clang/libc++ 4.0

In file included from mozilla/ipc/contentproc/plugin-container.cpp:7:
In file included from ../../dist/include/nsXPCOM.h:10:
In file included from ../../dist/include/nscore.h:20:
In file included from ../../dist/include/mozilla/mozalloc.h:16:
In file included from objdir/dist/stl_wrappers/new:44:
In file included from objdir/dist/system_wrappers/new:3:
/usr/include/c++/v1/new:132:1: error: function declared '[[noreturn]]' after its first declaration
_LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_bad_alloc();  // not in C++ spec
^
/usr/include/c++/v1/__config:273:30: note: expanded from macro '_LIBCPP_NORETURN'
 #  define _LIBCPP_NORETURN [[noreturn]]
                              ^
../../dist/include/mozilla/throw_gcc.h:35:1: note: declaration missing '[[noreturn]]' attribute is here
__throw_bad_alloc(void)
^

PR:		216186
Submitted by:	dim
Obtained from:	upstream
Approved by:	ports-secteam blanket
2017-01-30 21:06:01 +00:00
Dmitry Marakasov
8aacf3fbe8 MFH: r432835
- Fix python paths

PR:		213717
Submitted by:	yuri@rawbw.com (maintainer)
Approved by:	ports-secteam (with hat)
2017-01-30 11:37:16 +00:00
Dmitry Marakasov
d2d084645c MFH: r432832
- Fix WWW

PR:		213735
Reported by:	julian@hsiao.email
Submitted by:	martin@waschbuesch.de (maintainer
Approved by:	ports-secteam (with hat)
2017-01-30 11:22:48 +00:00
Dmitry Marakasov
131b33b6cc MFH: r432825
- Fix build when CC is absolute path

Upstream build scripts have some machinery to include compiler-specific
.mak file depending on compiler used. This is handled in an ugly way by the
port, roughly, upstream makefile includes ${CC}.mak and ports Makefile
copies that from default .mak. This is breaks when CC is an absolute path
and is useless anyway, as even if it was implemented properly, customized
.mak files are for compilers we'll never use such as gcc 3.2, intel and suncc.

So make upstream makefile always include the default .mak.

PR:		215253
Approved by:	maintainer timeout (mi@aldan.algebra.com, 6 weeks)
Approved by:	ports-secteam (with hat)
2017-01-30 10:18:12 +00:00
Kurt Jaeger
79ea91c54b MFH: r432818
net/tigervnc: update 1.7.0 -> 1.7.1

PR:		216387
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Changes:	https://github.com/TigerVNC/tigervnc/releases/tag/v1.7.1
Security:	CVE-2017-5581
Approved by:	ports-secteam (delphij)
2017-01-30 08:32:03 +00:00
Dmitry Marakasov
03a62eaba4 MFH: r432743
- Mark BROKEN: does not fetch

Approved by:	portmgr blanket
Approved by:	ports-secteam (with hat)
2017-01-29 14:20:51 +00:00
Matthias Andree
ea760d87bc MFH: r430465 r430466 r430467 r430475 r430615 r432608 r432640
Move forward to 5.0-gtk3 release.
Changes:	<http://rawtherapee.com/blog/rawtherapee-5-released>

Fix compilation on FreeBSD 11+, and enable OpenMP.
Use devel/openmp for libomp.

Code generation improvements: On i386, use SSE2 instead of only SSE [1]
when compiler optimizations are requested (which they are by default) RT
code uses mostly SSE2 for SIMD).  Fix i386 SSE2 crashes with GCC(*) (use
clang there), and clean up a bit.

(*) GCC does not get the stack properly aligned in i386 for SSE2 and
causes SIGBUS on startup when trying to access an 8-byte aligned
double[8] array with SIMD instructions. One workaround is -mstackrealign
(which RT does on Win32), the other is to use clang - we don't get
OpenMP on i386 anyhow, so clang 3.4 in 10.3 is sufficient.

Drop -fexpensive-optimizations, clang does not support it, and gcc 5.4
includes it in -O2 and -O3.

Note that the upstream discourages the use of 32-bit architectures for
rawtherapee.

Approved by:	ports-secteam@ (junovitch)
2017-01-28 22:07:56 +00:00
Christian Weisgerber
6d04e5c9a7 MFH: r432084
Update to 1.1.4: A specially-crafted Opus packet could cause an
integer wrap-around in the SILK LSF stabilization code.

Reported as CVE-2017-0381, but upstream does not believe that any
remote code execution is possible.
https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607

Requested by:	jbeich
Approved by:	ports-secteam (feld)
2017-01-28 18:02:08 +00:00
Jan Beich
ef08badb75 MFH: r432605 r432606
www/firefox: update to 51.0.1

Changes:	https://www.mozilla.org/firefox/51.0.1/releasenotes/
Approved by:	ports-secteam (feld)
2017-01-28 01:07:04 +00:00
Mark Felder
f71456a50c MFH: r432602
www/uwsgi: Change default socket mode to 600 for security

This change may be a disruptive for some users, but the default mode
of 777 is a disaster waiting to happen.

Approved by:	ports-secteam (with hat)
2017-01-27 23:21:58 +00:00
Mark Felder
81501f5c96 MFH: r432600
net-mgmt/nfsen: Update to 1.3.7

This release fixes a remote command execution vulnerability

Pet portlint

Announcement:	https://sourceforge.net/p/nfsen/mailman/message/35623845/

Security:	6e83b2f3-e4e3-11e6-9ac1-a4badb2f4699

Approved by:	ports-secteam (with hat)
2017-01-27 23:01:05 +00:00
Sunpoet Po-Chuan Hsieh
905afdb8df MFH: r432454
Fix MEMCACHE option

- Add LICENSE_FILE
- Add NO_ARCH
- Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache

Approved by:	portmgr (blanket)

Approved by:	ports-secteam (feld)
2017-01-27 20:57:56 +00:00
Bernard Spil
bf8ccd5b16 MFH: r431824
databases/mariadb101-server: Update to 10.1.21

  - Update to 10.1.21
  - Fix patches that no longer cleanly apply
  - Rename patches to new naming scheme

Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf

Approved by:	ports-secteam (feld)
2017-01-26 20:01:07 +00:00
Bernard Spil
12cc9b41cd MFH: r432533
security/openssl-devel: Update to 1.1.0d

  - Update to 1.1.0d
  - Adjust pkg-plist

Security:	d455708a-e3d3-11e6-9940-b499baebfeaf

Approved by:	ports-secteam (feld)
2017-01-26 19:59:45 +00:00
Bernard Spil
b6143e34ea MFH: r431919 r431968 r431975 r432035 r432066 r432458
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

databases/mysql56-server: Rollback rc script changes

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.

databases/mysql56-server: Fix build with LibreSSL

  - Fix CMake SSL detection
  - Always set WITH_SSL=${OPENSSLBASE}

PR:		216311
Approved by:	Mahdi Moktari <mokhi64@gmail.com> (maintainer)
Differential Revision:	D9272

Revert r432035 part 2, it breaks build with openssl from base

With hat:	portmgr

databases/mysql56-server: Fix OpenSSL linking

  - Force dynamic linking with OpenSSL

Approved by:	ports-secteam (feld)
2017-01-26 19:58:04 +00:00
Bernard Spil
ef7ac5209d MFH: r432493
security/openssl: Update to 1.0.2k

Security:	CVE-2016-7055
Security:	CVE-2017-3731
Security:	CVE-2017-3732

Approved by:	ports-secteam (feld)
2017-01-26 19:34:46 +00:00
Jimmy Olgeni
09e881a3b8 MFH: r432478
net/rabbitmq: add full path to the daemon(8) call in rc script.

This allows the script to work in crontab, where /usr/sbin is not
in PATH.

Submitted by:	Dmitriy Simakov
Approved by:	ports-secteam (feld)
2017-01-26 15:50:41 +00:00
Sunpoet Po-Chuan Hsieh
45dfef56f4 MFH: r432453
Fix memcache_DEPENDS

Approved by:	ports-secteam (blanket, feld)
2017-01-26 15:04:45 +00:00
Matthew Seaman
411ea2c9d2 MFH: r432325
Update to 4.6.6

This includes a number of security fixes

Security:	7721562b-e20a-11e6-b2e2-6805ca0b3d42

Approved by:	ports-secteam (feld)
2017-01-26 14:51:32 +00:00
Jan Beich
e2907fae93 MFH: r432495
multimedia/x265: unbreak on aarch64[1] and mips

/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `__stderrp@@FBSD_1.0' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o(.text+0x1e0): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `__stderrp@@FBSD_1.0'
/usr/bin/ld: final link failed: Bad value

/usr/bin/ld: x265: hidden symbol `__sync_fetch_and_add_4' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output

PR:		216473 [1]
Reported by:	pkg-fallout
Submitted by:	mikael.urankar@gmail.com [1]
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-01-26 14:34:59 +00:00
Bartek Rutkowski
6d2e243ece MFH: r432342
sysutils/iocell: update 2.0.0 -> 2.1.0

Bugfix release.

Approved by:	ports-secteam
2017-01-26 14:25:40 +00:00
Olli Hauer
50d71bf8e0 MFH: r432469
- update to 1.1.26
- change MASTER_SITE to GH

Changelog:
 - security fix: escape nav_data name to avoid XSS attack

Approved by:	ports-secteam (implicit)
2017-01-26 06:31:30 +00:00
Dmitry Marakasov
ee167d651f MFH: r432431
- Fix invalid shebang
- Switch to USES=localbase
- Add NO_ARCH
- Add LICENSE

Approved by:	kwm@FreeBSD.org (maintainer)
Approved by:	ports-secteam (with hat)
2017-01-25 16:16:52 +00:00
Jan Beich
3781b160f7 MFH: r431737 r431781 r431858 r432352
www/firefox: update to 51.0 (rc2)

Changes:	https://www.mozilla.org/firefox/51.0/releasenotes/
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09
Approved by:	ports-secteam (feld)
2017-01-24 22:38:07 +00:00
Jan Beich
c017f06649 MFH: r431859 r432351 r432400
www/firefox-esr: update to 45.7.0 (rc1)

Changes:	https://www.mozilla.org/firefox/45.7.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-esr45/shortlog
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09
Approved by:	ports-secteam (feld)
2017-01-24 22:32:58 +00:00
Sunpoet Po-Chuan Hsieh
8fddd7ae69 MFH: r432373
Fix PLIST

- While I'm here, sort PLIST

PR:		216444
Reported by:	Randy <randy+bsd@terbush.org>

Approved by:	ports-secteam (blanket)
2017-01-24 18:53:07 +00:00
Jan Beich
9a199213bf MFH: r432358
astro/gpsbabel: unbreak with clang 4.0

bushnell.cc:138:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~
bushnell.cc:150:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~

PR:		216215
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
Approved by:	ports-secteam blanket
2017-01-24 16:42:42 +00:00
Jan Beich
e1fbc51cb1 MFH: r431892 r431893
audio/pulseaudio: update to 10.0

Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		216255
Submitted by:	lightside <lightside@gmx.com>
Approved by:	ports-secteam (feld)
2017-01-24 15:33:01 +00:00
Jan Beich
8498607f6d MFH: r432322
print/texlive-texmf: unbreak on aarch64 on real hardware

=======================<phase: package        >============================
===>  Building package for texlive-texmf-20150523_3
pkg-static: Warning: @exec is deprecated, please use @[pre|post][un]exec
====>> Killing timed out build after 3600 seconds
====>> Cleaning up wrkdir
===>  Cleaning for texlive-texmf-20150523_3
pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/pl/plti7.pfm): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/pl/plti8.pfb): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/[...]

Reported by:	pkg-fallout (runaway_proces)
Approved by:	portmgr blanket (unblocking 172 ports)
Approved by:	ports-secteam blanket
2017-01-24 11:48:07 +00:00
Olivier Duchateau
21fbfcb98f MFH: r432249
- Update to 1.6.1
- Switch to GitHub host
- Remove GETOPT_LONG option
- Pass maintainership to submitter

PR:		216180
Submitted by:	Danilo G. Baio

Approved by:	portmgr (feld@)
2017-01-24 05:27:01 +00:00
Tobias C. Berner
aded20d554 MFH: r432211
mail/pear-Mail_Queue: overloading isError static mismatch

Since devel/pear was upgraded to 1.10.1, mail/pear-Mail_Queue
was broken and could not be used, giving the following error:
  PHP Fatal error:  Cannot make static method PEAR::isError() non
  static in class Mail_Queue in /usr/local/share/pear/Mail/Queue.php on line 126

Upstream bug report: http://pear.php.net/bugs/bug.php?id=20976

PR:		215325
Submitted by:	ml@netfence.it
Reported by:	ml@netfence.it
Approved by:	Jochen Neumeister (maintainer), rakuco (mentor)

Approved by:	ports-secteam (feld), rakuco (mentor)
2017-01-23 20:41:48 +00:00
Tobias C. Berner
544ff4b25c MFH: r432089
Fix graphics/py-poppler-qt4: fails to build with clang 4.0

  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.

PR:		216228
Approved by:	portmgr blanket, rakuco (mentor)

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-23 20:40:08 +00:00
Steve Wills
f5982fbae0 MFH: r432261
sysutils/intel-nvmupdate: Update to 5.05, fix security bug

Submitted by:	kozlov.sergey.404@gmail.com (maintainer)
Reviewed by:	sbruno
Security:	a4b7def1-e165-11e6-9d84-90e2ba9881c8
Sponsored by:	Intel
Differential Revision:	https://reviews.freebsd.org/D9121

Approved by:	ports-secteam(swills,implicit)
2017-01-23 17:54:30 +00:00
Torsten Zuehlsdorff
c175ff05ab MFH: r431941
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>
Security:     https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html

Approved by:  ports-secteam (junovitch)
2017-01-23 16:48:23 +00:00
Jan Beich
6a43806274 MFH: r432240
multimedia/mplayer: lift BROKEN after r429960

Approved by:	ports-secteam blanket
2017-01-23 16:14:16 +00:00
Carlos J. Puga Medina
796c0d06c2 MFH: r432213
security/libgcrypt: update to 1.7.6

Noteworthy changes in version 1.7.6

* Bug fixes:

  - Fix AES CTR self-check detected failure in the SSSE3 based
     implementation.
  - Remove gratuitous select before the getrandom syscall.

PR:		216305
Exp-run by:	antoine

Approved by:	ports-secteam (feld)
2017-01-23 16:02:39 +00:00
Dmitry Marakasov
210d535504 MFH: r431942
- 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)
Approved by:	ports-secteam (with hat)
2017-01-23 13:21:23 +00:00
Lars Engels
bc4048aa8a MFH: r432166
net-mgmt/icingaweb2:
- Update to 2.4.1
- Changelog: https://github.com/Icinga/icingaweb2/blob/v2.4.1/ChangeLog

Approved by:	ports-secteam (junovich)
2017-01-23 06:33:39 +00:00
Emanuel Haupt
2c83ec954e MFH: r432161
Update to 4.4.11

Changelog:

Under certain circumstances, bash will evaluate arithmetic expressions as
part of reading an expression token even when evaluation is suppressed. This
happens while evaluating a conditional expression and skipping over the
failed branch of the expression.

There is a race condition in add_history() that can be triggered by a fatal
signal arriving between the time the history length is updated and the time
the history list update is completed. A later attempt to reference an
invalid history entry can cause a crash.

Depending on compiler optimizations and behavior, the `read' builtin may not
save partial input when a timeout occurs.

Subshells begun to run command and process substitutions may attempt to
set the terminal's process group to an incorrect value if they receive
a fatal signal.  This depends on the behavior of the process that starts
the shell.

Approved by:	ports-secteam (junovitch)
2017-01-23 06:03:40 +00:00
Emanuel Haupt
debea897bf MFH: r431931
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.

Approved by:	ports-secteam (junovitch)
2017-01-22 20:59:33 +00:00
Jan Beich
61264c39ee MFH: r432155
print/ghostscript9-agpl-base: unbreak on 11.0 aarch64 via -O0

fatal error: error in backend: Cannot select: 0x431dcbe0: i32 = AArch64ISD::FCCMP 0x431f3d10, 0x431e1980, Constant:i32<0>, Constant:i32<13>, 0x43415e40
  0x431f3d10: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg170
    0x431e2ab0: f128 = Register %vreg170
  0x431e1980: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg88
    0x431f34c0: f128 = Register %vreg88
  0x431dc390: i32 = Constant<0>
  0x42df45f0: i32 = Constant<13>
  0x43415e40: f128 = AArch64ISD::FCMP 0x431e2e40, 0x431e1980
    0x431e2e40: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg171
      0x431e2980: f128 = Register %vreg171
    0x431e1980: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg88
      0x431f34c0: f128 = Register %vreg88
In function: TrioFormat
cc: error: clang frontend command failed with exit code 70 (use -v to see invocation)
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0)
Target: aarch64-unknown-freebsd11.0

Reported by:	pkg-fallout
Approved by:	portmgr blanket (unblocking 420 ports)
Approved by:	ports-secteam blanket
2017-01-22 17:15:41 +00:00
Tobias C. Berner
2ad7d387b6 MFH: r432090
Fix x11-wm/fluxbox: fails to build with clang 4.0

Import upstream commit
http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f
for issue
https://sourceforge.net/p/fluxbox/bugs/1138/

PR:		216176
Approved by:	portmgr blanket, rakuco (mentor)

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-22 12:57:03 +00:00
Matthew Seaman
0736cb639f MFH: r432083 r432088
Update to 0.9.11

This includes a	security fix for CVE-2016-9941 and CVE-2016-9942

  * Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support
  * Switch from USE_OPENSSL to USES+=ssl
  * PORTREVISION bump in ports that link against libvncserver.so (with
    their default OPTIONS settings) due to change in ABI version of
    libvncserver.so

PR:		215802
Submitted by:	vlad-fbsd@acheronmedia.com
Security:	64be967a-d379-11e6-a071-001e67f15f5a

Bump PORTREVISION chasing ABI version increment in libvncserver --
this port was missed from r432083, and this change should be MFH'd as
well.

Approved by:	ports-secteam (junovitch)
2017-01-22 12:02:19 +00:00
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