Commit graph

17544 commits

Author SHA1 Message Date
Mark Linimon
ebebccafcf Switch the libstdc++ flag to be dependent on an existance test. This
will be more robust if the quoted archs switch to libc++ in the future.

Reported by:	jbeich
Approved by:	portmgr (tier-2 blanket)
2018-11-27 16:40:33 +00:00
Antoine Brodin
6fde505af4 Fix build on head amd64 after ld.bfd is no longer installed
With hat:	portmgr
2018-11-27 13:41:27 +00:00
Gerald Pfeifer
da1f428a7a Update to the 20181122 snapshot of GCC 7.3.1. 2018-11-26 23:58:28 +00:00
Pietro Cerutti
e56a1f283c lang/seed7: update to 05_20181125
20181125:
- In sql_odbc.c the handling of blobs has been improved. Selects with
  normal and blob fields work now independend from the order of fields.
  The functions resizeBindArray() and getClob() have been removed. The
  functions setupParameters(), getBlob(), getData() and fetchBlobs()
  have been added and the function getWCLob() has been improved.
- In sql_odbc.c the handling of time values has been improved to
  support the sql type datetime2 and times with fractions of a second.
  The functions sqlBindTime() and sqlColumnTime() have been improved.
- In sql_odbc.c the binding of bigRational and null values has been
  improved. The functons sqlBindBigRat() and sqlBindNull() have been
  improved.
- In the library duration.s7i the function str() and the operator
  'parse' have been improved to use P[nY][nM][nD][T[nH][nM][n[.n]S]] as
  format for the string representation of a duration.
- In dir_rtl.c the function dirRead() has been improved to use the
  functions conv_from_os_stri() and os_stri_strlen() instead of
  os_stri_to_stri(). This reduces the runtime of dirRead() by 2%
  (measured with gcc and valgrind, when reading 1532 directories).
- In the compiler (in comp/const.s7i) the actions BST_PARSE, FLT_PARSE
  and INT_PARSE have been added to the list of special actions.
- The function duration(), which converts a string to a duration value,
  has been added to duration.s7i.
- The function time(), which converts a string to a time value, has
  been added to time.s7i. Additionally parsing of time literals has
  been improved to support negative years.
- The function bstring(), which converts a string to a bstring value,
  has been added to bstring.s7i.
- The function rand(), which computes a pseudo-random time in a given
  range, has been added to time.s7i.
- Tests for the function float(), which converts a string to a float
  value, have been added to chkflt.sd7.
- The program chkccomp.c has been improved to determine INT64_SIZE
  (the size of __int64), HAS_LLABS, HAS_ABS64, STRINGIFY_WORKS,
  HAS_GMTIME_R and HAS_GMTIME_S.
- Documentation comments have been added or improved in sockbase.s7i,
  fil_rtl.c, fil_unx.c, fil_win.c, soclib.c and soc_rtl.c.
- In heaputl.c the function growStri() has been improved to have a
  smarter behavior in the case when malloc() returns NULL.
- The functions sqlBindDuration and sqlColumnDuration have been
  improved in sql_lite.c, sql_my.c, sql_oci.c, sql_odbc.c and
  sql_post.c.
- The parameter time_zone has been added to the function sqlBindTime()
  in sqllib.c, sql_rtl.h, sql_rtl.c, sql_drv.h, sql_lite.c, sql_my.c,
  sql_oci.c, sql_odbc.c, sql_post.c and comp/sql_act.s7i.
- A function to bind a duration value to a prepared statement has been
  added to the library sql_base.s7i.
- The example program chkdb.sd7 has been improved to check inserting
  and selecting time and duration values into and from a database.
- In sql_lite.c the function sqlColumnTime() has been improved.
- In sql_post.c the functions sqlBindTime() and sqlColumnTime() have
  been improved.
- The functions stringify() and conv_wstri_buf_to_cstri() have been
  added to striutl.c.
- In tim_rtl.c the functions mkutc() and unchecked_mkutc() have been
  improved to work with negative years.
- The function timUtcFromTimestamp() has been added to tim_rtl.c.
2018-11-26 12:53:19 +00:00
Mathieu Arnold
c7237173ad Update to v5.29.5-19-g20ccb10a08. 2018-11-26 12:03:48 +00:00
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