Commit graph

11660 commits

Author SHA1 Message Date
drochner
417df818ed todat's updates 2005-10-25 18:23:39 +00:00
perry
89c8df120c update net/ttt to 1.8.1 -- no externally visible changes (just some
fixed prototypes in the code.)
2005-10-25 17:24:36 +00:00
taca
7b57c3722a Note update of www/squid package to 2.5.12nb1. 2005-10-25 14:06:15 +00:00
wiz
e79b581de6 Note some updates and new packages. 2005-10-25 13:41:39 +00:00
wiz
57914e1a28 Updated devel/p5-Storable to 2.15 2005-10-25 13:39:03 +00:00
wiz
518318e283 p5-gettext updated to 1.05. 2005-10-25 13:24:15 +00:00
adam
9b14e5a431 Updated lang/scm to 5.5.1 2005-10-25 09:33:12 +00:00
jlam
3eaa754521 Update databases/db4 to 4.3.29. This is a point release update over
4.3.28, so there are no API changes, and applications may be upgraded
by relinking against db4-4.3.29.  We stop pretending to support a
"java" package option since we never even bothered with handling the
PLIST differences.  Changes from version 4.3.28 include:

   * The on-disk log format has changed.
   * Add support for lightweight, transactionally protected Sequence
     Number generation.
   * Add support for Degree 2 isolation.
   * Add election generation information to replication to support Paxos
     compliance.
   * A huge number of bug fixes, including eliminating some instances of
     application deadlock and memory leak fixes.
   * Some minor performance enhancements.
2005-10-25 06:26:48 +00:00
minskim
758a33c18f Add bacula-doc. 2005-10-25 04:24:00 +00:00
wiz
ac700e7ba5 gocr updated to 0.40. 2005-10-25 02:07:28 +00:00
rillig
5219926c41 Updated pkglint to 4.30.
Rewrote the typechecking code for Makefile variables. The variable
definitions are extracted from logical lines instead of physical lines,
comments are separated from actual values, for Lists of something, each
something is checked. All URLs are subject to MASTER_SITES expansion.
MASTER_SITES is checked to be a List of URLs.
2005-10-24 23:54:37 +00:00
chris
ac0e5f8b16 Note update of sylpheed-devel 2005-10-24 22:40:03 +00:00
rillig
33dc8ce108 Bumped PKGREVISION of editors/ng. It has been converted to the options
framework.
2005-10-24 19:49:16 +00:00
minskim
26ce62f564 Note PKGREVISION bump for (g)mplayer. 2005-10-24 19:47:39 +00:00
tv
f5342a30e2 entropy -> 0.9.1.439 2005-10-24 17:02:21 +00:00
tonio
dcd953745f Updated converters/wv to 1.0.3nb3 (fix PR 31888)
Note wv-1.2.0 in TODO
2005-10-24 11:40:28 +00:00
drochner
e3f0d427fb some leftover 2005-10-24 09:55:47 +00:00
adam
16a180c2de Updated graphics/gimp-docs to 2.0.9 2005-10-24 08:52:04 +00:00
dogcow
1c54243b50 Update gputils to 0.13.3, a bugfix release.
gplink is the primary file affected; see gputils-0.13.3/ChangeLog for
more details.
2005-10-24 08:46:06 +00:00
adam
52ec5e5f75 Updated net/libtorrent to 0.7.5; net/rtorrent to 0.3.5 2005-10-24 08:43:09 +00:00
minskim
9a78f10f81 Add zope3. 2005-10-24 02:27:47 +00:00
rillig
2646e626ec Updated pkglint to 4.29.1.
Added CONFLICT to the list of deprecated variables (actually it's a
typo). Added PLIST_SUBST to makevars.map as a List. Allow comments after
a YES/yes/NO/no value of variables.
2005-10-23 23:14:57 +00:00
rillig
7325e9c806 Bumped PKGREVISION of x11/xteddy2 because of a typo (CONFLICT =>
CONFLICTS).
2005-10-23 23:06:18 +00:00
rillig
ca27ee7849 Bumped PKGREVISION of x11/xdaemon2 because of a typo (CONFLICT =>
CONFLICTS).
2005-10-23 23:04:49 +00:00
rillig
dccc52f002 Bumped PKGREVISION of x11/xdaemon because of a typo (CONFLICT =>
CONFLICTS).
2005-10-23 23:02:37 +00:00
rillig
f77f883152 Bumped PKGREVISION of games/xbill.
CONFLICTS are recognized correctly now. ${GAMEOWN} has been added to
PKG_USERS.
2005-10-23 22:59:18 +00:00
taca
2afe4ccfa5 Note update of www/squid package to 2.5.12. 2005-10-23 22:33:19 +00:00
minskim
d135ee6868 Add wmii. 2005-10-23 20:40:36 +00:00
minskim
fc44149022 Add 9rc. 2005-10-23 20:27:44 +00:00
heinz
101e4d6789 Updated
net/GeoIP to 1.3.14
 www/webalizer to 2.1.10nb4
2005-10-23 20:24:55 +00:00
jlam
0161d566d6 Update postgresql80-related packages to 8.0.4. On updating from any
previous 8.0.x release, no dump-and-restore is necessary.  Changes
from version 8.0.3 include:

postgresql80-client:
     - Clarify comment for pgsql-hier-query option to note that it is
       considered buggy by PostgreSQL developers.
     * Make psql -f filename return a nonzero exit code when opening the
       file fails
     * Change pg_dump to handle inherited check constraints more reliably

postgresql80-server:
     * Fix error that allowed "VACUUM" to remove ctid chains too soon, and
       add more checking in code that follows ctid links
       This fixes a long-standing problem that could cause crashes in very
       rare circumstances.
     * Fix CHAR() to properly pad spaces to the specified length when
       using a multiple-byte character set (Yoshiyuki Asaba)
       In prior releases, the padding of CHAR() was incorrect because it
       only padded to the specified number of bytes without considering
       how many characters were stored.
     * Force a checkpoint before committing "CREATE DATABASE"
       This should fix recent reports of "index is not a btree" failures
       when a crash occurs shortly after "CREATE DATABASE".
     * Fix the sense of the test for read-only transaction in "COPY"
       The code formerly prohibited "COPY TO", where it should prohibit
       "COPY FROM".
     * Handle consecutive embedded newlines in "COPY" CSV-mode input
     * Fix date_trunc(week) for dates near year end
     * Fix planning problem with outer-join ON clauses that reference only
       the inner-side relation
     * Further fixes for x FULL JOIN y ON true corner cases
     * Fix overenthusiastic optimization of x IN (SELECT DISTINCT ...) and
       related cases
     * Fix mis-planning of queries with small LIMIT values due to poorly
       thought out "fuzzy" cost comparison
     * Make array_in and array_recv more paranoid about validating their
       OID parameter
     * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
       index on column a
     * Improve robustness of datetime parsing
     * Improve checking for partially-written WAL pages
     * Improve robustness of signal handling when SSL is enabled
     * Improve MIPS and M68K spinlock code
     * Don't try to open more than max_files_per_process files during
       postmaster startup
     * Various memory leakage fixes
     * Various portability improvements
     * Update timezone data files
     * Fix PL/PgSQL to handle var := var correctly when the variable is of
       pass-by-reference type

postgresql80-plperl:
     * Fix PL/Perl %_SHARED so it's actually shared
2005-10-23 20:16:52 +00:00
kristerw
1c91294c63 Note update of emulators/xmame and emulators/xmess to 0.101. 2005-10-23 20:06:35 +00:00
minskim
985d3c9f9b Rename Teg as teg. 2005-10-23 20:01:18 +00:00
minskim
7b3fdd6eaa Add Teg. 2005-10-23 19:33:48 +00:00
rillig
a5effc554f Updated pkglint to 4.29.
Fixed the detection of list variables that are modified with operators
other than "+=". Added *_SKIP to the list of plural variable names.
2005-10-23 19:21:15 +00:00
minskim
edbd732efe Add hyperestraier. 2005-10-23 19:15:35 +00:00
wiz
2c6edb5748 Updated x11/gtkglarea to 1.2.3nb1 2005-10-23 19:06:53 +00:00
minskim
724d4831c0 Add qdbm. 2005-10-23 19:04:28 +00:00
minskim
ac58ff0d92 Note update of cpuflags. 2005-10-23 18:48:07 +00:00
adrianp
c023443898 Note pks update 2005-10-23 17:49:40 +00:00
minskim
f1f54f6853 Note PKGREVISION bump of gnome-panel. 2005-10-23 17:45:12 +00:00
minskim
3271b4ac26 Note PKGREVISION bump of gnome2-applets. 2005-10-23 17:27:23 +00:00
xtraeme
e2679021dc Updated emulators/gxemul to 0.3.6.1 2005-10-23 06:02:00 +00:00
rh
fb13483f08 Note update of ht to 0.9.1 2005-10-23 03:13:32 +00:00
sommerfeld
6ee56d8a54 Updated devel/p5-SVN-Mirror to 0.67 2005-10-22 23:25:46 +00:00
minskim
18544ab35f Note PKGREVISION bump of gdm. 2005-10-22 22:13:33 +00:00
rillig
5526e33f10 Bumped PKGREVISION of mail/coolmail after adding a patch to support the
IRIX C compiler.
2005-10-22 17:57:33 +00:00
sommerfeld
9552e9bc46 Added devel/p5-IO-Pager version 0.06
Added devel/p5-File-chdir version 0.06
Updated devel/p5-SVN-Mirror to 0.66
Updated devel/svk to 1.05
2005-10-22 17:05:15 +00:00
rillig
91c0b4fe16 Updated libjit to 0.0.4.
Changes:
	* Pluggable object models.
	* Problems with "gen-apply" on Win32 systems.
	* Optimize "if true goto" into "goto".
	* Peephole optimization on branches.
	* Adjust ARM codegen macros to support branch elimination instructions.
	* Redesign exception handling to use "setjmp" everywhere.
	* Remove C++ code from "libjit.so" so that it is a pure C library.
	* Use computed goto's in the interpreter if the compiler supports them.
	* Don't allow conditional branches to jump out of exception contexts.
	* Block movement to allow initialization code to be moved to the start
	  of a function, or loop condition code to be moved to the end.
	* Rewrite the exception region routines to make them easier to use.
	* Add the "gen-sel" program, for creating instruction selectors.
	* Write instruction selectors for x86 and ARM (only x86 is enabled).
	* Portability fixes for ARM, PPC, Alpha, IA64, and amd64.
	* Clarify the description of LLVM, at the request of LLVM's author.
	* Deferred argument popping after function calls.
	* Add "--enable-interpreter" to force the interpreter to be used.
	* Implement a simple global register allocator based on usage counts.
	* Recognise increment and decrement idioms.
	* Align cache flushes properly (Miroslaw Dobrzanski-Neumann).
	* Querying of x86 cpuid where necessary.
	* Add a constant pool for ARM, to make constant loads more efficient.
	* Handle register pairs for 64-bit values properly.
	* Support for parameter areas on the stack, to reduce push/pop overhead.
	* Avoid unnecessary register spills if a value won't be used again.
	* Implement tail calls from a function to itself.
	* Optimize x86 prologs and epilogs to avoid doing unnecessry work.
	* Centralise the code that handles parameter passing.
	* Support for parallel builds.
2005-10-22 15:51:02 +00:00
wiz
746f23fbd2 devilspie updated to 0.14. 2005-10-22 14:26:11 +00:00