summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-11Provides a perl interface to the lchown() system call, on platforms thatkim4-0/+24
support it.
2004-10-11Note update of gnome2-games to 2.8.1.jmmv1-1/+2
2004-10-11Update to 2.8.1:jmmv2-6/+5
Bugs fixed ---------- Aisleriot: - Don't crash when using the find feature in the game selection dialog. - Fix a typo in the dutch translation. Ataxx: - Ensure the counters and turn indicator are correct after an undo/redo. - Fix the tileset path. General: - Strict C compliance for games-network.c.
2004-10-11Note update of gedit to 2.8.1.jmmv1-1/+2
2004-10-11Update to 2.8.1:jmmv3-7/+7
Fixes ===== - do not try to open non regular files (#153204) (Paolo Borelli) - allow opening file by drag and drop on read only documents (#89881) (James Bowes) - open dropped files in the right target gedit window (#150485) (Paolo Maggi) - do not change active document when closing an unmodified tab (#149811) (Paolo M.) - fix crash when trying to open an invalid sftp uri (Paolo B.) - update to the latest egg-recent (Paolo B.) New and updated translations ============================ - Changwoo Ryu (ko) - Adam Weinberger (en_CA) - Žygimantas Beručka (lt) - Meelad Zakaria (fa) - Jordi Mallach (ca) - Gora Mohanty (or)
2004-10-11Avoid using "union wait" in calling wait(2) if possible. Fall back tominskim5-1/+245
"union wait" only when sys/wait.h is not POSIX-compliant.
2004-10-10Note the tads update a couple days ago.mycroft1-1/+2
2004-10-10Bump PKGREVISION to 2 for mycroft's recent kaudiocreator fix.snj1-2/+2
2004-10-10Fix off-by-one errors which were causing the chunk sizes in .wav filesmycroft2-1/+24
produced by kaudiocreator to be one sector too short, which in turn caused flac to barf on the "garbage" at the end. Now kaudiocreator can actually read and encode an entire CD.
2004-10-10add patches to make it possible to compile PL/Pythonjdolecek3-5/+29
2004-10-10want to describe PL/Python here, not PL/Perljdolecek1-4/+8
2004-10-10Update to JDBC driver included with PostgreSQL 7.3.7.jdolecek3-6/+7
Notable change in 7.3.5: * Remove ability to bind a list of values to a single parameter in JDBC (prevents possible SQL-injection attacks)
2004-10-10Update to PostgreSQL 7.3.7.jdolecek7-14/+15
Changes: * Prevent possible loss of committed transactions during crash Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. * Remove asymmetrical word processing in tsearch (Teodor) * Properly schema-qualify function names when pg_dump'ing a CAST
2004-10-10Updated prboom to 2.2.6.snj1-2/+1
2004-10-10Added rsnapshot-1.1.6kim1-1/+2
2004-10-10Add rsnapshot.kim1-1/+2
2004-10-10Updated prboom to 2.2.6.snj1-1/+2
2004-10-10Update to 2.2.6.snj2-6/+5
Changes: - fix Inferno intermission screen crash - fix lockup for other netgame clients when one client quits - fix memory leak in netgame server - fix SDL_LockScreen crashes on Win32 - fix fuzz drawing for hi-res - network games should survive temporary loss of connection - fix dehacked NOSECTOR/NOBLOCKMAP effects - fix player spawn sound
2004-10-10rsnapshot is a filesystem backup utility based on rsync.kim4-0/+51
Using rsnapshot, it is possible to take snapshots of your filesystems at different points in time. Using hard links, rsnapshot creates the illusion of multiple full backups, while only taking up the space of one full backup plus differences. When coupled with ssh, it is possible to take snapshots of remote filesystems as well.
2004-10-10Update the NetBSD dynloader wrapper code to use straigh dl*() calls on alljdolecek3-1/+124
archs. This fixes support for dynamic loading on mips and also improves error reporting. Fixes PR pkg/25473 by Byron Servies. PKGREVISION not bumped, will ride update to 7.3.7
2004-10-10Update the NetBSD dynloader wrapper code to use straigh dl*() calls on alljdolecek3-1/+124
archs. This fixes support for dynamic loading on mips, and adresses PR pkg/25473 by Byron Servies.
2004-10-10Update jdbc-postgresql74 to latest version 7.4.5.jdolecek3-6/+7
List of changes since 7.4.3 is not available beyond brief note for 7.4.4: * Updated JDBC driver (build 215) with various fixes
2004-10-10kill -O pax argument - it's not portable, and it's not needed herejdolecek1-2/+2
in first place fixes PR pkg/23829 by Michal Pasternak
2004-10-10'if [ false ]; then ...' Yeah right... Fix my own stupidity.seb2-5/+5
No need to bump PKGREVISION or something, this was harmless: some directories were made twice while installing from pkgsrc (by do-install target and by INSTALL script) and binary packages were safe because the INSTALL script creates them.
2004-10-10suggest simplier way to enable PL/Python, using program createlangjdolecek1-6/+3
2004-10-10Add package for PostgreSQL 7.4.5 PL/Python. PL/Python procedural languagejdolecek6-2/+52
allows PostgreSQL functions to be written in Python language. Fixes PR pkg/23349 by Michal Pasternak.
2004-10-10Add patches necessary to build PL/Python, based on information providedjdolecek3-1/+30
in PR pkg/23349 by Michal Pasternak.
2004-10-10Note update of cdparanoia to 3.0.9.8nb2.wiz1-1/+2
2004-10-10Bump PKGREVISION for Charles' fix for kaudiocreator.wiz1-2/+2
2004-10-10Import postgresql74-plperl. This is mostly for reference unfortunately.jdolecek4-0/+53
If perl is built with thread support, loading the language module would crash PostgreSQL on NetBSD - loading shared module linked against libpthread doesn't work if the main binary isn't linked against libpthread. For this reason, this package is currently marked as BROKEN, and only here to save packaging work for person who'd want to finish this.
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-10Correct WRKSRC after PKGVERSION bump.kristerw1-2/+2
2004-10-10This pkg fails to build with make from NetBSD-1.6.2. Use the GNU makekristerw1-1/+2
instead.
2004-10-10Fix a problem with our hacked version of cdda_identify_scsi() that wasmycroft2-28/+31
causing kaudiocreator to fail with a mysterious "Unknown error".
2004-10-10+ asc-1.15.1, getmail-4.2.1, mkvtoolnix-0.9.6, prboom-2.2.6,wiz1-5/+6
xmbmon-2.05. - openh323-1.12.2, pwlib-1.5.2 (thanks, mjl!).
2004-10-10Add and enable p5-POE.minskim2-2/+4
2004-10-10Import p5-POE from pkgsrc-wip.minskim4-0/+56
POE is a framework for creating multitasking programs in Perl. POE parcels out execution time among one or more tasks, called sessions. Sessions multitask through cooperation (at least until Perl's threads become mainstream). That is, each session returns execution to POE as quickly as possible so it can parcel out time to the next. POE includes a high-level component architecture. Components are modular, reusable pieces of programs. They perform common, often tedious tasks so programmers can work on more interesting things. POE provides medium- and low-level concurrency functions. Components use them to perform their tasks. The functions are also available to programmers who prefer to avoid the overhead of components at the expense of writing more code. Components and custom sessions coexist because they all use the same basic functions. POE supports graphical toolkits such as Tk and Gtk. It is the only Perl programming framework that does this. It also supports Curses, HTTP, and other user interfaces. POE programs can present multiple user interfaces at once.
2004-10-10Note update of pkgdiff to 0.115dillo1-1/+2
- fix errors in extracting patched file's name from old patch files - keep header (RCS Id and comment) from old patch files - silence perl -w
2004-10-10Welcome to 0.115dillo2-17/+69
- fix errors in extracting patched file's name from old patch files - keep header (RCS Id and comment) from old patch files - silence perl -w
2004-10-10Update moss to 0.1.11. Patch provided by Myung-Gon Park, the maintainer.minskim3-7/+8
Changes since 0.1.9: - Avoid an infinite loop with buffer underrun in the live mode. - More detailed and consistent log messages.
2004-10-10Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.jdolecek7-19/+20
Dump/restore is not necessary for 7.4.x users. Changes in 7.4.5: * Repair possible crash during concurrent btree index insertions This patch fixes a rare case in which concurrent insertions into a btree index could result in a server panic. No permanent damage would result, but it's still worth a re-release. The bug does not exist in pre-7.4 releases. Changes in 7.4.4: * Prevent possible loss of committed transactions during crash Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. * Check HAVING restriction before evaluating result list of an aggregate plan * Avoid crash when session's current userID is deleted * Fix hashed crosstab for zero-rows case (Joe) * Force cache update after renaming a column in a foreign key * Pretty-print UNION queries correctly * Make psql handle \r\n newlines properly in COPY IN * pg_dump handled ACLs with grant options incorrectly * Fix thread support for OS X and Solaris * Updated JDBC driver (build 215) with various fixes * ECPG fixes * Translation updates (various contributors)
2004-10-10Added strace. Only for Linux now. Please test under SunOS, Solaris,reed1-1/+2
System V release 4 and Irix.
2004-10-10Add strace.reed1-1/+2
2004-10-10Import of strace-4.5.7.reed4-0/+34
COMMENT= System call tracing utility If you use SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x, or similar, please give this a try. (I use it under Linux.)
2004-10-09Increase BUILDLINK_DEPENDS.xmlcatmgr to xmlcatmgr>=2.0beta1reed1-3/+2
which was the BUILDLINK_RECOMMENDED.xmlcatmgr. (Okay'ed by jmmv.) I had noticed that old xmlcatmgr on my system (using IGNORE_RECOMMENDED) was not good enough The xmlcatmgr changes for 2.0alpha2 said that command line usage changed in some scenarios. Also remove BUILDLINK_RECOMMENDED.xmlcatmgr because now it was the same (and is redundant for now). I am not bumping in PKGREVISIONs because of this. This happened last January and is too late now and maybe I am the only person to notice.
2004-10-09s/Runtime Environment/Development Kit/rumble1-1/+1
2004-10-09s/Development Kit/Runtime Environment/rumble2-2/+2
2004-10-09Note pwlib, openh323, gnugkmjl1-1/+5
2004-10-09Adjust for PKGREVISION bump.kristerw1-3/+3
2004-10-09Enable gnugkmjl1-1/+2