Commit graph

17539 commits

Author SHA1 Message Date
Gerald Pfeifer
c83f1f98a3 Add support for -fuse-ld=lld, backported from GCC mainline which is
going to become GCC 9 (in form of files/patch-fuse-ld=lld borrowed
from devel/riscv64-gcc).

PR:		227302
2018-11-25 21:08:01 +00:00
Antoine Brodin
37836568bf Add explicit USES=iconv
Reported by:	pkg-fallout (via math/nlopt)
2018-11-25 07:59:55 +00:00
Gerald Pfeifer
c4b254bba9 Merge r479405 | mat | 2018-09-10 from lang/gcc8-devel to lang/gcc8 as well:
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
Reviewed by:	mat
2018-11-25 01:28:04 +00:00
Jimmy Olgeni
591e0fc8ca Update lang/erlang-runtime18 to version 18.3.4.11. 2018-11-25 00:17:23 +00:00
Jimmy Olgeni
7557016c7e Update lang/erlang-runtime20 to version 20.3.8.14. 2018-11-25 00:07:41 +00:00
Mark Linimon
ba6ceb6e5c HIPE option causes a build failure on powerpc64, so disable it on this
platform.

PR:		233297
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-24 09:15:16 +00:00
Mateusz Piotrowski
3a4fbeec46 lang/retro12: Update to 2018.8
Also:
- Fix the order of variables.
- Set USES=shebangfix for the rre interpreter.

PR:		232885
Submitted by:	w.schwarzenfeld@utanet.at
Reviewed by:	krion, mat ndowens_yahoo.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D17830
2018-11-23 10:52:22 +00:00
Jochen Neumeister
6253b1e00e Update to RC6
Changelog: https://github.com/php/php-src/blob/php-7.3.0RC6/NEWS

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-23 10:28:43 +00:00
Ed Maste
8da74486b6 lang/php73: link with -znotext on i386
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864, 230207
Sponsored by:	The FreeBSD Foundation
2018-11-22 20:20:58 +00:00
Tobias C. Berner
cc8a667aa2 pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2018-11-22 20:18:37 +00:00
Gerald Pfeifer
890334f8a4 Remove a conflict with gcc6-devel which does not exist any longer.
Deprecate this port since GCC 6 has been end-of-lifed upstream and
lang/gcc7 and lang/gcc8 are available as official releases.  Do not
mark for expiration yet, though.
2018-11-22 18:30:10 +00:00
Jean-Sébastien Pédron
2e61c78b12 lang/erlang-runtime{15,16,17,18}: Fix trailing include
It should be `bsd.port.post.mk`, not `bsd.port.mk`, because we include
`bsd.port.pre.mk`.

Reported by:	olgeni
2018-11-22 18:26:41 +00:00
Mathieu Arnold
a4b5ad7e98 Remove two unimportant failing tests. 2018-11-21 16:37:34 +00:00
Mathieu Arnold
205b0ca5f3 Update to v5.29.4-99-g516795a038. 2018-11-20 16:10:22 +00:00
Jose Alonso Cardenas Marquez
f84eeaf361 - Update to 2.083.0 2018-11-20 02:56:21 +00:00
Jose Alonso Cardenas Marquez
33040a4bdf - Update to 1.12.0 2018-11-20 02:37:19 +00:00
Gerald Pfeifer
1ec7933dc2 Update to the 20181118 snapshot of GCC 9. 2018-11-20 01:40:53 +00:00
Steve Wills
b4bab1c271 devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
2018-11-19 15:57:08 +00:00
Eric Turgeon
fa396c550b lang/gcc6-aux: fix build on aarch64
PR:		230485
Submitted by:	mikael.urankar@gmail.com
Reported by:	mikael.urankar@gmail.com
2018-11-19 12:48:30 +00:00
Pietro Cerutti
f83db1a77c lang/itcl4: update to 4.1.2 2018-11-19 12:20:38 +00:00
Pietro Cerutti
ba23b8c3e0 lang/tcl86, x11-toolkits/tk86: update to 8.6.9
Announcement: https://sourceforge.net/p/tcl/mailman/message/36469053/
2018-11-19 12:01:15 +00:00
Mikhail Teterin
fce5ac2c97 Try to improve chances of successful build - including, but not
limited to disabling compiler-optimizations.

Proper fixing seems inherently impossible -- even with -O0 valgrind
flags hundreds of unitilized memory accesses during self-check.

Tested with gcc8 and the base cc (clang) -- remove the GCC-requirement.

Add some patches from Debian.

While here simplify the extract-target a little and remove the BROKEN*
lines to attempt building on other platforms again...

Bump port-revision.

PR:		 232936
2018-11-18 22:06:44 +00:00
Mark Linimon
ff48342d45 Add compiler:c++11-lang to USES to fix build on powerpc64. 2018-11-18 18:21:28 +00:00
Gleb Popov
8c1ba1f8c4 lang/ghc843: Add PKGNAMESUFFIX to not conflict with lang/ghc.
Approved by:	tcberner (mentor)
2018-11-18 18:16:23 +00:00
Gleb Popov
57fa8182e5 lang/ghc843: Add a port for 8.4.3 version.
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17866
2018-11-18 16:20:20 +00:00
Gleb Popov
9b949e5d4f lang/ghc: Update to 8.4.4 and factor out common port code into bsd.ghc.mk in preparation for adding a port for previous version.
ARM testing by Mikael Urankar <mikael.urankar@gmail.com>.

Submitted by:	Viktor Dukhovni <ietf-dane@dukhovni.org> (some patches)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17866
2018-11-18 15:30:45 +00:00
Gerald Pfeifer
fcef8933e4 Update to the 20181116 snapshot of GCC 8.2.1. 2018-11-18 04:25:17 +00:00
Gerald Pfeifer
e62633d3df Update to the 20181115 snapshot of GCC 7.3.1. 2018-11-17 13:14:10 +00:00
Wen Heping
3299e458cc - Update to 2.81.1 2018-11-17 13:05:44 +00:00
Antoine Brodin
b71a73465c Deprecate python34
With hat:	portmgr
2018-11-17 08:01:59 +00:00
Gerald Pfeifer
c3cf8a9c96 Update to the 20181111 snapshot of GCC 9. 2018-11-16 10:21:37 +00:00
Dmitry Marakasov
1ba020a0cc - Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-11-16 09:30:21 +00:00
Jochen Neumeister
693053fd0c Update to 7.1.24
Changelog: http://www.php.net/ChangeLog-7.php#7.1.24

Approved by:	tz (implicit)
MFH:		2018Q4
Sponsored by:	Netzkommune GmbH
2018-11-15 16:40:59 +00:00
Mark Linimon
891c8a0c26 Fix build on gcc-based archs.
Approved by:	portmgr (tier-2 blanket)
2018-11-15 03:22:56 +00:00
Bryan Drewery
5471da0e72 Use exec in wrapper to avoid an extra shell process sticking around.
I purposely didn't bump PORTREVISION for this as it's not really
worth a rebuild even though technically required.

Approved by:		brooks
2018-11-14 18:12:23 +00:00
Kirill Ponomarev
118d10c451 Pet LICENSE to use standard sbcl licenses.
PR:		233222
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2018-11-14 17:58:42 +00:00
Koop Mast
6c98f5c1c3 Update to 52.9.0.
* This is the last release in the 52 series.
* Don't extract cruft we don't need to build SpiderMonkey.
* Add work-around for needing uvernum.h even if --with-system-icu is requested.
* Unbreak regression-test command.

PR:		229762
Submitted by:	mi@
2018-11-13 18:08:44 +00:00
Koop Mast
4569a6ff3b Update gjs to 1.52.4.
Obtained from:	GNOME devel repo
2018-11-13 17:46:03 +00:00
Koop Mast
c9471f9cc3 Update vala to 0.40.11. 2018-11-13 17:37:23 +00:00
Jimmy Olgeni
2db5fbacf1 Update lang/erlang-runtime20 to version 20.3.8.13. 2018-11-13 10:14:32 +00:00
Jochen Neumeister
1429d62e81 Update to 1.0.2
Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.0.2

PR:		233122
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Sponsored by:	Netzkommune GmbH
2018-11-13 07:40:50 +00:00
Tobias C. Berner
97d1b5cdad Update KDE Frameworks to 5.52.0
PR:		233107
Exp-run by:	antoine
2018-11-12 18:31:42 +00:00
Mathieu Arnold
0d9669ae74 Update to v5.29.4-39-g8e0c32f43c. 2018-11-12 17:27:40 +00:00
Koichiro Iwao
562442e7e8 lang/duktape-lib: respect CC
PR:		233066
Submitted by:	myself
Approved by:	maintainer, mentors (implicit)
2018-11-12 14:54:44 +00:00
Gerald Pfeifer
56fbd23758 Update to the 20181109 snapshot of GCC 8.2.1. 2018-11-12 14:34:26 +00:00
Alexey Dokuchaev
936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00
Sunpoet Po-Chuan Hsieh
4a0b53b609 Update MAINTAINER address
PR:		233126
Submitted by:	M <martinfilla@post.cz> (maintainer)
2018-11-11 09:32:27 +00:00
Jimmy Olgeni
b13b8e6cc6 Update lang/erlang-runtime20 to version 20.3.8.12. 2018-11-11 08:29:39 +00:00
Gerald Pfeifer
19ccd59b07 With the release of GCC 6.5 the GCC 6 release branch has been closed
upstream and there won't be any further snapshots of this branch. (The
current/latest essentially is the same as the 6.5 release).

Hence remove the lang/gcc6-devel port which has been tracking snapshots
all along.

lang/gcc6 is a direct replacement and will be available for a longer
time.  Note this is also the last version of GCC featuring the Java
front end.
2018-11-11 08:04:06 +00:00
Gerald Pfeifer
d6370f371a Update to the 20181108 snapshot of GCC 7.3.1. 2018-11-10 22:17:55 +00:00