summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-25Fix indentation.tron12-24/+24
2008-05-25Revert accidental changes and replace "OWNER" by "MAINTAINER" again.tron2-4/+4
2008-05-25bsdtar is a valid value for EXTRACT_USING.joerg1-2/+2
2008-05-25Remove EXTRACT_USING=pax.joerg1-2/+1
2008-05-25Drop EXTRACT_USING.joerg1-2/+1
2008-05-25Add support to extract using bsdtar.joerg2-4/+8
2008-05-25libarchive and bsdtar updated to 2.5.4b.joerg1-1/+3
2008-05-25Update build glue for libarchive 2.5.4b.joerg2-4/+4
2008-05-25Resolve conflicts.joerg10-1447/+29
2008-05-25Import libarchive-2.5.4b. Major changes:joerg102-2285/+6431
- much improved mtree support - fix a number of non-exploitable integer and buffer overflows - bsdtar get -s and SIGINFO/SIGUSR1 support - fix hardlink extraction bug where latter hardlinks would overwrite the permissions of earlier entries even when they don't carry data - fix bsdtar crashes on entries with empty filenames
2008-05-25Updated x11/XaoS to 3.3tnn1-1/+2
2008-05-25Update to Xaos 3.3.tnn3-9/+22
The main new feature is support for user defined formulae.
2008-05-25If there is no va_copy(), provide one and just assume the compiler knowstnn5-2/+116
how to copy va_lists by value.
2008-05-25Drop hpux fix which is now handled by compat_headers.tnn1-8/+1
2008-05-25Fix hpux bugfix. __strtoll needs inttypes.htnn3-5/+5
2008-05-25Fix build of teTeX3-bin on MacOS X as described in PR 38635. Patch testedtonnerre2-7/+4
by me and Matthias Kretschmer. PKGREVISION not bumped because there is no change at all to the content.
2008-05-25Add bsdtar to the tools list.joerg1-1/+12
2008-05-25bootstrap packages has been registered for while now.joerg1-6/+2
2008-05-25Note addition of x11/xvidtune package version 1.0.1.taca1-1/+2
2008-05-25Add and enable xvidtune.taca1-1/+2
2008-05-25Importing xvidtune 1.0.1.taca4-0/+35
Xvidtune is a client interface to the X server video mode extension (XFree86-VidModeExtension). It can show current video mode, switch the video mode and interactively adjust current video mode.
2008-05-25Make destdir ready.dillo1-2/+6
2008-05-25+squirrelmail-1.4.15taca1-1/+2
2008-05-25Updated crafty to 22.1.joerg1-1/+2
2008-05-25Update to crafty 22.1. Always use the NetBSD rules, we can fixup issuesjoerg6-174/+27
if they happen. Don't install the ECO classification as opening book, it is essentially useful. No detailed ChangeLog, but this fixes some crashes with invalid games, brings SMP support and increases to the strength of crafty.
2008-05-25Add fltk2.joerg2-2/+4
2008-05-25Import build rules for fltk2. This is currently static only.joerg10-0/+362
2008-05-25Remove left-over file from autoconf usage.joerg1-1523/+0
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron36-72/+72
2008-05-25Yet another try to fix PR pkg/38733tonio3-9/+15
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-25Add back compress-mbox option and a note to not remove it again, butjoerg2-2/+7
just comment it out.
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo12-24/+24
2008-05-25Updated misc/dvtm to 0.4.1tnn2-3/+3
2008-05-25Update to dvtm-0.4.1. Contributed by Leonardo Taccari.tnn4-35/+49
* Cursor key mode switching (this fixes arrow keys in vim) * Characters following an escape are passed to the underlying application, this fixes ALT+<n> key combination as used by irssi * A hack to make the keypad sort of work with putty * Mouse support is now compile time selectable * Destroy clients when an IO-error occurs * Correct signal handling (save and restore errno) * Destroy clients cleanly, prevent zombies * Added a note about copy & paste to the manual page (use SHIFT while selecting or pasting text) * Some source code formatting fixes
2008-05-25unlimit the data segment (gsromfs1.c needs > 128MB on gcc/alpha)tnn1-1/+2
2008-05-25Updated gnustep-make; gnustep-base; gnustep-gui; gnustep-backadam2-4/+6
2008-05-25Changes 1.14.2:adam3-9/+7
* Minor configuration change so it will compile on darwin with ffcall.
2008-05-25Changes 0.12.1:adam3-8/+10
* Switched to use LGPL 3 and GPL 3. * Report more controls as being flipped. (NSTextField, NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing. * In NSAffineTransform use optimized primitive methods from base. * Add font attribute fixing to NSAttributedString. To allow for the output of glyphs not present in the current font. * Optimized the validation of edited cells.
2008-05-25Changes 0.12.1:adam2-7/+6
* Add DPSshfill for all backends. Better handling of X event times.
2008-05-25Changes 2.0.5:adam5-26/+34
* Bug fixes
2008-05-25Updated sqlite to 3.5.9; Added sqlitebrowser 1.3adam2-6/+4
2008-05-25Added sqlitebrowser version 1.3adam1-1/+2
2008-05-25SQLite Database Browser is a freeware, public domain, open sourceadam4-0/+40
visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands.
2008-05-25Changes 3.5.9:adam3-21/+7
* Added experimental support for the journal_mode PRAGMA and persistent journal. * Journal mode PERSIST is the default behavior in exclusive locking mode. * Fix a performance regression on LEFT JOIN (see ticket #3015) that was mistakenly introduced in version 3.5.8. * Performance enhancement: Reengineer the internal routines used to interpret and render variable-length integers. * Fix a buffer-overrun problem in sqlite3_mprintf() which occurs when a string without a zero-terminator is passed to "%.*s". * Always convert IEEE floating point NaN values into NULL during processing. * Make sure that when a connection blocks on a RESERVED lock that it is able to continue after the lock is released. * The "configure" scripts should now automatically configure unix systems for large file support. Improved error messages for when large files are encountered and large file support is disabled. * Avoid cache pages leaks following disk-full or I/O errors * And, many more minor bug fixes and performance enhancements...
2008-05-24fix typotnn1-2/+2
2008-05-24Fix unsafe LP64 pointer arithmetics spotted in bulk build.tnn4-3/+31
2008-05-24Trust configure to pick the right install(1).tnn1-2/+2
2008-05-24Switch master site to MASTER_SITE_XORG.tnn201-418/+454
2008-05-24Updated games/freeciv to 2.1.4adam2-3/+5
2008-05-24Changes 2.1.4:adam4-22/+22
* gui-sdl Fix crash when trying to bribe a unit * Fixes for UTF-8 and local encoding mismatch * Fixed crash when unit is killed by the breaking of a treaty * gui-gtk2 Theme had checkbox images reversed in some situations * Improvements to server authentication backend * Check that there is no acinclude.m4 left from old builds in the source tree * Fixes to strings and i18n * Fixed pathfinding crash when ferry is forced to leave path * Fixed warnings and crashes caused by AI trying to updgrade allied units * Fixed "take -" crash when there is no free player slots * Fixed crash in citizen governor * Avoid overwriting player name given as /create parameter * Fixed AI crash when city destroyed during trade negotiation * Send /cut and /cmdlevel commands correctly to server * Fixed handling of quoted command parameters