summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-13Updated devel/libextractor to 0.5.18aadam2-3/+3
2007-10-13Changes 0.5.18a:adam6-70/+15
* Fixes various build problems, a crash with recent versions of libgsf * Adds an (incomplete) manual
2007-10-13Updated: ImageMagick, libgnomemm, libgnomecanvasmm, gperfadam2-7/+6
2007-10-13Changes 3.0.3:adam4-15/+14
* The generated C code is compatible with gcc-4.3.x in c99 or gnu99 mode.
2007-10-13Changes 2.20:adam2-8/+7
* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms.
2007-10-13Changes 6.3.6-1:adam3-9/+10
* Speed up the Fx interpreter. * Use ULL not ui64 for MinGW 64-bit constants. * Call SyncCacheView() instead of SyncImagePixels() in WaveImage(). * Close all references to a pixel cache on disk before removing the temporary file as required under Windows. Changes 6.3.6-0: * Added Scaling 'derivitives' to -distort Arc, so image arcing is now sharp and clear as you approach the center of the distort. * Added " -set option:distort:viewport 'geometry' " special option that can be used to override the output image size and offset. * Fixed experimental use of -filter and -support in Resampling (more later). * Changed order for coordinate arguments in -distort (for leastsq addition)
2007-10-13Fixed some build problems.rillig4-12/+57
2007-10-13Changes 2.20.0:adam2-8/+7
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation is built wihout hiding optional API, such as use of exceptions. * scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms.
2007-10-13Changes 2.6.5:adam2-7/+6
* libglade/src/xml.hg: * libglade/src/xml.ccg: Do not use exceptions when compiled with exceptions disabled. Instead, Gnome::Glade::Xml takes an additional error parameter like most other g*mm methods that can fail. * docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation is built wihout hiding optional API, such as use of exceptions.
2007-10-13The "debug" variable was often used like "if [ $debug = yes ]; then ...;rillig1-34/+19
fi". There is an easier way to solve the same problem with much less code.
2007-10-13Updated math/glpk to 4.22; sysutils/gnome-vfsmm to 2.20.0adam2-4/+4
2007-10-13Changes 2.20:adam2-8/+7
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation is built wihout hiding optional API, such as use of exceptions. * libgnomevfs/libgnomevfsmm/directory-handle.cc: Fixed build with disabled exceptions. * scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms.
2007-10-13Changes 4.22:adam3-8/+7
* Bug fixes
2007-10-13The --database option doesn't exist.rillig1-3/+1
2007-10-13Changes 3.0.15:adam4-20/+19
* Add provision for printing and viewing the logfile * Make the expose event handler for the drawing area of the "Fax from socket" notifier more efficient * Move PrintManager class to utils sub-directory as FilePrintManager class and provide new TextPrintManager class * Correctly show help dialog for GTK+ print system checkbox in settings dialog * Explicitly forbid copying of IntrusiveCounter and IntrusiveLockCounter class objects * Do not initialise the pthread_cond_t object in a Thread::Cond object if the call to pthread_condattr_setclock() fails (this avoids a possible resource leak) * Improve GError handling where relevant * Change use of g_list_append() to g_list_prepend() * Greek translation updated.
2007-10-13Updated chat/irssi to 0.8.12adrianp1-1/+2
2007-10-13Update to 0.8.12adrianp7-17/+92
* Add a set of patches to re-introduce irssi-config which was removed in this release. We need this file for chat/irssi-icb to work. An upstream bug has been opened about this. http://bugs.irssi.org/?do=details&task_id=537&histring=icb From the CHANGELOG: Rewrite SSL connection/handshake code. Remove support for glib 1.x. Do not send our hostname to the server (bug #488). Improve completion for /SET. Various improvements to the help files. Make alt/meta+arrow keys work in recent versions of xterm (bug #496) Fix DCC get when file size is 0 (bug #494). Fix logging lines with no target to all logs, broken in 0.8.11.
2007-10-13Note update of mathomatic.minskim1-1/+2
2007-10-13Update mathomatic to 12.7.7.minskim2-6/+6
Changes: - Stabilized simplify command.
2007-10-13- xorp-1.4obache1-2/+1
2007-10-13Updated net/xorp to 1.4obache1-1/+2
2007-10-13Update xorp to 1.4.obache9-98/+21
Patch provided by Mustafa Dogan in PR 37058. Release 1.4 (2007/03/20) ========================= ALL: - XORP now builds on DragonFlyBSD-1.8, FreeBSD-6.2, Linux Fedora Core6, Linux Debian-3.1 (sarge), NetBSD-3.1 and OpenBSD-4.0. - XORP now can be compiled with the Intel C/C++ compiler 9.* on Linux. - XORP now can be cross-compiled for IA-64, MIPS (Broadcom for Linksys WRT54G), PowerPC-603, Sparc64, and XScale processors. - Implementation of OSPFv3 (draft-ietf-ospf-ospfv3-update-14.txt). - Implementation of floating static routes (i.e., static routes for the same prefix with different next hop and metrics). CONFIGURATION: - Allow static routes to have "nexthop4" and "nexthop6" policy matching conditions in the "from" block. - Addition of new FEA configuration statements to retain XORP unicast forwarding entries on startup or shutdown: fea { unicast-forwarding4 { forwarding-entries { retain-on-startup: false retain-on-shutdown: false } } unicast-forwarding6 { forwarding-entries { retain-on-startup: false retain-on-shutdown: false } } } The default value for each statement is false. Note that those statements prevent the FEA itself from deleting the forwarding entries and does not prevent the RIB or any of the unicast routing protocols from deleting the entries on shutdown. - The "elements" policy statements for configuring sets of network routes have been deprecated: policy { network4-list foo { elements: "1.2.0.0/16,3.4.0.0/16" } network6-list bar { elements: "2222::/64,3333::/64" } } The new replacement statement is "network" and can be used to specify one element per line: policy { network4-list foo { network 1.2.0.0/16 network 3.4.0.0/16 } network6-list bar { network 2222::/64 network 3333::/64 } } - The following keywords are supported inside the policy configuration when comparing IPv4 or IPv6 network prefixes: exact, longer, orlonger, shorter, orshorter, not. For example: "network4 exact 10.0.0.0/8" SAME AS "network4 == 10.0.0.0/8" "network4 longer 10.0.0.0/8" SAME AS "network4 < 10.0.0.0/8" "network4 orlonger 10.0.0.0/8" SAME AS "network4 <= 10.0.0.0/8" "network4 shorter 10.0.0.0/8" SAME AS "network4 > 10.0.0.0/8" "network4 orshorter 10.0.0.0/8" SAME AS "network4 >= 10.0.0.0/8" "network4 not 10.0.0.0/8" SAME AS "network4 != 10.0.0.0/8" The original operators are supported as well. - A floating static route (also called "qualified" by some router vendors) can be added with a configuration like: protocols { static { route 10.10.0.0/16 { next-hop: 172.16.0.1 metric: 1 qualified-next-hop 172.17.0.2 { metric: 10 } } interface-route 10.30.30.0/24 { next-hop-interface: "rl0" next-hop-vif: "rl0" next-hop-router: 172.16.0.1 metric: 1 qualified-next-hop-interface rl1 { qualified-next-hop-vif rl1 { next-hop-router: 172.17.0.2 metric: 10 } } } } } LIBXORP: - The XORP scheduler now has support for priority-based tasks. LIBXIPC: - No significant changes. LIBFEACLIENT: - No significant changes. XRL: - No significant changes. RTRMGR: - Bug fix in the semantics of the rtrmgr template %activate keyword. XORPSH: - No significant changes. POLICY: - Bug fix related to creating export policies that match protocol's its own routes (e.g., a policy that modifies the BGP routes exported to its peers). - Various other bug fixes. FEA/MFEA: - Fix the routing socket based mechanism (used by BSD-derived systems) for obtaining the interface name (toward the destination) for a routing entry. - Apply a performance improvement when configuring a large number of interfaces/VIFs, each of them with the "default-system-config" configuration statement. - Bug fix related to atomically modifying the IP address of an interface. RIB: - Bug fix related to (not) installing redundant host-specific entries for the other side of a point-to-point interface if the netmask for the interface covers the host-specific entry. RIP: - No significant changes. OSPF: - OSPFv3 is now available. - The OSPFv3 protocol requires that link-local addresses are used, therefore it is necessary to configure a link-local address for each interface, this restriction will be removed in the future. - The OSPFv3 configuration allows multiple instances to be configured however only one instance will be created. Configuring multiple OSPFv3 instances is guaranteed to cause problems. - Bug fix related to the processing of previously generated LSAs on startup has been fixed. Restarting a router that was the designated router could exhibit this problem. - Bug fix on a broadcast interface if the router was not the designated router then the nexthop was incorrectly unconditionally set to the designated router; introducing an unnecessary extra hop. BGP: - BGP has taken advantage of the priority-based tasks in the XORP scheduler and background tasks are run at a low priority; leading to improved performance. STATIC_ROUTES: - Bug fix related to declaring some of the policy matching conditions in the "from" block. MLD/IGMP: - Bug fix related to atomically modifying the IP address of an interface. - Bug fix related to ignoring protocol messages that are not recognized by the configured protocol version on an interface. - Ignore control messages if the source address is not directly connected. - Don't send the periodic Group-Specific or Group-and-Source-Specific Queries for entries that are in IGMPv1 mode. PIM-SM: - Bug fix related to atomically modifying the IP address of an interface. - The PIM-SM control messages do not include the IP Router Alert option anymore, because it has been included from the newer revisions of the PIM-SM protocol specification (RFC 4601 and draft-ietf-pim-sm-bsr-09.txt,.ps). - Don't send PIM Hello message with DR Priority of 0 when shutting down an interface, because this is not part of the protocol specification. FIB2MRIB: - Bug fix related to updating the interface and vif name of a forwarding entry received from the FEA. CLI: - Performance improvement if the CLI is processing a large amount of data. E.g., if xorpsh is used in a pipe like: cat commands.txt | xorpsh SNMP: - Bug fix with the snmpd arguments when sampling whether snmpd can start and its version is >= 5.2. Release 1.3 (2006/08/02) ========================= ALL: - Numerous improvements, bug fixes and cleanup. - XORP now builds on Linux Fedora Core5, DragonFlyBSD-1.4, FreeBSD-6.1. - Implementation of IGMPv3 (RFC 3376) and MLDv2 (RFC 3810). Those are necessary to complete the Source-Specific Multicast support. CONFIGURATION: - Addition of new OSPF configuration statement as part of the MD5 keys: * max-time-drift: u32 (default to 3600, i.e., 1 hour) It is used to set the maximum time drift (in seconds) among all OSPF routers. The allowed values are in the range [0--65535]. If the value is 65535, the time drift is unlimited. - The following statements for configuring static routes have been deprecated: route4, route6, interface-route4, interface-route6, mrib-route4, mrib-route6, mrib-interface-route4, mrib-interface-route6. The new replacement statements are: route, interface-route, mrib-route, mrib-interface-route. Each of the new statements can be used to configure either IPv4Net or IPv6Net route. - The following statements for configuring RIP and RIPng have been renamed: * route-expiry-secs -> route-timeout * route-deletion-secs -> deletion-delay * table-request-secs -> request-interval * interpacket-delay-msecs -> interpacket-delay - The following statements for configuring RIP and RIPng random intervals have been replaced: * triggered-update-min-secs and triggered-update-max-secs with triggered-delay and triggered-jitter * table-announce-min-secs and table-announce-max-secs with update-interval and update-jitter Previously, each interval was specified as [foo-min, foo-max]. Now each interval is specified as [foo - foo * jitter / 100, foo + foo * jitter / 100] where "jitter" is specified as a percentage (an integer in the interval [0, 100]) of the value of "foo". - The "version" statement for configuring an IGMP interface/vif allows values in the range [1-3]. Previously, the allowed range was [1-2]. - The "version" statement for configuring a MLD interface/vif allows values in the range [1-2]. Previously, the allowed range was [1-1]. - The following statement for configuring PIM-SM (pimsm4 and pimsm6) has been renamed: interval-sec -> interval - If a "then" policy block contains "accept" or "reject" statement, now all statements inside the "then" block are evaluated regardless of their position. - Addition of a new "exit" operational mode command that is equivalent to the "quit" operational mode command. - The "create" and "set" configuration commands are merged, so now the new "set" command can be used for setting values and for creating new configuration nodes. For backward compatibility, the obsoleted "create" command is preserved as an alias for the new "set" command, though it may be removed in the future. LIBXORP: - Few bug fixes in the RefTrie implementation. LIBXIPC: - Minor improvement in parsing XRL requests. LIBFEACLIENT: - No significant changes. XRL: - No significant changes. RTRMGR: - Various bug fixes. XORPSH: - Previously, the "commit" command was not available in configuration mode if there were no pending configuration changes. Now the "commit" command is always available, but the following message will be printed instead: "No configuration changes to commit." - Various bug fixes. POLICY: - Various bug fixes. FEA/MFEA: - Bug fix in transmitting large packets on Linux when using IP raw sockets. - Linux-related netlink socket code refactoring and bug fix. - Bug fix in obtaining the incoming interface for raw packets (in case of *BSD). - Bug fix in parsing the ancillary data from recvmsg(). - Accept zeroed source addresses of raw packets, because of protocols like IGMPv3. - Bug fix in restoring kernel routes that were automatically removed when the MAC address or MTU on an interface is modified. - Bug fix in processing IPv4 raw packets if they contain an IP option with a bogus option length. RIB: - Several bug fixes and improvements. RIP: - Various bug fixes in the MD5 authentication support. - Remove route flap when applying/deleting RIP-related import policies. - Fix an issue with INFINITY cost routes that might be bounced indefinitely between two XORP routers. OSPF: - Various bug fixes in the MD5 authentication support. BGP: - Prefix limits on a per peer basis. - Various bug fixes. STATIC_ROUTES: - No significant changes. MLD/IGMP: - Implementation of IGMPv3 (RFC 3376) and MLDv2 (RFC 3810). - Unification of the IGMP and MLD execution path. PIM-SM: - Bug fix related to the SPT switch (the bug is *BSD specific). - Use the RPF interface toward the BSR when transmitting a Cand-RP Advertisement message. Previously the first interface that is UP was chosen. - Use the RPF interface toward the RP when transmitting PIM Register messages toward the RP. Previously the interface of the directly connected source was chosen. FIB2MRIB: - No significant changes. CLI: - Bug fix related to tracking the window size when it is resized. SNMP: - No significant changes.
2007-10-13Added support for installation to DESTDIR.heinz1-13/+15
2007-10-13Updated devel/glibmm to 2.14.1; x11/gtkmm to 2.12.1adam2-4/+4
2007-10-13Changes 2.12.1:adam6-253/+119
* PrintOperation: Corrected a reference-counting problem that caused crashes. Changes 2.12: * New classes: Builder, RecentAction, Tooltip, VolumeButton. * Deprecated the Tooltips class. * More...
2007-10-13Changes 2.14.1:adam4-15/+714
* Glib::wrap(): Don't fail when wrapping an interface that is implemented by an unrecognized type. gmmproc-generated code now uses the new wrap_auto_interface(), so newly-generated source code will require this latest glibmm version. * Increase version number check for glib. Changes 2.14: * New Regex class, allowing string searching with regular expressions. * New KeyFile class. * Main: Added SignalTimeout::connect_seconds(). * OptionContext: Added get/set_summary(), get/set_description(), set_translation_domain() and set_translate_func(). * Added Glib::get_user_special_dir(), get_user_data_dir(), get_user_config_dir(), and get_user_cache_dir(). * Improved documentation.
2007-10-13Made the code simpler and documented it.rillig1-10/+11
2007-10-13Make IPv6 support optional. Per PR pkg/37112 by Yakovetsky Vladimir.jmmv1-1/+11
2007-10-13Updated games/rocksndiamonds to 3.2.4adam1-1/+2
2007-10-13Changes 3.2.4:adam4-14/+14
* fixed crash bug in toon drawing functions for large step offset values * fixed some problems with displaying game panel when quick-loading tape * fixed (experimental only) redrawing of every tile per frame (even if unneeded) for the extended (R'n'D based) EMC graphics engine * added optimization to only calculate element count for panel display if really needed (that is, if element count values defined on panel) * fixed problem with special editor door redraw when entering main menu * fixed bug with displaying background for title messages on info screen * some code cleanup for the extended (R'n'D based) EMC graphics engine * fixed bug with CE action "move player" always resulting in player 4 if there was a CE action with no trigger player (because the player element was calculated by using log_2() from trigger player bits with the value PLAYER_BITS_ANY) -- this is now fixed by also storing the triggering player bit mask and handling all players in "move player" * fixed bug when defined artwork cannot be found for artwork that has default artwork cloned from other artwork (without default filename) * added several fixes to the extended (R'n'D based) EMC graphics engine * fixed broken editor copy and paste for custom elements between levels
2007-10-13Fixed invalid lvalue.rillig2-7/+10
2007-10-13Fixed violation of the ISO C99 standard.rillig2-1/+53
2007-10-13Updated www/p5-CGI to 3.29; textproc/p5-PDF-API2 to 0.65; qt4 to 4.3.2adam2-3/+10
2007-10-13Changes 4.3.2:adam14-62/+73
* General Improvements * Fixed incorrect behavior of the widget editing mode that could occur when a form was resized. * Fixed a crash that could occur when several commands were redone in one go. * Enabled MSVC and Borland project generators for the Qt Open Source edition. * Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in the Xcode project generator to allow distributed (distcc) builds to work again. * more...
2007-10-13Changes 0.65:adam2-9/+8
* Bug fixes
2007-10-13Changes 3.29:adam3-66/+62
1. The position of file handles is now reset to zero when CGI->new is called. 2. uploadInfo() now works across multiple object instances. Also, the first tests for uploadInfo() were added as part of the fix. Changes 3.28: 1. Applied patch from Allen Day that makes Cookie parsing RFC2109 compliant attribute/values can be separated by commas as well as semicolons). 2. Applied patch from Stephan Struckmann that allows script_name() to be set correctly. 3. Fixed problem with url(-full) in which port number appears twice.
2007-10-13Updated net/x2vnc to 1.7.2nb1tnn1-1/+2
2007-10-13Ungrab the pointer on disconnect to avoid ending up with a dead pointer ontnn3-3/+31
some X servers. Bump PKGREVISION.
2007-10-13Updated tcl/tk to 8.4.16adam2-4/+4
2007-10-13Changes 8.4.16:adam12-90/+98
* Bug fixes * Improvements
2007-10-13Fix the .include lines so that make looks in the right place first.dsl19-99/+99
Remember .include "foo.mk" is looked for (first) in the directory that contains the makefile being processed (like in C), so remove all the ${.PARSEDIR} and ../ sequences that just cause grief.
2007-10-13nls support means extra files get installed on Linuxadrianp2-2/+5
Report from Aleksey Cheusov in PR# 37099
2007-10-13Just adding gmp as a dependency unbreaks the package.rillig1-3/+2
2007-10-13- putty-0.60obache1-2/+1
2007-10-13Updated security/putty to 0.60obache1-1/+2
2007-10-13Update putty to 0.60.obache3-15/+14
Patch provided by Jukka Salmi in PR 37056. These features are new in beta 0.60 (released 2007-04-29): * Pressing Ctrl+Break now sends a serial break signal. (The previous behaviour can still be obtained with Ctrl+C.) * Serial ports higher than COM9 now no longer need a leading \\.\. * You can now store a host name in the Default Settings. * Bug fix: serial connections and local proxies should no longer crash all the time. * Bug fix: configuring the default connection type to serial should no longer cause the configuration dialog to be skipped on startup. * Bug fix: "Unable to read from standard input" should now not happen, or if it still does it should produce more detailed diagnostics. * Bug fix: fixed some malformed SSH-2 packet generation. * Other minor bug fixes.
2007-10-13Whew. pkglint didn't know FAIL_MSG at all.rillig1-1/+2
2007-10-13FAIL_MSG may be a hidden command.rillig1-2/+32
2007-10-13Updated www/ja-trac to 0.10.4.1nb1obache1-1/+2
2007-10-13Introduce same options for database engine as www/trac.obache1-2/+21
Depending sqlite version bump to 3, need to update db, with dump/restore. Bump PKGREVISION.