summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-04-07I noticed that this install doesn't not create the man directory.reed1-1/+3
So added: INSTALLATION_DIRS= man/man1 The alternative would be to add a BSD_INSTALL_MAN_DIR to the patch-aa.
2004-04-06Java packages do not care about the native libraries in use. Thetv1-8/+1
native libraries' buildlink3.mk files need not be pulled in (which creates unnecessary recursive dependencies on those native libraries).
2004-04-06err add NetBSD RCSIDxtraeme2-2/+4
2004-04-06Add and enable kaffe-nox11xtraeme1-1/+2
2004-04-06Initial import of kaffe-nox11, version 1.1.4.xtraeme1-0/+15
This is kaffe, but without X11 support (libawt).
2004-04-06err forgot to add patch-ac.xtraeme2-1/+25
2004-04-06Update to 1.1.4 (latest development version) based on the patches sentxtraeme10-288/+143
by M.Negovanovic PRs pkg/24507, pkg/24508, also add a new Makefile.common which will be used for the upcoming kaffe-nox11 package and finally bl3ify. Changes: * Support for security policy files * AttachCurrentThread jni function for posix threads * Bug fixes: * jar tool and jar file fixes * URL context handling * EUC-JP support rewritten to use libiconv * HTTP fixes * MulticastSocket * DNSJava binding * ARM jit * ServerSocket.bind * java.math.BigDecimal - fix rounding operations * JNI fixes * FTP handler from GNU Inetlib * SHA1PRNG randomness fixes (can use /dev/urandom if available) * java.security.SecureClassLoader fix * GNU Classpath merges and updates: * Object serialization * almost all of java.io from Classpath * java.nio, java.net * java.util, java.util.regex * java.math, javax.naming * java.text, java.beans * java.net.protocol.file.Handler * java.util.Random * java.awt.GridBadLayout * java.awt.geom * javax.swing.event.EventListenerList * javax.swing.text.AttributeSet * Updated sound code from Tritonus.org * Updated javax.net.ssl/javax.security code from Jessie * kjc bug fixes: * .this expressions * extra generated <clinit> methods * static initializers fixed. Circular definitions of fields are now supported. * Build fixes: * m68k atomic compare and exchange * m68k-netbsd * ALSA 1.0 * mipsel-linux / jit3 * Cygwin * FreeBSD networking * parisc and HP-UX And more... http://www.kaffe.org/pipermail/kaffe-announce/2004/000023.html
2004-04-05Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.reed1-2/+2
Okay'd by cjones.
2004-04-05Increase BUILDLINK_DEPENDS to 5.0.2, because this is a known version thatxtraeme2-4/+4
works under !NetBSD platforms; suggested by Quentin Garnier.
2004-04-05Install bin2c binary located in ${WRKSRC}/etc, it's needed to buildxtraeme2-2/+7
some lua libraries; pointed out by pancake. No bump PKGREVISION this time.
2004-04-05Ensure _STRIPFLAG_INSTALL is defined before checking if it's empty.jmmv1-2/+2
Fixes a malformed conditional shown by bootstrap's bmake.
2004-04-05Add missing entry to distinfo for patch-aa.darcy1-1/+2
2004-04-05Update lua to 5.0.2, from Bruce J.A. Nourish via tech-pkg@.xtraeme9-167/+86
Lua 5.0.2 is a bugfix release, which contains the following fixes: src/ldo.c Attempt to resume running coroutine crashed Lua src/lgc.c C functions also may have stacks larger than current top Userdata to be collected still counted into new GC threshold src/lgc.h Userdata to be collected still counted into new GC threshold src/lparser.c Syntax `local function' did not increment stack size src/lvm.c `pc' address was invalidated when a coroutine was suspended Count hook might be called without being set src/lib/lbaselib.c Buffer overflow for unusual %p representation Wrong number of returns from chunks loaded from stdin src/lib/liolib.c `file.close()' could not be called without arguments Buffer overflow for unusual %p representation src/luac/luac.c Missing lock/unlock
2004-04-04- Disable the use of sigaltstack on NetBSD.recht2-5/+4
- Make the gc type overridable.
2004-04-04- Disable the use of sigaltstack on NetBSD.recht1-2/+18
- Make the gc type overridable. Bump PKGREVISION for the sigaltstack change
2004-04-04Update to 0.31recht9-49/+70
The major highligths of this release: * SPARC JIT engine * Windows.Forms is working again (alpha preview) * Native asynchronous support has been added to our I/O layer. * Relax NG compact syntax parser. * FileSystemWatcher. * ADO.NET disconnected operation. For a complete list of changes see: http://www.go-mono.org/archive/mono-0.31.html
2004-04-04The buildlink2.mk isn't used anywhere, so remove it.recht1-85/+0
2004-04-02Move patch to Python directory as that is where the file being patched is.darcy1-0/+86
2004-04-02As this needs a procfs mounted with the linux option, suggest /emul/linux/procjmmv2-4/+4
as the mount point, instead of /proc. This way, one can mount a regular (i.e, w/o linux compatiblity) procfs under /proc.
2004-03-30Just pass all CPPFLAGS, CFLAGS and LDFLAGS to configure asseb1-9/+3
${CC} with options or '-libs' specification. This fix the build of the package with threaded tcl/tk libraries from the tcl/tk packages. While here remove FIX_RPATH, bl3 framework takes care of that for us.
2004-03-29Updated Gauche package to latest release, 0.7.4.2.kei12-141/+282
Many changes were made from previous packaged version, 0.6.3; Lots of improvements and bug fixes, including security ones. Please take a look at its WWW page for more detailes. http://www.shiro.dreamhost.com/scheme/gauche/ pkgsrc changes: - support buildlink2. buildlink3.mk is also added but not tested since I have not moved to buildlink3 environment yet. - this package now uses libgcudevel/boehm-gc instead of self contained, slightly modified one. It seems that this package runs under m68k.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam2-2/+4
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29Update to 2.33perry15-266/+49
2004-03-28Add and enable sablevm, sablevm-classpath and sablevm-classpath-gui.jmmv1-1/+4
2004-03-28Initial import of sablevm, version 1.1.1:jmmv8-0/+202
SableVM is a portable bytecode interpreter written in C, and implementing the Java virtual machine specification, second edition. Its goals are to be reasonably small, fast and efficient, as well as providing a well designed and robust platform for conducting research. SableVM implements many innovative techniques, including: * 3 flavors of threaded interpretation (switched, threaded and inlined). * Bidirectional object layout. * Spinlock-free thin locks. * Sparse interface vtables. * Low-cost maps for precise garbage collection. This package is slightly based on the one found in pkgsrc-wip, made by pancake AT phreaker.net.
2004-03-28Initial import of sablevm-classpath-gui, version 1.1.1:jmmv3-0/+33
SableVM is a portable bytecode interpreter written in C, and implementing the Java virtual machine specification, second edition. Its goals are to be reasonably small, fast and efficient, as well as providing a well designed and robust platform for conducting research. This package contains the GTK binding required to run AWT and Swing applications with sablevm-classpath and sablevm.
2004-03-28Initial import of sablevm-classpath, version 1.1.1:jmmv5-0/+2840
SableVM is a portable bytecode interpreter written in C, and implementing the Java virtual machine specification, second edition. Its goals are to be reasonably small, fast and efficient, as well as providing a well designed and robust platform for conducting research. This package contains the class library for SableVM, based on GNU classpath. For GUI support, install sablevm-classpath-gui too.
2004-03-28Add and enable classpath-gui.jmmv1-1/+2
2004-03-28Initial import of classpath-gui, version 0.07:jmmv3-0/+31
Classpath is a free (open source) implementation of the Java runtime libraries. This package provides the GTK+ peer required to use the AWT and Swing libraries that come with classpath.
2004-03-28Disable GTK support and split the Makefile to aid with the addition of thejmmv2-20/+25
new classpath-gui package. Bump PKGREVISION to 1.
2004-03-28varargs.h -> stdarg.h migration.uebayasi5-8/+144
2004-03-26Use INCOMPAT_CURSES now that NetBSD curses provide KEY_RESIZE.wiz1-2/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz11-15/+22
Buildlink files: RECOMMENDED version changed to current version.
2004-03-25When building devel/gmake as a build dependency, build it without localejlam2-2/+4
support. This makes it easier to "bootstrap" the installation of a pkgsrc compiler without a lot of additional indirect build dependencies on gettext, libiconv, libtool, etc.
2004-03-25Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGSjlam6-37/+822
that accumulates within itself with a do-nothing version because it tried to re-use LDFLAGS for another purpose. This broke all library checks after the "checking for ELF" step. Fix this by (duh) not re-using LDFLAGS but by using a different variable. Bump the PKGREVISIONs of lang/tcl and x11/tk. This fixes building the threaded versions of tcl and tk.
2004-03-25Move the inclusion of pthread.buildlink3.mk within the section that managesjlam1-3/+3
the buildlink3 stack depth.
2004-03-24Now that we build tcl/tk with thread safety enabled, pull pthread buildlinkjwise3-5/+10
glue into the tcl buildlink glue. Also, update buildlink dependencies appropriately. Pointed out by wiz@netbsd.org.
2004-03-23USE_BUILDLINK3, fix build on sparc64 with gcc2.snj1-1/+5
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-22Note a conflict with perl-5.8.* as libperl isn't needed if perl-5.8.* isjlam1-2/+4
available.
2004-03-22Build thread-safe versions of tcl and tk. Bump PKG_REVISION to nb1 to match.jwise1-2/+3
2004-03-22The internal buildlink variable name is now "gcc3-c".jlam1-3/+3
2004-03-22Disable db3 and db4 detection in python23 and python23-pth, so as tominskim4-26/+42
prevent them from picking up a wrong db library on systems that have native db3 or db4.
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw3-5/+6
2004-03-20Change 'sh autoconf' to 'sh ./autoconf'. Solaris's sh will pick up autoconfbouyer2-5/+14
from PATH otherwise (well, the author should probably not have called this script "autoconf" :)
2004-03-20Make tcl-tclX and tk-tclX use Tcl/Tk 8.4. Bump PKGREVISION.minskim7-30/+88
While here, update HOMEPAGE.
2004-03-20Add patch for build problem on NetBSD/amd64.taca3-5/+23
This patch was provided from krister (Krister Walfridsson). Bump package revision.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam15-59/+43
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
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"