summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-07-261) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1shannonjr4-4/+43
2) Added CONFIGURE_ARGS+=--with-system-zlib logic to Makefile for consistency with gcc34 3) Incorporated logic from gcc3 that determines whether to add binutils dependency or not. 4) Eliminated hardcoded target of netbsdelf2.0 as a step toward supporting other architectures.
2004-07-25Actually, as of 1.3.1_05ish, this no longer works on sun-jdk13 because Suntv1-2/+2
removed some of the external JIT compiler hooks. So now it only works on blackdown-jdk13. (I may simply remove this package in the future, as its usefulness is quickly dropping.)
2004-07-25This package only works on i386 Linux/NetBSD (linux emul), and only withtv1-3/+5
the Java 1.3 Sun (or Sun-based, i.e. Blackdown) JVMs.
2004-07-24Bump PKGREVISION for missing dir.wiz1-1/+2
2004-07-24Create ${PREFIX}/lib/chicken; needed for library eggs.wiz4-15/+21
Based on PR 26414 by Peter Bex.
2004-07-23Add PRINT_PLIST_AWKs for PYINC, PYSITELIB and PYLIB.recht1-1/+15
2004-07-23Add and enable cdl3.minskim1-1/+2
2004-07-23Import cdl3 from pkgsrc-wip. Provided by Jaap Boender in PR pkg/22794.minskim6-0/+77
CDL3 is a programming language, based on Affix Grammars, intended for the development of compilers and other complicated pieces of software that can be implemented as syntax-directed transducers.
2004-07-23Update ucblogo to ucblogo-5.3. Many changes from older 4.6. Noreed7-465/+548
change log found other than "This is a maintenance release, just fixing a few disastrous bugs introduced in the 5.2 release." (Which doesn't matter for this.) Use BUILDLINK3 system. Uses ncurses (or libtermcap). Add HOMEPAGE. Change MASTER_SITES, because not at GNU mirrors yet. Also install some documentation. Update PLIST; now using share/ucblogo instead of share/logo. Removed un-needed patches. New patch-aa for makefile.in also makes sure that emacs logo-mode is disabled; if you want an option for this, please do so. This will close a PR #24858 because now ucblogo does build under Linux. Tested under Linux and NetBSD 1.6.2. Used graphical interface with "showturtle" and did some minor line drawings.
2004-07-22Add patch, originally added to gcc34 by drochner: "on 1.6.x, we needshannonjr1-0/+13
libiconv. Make sure the rpath includes ${LOCALBASE}".
2004-07-22add python as categoryrecht12-24/+24
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-21Updated from 3.4.1 RC1 to 3.4.1 (release). I do not believe that any changesshannonjr2-8/+6
were made to the gcc codebase with this delta.
2004-07-21Update from 3.4.1 RC1 to 3.4.1 (release). I do not believe that any actualshannonjr3-12/+12
changes to the gcc codebase occurred with this delta.
2004-07-19Add missing zlib include.recht1-1/+2
Noted by Georg Schwarz on tech-pkg@.
2004-07-18bump PKGREVISIONs for last boehm-gc updaterecht6-12/+12
(BUILDLINKS_DEPENDS change)
2004-07-18Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,schmonz2-8/+4
as that test is now done by the buildlink3 file itself.
2004-07-17Accept perl-thread in addition to perl.kim1-2/+2
2004-07-13lang/gcc33-ada does not exist - lang/gcc3-ada doesjschauma1-1/+1
2004-07-13Follow devel/boehm-gc's lead and also correctly define ELFSIZE for NetBSDrecht4-4/+31
here. Bump BUILDLINK_DEPENDS to 1.0nb1 for the ELFSIZE fix.
2004-07-13Make this compile on Darwin: rename lround() to xlround() to avoidthorpej4-1/+43
a conflict with a declration in a system header file.
2004-07-10libgtkpeer moved to classpath-gui package -- remove it from PLIST.wiz1-6/+1
2004-07-10Move -DUSE_STDARG_H so that this works on 2.0 too.wiz2-16/+16
2004-07-10Remove "./" in front of files to patch.wiz3-9/+9
2004-07-10Fix multi-line strings, to make this build when using gcc3.kristerw2-1/+541
2004-07-09Remove USE_NEW_TEXINFO, it is a noop now.seb1-2/+1
2004-07-09on 1.6.x, we need libiconv. Make sure the rpath includes ${LOCALBASE}.drochner2-1/+13
2004-07-09oops - have to order the includes / tests a bit differently to avoiddrochner1-5/+7
an unwanted dependency on pth on 1.6.x
2004-07-09make this usable on 1.6.x, w/o native threads:drochner1-2/+10
-disable thread support if no native threads are available -require native threads only if ADA is built
2004-07-07Fix bad URL for pre-built ada packages.jwise1-3/+3
2004-07-06Remove references to buildlink2.wiz1-3/+1
2004-07-06Unused.wiz7-317/+0
2004-07-06Convert to buildlink3.wiz1-2/+3
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-2/+2
2004-07-06Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strengthabs4-6/+25
Java Cryptography Extension. Implemented as a variable rather than as an additional package as it needs to replace JRE jar files.
2004-07-06Make sure that the libraries are found at runtime when running a cobolxtraeme1-3/+16
program, disable readline for now (it's optional), change PKGNAME to opencobol for consistency with PKGBASE. Bump PKGREVISION because now "opencobol" works fine.
2004-07-04Apply patch by Roland Illig posted to tech-pkg to make this packagejschauma3-11/+23
build under Linux.
2004-07-04Rework the way the kaffe packages work:jmmv12-66/+97
- Make kaffe the main package, on which others can depend, and which has no support for things like sound nor graphics. Bump its revision to 2. While here, do some cleanup too. - Add a kaffe-x11 package, that installs on top of kaffe, and which provides the library needed for AWT support through X11. - Add a kaffe-esound package, that installs on top of kaffe, and which provides the library needed for sound support through esound (i.e., no more need for the USE_ESOUND variable here). - Remove the kaffe-nox11 package.
2004-07-03update to 1.0recht6-26/+181
Changes are only bugfixes compared to the rc1 version. While at it also install the preview components.
2004-07-03Do not unset USE_GCC3, just complain if buildingwiz2-12/+7
with GCC on AIX. Okayed by grant.
2004-07-03always build gcc3 sub-packages with gcc3-c.grant1-1/+8
2004-07-03gcc3 is at 3.3.4 now.grant1-3/+2
2004-07-03fix path in MASTER_SITES.grant1-2/+2
2004-07-02Unused.wiz9-243/+0
2004-07-02oops, these are obsolete nowdrochner2-38/+0
2004-07-02update to 3.3.4drochner10-31/+14
bugfixes only afaict, no new features, no new files
2004-07-02Update sun-jdk14 and sun-jre14 to latest version 1.4.2_05jschauma6-23/+29
Changes and bugs fixed since 1.4.2_04 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: - NullPointerException with no stack trace - java.util.zip.ZipFile. getInputStream(name). available() returns incorrect value - Codepage aliases for EURO codepages missing - JCK1.4a-runtime api/java_awt/interactive /FrameStateTests.html #FrameStateTests fa - new warning "finally cannot complete normally" should not be enabled by default - Intermittent assertion failure running appserver 7 with mantis-beta on solsparc - Assertion as (peek() == null()), "what's left behind is null" at parseHelper.cpp - Introspector doesn't synchronize its caches - (cs) Default charsets must be hardwired - default CompilerThreadStackSize computation too small in 64bit sparc VM - CMS/Train: soft refs not cleared as intended - demo: FileChooserDemo: ShowPlainJFileChooser doesn't open empty dir correctly - CMS: CL options MaxTenuringThreshold, MaxNewSize and SurvivorRatio are ignored - (bf) Allocating direct buffers causes OutOfMemoryError - JTable: Weird column resizing behavior in auto resize modes - Hard coded version string in ConverterHelp*.java - JAVA program hangs with XInitThreads call with JDK1.4, but works with JDK1.3.1 - CTW assertion at type.hpp, 349 - deep recursion into PhaseIdealLoop::spinup: atg core dumped with fastdebug build - Cannot deploy Java Web Start 1.4.2 in enterprise deployment - JDK 1.4.2 LDAP Library leaves worker threads orphaned - Japanese characters not converting correctly from Codepage 930 to Codepage 943 - Win: Server VM crashes with test/java/util/Date/ DateGregorian CalendarTest.java - JVM Server Crash on Solaris - JVM crash with error "Fatal: null exception in compiled code" - VM/C2 crashes when running a java program on amd64 (and sparc v9) - Printing not working on mercury b12 with jdk 1.4.2_04 Build 01 - AMD64: Hotspot crashes with Suse 2.4.21 beta kernel - JIT Compiler crashes c2/opto/server VM on 1.4.2 ( Windows + Solaris ) - Only in 1.4.2, URLEncoder outputs exception in Japanese locale - Same jni code causes jvm to crash after upgrading from 141 to 142_03 - Incompatibility in https behaviour between 1.3.1 (with jsse 1.0.3) and 1.4 - [1.4.2_05] cjk font.properties files for quicksilver needs to be updated - C2 compiler crash in const Type*TypeInstPtr::xmeet - printing text using Courier New bold results in incorrect spacing - 1.4.2_03-b02 Crashes during Concurrent collections - Java 1.4.2_03 C2 Compiler Crash with SIGBUS on Solaris - Frame. setExtendedState(int state) may work incorrect with misleading WM's - l10n for 4938868/4912570: GTK L&F: Behaviour in JFileChooser unlike mercury - 1.4.2 certificate dialog "Scary text" - 1.4.2_03 client JIT compiler optimization causing JVM to core - 142_04: wrong copyright year in about dialog on HtmlConverter - Sun JDK 1.4.2 JWS does not recognize OS architecture "x86"; not compatible with - compute_compiled _exc_handler() called with pending exception - 1.4.2_04 fails to recognize the jar cache contents for versions <_04 - VM crashes on deoptimization - Korean: Java Web Start-add entry, buttons are stuck to the bottom of the page - JVM 1.4.2_04 Linux SLES8 Itanium crash - [1.4.2_x] some AWT components show garbled characters using font.properties for - Object integrity maybe changing using ParallelGC when a Full GC occurs - REGRESSION: test java/nio/charset/coders/ IsSupported.java fails,1.4.2_05b01 - problem affecting xalan 2.4.1 as supplied with jdk 1.4.2 - REG: Text not rendered properly on vertical progressbar for some locale strings
2004-07-02Add -f to mv for non-root users.wiz1-3/+3
2004-07-02Add appropriate CPPFLAGS and PASSTHRU_DIRS variables so that packageswiz5-5/+26
depending on this one can find the header files. Noted broken by snj.
2004-07-01Convert to bl3.wiz1-2/+2
2004-07-01Unused.wiz1-33/+0