summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Update HOMEPAGE.obache1-2/+2
2010-02-07Update to SML/NJ 110.72, bug fix release.asau4-55/+92
2010-02-05Suhosin patch for php-5.2.12 is available now.obache2-6/+6
Noticed by Volkmar Seifert via PR#42749.
2010-02-04DESTDIR supportjoerg7-26/+45
2010-02-04DESTDIR supportjoerg2-12/+19
2010-02-03DESTDIR supportjoerg1-1/+6
2010-02-03Don't use "${PKG_PREFIX}" which is not set when this script gets run.tron1-4/+4
This avoids error messages from "perllink" while deinstalling (or updateing) a Perl module package. Fixed based on an analysis provided by Steven Drake on "tech-pkg".
2010-02-03Fix DESTDIRjoerg1-2/+2
2010-02-03Use -P (--packagingroot) instead of -R (--installroot).obache1-2/+2
packaging fake root should be set with -P. (-R is for really using there and package will be registerd as there).
2010-02-03Add -n option for DESTDIR to skip dependency check,obache1-3/+3
and also move -f option here.
2010-02-02- fix ant master sitejmcneill2-4/+6
- add /usr/pkg/lib/jni and /usr/pkg/lib to java.library.path - bump pkgrevision
2010-02-02Update from version 1.9.0 to 2.0.0.he3-54/+16
Pkgsrc changes: o Adjust PLIST to fit with new contents. Upstream changes: Parrot 2.0.0 News: * Features o Context PMCs now support attribute-based introspection o Context and CallSignature PMCs merged into CallContext o .lex directive throws exceptions when used with incorrect register types * Platforms o Packaging improved for free OS distributions o PPC, PPC64, and ARM now tested when running Linux * Performance o Minor improvements to the profiling runcore o Improvements from the CallContext PMC merge * New deprecations o In/out parameters in STRING modification functions o Void handling in NCI signatures o Parameter passing opcodes order in PBC * Tests o Continued migration of core tests from Perl 5 to PIR * Tools o dependency checker improved * Miscellaneous o Deprecation cycle length changed to three months from six o GC accuracy improved o PMC freeze improvements; much more reliable o Makefile improvements for dependency handling
2010-01-31Update to MzScheme 4.2.4asau3-53/+162
Changes: Version 4.2.4, January 2010 Added scheme/flonum and scheme/fixnum Extended scheme/unsafe/ops Changed JIT to support unboxed local binding of known-flonum arguments to unsafe-fl functions Changed JIT to inline numeric ops with more than 2 arguments Added #:save-errno option for foreign-function types Added module->imports and module->exports Version 4.2.3, November 2009 Changed _pointer (in scheme/foreign) to mean a pointer that does not refer to GCable memory; added _gcpointer Added scheme/vector
2010-01-31Reviewed patch from pkg/42709 and apply it.sno1-1/+2
2010-01-30DESTDIR supportjoerg1-2/+6
2010-01-29Use copy and manual messing with the package.conf in the DESTDIR case.joerg1-3/+17
XXX Needs a better way to do this
2010-01-28Update parrot from version 1.8.0 to 1.9.0.he5-22/+21
Pkgsrc changes: o Adjust patches to match new code o Adjust PLIST to what's being installed Upstream changes: - Core + Made profiling runcore output format configurable and extensible options include "pprof" and "none" ("binary" and "callgrind" are planned) + Added environment variables to specify profiling output type and filename (PARROT_PROFILING_OUTPUT and PARROT_PROFILING_FILENAME) + Began merging Freeze/Thaw and Bytecode generator/loader - Compilers + Included latest nqp-rx compiler, with many improvements - GLOBAL:: package identifier - dynamic variables look in global namespace - $obj."$method" syntax - :p(os) and :c(ontinue) option on regexes - try/CATCH/CONTROL handling - support leading & on subroutine declarations - allow "category:" names (for builtin operators) - simple version of smartmatch operator - simple regex matches - updated HLL::Compiler with new import/export methods - Miscellaneous + Portability updates for RTEMS, and Intel architectures with GNU compilers + Completed conversion of ticket tracking system from RT to Trac + New draft of PDD31 for HLL export API and import implementation + Several (build time, runtime) performance improvements + Converted many tests to PIR, reducing test execution time + Various bugfixes, code cleanups, and coding standard fixes
2010-01-28add and enable scalajnemeth1-1/+2
2010-01-27Properly disable pyexpat module here as well.wiz4-8/+7
Bump PKGREVISION.
2010-01-26Fix build problems under Mac OS X reported by Taylor R Campbelltron4-9/+8
on the "pkgsrc-users" mailing list: 1.) Fix 64-Bit ABI check for Snow Leopard so it doesn't break the build on older version of Mac OS X. 2.) Properly disable the "pyexpat" module and remove it from the package list. Bump package revision because of these changes.
2010-01-23Import Scala 2.7.7.final.yyamano10-0/+448
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive.
2010-01-21Added LICENSE information for Python. The license was approved by OSIheinz3-3/+6
so I added it to the acceptable set of licenses.
2010-01-21Add RCS Id and comment to the patch.asau2-2/+6
2010-01-21Avoid creating broken libc.la, bump revision.asau5-9/+28
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz3-6/+6
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz6-10/+12
2010-01-16use pkg-config to locate nsprtnn4-9/+9
2010-01-16Adding support to install via bundled Module::Install by allowingsno1-2/+17
PERL5_MODULE_TYPE set to Module::Install::Bundled.
2010-01-15update to 2.4.3.1drochner6-53/+63
this is a bugfix release on the 2.4 branch
2010-01-15Update to openjdk7 b78 snapshot.tnn8-40/+448
(b79 is released but not yet merged on the bsd-port branch)
2010-01-14Fix a small problem by precious webrick security fix from Ruby'staca4-15/+16
repositry (r26281). Also use COMPILER_RPATH_FLAG in Makefile. Bump PKGREVISION.
2010-01-13Doesn't work with PHP4 any longer.joerg1-1/+3
2010-01-13Remove two patches that fix command line parsing on DragonFly, breakingjoerg3-33/+1
it on NetBSD. I can't explain the behavior on DragonFly, but the use of the mono linker in the Makefiles matching the source, so the problem is elsewhere.
2010-01-13fix java PLIST. PR pkg/42548tnn1-2/+1
2010-01-10Pass -arch argument correctly to the compiler; fixes building on Mac OS Xadam1-0/+6
2010-01-10Add patches for security problem of webrick.taca6-3/+144
http://www.ruby-lang.org/en/news/2010/01/10/webrick-escape-sequence-injection/ Bump PKGREVISION.
2010-01-08Too ancient a source for amd64.joerg1-2/+2
2010-01-07Use new ${LP64PLATFORMS} variable to restrict platforms instead of manualwiz3-6/+6
hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2010-01-06Set license to "gnu-gpl-v2".tron1-1/+2
2010-01-05remove incomplete libtoolization. I don't remember what problemtnn2-15/+6
I was trying to solve here, but the new libtool doesn't like being used like this, and it doesn't seem to be needed. Fixes failure observed in bulk build. XXX there's still a PLIST problem: ERROR: The following files are in the PLIST but not in /usr/pkg: ERROR: /usr/pkg/lib/gauche/0.9/x86_64--netbsd/gauche--threads.so ERROR: /usr/pkg/share/gauche/0.9/lib/gauche/threads.scm
2010-01-03Pregenerate the parser (gram.c) and disable implicit regeneration.tnn3-4/+2776
Drop yacc(1) dependency. This solves the circular dependency f2c->bison->libiconv->libtool-base->f2c
2010-01-02"flex" apparently changed its behavior wrt "yylineno": If invokeddrochner1-2/+4
w/o "-l", yylinelo still gets defined in recent versions, but not in the version which comes with NetBSD-4. So require "flex" for the build and always use the "-l" flag, so we'll hopefully get deterministic behavior. Should fix PR pkg/42509 by Robert Elz.
2009-12-29Provide more resources to allow building with gcc4 on NetBSD/macppc 4-STABLE.asau1-2/+2
From <uwe> by personal mail.
2009-12-28get rid of the catpage. Should close PR 42533.tnn3-8/+7
2009-12-23Update lang/php5 to 5.2.12, security update.taca12-530/+20
Security Enhancements and Fixes in PHP 5.2.12: * Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. (CVE-2009-3557, Rasmus) * Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz Stachowiak. (CVE-2009-3558, Rasmus) * Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion, identified by Bogdan Calin. (CVE-2009-4017, Ilia) * Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check, identified by Stefan Esser. (CVE-2009-4143, Stas) * Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). (CVE-2009-4142, Moriyoshi, hello at iwamot dot com) Key enhancements in PHP 5.2.12 include: * Fixed unnecessary invocation of setitimer when timeouts have been disabled. (Arvind Srinivasan) * Fixed crash in com_print_typeinfo when an invalid typelib is given. (Pierre) * Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery() when calling using Reflection. (Felipe) * Fixed crash when instantiating PDORow and PDOStatement through Reflection. (Felipe) * Fixed memory leak in openssl_pkcs12_export_to_file(). (Felipe) * Fixed bug #50207 (segmentation fault when concatenating very large strings on 64bit linux). (Ilia) * Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle database). (Felipe) * Fixed bug #50006 (Segfault caused by uksort()). (Felipe) * Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault). (Felipe) * Fixed bug #49174 (crash when extending PDOStatement and trying to set queryString property). (Felipe) * Fixed bug #49098 (mysqli segfault on error). (Rasmus) * Over 50 other bug fixes.
2009-12-23Pull in system prototypes instead of defining own ones.asau2-1/+17
From <joerg>.
2009-12-23Detect absense of mkdtemp and mkstemp functions.asau1-6/+5
Should unbreak build on Solaris. PR pkg/42428
2009-12-22Be consistent and always link rt.jar. It seems like the creation wasjoerg2-1/+20
timing depend. Fixes PR 42458.
2009-12-22We intentionally wire down the 'libswanted' list in the package Makefile, sodsainty2-1/+20
don't let the hints file add new libraries that may be found outside Pkgsrc control. Fixes build on Gentoo system, and possibly other Linux systems too that might have stray -lgdbm_compat libraries lying around. This reverts hints/linux.sh to look more like it did in 5.10.0.
2009-12-21Not MAKE_JOBS_SAFE.joerg1-1/+3