summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-12-06Update ruby18 package to 1.8.5.20061205. No change for this meta pacakgetaca1-6/+6
itself.
2006-12-06Precreate libexec.joerg1-2/+2
2006-12-06o Update ruby18-base pacakge to Ruby 1.8 branch 2006/12/05.taca7-37/+56
- Many changes from 2006/9/6; see Changes file, please. - Fixes another cgi.rb vulnerability: http://jvn.jp/jp/JVN%2384798830/index.html o Introduce ruby-build-ri-db PKG_OPTION which enable installing database for Ruby's ri utility. Default is disabled and should be fix PR pkg/34587.
2006-12-06Update RUBY18_PATCH_DATE to 20061205, starting update of Ruby.taca1-2/+2
2006-12-06- Handle patchlevel which has introduced to Ruby.taca1-13/+16
- Introduce RUBY_PATCH_DATE and RUBY_VERSION_SUFFIX. - Change _RUBY_VERS_TEENY to _RUBY_VER_TEENY as other version variable like RUBY_VER_MAJOR.
2006-12-06Fix libtool.m4 fragment to properly detect shared libraries onjoerg2-1/+103
DragonFly.
2006-12-06Update MASTER_SITES (now in stable, and not exists on MASTER_SITE_LOCAL),obache1-4/+3
and separate sites for gcc's archive. Possibly fix PR 34665.
2006-12-05Add thread support for Mac OS X. Bump package revision.tron4-9/+14
2006-12-05Link libjs to libm too.xtraeme2-3/+3
2006-12-03- Build the library with JS_THREADSAFE set (required by the upcomingxtraeme7-54/+88
avidemux-2.3.0 pkg). - Disable debug entirely, why do we need this? - And more things I can't remember... Bump PKGREVISION.
2006-12-03Add support for amd64.wiz7-9/+706
Still installs and deinstalls cleanly on i386. XXX: NetBSD's Linux emulation on amd64 is not good enough for it yet, but this way it's easier to install Linux Java for improving the emulation.
2006-12-01uname -m returns amd64, not x86_86.hubertf2-4/+4
Reported and tested by Blair Sadewitz (blair.sadewitz at gmail dot com)
2006-12-01Stub libraries are built on Darwin/powerpc only, not on Darwin/i386.minskim1-2/+2
2006-11-24distfile changed; regen distinfo and bump PKGREVISIONwennmach2-6/+6
2006-11-21Add and enable g95.wennmach1-1/+2
2006-11-21Initial import of g95, a Fortran 95 compiler from g95.org.wennmach6-0/+135
G95 is a stable, production Fortran 95 compiler available for multiple CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95.
2006-11-14DESTDIR support.joerg1-5/+8
2006-11-12The NetBSD bootstrap kit works for FreeBSD too.kristerw1-2/+2
2006-11-12Needs perl. PKGREVISION++rillig1-3/+3
2006-11-10Use find -print | xargs rather than find -exec.tv2-6/+6
2006-11-09Fixed "test ==".rillig1-1/+2
2006-11-07Make "php-5.2.0" build with "curl-7.16.0".tron2-6/+24
2006-11-07Fix non-portable "configure" shell script.tron2-1/+15
2006-11-07Remove non-existing master site "ftp.php.net".tron1-3/+2
2006-11-06Update lang/php5 to 5.2.0.jdolecek1-1/+3
Changes since 5.1.6: The key features of PHP 5.2.0 include: * New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking. * Input filtering extension was added and enabled by default. * JSON extension was added and enabled by default. * ZIP extension for creating and editing zip files was introduced. * Hooks for tracking file upload progress were introduced. * Introduced E_RECOVERABLE_ERROR error mode. * Introduced DateTime and DateTimeZone objects with methods to manipulate date/time information. * Upgraded bundled SQLite, PCRE libraries. * Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows installations. * Many performance improvements. * Over 200 bug fixes. Security Enhancements and Fixes in PHP 5.2.0: * Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep track of character set encoding whenever possible. * Added allow_url_include, set to Off by default to disallow use of URLs for include and require. * Disable realpath cache when open_basedir and safe_mode are being used. * Improved safe_mode enforcement for error_log() function. * Fixed a possible buffer overflow in the underlying code responsible for htmlspecialchars() and htmlentities() functions. * Added missing safe_mode and open_basedir checks for the cURL extension. * Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines. * Fixed handling of long paths inside the tempnam() function. * Fixed safe_mode/open_basedir checks for session.save_path, allowing them to account for extra parameters. * Fixed ini setting overload in the ini_restore() function. For a full list of changes in PHP 5.2.0, see the ChangeLog: http://www.php.net/ChangeLog-5.php#5.2.0 Also other notable extensions changes: * filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5) * JSON added (not enabled by default, packaged in php-json) * filter added (enabled by default) * wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-06Update lang/php5 to 5.2.0.jdolecek9-130/+15
Changes since 5.1.6: The key features of PHP 5.2.0 include: * New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking. * Input filtering extension was added and enabled by default. * JSON extension was added and enabled by default. * ZIP extension for creating and editing zip files was introduced. * Hooks for tracking file upload progress were introduced. * Introduced E_RECOVERABLE_ERROR error mode. * Introduced DateTime and DateTimeZone objects with methods to manipulate date/time information. * Upgraded bundled SQLite, PCRE libraries. * Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows installations. * Many performance improvements. * Over 200 bug fixes. Security Enhancements and Fixes in PHP 5.2.0: * Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep track of character set encoding whenever possible. * Added allow_url_include, set to Off by default to disallow use of URLs for include and require. * Disable realpath cache when open_basedir and safe_mode are being used. * Improved safe_mode enforcement for error_log() function. * Fixed a possible buffer overflow in the underlying code responsible for htmlspecialchars() and htmlentities() functions. * Added missing safe_mode and open_basedir checks for the cURL extension. * Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines. * Fixed handling of long paths inside the tempnam() function. * Fixed safe_mode/open_basedir checks for session.save_path, allowing them to account for extra parameters. * Fixed ini setting overload in the ini_restore() function. For a full list of changes in PHP 5.2.0, see the ChangeLog: http://www.php.net/ChangeLog-5.php#5.2.0 Also other notable extensions changes: * filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5) * JSON added (not enabled by default, packaged in php-json) * filter added (enabled by default) * wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-04Fix for CVE-2006-5465 from PHP CVSadrianp3-3/+36
http://www.hardened-php.net/advisory_132006.138.html
2006-11-03DESTDIR support.joerg1-1/+3
2006-11-03Further improve packlist logic to handle DESTDIR for Perl modulesjoerg2-5/+24
as well. Perl itself is special as the DESTDIR does *not* end up in the packlist, but for normal modules it does.
2006-11-03On NetBSD, assume that MKYP=no when /usr/bin/ypcat doesn't exist.joerg4-18/+38
The NIS module is not available in that case. Call the regen script with RUNSHARED, so that it finds libpython.so, even in the DESTDIR case. XXX The call to regen should be moved to the build phase.
2006-11-03DESTDIR support. Slightly refactor Perl build to avoid calling the newlyjoerg4-28/+41
build executable, either by using the same constants or by sourcing the config.sh script created by Configure. Don't create $installsitearch and don't attempt to remove $installvendorarch, the former is easy and the latter not needed.
2006-11-03Does not compile on x86_64 -- add to NOT_FOR_PLATFORM.wiz1-2/+2
2006-11-03DESTDIR support.joerg3-21/+24
2006-11-03Add patch to cgi.rb for fixing security problem (CVE-2006-5467).taca3-3/+17
Bump PKGREVISION.
2006-11-02Changes 8.4.14:adam9-68/+69
* Tk_PhotoPutBlock performance restored (JPEG image loading). * [namespace inscope] change reverted; harmed Itcl. * Made [expr {srand(.)}] accept wide integer argument. * Made [lappend $invalidList] raise an error. * Improved [text] delete performance. * Support for the WM_UNICHAR window message on Windows * Stopped excess variable writes by [scale]. * Tcl_Main no longer blocks main loop start for one interactive command. * [console] made thread safe. * Thread-enabled configuration uses MT-safe system calls. * Many Aqua/Tk bug fixes and improvements, see changes file. * Made unthreaded notifier naked-fork-safe on Darwin. * Support for weak linking on Mac OS X. * msgcat support for CFLocale on Darwin (msgcat 1.3.4) * Fixed crashes due to alignment issues in encoding translation routines. * Fixed crash with [listbox -listvariable] on namespace variable. * Fixed crash when Tcl_DeleteTrace changes proc on the active stack. * Fixed crash when normalizing filesystem pathnames. * Fixed crash due to invalid font name from XServer. * Several 64-bit bugs fixed and platform support enhanced.
2006-11-01Add patch to make the "php-curl" package build with version 7.16.0tron2-1/+21
and newer of the "curl" package.
2006-10-30s/${RUBY_VERSION}/1.8.5/.taca1-1/+1
Noted by Takayoshi Kochi in connection with ruby18-base's PR.
2006-10-29Adding some fixes:taca5-11/+33
(1) Don't use make's varibalbe in DESCR; fixes PR pkg/34920. (2) Use --enable-wide-getaddrinfo on not only Linux but Solaris. (3) Make sure to link libruby.so with proper -R linker option. Thanks for Dan McMahill who reported and suggested fix to (2) and (3) with private mail. And thanks for Takayoshi Kochi who reports PR pkg/34920. Bump PKGREVISION.
2006-10-26Fixed a compile error with sunpro.rillig2-1/+17
2006-10-24The old DOWNLOAD URL was returning a 404 so update it based on Sun'sadrianp1-2/+2
current download page for 1.5.x
2006-10-23Distfiles changed. For safety's sake (as this appears to be a rebuild),tv4-10/+12
bump PKGREVISION.
2006-10-22Fixed PKGMANDIR.rillig1-1/+2
2006-10-22Fixed "test ==".rillig5-2/+44
2006-10-22Fixes for CVE-2006-4812 and CVE-2006-4625adrianp4-3/+43
Bump nb
2006-10-22Fixed PKGMANDIR.rillig1-1/+2
2006-10-21Update hugs to September 2006 release.uebayasi6-93/+17
A new minor release of Hugs, fixing a few bugs with the May 2006 release, and with libraries roughly matching the forthcoming GHC 6.6 release.
2006-10-20remove --enable-memory-limit - 8MB is too low, and this justjdolecek2-5/+3
duplicates process resource limits, which already provide necessary "safety net" protection against rogue scripts bump PKGREVISION for this adressess PR pkg/32007 by "pancake" also remove --enable-track-vars, since that configure argument is long gone from PHP
2006-10-19Give BOX a default value, so that "make fetch" at least works partiallywiz1-1/+5
on unsupported platforms.
2006-10-18Change _FETCH_MESSAGE to FETCH_MESSAGE so that don't try to fetch fromobache1-3/+3
MASTER_SITE_BACKUP.
2006-10-18Update sun-{jre,jdk}14 to 2.12.obache5-18/+27
Patch based on PR 34035, PR 34604 and add some missing entries to PLIST. Changes in 1.4.2_12 The official version number for this update release is 1.4.2_12-b03. Bug fixes are listed in the following table. BugId Category Subcategory Description 6322757 hotspot compiler2 GC crash in ParRootScanWithoutBarrierClosure::do_oop 6332641 hotspot compiler2 CORBA product_rmijrmp_dgc:Test01 fails with exception 4971887 hotspot compiler2 Incorrect floating-point arithmetic or loop unrolling with -server -Xcomp option 6343401 hotspot compiler2 Crash removing empty loop 4965987 hotspot compiler2 CTW assertion at assembler_sparc.hpp, 787 6374905 hotspot garbage_collector SurvivorRatio is ignored when using -XX:+UseConcMarkSweepGC 6319671 hotspot garbage_collector CMS should use Heap_lock for protecting heap resizing, instead of CMS token 6319688 hotspot garbage_collector Incorrect locking in CMSPermGen::mem_allocate() 5093520 hotspot jvmti objects being kept alive in perm gen and old gen when debugger attached 6312208 hotspot other Windows JVM crashes under load in java.lang.Win32Process.create() 5030646 hotspot runtime_system CMS: atg crashed with fastdebug build on rhas_3.0 SP1 6352819 hotspot runtime_system -Xloggc in _JAVA_OPTIONS logs to garbage filename 6325849 hotspot runtime_system Java Thread Dump shows the same 'nid' for all threads 5067940 idl orb [CORBA!] POA WrongAdapter thrown on roundtrip between 1.5 and 1.4.2 6292322 java char_encodings unexpected exception occurs in InputStreamReader for UTF-16, little endian, and Byte-order-mark 6394302 java char_encodings Test sun/nio/cs/CheckHistoricalNames.java failed on 142u12b1 but passed on previous 142u11b6. 6255588 java classes_2d JDK windows printing implementation leaks GDI objects. 6195047 java classes_2d hinting engine is not correctly initialized with Bar39, Bar25i and related fonts 6312510 java classes_2d jdk 1.4.2_07 java apps color problem with patch 109147-34 4823180 java classes_awt JDK 1.4.1: Race conditions in Motif java.awt.Choice 6374321 java classes_awt Textfield loses focus after alt key hit in IE browser 6312028 java classes_awt 1.4.2_08 crash in awt!AwtObject::SendEvent 6343810 java classes_net connect in java/net/PlainSocketImpl.c should handle EALREADY 5083450 java classes_nio (se) Temporary selectors not closed upon thread exit 6181598 java classes_nio String constructor with "KSC5601" encoding throws AccessControlException 4869859 java classes_nio Test java/nio/channels/FileChannel/ScatteringRead.java fails (solaris -d64) 6350061 java classes_security JGSS requires big-endian credential cache 6404731 java classes_security Add teliasonera root CA certs to the JDK 4836635 java classes_swing Resource leak in JFileChooser Windows L&F 4793761 java classes_swing Password in JPasswordField can be copied and pasted via middle mouse button 5075580 java classes_swing JFileChooser in FILES_AND_DIRECTORIES mode doesn't contain fix for 4239219 6378990 java classes_util_i18n (tz) Support tzdata2006a 6371531 java classes_util_i18n Currency change for Mozambique 5092263 java classes_util_jarzip GZIPInputStream spuriously reports "Corrupt GZIP trailer" for sizes > 2GB 6364346 java classes_util_jarzip GZIPOutputStream is slower on 1.4.2_11-b02 than on 1.4.2_09 5106044 java debugger SA-JDI: port SA to Solaris/AMD-64 6399782 java install Solaris packaging changes required for Nevada 4980600 java install Syntax used when invoking coreutils does not conform to POSIX 1003.1-2001 5057119 java runtime Java.exe (ver 1.4.2_04) access-violates on windows 64-bit IA64 with Oracle's JDB 6394781 java serviceability test vm/sa/OOME/6173515/Test6173515.sh failed on 142u12b1 but passed on 142u11b6 6323688 java serviceability SA: jmap heap dumper should dump java.lang.Object as super class for all array classes 6280629 java serviceability Need ability to dump the heap at OutOfMemoryError 6307570 java serviceability jmap performance and robustness improvement 6315235 java serviceability SA: jmap heap dumper does not use correct class ID for object arrays 6377036 java_deployment update consolidating rtpatch binary resources will save 2.2MB on all JRE download and 9MB on JDK downloads 6332100 java_plugin iexplorer Focus lost in Textfield after doing a back/forward from Internet Explorer using 6367496 java_plugin iexplorer Applets in IE causing screen to blank, used to work in _04/_05 6393921 java_plugin iexplorer JVM hang when multiple applets are loaded and simultaneous window refocus actions 6370565 java_plugin iexplorer IE browser hangs when multiple applets are reloaded several times 6358629 jsse runtime SSLSocket.close() and SSLSocket.read() deadlock