summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
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
2009-06-02update to u14, u12 has security issues. Please read the release notes for u14christos3-14/+11
particularly with respect to the new G1 garbage collector.
2009-05-30Partial conversion to DESTDIRabs1-5/+5
2009-05-30Unbreak shared library loading for cases when mk.conf explicitly setsjoerg1-4/+4
CFLAGS. Bump revision.
2009-05-26Allow overriding build target for do-build, using PYSETUPBUILDTARGET.wiz1-2/+3
2009-05-21revert previous, doesn't work as I intended.tnn4-6/+50
2009-05-21remove sqlite3 stuff from PLIST and disable the sqlite3 module here.tnn4-50/+6
lang/python26 doesn't depend on sqlite3 and thus can't build the extension. (this extension is installed by databases/py-sqlite3)
2009-05-21Alexey Lebedev reports that it builds fine on amd64 ubuntu, so allow it.wiz1-1/+2
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz29-44/+58
major change. Reported by Robert Elz in PR 41345.
2009-05-19Update from version 1.0.0 to 1.1.0 (now that 1.2.0 is about to be released :)he5-194/+16
Pkgsrc changes: o Add LICENSE setting (artistic-2.0) o Centralize version number setting o Assume that this supports user-destdir Upstream changes: - Core + Added op: load_language, find_caller_lex + socket IO are back as PMC + refactor some PMC: Hash, ManagedStruct - Compiler + PGE - Allow \x, \c, and \o in enumerated character classes (incl ranges) - Add initial greedy-only version of ** quantifier + PCT - Add HLL source line bytecode annotations - Add another dumper format to assist syntax highlighters - Revise mk_language_shell.pl to updated create_language.pl - Deprecations + Removed ops: gcd, exec, classname, need_finalize, runinterp, substr_r + Removed dynamic op: mul + Removed .HLL_map directive; use interp's .hll_map() instead + Removed PMCs: slice, bound_nci, ref + Removed Configure.pl option: --pmc + Removed PMC union struct - Documentation + Book - Reorganization and many improvements & additions - Tools + Add a parrot-fuzzer - Miscellaneous + Improve Debian/Ubuntu package + various bugfixes, code cleanups, and coding standard fixes
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz12-36/+34
block). Uncomment some commented out LICENSE lines while here.
2009-05-18Updated lang/openjdk7-bin to 20090502abs3-64/+75
- Now built against 5.0 RELEASE - x86_64 binaries are now available
2009-05-18Make jikes a build dependency. Bump PKGREVISION.wiz3-5/+7
From Jared D. McNeill in PR 41430.
2009-05-16cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig5-26/+26
2009-05-09Apply a patch to fix compile error on Solaris 10. The patch was suppliedtaca2-1/+20
by KAWAKUBO Hiroshi via PR pkg/41386.
2009-05-08Use OVERRIDE_DIRDEPTH instead of hardcoding config.sub and config.guesshasso1-3/+2
paths as suggested by Joerg.
2009-05-06Replace config.guess and config.sub with pkgsrc versions which allows tohasso1-1/+3
build it on DragonFly.
2009-05-02Adding patch from perl-5.10.1 upstream to fix "Unkown error bug" describedsno3-3/+48
in http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472 Bumping PKGREVISION
2009-05-02Apply a patch to fix the broken build reported in PR pkg/41240sno2-1/+19
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+4
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-04-30no distfile on mpg.de. master site removed.zafer1-3/+2
2009-04-30python.org has no ftp service. remove master site.zafer1-3/+2
2009-04-30fix ftp link.zafer1-2/+2
2009-04-30DESTDIR ready.hasso2-2/+6
2009-04-30* Update to a refresh snapshot.hasso3-6/+40
* Use gmake as building with bmake fails randomly. * Make it build on DragonFly master.
2009-04-28* Add some defines to get slightly more working mono on DragonFly (programshasso12-18/+105
still segfault with illegal instruction error after some seconds of work). * Add some cvs id's to the patches. * Bump PKGREVISION.
2009-04-24* Make it build on DragonFly.hasso5-18/+48
* Remove rgbimg module from PLIST, it's removed. * Bump PKGREVISION.
2009-04-22Hack it to work on DragonFly.hasso9-10/+507
2009-04-20Update Ksi Scheme Interpreter to version 3.4.3.asau5-66/+8
Chages since previous release include bug fixes and removal of Boehm GC from distribution. Mark as not MAKE_JOBS safe.
2009-04-20While the logic for handling NetBSD/powerpc (and OpenBSD/powerpc)he2-30/+30
was correct, it was mis-placed in the file. It needs to include <elf.h> or the moral equivalent of that before the symbols can be tested. This now corresponds with what's committed upstream. Again, since this is a build fix, no revision bump should be required.
2009-04-19macfs.py doesn't happen, and plistlib isn't Darwin-specific anymore.schmonz1-7/+1
2009-04-19Fix libpython version number on Darwin.snj2-4/+4