summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-07-17adjust PERL5_LICENSE - enable both valid licensessno1-2/+2
2009-07-17allow dependent modules check build options of perl5sno1-1/+4
2009-07-17Added php5-perl.rillig1-1/+2
2009-07-17Make it build again on DragonFly.hasso2-1/+18
2009-07-16remove mirror tuwien. tcl has been removed from there a month ago.zafer1-4/+3
2009-07-15Update to mono 2.4.2kefren2-6/+6
2009-07-15Update to 2.4.2.1kefren4-9/+12
This version is the first version to integrate Microsoft's open source ASP.NET MVC stack. More than 140 bug fixed. Check http://www.mono-project.com/Release_Notes_Mono_2.4.2 for more changes.
2009-07-14Update to June snapshot of E17. No detailed changes.joerg2-8/+8
2009-07-14Update to librep-0.90.0. Changes:tnn5-42/+33
* Added UTF-8 Support! [Wang Diancheng] * Remove scheme and unscheme modules * Going on with code-cleanup
2009-07-10Set LICENSE for lua.minskim1-1/+2
2009-07-10Set user-destdir, add (unfortunately) partial patch for NetBSD/m68kabs4-4/+91
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg2-6/+8
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-07-07Update lang/php5 to version 5.2.10 - according to the release annoucement:jdolecek4-29/+12
Security Enhancements and Fixes in PHP 5.2.10: * Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files). (Pierre) Key enhancements in PHP 5.2.10 include: * Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara) * Fixed memory corruptions while reading properties of zip files. (Ilia) * Fixed memory leak in ob_get_clean/ob_get_flush. (Christian) * Fixed segfault on invalid session.save_path. (Hannes) * Fixed leaks in imap when a mail_criteria is used. (Pierre) * Changed default value of array_unique()'s optional sorting type parameter back to SORT_STRING to fix backwards compatibility breakage introduced in PHP 5.2.9. (Moriyoshi) * Fixed bug #47940 (memory leaks in imap_body). (Pierre, Jake Levitt) * Fixed bug #47903 ("@" operator does not work with string offsets). (Felipe) * Fixed bug #47644 (Valid integers are truncated with json_decode()). (Scott) * Fixed bug #47564 (unpacking unsigned long 32bit big endian returns wrong result). (Ilia) * Fixed bug #47365 (ip2long() may allow some invalid values on certain 64bit systems). * Over 100 bug fixes.
2009-07-07Update for ${DESTDIR} support, and add an explicit license statement to theagc3-11/+13
Makefile
2009-07-06NetBSD/amd64 is not supported by the internal libffi, so mark itjoerg1-1/+4
explicitly as disabled.
2009-07-03This extension embeds Perl Interpreter into PHP.manu3-0/+23
2009-07-02fix copy&paste botch which made that unusable pkgconfig filesdrochner1-6/+6
were installed, bump PKGREVISION
2009-07-02Restore PRINT_PLIST_AWK logic in so far they don't create @dirrmjoerg1-1/+11
entries. I pruned them too aggressively as the @dirrm matching here was conditional. OK wiz
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg10-10/+30
MAKE_JOBS=2 and worked without.
2009-06-26add checksum for new patch-asjdolecek1-1/+2
2009-06-26resurrect patch originally from databases/php-pdo/patches/patch-aa, sojdolecek1-0/+25
that databases/php-pdo compiles and works as shared module on Mac OS X after the package has been modified to use modules shipped with PHP instead of (obsolete) PCRE versions
2009-06-25Add the correct header entry for sparcv8. Addresses PR pkg/33997.dmcmahill2-5/+5
2009-06-25Update sun-{jre,jdk}14 to 2.19, a.k.a. 1.4.2_19.obache5-20/+23
Changes in 1.4.2_19 The full internal version number for this update release is 1.4.2_19-b04 (where "b" means "build"). The external version number is 1.4.2_19. OlsonData 2008i This release contains Olson time zone data version 2008i. For more information, refer to Timezone Data Versions in the JRE Software . Root Certificates Included Root Certificates are included in this release. The following root certificates have been added: * Camerfirma root certificates * T-systems root CA certificate (Deutsche Telekom Root CA 2) Bug Fixes This release contains fixes for one or more security vulnerabilities. For more information, please see Sun Alerts 244986, 244987, 244988, 244990, 244991, 245246, 246266, 246346, 246386, and 246387. Other bug fixes are listed in the following URL: http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_19 Changes in 1.4.2_18 The full internal version number for this update release is 1.4.2_18-b06 (where "b" means "build"). The external version number is 1.4.2_18. OlsonData 2008b This release contains Olson time zone data version 2008b. For more information, refer to 6679340 or to US DST Timezone Updater. Bug Fixes This release contains fixes for one or more security vulnerabilities. For more information, please see Sun Alerts 238666, 238905, 238967, and 238968. Other bug fixes are listed in the following URL: http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_18
2009-06-21Fix a problem, when applications using winforms can't find libX11.so withahoka3-5/+20
native NetBSD Xorg by giving them full path to the shared library.
2009-06-18Remove @unexec ${RMDIR} generating code that is now unnecessary with latestwiz1-9/+2
pkg_install.
2009-06-17Update from version 1.1.0 to 1.3.0.he2-6/+6
OK'ed by agc@ Upstream changes: Parrot 1.3.0 News: - Core + Optimized parts of the IO system + Fixed inheritance hierarchy of FileHandle and Socket PMC types + Fixed leaks involving subroutines and Parrot_Context + Cleaned up and refactored GC internals, including fixes and optimizations + Optimized PMC class manipulations to use type numbers instead of string names + Fixed problems involving hashval calculations in strings + Removed unnecessary MULTI dispatches in built-in PMCs + Fixed memory leaks involving PMCs that were not properly destroyed + Fixed creation of PMCProxy PMCs in correct namespaces + Added preliminary Pipe support + Fixed cloning of Object PMCs + Added root_new opcode + Added initial versions of Packfile PMCs with read/write capabilities - Compilers + Fixed several memory leaks in IMCC + Updated PCT to use root_new opcode + Added support for keyword "self" in NQP - Documentation + Improved and expanded /docs/book + Updated project documentation + Defined 'experimental' status and procedures in DEPRECATED.pod - Miscellaneous + Cleaned code and improved code-level documentation + Various bugfixes, code cleanups, and coding standard fixes + Added an experimental compiler library to help use PIR libraries from HLLs + Updated OpenGL library and examples to support experimental HLL import Parrot 1.2.0 News: - Core + Fixes for pir classes inheriting from core pmcs. + Cleaned up headers and reorganized some sources into subsystem directories. + Clean up PMCs so libparrot.so exports far fewer vtable/method symbols. + Clean up the GC API. + Several unicode identifier improvements in IMCC. - Deprecations + Protoobject stringification is gone. - Documentation + Rewrite several core documents. + Many reworks, improvements & additions to the Parrot Book. + Installation PDD is launched out of draft. - Tools + Fixes for running the language shell generator outside the parrot tree. + Several fixes for developing and building HLLs from an installed parrot. + Configure.pl now has a --no-line-directives option to ease source level debugging. - Miscellaneous + Portability updates for macports, netbsd, mingw32, hpux. + Several (build time, runtime) performance improvements. + Lots of updates to examples and tests. + Various bugfixes, code cleanups, and coding standard fixes.
2009-06-16Fix a number of GENERATE_PLIST entries to always have a terminating ;joerg2-4/+4
2009-06-16Update Ruby packages to 1.8.7.174 (1.8.7-p174).taca2-6/+6
* Fix critical problem of BigDecimal class in 1.8.7-p173. Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced in r23613. [ruby-talk:338957]
2009-06-14Remove @dirrm related logic.joerg25-164/+40
2009-06-14Replace @exec/@unexec with @pkgdir or drop it.joerg29-117/+88
2009-06-14Remove @dirrm entries from PLISTsjoerg167-5674/+167
2009-06-13Dont explicitly look for libintl.so.0, but libintl.so (why was thisahoka3-10/+24
hardcoded I wonder?). Fixes System.DllNotFoundException on NetBSD.
2009-06-12Removed redundant .gz suffix for man pages.rillig1-8/+8
2009-06-11Adding patch to allow nearly all CPAN modules can use the license ofsno2-2/+16
installed perl
2009-06-11- enabling some tuning options to control 64-bit usage of built perlsno2-27/+93
- add support for Module::Install Oked by joerg@
2009-06-10Change to gnu-gpl-v2 now.taca1-2/+2
2009-06-10Update ruby18-base package to 1.8.7.173 (Ruby 1.8.7-p173).taca3-49/+30
Mon Jun 8 10:58:41 2009 NAKAMURA Usaku <usa@ruby-lang.org> * eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check with another method. Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid segmentation fault caused by (insanely) long decimal values. backported from 1.9. CVE-2009-1904 * ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i, BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split, BigDecimal_inspect): ditto. Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if exp is bigger than DBL_MANT_DIG. Wed Jun 3 21:16:30 2009 Tanaka Akira <akr@fsij.org> * file.c: include fcntl.h for O_RDONLY on Solaris. Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * util.c (rv_strdup): macro to duplicate nul-terminated string. [ruby-core:22852] * util.c (ruby_dtoa): allocates one more byte to get rid of buffer overrun. a patch from Charlie Savage at [ruby-core:22604]. Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * util.c (ruby_dtoa): allocates one more byte to get rid of buffer overrun. a patch from Charlie Savage at [ruby-core:22604]. Wed Jun 3 21:05:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out. [ruby-core:22600] Wed Jun 3 20:54:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_eval): needs to guard intermediate string objects. based on a patch from Brent Roman <brent AT mbari.org> a [ruby-core:22584]. Tue May 26 21:24:01 2009 URABE Shyouhei <shyouhei@ruby-lang.org> * Makefile.in (update-rubyspec, test-rubyspec): Catch up to rubyspec merge. A patch by Brian Ford at [ruby-core:21032] Tue May 26 21:21:49 2009 Akinori MUSHA <knu@iDaemons.org> * lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal method name typo. [Bug #1173] Tue May 26 21:16:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (rb_file_s_extname): fix for spaces before extention. [ruby-dev:38044] Tue May 26 21:09:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/win32.c (_CrtDbgReportW): prevent from false positive assertions in msvcrtd. [ruby-core:22116] Tue May 26 21:02:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen. [ruby-talk:328195], [ruby-core:22142] Tue May 26 21:00:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check. Patch by Kornelius Kalnbach. [ruby-core:20992]. * test/ostruct/test_ostruct.rb: test for inspect. Patch by Kornelius Kalnbach. [ruby-core:20992]. Tue May 26 20:50:32 2009 Tanaka Akira <akr@fsij.org> * eval.c (rb_thread_schedule): handle EBADF of select as well. [ruby-core:21264]
2009-06-10Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).taca2-3/+5
- Add LICENSE. - Update RUBY18_PATCHLEVEL to 173.
2009-06-09Requires pkg-config to find openssl dependancy.sketch1-2/+2
2009-06-09Recover checksum for jce_policy file, it had been lost updating to u14.obache1-1/+4
2009-06-07upgrade onyx to 5.1.2. the only change was a mutex locking fix.mrg2-7/+8
2009-06-07Bump required version for consistency in the E17 snapshot.joerg1-2/+2
2009-06-07Update to embryo-0.9.9.060:joerg2-8/+7
- various smaller portability improvements
2009-06-04Make it build on DragonFly.hasso2-1/+15
2009-06-04Make it build on DragonFly.hasso3-11/+51
2009-06-03Build depends on zip.hasso1-1/+3
2009-06-03Make it build systems where there is no isnan() symbol in the libc/libm (ithasso4-3/+36
should be macro according to standards).
2009-06-02Make it build on DragonFly. Probably incomplete, but at least hello worldhasso3-1/+43
compiles and runs.
2009-06-02update to u14christos3-214/+200