summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-18Add optional debugging support for mutttonio1-2/+9
Patch from Jukka Salmi in PR pkg/34710
2006-10-18Improve handling of options related to the terminal library used by thistonio1-4/+23
package and add support for "ncursesw". Patch supplied by Ben Collver pkg/34777.
2006-10-18Fix "test ==". PR pkg/34847markd9-1/+113
2006-10-18Updated databases/postgresql74 to 7.4.14adam1-1/+10
2006-10-18Changes 7.4.14:adam9-69/+66
* Fix core dump when an untyped literal is taken as ANYARRAY * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Fix backslash escaping in /contrib/dbmirror * Adjust regression tests for recent changes in US DST laws
2006-10-18Add cformat= to avoid an error and exit on the undefined variable.ben1-1/+2
2006-10-18Updated databases/slony1 to 1.2.0adam1-1/+2
2006-10-18Changes 1.2.0:adam3-15/+13
- A major revision of memory management to limit memory usage by slon daemons. - Log switching: periodically - pg_listener is now used dramatically less than it used to be, which diminishes the number of dead tuples you will find in this table. - DDL scripts are broken into individual statements - Slony-I tables are now marked "WITHOUT OIDS" so that they do not consume OIDS. - When possible (based on log switching functionality), partial indexes on sl_log_1 and sl_log_2 are created on a per-origin-node basis. - More...
2006-10-18Updated databases/postgresql80 to 8.0.9adam1-1/+7
2006-10-18Changes 8.0.9:adam6-35/+38
* Fix crash when referencing NEW row values in rule WHERE expressions (Tom) * Fix core dump when an untyped literal is taken as ANYARRAY * Fix mishandling of AFTER triggers when query contains a SQL function returning multiple rows (Tom) * Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause (Tom) * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Numerous robustness fixes in ecpg (Joachim Wieland) * Fix backslash escaping in /contrib/dbmirror * Fix instability of statistics collection on Win32 (Tom, Andrew) * Fixes for AIX and Intel compilers (Tom)
2006-10-18Make note of joomla addition.ben1-1/+2
2006-10-18Add joomla.ben1-1/+2
2006-10-18Initial import of joomla-1.0.11 dynamic web content management systemben6-0/+1906
from pkgsrc-wip. Thanks to marmfield and obache. Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable.
2006-10-18Updated databases/postgresql81 to 8.1.5adam2-3/+8
2006-10-18Changes 8.1.5:adam6-35/+39
* Disallow aggregate functions in "UPDATE" commands, except within sub-SELECTs (Tom) The behavior of such an aggregate was unpredictable, and in 8.1.X could cause a crash, so it has been disabled. The SQL standard does not allow this either. * Fix core dump when an untyped literal is taken as ANYARRAY * Fix core dump in duration logging for extended query protocol when a "COMMIT" or "ROLLBACK" is executed * Fix mishandling of AFTER triggers when query contains a SQL function returning multiple rows (Tom) * Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause (Tom) * Fix string_to_array() to handle overlapping matches for the separator string For example, string_to_array('123xx456xxx789', 'xx'). * Fix to_timestamp() for AM/PM formats (Bruce) * Fix autovacuum's calculation that decides whether "ANALYZE" is needed (Alvaro) * Fix corner cases in pattern matching for psql's \d commands * Fix index-corrupting bugs in /contrib/ltree (Teodor) * Numerous robustness fixes in ecpg (Joachim Wieland) * Fix backslash escaping in /contrib/dbmirror * Minor fixes in /contrib/dblink and /contrib/tsearch2 * Efficiency improvements in hash tables and bitmap index scans (Tom) * Fix instability of statistics collection on Win32 (Tom, Andrew) * Fix statement_timeout to use the proper units on Win32 (Bruce) In previous Win32 8.1.X versions, the delay was off by a factor of 100. * Fixes for MSVC and Borland C++ compilers (Hiroshi Saito) * Fixes for AIX and Intel compilers (Tom)
2006-10-18Change from jlam that adds the ability to override the decompressor usedben1-7/+23
by extract.
2006-10-18Remove obsolete patches/patch-mib2cupdate: recently superseded byseb1-24/+0
patches/patch-et
2006-10-18Add "Make-in" file to the list of files to replace locale directory.reed1-1/+2
From Jake Kupersmith on pkgsrc-users. Noticed on Solaris.
2006-10-18+ ja-trac-0.10.1obache1-1/+2
2006-10-18Disable i386 assembly optimizations on Darwin to fix a build failure.ben1-2/+2
2006-10-18Fixed the package to build and install on Solaris with sunpro.rillig6-40/+78
2006-10-18Change _FETCH_MESSAGE to FETCH_MESSAGE so that don't try to fetch fromobache1-3/+3
MASTER_SITE_BACKUP.
2006-10-18Remove some updated packages (thanks, drochner, shannonjr, gdt).wiz1-16/+1
2006-10-18Note ipa update and move.markd2-4/+4
2006-10-18Add ipa options.markd1-0/+6
2006-10-18Maintainer update of ipa to 2.0.1 and move to sysutils.markd21-461/+139
In PR pkg/32398 with some tweaks from me. IPA is now a flexible general purpose accounting system; - Supports static and dynamic rules; - Support limits, sublimits and thresholds; - Works with external accounting modules; - Works with external database modules; - Works with external statistics modules; -Accounting per specified period of a week.
2006-10-18Generate PLIST dynamically. Bump PKGREVISION.markd2-7574/+11
Should fix PR pkg/34805
2006-10-18Remove patch-ab and "rm -f auxiliary/MacOSX/Postfix.StartupItem/Postfix"martti6-58/+6
in post-extract. I exchanges few mails with Wietse and he refused to fix the "==" lines and instructed me to simply remove the offending file. Instead of having a patch for a file which is not used by pkgsrc I think it makes sense to remove it.
2006-10-18mention recent updatesdrochner1-1/+20
2006-10-18Fix "test ==". Bump PKGREVISION.markd4-2/+31
2006-10-18Fix for test ... == ...martti4-2/+56
2006-10-18Updated lang/sun-{jre,jdk}14 to 2.12.obache2-4/+4
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
2006-10-18Update the PostgreSQL versions referenced in buildlink.xmlben1-2/+2
2006-10-18dvdbackup PKGREVISION bump.wiz1-1/+2
2006-10-18Install a man page. Grabbed from the Debian project (thanks!).wiz3-3/+150
Bump PKGREVISION.
2006-10-18Fix build on amd64/4.99.3.wiz2-1/+15
2006-10-17Use inttypes.h for defines used by ffmpeg-option.wiz2-1/+14
Fixes build on amd64 (the replacements are wrong).
2006-10-17Fix build on amd64.wiz2-1/+28
2006-10-17Fix a grammar nit.simonb1-2/+2
2006-10-17Fixed "test ==".rillig2-1/+15
2006-10-17stage2/pc_slice.h: add the missing disklabel FS_TYPE #defines and ↵bad6-3/+73
RF_PROTECTED_SECTORS. stage2/disk_io.c: adjust the partition start and size by RF_PROTECTED sectors for partitions of type FS_RAID. stage2/fsys_ffs.c: accept partitions of type FS_RAID as candidates for FFS, too. stage2/fsys_ufs2.c: accept partitions of type FS_RAID as candidates for FFSv2, too. This allows grub to directly boot from NetBSD RAID1 partitions the same way as with the native bootloader. Bump PKGREVISION.
2006-10-17Note update of devel/darcs to 1.0.8agc1-1/+2
2006-10-17At the second look, WRKSRC should specify a directory, not a file. :)rillig1-2/+2
2006-10-17Fixed the "multiple WRKSRC" definition that had been generated byrillig1-2/+2
url2pkg<2.0.
2006-10-17Update darcs from 1.0.4 to 1.0.8, the latest stable version, withagc3-52/+38
thanks to Don Stewart for the nudge. Changes from 1.0.4nb2 to 1.0.8: + performance much improved + a lot of bugs fixed + some improved functionality
2006-10-17The absolute pathname /bin/sh is allowed, despite the Solaris /bin/sh.rillig1-1/+6
The WRKSRC variable (among others) is checked to consist of ony one word. The url2pkg tool had created lines like WRKSRC= ${WRKDIR}/Makefile PLIST distinfo in the past, which happened to work in most cases up to now, but really shouldn't.
2006-10-17Fixed "test ==".rillig2-1/+16
2006-10-17upgraded nntpcache to 3.0.2 (bug fix release) and added patches toschwarz8-33/+68
support Darwin
2006-10-17Fixed "test ==", as reported in PR 34840.rillig2-1/+15