summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2014-04-22Add gcc48-*ryoon1-1/+4
2014-04-22Split gcc48 to libraries and langusages packagesryoon25-179/+1545
* All gcc48-* depend on gcc48-libs * Add gcc48-cc++, gcc48-fortran, and gcc48-objc * gcc48 is meta package now
2014-04-21Fix build against readline 6.3.joerg2-1/+14
2014-04-21recursive bump for boehm-gc API bumpwiz8-14/+16
2014-04-20Recursive revbump from json-c 0.12 updateryoon1-2/+2
2014-04-19Fix freetype use.joerg2-1/+18
2014-04-19Share patches with lang/classpath-gui. Fix freetype use.joerg4-2/+42
2014-04-17FreeBSD 10 support.asau2-8/+18
2014-04-16Fix build with readline 6.3. Correct toupper() while here.joerg3-1/+28
2014-04-16Bump PKGREVISION for libatomic_ops PKGNAME change.wiz1-2/+2
2014-04-14Don't define _XOPEN_SOURCE on SunOS, it conflicts with the environmentjperkin2-1/+17
from the PHP build.
2014-04-13Reapply reverted commit from obache@. Original description:bsiegert3-10/+40
Prevent to detect unwanted builtin openssl. After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c, buitin openssl is not acceptable for various platforms.
2014-04-13Redo reverted commit from obache@. Original description:bsiegert3-15/+45
Prevent to detect unwanted builtin openssl. After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c, buitin openssl is not acceptable for various platforms.
2014-04-12Changes 1.6.1:adam2-7/+6
- Raise an AttributeError for six.moves.X when X is a module not available in the current interpreter. Changes 1.6.0: - Raise an AttributeError for every attribute of unimportable modules. - Issue 56: Make the fake modules six.moves puts into sys.modules appear not to have a __path__ unless they are loaded. - Pull request 28: Add support for SplitResult. - Issue 55: Add move mapping for xmlrpc.server. - Pull request 29: Add move for urllib.parse.splitquery.
2014-04-11Update to SBCL 1.1.17asau2-6/+6
changes in sbcl-1.1.17 relative to sbcl-1.1.16: * enhancement: printing backtraces respects SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST* when printing call arguments (lp#1261646) * optimization: defstruct out-of-line accessor are now as fast as inlined. (lp#1264924) * bug fix: INVOKE-RESTART-INTERACTIVELY no longer refuses to invoke RESTART instances with a test-function (reported by Vivitron in #sbcl) * bug fix: STREAM-ERROR-POSITION-INFO fails in fewer situations (lp#1264902) * bug fix: Change COND error message (lp#1254511) * bug fix: LOAD is no longer confused when called on a directory. (lp#1077996) * bug fix: MAKE-CONDITION reports names of missing condition classes properly (lp#1199223) * bug fix: restore building with clang. (lp#1293643) * bug fix: restore building on SPARC (broken since 1.1.15). * bug fix: improved FreeBSD support. * bug fix: PPC floating point conversion corrupted stack. changes in sbcl-1.1.16 relative to sbcl-1.1.15: * minor incompatible change: improve read/print consistency for pathnames on Win32, by using the circumflex character #\^ as the escape character. (lp#673625) * enhancement: SB-EXT:DEFINE-LOAD-TIME-GLOBAL. (lp#1253688) * enhancement: Loading fasls with symbols from an undefined package includes the name of the symbol in the error message. * bug fix: problems when redefining classes and doing TYPEP on classes concurrently. (lp#1272742) * bug fixes to the x86-64 XCHG instruction: ** it was misencoded when used with RAX, R8-R15 registers. (reported by Eric Marsden) ** it was misencoded when used to exchange EAX with itself. ** the disassembler wrongly printed XCHG RAX, R8 and the corresponding 32- and 16-bit variations as NOP. * bug fix: the disassembler outputs source annotations in the right place and no longer randomly drops some of them. (lp#1249205) * bug fix: fix commutative-arg-swap from introducing undumpable structures into code, prevent code with errors from being compiled. (lp#1276282) * bug fix: pathnames with :back in their directory component are succeffully resolved. * bug fix: the deterministic profiler now uses ENCAPSULATE functionality to wrap functions around. (lp#309086) changes in sbcl-1.1.15 relative to sbcl-1.1.14: * new feature: the iterative spilling/coloring register allocator developed by Alexandra Barchunova during Google Summer of Code 2013 is now merged in. By default, it only activates for functions that optimize with (speed 3) and (> speed compilation-speed), but setting sb-regalloc:*register-allocation-method* to :iterative forces its execution. The previous behaviour can be obtained by instead setting that variable to :greedy. Thanks again to Google for their support, and, more crucially, to Alexandra Barchunova for her hard work. * optimization: make-array with known element-type and unknown dimensions is much faster. * optimization: make-array with unknown element-type is faster as well. (lp#1004501) * enhancement: sb-ext:save-lisp-and-die on Windows now accepts :application-type argument, which can be :console or :gui. :gui allows having GUI applications without an automatically appearing console window. * enhancement: reduced conservativism on GENCGC platforms: conservative roots must be valid-looking tagged pointers or point within a code object, not merely point to within the allocated part of a page, in order to pin a page. * enhancement: support for "Mac Roman" external format. * enhancement: encapsulation of named generic functions now happens without altering the identity of the function bound to the name. * bug fix: Windows applications without the console window no longer misbehave. (patch by Wilfredo Velazquez, lp#1256034). * bug fix: modular arithmetic optimizations do not stumble on dead branches with bad constants. (reported by Douglas Katzman) * bug fix: CLISP can be used again as a cross-compilation host. (Thanks to Vasily Postnicov, lp#1261451) * bug fix: run-program crashed with :directory nil. (lp#1265077)
2014-04-11Update to 2.767wen3-38/+7
Remove the patch which included in upstream source Upstream changes: 2.767 (March 15, 2014) Fixed a bug which caused yabasic under Windows to freeze on syntax errors 2.766 (March 15, 2014) Fixed some bugs related with ncurses under linux 2.765 (January 30, 2014) Added support for later versions of ncurses and 64 bit Systems Avoided forks for inkey$ under Unix Fixed a bug related with break and continue 2.764 (January 22, 2014) - Added support for later versions of ncurses and 64 bit Systems - Avoided forks for inkey$
2014-04-09Don't enable "dtrace" support by default under Solaris 10. It doesn'ttron1-2/+2
build for me on an UltraSPARC system.
2014-04-09recursive bump from icu shlib major bump.obache15-30/+30
2014-04-08Fix syntax errror. This fixes the build on FreeBSD.asau2-4/+4
2014-04-07Update to latest release, 1.2.2. From release notes:rodent2-6/+6
Added support for CPython 3.4.0
2014-04-05Add gfortranryoon1-1/+2
2014-04-05Import gfortran-4.8.2 as lang/gfortran.ryoon5-0/+248
gFortran compiler from the GNU Compiler Collection (GCC) 4.8 branch. gFrotran supports Fortran 95/2003/2008 standards.
2014-04-05Update php54 to 5.4.27. CVE-2013-7345 is already fixed in 5.4.26nb2.taca7-32752/+23
03 Apr 2014, PHP 5.4.27 - Core: . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) - Fileinfo: . Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular expression). (CVE-2013-7345) (Remi) - FPM: . Added clear_env configuration directive to disable clearenv() call. (Github PR# 598, Paul Annesley) - GMP . fixed bug#66872 (invalid argument crashes gmp_testbit) (Pierre) - Mail: . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk) - MySQLi: . Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed) (Remi) - Openssl: . Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1). (Remi)
2014-04-04Update php55 to 5.5.11.taca6-32750/+19
CVE-2013-7345 is already fixed in 5.5.10nb2. 03 Apr 2014, PHP 5.5.11 - Core: . Allow zero length comparison in substr_compare() (Tjerk) . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) - SPL: . Added feature #65545 (SplFileObject::fread()) (Tjerk) - cURL: . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour) (Tjerk) . Fix compilation on libcurl versions between 7.10.5 and 7.12.2, inclusive. (Adam) - FPM: . Added clear_env configuration directive to disable clearenv() call. (Github PR# 598, Paul Annesley) - Fileinfo: . Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular expression). (CVE-2013-7345) (Remi) - GD: . Fixed bug #66714 (imageconvolution breakage). (Brad Daily) . Fixed bug #66869 (Invalid 2nd argument crashes imageaffinematrixget) (Pierre) . Fixed bug #66887 (imagescale - poor quality of scaled image). (Remi) . Fixed bug #66890 (imagescale segfault). (Remi) . Fixed bug #66893 (imagescale ignore method argument). (Remi) - Hash: . hash_pbkdf2() now works correctly if the $length argument is not specified. (Nikita) - Intl: . Fixed bug #66873 (A reproductible crash in UConverter when given invalid encoding) (Stas) - Mail: . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk) - MySQLi: . Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed) (Remi) - OPCache . Added function opcache_is_script_cached(). (Danack) . Added information about interned strings usage. (Terry, Julien, Dmitry) - Openssl: . Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1). (Remi) - GMP . Fixed bug #66872 (invalid argument crashes gmp_testbit) (Pierre) - SQLite: . Updated bundled libsqlite to 3.8.3.1 (Anatol)
2014-04-02x11/py-X and x11/py-X2 don't exist.asau1-2/+2
Make it refer to textproc/py-X and textproc/py-X2 which do exist.
2014-04-01update snapshot to 20140401.plunky3-7/+8
recent addition of a m68k target
2014-03-31Fix PLIST.wiz1-16/+15
2014-03-30One more rubygem's platform fix from jperkin@. It solves some buildtaca3-8/+26
problem of ruby extension on NetBSD/i386. Bump PKGREVISION.
2014-03-30More care was needed to the case of editline(3).taca4-2/+63
Base on r45240 in Ruby's repository with one critical correction.
2014-03-29Apply patch to fix CVE-2013-7345. Bump PKGREVISION.he3-3/+32733
OK'ed by wiz.
2014-03-29Apply patch to fix CVE-2013-7345.he3-3/+32733
OK'ed by wiz.
2014-03-29Fix PR pkg/48670, fix build under NetBSD/i386 5.2ryoon2-1/+34
2014-03-29Fix ruby-readline build problem with readline 6.3 and later.taca4-2/+34
2014-03-27Disable spwd module, same as other python version.obache5-9/+8
It is provided as devel/py-spwd in pkgsrc. Bump PKGREVISION.
2014-03-27Update readline-6.3 patch from upstream, for builtin GNU readline<4.2.obache2-9/+31
2014-03-27fixes for readline-6.3.obache2-1/+47
backported from Python 2.7.
2014-03-27revert last commit, should not be committed during freeze.obache3-40/+10
2014-03-27revert last change, should not be committed dureing freeze.obache3-45/+15
2014-03-27Prevent to detect unwanted builtin openssl.obache6-25/+85
After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c, buitin openssl is not acceptable for various platforms.
2014-03-26. Added buildlink3.mkimil5-9/+47
. Added symlinking of libluajit-$(ABIVER).so.$(MAJVER)
2014-03-26Allow duplicated dependencies in gemspec since many existing rubygems havetaca3-7/+18
wrong duplicated dependencies. Bump PKGREVISION.
2014-03-26Texinfo 5 compatibility.jperkin4-1/+102
2014-03-25Mark as not ready for python-3.3, perwiz1-1/+2
http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20140324.1029/py33-pythonz-1.2.1/build.log
2014-03-25Increase the default YYMAXDEPTH from 150 to 300, fixes problems buildingjperkin1-2/+3
devel/editline where mdoc2man.awk would previously abort with a stack overflow. This is still pretty conservative compared to other parsers. Bump PKGREVISION.
2014-03-23build fix following the freetype2 updatespz2-1/+20
2014-03-23build fix for graphics/php53-gd following the freetype2 updatespz2-4/+24
2014-03-20Copy relevant 5 PLIST-mangling lines from extension.mk,wiz1-4/+6
so the bulk builds are hopefully happy again.
2014-03-19Stop treating FreeBSD 10 as FreeBSD 1.asau10-10/+284
This lets a number of PHP extensions build. Bump package revision.
2014-03-17Prevent matching TCL 8.6.asau1-3/+3
2014-03-16Use RUBY_SUFFIX instead of RUBY_VER for consistency.taca4-16/+16
No functional change.