summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-23Update to KDE 3.5.7markd1-4/+4
Quanta Plus * Autocompletion for member variables. * Fix directory creation in some ftp servers. * Fix crash when dropping a document template on an Untitled empty document.
2007-05-23Update to KDE 3.5.7markd14-308/+32
KDE base * Various DragonFlyBSD fixes. * Removed "Serbia and Montenegro" (yu), added "Serbia" (rs) and "Montenegro" (me). Kicker * Added option to change the font color used by the taskbar applet. Kate * Fix not honoring current locale in some situations. KControl * Allow changing of font colors for taskbar. * Fix various crashes on KHotKeys. KDesktop * Use mkfontscale/mkfontdir to create fonts.scale/fonts.dir - as opposed to custom code. * Make kdesktop_lock honour kiosk switch user restriction. KWin * Option to turn off alt+tab outline. * Support for new windows types for compositing. * Fix bug in dead program detection in 64 bit architectures. * Fix crash on consecutive 'Show Desktop'.
2007-05-23Update to KDE 3.5.7markd1-4/+4
2007-05-23Update to KDE 3.5.7markd7-123/+42
KHTML * Implement heuristic cyr encoding detection. * Implement support for textContent(). * Indicate near mouse pointer if a link wants to open a new browser window. * Harmonize document.href and .pathname of about:blank windows with other browsers. * Fix jumping to the top right before loading a new page. * Make frame name lookup locale-independant. * Make valueOf() and toString() accessible across sites. * Make setValue() work on radio button and checkboxes. * overrideMimeType() implementation. * Fix various crashes and bugs. KJS * Support named function expressions. * Support for localeCompare() function. * Caller property implementation. * Improvements: * Unreserve class keyword as it's often used as an identifier by JS programmers. * Disable UTF-8 validation in libPCRE, since it's incredibly slow. * Support unicode escape sequences in identifier names. * Parse null characters. * toExponential() fix for negative numbers. * Fixed off-by-one digit error in toFixed(). Kate * Update cmake highlighter. * Fix bug in search and replace, placeholder did not work correctly. * Make cursor in inactive views behave correctly. * Update selection after paste. * Multiple views are usable again. Kimgio * Fix buffer overflow during writing xview files.
2007-05-23Update to arts 1.5.7 (part of KDE 3.5.7)markd3-12/+12
2007-05-23Update to KDE 3.5.7markd2-20/+20
2007-05-23Initial import libopensync version 0.22markd6-0/+178
OpenSync is a synchronization framework that is platform and distribution independent. It consists of a powerful sync-engine and several plugins that can be used to connect to devices. OpenSync is very flexible and capable of synchronizing any type of data, including contacts, calendar, tasks, notes and files.
2007-05-23regenrillig2-19/+25
2007-05-23Fix SEGV on startup. Bump PKGREVISION.markd3-2/+24
2007-05-23Extended the warning about bulk builds to say that pretty much anythingrillig1-3/+7
may be removed from the filesystem. Fixes PR 36378.
2007-05-23Reindent.ghen1-2/+2
2007-05-23Define PATCH files related variables strictly.obache1-5/+8
works well even if define both options or one of the options.
2007-05-23Fixed gcc4 error messages.rillig3-7/+33
2007-05-23Fixed gcc4 errors and warnings.rillig3-1/+31
2007-05-23Revert previous HOMEPAGE change.obache1-2/+2
2007-05-23Fixed the gcc4 error messages and a warning about undefined behavior.rillig3-1/+46
2007-05-23Fixed the detection of socklen_t.rillig2-4/+20
2007-05-23Ensure the last statement in configure script returns true, else the buildsketch2-8/+16
fails on certain platforms.
2007-05-23Annotate mksh update.joerg1-1/+2
2007-05-23Update to mksh-R29e. Fixes a number of display bugs, cursor positioningjoerg3-18/+32
bugs and issues shown by Coverity Prevent. From Thorsten Glaser. Add DESTDIR support.
2007-05-23When removing an already installed package, the correct package versionrillig1-3/+4
is reported. Fixed the output by not nestedly redirecting the output of "bmake debug".
2007-05-23Update to 0.99.7.gdt5-36/+8
* bgpd o Minor performance improvement patch o bug #352: IPv6/Multicast address-family config not written out o V. quick route flap gets mistaken for duplicate, route is then ignored o Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds o Peer delete can race with reconfig leading to crash * zebra o For solaris IPv6 PtP interfaces, try to support prefixlen != 128 o IRDP should ignore non-IPv4 addresses o Bug #351: Don't redistribute routes to ipv4 link-local prefixes o Only suppress adding a connected route to the kernel if it is o Fix interface metric bug on BSD o Retain configured IPv4 address upon removal by kernel o MTU change should propogate to zserv client on BSD/Solaris * ospfd o Fix bug: should exit immediately on SIGTERM if OSPF not actually running o Return SNMP standard neighbor state values, not quagga internal ones o Fix bug in 'passive-interface default' behavior o Bug #330: SPF must consider that nexthop-calc may fail o Fix regression in SPF introduced by bug#330 fixes o Bug #330 regression: failure to calculate routes through networks * ospf6d o Bug 322: ospf6d show ipv6 neighbour showing wrong times o Fix string comparison bug in ospf6_lsa_handler_name. * ripd o Fix "show ip rip status" display of time until next update o Fix the display of route timeout in "show ip rip". * ripngd o Fix the display of some timers. * general o Better comment explaining that GNU awk is really required. o de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice. o [PtP over ethernet] New peer flag allows much more addressing flexibility o [logging] Add new "log timestamp precision" command for subsecond timestamps # 2006-12-09: Quagga 0.99.6 Released Quagga 0.99.6 has been released, see the full changelog for the details. A summary of the changes: * bgpd o Bug #302, bgpd can get stuck in state Clearing o Implement 'debug bgp zebra' to log all messages to and from zebra. o Fix bug where a deleted route that was quickly re-added was being lost o trivial: non C99 u_int.._t should be uint.._t o struct peer must have bgp field valid (redistribute crash) o Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer. o CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table o Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing. o Trivial fix of printf format/arg mismatch o reduce the process queue hold time to something more sensible o RIB statistics address space size shouldnt double count space o simplify peer refcounts, squash slow peer leak o Fix 0.99 shutdown regression, introduce Clearing and Deleted states o Add RIB reporting commands, show bgp ... statistics o Handle pcount as flags are changed, fixing pcount issues o Add 'show ... neighbor .... prefix-counts' command * ospfd o Consider all connected addresses when creating ospf interfaces o Add debug messages for a few zebra messages that had been overlooked o Fix bug in passive-interface default commands. o Stop losing subsequent default-information originate 'always' info o Add passive-interface default support o Improve some warning messages. o Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit * isisd: Fix compiler warnings and allow v4-only compilation * zebra o Changes of nexthops of static routes didnt take effect o Compile fix for PF_ROUTE * ripd o bug #293: routemap set metric doesn't check for underflow correctly o bug #278: remove gratuitous use of mid-function declaration * general o [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax o Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands o [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues) o [doc] Add recent NetBSD/FreeBSD versions to list of what ought to work. * 2006-09-17: Quagga 0.99.5 Released Quagga 0.99.5 was released on the 28th of August, see the release announcement (version with HTML links). A small regression in ospfd was quickly reported and fixed by a user, available in CVS. Additionally, the final 0.99 BGP regressions mentioned in the 0.99.5 announcement are believed to be fixed in CVS, see this mail to quagga-dev. Testing of bgpd in CVS snapshots dated 2006-09-14 or later would be appreciated. BGP users of 0.99 are strongly encouraged to upgrade to 0.99.5, due to an important fix for an AS-Path loop-checking regression, or even a CVS snapshot, to assist in testing. OSPF 0.99-CVS is believed to be stable at this point.
2007-05-23Fixed PLIST by adding the Bulgarian and Mongolian files. PKGREVISION++rillig2-3/+12
2007-05-23Updated converters/txt2man to 1.5.5xtraeme2-3/+3
2007-05-23Update to 1.5.5:xtraeme3-7/+12
txt2man-1.5.5 21-mar-2007 * txt2man: correct layout of C structures in synopsis * src2man: genrate manpages for C types/struct definitions txt2man-1.5.4 16-mar-2007 * bookman: Added copyright * src2man: Added copyright. Fix cover page handling. Add origin comment in generated manpages. txt2man-1.5.3 15-mar-2007 * bookman: better handling of header and footers of cover page. * src2man: date can now be set. * txt2man: date can now be set. Better handling of C function prototypes. txt2man-1.5.2 28-feb-2007 * txt2man: fix synopsis handling. txt2man-1.5.1 25-oct-2006 * src2man: search if the function prototype is defined in corresponding '.h' include file, and if yes, add a '#include "file.h"' statement in synopsis. * src2man: allow to force SYNOPSIS sections in comment blocks. * bookman: reads the file list from stdin in no arg is supplied. * Makefile: specify commands path (in current dir) when generating doc. txt2man-1.5 16-oct-2006 * txt2man: fix indentation. * bookman: new command to generate a book from manpages. * src2man: new command to extract manpages from source files. * Makefile: update and fix rules.
2007-05-23Add C99 support, required for packages which use C99 such as devel/glib2sketch1-1/+6
2007-05-23mysql4-client-4.1.22 and mysql4-server-4.1.22martti2-4/+4
2007-05-23Updated MySQL to 4.1.22martti26-144/+151
Lots of bug fixes, see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html
2007-05-23Updated net/DarwinStreamingServer to 5.5.5adam1-1/+2
2007-05-23Changes 5.5.5:adam8-63/+29
- Compilation problems using gcc 4 - Support for SDPs created by VLC and Mpeg4IP - Fix date display in DSS Web Admin - Better support for streaming through NAT - Better support for running DSS on a multi-homed system - Relaying problems with VLC - A security fix for possible stack and heap overflow attacks in the StreamingProxy (CVE-2007-0748, CVE-2007-0749) - A fix for sync sample searching on OS X intel. - A fix for an infinite loop when the server fails to bind to streaming ports. - An enhancement allowing RTSP requests to contain the hh:mm:ss format for the npt value
2007-05-23Also remove oaf/bl3.mk.wiz1-2/+1
2007-05-23Remove gal/bl3.mk from gnome-build/bl3.mk, and bump anjuta PKGREVISIONwiz2-4/+3
(only package using the latter bl3.mk).
2007-05-23Find and replace %DATE% in the Mac .pkg. Oh, and build everythingschmonz1-2/+9
as Universal binaries.
2007-05-23Replace hardcoded date with a token for sed to update.schmonz1-3/+3
2007-05-23Respect CFLAGS. Fixes Universal build on OS X.schmonz3-6/+9
2007-05-23tnftp means to link with its own libedit, but on OS X the linker'sschmonz1-2/+2
search order means that the system libedit gets found first. This hasn't been much of a problem until now, but the system libedit lacks support for Apple's 64-bit architectures, which breaks the Universal build. Therefore, force linking with tnftp's internal libedit by replacing "-ledit" in ${LIBS} with "../libedit/libedit.a". Workaround suggested by tls.
2007-05-23Note update of mathomatic.minskim1-1/+2
2007-05-23Update mathomatic to 12.7.1.minskim2-7/+6
Changes: - Remove GPL preamble in "primes/*.c", so everything is LGPL. - Allow entering "e#" and "i#" as "e" and "i". Display "e", "i", and "pi" as "e#", "i#", and "pi#". - Require a space between command and command line, so variables don't get confused with commands. This is a bug fix. - Added a directory named "hard_stuff". - Fixed error in "tests/finance.in".
2007-05-23Note update of rubygems.minskim1-1/+2
2007-05-23Update rubygems to 0.9.3.minskim5-1444/+906
This is a maintenance release of RubyGems that fixs a problem with ZLib on Windows platforms.
2007-05-23Note update of ruby-daemons.minskim1-1/+2
2007-05-23Update ruby-daemons to 1.0.6.minskim2-7/+7
Changes: * New option to pass an ARGV-style array to run and run_proc * Additional patches for '/var/log'
2007-05-23Restore _REDUCE_DEPENDS_CMD for now as it is still used by show-depends.joerg1-1/+6
Noticed by rillig@
2007-05-22GNU make strongly dislikes it when MAKE is already set to bmake.joerg2-23/+15
So ensure that we don't pollute the environment at all and push down the arguments for install-dependencies via the command line. Thanks to seb@ for the problem report and test.
2007-05-22+ afterstep-2.2.6, drscheme-370, geany-0.11, gmpc-0.15.0,wiz1-4/+9
libgnomekbd-2.18.2, opera-9.21, py-prewikka-0.9.11, xv-20070520.
2007-05-22Note fromcvs PKGREVISION bump.wiz1-1/+2
2007-05-22Fix path to python interpreter in tohg.rb and depend on python.wiz1-1/+9
Bump PKGREVISION.
2007-05-22While investigating xtraeme's bug report about duplicate running of thejoerg1-1/+2
dependency installation, it occured to me that "make depends" doesn't run the bootstrap-depends target correctly anymore. A deeper analysis didn't show why it happened to work as it is only requested explicitly by fetch. It wasn't an issue as all bootstrap dependencies were checked again before, but fix this correctly by listening as dependency of depends as well.
2007-05-22update obexapp to version 1.4.7, which contains compiler warning fixesplunky9-143/+39
and NetBSD compatibility in the source. ok by xtraeme@
2007-05-22Remove an unused, just added internal target.joerg1-6/+1