summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Update openjdk8 to latest version from the bsd-port hg tree. (u45-b13)tnn12-183/+70
No full changelog available but at least fixes the security issues noted in the April 2015 Critical Patch Update from Oracle.
2015-06-09Update to OpenJDK7, Update 80.tnn5-39/+15
This is a maintenance release that fixes ~100 bugs in the following subsystems: client-libs: 2d, java.awt, javax.swing core-libs: Support, java.lang, java.lang.class_loading, java.lang:reflect java.net, java.nio, java.nio.charsets, java.util.jar, java.util:i18n core-svc: javax.management deploy: deployment_toolkit, plugin, webstart globalization: locale-data, translation hotspot: compiler, gc, jvmti, runtime, svc security-libs: java.security, javax.crypto, javax.crypto:pkcs11, javax.net.ssl, org.ietf.jgss:krb5 tools: javac xml: jaxp
2015-06-07Update ruby-execjs to 2.5.2.taca3-8/+9
Changes are not available.
2015-06-07Note update of ruby-coffee-script package to 2.4.1.taca2-7/+7
* Update HOMEPAGE. Changes are not available.
2015-06-07HOMEPAGE is no logner available.taca1-2/+2
2015-06-07Update ruby-coffee-script-source to 1.9.1.1.taca2-6/+6
Changes are not available.
2015-06-05Add support for Bitrigsevan2-1/+9
2015-06-05Now that we're down to one vala version again, install the unversionedwiz4-18/+17
files again. Requested with patch by Kamil Rytarowski in PR 49946.
2015-06-04Fix 32-bit SunOS build, and fix variable expansion in patch-bd.jperkin4-18/+9
2015-06-03Update nodejs to 0.12.4.fhajny5-37/+47
Fix joerg's patch to actually do the right thing on NetBSD 6. Add option to build with Intl support using textproc/icu. Cleanup. 2015.05.22, Version 0.12.4 (Stable) * npm: upgrade to 2.10.1 * V8: revert v8 Array.prototype.values() removal (cjihrig) * win: bring back xp/2k3 support (Bert Belder)
2015-06-03Fix build on Linux by removing erroneous patching.dsainty2-21/+4
The removed hunk is definitely wrong, but I can't figure out what it was trying to do. I think the patch hunk was accidentally reintroduced in r1.4 after being correctly removed in r1.3. The reason it is wrong is because it breaks later tests by introducing code into confdefs.h. The following tests always break, because they have duplicate main() definitions. Build test on NetBSD works because the java support isn't in the suggested options anyway.
2015-05-31Update included Archive_Tar to 1.3.16.taca2-7/+7
* Fix Bug #20514: invalid package.xml; not installable with pyrus [mrook] Bump PKGREVISION.
2015-05-30Add oracle-jdk8ryoon1-1/+2
2015-05-30Import oracle-jdk8-8.0.45 as lang/oracle-jdk8.ryoon9-0/+3678
This is the official port of the Oracle Java(tm) Development Kit (Java SE 8).
2015-05-30Add oracle-jre8ryoon1-1/+2
2015-05-30Import oracle-jre8-8.0.45 as lang/oracle-jre8.ryoon15-0/+1313
This is the official port of the Oracle Java(tm) Runtime Environment (Java SE 8).
2015-05-28Changes 3.6.1:adam5-23/+20
* Support for AuroraUX has been removed. * Added support for a native object file-based bitcode wrapper format. * Added support for MSVC’s __vectorcall calling convention as x86_vectorcallcc. * Prefix data rework * Metadata is not a Value * Alias syntax change * The old JIT has been removed * object::Binary doesn’t own the file buffer * IR in object files is now supported * The gold plugin has been rewritten
2015-05-28Add back static libmono-2.0 entries, the .la is a symlink to libmonoboehmjperkin1-1/+5
and cannot be handled by mk/plist/libtool-expand. Seen on both NetBSD and SmartOS.
2015-05-28Update to 4.1.3:wiz3-13/+13
Changes from 4.1.2 to 4.1.3 --------------------------- 1. Regexp parsing with extra brackets should now be working again. There are several new tests to keep this stuff on track. 2. Updated to latest config.guess and config.sub. 3. A (small) number of bugs have been fixed. See the ChangeLog.
2015-05-27Restore PLIST.nis/PLIST.no-nis support, lost at some point during updates.dholland2-4/+6
From Kamil Rytarowski in PR 49915.
2015-05-26Put back SunOS support, and update for 4.0. Build now completes butjperkin4-31/+36
install fails due to PLIST errors with the new libmono-2.0 handling. Need to verify this on other platforms before fixing.
2015-05-26Put back PLIST.monodoc handling.jperkin1-25/+25
2015-05-26MAKE_JOBS_SAFE=yes is a nop, only =no makes sense, remove it.jperkin1-2/+1
2015-05-26Add missing Compat.browser PLIST entries.jperkin1-1/+3
2015-05-24Changes 2.7.10:adam14-280/+35
This is a bug-fix release.
2015-05-23Update to mono-basic 4.0.1, part of mono 4 suitekefren4-42/+22
Changelog http://www.mono-project.com/docs/about-mono/releases/
2015-05-23fix nunit path in pkg-config filekefren3-2/+16
2015-05-22Fix Linux PLIST issue.ryoon1-2/+3
Tested under Debian GNU/Linux 8.
2015-05-22Require -march=i586 on i386 for gcc atomic builtins. Fixes build on i386kefren1-1/+7
2015-05-22Include vmeter.h for struct vmtotalkefren2-7/+17
2015-05-21sync requirements and comment with realitykefren2-5/+5
2015-05-21Update to mono 4.0.1kefren22-444/+352
Changelist from the previous 3.10 may be found at: http://www.mono-project.com/docs/about-mono/releases/ Tested on NetBSD/amd64 6.1_STABLE There are still some hacks in patches that I'm not very happy about
2015-05-21Changes 8.6.4:adam12-185/+185
Bug fixes and improvements.
2015-05-20Update to 3.00wen5-65/+226
Upstream changes: CHANGES FROM 2.61 to 3.00 * Code redesign from Howard Wulf, AF5NE CHANGES FROM 2.60 to 2.61 * Bug fix from Matthias Rustler CHANGES FROM 2.50 to 2.60 * New maths functions and append mode support from Edmond Orignac * Bug fixes
2015-05-19Update nodejs to 0.12.3.fhajny3-46/+242
2015.05.13, Version 0.12.3 (Stable) * V8: update to 3.28.71.19 * uv: upgrade to 1.5.0 * npm: upgrade to 2.9.1 * V8: don't busy loop in v8 cpu profiler thread (Mike Tunnicliffe) * V8: fix issue with let bindings in for loops (adamk) * debugger: don't spawn child process in remote mode (Jackson Tian) * net: do not set V4MAPPED on FreeBSD (Julien Gilli) * repl: make 'Unexpected token' errors recoverable (Julien Gilli) * src: backport ignore ENOTCONN on shutdown race (Ben Noordhuis) * src: fix backport of SIGINT crash fix on FreeBSD (Julien Gilli)
2015-05-17Remove powerpc compiler workaround that was put in place 11 years ago.bsiegert1-11/+1
According to John D. Baker in PR pkg/49598, this helps compiling perl on his PowerPC system.
2015-05-16Enable Ruby 2.2ryoon1-2/+2
O.K. by taca@ on tech-pkg@.
2015-05-16Update php56 to 5.6.9.taca2-6/+6
14 May 2015, PHP 5.6.9 - Core: . Fixed bug #69467 (Wrong checked for the interface by using Trait). (Laruence) . Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence) . Fixed bug #60022 ("use statement [...] has no effect" depends on leading backslash). (Nikita) . Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer). (Dmitry) . Fixed bug #68652 (segmentation fault in destructor). (Dmitry) . Fixed bug #69419 (Returning compatible sub generator produces a warning). (Nikita) . Fixed bug #69472 (php_sys_readlink ignores misc errors from GetFinalPathNameByHandleA). (Jan Starke) . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas) . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption). (Stas) . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas) . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas) - FTP: . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap overflow). (Stas) - ODBC: . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0). (Anatol) . Fixed bug #69474 (ODBC: Query with same field name from two tables returns incorrect result). (Anatol) . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall, Anatol Belski) - OpenSSL: . Fixed bug #69402 (Reading empty SSL stream hangs until timeout). (Daniel Lowrey) - PCNTL: . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas) - PCRE . Upgraded pcrelib to 8.37. - Phar: . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename starts with null). (Stas)
2015-05-16Update php55 to 5.5.25.taca2-6/+6
14 May 2015, PHP 5.5.25 - Core: . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas) . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption). (Stas) . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas) . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas) . Fixed bug #69467 (Wrong checked for the interface by using Trait). (Laruence) . Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence) . Fixed bug #60022 ("use statement [...] has no effect" depends on leading backslash). (Nikita) . Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer). (Dmitry) . Fixed bug #68652 (segmentation fault in destructor). (Dmitry) . Fixed bug #69419 (Returning compatible sub generator produces a warning). (Nikita) . Fixed bug #69472 (php_sys_readlink ignores misc errors from GetFinalPathNameByHandleA). (Jan Starke) - FTP: . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap overflow). (Stas) - ODBC: . Fixed bug #69474 (ODBC: Query with same field name from two tables returns incorrect result). (Anatol) . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall, Anatol Belski) - OpenSSL: . Fixed bug #69402 (Reading empty SSL stream hangs until timeout). (Daniel Lowrey) - PCNTL: . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas) - Phar: . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename starts with null). (Stas)
2015-05-16Update php54 to 5.4.41.taca2-6/+6
14 May 2015 PHP 5.4.41 - Core: . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas) . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption). (Stas) . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas) . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas) - FTP: . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap overflow). (Stas) - PCNTL: . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas) - PCRE . Upgraded pcrelib to 8.37. - Phar: . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename starts with null). (Stas)
2015-05-15Fix build under Solaris 10 x86_64.ryoon3-2/+27
Redo PR pkg/44999 and fix linkage.
2015-05-14Update lang/LuaJIT2 to 2.0.4.alnsn2-7/+6
* Fix stack check in narrowing optimization. * Fix Lua/C API typecheck error for special indexes. * Fix string to number conversion. * Fix lexer error for chunks without tokens. * Don't compile IR_RETF after CALLT to ff with-side effects. * Fix BC_UCLO/BC_JMP join optimization in Lua parser. * Fix corner case in string to number conversion. * Gracefully handle lua_error() for a suspended coroutine. * Avoid error messages when building with Clang. * Fix snapshot #0 handling for traces with a stack check on entry. * Fix fused constant loads under high register pressure. * Invalidate backpropagation cache after DCE. * Fix ABC elimination. * Fix debug info for main chunk of stripped bytecode. * Fix FOLD rule for string.sub(s, ...) == k. * Fix FOLD rule for STRREF of SNEW. * Fix frame traversal while searching for error function. * Prevent GC estimate miscalculation due to buffer growth. * Prevent adding side traces for stack checks. * Fix top slot calculation for snapshots with continuations. * Fix check for reuse of SCEV results in FORL. * Add PS Vita port. * Fix compatibility issues with Illumos. * Fix DragonFly build (unsupported). * OpenBSD/x86: Better executable memory allocation for W^X mode. * x86: Fix argument checks for ipairs() iterator. * x86: lj_math_random_step() clobbers XMM regs on OSX Clang. * x86: Fix code generation for unused result of math.random(). * x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. * x86/x64: Fix argument check for bit shifts. * x86/x64: Fix code generation for fused test/arith ops. * ARM: Fix write barrier check in BC_USETS. * PPC: Fix red zone overflow in machine code generation. * PPC: Don't use mcrxr on PPE. * Various archs: Fix excess stack growth in interpreter. * FFI: Fix FOLD rule for TOBIT + CONV num.u32. * FFI: Prevent DSE across ffi.string(). * FFI: No meta fallback when indexing pointer to incomplete struct. * FFI: Fix initialization of unions of subtypes. * FFI: Fix cdata vs. non-cdata arithmetic and comparisons. * FFI: Fix __index/__newindex metamethod resolution for ctypes. * FFI: Fix compilation of reference field access. * FFI: Fix frame traversal for backtraces with FFI callbacks. * FFI: Fix recording of indexing a struct pointer ctype object itself. * FFI: Allow non-scalar cdata to be compared for equality by address. * FFI: Fix pseudo type conversions for type punning.
2015-05-14Fix build on !NetBSD.joerg2-4/+4
2015-05-14Work around missing sem_timedwait(3) in NetBSD < 6.99.4 by reusing the patchbad3-2/+51
for NaCL from Chromium V8 change d4f11c0cf476dd854eaebec1cbacb1afc7bea18e. PKGREVISION++
2015-05-12Update to 1.3.4.150503wen2-6/+6
Upstream changes: 20150503 + add --with-man2html configure option + improve description of -W options and how they can be combined into a comma-separated list (adapted from Leif LeBaron). + modify parsing for -Wexec to permit its value to be separated by '=' in addition to a space, for consistency with the other -W options. + cosmetic changes to configure script macros, from work on xterm. + update config.guess and config.sub 20141206 + Mawk behaves incorrectly when using the nextfile statement. It marks the file as dead, but does not check such state and thus ends reading from a closed fd (patch by Ismael Luceno). 20141027 + remove a special check for anchored regular expressions in gsub3 which did not handle expressions with "|" alternation (report by "Ypnose"). 20140914 + rename vs6.mak / vs6.h to vs2008 for Visual Studio 2008 compiles. + remove MS-DOS support. + add a check in split for empty regex, treating that the same as an empty string (Original-Mawk #9). + correct inconsistently-ifdef'd reset of errno in check_strnum() function, which caused some values to be internally classified as strings rather than strnums (Original-Mawk #26). + add parameter to REmatch to control use of REG_NOTBOL and its equivalent in mawk (prompted by discussion with Mike Brennan, Original-Mawk #24). + settle on "gsub3" implementation (suggested by Mike Brennan, Original-Mawk #11). + change default for configure option --enable-init-srand to enable this (discussion with Mike Brennan). + add -W random option to set initial srand() seed. + add TraceVA, use to provide debug-traces for errmsg(). + add note in manpage about "nextfile", see for example: http://www.opengroup.org/austin/docs/austin_578.txt http://austingroupbugs.net/view.php?id=607 + make it possible to build with "bsd" library ported to Linux by setting LIBS=-lbsd before running configure script. + show random-function names in version message, as well as maximum integer-value. + modify initialization of srand default seed from time of day to use gettimeofday, etc., so that successive runs of mawk are less likely to use the same seed value (suggested by Mike Brennan). + make a further refinement, "gsub3" which uses a single pass. + change SType and SLen types to improve performance as well as handling larger regular expressions (suggested by Mike Brennan). + fix some minor issues reported by Coverity. + regenerate parse.c using byacc 20140422 + modify makefile-rule for generating parse.c to keep the "#line" preprocessor lines consistent with the actual filename. This is needed by lcov. + add test/reg7.awk to help with recent testing. + discard intermediate new_gsub used for regression-testing, will do further improvements based on "gsub2". + fix a comparison in rexp3.c to work with embedded nulls (patch by Mike Brennan). + in-progress changes to implement "gsub2", which will reduce copying. + discard intermediate old_gsub used for regression-testing, using original gsub function renamed to "gsub0" for that purpose. + remove old compiler information from version message. + remove NF value from version message. + patches by Mike Brennan: + changed the intermediate storage of STRINGS used by split. + cleaned up the xxx_split() functions. a) removed hand loop unrolling. What was an optimization for intel 8086/88 is silly today. b) consequence of a) some macros went away so the code is easier to read/understand. c) handles null in input string Note: re_split() does \x00 null correctly, but it calls REmatch() which does not. I have examples where REmatch works with nulls and examples of not working. That needs to be fixed. + changed field allocation to support no upper limit. + when comparing two strings, allow for embedded nulls. + add checks in rexp3.c for infinite loop for testcase noloop.awk (report by Tibor Palinkas). + improve test-package for debian by adding postrm script to restore "mawk-base" to its unalternatized configuration, as well as adding messages to the other pre/post scripts. + patches by Mike Brennan: + increase some limits: NF is now 1048575, sprintf limit is 8192. + updated array.w; mostly documentation improvements + add array.pdf generated from array.w + add -Wu / -Wusage / -Wh / -Whelp to show usage message, like gawk. If long options are enabled, honor --help and --usage as well. + if no command-line parameters are given, show usage message like gawk and BWK (report by Michael Sanders). + improve configure macros CF_ADD_CFLAGS, CF_ADD_LIBS, CF_XOPEN_SOURCE, e.g., for Minix3.2 port. + restore in-progress change to gsub; resolved problem handling its internal use of vectors for second parameter when "&" marker is used. + improve configure check for Intel compiler warnings; trim unwanted -no-gcc option. + for Solaris suppress the followup check for defining _XOPEN_SOURCE + update config.guess and config.sub
2015-05-11Actually define the GO_PLATFORM var before using it. Fixes PLIST generationbsiegert1-2/+3
for Go packages.
2015-05-05Add FOO-jps to PLIST, missed in last commitabs10-10/+20
2015-05-05Add jps to the list of wrapped java binaries. Bump PKGREVISIONabs4-11/+12
2015-05-03Add a versioned dependency for py-dialog, suggested by wiz@ ages ago.bsiegert1-1/+2
2015-05-03go-package.mk: add an awk fragment for print-PLIST to replace GO_PLATFORM.bsiegert1-1/+5
After a similar patch by hiramatsu@ for ocaml.mk.