Commit graph

14871 commits

Author SHA1 Message Date
Thomas Zander
a390665259 Update to upstream version 4.11.0
Extensive changelog on http://code.call-cc.org/releases/4.11.0/NEWS-4.11.0
including security fixes for Specialisation rules for string-{ref,set!}, bit-set?
and move-memory no longer use unchecked C functions which could
result in undefined behaviour, including buffer overruns.

While on it: Pet portlint

PR:		209810
Submitted by:	vmagerya@gmail.com (maintainer)
Reported by:	philneaton95@gmail.com
MFH:		2016Q2
2016-06-04 18:44:32 +00:00
Gerald Pfeifer
9daae2f54b Update to the 20160601 snapshot of GCC 4.9.4. 2016-06-04 08:30:30 +00:00
Andreas Tobler
0cd5e1e3d0 Skip armv6hf support and move it into armv6. 2016-06-03 21:31:04 +00:00
Andreas Tobler
56a0ff3abb Fix portlint complaints.... 2016-06-03 21:29:40 +00:00
Andreas Tobler
fdbf4ee15e Skip armv6hf support and move it into armv6.
Discussed with: gerald@
2016-06-03 21:24:41 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Koop Mast
448fbc3a91 Update beignet to 1.1.2.
1. Add Broxton support.
2. Add llvm3.7 support.
3. Fix event bugs.
4. Fix the annoying "Failed to release userptr..." error message.
5. Fix printf bugs.

Changelog: https://01.org/beignet/downloads/beignet-1.1.2-2016-04-19
2016-06-02 18:17:00 +00:00
Pietro Cerutti
e9cbe032ab lang/tcl87: pet portlint, remove trailing spaces from pkg-plist 2016-06-01 16:39:49 +00:00
Pietro Cerutti
34a215f0c3 lang/tcl87: add port
This is the development (trunk) version of Tcl, currently tagged 8.7.a0.  I
plan to integrate this into the USES=tcl framework once 8.7.0 is released.

Use at your at your own risk.
2016-06-01 16:36:20 +00:00
Pietro Cerutti
649d5fceac lang/seed7: update to 05_20160531
Changes:
- Documentation comments have been added or improved in many files.
- The compiler (s7c) has been improved to start C compiler and linker
  direct and not via a shell (except when the compiler must be started
  with a script).
- The program chkccomp.c has been improved to use consecutive numbers
  for test program files.
- The program chkccomp.c has been improved to show the progress of the
  tests done.
- The experimental function startProcess, with files to redirect, has
  been added to process.s7i.
- The functions childStdIn, childStdOut and childStdErr have been
  added to process.s7i.
- The function shellParameters has been added to shell.s7i.
- The function noEmptyStrings has been added to seed7_05.s7i.
- A conv operator to convert an interface object to a specific
  implementation type has been added to seed7_05.s7i.
- The compiler (s7c) has been improved to support the new conv
  operator defined in seed7_05.s7i.
- In cc_conf.s7i the configuration values CC_OPT_DEBUG_INFO,
  CC_FLAGS, LINKER_FLAGS, SYSTEM_LIBS, SYSTEM_CONSOLE_LIBS,
  SYSTEM_DRAW_LIBS and SYSTEM_DB_LIBS have been changed to be arrays
  of strings instead of strings.
- In cc_conf.s7i the configuration values CALL_C_COMPILER_FROM_SHELL,
  CC_ERROR_FILDES, REDIRECT_FILDES_1, REDIRECT_FILDES_2 and
  NULL_DEVICE have been added.
- In cc_conf.s7i the configuration value REDIRECT_C_ERRORS has been
  removed.
- Interpreter and compiler have been improved to support the actions
  PCS_CHILD_STDERR, PCS_CHILD_STDIN, PCS_CHILD_STDOUT, FIL_PIPE and
  FIL_OPEN_NULL_DEVICE.
- The function analyzeProg in analyze.c has been improved to have less
  usages of the global variable prog.
- The functions in chkccomp.c have been changed to static functions.
- The program chkccomp.c has been improved to define
  POPEN_SUPPORTS_CLOEXEC_MODE, FOPEN_SUPPORTS_CLOEXEC_MODE,
  HAS_FCNTL_SETFD_CLOEXEC and HAS_PIPE2.
- The function filPipe has been added to fil_unx.c and fil_win.c.
- In fil_rtl.c the functions filOpen and filPopen have been improved
  to open files with the CLOEXEC flag, when possible.
- The function filOpenNullDevice has been added to fil_rtl.c.
- The functions init_findid, init_entity and init_sysvar have been
  changed to use a progType parameter.
- The functions pcsStart in pcs_unx.c and pcs_win.c have been improved
  to have parameters for stdin, stdout and stderr.
- The functions pcsChildStdErr, pcsChildStdIn and pcsChildStdOut have
  been added to pcs_rtl.c.
. The functions pcs_childStdErr, pcs_childStdIn and pcs_childStdOut
  have been added to pcslib.c.
- In src/read_me.txt descriptions of SEARCH_PATH_DELIMITER.
2016-06-01 13:55:55 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Rene Ladan
4136263df7 Remove expired port:
2016-06-01 lang/ruby20: Upstream support ended
2016-06-01 09:34:09 +00:00
Thomas Zander
35862d3bc3 Update to upstream release 1.9.0 2016-05-31 21:23:59 +00:00
Gerald Pfeifer
a39d7e2544 Update to the 20160529 development snapshot of GCC 7. 2016-05-30 10:11:22 +00:00
Mathieu Arnold
069416d2c7 Update to v5.25.1-91-gfbe0543.
Changes:	https://github.com/Perl/perl5/compare/v5.25.1-46-g5f602b3...v5.25.1-91-gfbe0543
Sponsored by:	Absolight
2016-05-30 10:02:32 +00:00
Gerald Pfeifer
07d30f486e Update to the 20160524 snapshot of GCC 5.3.1. 2016-05-29 22:46:50 +00:00
Gerald Pfeifer
719b3b7109 Update to the 20160526 snapshot of GCC 6. 2016-05-28 14:39:21 +00:00
Jason Unovitch
5b0295ab0c lang/php55: update 5.5.35 -> 5.5.36 [1] plus minor fixups
- Fix MAILHEAD patch to match the new version of the patch. The distinfo
  currently matches the php-5.5.x-mail-header.patch.old patch. [2]
- Fix regression from r415818's conversion to @sample by installing
  the default php-fpm.conf under ${LOCALBASE}/etc and not ${LOCALBASE}

PR:		209779 [1]
PR:		208073 [2]
Reported by:	Fabiano Sidler <fabianosidler@swissonline.ch> [1]
Submitted by:	Paulo Henrique <paulo.oliveira@protonmail.ch> [2]
Approved by:	ports-secteam (with hat)
Security:	CVE-2013-7456
Security:	CVE-2016-4343
Security:	CVE-2016-5093
Security:	CVE-2016-5094
Security:	CVE-2016-5096
Security:	https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html
MFH:		2016Q2
2016-05-28 01:42:04 +00:00
Jason Unovitch
6c13822a01 lang/php56: update 5.6.21 -> 5.6.22 [1] plus minor fixup
- Fix MAILHEAD patch to match the new version of the patch. The distinfo
  currently matches the php-5.5.x-mail-header.patch.old patch. [2]

PR:		209779 [1]
PR:		208072 [2]
Reported by:	Fabiano Sidler <fabianosidler@swissonline.ch> [1]
Reported by:	Vladislav V. Prodan <admin@support.od.ua> [2]
Approved by:	ports-secteam (with hat)
Security:	CVE-2013-7456
Security:	CVE-2016-5093
Security:	CVE-2016-5094
Security:	CVE-2016-5096
Security:	https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html
MFH:		2016Q2
2016-05-28 01:41:36 +00:00
Jason Unovitch
9cc93e792e lang/php70: update 7.0.6 -> 7.0.7
Approved by:	ports-secteam (with hat)
Security:	CVE-2013-7456
Security:	CVE-2016-5093
Security:	https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html
MFH:		2016Q2
2016-05-28 01:41:13 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Baptiste Daroussin
cd130b1749 Simplify plist by using @sample 2016-05-24 23:02:05 +00:00
Baptiste Daroussin
2f0b2f9389 Ensure makewhatis is run in post install script phase
hile here make sure to remove the whatis db on head
2016-05-24 23:01:14 +00:00
Gerald Pfeifer
ddf8b3e6be Update to the 20160522 development snapshot of GCC 7. 2016-05-24 22:03:13 +00:00
Gerald Pfeifer
de54a5a2fb Update to the 20160517 snapshot of GCC 5.3.1. 2016-05-24 20:27:42 +00:00
Rene Ladan
f7458b5ba6 lang/nbc: fix a typo in pkg-descr 2016-05-24 18:02:00 +00:00
Mathieu Arnold
174c71ff31 Ah, the Perl to github exporter is working again, so, let's use the
distfile github generates.

Sponsored by:	Absolight
2016-05-23 21:56:38 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Mathieu Arnold
defcbd581b Update to v5.25.1-46-g5f602b3.
Changes:	https://github.com/Perl/perl5/compare/v5.25.0-121-g38c8d7b...v5.25.1-46-g5f602b3
Sponsored by:	Absolight
2016-05-23 12:49:43 +00:00
Pietro Cerutti
32ca74e267 lang/seed7: update to 05_20160430
Changes:
- The makefile mk_clangw.mak has been improved, such that compilation
  with newer versions of clang under windows works better.
- Tests for integer parse have been added to chkexc.sd7.
- The function doRemove in chkccomp.c has been improved to write
  nothing to the console.
- The function showErrors has been added to chkccomp.c.
- In actutl.c the functions searchAction and findAction have been
  improved to use fewer parameters and the function getActIllegal
  has been added.
- In chkccomp.c the function writeReadBufferEmptyMacro has been
  improved to optionally use _get_stream_buffer_pointers() to define
  the macro read_buffer_empty.
- The operator 'char conv' has been improved to check if the integer
  fits in a character.
- Documentation comments have been improved in float.s7i, poll.s7i,
  actlib.c actutl.c, big_gmp.c, big_rtl.c, bln_rtl.c, bst_rtl.c,
  chr_rtl.c, cmd_rtl.c, dir_dos.c, dir_win.c, drw_rtl.c, fltlib.c,
  flt_rtl.c, int_rtl.c, pcs_rtl.c, pollib.c, pol_sel.c, pol_unx.c,
  prg_comp.c, rfl_data.c, setlib.c, set_rtl.c and str_rtl.c.
- Calls of logFunction have been added to functions in cmdlib.c and
  flt_rtl.c,.
- Calls of logError have been added to functions in actlib.c,
  biglib.c, bstlib.c, chrlib.c, cmdlib.c, drwlib.c, fillib.c,
  fltlib.c, hshlib.c, intlib.c, pcslib.c, pollib.c, prglib.c,
  rfl_data.c, rfllib.c, sctlib.c, setlib.c, strlib.c and typlib.c.
2016-05-20 15:38:52 +00:00
Kurt Jaeger
30b03e481a ang/cython: 0.23.5 -> 0.24
Changes: 8b592122f2/CHANGES.rst

PR:		209655
Submitted by:	Phil Eaton <philneaton95@gmail.com>
Approved by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
2016-05-20 11:09:08 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
652069fa2d - Fix trailing whitespace in Makefiles
Approved by:	portmgr blanket
2016-05-19 10:57:35 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Olivier Duchateau
f6b430e4fb Update to 1.5.0
Changes: http://duktape.org/download.html#id33
2016-05-18 20:16:51 +00:00
Johan van Selst
0dc9427deb Remove deprecated reference to malloc.h
Reported by:	Nikolaj Thygesen
2016-05-18 12:48:55 +00:00
Johan van Selst
0a10f65db4 Cleaner patch to honour $CC (no functional change)
Reported by:	bapt
2016-05-18 12:43:12 +00:00
Steve Wills
6cc0b81a8b lang/swift: update to 2.2.1 2016-05-18 02:28:20 +00:00
Gerald Pfeifer
98721f30cf Update to the 20160515 development snapshot of GCC 7. 2016-05-17 15:26:29 +00:00
Mathieu Arnold
fd606e30ba Update to v5.25.0-121-g38c8d7b.
Changes:	https://github.com/Perl/perl5/compare/v5.25.0-8-g51f69a2...v5.25.0-121-g38c8d7b
Sponsored by:	Absolight
2016-05-17 12:34:22 +00:00
Johan van Selst
8815a0e633 Honour $CC 2016-05-16 19:04:38 +00:00
Johan van Selst
a7607269b9 Restore the original header that unintentionally got lost when moving the port 2016-05-16 15:38:33 +00:00
Dmitry Marakasov
a139563b74 - Mark BROKEN: does not build
===>  Building for mosml-2.10.1
gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src'
cd config; gmake all
gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src/config'
sh autoconf gcc
Checking the sizes of integers and pointers...
This architecture seems to be neither 32 bits nor 64 bits.
Caml Light won't run on this architecture.
Makefile:13: recipe for target 'runtime' failed
gmake[2]: *** [runtime] Error 2
gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src/config'
Makefile:26: recipe for target 'world' failed
gmake[1]: *** [world] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src'
*** Error code 1

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-05-16 13:45:21 +00:00
Steve Wills
71f74cfd58 lang/swift: create port
The Swift Programming Language

WWW: https://swift.org/
2016-05-16 11:52:36 +00:00
Rene Ladan
b471360761 Remove expired ports:
2016-05-15 lang/gcc-aux: Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead
2016-05-16 audio/deadbeef-mpris-plugin: Abandonware; use `audio/deadbeef-mpris2-plugin' instead
2016-05-16 10:26:03 +00:00
Dima Panov
6a06602b4b - Really fix ZTS build with pthreads, required by threaded apache24
- Bump PORTREVISION due to dependency on thread library

Approved by:	miwi (mentor)
2016-05-16 04:02:23 +00:00
Matthew Seaman
8a128b67ed Add support for compiling in a no-SSLv3 environment.
PR:		207437
Submitted by:	matthew
Approved by:	maintainer-timeout (kuriyama, >90days)
2016-05-15 10:04:11 +00:00
Gerald Pfeifer
2903a147b1 Update to the 20160512 snapshot of GCC 6. 2016-05-14 13:50:34 +00:00