summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-02-19Use header files for prototypes instead of just guessing.wiz11-42/+176
Fixes PR 29455.
2005-02-18ride last change.. bump PKGREVISION for the PLIST.common changerecht1-2/+2
2005-02-18add dl.so to PLIST.common (conditionally)recht1-1/+2
addresses PR 29402 by salo
2005-02-16Update two more occurances of the old version number.tron1-3/+3
2005-02-16Update Python 2.3.x version number here, too.tron1-2/+2
2005-02-15update to 2.3.5drochner14-299/+83
This is a bug-fix release. It contains the fix for http://www.python.org/security/PSF-2005-001/ which we added in 2.3.4nb7.
2005-02-09Fix version suffix of shared library, libruby.so for OpenBSD.taca1-1/+4
Fix PR pkg/29214 from Hiramatsu Yoshifumi.
2005-02-06- Fix for patch-ah on Darwin, problem spotted by Antoine Reilles inadrianp2-43/+13
private email.
2005-02-06Update tcl-otcl to 1.9.minskim2-6/+5
Changes: - Change the default versions in conf/configure.in.{tcl,tk,otcl,TclCL}. - Change configure support for Fedora's /usr/share/tcl8.3.
2005-02-05- Update of coq from 7.4 to 8.0pl2adrianp5-71/+484
- Initial patches supplied by Antoine Reilles, thanks ! - Lots of changes/fixes/updates, see: CHANGES
2005-02-05Edit down patch-ah so it does not include an RCS Id.wiz2-6/+4
2005-02-05fix broken patch from last update - ride the recent updateadrianp2-18/+18
2005-02-05fix broken patch from last update - ride the recent updateadrianp2-13/+13
2005-02-04remove obsolete patches for recent updateadrianp7-153/+0
2005-02-04- Update from 3.06 to 3.08.2adrianp37-510/+753
- Lots of changes/bugfixes - see Changes for all the details
2005-02-04apply the security fix fromdrochner10-11/+248
http://www.python.org/security/PSF-2005-001/ This disables hierarchical object lookups in SimpleXMLRPCServer. Unfortunately, this breaks some applications (eg kenosis). Don't shoot me for this. bump PKGREVISION
2005-02-02Fix a local root exploit and a buffer overflow (CAN-2005-{0155,0156}).jlam3-3/+28
Patches from Nicholas Clark in private mail. Bump the PKGREVISION to 3.
2005-02-02Remove .pkgsrc files from PLIST, they should not be here.wiz1-7/+1
Fixes PR 29180 by H. Todd Fujinaka.
2005-02-01Change MAINTAINER email address and add buildlink3.mk.ben2-2/+20
This addresses PR#29171
2005-01-30Convert the Java related packages to use the alternatives system. To dojmmv19-320/+24
this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives.
2005-01-30Convert the python packages to use the alternatives system to install ajmmv17-63/+34
bin/python wrapper. Bump their PKGREVISION to 1. Also remove the python package. In order to preserve a similar behavior to this one using the new framework, start by installing pkg_alternatives. Then just open its manpage, scroll down to the EXAMPLES section, Applying filters subsection, and follow the (rather short) directions given there.
2005-01-30Fix two bugs in gawk bracket handling under UTF-8 locale. Patchesminskim3-3/+53
borrowed from Debian. Reported by Hiramatsu Yoshifumi and Kibum Han on tech-pkg@. Bump PKGREVISION.
2005-01-28update to f2c-20001205nb8dmcmahill7-42/+148
This addresses a temp file symlink race vulnerability. The f2c patch is adapted from the debian one. The f2c-f77 (wrapper script which emulates a fortran compiler) patch was done a bit differently.
2005-01-28Fix typo (BUILDLINK_DENTH -> BUILDLINK_DEPTH).hira1-4/+4
2005-01-28I've completely forgot that the ruby library directory name on Linuxtaca1-1/+5
is still differ with Ruby 1.6.8. So, tweak it Linux and ruby16 base.
2005-01-28The ruby library directory name on Linux has been changed in Rubyminskim1-5/+1
1.8.2 to be consistent with other platforms. Update RUBY_ARCH to match the change. This makes lang/ruby18 build again on Linux. Approved by MAINTAINER.
2005-01-27Correct GNUC detection.minoura2-1/+15
Fixes (at least) i386--netbsd compilation.
2005-01-26Update for 0.8.3.minoura1-1/+4
2005-01-25Update sun-j*13 to version 1.0.15.jschauma4-15/+15
Changes according to http://java.sun.com/j2se/1.3/ReleaseNotes.html Incorrect clsid is registered in windows registry for jre 1.3.1_14 release NullPointerException with no stack trace Focus disappears after deiconifying frame Runtime exec hangs if ulimit nofiles is unlimite CTW assertion at srcsharevmoptolock.cpp, 379 A bug of javax.swing.JTextField GregorianCalendar uses wrong ERA value in non-lenient mode Application crashes using :XX+UseTLE and -server on Windows REGRESSION: 4789981 fails for 1.3.1_13-b01 on Solaris for Mozilla 1.0.1 java.lang.IllegalArgumentException: Signal already used by VM: SIGHUP JCK: QuickSilver api test fails with -Xprof flag
2005-01-25Update sun-j*14 to Sun JDK/JRE version 1.4.2_07.jschauma4-14/+14
Bugs fixed according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: 1.4.2_04 Server JVM crashes on Linux ClassLoaders do not get released by GC, causing OutOfMemory in Perm Space PE with no stack Trace: Enable -XX:-OmitStackTraceInFastThrow for 1.4.2 1.4.2 fastdebug assert on linkResolver.cpp, 49 Unexpected Full GC occurs at 54% of old generation capacity CMS: precleaning causes crash if perm gen collection enabled SIGSEGV in ContiguousSpace::prepare_for_compaction(CompactPoint*) async exception can be delivered on entry from native to vm indirecting typecodes is wrong (cs) Charset.isSupported is slow when invoked for different charsets java.lang.IllegalStateException: recursive invocation using LANG=hu_HU.ISO8859-2 NPE @ sun.awt.font.AdvanceCache.get(AdvanceCache.java:135) Exponential performance regression in AWT components (multiple monitors) J2SE 142_06: Regression in java.beans.Introspector (property re-ordering) Error msg on exception is not displayed correctly in Japanese on XP ServerSocket(Proxy) and Socket(Proxy) do not work with sun one proxy server InetAddress.getAllByName does not obey setting of java.net.preferIPv6Addresses (fs) MappedByteBuffer.force() throws IOException / ENOSPC (se) select not immune to EINTR (linux) Need JKS KeyStore with case sensitive alias names Accelerator keys don't work when JPopupMenu is outside its parent 1.4.2 REGRESSION: JComboBox has problem in JTable in Windows L&F JFileChooser in Motif L&F does not comply with Section 508 JDI can't connect to the app server a second time Vmark hang after 66 hours with 1.5.0-beta-b19 C2 on itanium2 with RH AS stack size assertion failure in hotspot\src\os\win32\vm\os_win32.cpp:2410 NullPointerException when trying to pass byte[] between JVM and ActiveX JVM Leaks large amount of memory when running applets Java Plug-In no longer supports 'javascript:' URLs after MS Hotfix 867801 LiveConnect method eval() runs in incorrect context when using frames (IE only) Occasional ConcurrentModificationException during applet download Javascript in Applet hangs Netscape Browser Kerberos library should only select keys of types that it supports Problem with Kerberos Obfuscated classes
2005-01-25Add PLIST for Interix, and move a couple more now-platform-dependenttv8-11/+21
modules into the other PLIST fragments.
2005-01-24First stab at Interix support.tv3-21/+65
2005-01-24Pull in first-stab Interix support from lang/python23.tv2-6/+35
2005-01-24Backport first-stab Interix support from lang/python23.tv2-1/+32
2005-01-24Recognize Interix as a valid platform.tv2-9/+16
2005-01-24Sync DESCR with reality -- python* is now build with thread support.recht2-4/+0
2005-01-24Really enable threads for python23.recht1-3/+7
Noted by: Jeffery Lee ravenix2 <at> yahoo <dot> com Bump PKGREVISION
2005-01-24Remove 23 from PYTHON_VERSIONS_INCOMPATIBLE in the Darwin case.recht1-2/+2
It builds and runs just fine.
2005-01-23+ python23-nthrecht1-1/+2
2005-01-23Intial import of Python 2.3.4 / without threadrecht19-0/+932
support (what used to be the python23 package). Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled without support for threads.
2005-01-23Build Python with thread support by default and turn the existingrecht84-2925/+338
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23Update Ruby 1.8.2.taca23-319/+442
This is basically bug fix release, but official changes aren't provided yet. Please refer ChangeLog. Here is pkgsrc changes: o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending extention library in order to depend more specific Ruby. o Now install database for ri(1). Fix PR pkg/28566. o Net::IMAP * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546] o NKF: * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static variables. fixed: [ruby-list:40445] * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to 0xfe. * ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16 properly. o WEBrick * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload): raise NotImplementedError if password is encrypted by digest algorithms. This patch is contributed by sheepman. [ruby-list:40467] * lib/webrick/httpauth/digestauth.rb (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation. This patch is contributed by sheepman. [ruby-list:40482] * lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use pack/unpack-template char "m" instead of lib/base64.rb to do base64 encoding/decoding. fixed: [ruby-dev:25336]
2005-01-21Temporarily mark as not for Interix, until platform config and libtool fixed.tv1-3/+5
2005-01-21Add usemymalloc=false for Interix; this is now part of the hints filetv2-4/+5
officially submitted to perl.org. (Nonfunctional change, as pkgsrc already sets -Uusemymalloc at build time.)
2005-01-21nb1: Add entirely ugly but ultimately necessary workaround for Interix,tv5-8/+26
fortunately not required for ruby 1.8. Rather than printf-interpolating $DLDFLAGS, which screws with % characters, put %s in its place and supply $DLDFLAGS as an arg to printf.
2005-01-21update to 3.3.5drochner3-7/+7
There was just a build system fix which we weren't affected by afaict.
2005-01-21Interix fix: don't prototype setmode() differently unless it'll actuallytv2-1/+14
be used that way; #ifdef guard it.
2005-01-21Another Interix fix. Ruby 1.6 used printf to expand these variables, so %%tv3-7/+7
was needed. 1.8 doesn't, so that extra % is now noise.
2005-01-21Add ruby build support for Interix, modeled on NetBSD config.tv7-40/+206
2005-01-21Build fixes for Interix. (Oy, this file needs a good mopping. :)tv1-2/+8