summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18Rename the internal package variable referred to by buildlink[23]. Nojlam10-151/+151
functional change.
2004-03-17Update sun-j*14 to latest version 1.4.2_04 or sun-j*14-2.4.jschauma5-23/+24
This is done during the freeze since the default distfile vanishes from Sun's website. Changes and bugs fixed since 1.4.2_03 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: Encoding Unicode to JIS0208 Throw exception HTMLEditorKit uses always default editor kit for rendering of frames javac requires exponential time to attribute methods in a large hierarchy NullPointerException in JFileChooser when accessing system level icons 1.4 REGRESSION: Metal & Windows FileChooserUI classes cannot be used without She Cross-platform PrinterJob.printDialog gets hidden by main application window GTK+ theme keynav for JTree expand/collapse doesn't confirm with GTK+2 standard closing sequencer sometimes crashes the VM GTK+ L&F not fully reflecting GNOME High contrast large print theme GTK+ JFileChooser doesn't open multiple files RMI call remains blocked even after network cable is unplugged in Solaris 8 REGRESSION: Unicode escape processing is redone REGRESSION: regex character class negation error REGRESSION: infinite loop in ISO2022_JP$Decoder. decodeArrayLoop() Printing: Legal page sizes not correctly selected/printed on Linux in with J2se1.3 in multithread situation, socket reads data unexpectly JPI Control Panel "Help" refers to the incorrect Update button name Include UseSpinning, UseTLAB, PreBlockSpin with -XX:+AggressiveHeap for Linux DefaultWriteObject Flag is always true in RMI-IIOP data stream IOP serialization is slow for large objects CHROOT JDK 1.4.2-b28 Incorrect ordering of loads/stores of same memory loc with -XX:-OptoScheduling JDK 1.4 and the JIS0208 character set encoding Java plugin downloads sticky applet multiple time for sites using load balancing javax.rmi.CORBA.Util.isLocal(stub) restricts custom ORB spinners don't look like native ones on blueprint GTK L&F: In JFileChooser folder ordering is unlike native mercury ordering JFileChooser filepanel background color is unlike native mercury GTK L&F: Behaviour of new folder button in JFileChooser is unlike native mercury JFileDIalog does not show the current directory in GTK Swing's GTK look and feel should be updated to track GTK 2.2 GTK L&F: Shift+Tab causes the JFileChosser to behave vague Drag anchor of JToolBar is unlike the native mercury toolbar JFileChooser Dialog does not respond to the ESC key unlike Native FileDialog RepositoryId Lists not handled correctly Swing's blueprint engine is not in sync with native version Wrong discriminator received on a union with multiple case labels on a branch CORBA COMM_FAILURE when destroy() takes too long and close() happens J2SE needs to support Korean on Mercury Ship currently published CA certificates in cacerts file Regression: 1.4.2 JVM core dumps with error ID 4F530E43505002EF 01 Regression: jarsigner fails to verify the jar files Cannot specify java.util.logging.manager property using JWS IOException on drop part of drag'n'drop JavaWebStart version number inaccurate on Korean Locale on Win2000 C2 crash in adjust_check Java Web Start 1.4.2 uses obsolete cacerts file. GTK L&F: Behaviour of rename button in JFileChooser is unlike native mercury sun.nio.ch.Util.releaseTemporaryDirectBuffer NullPointerException classDepth(null) crashes VM consider removing validity check on trusted cert anchor selection -XX:NewSize, MaxNewSize CL arguments sometimes ignored JRE 1.4.2 support for Chinese/Korean fonts on Redhat AS 2.1 Signature timestamps in signed jar files break forward compatibility REG: JVM crash on RH3.0 w/ 4F533F4C494E55583F 491418160E4350500306 Interop broken b/w 1.4.2_04 and 1.4.1,1.5 for TreeSet, BigInteger, BigDecimal Krb5LoginModule authentication fails with exception, "connection reset"
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam5-5/+10
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16Add ruby to CATEGORIES.taca2-4/+4
2004-03-16add x86_64 support. patch tested by Kristerdmcmahill2-4/+54
2004-03-15Add patch to use <dlfcn.h> explicitly.taca2-1/+15
2004-03-15Update master sites of Ruby.taca1-6/+10
2004-03-14Spelling fix.snj1-1/+1
2004-03-13Add x86_64 to the list of LP64 architectures.kristerw1-2/+2
2004-03-13Add x86_64 to the list of LP64 architectures.kristerw1-3/+4
Bump PKGREVISION.
2004-03-13Add x86_64 to the list of LP64 architectures.kristerw1-3/+4
Bump PKGREVISION.
2004-03-13include x86_64 in the 64-bit list. Hopefully fixes recently noted problemsdmcmahill2-5/+5
on x86_64.
2004-03-12Bump pacakge revision with ruby-base package's update.taca1-1/+2
2004-03-12Update ruby-base package to 1.6.8nb3.taca7-12/+184
* Miscellaneous bug fixes. - ruby core dumps by segmentation violation because of wrong checking whether block was given. - PTY module function dose not reset SIGALRM handler when child process executing command on pty. - There is a error for calling raise method in lib/delegate.rb. * Try to honor PKG_SILENT and PKG_VERBOSE. * Experimental fix for getaddrinfo(3) problem on Darwin (not tested).
2004-03-11Fix up the supported versions on Darwindanw1-2/+2
2004-03-11Use Tcl 8.4.x, bump package version.tron1-4/+3
2004-03-11Add buildlink3.mk.minskim1-0/+21
2004-03-11Uses yacc during build.reed1-1/+3
2004-03-11sortcjep1-2/+2
2004-03-11The pnet package uses zlib.jlam2-3/+6
2004-03-11Switch to Tcl/Tk 8.4 and bl3ify.minskim3-7/+10
2004-03-08Update tcl-otcl to 1.8 and take maintainership.minskim4-31/+37
Changes: * Define macros CONST84 and CONST84_RETURN in otcl.h * Change char* to CONST84 char* (or CONST84_RETRUN char * if it is a function return) in otcl.c * test hangs for lib/test.tcl (autoload), see comments in lib/test.tcl
2004-03-08Update Tcl/Tk to 8.4.6.minskim5-43/+76
* Tcl_Obj sharing fixed in [binary scan] * Updated errno usage for recent glibc * Fixed [file normalize ~unknownuser] error * Fixed two memory leaks in VFS code * Fixed possible infinite loop in TclFinalizeFilesystem * Updated HP-UX 11 build libraries setup * Unix std channels forced to exist at startup * Stopped broken [exec] quoting of '{' * Fixed memory leak with very long host names * Corrected level interpretation of Tcl_CreateTrace * Allow 64-bit configure on IRIX64-6.5* * Several OS X/Aqua native integration improvements (scrollbar, event generate, unicode clipboard, tk_messageBox, mousewheel event, alpha blending for partially transparent images) * Recognized native hand2/fleur cursors on Windows * Post menubuttons so they stay on screen better * Fixed crash during intra-image copy/resize * New msg catalogs for Esperanto and Polish * Corrections bold/italic font handling (width calculations) on Windows * Fixed shrinking grid geometry calculations
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim9-22/+22
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Update tcl to 8.4.5. Too many changes since 8.3.4. Please seeminskim10-358/+392
ChangeLog in the distfile.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim7-18/+19
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Reimport tcl-8.3.4 into lang/tcl83 before updating Tcl/Tk to 8.4.5,minskim11-0/+1312
because many packages still need 8.3. OK'ed by the maintainer (jwise@).
2004-03-07Update to 0.07:jmmv6-76/+55
New in release 0.07 (2003/30/11) * Works with libtool 1.5 (and 1.4.3). * java.awt gtk+ peers now depend on gtk+ 2.2.x and uses pango. Lots and lots improvements on the peers. * java.awt.geom.CubicCurve2D, java.awt.geom.QuadCurve2D: Subdivision and flatness calculation implemented. * java.awt.geom.FlatteningPathIterator: Working implementation. * gnu.java.awt.BitwiseXORComposite helper class. * New rmic compilers (jikes, kjc) support. * java.text bug fixing and 1.4 updates (Currency). * Hashtable and HashMap function more similar to other implementations. * javax.naming and java.beans classloader fixes. * URL parsing, URLConnection, protocol and (needed) permission fixes. * More java.nio implementation (API complete, but implementation not finished yet). * Lots of java.net code cleanup. * Improved documentation. * Numerous bug fixes in almost every package, and lots of updates for 1.4 functionality. * Fixed Classpath bugs: #2944 Incorrect synchronization in java.util.logging.ErrorManager #6075 java.awt.geom.GeneralPath.getCurrentPoint returns wrong results #6076 java.awt.geom.GeneralPath constructor sometimes hangs #6089 java.awt.geom.GeneralPath.getPathIterator does not work [...] VM Interface changes: * Thread has been split in a VM-independent Thread class and a VM-dependent VMThread class. New in release 0.06 (2003/22/08) * Update java.awt peers to GTK+2. * java.awt.GridBagLayout implementation. * javax.swing.border implementation. * java.security and java.security.cert updated to 1.4 spec. * New JNI native target code layer. See native/target/readme.txt. * --enable-regen-headers configure flag for automatic jni .h file generation. * Removed workaround for gcj 3.2 and lower, gcj 3.3+ or jikes 1.18+ is now needed for compiling. * Lots of improvements and/or new classes for java.awt, java.awt.dnd, java.awt.font, java.awt.geom, java.awt.image, java.io, java.math, java.net, java.nio, java.rmi, java.text, java.util, javax.swing, javax.swing.plaf, javax.swing.text. VM Interface changes: * VMClassLoader.loadClass(), the bootstrap classloader called by Class.forName() and ClassLoader.loadClass(), may now return null when a class is not found instead of throwing a new ClassNotFoundException. This is a performance optimization in some cases. This also changes the Class.forName() reference code. * Native methods in Class have been moved to VMClass. A few additional methods are also available in VMClass to provide optional performance improvements. * A VM can now supply its own String.intern() strategy through the VMString class. The supplied VMString reference class implements the original WeakHashMap strategy. * Float and Double to/from bits conversion functions can now be supplied by the VM through VMFloat and VMDouble. Default JNI conversion methods are supplied.
2004-03-07Remove info files entries from PLIST.seb1-7/+1
2004-03-07Add and enable ccsh.minskim1-1/+2
2004-03-07Import ccsh from pkgsrc-wip. Packaged by pancake at phreaker dot net,minskim4-0/+36
and slightly modified by me. CCSH is a scripting language that is intended to be powerful and easy to use for people already familiar with the C language.
2004-03-07Remove info files entries from PLIST.seb1-37/+1
XXX Does not install for me (libtool related problem).
2004-03-07Remove info files entries from PLIST.seb1-4/+1
XXX This package does not build for me and could use an update.
2004-03-07Remove info files entries from PLIST.seb2-47/+72
While here replace ad hoc substing with subst.mk framework. Don't install manpages twice. Fix missing PLIST entries. Bump PKGREVISION.
2004-03-07Remove USE_RUBY_AMSTD since no package use it now.taca1-6/+2
2004-03-07Perl's ARCHNAME for Darwin changed with Darwin 7 / OS X 10.3.danw1-4/+9
Fixes pkg/24531.
2004-03-07Remove info files entries from PLIST.seb4-35/+22
While here add missing info file from INFO_FILES and patch it so it has an info dir entry.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam25-159/+193
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-04update to 1.2recht2-6/+6
Includes support for Fedora, plus a number of smaller bug fixes.
2004-03-04Make ocalm build with tk-8.4.minskim3-1/+37
2004-03-03update to 0.30.2recht2-5/+5
The only thing that changed is the included mcs. For which - sadly - is now real news file available. By comparing it seems that the following packages have changed: System.Runtime.Remoting, System.Web, System.Web.Services, System.XML Changes (among others): * iterators.cs (IteratorHandler.IsIEnumerator, IsIEnumerable): New routines to check if a type is an enumerable/enumerator allow classes that implement the IEnumerable or IEnumerator interfaces. * String.cs: Concat() fixed crash when one of the arguments is an object whose ToString() method returns null. * TypeLoadException.cs: Added some serialization fiels, needed for compatibility with MS.NET. * String.cs (Equals): Speed up this method by avoiding Array Bounds Checks and by comparing by 32 bit words rather than 16 bit chars. This gives between 0x (for 1 char) and >2x (for large strings) factor of improvement.
2004-03-02use REPLACE_INTERPRETER instead of our private implementationdrochner1-17/+5
2004-03-02update to gcc-3.3.3drochner12-32/+27
2004-03-02Remove info files entries from PLIST.seb1-11/+1
2004-03-02Fix build: short and easy way out of a config.status overriding problemseb1-1/+3
by disabling the override.
2004-03-02Remove info files entries from PLIST.seb3-20/+3
2004-03-02Remove info files entries from PLIST.seb2-40/+2
2004-03-02Remove info files entries from PLIST.seb2-31/+3
While here add two missing entries in INFO_FILES.
2004-03-02Remove info files entries from PLIST.seb1-33/+1
2004-03-02Test if a conditional variable is defined before expanding it. Fromuebayasi1-2/+2
Ralf-P. Weinmann on tech-pkg@.