17786 Commits

Author SHA1 Message Date
Tobias C. Berner
4b87a977f6 Update KDE Frameworks to 5.55.0
Release Announcement:
  https://www.kde.org/announcements/kde-frameworks-5.55.0.php

PR:		235620
Exp-run by:	antoine
2019-02-12 17:48:25 +00:00
Tobias Kortkamp
69fb9a5be4 lang/opencoarrays: Reset MAINTAINER
He no longer has time to maintain it.

PR:		235687
Submitted by:	Anton Shterenlikht <as@cmplx.uk> (maintainer)
2019-02-12 10:20:24 +00:00
Jan Beich
f04a36bda3 lang/rust-nightly: update to 1.34.0.20190212
Changes:	3315728c06...57d7cfc3cf
2019-02-12 00:46:36 +00:00
Mathieu Arnold
3c1fa33fb1 Update to v5.29.7-96-gae999eaf3d. 2019-02-11 18:50:06 +00:00
Steve Wills
eb0f460b63 lang/nim: update to 0.19.4
PR:		235606
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
2019-02-10 21:10:36 +00:00
Tobias Kortkamp
d5d4ecd97f lang/clojure: Update to 1.10.0.411
Changes:	https://github.com/clojure/clojure/blob/clojure-1.10.0/changes.md#changes-to-clojure-in-version-110
PR:		235646
Submitted by:	Sebastian Schwarz <seschwar@gmail.com>
Approved by:	Jens Grassel <jan0sch@mykolab.com> (maintainer)
2019-02-10 18:49:20 +00:00
David Chisnall
d4a4068a53 Bump libobjc2 port to latest git head.
Fixes an issue where programs with long double ivars when compiled with the old
ABI would crash on load.
2019-02-10 18:08:12 +00:00
Jimmy Olgeni
8afa6f2d5b lang/mit-scheme: modernize option handling. 2019-02-10 10:17:45 +00:00
Gerald Pfeifer
92aee934cf Update to the 20180208 snapshot of GCC 8.2.1. 2019-02-10 06:50:36 +00:00
Jan Beich
de1e1f9814 lang/rust-nightly: update to 1.34.0.20190210
Changes:	a2ec156a5b...3315728c06
2019-02-10 00:43:54 +00:00
Gerald Pfeifer
778ad80626 Update to the 20190207 snapshot of GCC 7.4.1. 2019-02-09 13:39:25 +00:00
Jan Beich
9728b309be lang/rust-nightly: update to 1.34.0.20190209
Changes:	b139669f37...a2ec156a5b
2019-02-09 00:37:14 +00:00
Torsten Zuehlsdorff
d9625e2b8f lang/php73: Upgrade from 7.3.1 to 7.3.2
Changelog:

    Core:
        Fixed bug #77369 (memcpy with negative length via crafted DNS response).
        Fixed bug #77387 (Recursion detection broken when printing GLOBALS).
        Fixed bug #77376 ("undefined function" message no longer includes namespace).
        Fixed bug #77357 (base64_encode / base64_decode doest not work on nested VM).
        Fixed bug #77339 (__callStatic may get incorrect arguments).
        Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for subst virtual drive).
        Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator).
        Fixed bug #77447 (PHP 7.3 built with ASAN crashes in zend_cpu_supports_avx2).
        Fixed bug #77484 (Zend engine crashes when calling realpath in invalid working dir).
    Curl:
        Fixed bug #76675 (Segfault with H2 server push).
    Fileinfo:
        Fixed bug #77346 (webm files incorrectly detected as application/octet-stream).
    FPM:
        Fixed bug #77430 (php-fpm crashes with Main process exited, code=dumped, status=11/SEGV).
    GD:
        Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
        Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies).
        Fixed bug #77272 (imagescale() may return image resource on failure).
        Fixed bug #77391 (1bpp BMPs may fail to be loaded).
        Fixed bug #77479 (imagewbmp() segfaults with very large images).
    ldap:
        Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in libcrypto-1_1-x64.dll).
    Mbstring:
        Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution variable).
        Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
    MySQLnd:
        Fixed bug #77308 (Unbuffered queries memory leak).
        Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility).
    Opcache:
        Fixed bug #77266 (Assertion failed in dce_live_ranges).
        Fixed bug #77257 (value of variable assigned in a switch() construct gets lost).
        Fixed bug #77434 (php-fpm workers are segfaulting in zend_gc_addre).
        Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
        Fixed bug #77287 (Opcache literal compaction is incompatible with EXT opcodes).
    PCRE:
        Fixed bug #77338 (get_browser with empty string).
    PDO:
        Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO failure).
    PDO MySQL:
        Fixed bug #77289 (PDO MySQL segfaults with persistent connection).
    SOAP:
        Fixed bug #77410 (Segmentation Fault when executing method with an empty parameter).
    Sockets:
        Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS).
    SPL:
        Fixed bug #77298 (segfault occurs when add property to unserialized empty ArrayObject).
    Standard:
        Fixed bug #77395 (segfault about array_multisort).
        Fixed bug #77439 (parse_str segfaults when inserting item into existing array).

Changelog taken from: http://www.php.net/ChangeLog-7.php#7.3.2

PR:		235576 235578
MFH:		2019Q1
2019-02-08 11:09:22 +00:00
Torsten Zuehlsdorff
57bde0e17c lang/php72: Upgrade from 7.2.14 to 7.2.15
Changelog:

    Core:
        Fixed bug #77339 (__callStatic may get incorrect arguments).
        Fixed bug #77494 (Disabling class causes segfault on member access).
        Fixed bug #77530 (PHP crashes when parsing `(2)::class`).
    Curl:
        Fixed bug #76675 (Segfault with H2 server push).
    GD:
        Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
        Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies).
        Fixed bug #77272 (imagescale() may return image resource on failure).
        Fixed bug #77391 (1bpp BMPs may fail to be loaded).
        Fixed bug #77479 (imagewbmp() segfaults with very large images).
    ldap:
        Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in libcrypto-1_1-x64.dll).
    Mbstring:
        Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
    MySQLnd:
        Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility).
    Opcache:
        Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
    OpenSSL:
        Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS records).
    PDO:
        Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO failure).
    Sockets:
        Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS).
    Standard:
        Fixed bug #77395 (segfault about array_multisort).
        Fixed bug #77439 (parse_str segfaults when inserting item into existing array).

Changelog taken from: http://www.php.net/ChangeLog-7.php#7.2.15

PR:		235575 235577
MFH:		2019Q1
2019-02-08 10:55:42 +00:00
Tobias C. Berner
e349bbbca3 Update KDE Applications to 18.12.2
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php
[2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
2019-02-08 05:11:13 +00:00
Jan Beich
c750f55d4f lang/rust-nightly: update to 1.34.0.20190207
Changes:	8ae730a442...b139669f37
2019-02-07 00:32:03 +00:00
Gerald Pfeifer
b1dc6e4da9 Update to the 20190203 snapshot of GCC 9.0.1.
Remove some last traces for powerpcspe support that I missed in r491253. [1]

PR:		235393 [1]
2019-02-06 10:03:01 +00:00
Yuri Victorovich
36a79304cc lang/mujs: Enable readline; pass build flags to the build 2019-02-06 05:46:55 +00:00
Tobias Kortkamp
6d506b9203 There is no *_CONFIGURE_DISABLE options helper 2019-02-05 15:42:54 +00:00
Dmitry Marakasov
30432e3295 - Update WWW
Approved by:	portmgr blanket
2019-02-05 09:30:39 +00:00
Jan Beich
5e30ea5574 lang/rust-nightly: update to 1.34.0.20190205
Changes:	852701ad6d...8ae730a442
2019-02-05 00:50:15 +00:00
Mathieu Arnold
8795012429 Update to v5.29.7-35-g04db542212. 2019-02-04 17:29:17 +00:00
Mathieu Arnold
11b0cf068b Fix USE_GITHUB usage.
(And in some case, reorder the Makefiles a bit to complie with the
 handbook.)
2019-02-04 13:08:16 +00:00
Gerald Pfeifer
75095186da On powerpcspe configure GCC --with-cpu=8548 instead of --with-cpu=8540,
which caused the build to fail after the update to binutils 2.31 and was
factually incorrect anyways (since the oldest we support is 8548).

PR:		235393
Reported by:	jhibbits
2019-02-04 09:40:33 +00:00
Jimmy Olgeni
b4ddf7a94c Update lang/racket to version 7.2. 2019-02-04 09:18:50 +00:00
Jimmy Olgeni
6db0ab8506 Update lang/racket-minimal to version 7.2. 2019-02-04 09:18:31 +00:00
David Chisnall
3f627ab4ce Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
   the new ABI.
 * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
   doesn't seem able to link Objective-C things).
 * Turn off some annoying debug logs in GNUstep back, which generate
   several messages per second when you move the mouse.  These should
   never have been enabled in a release build anyway.
 * Downgrade Cenon to 4.0.2.  This was the last version to actually work
   with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
   can't parse).
 * Update gorm to git head. The current release doesn't work with the
   new Objective-C ABI, but -head has the patches to fix it.
 * Update PikoPixel and add it to the gnustep-app meta-package.
 * Update the three core GNUstep packages to the latest release.
 * Update gnumail and pantomime to the latest release and fix a linking
   error with the new ABI.
 * Update GNUstep FTP to the latest version.

Reviewed by:	bapt (previous version)
2019-02-03 15:37:58 +00:00
Gleb Popov
8962b588b8 lang/ghc862: Fix distinfo entry for aarch64 bootstrap compiler.
PR:		201679
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Approved by:	tcberner (mentor)
2019-02-03 15:19:33 +00:00
Gerald Pfeifer
f7153202f4 On powerpcspe configure GCC --with-cpu=8548 instead of --with-cpu=8540,
which caused the build to fail after the update to binutils 2.31 and was
factually incorrect anyways (the oldest we support being 8548). [1]

On the way update to the 20180201 snapshot of GCC 8.2.1.

PR:		235393 [1]
Reported by:	jhibbits [1]
Tested by:	jhibbits [1]
2019-02-03 07:04:20 +00:00
Sunpoet Po-Chuan Hsieh
bd097878b0 Update MASTER_SITES and WWW
The source is unfetchable from cython.org.

Approved by:	portmgr (blanket)
2019-02-02 21:56:28 +00:00
Tobias Kortkamp
6a5dc08eae lang/cfortran: Use NO_WRKSUBDIR 2019-02-02 09:47:28 +00:00
Gerald Pfeifer
7a3ec2d66d Update to the 20190131 snapshot of GCC 7.4.1. 2019-02-02 08:02:48 +00:00
Jan Beich
3362081a6e lang/rust-nightly: update to 1.33.0.20190202
Changes:	147311c5fc...852701ad6d
2019-02-02 00:30:30 +00:00
Sunpoet Po-Chuan Hsieh
7d0868f816 Add NO_ARCH 2019-02-01 21:42:29 +00:00
Sunpoet Po-Chuan Hsieh
93e379eb34 Add NO_ARCH 2019-02-01 21:42:24 +00:00
Steve Wills
e4078d1077 lang/nim: update to 0.19.2
PR:		235377
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
2019-02-01 12:41:24 +00:00
Gerald Pfeifer
a4ea9a4dda Update to the 20190120 snapshot of GCC 9, now versioned 9.0.1 in
preparation of the release (development stage 4).
2019-02-01 08:49:05 +00:00
Fernando Apesteguía
740ed906b1 lang/fasm: update to 1.73.08
Accumulated changes since 1.73.02:

* Fixed a bug in "align" directive for "dynamic" variant of ELF executable.
* Added "dynamic" variant of ELF executable.
* Added "gnurelro" segment type for ELF executable.
* Added "ud0" and "ud1" instruction.
* Fixed a minor bug in ELF formatter.
* Segments in ELF executable format automatically expanded to cover headers
  and dynamic linking information.
* Fixed a bug in "bndstx"/"bndldx" special address syntax processing.
* Added "rdpid", "xsavec", "xsaves", "xrstors", "clzero", "monitorx" and
  "mwaitx" instructions.
2019-01-31 20:02:13 +00:00
Jan Beich
2b3e94ba67 lang/rust-nightly: update to 1.33.0.20190131
Changes:	d8a0dd7ae8...147311c5fc
2019-01-31 00:45:15 +00:00
Gerald Pfeifer
9a2267fc14 Update to the 20180125 snapshot of GCC 8.2.1. 2019-01-30 09:03:01 +00:00
Yuri Victorovich
107419e57b lang/gravity: Update 0.6.1 -> 0.6.3
Reported by:	portscout
2019-01-29 04:58:45 +00:00
Jan Beich
faffa03de7 lang/rust-nightly: update to 1.33.0.20190129
Changes:	20c2cba61d...d8a0dd7ae8
2019-01-29 00:46:37 +00:00
Gerald Pfeifer
7b74f02d6a Update to the 20190124 snapshot of GCC 7.4.1. 2019-01-28 19:03:41 +00:00
Kirill Ponomarev
3181072f69 Update to 1.4.16 2019-01-28 13:17:10 +00:00
Mathieu Arnold
8dcea03750 Update to v5.29.7-24-g6bf77a4bea. 2019-01-28 12:59:49 +00:00
Sunpoet Po-Chuan Hsieh
55ba360df9 Update distinfo to add Python 3.5.6 entries 2019-01-28 02:59:59 +00:00
Sunpoet Po-Chuan Hsieh
97b5910c54 Convert to options target helper
- Use USES=localbase
- Update WWW
2019-01-27 19:58:13 +00:00
Sunpoet Po-Chuan Hsieh
ded0c77c6c Remove python from BUILD_DEPENDS
- Update WWW
2019-01-27 19:58:03 +00:00
Fernando Apesteguía
a9b03b8a70 lang/basic256: fix build with GCC-based architectures
PR:	235204
Submitted by:	pkubaj@anongoth.pl
2019-01-27 16:25:52 +00:00
Steve Wills
67d5743646 lang/ponyc: update to 0.26.0
PR:		235243
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2019-01-27 14:35:19 +00:00