summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-04-25update to 5d9perry1-1/+1
2005-04-24oops. remove PKGREVISION. This was up for less than five minutes -- itperry1-2/+1
should be fine.
2005-04-24Update to version 5d9.perry3-10/+10
Changes appear to be speed improvements, bug fixes, some support for ia64 architectures, and some improvements to the conformance tests.
2005-04-22Remove RScheme -- broken on 2.0/i386 for other 8 months, and noone steppedwiz16-550/+1
up to fix it.
2005-04-22Update MASTER_SITES.wiz1-2/+2
2005-04-19Fix depending packages' version. Thanks much for wiz notifying me.taca1-4/+4
2005-04-19Fix typo: s/tcltllib/tcltklib/. Thanks much for wiz.taca2-4/+4
2005-04-19Remove wonka -- the project is dead.wiz22-466/+1
skrll@ ok.
2005-04-18Update sun-j*4 to 1.4.2_08, a bug fix release.jschauma4-19/+19
Changes since 1.4.2_07 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: - Hotspot client compiler overfills CodeBuffer: crashes when deoptimizing. - ShouldNotReachHere() failure at hotspot/src/cpu/i486/vm/c1_FrameMap_i486.cpp, 92 - JVM outputs exceptions or crash with a program using Big interger in 1.4.2_08b2 - Flattened alias type for [KlassPtr + offset] must be consistent - vtest failed intermittenly when running with tiger b23 -server -Xcomp - BugFixes from Azul Systems - SIGSEGV in Type*Type::meet(const Type*)const+0x0 - 1.4.2_06 crashes when setting -XX:CompileThreshold=200 -server on Windows - -XX:+AggressiveHeap broken in build 1.4.2_22 for Windows/IA64 - CMS: large unused perm gen can degrade scavenge times on MP - IA64 - JVM crashes on Itanium 2 and AS3.0 box in 1.5b55 when stackoverflow occurs - JVM abort on unexpected signal - Add java runtime flag SuppressFatalErrorMessage to skip all error handling logic on fatal error. - Incorrect abstract interface semantics in JDK ValueHandler - String.getBytes() does not work on some strings larger than 16MB - UnixPrintServiceLookup should not require file permission - Bundled com.sun.image.codec.jpeg JPEG API has errors for a new type of JPEG image - Invisible applet steals focus from HTML form field (MSIE, Sun plug-in only) - J2SE NIO: eucJP-open failed to be looked up. - using defaultReadTimeout appear to retry request upon timeout - App fails w/ classnotfound exception after restoring n/w connectivity - ZipFile$ZipFileInputStream doesn't close handle to zipfile - UDP DatagramSocket close causes delayed IOException - (ch) Interrupt-signal handler improperly installed, causing random exits (lnx) - Cannot change file filter on motif look & feel - 1.4 REGRESSION: In Motif L&F JComboBox doesn't react when spacebar is pressed - ALT + I does not work with Motif L & F - test/java/text/Format/CurrencyFormat.java failed for tr_TR - 142_xx: Missing exception/error messages while using unsynchronized Collection objects concurrently - deadlock in locking of TimeZone class during a read - New Turkish currency - JarFile.getInputStream throws ClassCastException when jar file is signed - current version functionality is incorrect in online docs - normal DnD program causes "FATAL ERROR in native method" - Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults. - JVM Crashes in verifier in Tigerb64 - Problem with embedded Internet Explorer using Sun Java - classes are loaded 512 bytes at a time, slowing down applet start time - memory leak in many jni calls (NewString etc.) - Java Webstart application startup is too slow - Java Webstart incremental update fails with java.util.ZipException
2005-04-15Adjust for changes done in the pkgsrc infrastructure to make thiskristerw2-1/+98
package build again.
2005-04-13patch TCL_SRC_DIR and TK_SRC_DIR into tclConfig.sh and tkConfig.sh correctlyjschauma2-4/+4
2005-04-13As with tcl and tk, patch the itclConfig.sh file to contain thejschauma2-3/+16
proper directories etc. While here, add a buildlink transformation to let packages to pass -litk or -litcl and get -litk33 and -litcl33.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv107-214/+107
2005-04-11Update php5 to 5.0.4. This is maintenance/bugfix release, full list of changesjdolecek6-25/+82
available at: http://www.php.net/ChangeLog-5.php#5.0.4
2005-04-11patch tclConfig.sh and tkConfig.sh so that they do not contain referencesjschauma2-3/+15
to the build environment, which of course no longer exists once we install the file. Also make sure that variables are set using double quotes, so that variables inside are expanded. Ok jwise@.
2005-04-10Add PRINT_PLIST_AWK patterns for ruby modules.minskim1-1/+8
2005-04-08disable sqlite extension again - there is databases/php5-sqlite for thisjdolecek2-4/+4
purpose
2005-04-08Update HOMEPAGE.wiz1-2/+2
2005-04-08Changes 5.43.0:adam6-33/+34
* Fixed bug in ExpOutputProc that caused misbehavior during partial writes. * Noted that expect_background ignores timeouts. Added to documentation. * Patch for "mkpasswd -vo".
2005-04-06Add patch from Urban Boquist that should fix bulk build on 2.0/i386.wiz2-1/+15
2005-04-05Fix SR optimizer bug: with -O, the char-integer-conversion was unsigned,is3-3/+17
while it is signed without.
2005-04-05optimize libraries.is2-3/+4
2005-04-05optimize librariesis1-0/+14
2005-04-05Add other 64bit platforms to NOT_FOR_PLATFORM too; clisp is not 64bit ready.wiz1-2/+2
Suggested by martin.
2005-04-05mjl is behind the times: use tech-pkg as default maintainer, not packages.wiz1-2/+2
2005-04-05Sort.wiz1-3/+3
2005-04-05Sort.wiz1-37/+37
2005-04-05Use sdbm/bl3 instead of DEPENDS.wiz1-3/+2
2005-04-05Add to patches from the BSD# project to only use to isinf from the OSrecht9-21/+58
if it's available and not mono's implementation. Should fix the build on NetBSD.
2005-04-05Pull in various tcl.m4 patches from the lang/tcl package. In particulardmcmahill5-21/+8662
this makes the shared lib naming match what tcl uses with regards to dots or no dots. This includes fixes for older a.out netbsd systems and several other OS's as well.
2005-04-04update to mono-1.1.6recht7-69/+32
This is a micro-release and only contains some bug fixes: * Packaging Fixes: Mono 1.1.5 RPM packages were compiled with an option that would allow users to downgrade their kernel, but the feature had not been tested. One simple fix was to compile from source code, but we decided that redoing the packages was the major burden of a release, and we could include a few other fixes. * Apple G3 Support: The G3 was not previously supported, this version adds support for it. * KEvent on BSD: A crashing bug on BSD-based systems (OSX included) were fixed. * Cookies: A couple of small bugs were found on the Cookie handling with certain web sites, this has now been fixed. * AMD compilation: Makes sure that libraries are installed in lib, not lib64. * Compilation: Compilation on some older systems has been fixed. * SQL Server reset: The reset operation is not supported on all SQL servers.
2005-04-03Drop me as maintainer, haven't touched it for several years.mjl1-2/+2
2005-04-02Use DEPENDS, instead of including buildlink3.mk, to pull inminskim1-1/+6
dependency when NO_BUILD is set. Approved by taca@.
2005-04-01BUILDING_PERL5 is _always_ defined now, so test for a specific value.heinz1-2/+2
This fixes (at least) the build of mail/p5-razor-agents on NetBSD 1.6.2. Ok'ed by jlam.
2005-03-31Add missing ri ralated data files. Noted by Min Sik Kim <minskim>.taca2-270/+2523
Bump PKGREVISION.
2005-03-30Add buildlink3 file.wiz1-0/+18
2005-03-30Add RUBY_VER_DIR to PLIST_SUBST.taca1-1/+2
2005-03-29Use PKG_FAIL_REASON when the python version is not found, otherwisextraeme1-2/+2
will get an unassociated shell command building some packages.
2005-03-29Add "ruby" to CATEGORIES.minskim1-2/+2
2005-03-27commit patch missed in the previous commitrecht1-23/+25
2005-03-27update to mono-1.1.5recht15-288/+301
The latest development release -- which is recommended for all users by the mono project. Major highlights include Nullable Types and Fixed Size Buffer features in the compiler; Much more improved Windows.Forms implementations; Increased performance, reduced memory usage. See the detailed release notes here: http://www.go-mono.com/archive/1.1.5/
2005-03-26There are platforms that do not have malloc.h. Use stdlib.h instead.kristerw2-1/+15
2005-03-26New maintainer, new distfileadam2-6/+6
2005-03-25Update to JDK 1.5.1_02. No critical bugs; only security impact is thetv4-17/+18
addition of new CAs. For a full (and huge) bug list, see: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-03-25I volunteered to manage this.tv1-2/+2
2005-03-25No need to set USE_BUILDLINK3=yes; this is now the default.jmmv1-3/+1
2005-03-24Remove redundant inclusion of pth/buildlink3.mk. This exact same codejlam1-4/+1
already exists in pthread.buildlink3.mk.
2005-03-24Don't check for USE_BUILDLINK3 anymore in these files. These are includedjlam1-15/+7
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
2005-03-24Don't check USE_BUILDLINK3 any more.tv1-6/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz5-12/+5
useful.