summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
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
2004-09-30Update the dylan-interpreter to version 2.3.11 from 2.3.6agc10-263/+130
Fixes build problems shown up on various bulk builds. 2.3.11 has support for NetBSD/i386 as standard, so I've brought the sparc and ppc support forward from previous pkgsrc patches. 2.3.11 no longer includes its own version of the Boehm GC malloc package, so add the boehm-gc buildlink3.mk file to the package Makefile.
2004-09-27Update to 3.4.2 from 3.4.1. Release 3.4.2 is a bug fix release.shannonjr2-5/+5
2004-09-26Make _WRAPPEES into a public variable so that we can more easily createjlam1-2/+2
wrapper scripts in package-land.
2004-09-25- fix up the patched makefiles a bit so that libtool libs are correctlydmcmahill5-41/+46
in the all target. This prevents the libs from being created over and over. - fix up the libitk.so library so that the itk part of this package actually works.
2004-09-24add and enable tcl-itcl-currentdmcmahill1-1/+2
2004-09-24add a conflicts with tcl-itcl-currentdmcmahill1-1/+3
2004-09-24import tcl-itcl-current-20040920. This is a snapshot from the [incr Tcl] CVSdmcmahill13-0/+619
repository. They have not made a release in years but development has continued. The largest item of note is this version works with tcl-8.4. [incr Tcl] provides the extra language support needed to build large Tcl/Tk applications. It introduces the notion of objects, which act as building blocks for an application. Each object is a bag of data with a set of procedures or "methods" that are used to manipulate it. Objects are organized into "classes" with identical characteristics, and classes can inherit functionality from one another. This object-oriented paradigm adds another level of organization on top of the basic variable/procedure elements, and the resulting code is easier to understand and maintain. This package is based on CVS sources for [incr Tcl].
2004-09-24Add and enable objcrh1-1/+2
2004-09-24Initial import of objc-3.2.5, a Portable Object Compiler for translatingrh5-0/+268
Objective-C to C plus an associated class library.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam39-460/+39
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".