summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-10-11Do-notiung commit to add the following note to cvs log:tv2-2/+2
Release notes are available at: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-10-11Update to 1.5.0_05. See Sun's site for release notes; too large for CVS log.tv6-26/+37
2005-10-11Move PLIST twiddling to pre-install step where it belongs.tv1-1/+3
2005-10-11Update kaffe-x11 to 1.1.6tonio1-2/+1
2005-10-11Update lang/kaffe to 1.1.6tonio10-186/+118
This release contains many improvements, including the merge with gnu classpath 0.18 Also, patches from PR 30585 have been integrated upstream. Thanks joerg for testing it under dragonfly
2005-10-10Use FreeBSD modus for DragonFly as well.joerg2-1/+12
2005-10-10Bump revision since the linking changed on DragonFly. Suggested byjoerg1-2/+2
jlam@.
2005-10-10Include errno.h and only define errno if that doesn't do the trick.joerg2-1/+17
2005-10-10Nuke last chunk of patch, it got appended by configure.joerg2-15/+4
2005-10-10Just use -pthread on DragonFly for thread linkage.joerg2-18/+16
2005-10-10Commit patch provided by Hauke Fath in PR pkg/31538 to updatejschauma4-19/+17
sun-j*13 to version 1_3_1_16 aka 1.0.16. Changes and bugs fixed, according to http://java.sun.com/j2se/1.3/ReleaseNotes.html#131_16 SIGSEGV in Type*Type::meet(const Type*)const+0x0 JVM crashes at assert(!n->is_Phi() && !n->is_CFG(),..) with java_g in 1.3.1_11 JVM stops merging state vectors for blocks where there's a monitor mismatch. Incorrect abstract interface semantics in JDK ValueHandler 1.3.1-only: JVM crashes during WTextComponentPeer.getText() using Citrix java.util.zip stream classes do not close default {De,In}flaters Unnecessary object retention in java.util.zip.Deflater Test CTE_REGTEST/Generic/4894903 is unpredictable Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults. different behavior among 1.3.1, 1.4.2 and tiger-b63 in Java plug-in for PrintJob JRE 1.3.1+ series Plugin Changes Windows registry settings of JRE 1.4.2+,that is already installed JNDI sending premature ABANDON after connection has closed
2005-10-08add inet6 to list of supported options; this effectively enables IPv6jdolecek2-3/+4
support by default, since the USE_INET6 mapping now properly kicks in
2005-10-08fix pluraljdolecek1-2/+2
2005-10-08Unfortunately PHP has several openssl hooks, which are only enabledjdolecek3-9/+13
when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl.
2005-10-07Add a fix to LDAP extension build to properly detect LDAP capabilities,jdolecek2-1/+14
such as TLS support. Patch provided by Stoned Elipot in private e-mail.
2005-10-07Remove wiz's quick workaround for the --mandir.reed1-9/+1
Remove the --mandir setting for CONFIGURE_ARGS as this is now done by default (for GNU_CONFIGURE). Remove the man page staging from post-install (and the comment about this). The maintainer told me this was a workaround for older versions of tcl and that it is fixed now.
2005-10-07Package wants to override mandir, so setwiz1-1/+3
CONFIGURE_HAS_MANDIR= no
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-10-04Use CONFIGURE_HAS_MANDIR=NO because configure is oldreed1-1/+2
and does not know --mandir. (This still needs a patch that I have to commit.)
2005-10-04PECL modules have a real homepage. Set the default for PECL modules totv1-1/+5
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-03Get rid of some more stuff that was to be removed after 2005Q3.wiz2-6/+2
2005-10-02sync with new Python 2.4 versionrecht1-3/+3
2005-10-01Update to Python 2.4.2recht8-71/+46
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in bugfix-only mode, no new features are being added. More than 60 bugs have been squashed since Python 2.4.1, including bugs that prevented Python working properly on 64 bit AIX and HP/UX. For a detailed list of changes see: http://python.org/2.4.2/NEWS.html
2005-10-01Add a patch for CAN-2005-2491 (buffer overflow vulnerability in the PCRErecht6-6/+109
library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
2005-10-01Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRErecht11-8/+215
library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491 Bump PKGREVISION's.
2005-09-29Use jbuilder-jit-license as license file.wiz1-2/+2
2005-09-28Fixed pkglint warnings.rillig1-3/+3
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig6-14/+14
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed deprecated use of NO_PATCH.rillig1-6/+1
2005-09-28Removed empty PKGREVISION.rillig1-2/+1
2005-09-28Removed trailing white-space.rillig3-12/+12
2005-09-28Removed trailing white-space.rillig2-6/+6
2005-09-28Removed trailing white-space.rillig1-1/+1
2005-09-26Add missing file to PLIST. Bump PKGREVISION.wiz2-2/+4
2005-09-24enable on solaris. seems to work ok heredmcmahill1-1/+2
2005-09-23Use security patch in official Ruby's ftp server instead of adding locally.taca4-175/+8
This dosen't change anything to installed binaries nor built package.
2005-09-22Depend on current pkgsrc version of sablevm-classpath; bump PKGREVISION.wiz1-3/+3
2005-09-21Ensure that errno really comes from errno.h and only define it asjoerg9-16/+121
extern, if it's not a macro. Teach configure about DragonFly. OKed by maintainer.
2005-09-21Add a patch for fix the security problem which allows an arbitrary codetaca2-3/+9
to run bypassing the safe level check. Bump PKGREVISION.
2005-09-21Add a patch for fix the security problem which allows an arbitrary codetaca3-3/+162
to run bypassing the safe level check. The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list. Bump PKGREVISION.
2005-09-21Allow Python 2.3 to build dynamic modules on DragonFly.joerg2-18/+26
2005-09-20revert last - thanks to wiz for poking me to find the real cause of theabs1-3/+3
breakage.
2005-09-19Set PKGNAME= rather than PKGNAME?=abs1-3/+3
Previously php-gettext would end up with a PKGNAME of php-{ver}, with obviously breakage.
2005-09-19Rearrange configure script a little:taca3-47/+29
- Correct case statement moving "interix3*)" to before "interrix*)" since "interix3*)" wouldn't match and always match to "interix*)". - Remove "interix3*" in the case condition which always "interix*" pattern. This dosen't fix anything bulding on Interix3 (SFU 3.5) and on other platforms, but fix obvious mistake in configure script.
2005-09-19Add buildlink file. It's required by textproc/py-dtml.hira1-0/+21
Reviewed by minskim@.
2005-09-18Adding DrafonFly BSD support based on patch provided by Joerg Sonnenberger.taca8-3/+128
Bump PKGREVISION.
2005-09-18Adding DrafonFly BSD support provided by Joerg Sonnenberger.taca5-30/+103
Bump PKGREVISION.
2005-09-17Make installed files match PLIST on Darwin. This addresses theminskim2-6/+15
installation problem noted in PR pkg/31324.
2005-09-17Update to 1_4_2_09 (dist files for 1_4_2_08 no longer available).dillo5-23/+23
Okayed by maintainer, okayed during freeze by wiz.
2005-09-11Move default definition of DIST_SUBDIR for Ruby relatedtaca2-9/+9
from modules.mk to rubyversion.mk. This should fix devel/ruby-rd-mode package.