summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-10-17Use the installed rather than bundled libltdl.tv1-2/+3
2004-10-17whitespace nittv2-4/+4
2004-10-17Always create empty .system.lock and .systemRootModFile (which randomlyrh1-1/+6
seem not to get extracted by the auto extractor.
2004-10-15Needs -ldl on Interix.minskim1-1/+2
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv4-10/+10
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-15Update linkage to libltdl, now in its own package.tv3-9/+9
2004-10-14Fix directory name for libtool-base explicit dependency.tv1-2/+2
2004-10-14Tell people to fetch the JCE file if necessary.jschauma6-20/+27
Update sun-j*4 to 14-2.6 (aka sun-jdk/jre version 1.4.2_06). Bugs fixed since last according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: - jResourceBundle holds ClassLoader references using SoftReference (not weak) - enablev006: JVMPI_EVENT_ OBJECT_ALLOC request crashes Server VM - Update cacerts with new VeriSign ca certs - (so) Selector.select() throws CancelledKeyException - Internal Error occurs during offet conversion of byte code in rewrite/relocate - SEGV in MapLoops test - REGRESSION 1.4: PropertyDescriptors do not find the most specific methods - REGRESSION 1.5: Introspector.getBeanInfo throws NPE if a primitive type is passe d - CMS: vtest died with tiger b26 - JVM crashes during deoptimization phase - CMS thread/SLT deadlock problem - Unable to create Logger during JVM shutdown - 64bit j2sdk1.4.2_01 and j2sdk1.4.2_03 dump core with oracle 64bit jdbc oci driver - Cannot set different runtime parameters for different 1.4.2_x versions - "java_g -version" dies on an assertion on RH9.0 and RHEL 3.0 - 1.4.2_05: 3 JCK tests failing with -Xcheck:jni flag on Linux - RH Enterprise 3 and Suse Ent 8 server / desktop asian font properties needed - Clent VM crash while compiling a large JSP generated method - NullPointerException in reading an rtf-file into a javax.swing.text.rtf.RTFEdito - RTFEditorKit wrongly parses rtf if fontname has unicode characters - 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris - bf) Direct memory cannot be unreserved while reserving thread sleeps - Hotspot compiler changes behaviour of program - VM segv's running jvmti/jvmpi profiler - J2SE 1.4.2 cannot display certain awt components in Asian characters in RH2.1 AS - exception thows from jconsole when run any GUI which works fine with jdk1.4.x - Can not eliminate implicit null checks for method invocations based on profile - Regression 1.4.2_06b1 4937429 failing. cacerts in javaws and security dirs diffe - /api/javax_swing/ SwingUtilities/descriptions.html fails for JCK14a, 1.4.2_06b1 - Regression:4683022 fails for 1.4.2_06-b01 - REGRESSION: ResourceBundle.getBundle(String, Locale) is broken in jdk 1.4.2_05
2004-10-14Enable pkgviews installation. This closes PR pkg/26104.minskim1-1/+3
2004-10-14This package requires ngettext(), which is provided byminskim1-1/+3
gettext-lib>=0.10.36. Set BUILDLINK_DEPENDS.gettext accordingly.
2004-10-11Use PKGNAME_NOREV instead of PKGNAME for the DIST_SUBDIR (wherereed1-2/+2
the distfiles are stored). This problem was noticed by Richard Rauch and reported in PR 27205.
2004-10-11Fix the "jre" symlink in the various Sun-based JDK packages; it was wrongtv9-21/+16
for quite some time after the ${PREFIX}/java migration. Since pkgsrc now has proper symlink handling in pkg_install, this can now be a simple PLIST entry rather than an @exec/@unexec pair.
2004-10-11+win32-jdktv1-1/+2
2004-10-11win32-jdk, a wrapper around the Win32 Java SDK/Runtime Environment for usetv6-0/+252
on Interix platforms.
2004-10-10fix build on Darwin:grant5-44/+46
- libtool needs -dynamiclib on Darwin to create shared libraries - don't use libtool to create the static libtclstub.a, do it the same way that tcl 8.4 does - name library libtcl83 (as opposed to libtcl8.3) like other platforms - remove PLIST unnecessary hack for Darwin shlib name
2004-10-09s/Runtime Environment/Development Kit/rumble1-1/+1
2004-10-09s/Development Kit/Runtime Environment/rumble2-2/+2
2004-10-09Correct WRKSRC to not use the nb[0-9]* from PKGVERSION.kristerw1-2/+2
2004-10-09Under libtool, only the .la goes in the PLIST now. (I'm not entirelytv2-8/+3
convinced that Darwin needs special handling here. Does the Darwin build *not* use libtool!?)
2004-10-09Fix error in previous (one too many lines deleted from test version).tv1-1/+2
2004-10-09Class Data Sharing, while fast, is apparently also touchy. Do thetv5-10/+22
classes.jsa generation at the last possible moment, in the INSTALL script. (Somewhere in the generated file is a hash of the pathname used to generate it, and -Xshare:on failed with the classes.jsa generated in the build tree.)
2004-10-091. Make the extractor compress the jarfiles. Sun has an annoying tendencytv4-8/+14
to store (mode-0) all classes in jarfiles, which in practice does *not* provide any measureable speedup; rather, let's get back some diskspace. 2. Enable the new Class Data Sharing feature by doing a -Xshare:dump at extract time and installing the resultant classes.jsa.
2004-10-08No target information is available for Interix; disable it here.tv1-2/+2
2004-10-07Use only .la files in the PLIST.tv2-11/+3
2004-10-07Fixup after the libtool related PKGREVISION bump.markd2-5/+6
Bump PKGREVISION of swi-prolog.
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam2-7/+11
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-06nb2:tv4-36/+73
Use a HEADER file for the excessively long SUPPORT_FILES as suggested by jlam. (Dynamically generated and placed into HEADER_EXTRA_TMPL.) Bring back the fontconfig.* SUPPORT_FILES. Also enable the unlimited-strength JCE support, now that the support file is available.
2004-10-06correct an oversight in last commit.agc1-2/+1
2004-10-06Enable incomplete "-source 1.5" support as described in NEWS. This doesn'ttv1-1/+5
break default or "-source 1.3/1.4" compiles already supported; it just adds additional parser code for some new language constructs in 1.5.
2004-10-06Update to 1.22, makes compatible with rt.jar from JDK 1.5. NEWS file:tv2-6/+6
===== *** Jikes 1.22 was released 3 October 2004 This release supports compilation using the rt.jar shipped with the released version of Java 5.0, but otherwise has no more support for new language features than 1.21 did. These specification problems are fixed: 3986 jikes compiles faulty source without error or warning 4042 constructor of strictfp class not strictfp 4046 no warning when overriding a deprecated method These crashes on valid or invalid source are fixed: 3934 Assertion failed: ! array tuple.h line 429 3972 "Assertion failed" on incorrect String operations 3974 Assertion failed: type == control.String() 3989 Assertion `! array' failed with String.class literal These problems with diagnostics are fixed: 3424 Confusing error message for type not found error 3947 static method local shouldn't shadow instance field These other problems are fixed: 495 classpath problems introduced by 1.14 4018 errno undefined (freebsd-4.8
2004-10-06Too many SUPPORT_FILES must have overflowed shell args somewhere or similartv3-53/+27
(on NetBSD 2.0_RC*, the generated .INSTALL ends up with an empty definition of SUPPORT_FILES). Trim out the fontconfig.* files, for now.
2004-10-05Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.tv12-18/+69
This adds many commonly used tools to $PREFIX/bin, such as keytool, rmiregistry, rmic, idlj, etc.
2004-10-05Add apt, javaws, and servertool commands which appeared after JDK 1.3.tv3-7/+13
2004-10-05Split the $NetBSD$ tag in "makesfiles" so it's not expanded in-place here.tv1-2/+2
2004-10-05:g/x86/s//${ALT_ARCH}/gagc1-57/+57
2004-10-05Update the PLIST to reflect the newer version, although there areagc1-68/+60
still some issues to this, wrt .la archives, and not installing .a files. (SHLIBTOOL_OVERRIDE is not an option). Please treat this as work-in-progress.
2004-10-05Do not append OS_VERSION to PY_PLATNAME on Interix; Use LOWER_OPSYS only.minskim1-2/+2
2004-10-04In Tcl 8.4.7, there's no need to use LD_FLAGS, which was introduced tominskim3-10/+5
fix building the threaded versions of tcl and tk in 8.4.6nb2. This closes PR pkg/27130. Bump PKGREVISION because lib/tclConfig.sh is changed.
2004-10-04Make this install and deinstall cleanly under IRIX and Linux.jschauma4-13/+88
2004-10-03Correct PY_PLATNAME for IRIX, as suggested by Georg Schwarz.jschauma1-2/+4
2004-10-03Link the native thread so that Guile processes won't die whenwiz1-2/+7
libpthread.so is dl_open(3)'ed. Mirrors a similar commit to guile14. Bump PKGREVISION.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv79-110/+159
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02o Unconditionally enable popen() support.cube3-5/+17
o Enable pkgviews installation (hi cube, the one from pkgsrcCon 2004 who forgot to commit this) Bump PKGREVISION.
2004-10-01Remove MIPSpro bits that added -n32 or -64 depending on the ABI; thisjlam2-21/+3
handling has been moved into mk/compiler/mipspro.mk.
2004-10-01Changes 8.4.7:adam7-864/+54
* Fixed [glob -path] bug when in the root directory * Fixed unicode-char path installation on Windows NT-based platforms * Properly subsitute more values in Windows tclConfig.sh * Improved stack overflow prevention on Windows * Fixed mem leak in [fconfigure $serial -xchar] * Fixed crash with [cd] with a volumerelative $HOME * Fixed clock %G %V formats for ISO8601 week numbers * Fixed support for non-WIDE_INT aware math functions * Added [http::config -urlencoding] option * Fixed utf-8 encoding of \u0000 on system I/O * Prevented dde hangs with non-responsive apps * Added round() wide integer support * Cleaner exit and correction of mem leaks when using the threaded memory allocator and reinitializing * Improved build configuration on 64-bit systems * Added read support of PPM/PGM with the -data option * Correct issue with displaying maximize window button on KDE-3.2.1 * Fix drawing of unicode chars in menu titles on Windows * Correctly post Tk clipboard data to the Windows clipboard on exit * Fix the panedwindow -opaqueresize option to work as per the docs * Reduce Tk tk_messageBox default font size to 14-point * Prevent possible segfault in -maxundo * Fix XIM initialization on Solaris * Complete the implementation of the CG version of the X drawing emulation layer on Mac OS X * Fix several Mac OS X usability issues
2004-09-30Add and enable sun-jdk15rh1-1/+2
2004-09-30Initial import of sun-jdk15-5.0, Sun's Java SDK, Standard Edition 1.5.0rh7-0/+1605
2004-09-30s/jre14/jre15/grh1-10/+10
2004-09-30Add and enable sun-jre15rh1-1/+2
2004-09-30Initial import of sun-jre15-5.0, Sun's Java(tm) 2 Runtime Environment 1.5.0rh8-0/+929