Commit graph

17526 commits

Author SHA1 Message Date
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
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Jochen Neumeister
fa0d2e76ea Update to 7.2.12
Changelog:
 - http://www.php.net/ChangeLog-7.php#7.2.12

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-10 17:33:27 +00:00
Mathieu Arnold
35326f1a97 security/openssl-devel was removed, but there is a security/openssl111 now. 2018-11-10 10:09:48 +00:00
Jean-Sébastien Pédron
d53d5a0590 lang/rust: Update to 1.30.1
Release notes:
* https://blog.rust-lang.org/2018/11/08/Rust-1.30.1.html
2018-11-09 23:32:39 +00:00
Tobias C. Berner
03efb5d84e Update KDE Applications to 18.09.3 2018-11-09 20:09:13 +00:00
Gerald Pfeifer
bf69168d7b Update to the 20181104 snapshot of GCC 9. 2018-11-08 17:43:24 +00:00
Tobias Kortkamp
ef135d906c Deprecate lang/chicken
Now that CHICKEN 5.0.0 is out, as discussed with the previous
maintainer, users should slowly migrate to lang/chicken5.  Give a
1-year notice.

PR:		230535
2018-11-08 12:52:23 +00:00
Jochen Neumeister
ce1ed0e645 Update to RC5
Changelog: https://github.com/php/php-src/blob/php-7.3.0RC5/NEWS

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-07 21:05:55 +00:00
Tobias Kortkamp
7a1f0b1cee lang/chicken5: Update to 5.0.0
Announcement:	http://lists.nongnu.org/archive/html/chicken-users/2018-11/msg00006.html
2018-11-07 20:57:51 +00:00
Mathieu Arnold
54b2a074ec FreeBSD 10 is not supported any more. 2018-11-07 15:55:58 +00:00
Koichiro Iwao
21a414ebe8 lang/crystal: update to 0.27.0
This update includes the fix build oon 13-CURRENT.

PR:		232836
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Approved by:	mentors (implicit)
2018-11-07 04:46:27 +00:00
Rene Ladan
fdfdc8f266 Return tj's ports to the pool after his commit bit got safekept. 2018-11-06 21:13:54 +00:00
Jean-Sébastien Pédron
3be6f9ab38 lang/erlang-runtime{15,16,17}: Remove redundant BROKEN_SSL
The BROKEN_SSL variable is already filled in the case the OPENSSL option
is checked. Those extra lines were left-over from a debugging session.

No need to MFH this commit, the MFH of the initial change took care of
not adding them in the first place.
2018-11-06 14:17:44 +00:00