Commit graph

17121 commits

Author SHA1 Message Date
Gerald Pfeifer
29a896c845 Update to the 20180629 snapshot of GCC 8.1.1. 2018-07-01 19:25:33 +00:00
Gerald Pfeifer
26a5357049 Update to the 20180628 snapshot of GCC 7.3.1. 2018-07-01 19:25:02 +00:00
Tobias Kortkamp
e530bfe2bc Do not always run the test suite
Requested by:	mat
2018-07-01 11:13:18 +00:00
Mark Linimon
c7df1277c6 Mark these ports broken on mips64 and/or mips.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-01 09:17:45 +00:00
Tobias Kortkamp
6b693072ea lang/myrddin: Update to 0.3.1
- No functional change on FreeBSD in this version
- Building the bootstrap target is enough to build Myrddin
- Always run the test suite after the build
2018-07-01 06:48:23 +00:00
David Naylor
cd6e657dd4 lang/fsharp: update to 10.0.2
- add msbuild as build dependency (xbuild is no longer used)
 - remove redundant mono dependency (now provided via USES)
 - move nuget dependencies out to `nupkg-nuget` due to length

Differential Revision:	https://reviews.freebsd.org/D16069
2018-06-30 20:21:52 +00:00
David Naylor
778d4d7c86 lang/mono: add support for BTLS TLS provider
PR:		229247
Submitted by:	yani@pi-greece.eu
2018-06-30 15:13:31 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.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

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
David Naylor
544c563e36 lang/linux-dotnet11-sdk: fix RUN_DEPENDS
Reported by:	FreshPorts Sanity Daemon
2018-06-30 07:49:40 +00:00
David Naylor
c444ec3ffe lang/linux-dotnet-(runtime|sdk): add linux implementation of .NET Core
- add LTS versions
 - Dotnet Core 2.1 fails due to issue with linprocfs (PR pending)

.NET Core is a free and open-source managed software framework. It consists of
CoreCLR, a complete runtime implementation of CLR, the virtual machine that
manages the execution of .NET programs. CoreCLR comes with an improved
just-in-time compiler, called RyuJIT. .NET Core also includes CoreFX, which is
a partial fork of FCL. While .NET Core shares a subset of .NET Framework APIs,
it comes with its own API that is not part of .NET Framework. Further,
.NET Core contains CoreRT, the .NET Native runtime optimized to be integrated
into AOT compiled native binaries. A variant of the .NET Core library is used
for UWP. .NET Core's command-line interface offers an execution entry point
for operating systems and provides developer services like compilation and
package management.

.NET Core supports four cross-platform scenarios: ASP.NET Core web apps,
command-line apps, libraries, and Universal Windows Platform apps. It does not
implement Windows Forms or WPF which render the standard GUI for desktop
software on Windows. .NET Core is also modular, meaning that instead of
assemblies, developers work with NuGet packages. Unlike .NET Framework, which
is serviced using Windows Update, .NET Core relies on its package manager to
receive updates.

Differential Revision:	https://reviews.freebsd.org/D13870
2018-06-30 07:40:20 +00:00
Tobias Kortkamp
55f17aa79a lang/myrddin: Update to 0.3
Changes:	https://myrlang.org/release-notes/r0p3
2018-06-30 03:26:02 +00:00
Fernando Apesteguía
63285d2a16 lang/polyml: update to 5.7.1
Move some variables to its place.

PR:	229273
Reported by:	hannes@mehnert.org
Approved by:	tcberner (mentor) beyert@cs.ucr.edu (maintainer)
Differential Revision:	https://reviews.freebsd.org/D16022
2018-06-29 16:48:10 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Mathieu Arnold
5201fa279f Make a note about why this hack is required.
Here is the story:

- Default Perl is 5.24.
- You install stuff, and have Perl 5.24.
- The default Perl is changed to 5.26 because it was time.
- You do not really follow those things and are not using pkg (and
  possibly poudriere) to maintain your /usr/local and you run
  portmaster to update what needs to be updated.
- As you did not set anything, your Perl default is still 5.24 because
  it is the installed /usr/local/bin/perl.
- Turns out that there has been a new version of lang/perl5.24 in the
  mean time, and portmaster updates it.  Keep in mind that the only
  thing that makes 5.24 the default is that it is the installed version
  you have.  If you did not have it installed, the default would be
  5.26.
- portmaster builds the new perl 5.24, and before it installs it, it
  needs to remove the old version.
- now, you do not have any Perl installed, so the default falls back to
  5.26.
- portmaster installs perl 5.24 it just built, but as it is not the
  default any pore, it will not install /usr/local/bin/perl, and
  everything using Perl on your system is toast, you spend countless
  hours not understanding wtf happened.  You end up rebuilding
  everything with 5.26.

PR:		227356
Sponsored by:	Absolight
2018-06-29 14:08:40 +00:00
Kirill Ponomarev
78183c1e45 Update to 1.4.9 2018-06-29 12:13:54 +00:00
Mark Linimon
34dfa2fb2a Fix build on aarch64 and enable.
PR:		229258
Reported by:	maintainer
2018-06-29 07:31:24 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Yuri Victorovich
66e2bc4899 lang/fpc: Revert the LICENSE change because it conflicts with slave ports
Reported by:	acm
2018-06-28 03:11:45 +00:00
Yuri Victorovich
76623cd5a4 lang/fpc: Add LICENSE/LICENSE_FILE; Order ONLY_FOR_ARCHS
Approved by:	portmgr blanket
2018-06-28 00:05:13 +00:00
Adam Weinberger
78271a585e Put sphinx-build behind DOCS options, rather than bringing it in unconditionally
PR:		229369
Approved by:	maintainer (swills)
2018-06-27 22:18:32 +00:00
Antoine Brodin
7fb1788efc Fix PKGNAME 2018-06-27 20:58:38 +00:00
Jimmy Olgeni
3b530666e9 lang/elixir: add test target. 2018-06-27 12:35:35 +00:00
Jimmy Olgeni
4b80eb005c lang/erlang-runtime20: fix version number in pkg-descr. 2018-06-27 12:24:27 +00:00
Jimmy Olgeni
cab55bb3d9 Add lang/erlang-runtime21, tracking branch 21 of Erlang. 2018-06-27 12:22:09 +00:00
Jimmy Olgeni
55f8166f21 Copy lang/erlang-runtime20 to lang/erlang-runtime21. 2018-06-27 12:20:47 +00:00
Jimmy Olgeni
f8b0c3fa2e Update lang/erlang-runtime20 to version 20.3.8.1. 2018-06-27 08:38:48 +00:00
Gerald Pfeifer
a6475bb8c8 Update to the 20180624 snapshot of GCC 9. 2018-06-26 20:40:08 +00:00
Adam Weinberger
0b82056c9a Update go to 1.10.3 [1], and enable verbose build [2]
PR:		228857 [1], 229013 [2]
Submitted by:	Dmitri Goutnik [1], adamw [2]
Approved by:	maintainer (jlaffaye)
Exp-run by:	antoine
2018-06-25 15:59:49 +00:00
Mathieu Arnold
70a0614564 Update to v5.29.0-0-g9abd784741
Sponsored by:	Absolight
2018-06-25 14:39:36 +00:00
Mathieu Arnold
ff5068e1c3 Steal these two from perl@.
Sponsored by:	Absolight
2018-06-25 14:39:32 +00:00
Mathieu Arnold
da70971cc8 Update to 5.28.0.
Sponsored by:	Absolight
2018-06-25 14:39:16 +00:00
Torsten Zuehlsdorff
42832a8de7 lang/php72: Update from 7.2.6 to 7.2.7
Changelog: http://www.php.net/ChangeLog-7.php#7.2.7
2018-06-25 11:41:48 +00:00
Torsten Zuehlsdorff
8bc58525b0 Update PHP 7.1 from 7.1.18 to 7.1.19
Changelog: http://www.php.net/ChangeLog-7.php#7.1.19
2018-06-25 11:40:54 +00:00
Gerald Pfeifer
300edff700 Update to the 20180620 snapshot of GCC 6.4.1. 2018-06-24 22:32:57 +00:00
Gerald Pfeifer
b346e66db3 Update to the 20180622 snapshot of GCC 8.1.1. 2018-06-24 22:16:44 +00:00
Gerald Pfeifer
9dd5f75394 Update to the 20180621 snapshot of GCC 7.3.1. 2018-06-24 21:52:24 +00:00
Gerald Pfeifer
07efe0c83d Update to the 20180617 snapshot of GCC 9. 2018-06-24 21:23:06 +00:00
Alexey Dokuchaev
2c0d85ed23 Fix some corrupted attribution lines. 2018-06-24 06:34:38 +00:00
Tobias C. Berner
bb238a10bf Update math/gsl to 2.5
PR:		229067
2018-06-23 08:27:13 +00:00
Mark Linimon
4cb19e7f87 Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-22 01:15:19 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Sunpoet Po-Chuan Hsieh
921f613bff Fix build with Clang 6
PR:		228320
Submitted by:	Matthew Grooms <mgrooms@shrew.net>
2018-06-19 21:46:26 +00:00
Mathieu Arnold
ac4c49be2b Update to v5.28.0-RC3-4-g443128e3a6.
Sponsored by:	Absolight
2018-06-19 14:19:52 +00:00
Mathieu Arnold
5832cd847b Update to 5.28.0-RC3.
Sponsored by:	Absolight
2018-06-19 14:19:40 +00:00
Kurt Jaeger
40333b2e6b lang/pbasic: update 2.0 -> 2.1, unbreak, add LICENSE
PR:		218494
Submitted by:	jhs@berklix.com (maintainer)
2018-06-19 09:46:11 +00:00
Fukang Chen
8e17f439cf lang/phantomjs: Allow building on armv6 and armv7 platforms
- Patches for armv6 and armv7 are obtained from www/webkit-gtk3
- Allow building with non-default LOCALBASE
- Fix build with Clang 6.0.0 [0]

PR:		225482 [0]
Reviewed by:	koobs, feld
Approved by:	koobs (mentor), feld (maintainner)
Differential Revision:	https://reviews.freebsd.org/D15850
2018-06-19 03:40:38 +00:00
Tobias C. Berner
11fcc4deab lang/qt5-qml: enable JIT on aarch64
PR:		229124
Submitted by:	mikael.urankar@gmail.com
2018-06-18 20:07:17 +00:00
Mark Felder
8c5039e5b4 lang/mono: Require python 2.7
- Revive python patch for mono-heapviz
- Also remove unnecessary mirror/distfile tag
2018-06-18 14:10:57 +00:00
Rene Ladan
934ed1ab16 lang/nbc: fix build with lld by setting LLD_UNSAFE [1]
While here, set the license (MPL11) and bump PORTREVISION

PR:		228613 [1]
Submitted by:	emaste [1]
2018-06-17 16:15:32 +00:00
Mark Felder
8593616010 Update Mono to 5.10.1.47
This brings a more modern Mono release to the ports tree. After
discussions with others in the Mono community I targeted the mono
5.10.1.47 release which is the latest release in the "Visual Studio"
release channel. This is considered to be the most stable and widely
tested, which makes it a good candidate for us. We may upgrade to 5.12
after additional testing or introduce another Mono package for users who
require testing against a newer release; this has yet to be determined.

- Build from official release tarballs
- Now include BoringSSL per upstream guidelines [1]
- Remove ACCEPTANCE_TESTS, not being updated by upstream
- No long require glib; Mono includes their own replacement
- USES=display:tests required for some tests
- Remove broken for armv6, armv7: file now available [2]
- Mark as LLD safe as mono changed how it handles TLS [3]

Changelog:	http://www.mono-project.com/docs/about-mono/releases/5.10.0/

PR:		222271 [1]
PR:		221236 [2]
PR:		218885 [3]
PR:		211367
Approved by:	dbn
Differential Revision:	https://reviews.freebsd.org/D15780
2018-06-16 15:56:41 +00:00
Gerald Pfeifer
e12c7a291d Update to the 20180610 snapshot of GCC 9. 2018-06-16 12:26:56 +00:00
Gerald Pfeifer
b06ee64a39 Update to the 20180613 snapshot of GCC 6.4.1. 2018-06-16 10:50:09 +00:00
Gerald Pfeifer
a1d62b2ff0 Update to the 20180615 snapshot of GCC 8.1.1. 2018-06-16 07:51:18 +00:00
Gerald Pfeifer
1ba53cdcab Update to the 20180607 snapshot of GCC 7.3.1. 2018-06-16 07:50:16 +00:00
Dmitry Marakasov
5abaeda00d - Remove always false OSVERSION condition and never used patches
Approved by:	portmgr blanket
2018-06-15 13:58:20 +00:00
Dmitry Marakasov
502eb45e8d - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-06-15 09:04:34 +00:00
Tobias C. Berner
746e77dca9 Update KDE Frameworks to 5.47
PR:		228862
Exp-run by:	antoine
2018-06-15 05:14:35 +00:00
Steve Wills
9ee604d56e lang/julia: fix RUNPATH in 0.6.3
PR:		228993
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2018-06-14 23:40:46 +00:00
Steve Wills
bb754950a0 lang/ponyc: update to 0.23.0
PR:		228906
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2018-06-14 23:25:25 +00:00
Jimmy Olgeni
a05579bc92 Update lang/erlang-runtime20 to version 20.3.8. 2018-06-14 12:44:54 +00:00
Li-Wen Hsu
37690aa05d - Update to 0.6.3
PR:		228933
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2018-06-13 01:45:02 +00:00
Mathieu Arnold
1337deea0d Update to v5.28.0-RC2-2-g197e7984e9.
Sponsored by:	Absolight
2018-06-11 11:56:12 +00:00
Mathieu Arnold
85ebf4a27c Update to RC2.
Sponsored by:	Absolight
2018-06-11 11:55:55 +00:00
Tobias C. Berner
880f6c87cc Update KDE Applications to 18.04.2 2018-06-10 10:39:35 +00:00
Gerald Pfeifer
bcbb9f266f Update to the 20180608 snapshot of GCC 8.1.1. 2018-06-10 01:49:47 +00:00
Jean-Sébastien Pédron
4f60577fd4 lang/rust: Update to 1.26.2
Release notes:
* https://blog.rust-lang.org/2018/05/29/Rust-1.26.1.html
* https://blog.rust-lang.org/2018/06/05/Rust-1.26.2.html
2018-06-09 09:28:57 +00:00
Tijl Coosemans
65da25e697 Add build dependency on bison.
Reported by:	antoine
2018-06-09 09:03:48 +00:00
Jean-Sébastien Pédron
8a62f1221e lang/rust: Add make makesum-all-archs target
It is a helper to ease the generation of the `distinfo` file for all the
architectures we support. It avoids the manual commands.
2018-06-08 23:31:35 +00:00
Jimmy Olgeni
e53a4554e9 Transfer more Erlang ports to erlang@. 2018-06-08 13:43:25 +00:00
Jimmy Olgeni
c29c69be57 lang/elixir: transfer maintainership to erlang@. 2018-06-08 05:28:38 +00:00
Mark Linimon
1258e228dd Mark as broken on various tier-2 archs.
Approved by:	portmgr (tier-2 blanket)
2018-06-08 03:02:32 +00:00
Mark Linimon
f64311375e Mark as broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-08 01:56:02 +00:00
Mark Linimon
023d6f78ee Mark as broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-08 01:52:22 +00:00
Gerald Pfeifer
d0f56d58cf Update to the 20180603 snapshot of GCC 9. 2018-06-07 13:17:50 +00:00
Gerald Pfeifer
eedfc109e6 Update to the 20180606 snapshot of GCC 6.4.1. 2018-06-07 13:16:50 +00:00
Tijl Coosemans
0528bd9bad Update security/mbedtls to 2.9.0 and bump dependent ports. 2018-06-07 12:16:47 +00:00
Jimmy Olgeni
e88d0ec2db Transfer maintainership of Erlang ports to erlang@. 2018-06-07 11:15:11 +00:00
Alexey Dokuchaev
dd719c6e03 - Update `lang/gauche' to version 0.9.5
- Fix SLIB_BUILD_DEPENDS so it points to the file actually being used
- Convert to our testing framework (TEST_TARGET) and unbreak regression
  tests by preserving the `gosh' executable (prior to relinking), which
  allows to run the tests without having Gauche installed

Tested on:	i386, amd64 (all tests pass)
2018-06-06 18:25:34 +00:00
Alexey Dokuchaev
d85ebdae01 Unbreak the build of `lang/gauche' when option SLIB is set: by default,
upstream expects that SLIB catalogue is generated *after* everything is
installed.  They are aware that this logic does not go along well with
staging (e.g. for RPM, they suggest it to be called in the postinstall
script), and also provide ``slibcat-in-place'' target which is exactly
what we need for staging.

Patch the ``Makefile.in'' since I find these changes easier to follow/
debug than changes to the port's Makefile suggested in the PR.

PR:	226653
2018-06-06 16:29:19 +00:00
Tijl Coosemans
ed1e9268c2 Remove lang/sdcc-devel. It is no longer useful. 2018-06-06 10:57:19 +00:00
Tijl Coosemans
aa65b2de50 Update to 3.7.0 and drop maintainership. 2018-06-06 10:53:29 +00:00
Dmitry Marakasov
add13766ae - Switch to new test framework
Approved by:	portmgr blanket
2018-06-06 08:34:26 +00:00
Antoine Brodin
b776302fc8 Mark BROKEN: fails to package
pkg-static: Unable to access file /wrkdirs/usr/ports/lang/gnatdroid-armv7/work/stage/usr/local/android/ARMv7/bin/arm-aux-linux-androideabi-gcc-6.5.0:No such file or directory

Reported by:	pkg-fallout
2018-06-05 21:04:45 +00:00
Sunpoet Po-Chuan Hsieh
8e8b7e2d02 Fix build with LibreSSL 2.7
Obtained from:	75de15ddcd
PR:		227851
2018-06-05 18:57:28 +00:00
Jimmy Olgeni
32f6b849bb Update lang/erlang-runtime20 to version 20.3.7. 2018-06-05 15:04:24 +00:00
Sunpoet Po-Chuan Hsieh
24808d9229 Add LICENSE
- Fix and update WWW

Approved by:	portmgr (blanket)
2018-06-04 18:09:35 +00:00
Sunpoet Po-Chuan Hsieh
06fdcdf06e Update LICENSE
- Add LICENSE_FILE
- Fix and update WWW
2018-06-04 18:09:29 +00:00
Sunpoet Po-Chuan Hsieh
598afb8c07 Update LICENSE
- Add LICENSE_FILE
- Fix and update WWW
2018-06-04 18:09:22 +00:00
Sunpoet Po-Chuan Hsieh
e1989bd861 Add LICENSE_FILE
- Fix and update WWW
2018-06-04 18:09:15 +00:00
Fernando Apesteguía
fe49cd9666 lang/ponyc: update to 0.22.2
PR:	228549
Reported by:	greg@unrelenting.technology (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15644
2018-06-04 17:44:44 +00:00
Mathieu Arnold
095c25da0f Fix USE_GITHUB usage.
Sponsored by:	Absolight
2018-06-04 14:46:41 +00:00
Pietro Cerutti
83120e0c21 lang/seed7: update to 05_20180601
20180601:
- The library tls.s7i has been improved to support the server_name
  extension and to process handshake messages, that extend over several
  tls message records. Additionally TLS version 1.2 is used now.
- The library x509cert.s7i has been improved to accept a validity with
  times in GeneralizedTime data elements (additionally to times in
  UTCTime data elements).
- The library browser.s7i has been improved to support calling Safari
  under Mac OS X.
- Tests for the functions environment(), getenv() and setenv() have
  been added to chkcmd.sd7.
- A test that checks the sorting of an array of strings has been added
  to chkstr.sd7. This checks the compare() function for strings.
- The compiler s7c has been improved to create better code for the
  option -tf (trace functions). Now the trace functions are added after
  the declarations (such that older C compilers will accept this also).
- In chkflt.sd7 tests for NaN have been grouped together.
- In chkovf.sd7 tests for the binomial coefficient have been split into
  groups.
- The program chkccomp.c has been improved to define the macros
  LIMITED_CSTRI_LITERAL_LEN, LIMITED_ARRAY_LITERAL_LEN,
  DECLARE_OS_ENVIRON, USE_GET_ENVIRONMENT, INITIALIZE_OS_ENVIRON,
  DEFINE_WGETENV, DEFINE_WSETENV, os_environ, os_getenv, os_setenv,
  os_putenv, DELETE_PUTENV_STRING, DEFINE_WSTATI64_EXT,
  DEFINE_STRUCT_STATI64_EXT, DEFINE_FSTATI64_EXT, os_lstat, os_stat,
  os_fstat, os_stat_struct, os_fstat_struct, HAS_SELECT and HAS_MMAP.
- In int_rtl.c the macro DECIMAL_DIGITS has been improved to work with
  unsigned numbers.
- In str_rtl.c the function strCmpGeneric() has been changed back to
  the old behaviour. Now strCmpGeneric() and strCompare() have again
  the same behaviour. It has turned out that sorting an array of
  strings worked wrong, when the program was compiled.
- In pcs_win.c the function prepareCommandLine has been improved and
  the function copyQuotedPart has been added. Now the command line
  created for CreateProcessW() has fewer quoted parameters. Now
  parameters that contain a space or a quotation (") or a control
  character or a character byond ASCII are quoted. All other parameters
  are not quoted.
- Definitions of USE_MMAP, os_environ, os_fstat, DEFINE_WSTATI64_EXT,
  os_lstat, os_stat, os_stat_orig, os_stat_struct, os_fstat_struct,
  DEFINE_WSETENV, os_setenv, os_putenv and USE_DIRENT have been removed
  from the makefiles.
- In several files usages of USE_MMAP have been replaced by usages of
  HAS_MMAP.
- The file read_me.txt has been updated.
- In chkccomp.c the functions checkForLimitedArrayLiteralLength() and
  determineStatFunctions() have been added and the functions
  determineEnvironDefines() and determineBigIntDefines() have been
  improved. Now the test for the GMP library enforces static linking.
- The macros DEFINE_MATHERR_FUNCTION and DEFINE__MATHERR_FUNCTION have
  been improved to define if matherr() or _matherr() should be defined.
- Log functions have been improved in big_gmp.c, big_rtl.c and
  int_rtl.c.

20180513:
- In the manual descriptions of the binomial coefficient and of several
  conversion functions have been improved.
- The bas7.sd7 (basic interpreter) example program has been improved to
  use case statements with strings.
- The operator &:= has been added to the libraries bitsetof.s7i and
  bitset.s7i.
- The function rand() has been added to the library hashsetof.s7i. This
  function returns a random element from a hash set.
- The compiler (s7c) has been improved to generate code that uses
  memcpy or memmove to copy and create arrays of simple value types
  (e.g. array integer). The destruction of arrays of simple value types
  has also been simplified.
- The compiler has been improved to optimize the action SET_RAND.
- The compiler optimizations for the actions SET_DIFF, SET_UNION and
  SET_UNION_ASSIGN has been improved.
- In the compiler (in comp/const.s7i) the actions BLN_ICONV1,
  BLN_ICONV3, CHR_ICONV3 and SET_RAND have been added to the list of
  special actions. The compiler implements functions, which just call
  one of the special actions as inline functions.
- Interpreter and compiler have been improved to support the actions
  HSH_RAND_KEY and SET_INTERSECT_ASSIGN.
- Tests for the functions card() and rand() for the type set of string
  have been added to chkset.sd7.
- Tests for intersection assignments ( &:= ) have been added to
  chkset.sd7.
- In s7c.sd7 the code to call C compiler and linker has been
  refactored.
- The compiler has been improved (in comp/prc_act.s7i) to use the
  function hshIdxDefault0() instead of hshIdxWithDefault() for case
  statements with hashsets.
- The code generation of the compiler has been improved to trigger the
  signal SIGFPE with a call of triggerSigfpe().
- The compiler has been improved to insert diagnostic line information
  (e.g.: #line 64 "logfile.s7i") into code for the actions ARR_CPY,
  BLN_AND, BLN_OR, ITF_CPY, PRC_IF, PRC_IF_ELSIF, PRC_IF_NOOP
- The compiler has been improved to insert diagnostic line information
  for inlined functions.
- The configuration values in cc_conf.s7i have been improved.
  SWITCH_WORKS_FOR_INT64TYPE, CC_OPT_OPTIMIZE_1, CC_OPT_OPTIMIZE_2 and
  CC_OPT_OPTIMIZE_3 have been added. SYSTEM_DB_LIBS has been renamed
  to ADDITIONAL_SYSTEM_LIBS. HAS_SIGACTION, SIGNAL_RESETS_HANDLER and
  DO_SIGFPE_WITH_DIV_BY_ZERO have been removed.
- The program chkccomp.c has been improved. Now it determines the name
  of the NULL device (/dev/null or NUL:), the system socket library
  (unix sockets or winsocket), the method to read directories, the
  bigInteger implementation used (big_rtl.c or big_gmp.c) and the
  support for switch statements with 64-bit values.
- Documentation comments have been added or improved in bigint.s7i,
  integer.s7i, bitsetof.s7i, bitset.s7i, hashsetof.s7i, cc_conf.s7i,
  fil_rtl.c, dir_drv.h, cmd_rtl.c, set_rtl.c, str_rtl.c and striutl.c.
- In set_rtl.c the function setIntersect() has been improved to create
  a smaller intersection result, if possible.
- In set_rtl.c the function setIntersectAssign has been added.
- In setlib.c the function set_intersect_assign has been added.
- In hsh_rtl.c the functions get_helem_elem, get_hash_elem, hshRand
  and hshIdxDefault0 have been added.
- In hshlib.c the functions get_helem_elem, get_hash_elem and
  hsh_rand_key have been added.
- In gkb_x11.c and gkb_win.c the function find_window() has been
  improved to use hshIdxDefault0() instead of hshIdxWithDefault().
- In big_gmp.c the function bigDivRem has been improved to initialize
  the remainder.
- In str_rtl.c and strlib.c the function strelem_memcmp has been
  renamed to memcmp_strelem.
- In str_rtl.c the function strCmpGeneric has been changed to avoid
  calls of memcmp_strelem(), when the string sizes differ. This
  differs from the behaviour of strCompare, but the difference is not
  important, because strCmpGeneric() is only used for string
  comparisons of hash keys (in compiled programs).
- In striutl.c the function conv_to_cstri has been rewritten to return
  the C string, when the function succeeds, and to work without the
  parameter err_info.
- In striutl.c the function stri_to_bstriw has been rewritten to use
  an err_info parameter.
- In striutl.c the functions with loop unrolling inspired by Duff's
  device have been rewritten.
- In striutl.c the loops in conv_to_cstri, stri_to_cstri and
  conv_to_os_stri have been optimized.
- The macro castIntTypeForSwitch has been introduced to support C
  compilers, that do not support switch statements with 64-bit values.
- Definitions of NULL_DEVICE, USE_GETADDRINFO, USE_WINSOCK and
  BIGINT_LIB_DEFINE have been removed from the makefiles.

20180401:
- The new library logfile.s7i has been added. It defines the interface
  logFile. A logFile works like a normal file unless the log file
  has the value STD_NULL. When a logFile has the value STD_NULL string
  expressions written to the logFile are not evaluated. This reduces
  the overhead, when logging is turned off.
- The bas7.sd7 (basic interpreter) example program has been improved.
  The logging is now done via the new logFile type. This improves the
  performance, when no logging is done. Several DATA statements in one
  line are processed correctly now. Support for IF GOSUB and DISPLAY
  statements and for the function COMMAND$ has been added.
- Tests of nested bigInteger for loops have been added to chkbig.sd7.
- A test with the assignment of a hash variable to itself have been
  added to chkhsh.sd7.
- Tests of the replace function have been added to chkstr.sd7.
- In striutl.c the functions conv_from_os_stri, cstri8_to_stri and
  cstri8_buf_to_stri have been improved. Now they call realloc()
  only, when the size has changed. This improves the performance of
  conv_from_os_stri by 32% (measured with gcc and valgrind, when
  reading a directory).
- In str_rtl.c the function strUtf8ToStri has been improved to call
  realloc() only, when the size has changed.
- In cmd_rtl.c the functions add_stri_to_array and
  complete_stri_array have been renamed to addStriToRtlArray and
  completeRtlStriArray respectively. The renamed functions have also
  been improved to work with a simpler parameter list. Together with
  the improvement of conv_from_os_stri this improves the performance
  of cmdLs by 14% (measured with gcc and valgrind, when reading a
  directory).
- In cmdlib.c the function cmd_ls has been rewritten to be based on
  cmdLs. The functions cmp_mem and read_dir have been removed.
- In cmdlib.c the main loop in the function toArrayType has been
  optimized for performance.
- In str_rtl.c the function add_stri_to_array has been renamed to
  addCopiedStriToRtlArray and the function completeRtlStriArray has
  been introduced. The code of addCopiedStriToRtlArray has also been
  improved to work with a simpler parameter list.
- In strlib.c the function add_stri_to_array has been renamed to
  addCopiedStriToArray and the functions freeStriArray and
  completeStriArray have been introduced. The code of
  addCopiedStriToArray has also been improved to work with a simpler
  parameter list.
- The compiler has been improved to optimize the action HSH_CONTAINS,
  when the hash table is constant and contains one element.
- In the compiler (in comp/const.s7i) the actions BLN_ORD, CHR_ICONV1,
  CHR_ORD and INT_ODD have been added to the list of special actions.
  The compiler implements functions, which just call one of the
  special actions as inline functions. This allows optimizations for
  the boolean and char random number generator.
- The compiler (s7c) has been improved (in comp/destr.s7i) to define
  interface destructors, which take all possible implementation
  types into account. Additionally a switch statement is used instead
  of an if-then-else chain. Double entries are also avoided now.
- The function strChRepl has been added to str_rtl.c.
- The compiler has been improved to use strChRepl instead of strRepl,
  to optimize split operations.
- Unnecessary function parameters have been removed in several
  include files of the compiler.
- In flt_rtl.c the function doubleToCharBuffer has been improved to
  determine the integer value of the exponent without calling
  strtol().
- The function freeRtlStriArray has been added to arr_rtl.c.
- Several #define flags in pol_sel.c have been improved.
- The macro CSTRI_LITERAL_TO_STRI has been defined in striutl.h and
  used in analyze.c, arr_rtl.c, cmd_rtl.c, cmd_unx.c, infile.c,
  pcs_unx.c and pcs_win.c.
- Calls of logError have been added to functions in cmd_rtl.c,
  con_inf.c, prclib.c, soc_rtl.c, tim_dos.c, tim_rtl.c, tim_unx.c and
  tim_win.c.
- Documentation comments have been added or improved in cmdlib.c,
  int_rtl.c and tim_rtl.c.
2018-06-04 13:41:59 +00:00
Mathieu Arnold
b5209e9d52 Update to v5.28.0-RC1-17-g94fc6237e5.
Sponsored by:	Absolight
2018-06-04 12:07:39 +00:00
Gleb Popov
4e3824f6cf lang/ghc: Turn off DTrace support as it breaks building with BOOT option when installed ghc also came from ports.
PR:		228727
Reported by:	raichoo <raichoo@googlemail.com>
Approved by:	tcberner (mentor)
2018-06-04 11:03:01 +00:00
Dmitry Marakasov
6a78faca37 - Switch to new test framework
Approved by:	portmgr blanket
2018-06-03 08:34:23 +00:00
Jose Alonso Cardenas Marquez
f84bd88e33 - Update to 2.080.0 2018-06-03 07:32:10 +00:00
Jose Alonso Cardenas Marquez
eac9c1f023 - Update to 1.9.0 (jit support was dropped with llvm < 5.0). It doesn't compile
with llvm 5.x on FreeBSD
2018-06-03 06:31:09 +00:00
Ashish SHUKLA
7ea9a578f7 - Update to 0.9.2
- Add dependency on OpenSSL
- Fix issues reported by portlint
2018-06-02 23:26:05 +00:00
Mark Linimon
9fa05cbab2 Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00
Gerald Pfeifer
9cefeccec0 Update to the 20180601 snapshot of GCC 8.1.1. 2018-06-02 14:09:14 +00:00