summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam3-6/+6
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09Make perl5 modules build with pthread library from pkgsrc.itohy1-1/+3
2006-03-07Bump BUILDLINK_RECOMMENDED for security fix.wiz2-4/+4
2006-03-07Update sun-j{re,dk}14 to 1.4.11:wiz5-50/+58
Changes in 1.4.2_11 Exception message's size is more than doubled everytime an exception is thrown CMS: assert during mark-word restoration returning out of memory when -XX:+UseConcMarkSweepGC is used. Concurrently memory allocation and JNI CS provoke OOM Gc tests crashes on linux-ia64 at concurrentMarkSweepGeneration.cpp with -Xcongc RFE: Stall allocation requests while heap is full and GC locker is held Reduce default code cache sizes on 64-bit platforms Intel IA64(Montecito) failed with 1.4.2_09 VM uselessly traps SIGCHLD on Linux (cleanup) Linux build does not optimize AWT and other essential libraries REGRESSION: ClassCastException in JISAutoDetect.java on 1.4.2_10 decodeText() doesn't convert from iso-2022-jp to Unicode for some Japanese chars Increase compiler optimisation level for libfontmanager to improve runtime performance Mouse Cursor should be the default cursor when ALT key is pressed, on win32 PIT: Default cursor is shown but changing when ALT key is down, on win32 RE 1.5.0_04 copy and paste fails in Modal JDialog REGRESSION: 6 JCK14a api/java_lang/StrictMath tests fail on tiger java.net.Socket checks for old-style impls InetAddress never caches hostnames with upper case characters (coll) Exception thrown while deserializing HashMap (coll) The writeObject() specification in HashMap.java was changed in 1.4.2_11 Correction to the new Azerbaijani currency (tz) Regression test java/util/TimeZone/SolarisTZVM.sh is failing on Solaris 10 GregorianCalendar doesn't work in non-lenient due to timezone bounds checking (tz) Support tzdata2005n (tz) java/util/TimeZone/WinTZVM.sh fails on amd64 New Azerbaijani currency Cannot deserialize a Calendar with Security on (tz) Incorrect default timezone for Santiago, Chile on Win32. REGRESSION: serious performance degradation as GZIPInputStream is slower Problem with jre 1.4.2_08 install/unistall script The official version number is not correct in release notes Java Process terminates abnormally, related to Attach/detatch operation in jni.cpp realloc should not be used in cjavajni.cpp Socket timeouts for SSLSockets causes data corruption Changes in 1.4.2_10 hotspot crashes when c1 compiler thread is running in 6.0b26 hotspot crashes(SIGSEGV) when many local variables are used in one java program JVM 1.4.2_06 crash in C2 compiler at IdealLoopTree::policy_do_remove_empty_loop HotSpot compiler error (Error ID : 4F530E43505002EF 01) uploading large files Full GC causes core Hotspot problem with loop-variables of type long on jdk1.4.2/Itanium CMS: perm gen expansion without explicit GC, but with concurrent cycle initiation. CMS: more helpful message for concurrent mode failures JVM crash in "instanceof" codelet, array of secondary supertypes at end of heap. deadlock at VM startup when JVMPI / JDWP both enabled Performance problems with com.sun.corba.se.impl packages in 5.0 1.4.2xx only: org.omg.CORBA.OBJECT_NOT_EXIST errors when using -Dcom.sun.CORBA.ORBServerPort 1.4.2xx only - Sun ORB Hang Memory Leak in Class Loaders with RMI-IIOP Worse performance of isSupported for JISAutoDetect (1.4.X) ArrayIndexOutOfBoundsException when opening PrintDialog with HP LaserJet 1300 nsk/regression/b4305163 test dumps core on solx86 Font.equals in 1.4.2 needs tightening to include the native font pointer. NPE thrown when opening PrintDialog with HP LaserJet 8000N java.awt.color.ICC_Profile should define serialVersionUID Color Management code is not thread safe in HT/SMP machine Component.removeNotify() should always deactivate InputContext problem with DefaultPersistenceDelegate use of reflection JRE 1.4.2_07 lacks support for Japanese on RHEL-4 (fs) FileChannelImpl.c: off64_t should be used for flock64 (F_SETLK64) in 1.4.2_07 (lnx) (so) client does not see (NIO-created) socket close with SO_TIMEOUT REGRESSION: Lock.java is failing with 1.4.2_10-b01 and passing with 1.4.2_09-b05 (se) DevPollSelectorProvider stops being the default on Solaris 10 Cannot Ctrl-Shift-Click to create disjoint selection interval in list gif files not found error message displayed at console Problem with applet interaction with system selection clipboard New currencies for Afghanistan and East Timor (rb) Update javadoc for java.util.ListResourceBundle class ListResourceBundle subclasses should have protected getContents() returning Object[][] copy GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness Auto regression test 5098318 was failing with 142_10-b01 Auto regression test case 6282891 was failing with 142_10-b01(Compilation failed) Auto regression test case 6232446 was failing with 142_10-b01 on Sol10-sparc Manual regression testcase 4902977 scripts(runTest.ksh) has to be modified to support Suse9.3 Manual regression Testcase (4861802) is failing on Solaris10-sparc with 5.0u6_b02 and 1.4.2-10_b01 Manual Regression test 4974531 instructions need modification TESTBUG: 6291034 testcase is failing with exit code1 SubClasses of ListResourceBundle should fix getContents() Subclasses of ListResourceBundle should fix getContents() FileCacheImageInputStream and FileCacheImageOutputStream should avoid File.deleteOnExit JAR verification causes significant footprint increases 1.4.2_10 nightly build failed creating JVM via C program "steals" space from main thread stack rendering JNI useless Auto regression testcases(sun/tools/jps/jps-*.sh) is failing. java launcher should define -Dsun.java.launcher IFrame in Applet flickers Applet will not reauthenticate user when returning from another applet java web start cannot start on linux with newer glibc SubClasses of ListResourceBundle should fix getContents() Testcase TestMaliciousSigObj.java in JCE workspace has an extra closing brace Cached Jar file should be released on appl. exit even that is opended by Cipher intermittent "RSA PreMasterSecret error" during ssl handshake
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam8-25/+17
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam65-130/+130
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-02pkgdelint.wiz2-4/+4
2006-03-02Fix PLIST. Bump PKGREVISION.wiz3-5/+7
2006-03-02Explicitly set GNU_CONFIGURE_MANDIR to ${PREFIX}/${PKGMANDIR}.joerg2-2/+4
2006-03-01Fix CHECK_FILES build.wiz2-9/+8
2006-02-27Updated scheme48 to 1.3.rillig3-108/+48
05/01/05 (version 1.3) Additions: A collection of libraries implementing the Concurrent ML model for concurrent programming has been added; it is compatible to the CML libraries in Sunterlib. See the documentation for details. Support for SRFIs 34-36 ("Exception handling for programs", "Conditions", "I/O conditions") has been added. This is in the CONDITIONS, EXCEPTIONS, and I/O-CONDITIONS structures, for which the SRFI-34, SRFI-35, and SRFI-36 structures are essentially aliases. A bridging infrastructure between the old condition system and the new one translates condition objects back and forth, hopefully transparently for the user. A new infrastructure for dynamically loading external libraries from shared objects has been added; check the manual for details. The old infrastructure is still presented, but is unsupported on Windows and will be removed in a future release. The S48_GC_UNPROTECT_GLOBAL macro has been added, which allows to remove a root added by S48_GC_PROTECT_GLOBAL. The Scheme 48 header files should now be compileable by a C++ compiler. An experimental Windows port has been added. Changes: The HTML manual is now generated with tex2page. A number of changes to the VM to support the (future) native-code compiler have been made. The PreScheme type rule for IF is now more strict, thus disallowing code that would lead to invalid C output. (This fixes a bug reported by Markus Ziegler.) Bug fixes: The TRAVERSE structure for displaying heap statistics has been re-enabled. A number of misues of CALL-ERROR have been corrected (reported by Taylor Campbell). The VALUE-PIPES package works again (fix by Taylor Campbell). In PreScheme it is now possible to shift integers by non-constant shift widths. Logical right shifts in PreScheme work now (reported by Taylor Campbell). A bug in TERMINATE-THREAD! was fixed (reported by Taylor Campbell). A bug in the implementation of ,exit-when-done was fixed. A bug in the regexp-matching code that prevented matching the empty string correctly was fixed. A bug in the implementation of STRING-CONTAINS from SRFI-13 was fixed. A bug in the implementation of :WHILE in SRFI-42 was fixed (submitted by Sebastian Egner). Bugs in the implementations of ANGLE and MAGNITUDE were fixed. An obscure bug in the implementation of APPLY (which was triggered by certain instances of (apply apply ...) ) was fixed. For a degenerate case of ITERATE, the code was made to conform the documentation (reported by Taylor Campbell). Various miscellaneous fixes. Patch provided by Nils O. Selasdal in PR 32941. While here, fixed pkglint warnings.
2006-02-26Follow up to lang/tcl's WRKSRC definition change.joerg1-2/+2
2006-02-26lang/tcl's WRKSRC changed, follow up to unbreak build (hi adam!).joerg1-2/+2
2006-02-26Add DragonFly support based on the patches for libffi and boehm-gc.joerg7-7/+94
2006-02-26Fix spelling of DragonFly. Don't generate a common (!) errno, justjoerg4-6/+27
remove the junk for compatibility with strange Visual C environments. Bump revision for the latter.
2006-02-24Add DragonFly support. Don't subtract FILE pointers to determinejoerg3-6/+28
the order, FILE might be incomplete, the computation overflow and the compiler is clever enough anyway.
2006-02-23Add link options to have a correct dependency_libs line in .la filesminskim4-10/+13
on NetBSD. Bump PKGREVISION.
2006-02-22gunzip the info files, so they are found by the pkgsrcwiz1-1/+6
info framework. More files in binary package -> PKGREVISION bump.
2006-02-22Add missing x11.bl3.mk.wiz1-1/+2
2006-02-20Get rid og @CLASSPATH_MODULE@, it was not used (an artefact of classpathtonio3-1/+41
import), and caused build failure with recent libtool
2006-02-19Always link scmlit with LIBS=-lm, since it uses math functions.joerg8-3/+213
Fix errno. Add DragonFly support.
2006-02-18Add missing makeinfo and pkg-config tools; fixes build and PLIST.wiz1-2/+3
2006-02-18Add missing dir to PLIST. Bump PKGREVISION.wiz2-4/+5
2006-02-18Fix DISTNAME after PKGREVISION bump.wiz1-2/+2
2006-02-18Fix installation after PKGREVISION bump.wiz1-3/+3
2006-02-18Use REQD_DIRS instead of OWN_DIRS, for CHECK_FILES.wiz2-15/+15
While here, quiet pkglint.
2006-02-17pax(1), like tar(1), likes to strip leading slashes from pathnames. So therillig1-18/+11
better way is to change to the destination directory first and to extract the files there. Removed BROKEN_IN, bumped PKGREVISION.
2006-02-17Install bin/pear with correct file permissionsadam2-6/+6
2006-02-16Do not remove share/aclocal, it's in the *dist files.wiz1-2/+1
2006-02-16The HOMEPAGE is not longer correct.reed1-3/+3
And the MASTER_SITES does not work. Set HOMEPAGE to some "old" version and set MASTER_SITES to MASTER_SITE_BACKUP.
2006-02-15Converted to the SUBST framework. Fixed all pkglint warnings.rillig3-127/+127
2006-02-10Use a pointer, instead of an array, to avoid an error on Darwin.minskim2-1/+15
Patch from DarwinPorts.
2006-02-06add fix to build php-xmlrpc and php5-dom successfully with 5.1.2jdolecek1-1/+4
2006-02-06Updated lang/php5 to 5.1.2martti9-37/+55
* HTTP Response Splitting has been addressed in ext/session and in the header() function. * Fixed format string vulnerability in ext/mysqli. * Fixed possible cross-site scripting problems in certain error conditions. * Hash & XMLWriter extensions added and enabled by default. * Upgraded OCI8 extension. * Over 85 various bug fixes. (I haven't heard anything from the MAINTAINER but since this works fine on my servers and as this fixes security issues I checked in this)
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg140-202/+283
2006-02-02Added support for dynamic loading on NetBSD. Bumped PKGREVISION.rillig5-27/+33
Fixed almost all pkglint -Wall warnings.
2006-02-02Added two missing files to the PLIST. Bumped PKGREVISION.rillig2-3/+5
2006-01-30Simplify pattern for REPLACE_RUBY to fix some packages which containstaca1-2/+2
"/bin/env ruby" in bang line. It was broken after switching to use subst frame work. The problem was noted by OBATA Akio via private mail, thanks much.
2006-01-27Added lang/spidermonkey (required by the newer avidemux pkg)xtraeme1-1/+2
2006-01-27Initial import of spidermonkey-1.5.xtraeme7-0/+206
SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript.
2006-01-27Update lang/coq to 8.0pl3tonio5-113/+99
Changelog: - Coq sources made compatible with ocaml 3.09.0 and lablgtk 2.6.0. - The search depth argument of auto can be parameterised in the Ltac language - Added entry constr_may_eval for tactic extensions (new syntax) - A couple of lemmas of ZArith were renamed: O -> 0 - many bugfixes, for extraction, Ltac, tactics...
2006-01-27Do not use the wrapper for ocaml (the wrapper is incorrect then, it tries to ↵tonio1-2/+7
pass -cclib as argument, but this is not an argument for ocaml) Instead, create a symlink for ocaml (this was causing problems in coq configure, which runs ocaml to detect its version)
2006-01-27Update tcl-otcl to 1.11.minskim6-42/+66
Changes: - Support more platforms: Mac OS X, Debian, and Fedora.
2006-01-26This package uses FILES_SUBST_SED, so USE_PKGINSTALL must be set to "yes".rillig1-1/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz6-7/+12
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-24Add missing part for the last python24 fix.recht1-5/+1
2006-01-23Don't disable builtin readline, express dependency on GNU readlinejoerg1-2/+2
instead.
2006-01-23Fix errno.joerg2-1/+16
2006-01-23Fix module compilation / libpython build on Darwin. This enables modulesrecht4-76/+957
not part of the std. Python install to work again. Secondly, add a patch from Christoph Ludwig ( http://sourceforge.net/tracker/?func=detail&aid=1324762&group_id=5470&atid=305470 ) which contains the following changes (from the SourceForge post): 1) The configure option --with-cxx is renamed --with-cxx-main. This was done to avoid surprising the user by the changed meaning. Furthermore, it is now possible that CXX has a different value than provided by --with-cxx-main, so the old name would have been confusing. 2) The compiler used to translate python's main() function is stored in the configure / Makefile variable MAINCC. By default, MAINCC=$(CC). If --with-cxx-main is given (without an appended compiler name), then MAINCC=$(CXX). If --with-cxx-main=<compiler> is on the configure command line, then MAINCC=<compiler>. Additionally, configure sets CXX=<compiler> unless CXX was already set on the configure command line. 3) The command used to link the python executable is (as before) stored in LINKCC. By default, LINKCC='$(PURIFY) $(MAINCC)', i.e. the linker front-end is the compiler used to translate main(). If necessary, LINKCC can be set on the configure command line in which case it won't be altered. 4) If CXX is not set by the user (on the command line or via --with-cxx-main), then configure tries several likely C++ compiler names. CXX is assigned the first name that refers to a callable program in the system. (CXX is set even if python is built with a C compiler only, so distutils can build C++ extensions.) 5) Modules/ccpython.cc is no longer used and can be removed.
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam2-5/+3
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.