Commit graph

17884 commits

Author SHA1 Message Date
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
Jan Beich
4007ca8903 lang/rust-nightly: update to 1.33.0.20190127
Changes:	bf669d1e32...20c2cba61d
2019-01-27 00:56:22 +00:00
Torsten Zuehlsdorff
bb44095a30 lang/php72 and lang/php73: improve documentation of php-fpm specific www.conf
If you only define a port to listen in www.conf, PHP defaults to listen
only to IPv6 ports on FreeBSD. On other OS it listens to IPv6 and IPv4.

Since upstream do not want to fix this [1], we add this special case to
the documentation.

Because the configuration file is a @sample it wont be updated for already
changed files. Therefore i do not bump PORTREVISION.

PR:		235141
Submitted by:	 Artyom Davidov <ard_1@mail.ru>

[1] https://bugs.php.net/bug.php?id=74166
2019-01-26 16:32:28 +00:00
Sunpoet Po-Chuan Hsieh
96b02eb435 Update WWW 2019-01-26 12:44:17 +00:00
Sunpoet Po-Chuan Hsieh
ba44af2370 Update WWW 2019-01-26 12:43:57 +00:00
Sunpoet Po-Chuan Hsieh
800cd8cab2 Update WWW 2019-01-26 12:43:52 +00:00
Sunpoet Po-Chuan Hsieh
dbf62a0d48 Update WWW 2019-01-26 12:43:47 +00:00
Tobias Kortkamp
97785d8588 Use clang50, clang++50 to build lang/ponyc
Building the bitcode with clang70 and linking with llvm50 fails,
so let's use the clang from the LLVM version that will be used by
ponyc.

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p490918_s343288/logs/errors/ponyc-0.25.0_1.log

PR:		234290
Submitted by:	greg@unrelenting.technology (maintainer)
2019-01-26 12:29:22 +00:00
Sunpoet Po-Chuan Hsieh
e7c3c0c9f2 Update distinfo to remove Python 3.4.8 entries
Notified by:	koobs
2019-01-26 10:43:18 +00:00
Gerald Pfeifer
a178521be0 Update to the 20190120 snapshot of GCC 9.
Support for powerpcspe has been removed from upstream GCC in preparation
of the GCC 9 release, so adjust ONLY_FOR_ARCHS and remove our local patch
files/patch-spe-config that we still carry until lang/gcc8 and gcc8-devel.

PR:		234419
2019-01-26 09:21:57 +00:00
Jan Beich
008229cc03 lang/rust-nightly: update to 1.33.0.20190126
Changes:	19f8958f82...bf669d1e32
2019-01-26 00:42:39 +00:00
Sunpoet Po-Chuan Hsieh
e0ba7aee2e Update distinfo to Python 3.7.2 2019-01-25 19:59:59 +00:00
Gerald Pfeifer
f240810683 Update to the 20180118 snapshot of GCC 8.2.1.
Forward port r490785 | gerald | 2019-01-20 from lang/gcc8: [1]

  Update files/patch-spe-config (and with that our local adjustments to
  config.gcc) to the changed directory structure under gcc/config brought
  by GCC 8 when powerpcspe was cloned and broken out from the regular
  powerpc port.

PR:		234419 [1]
Submitted by:	jhibbits [1]
MFH:		2019Q1 (build fix on powerpcspe) [1]
2019-01-24 16:53:37 +00:00
Julien Laffaye
c450afbdcf Update to 1.11.5
Security:	CVE-2019-6486
2019-01-24 12:54:21 +00:00
Mark Linimon
9d8de19218 Conditionalize the dependence of libunwind to x86-only to allow building
these ports on !x86.

libunwind is only available for x86; lang/ruby* already expresses this
correctly.  Some of the rubygems did not: for the ones that already had
USE_RUBY, the dependency was overspecified in the first place.

Tested for no-harm on amd64.

While here, pet portlint where appropriate.

Approved by:	portmgr (tier-2 blanket)
2019-01-24 05:09:48 +00:00
Jan Beich
9345aed67d lang/rust-nightly: update to 1.33.0.20190124
Changes:	7164a9f151...19f8958f82
2019-01-24 00:36:22 +00:00
Torsten Zuehlsdorff
9701585d4e lang/php73: disable DTRACE option on PowerPC
DTRACE causes ld(1) link probe failures and therefore fails the build.

PR:           233850
Submitted by: Chip Cuccio <chip.cuccio@gmail.com>
MFH:		  2019Q1
2019-01-23 10:48:57 +00:00
Gerald Pfeifer
eb7922b4b9 Update to the 20190117 snapshot of GCC 7.4.1. 2019-01-23 05:27:00 +00:00
Alex Dupre
a11de350ac Update to 0.5.3 release. 2019-01-22 15:48:23 +00:00
Mark Linimon
03cf7d2471 The HIPE compiler is not available on powerpc64. Disable this option
on powerpc64 to allow the port to build.

PR:		234967
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-01-22 12:30:21 +00:00
Dmitry Marakasov
b9839f01d9 - Update WWW
Approved by:	portmgr blanket
2019-01-22 09:30:34 +00:00
Jan Beich
821752d20c lang/rust-nightly: update to 1.33.0.20190122
Changes:	c76f3c374f...7164a9f151
2019-01-22 00:43:10 +00:00
Mathieu Arnold
7aa20354c3 Update to v5.29.7-11-g515c395bcc. 2019-01-21 15:44:12 +00:00
Torsten Zuehlsdorff
d32899cde3 lang/php7*: Rename option MYSQL to MYSQLND
Renaming the option to be inline with the already existing MYSQLND option
in the mysqli and pdo_mysqli ports.

Reported by:	Jarrod Sayers <jarrod@downtools.com.au>
2019-01-21 13:19:30 +00:00
Jan Beich
17006791eb lang/rust: don't hardcode manifest files after r489132
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18737
2019-01-21 11:27:18 +00:00
Gerald Pfeifer
0a527d7d7f Update files/patch-spe-config (and with that our local adjustments to
config.gcc) to the changed directory structure under gcc/config brought
by GCC 8 when powerpcspe was cloned and broken out from the regular
powerpc port.

PR:		234419
Submitted by:	jhibbits
MFH:		2019Q1 (build fix on powerpcspe)
2019-01-20 12:49:04 +00:00
Rene Ladan
ab2769335a Drop lang/owl-lisp. 2019-01-19 17:55:45 +00:00
Gerald Pfeifer
55d9bb3c66 Update to the 20190113 snapshot of GCC 9.
Merge r479405 | mat | 2018-09-10 from lang/gcc8-devel to lang/gcc9-devel
as well: [1]

  After an include, PLIST_SUB must be appended to, not overwritten.

  If it is overwritten, many values will be clobbered, and
  pain will ensue.

PR:		230864 [1]
Reviewed by:	mat [1]
2019-01-19 13:34:40 +00:00
Jan Beich
219e84a8a7 lang/rust-nightly: update to 1.33.0.20190119
Changes:	03acbd71c9...c76f3c374f
2019-01-19 00:32:52 +00:00
Gerald Pfeifer
859669b286 Update to the 20190110 snapshot of GCC 7.4.1. 2019-01-18 22:58:03 +00:00
Brooks Davis
8777cf28a4 Remove metaport for clang-devel.
Once upon a time I made lang/clang* metaports to go with devel/llvm* ports.
I stopped several years ago and this is the only one left.  It doesn't
serve much purpose so remove it.
2019-01-18 22:42:03 +00:00
Brooks Davis
7dbb69055b Remove obsolete and unmaintained clang 3.5.
devel/llvm35 remains to support lang/pure.

PR:		230473
2019-01-18 22:34:09 +00:00
Alex Dupre
e20178f310 Update to 0.5.2 release. 2019-01-18 15:53:16 +00:00
Jan Beich
bea7824c1c lang/rust: oops, don't default to pre-releases
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:55:58 +00:00
Jan Beich
5da2437891 lang/rust: rename patches to match diff prefix
Git even with -M -C -C couldn't detect all renames in modified files,
so rename in a separate commit.

Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:51:04 +00:00
Jan Beich
6f333b0b12 lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
2019-01-17 19:50:38 +00:00
Torsten Zuehlsdorff
ffa9cd8f50 lang/php73: Make enabling MYSQL native driver optional
Currently PHP is always compiled with --enable-mysqlnd, to allow the use
of the native MySQL Native Driver. MySQL Native Driver is a replacement for the
MySQL Client Library.

While this is handy when working with MySQL there is no need for
it when MySQL is *not* used at all. This happens frequently when
working without databases or simply with other databases.

To avoid POLA the newly introduced option is a default option.

Disabling it will reduce the size of the package by ca. 175 KB,
which also helps in modern constraint VM run environments.

Submitted by:	Reko Turja <reko.turja@liukuma.net>
2019-01-17 10:41:25 +00:00
Torsten Zuehlsdorff
386ed5bd88 lang/php72: Make enabling MYSQL native driver optional
Currently PHP is always compiled with --enable-mysqlnd, to allow the use
of the native MySQL Native Driver. MySQL Native Driver is a replacement for the
MySQL Client Library.

While this is handy when working with MySQL there is no need for
it when MySQL is *not* used at all. This happens frequently when
working without databases or simply with other databases.

To avoid POLA the newly introduced option is a default option.

Disabling it will reduce the size of the package by ca. 175 KB,
which also helps in modern constraint VM run environments.

Submitted by:	Reko Turja <reko.turja@liukuma.net>
2019-01-17 10:30:54 +00:00
Torsten Zuehlsdorff
c511d9d3ef lang/php71: Make enabling MYSQL native driver optional
Currently PHP is always compiled with --enable-mysqlnd, to allow the use
of the native MySQL Native Driver. MySQL Native Driver is a replacement for the
MySQL Client Library.

While this is handy when working with MySQL there is no need for
it when MySQL is *not* used at all. This happens frequently when
working without databases or simply with other databases.

To avoid POLA the newly introduced option is a default option.

Disabling it will reduce the size of the package by ca. 175 KB,
which also helps in modern constraint VM run environments.

Submitted by:	Reko Turja <reko.turja@liukuma.net>
2019-01-17 10:11:42 +00:00
Gerald Pfeifer
690bcd1c19 Move items belonging into the USES block earlier in the Makefile,
and into a separate block.

Reported by:	portlint
2019-01-16 22:34:49 +00:00
Tobias Kortkamp
0d7fced0f2 lang/rust: Use ECHO_CMD not ECHO as per bsd.commands.mk 2019-01-16 13:20:45 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Gleb Popov
7fa38c4c12 lang/ghc: Since we already depend on binutils on ARM, use their strip, because our strip is incredibly slow.
PR:		234949
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18842
2019-01-16 08:04:03 +00:00
Gerald Pfeifer
560a335ec7 Update to the 20180111 snapshot of GCC 8.2.1. 2019-01-16 01:08:38 +00:00
Tobias C. Berner
b2d4a6a5d7 Update KDE Frameworks to 5.54.0
PR:		234905
Exp-run by:	antoine
2019-01-15 20:54:32 +00:00
Mark Felder
5b0da79904 Return to the pool 2019-01-15 17:16:05 +00:00
Jan Beich
1cbae49604 lang/rust-nightly: update to 1.33.0.20190115
Changes:	75a369c5b1...03acbd71c9
2019-01-15 00:53:06 +00:00
Koop Mast
f14b52dda8 Build fix for powerpcspe.
PR:		234023
Reported by:	jhibbits@
Tested by:	jhibbits@, linimon@
2019-01-14 22:15:45 +00:00
Gleb Popov
a7b1a5e261 lang/ghc: Fix create-stack-bindist target.
Approved by:	tcberner (mentor)
2019-01-14 17:57:44 +00:00
Torsten Zuehlsdorff
4a9033e840 lang/php73: Upgrade from 7.3.0 to 7.3.1
Changelog:

    Core:
        Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel).
        Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
        Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
        Fixed bug #77291 (magic methods inherited from a trait may be ignored).
    CURL:
        Fixed bug #77264 (curl_getinfo returning microseconds, not seconds).
    COM:
        Fixed bug #77177 (Serializing or unserializing COM objects crashes).
    Exif:
        Fixed bug #77184 (Unsigned rational numbers are written out as signed rationals).
    GD:
        Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()).
        Fixed bug #77198 (auto cropping has insufficient precision).
        Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
        Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
        Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
    MBString:
        Fixed bug #77367 (Negative size parameter in mb_split).
        Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
        Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
        Fixed bug #77381 (heap buffer overflow in multibyte match_at).
        Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
        Fixed bug #77385 (buffer overflow in fetch_token).
        Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
        Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
    OCI8:
        Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working).
        Added oci_set_call_timeout() for call timeouts.
        Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
    Opcache:
        Fixed bug #77215 (CFG assertion failure on multiple finalizing switch frees in one block).
        Fixed bug #77275 (OPcache optimization problem for ArrayAccess->offsetGet).
    PCRE:
        Fixed bug #77193 (Infinite loop in preg_replace_callback).
    PDO:
        Handle invalid index passed to PDOStatement::fetchColumn() as error.
    Phar:
        Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
    Soap:
        Fixed bug #77088 (Segfault when using SoapClient with null options).
    Sockets:
        Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS).
    Sodium:
        Fixed bug #77297 (SodiumException segfaults on PHP 7.3).
    SPL:
        Fixed bug #77359 (spl_autoload causes segfault).
        Fixed bug #77360 (class_uses causes segfault).
    SQLite3:
        Fixed bug #77051 (Issue with re-binding on SQLite3).
    Xmlrpc:
        Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
        Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

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

Also removing the patch committed in r489721. The patch disables the use of
ifuncs and is part of the new relase 7.3.1.

MFH:		2019Q1
2019-01-14 11:05:43 +00:00
Torsten Zuehlsdorff
3b852c2cd4 lang/php72: Upgrade from 7.2.13 to 7.2.14
Changelog:

    Core:
        Fixed bug #77369 (memcpy with negative length via crafted DNS response).
        Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
        Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
    COM:
        Fixed bug #77177 (Serializing or unserializing COM objects crashes).
    Date:
        Fixed bug #77097 (DateTime::diff gives wrong diff when the actual diff is less than 1 second).
    Exif:
        Fixed bug #77184 (Unsigned rational numbers are written out as signed rationals).
    GD:
        Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
        Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
        Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()).
        Fixed bug #77198 (auto cropping has insufficient precision).
        Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
    IMAP:
        Fixed bug #77020 (null pointer dereference in imap_mail).
    Mbstring:
        Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
        Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
        Fixed bug #77381 (heap buffer overflow in multibyte match_at).
        Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
        Fixed bug #77385 (buffer overflow in fetch_token).
        Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
        Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
    OCI8:
        Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working).
        Added oci_set_call_timeout() for call timeouts.
        Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
    Opcache:
        Fixed bug #77215 (CFG assertion failure on multiple finalizing switch frees in one block).
    PDO:
        Handle invalid index passed to PDOStatement::fetchColumn() as error.
    Phar:
        Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
    Sockets:
        Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS).
    SQLite3:
        Fixed bug #77051 (Issue with re-binding on SQLite3).
    Xmlrpc:
        Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
        Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

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

MFH:		2019Q1
2019-01-14 11:03:01 +00:00
Torsten Zuehlsdorff
a7a3e1009a Update PHP 7.1 from 7.1.25 to 7.1.26
Changelog:

    Core:
        Fixed bug #77369 (memcpy with negative length via crafted DNS response).
    GD:
        Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
        Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
    IMAP:
        Fixed bug #77020 (null pointer dereference in imap_mail).
    Mbstring:
        Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
        Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
        Fixed bug #77381 (heap buffer overflow in multibyte match_at).
        Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
        Fixed bug #77385 (buffer overflow in fetch_token).
        Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
        Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
    Phar:
        Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
    Xmlrpc:
        Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
        Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

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

MFH:		2019Q1
2019-01-14 11:00:50 +00:00
Mathieu Arnold
e76444c101 Update to v5.29.6-98-g22f2eee216. 2019-01-14 08:54:02 +00:00
Sunpoet Po-Chuan Hsieh
5a13d876d9 Update to 1.23
Changes:	https://metacpan.org/changes/distribution/ExtUtils-F77
2019-01-13 20:09:07 +00:00
Jan Beich
5926576235 lang/rust-nightly: update to 1.33.0.20190113
Changes:	6ecad33838...75a369c5b1
2019-01-13 00:38:15 +00:00
Gerald Pfeifer
9d71d4ea83 Update to the 20190106 snapshot of GCC 9. 2019-01-12 13:51:45 +00:00
Jochen Neumeister
87833caaca Update to 1.21.0
PR:		234843
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-01-12 11:28:00 +00:00
Gerald Pfeifer
d9f155bd7e Update to the 20180104 snapshot of GCC 8.2.1.
Forward port r469788 from lang/gcc6 = backport r475105 from lang/gcc8:

  Filter the -mretpoline command-line option, which is understood by
  recent versions of clang (and used in the context of the Spectre
  security issues), but not GCC (which uses different options for the
  same) from CFLAGS and CXXFLAGS.

  This avoids the build of this port via bootstrap, which is the default
  and leverages both the system compiler (clang in most cases) plus a just
  built version GCC, to fail due to the latter not knowing -mretpoline.

PR:		228205
Submitted by:	rozhuk.im@gmail.com
2019-01-11 19:26:42 +00:00
Vinícius Zavam
d3dc7b0dc6 lang/groovy: update 2.4.15 to 2.4.16
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18789
2019-01-10 20:32:36 +00:00
Tobias C. Berner
7ee9c5458d Update KDE Applications to 18.12.1
Release Announcement:
	https://www.kde.org/announcements/announce-applications-18.12.1.php

Today KDE released the first stability update for KDE Applications 18.12.
This release contains only bugfixes and translation updates, providing a
safe and pleasant update for everyone.

About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin,
JuK, Kdenlive, Konsole, Okular, among others.

Improvements include:
  *  Akregator now works with WebEngine from Qt 5.11 or newer
  *  Sorting columns in the JuK music player has been fixed
  *  Konsole renders box-drawing characters correctly again

You can find the full list of changes here:
	https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1
2019-01-10 19:52:57 +00:00
Gerald Pfeifer
df812aed09 Update to the 20190103 snapshot of GCC 7.4.1. 2019-01-10 19:11:45 +00:00
Jan Beich
ba187f2e47 lang/rust-nightly: update to 1.33.0.20190110
Changes:	8e2063d020...6ecad33838
2019-01-10 00:40:09 +00:00
Pietro Cerutti
7a0d846e25 lang/seed7: update to 05_20190107
20190107:
- A chapter about the handling of errors in interpreter and run-time
  library has been added to the manual.
- The new database driver sql_fire.c has been added. This driver
  provides database access functions for Firebird/InterBase.
- The database drivers sql_lite.c, sql_my.c, sql_odbc.c and sql_post.c
  have been improved to check that all parameters of a prepared
  statement are bound. This check takes place when a prepared statement
  is executed.
- The bind functions in sql_lite.c and sql_my.c have been improved to
  check, that a parameter with the given index exists.
- The bind functions of sql_my.c and sql_odbc.c have been improved to
  allow that the same parameter can be bound again with a different
  bind function (e.g. as integer instead of a bigInteger).
- The database driver sql_lite.c has been improved:
  - The function sqlBindBigRat has been improved to convert a
    bigRational to a double via the decimal representation.
  - The functions sqlColumnBigInt and sqlColumnInt have been improved
    to accept blob values with a decimal content that ends with ".0".
  - The function sqlColumnFloat has been improved to accept integer
    values.
  - The function sqlExecute has been improved to reset a prepared
    statement, when necessary.
- The database driver sql_my.c has been improved:
  - Medium and large blobs are supported now.
  - The function sqlColumnStri() has been improved to read BLOB data.
  - The function processEscapesInStatement() has been introduced. This
    function assures that string literals in prepared statements do not
    allow backslash escape sequences (e.g. \n or \t). This way a
    backslash in a SQL statement has no special meaning (like it is
    common practice in all other SQL databases).
  - The function sqlExecute() has been improved to call
    mysql_stmt_store_result(). This way the complete result set is
    buffered on the client. Doing so avoids the "Commands out of sync"
    error (e.g. which is triggered (without mysql_stmt_store_result()),
    when a new statement is prepared before all data of an old
    statement is fetched).
  - The function resizeBindArray() has been removed.
- The database driver sql_odbc.c has been improved:
  - The function SQLGetTypeInfo is used to determine if the driver
    supports the type SQL_WCHAR.
  - It is recognized when the function SQLDescribeParam() is missing
    and reasonable default values are used instead.
  - The function SQLFreeStmt() is used now without the precondition
    fetchOkay or fetchFinished.
  - The function setupParameterColumn has been introduced. This
    function allocates memory for parameter buffers.
  - One call of SQLDescribeCol() is used to determine the properties of
    result columns instead of many calls of SQLColAttribute().
  - Blob result data is now recognized by data type (SQL_LONGVARCHAR,
    SQL_WLONGVARCHAR or SQL_LONGVARBINARY) instead of data length.
  - The bind functions have been improved to use a switch depending
    on the data type.
  - Calls of SQLBindParameter() have been changed to use parameters
    determined with SQLDescribeParam().
  - At several places switch statements depending on the c_type are
    used.
  - The function sqlColumnDuration has been improved to accept a
    duration in a VARCHAR field.
  - Experimental code to search for an ODBC driver has been added (but
    it is deactivated for now).
- The database driver sql_post.c has been improved:
  - The function setupParameterColumn() has been introduced. This
    function allocates memory for parameter buffers. The buffers are
    part of the bindDataRecord.
  - The conversion of the internal NUMERIC representation to integer,
    float, bigInteger and bigRational values has been improved. Now
    sqlColumnInt() and sqlColumnFloat() can also read NUMERIC data.
  - The functions getNumericAsCStri(), getNumericAsStri(),
    getNumericAsInt(), getNumericAsBigInt(), getNumericAsBigRat()
    and getNumericAsFloat() have been added.
  - The function sqlColumnStri() has been improved to read BLOB data.
  - The memory management has been improved to recogize out of memory
    situations reliable.
  - The handling of exceptions has been improved.
- The function literal() has been added to bigint.s7i, bigrat.s7i,
  boolean.s7i, bstring.s7i, duration.s7i and time.s7i.
- The function integer (it converts a bigInteger to an integer) has
  been added to bigint.s7i.
- The function string (it converts a bstring to a string) has
  been added to bstring.s7i.
- The example program chkdb.sd7 has been improved to test the
  functionality of a database with much more detail. Chkdb.sd7 now
  supports parameters to specify the database to be checked.
- The programs sql7.sd7 and db7.sd7 has been improved to support
  Firebird/Interbase databases.
- The tests of shift operators have been improved in chkbig.sd7.
- The program chkccomp.c has been improved to determine the settings
  for directory access and for the database driver sql_fire.c.
- An #if instruction has been added to dir_win.c, soc_none.c and
  soc_rtl.c, such that the object file can always be linked.
- The function stri_to_cstri8_buf() has been changed to work without
  err_info parameter.
- Experimental code, to avoid the gmp error "overflow in mpz type" for
  shift operations, has been added to big_gmp.c.
- In big_rtl.c, big_gmp.c and big_drv.h the functions bigToInt16(),
  bigToInt32() and bigToInt64() have been changed to have the
  additional parameter err_info.
- The function setupBig() has been added to big_rtl.c and big_gmp.c.
  Additionally interpreter and compiler have been improved to call
  setupBig().
- Documentation comments have been improved in integer.s7i,
  sql_base.s7i, big_gmp.c, big_rtl.c, sql_rtl.c, intlib.c, int_rtl.c
  and striutl.c
- The file soc_dos.c has been renamed to soc_none.c.
2019-01-09 12:58:22 +00:00
Torsten Zuehlsdorff
dfd2e3f597 lang/php73: Fix "Bus error (core dumped)" by disabling ifuncs
PHP 7.3 uses ifuncs optimisations which generates a list of problems on FreeBSD:
https://bugs.php.net/bug.php?id=77284
https://bugs.php.net/bug.php?id=77279
https://bugs.php.net/bug.php?id=77261

Therefore ifuncs will be disabled in PHP 7.3.1. To make it usable until the release,
we import the patch until then:
291589114a

PR:		233024
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
MFH:		2019Q1
2019-01-08 15:54:23 +00:00
Jan Beich
9694d9ca66 lang/rust-nightly: update to 1.33.0.20190108
Changes:	f381a96255...8e2063d020
MFH:		2019Q1 (new bootstrap fixes stage0 warnings)
2019-01-08 15:18:51 +00:00
Tobias Kortkamp
2fbce8fed7 Do not set PORTDOCS twice 2019-01-08 13:19:05 +00:00
Mathieu Arnold
3f1a4a1293 Update to v5.29.6-91-g35ad0133df 2019-01-07 14:04:56 +00:00
Kubilay Kocak
072099e520 lang/cmucl{-extra}: Correct maintainer address
The MAINTAINER email address for the following ports were inadvertently
submitted [1] as FreeBSD.org addresses:

 - ports r489429 (lang/cmucl) via bug 232011
 - ports r489430 (lang/cmucl-extra) via bug 233195

This change updates MAINTAINER lines to the correct address.

PR:		234655 [1], 232011, 233195
Submitted by:	Lorenzo Salvadore <phascolarctos protonmail ch> (maintainer)
2019-01-07 03:30:26 +00:00
Gleb Popov
e2c3fdc1fd lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`

During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18707
2019-01-06 12:18:06 +00:00
Steve Wills
4650787d73 lang/cmucl-extra: Update to 21.b, clean up
While here, assign maintainership to submitter

PR:		233195
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2019-01-06 01:34:51 +00:00
Steve Wills
1ba6b4aa5c lang/cmucl: Update to 21.b, cleanup
While here, assign maintainership to submitter

PR:		232011
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2019-01-06 01:29:14 +00:00
Rene Ladan
70da036883 Remove stale IGNORE_WITH_PHP=56 values.
Reminded by:	sunpoet
2019-01-05 15:47:56 +00:00
Ryan Steinmetz
ddf7c3be6f - Reset MAINTAINER due to repeated fatal email bounces
Reported by:	portscout
2019-01-05 14:46:29 +00:00
Rene Ladan
02c5ac36ee This is the commit message, please edit it.
2019-01-04 net/ssltunnel-server: Does not build, upstream disappeared
2019-01-04 lang/cilkplus: Cilk Plus is on its way out (both in GCC and the Intel compilers)
net/ssltunnel-client: client part of expired net/ssltunnel-server
2019-01-05 14:00:38 +00:00
Vinícius Zavam
d391416181 lang/groovy: update 2.4.14 to 2.4.15
- adopt the port;
  - portlint OK; testport OK;
  - Q.A.

Reviewed by:	mat
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18526
2019-01-05 13:59:59 +00:00
Gleb Popov
2f72f198df lang/ghc844: Create a port out of lang/ghc.
Approved by:	tcberner (mentor)
2019-01-05 10:07:40 +00:00
Jan Beich
fc076f39be lang/rust-nightly: update to 1.33.0.20190105
Changes:	ec194646fe...f381a96255
2019-01-05 00:37:40 +00:00
Niclas Zeising
3f2683843b lang/php-mode.el: Update to 1.20.0
Update to 1.20.0
Fix install directory

PR:		233868
Submitted by:	Yasuhiro KIMURA (maintainer)
2019-01-04 00:02:36 +00:00
Jan Beich
db68203e54 lang/rust-nightly: skip optional tools on bustage
As r488649 and r489131 have shown upstream doesn't block Nightly
updates on errors in optional components. Do the same to avoid lagging
behind updates or the package disappearing due to undertesting.

src/bootstrap/dist.rs
1150:        }).or_else(|| { missing_tool("RLS", builder.build.config.missing_tools); None })?;
1229:        }).or_else(|| { missing_tool("clippy", builder.build.config.missing_tools); None })?;
1233:        }).or_else(|| { missing_tool("cargo clippy", builder.build.config.missing_tools); None })?;
1310:        }).or_else(|| { missing_tool("Rustfmt", builder.build.config.missing_tools); None })?;
1314:        }).or_else(|| { missing_tool("Cargofmt", builder.build.config.missing_tools); None })?;
2019-01-03 04:26:07 +00:00
Jan Beich
6b7b53cc14 lang/rust-nightly: unbreak after r489123
error[E0621]: explicit lifetime required in the type of `msg`
   --> src/tools/rls/src/server/mod.rs:185:21
    |
173 |       fn dispatch_message(&mut self, msg: &RawMessage) -> Result<(), jsonrpc::Error> {
    |                                           ----------- help: add explicit lifetime `'static` to the type of `msg`: `&'static server::message::RawMessage`
...
185 |                       <$n_action as LSPNotification>::METHOD => {
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime `'static` required
...
259 | /         match_action!(
260 | |             msg.method;
261 | |             notifications:
262 | |                 notifications::Initialized,
...   |
287 | |                 requests::CodeLensRequest;
288 | |         );
    | |__________- in this macro invocation
2019-01-03 03:49:57 +00:00
Jan Beich
a2144b09cd lang/rust-nightly: update to 1.33.0.20190103
Changes:	9eac386342...ec194646fe
2019-01-03 00:40:37 +00:00
Jan Beich
701b2fb530 lang/rust: disclaim /proc fix 2019-01-02 16:37:02 +00:00
Rene Ladan
ba09f7ee95 Remove expired ports:
2018-12-30 textproc/pecl-xdiff: Works only with EOL php 5.6
2019-01-01 www/mod_http2-devel: Use the module that is shipped with Apache 2.4
2019-01-01 www/varnish5: Varnish 5 is Retired
2018-12-30 security/pecl-ssh2-0: Works only with EOL php 5.6
2019-01-01 security/bitwarden-ruby: Expects very specific rubygem versions for new updates. Please follow instructions in git repo.
2018-12-30 devel/pecl-intl: Works only with EOL php 5.6
2018-12-30 devel/pecl-APCu4: Works only with EOL php 5.6
2018-12-30 databases/pecl-memcache: Works only with EOL php 5.6
2018-12-30 databases/pecl-memcached2: Works only with EOL php 5.6
2018-12-30 math/pecl-bitset2: Works only with EOL php 5.6
2019-01-01 multimedia/zoneminder-h264: h264 feature was commited to main branch, please upgrade to www/zoneminder
2019-01-01 lang/php56: Security Support ends on 31 Dec 2018
2019-01-01 13:52:46 +00:00
Kirill Ponomarev
ec727c3e91 Upgrade to 1.4.15 2019-01-01 12:44:03 +00:00
Wen Heping
bbc317680d - Update lang/python36 to 3.6.8
PR:		234397
Submitted by:	wenheping2000@hotmail.com
Exp-run by:	antoine@
2019-01-01 08:48:18 +00:00
Jan Beich
25a046432e lang/rust-nightly: update to 1.33.0.20190101
Changes:	60e825389d...9eac386342
2019-01-01 00:48:30 +00:00
Steve Wills
7af7a8c3e3 lang/smlnj: Update to 110.84, fix build on 12/amd64
PR:		234532
Submitted by:	Johannes 5 <joemann@beefree.free.de> (maintainer)
2018-12-31 18:32:59 +00:00
Rene Ladan
93d2c4e4f7 Remove KDE4, part 5
2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream
2018-12-31 net/kget-kde4: KDE4 is EOL upstream
2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream
2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream
2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream
2018-12-31 net/kwooty: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream
2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream
2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015
2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream
2018-12-31 net/krfb-kde4: KDE4 is EOL upstream
2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015
2018-12-31 net/krdc-kde4: KDE4 is EOL upstream
2018-12-31 french/kde4-l10n: KDE4 is EOL upstream
2018-12-31 ukrainian/kde4-l10n: KDE4 is EOL upstream
2018-12-31 textproc/kompare-kde4: KDE4 is EOL upstream
2018-12-31 textproc/libkomparediff2-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/silence: Qt4 has been EOL since december 2015
2018-12-31 deskutils/kdepim-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-serverstatuswidget: KDE4 is EOL upstream
2018-12-31 deskutils/strigi: KDE4 is end-of-life
2018-12-31 deskutils/plasma-applet-qstardict: Qt4 has been EOL since december 2015
2018-12-31 deskutils/homerun: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-daisy: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-teacooker: KDE4 is EOL upstream
2018-12-31 deskutils/kdepim-runtime-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-panelspacer: KDE4 is EOL upstream
2018-12-31 deskutils/plasma-applet-cwp: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-yawp: KDE4 is EOL upstream
2018-12-31 deskutils/kruler-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/superkaramba-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/kcharselect-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/kdepimlibs-kde4: KDE4 is EOL upstream
2018-12-31 deskutils/ksshaskpass: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-simpleweatherforecast: Qt4 has been EOL since december 2015
2018-12-31 deskutils/kdeconnect-kde-kde4: Qt4 has been EOL since december 2015
2018-12-31 deskutils/plasma-applet-fancytasks: Qt4 has been EOL since december 2015
2018-12-31 deskutils/kdeplasma-addons-kde4: KDE4 is EOL upstream
2018-12-31 japanese/kiten-kde4: KDE4 is EOL upstream
2018-12-31 japanese/kde4-l10n: KDE4 is EOL upstream
2018-12-31 graphics/libkdcraw-kde4: KDE4 is EOL upstream
2018-12-31 graphics/skanlite-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kamera-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kphotoalbum-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-strigi-analyzer-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kiconedit: Qt4 has been EOL since december 2015
2018-12-31 graphics/kdegraphics-thumbnailers-kde4: KDE4 is EOL upstream
2018-12-31 graphics/libkscreen: Qt4 has been EOL since december 2015
2018-12-31 graphics/kcoloredit: Qt4 has been EOL since december 2015
2018-12-31 graphics/libksane-kde4: KDE4 is EOL upstream
2018-12-31 graphics/ksnapshot-kde4: KDE4 is EOL upstream
2018-12-31 graphics/gwenview-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kpovmodeler: Qt4 has been EOL since december 2015
2018-12-31 graphics/ksaneplugin-kde4: KDE4 is EOL upstream
2018-12-31 graphics/digikam-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-svgpart-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kcolorchooser-kde4: KDE4 is EOL upstream
2018-12-31 graphics/okular-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kqtquickcharts-kde4: KDE4 is EOL upstream
2018-12-31 graphics/libkipi-kde4: Qt4 has been EOL since december 2015
2018-12-31 graphics/libkexiv2-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kolourpaint-kde4: KDE4 is EOL upstream
2018-12-31 graphics/kdegraphics-mobipocket-kde4: KDE4 is EOL upstream
2018-12-31 russian/kde4-l10n: KDE4 is EOL upstream
2018-12-31 mail/kshowmail: Qt4 has been EOL since december 2015
2018-12-31 mail/kbiff: Qt4 has been EOL since december 2015
2018-12-31 www/kpartsplugin: Qt4 has been EOL since december 2015
2018-12-31 www/choqok-kde4: KDE4 is EOL upstream
2018-12-31 www/kdewebdev-kde4: KDE4 is EOL upstream
2018-12-31 www/kwebkitpart: Qt4 has been EOL since december 2015
2018-12-31 www/rekonq: Qt4 has been EOL since december 2015
2018-12-31 security/subversion-kwallet: KDE4 is end-of-life
2018-12-31 security/kwalletmanager-kde4: KDE4 is EOL upstream
2018-12-31 security/kgpg-kde4: KDE4 is EOL upstream
2018-12-31 devel/libkgapi-kde4: KDE4 is EOL upstream
2018-12-31 devel/kapptemplate-kde4: KDE4 is EOL upstream
2018-12-31 devel/py-krosspython-kde4: KDE4 is EOL upstream
2018-12-31 devel/kcachegrind-kde4: KDE4 is EOL upstream
2018-12-31 devel/smokegen-kde4: KDE4 is EOL upstream
2018-12-31 devel/cervisia-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-php-kde4: KDE4 is EOL upstream
2018-12-31 devel/py-pykdeuic4-kde4: KDE4 is EOL upstream
2018-12-31 devel/okteta-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-pg-qt-kde4: KDE4 is EOL upstream
2018-12-31 devel/ruby-korundum-kde4: KDE4 is EOL upstream
2018-12-31 devel/py-pykde4-kde4: KDE4 is EOL upstream
2018-12-31 devel/dolphin-plugins-kde4: KDE4 is EOL upstream
2018-12-31 devel/kde-dev-utils-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesvn-kde4: KDE4 is EOL upstream
2018-12-31 devel/smokekde-kde4: KDE4 is EOL upstream
2018-12-31 devel/p5-perlkde-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-php-docs-kde4: KDE4 is EOL upstream
2018-12-31 devel/p5-perlqt-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevelop-kde4: KDE4 is EOL upstream
2018-12-31 devel/poxml-kde4: KDE4 is EOL upstream
2018-12-31 devel/kde-dev-scripts-kde4: KDE4 is EOL upstream
2018-12-31 devel/umbrello-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdebindings-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-strigi-analyzers-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-thumbnailers-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-kioslaves-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdevplatform-kde4: KDE4 is EOL upstream
2018-12-31 devel/smokeqt-kde4: KDE4 is EOL upstream
2018-12-31 devel/ruby-qtruby-kde4: KDE4 is EOL upstream
2018-12-31 devel/kdesdk-kde4: KDE4 is EOL upstream
2018-12-31 devel/lokalize-kde4: KDE4 is EOL upstream
2018-12-31 devel/libkolab: Qt4 has been EOL since december 2015
2018-12-31 devel/ruby-krossruby-kde4: KDE4 is EOL upstream
2018-12-31 arabic/kde4-l10n: KDE4 is EOL upstream
2018-12-31 databases/akonadi-kde4: KDE4 is EOL upstream
2018-12-31 ftp/plasma-applet-ftpmonitor: Qt4 has been EOL since december 2015
2018-12-31 print/print-manager-kde4: KDE4 is EOL upstream
2018-12-31 print/kover: Qt4 has been EOL since december 2015
2018-12-31 net-p2p/libktorrent-kde4: KDE4 is EOL upstream
2018-12-31 net-p2p/ktorrent-kde4: KDE4 is EOL upstream
2018-12-31 editors/kile-kde4: KDE4 is EOL upstream
2018-12-31 editors/klat4: Qt4 has been EOL since december 2015
2018-12-31 editors/kate-plugin-pate-kde4: KDE4 is EOL upstream
2018-12-31 editors/kate-kde4: KDE4 is EOL upstream
2018-12-31 misc/kdeedu-kde4: KDE4 is EOL upstream
2018-12-31 misc/krecipes-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde-thumbnailer-epub-kde4: Qt4 has been EOL since december 2015
2018-12-31 misc/kde-thumbnailer-fb2-kde4: Qt4 has been EOL since december 2015
2018-12-31 misc/libkdeedu-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ia: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nl: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-cs: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-fa: KDE4 is EOL upstream
2018-12-31 misc/kwordquiz-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-km: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-lt: KDE4 is EOL upstream
2018-12-31 misc/kdeutils-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-es: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-wa: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-en_GB: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-gl: KDE4 is EOL upstream
2018-12-31 misc/kde-thumbnailer-chm-kde4: Qt4 has been EOL since december 2015
2018-12-31 misc/kde4-l10n-ug: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ga: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nb: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-hr: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-bs: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-et: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-pa: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nds: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-bg: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-tr: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sk: KDE4 is EOL upstream
2018-12-31 misc/kgeography-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-is: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-da: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ca: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-it: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ro: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-ca_valencia: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-kk: KDE4 is EOL upstream
2018-12-31 misc/parley-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sl: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-hi: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sr: KDE4 is EOL upstream
2018-12-31 misc/klettres-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-sv: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-fi: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-lv: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-eu: KDE4 is EOL upstream
2018-12-31 misc/ktouch-kde4: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-id: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-mr: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-nn: KDE4 is EOL upstream
2018-12-31 misc/kde4-l10n-el: KDE4 is EOL upstream
2018-12-31 science/step-kde4: KDE4 is EOL upstream
2018-12-31 science/kalzium-kde4: KDE4 is EOL upstream
2018-12-31 games/palapeli-kde4: KDE4 is EOL upstream
2018-12-31 games/kiriki-kde4: KDE4 is EOL upstream
2018-12-31 games/kanagram-kde4: KDE4 is EOL upstream
2018-12-31 games/khangman-kde4: KDE4 is EOL upstream
2018-12-31 games/kdiamond-kde4: KDE4 is EOL upstream
2018-12-31 games/kigo-kde4: KDE4 is EOL upstream
2018-12-31 games/kshisen-kde4: KDE4 is EOL upstream
2018-12-31 games/klickety-kde4: KDE4 is EOL upstream
2018-12-31 games/kdegames-kde4: KDE4 is EOL upstream
2018-12-31 games/kmines-kde4: KDE4 is EOL upstream
2018-12-31 games/ksquares-kde4: KDE4 is EOL upstream
2018-12-31 games/konquest-kde4: KDE4 is EOL upstream
2018-12-31 games/killbots-kde4: KDE4 is EOL upstream
2018-12-31 games/kblocks-kde4: KDE4 is EOL upstream
2018-12-31 games/knavalbattle-kde4: KDE4 is EOL upstream
2018-12-31 games/blinken-kde4: KDE4 is EOL upstream
2018-12-31 games/picmi-kde4: KDE4 is EOL upstream
2018-12-31 games/kjumpingcube-kde4: KDE4 is EOL upstream
2018-12-31 games/ksudoku-kde4: KDE4 is EOL upstream
2018-12-31 games/klines-kde4: KDE4 is EOL upstream
2018-12-31 games/bomber-kde4: KDE4 is EOL upstream
2018-12-31 games/kajongg-kde4: KDE4 is EOL upstream
2018-12-31 games/kbounce-kde4: KDE4 is EOL upstream
2018-12-31 games/kreversi-kde4: KDE4 is EOL upstream
2018-12-31 games/kmahjongg-kde4: KDE4 is EOL upstream
2018-12-31 games/kfourinline-kde4: KDE4 is EOL upstream
2018-12-31 games/kbreakout-kde4: KDE4 is EOL upstream
2018-12-31 games/bovo-kde4: KDE4 is EOL upstream
2018-12-31 games/kubrick-kde4: KDE4 is EOL upstream
2018-12-31 games/ksirk-kde4: KDE4 is EOL upstream
2018-12-31 games/granatier-kde4: KDE4 is EOL upstream
2018-12-31 games/libkdegames-kde4: KDE4 is EOL upstream
2018-12-31 games/pairs-kde4: KDE4 is EOL upstream
2018-12-31 games/kspaceduel-kde4: KDE4 is EOL upstream
2018-12-31 games/libkmahjongg-kde4: KDE4 is EOL upstream
2018-12-31 games/lskat-kde4: KDE4 is EOL upstream
2018-12-31 games/knetwalk-kde4: KDE4 is EOL upstream
2018-12-31 games/katomic-kde4: KDE4 is EOL upstream
2018-12-31 games/kollision-kde4: KDE4 is EOL upstream
2018-12-31 games/kgoldrunner-kde4: KDE4 is EOL upstream
2018-12-31 games/kapman-kde4: KDE4 is EOL upstream
2018-12-31 games/kpat-kde4: KDE4 is EOL upstream
2018-12-31 games/kolf-kde4: KDE4 is EOL upstream
2018-12-31 games/kblackbox-kde4: KDE4 is EOL upstream
2018-12-31 games/ksnakeduel-kde4: KDE4 is EOL upstream
2018-12-31 games/ktuberling-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/kdetoys-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/plasma-applet-adjustableclock: KDE4 is EOL upstream
2018-12-31 x11-clocks/amor-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/plasma-applet-geekclock: KDE4 is EOL upstream
2018-12-31 x11-clocks/kteatime-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/ktux-kde4: KDE4 is EOL upstream
2018-12-31 x11-clocks/ktimer-kde4: KDE4 is EOL upstream
2018-12-31 hebrew/kde4-l10n: KDE4 is EOL upstream
2018-12-31 net-im/ktp-approver-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-filetransfer-handler-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-send-file-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-contact-list-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-desktop-applets-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-contact-runner-kde4: KDE4 is EOL upstream
2018-12-31 net-im/kopete-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-accounts-kcm-kde4: KDE4 is EOL upstream
2018-12-31 net-im/kmess-kde4: Qt4 has been EOL since december 2015
2018-12-31 net-im/plasma-applet-ktp-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-kded-integration-module-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-text-ui-kde4: KDE4 is EOL upstream
2018-12-31 net-im/telepathy-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-auth-handler-kde4: KDE4 is EOL upstream
2018-12-31 net-im/ktp-common-internals-kde4: KDE4 is EOL upstream
2018-12-31 audio/libkcompactdisc-kde4: KDE4 is EOL upstream
2018-12-31 audio/kmix-kde4: KDE4 is EOL upstream
2018-12-31 audio/audex: Qt4 has been EOL since december 2015
2018-12-31 audio/kio-audiocd-kde4: KDE4 is EOL upstream
2018-12-31 audio/kid3-kde4: Qt4 and KDE4 EOL upstream. Use audio/kid3-qt5 or audio/kid3-kf5 instead
2018-12-31 audio/libkcddb-kde4: KDE4 is EOL upstream
2018-12-31 audio/kstreamripper: Qt4 has been EOL since december 2015
2018-12-31 audio/juk-kde4: KDE4 is EOL upstream
2018-12-31 audio/kscd-kde4: KDE4 is EOL upstream
2018-12-31 audio/simon: Qt4 has been EOL since december 2015
2018-12-31 math/analitza-kde4: KDE4 is EOL upstream
2018-12-31 math/kmplot-kde4: KDE4 is EOL upstream
2018-12-31 math/kcalc-kde4: KDE4 is EOL upstream
2018-12-31 math/kig-kde4: KDE4 is EOL upstream
2018-12-31 math/kbruch-kde4: KDE4 is EOL upstream
2018-12-31 math/cantor-kde4: KDE4 is EOL upstream
2018-12-31 math/abakus: Qt4 has been EOL since december 2015
2018-12-31 math/kalgebra-kde4: KDE4 is EOL upstream
2018-12-31 math/rocs-kde4: KDE4 is EOL upstream
2018-12-31 x11/plasma-scriptengine-python-kde4: KDE4 is EOL upstream
2018-12-31 x11/kactivitymanagerd: Qt4 has been EOL since december 2015
2018-12-31 x11/yakuake-kde4: KDE4 is EOL upstream
2018-12-31 x11/kdelibs-kde4: KDE4 is EOL upstream
2018-12-31 x11/libkonq-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde4: KDE4 is end-of-life
2018-12-31 x11/kgamma-kde4: KDE4 is EOL upstream
2018-12-31 x11/plasma-scriptengine-ruby-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde-baseapps-kde4: KDE4 is EOL upstream
2018-12-31 x11/kactivities: Qt4 has been EOL since december 2015
2018-12-31 x11/konsole-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde-workspace-kde4: KDE4 is EOL upstream
2018-12-31 x11/kde-runtime-kde4: KDE4 is EOL upstream
2018-12-31 polish/kde4-l10n: KDE4 is EOL upstream
2018-12-31 chinese/kde4-l10n-zh_CN: KDE4 is EOL upstream
2018-12-31 chinese/kde4-l10n-zh_TW: KDE4 is EOL upstream
2018-12-31 x11-fm/krusader2-kde4: KDE4 is EOL upstream
2018-12-31 archivers/ark-kde4: KDE4 is EOL upstream
2018-12-31 german/kde4-l10n: KDE4 is EOL upstream
2018-12-31 portuguese/kde4-l10n-pt_BR: KDE4 is EOL upstream
2018-12-31 portuguese/kde4-l10n: KDE4 is EOL upstream
2018-12-31 multimedia/dragon-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/k9copy-kde4: Qt4 has been EOL since december 2015
2018-12-31 multimedia/kdemultimedia-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kdemultimedia-ffmpegthumbs-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kdenlive-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kdemultimedia-mplayerthumbs-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/subtitlecomposer-kde4: KDE4 is EOL upstream
2018-12-31 multimedia/kplayer-kde4: KDE4 is EOL upstream
2018-12-31 astro/marble-kde4: KDE4 is EOL upstream
2018-12-31 astro/libkgeomap-kde4: KDE4 is EOL upstream
2018-12-31 astro/kstars-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-oxygen-transparent: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde4-windeco-crystal: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/gtk-qt4-engine: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde-gtk-config: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde4-style-skulpture: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde-wallpapers-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-bespin: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde4-windeco-dekorator: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kde-base-artwork-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-polyester: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/kdeartwork-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/plasma5-breeze-kde4: KDE4 is EOL upstream
2018-12-31 x11-themes/kde4-style-nitrogen: Qt4 has been EOL since december 2015
2018-12-31 x11-themes/qtcurve-kde4: KDE4 is EOL
2018-12-31 lang/kturtle-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kaccessible-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kmouth-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kmag-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/jovie-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kdeaccessibility-kde4: KDE4 is EOL upstream
2018-12-31 accessibility/kmousetool-kde4: KDE4 is EOL upstream
2018-12-31 finance/kmymoney-kde4: KDE4 is EOL upstream. Use finance/kmymoney instead
2018-12-31 comms/kremotecontrol-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kdf-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kdeadmin-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/sweeper-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kcron-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/nepomuk-core-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kfilemetadata-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/ksystemlog-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/knutclient-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/baloo-widgets-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/filelight-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/baloo-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/polkit-kde: Qt4 has been EOL since december 2015
2018-12-31 sysutils/kuser-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/nepomuk-widgets-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/k3b-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/ksysguardd-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kfloppy-kde4: KDE4 is EOL upstream
2018-12-31 sysutils/kcm-polkit-kde: Qt4 has been EOL since december 2015
2018-12-31 hungarian/kde4-l10n: KDE4 is EOL upstream
2018-12-31 17:55:45 +00:00
Dmitry Marakasov
3e5bb2b968 - Fix build in presence of e2fsprogs-libuuid
PR:		229562
Reported by:	many
2018-12-31 16:03:41 +00:00
Rene Ladan
6095f8d47a Remove expired ports:
2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6
2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6
2018-12-30 net/pecl-yp: Works only with EOL php 5.6
2018-12-30 net/pecl-oauth: Works only with EOL php 5.6
2018-12-30 net/pecl-apn: Works only with EOL php 5.6
2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6
2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6
2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6
2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6
2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6
2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6
2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6
2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6
2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6
2018-12-30 deskutils/phpcollab: Works only with EOL php 5.6
2018-12-30 deskutils/simplegroupware: Works only with EOL php 5.6
2018-12-30 japanese/php5-mecab: Works only with EOL php 5.6
2018-12-30 graphics/php-gdal: Works only with EOL php 5.6
2018-12-30 graphics/php5-ffmpeg: Works only with EOL php 5.6
2018-12-30 graphics/pecl-gmagick: Works only with EOL php 5.6
2018-12-30 graphics/php-magickwand: Works only with EOL php 5.6
2018-12-30 graphics/pecl-imlib2: Works only with EOL php 5.6
2018-12-30 graphics/php-libpuzzle: Works only with EOL php 5.6
2018-12-30 mail/dracmail: Works only with EOL php 5.6
2018-12-30 mail/pecl-pop3: Works only with EOL php 5.6
2018-12-30 mail/pecl-mailparse2: Works only with EOL php 5.6
2018-12-30 www/usermanager: Works only with EOL php 5.6
2018-12-30 www/sams2: Works only with EOL php 5.6
2018-12-30 www/pecl-yar1: Works only with EOL php 5.6
2018-12-30 www/pecl-http1: Works only with EOL php 5.6
2018-12-30 www/revive-adserver: Works only with EOL php 5.6
2018-12-30 www/netoffice: Works only with EOL php 5.6
2018-12-30 www/xcache: Works only with EOL php 5.6
2018-12-30 www/testlink: Works only with EOL php 5.6
2018-12-30 www/pecl-http2: Works only with EOL php 5.6
2018-12-30 www/kplaylist: Works only with EOL php 5.6
2018-12-30 www/gallery3: Works only with EOL php 5.6
2018-12-30 www/claroline: Works only with EOL php 5.6
2018-12-30 www/sit: Works only with EOL php 5.6
2018-12-30 www/magento: Works only with EOL php 5.6
2018-12-30 www/asterisk-stat: Works only with EOL php 5.6
2018-12-30 www/pecl-sphinx: Works only with EOL php 5.6
2018-12-30 www/pecl-twig: Works only with EOL php 5.6
2018-12-30 www/fluxbb: Works only with EOL php 5.6
2018-12-30 www/php-templates: Works only with EOL php 5.6
2018-12-30 www/rnews: Works only with EOL php 5.6
2018-12-30 www/entrans: Works only with EOL php 5.6
2018-12-30 www/pecl-amfext: Works only with EOL php 5.6
2018-12-30 www/atutor: Works only with EOL php 5.6
2018-12-30 www/pecl-yaf2: Works only with EOL php 5.6
2018-12-30 www/redaxo: Works only with EOL php 5.6
2018-12-30 www/dotproject: Works only with EOL php 5.6
2018-12-30 www/sitebar: Works only with EOL php 5.6
2018-12-30 www/limesurvey: Works only with EOL php 5.6
2018-12-30 www/mahara: Works only with EOL php 5.6
2018-12-30 www/mysar: Works only with EOL php 5.6
2018-12-30 www/oscommerce: Works only with EOL php 5.6
2018-12-30 www/cmsmadesimple: Works only with EOL php 5.6
2018-12-30 www/pecl-swish: Works only with EOL php 5.6
2018-12-30 security/pecl-crack: Works only with EOL php 5.6
2018-12-30 security/php-suhosin: Works only with EOL php 5.6
2018-12-30 security/phpdeadlock: Works only with EOL php 5.6
2018-12-30 devel/php5-blitz: Works only with EOL php 5.6
2018-12-30 devel/pecl-trace: Works only with EOL php 5.6
2018-12-30 devel/pecl-scream: Works only with EOL php 5.6
2018-12-30 devel/pecl-judy: Works only with EOL php 5.6
2018-12-30 devel/pecl-test_helpers: Works only with EOL php 5.6
2018-12-30 devel/pecl-spl_types: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsmin2: Works only with EOL php 5.6
2018-12-30 devel/pecl-uri_template: Works only with EOL php 5.6
2018-12-30 devel/pecl-params: Works only with EOL php 5.6
2018-12-30 devel/pecl-expect: Works only with EOL php 5.6
2018-12-30 devel/php5-dav: Works only with EOL php 5.6
2018-12-30 devel/php5-pinba: Works only with EOL php 5.6
2018-12-30 devel/pecl-htscanner: Works only with EOL php 5.6
2018-12-30 devel/pecl-newt: Works only with EOL php 5.6
2018-12-30 devel/pecl-memoize: Works only with EOL php 5.6
2018-12-30 devel/pecl-libevent: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsonc: Works only with EOL php 5.6
2018-12-30 devel/pecl-weakref: Works only with EOL php 5.6
2018-12-30 devel/pecl-pthreads2: Works only with EOL php 5.6
2018-12-30 devel/pecl-gearman: Works only with EOL php 5.6
2018-12-30 devel/pecl-inotify: Works only with EOL php 5.6
2018-12-30 devel/pecl-raphf: Works only with EOL php 5.6
2018-12-30 devel/php5-thrift: Works only with EOL php 5.6
2018-12-30 devel/php5-ice: Works only with EOL php 5.6
2018-12-30 devel/pecl-runkit: Works only with EOL php 5.6
2018-12-30 devel/pecl-uopz: Works only with EOL php 5.6
2018-12-30 devel/pecl-strict: Works only with EOL php 5.6
2018-12-30 devel/pecl-xhprof: Works only with EOL php 5.6
2018-12-30 devel/pecl-propro: Works only with EOL php 5.6
2018-12-30 devel/php-scalar_objects: Works only with EOL php 5.6
2018-12-30 devel/pecl-msgpack0: Works only with EOL php 5.6
2018-12-30 devel/pecl-svn: Works only with EOL php 5.6
2018-12-30 devel/php-uprofiler: Works only with EOL php 5.6
2018-12-30 devel/pecl-statgrab: Works only with EOL php 5.6
2018-12-30 devel/pecl-uploadprogress: Works only with EOL php 5.6
2018-12-30 devel/pecl-qb: Works only with EOL php 5.6
2018-12-30 devel/php-memoize: Works only with EOL php 5.6
2018-12-30 devel/php5-blitz-devel: Works only with EOL php 5.6
2018-12-30 devel/pecl-ncurses: Works only with EOL php 5.6
2018-12-30 devel/php-jq: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsonnet: Works only with EOL php 5.6
2018-12-30 databases/pecl-drizzle: Works only with EOL php 5.6
2018-12-30 databases/pecl-pdo_user: Works only with EOL php 5.6
2018-12-30 databases/php-mdcached: Works only with EOL php 5.6
2018-12-30 databases/sqlbuddy: Works only with EOL php 5.6
2018-12-30 databases/mysqldumper: Works only with EOL php 5.6
2018-12-30 databases/pecl-chdb: Works only with EOL php 5.6
2018-12-30 databases/pecl-dbase: Works only with EOL php 5.6
2018-12-30 databases/php5-tarantool: Works only with EOL php 5.6
2018-12-30 databases/pecl-rrd1: Works only with EOL php 5.6
2018-12-30 databases/pecl-tokyo_tyrant: Works only with EOL php 5.6
2018-12-30 databases/pecl-mongo: Works only with EOL php 5.6
2018-12-30 print/pecl-ps: Works only with EOL php 5.6
2018-12-30 print/pecl-haru: Works only with EOL php 5.6
2018-12-30 games/mkgichessclub: Works only with EOL php 5.6
2018-12-30 net-im/pecl-stomp: Works only with EOL php 5.6
2018-12-30 math/pecl-trader: Works only with EOL php 5.6
2018-12-30 math/pecl-big_int: Works only with EOL php 5.6
2018-12-30 math/pecl-stats: Works only with EOL php 5.6
2018-12-30 archivers/pecl-phk: Works only with EOL php 5.6
2018-12-30 net-mgmt/phpip: Works only with EOL php 5.6
2018-12-30 net-mgmt/nedi: Works only with EOL php 5.6
2018-12-30 net-mgmt/cacti88: Works only with EOL php 5.6
2018-12-30 net-mgmt/hawk: Works only with EOL php 5.6
2018-12-30 net-mgmt/ipplan: Works only with EOL php 5.6
2018-12-30 ports-mgmt/tinderbox: Works only with EOL php 5.6
2018-12-30 lang/pecl-perl: Works only with EOL php 5.6
2018-12-30 lang/php56-extensions: Works only with EOL php 5.6
2018-12-30 finance/php-tclink: Works only with EOL php 5.6
2018-12-30 converters/pecl-fribidi: Works only with EOL php 5.6
2018-12-30 sysutils/pecl-mogilefs: Works only with EOL php 5.6
2018-12-30 23:30:55 +00:00
Tobias C. Berner
fc824512c6 More GCC-related fixes in kde@ ports
PR:		234461
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-30 17:15:06 +00:00
Mark Linimon
9481ab046d No longer broken on aarch64.
PR:		234265
Submitted by:	mikael.urankar@gmail.com
Approved by:	portmgr (tier-2 blanket)
2018-12-30 12:34:09 +00:00
Gerald Pfeifer
56f91ff48e Update to the 20181228 snapshot of GCC 8.2.1. 2018-12-29 21:45:51 +00:00
Gerald Pfeifer
9172df27b0 Update to the 20181227 snapshot of GCC 7.4.1. 2018-12-29 20:38:08 +00:00
Andreas Tobler
70433aa119 Install 32-bit libraries for powerpc64 if built.
Approved by:	gerald@
2018-12-29 15:41:44 +00:00
Andreas Tobler
3ef2bed0e9 Install 32-bit libraries for powerpc64 if built.
Approved by:	gerald@
2018-12-29 15:41:15 +00:00
Andreas Tobler
5f9a3c9f23 Install 32-bit libraries for powerpc64 if built.
Approved by:	gerald@
2018-12-29 15:40:34 +00:00
Andreas Tobler
bd5574a27b Install 32-bit libraries for powerpc64 if built.
Approved by: gerald@
2018-12-29 15:39:49 +00:00
Andreas Tobler
118dee2cf7 Fix build of GCC on powerpc64.
While building GCC itself we have to use the built GCC libraries to configure
additional parts of GCC and not the libraires from the host.

Install the built 32-bit libraries. This was not done up to now.

PR:	231804
Approved by:	gerald@
2018-12-29 15:38:30 +00:00
Alexey Dokuchaev
2355263df5 - Update `lang/gauche' to version 0.9.7
- Fix two tests that are failing on FreeBSD: one because clang aborts due
  to failed assertion when trying to compile ``extern void sin(); sin();'':

    Assertion failed: (Arg < NumArgs && "Arg access out of range!"),
    function getArg, file
    /usr/src/contrib/llvm/tools/clang/include/clang/AST/Expr.h, line 2283.
    cc: error: unable to execute command: Abort trap (core dumped)

  Another test (cf-check-lib) fails because of the LIBS variable which is
  passed on the TEST_ENV list.  Since there's nothing useful to the tests
  there anyway, just ensure it is empty

PR:	234257
2018-12-29 08:03:24 +00:00
Jan Beich
d26aa12dca lang/rust-nightly: note upstream fix for warnings 2018-12-29 03:32:23 +00:00
Jan Beich
f6bbdc4a0a lang/rust-nightly: unbreak after r488641
error[E0061]: this function takes 4 parameters but 2 parameters were supplied
   --> src/tools/clippy/clippy_lints/src/write.rs:295:26
    |
295 |     let mut fmt_parser = Parser::new(&tmp, None);
    |                          ^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters
2018-12-29 03:24:51 +00:00
Jan Beich
f845d33da6 lang/rust-nightly: update to 1.33.0.20181229
Changes:	a7be40c65a...60e825389d
2018-12-29 00:42:15 +00:00