cvs commit: www/en/gnome/docs faq220.sgml

2008-02-18 Thread Alexander Nedotsukov
bland 2008-02-19 07:26:18 UTC FreeBSD doc repository Modified files: en/gnome/docsfaq220.sgml Log: Use &gnomever;. Revision ChangesPath 1.3 +2 -2 www/en/gnome/docs/faq220.sgml ___ cvs-all@freebsd.org mai

Re: cvs commit: src/lib/libarchive archive_read_support_format_iso9660.c

2008-02-18 Thread Peter Jeremy
On Tue, Feb 19, 2008 at 06:02:02AM +, Tim Kientzle wrote: > Without that, I > don't see a really good alternative to just giving up and converting to > localtime with mktime(). (I suppose I should research the Perl library > approach for computing an inverse function to gmtime(); that migh

cvs commit: www/en/gnome/docs faq2.sgml

2008-02-18 Thread Alexander Nedotsukov
bland 2008-02-19 07:12:33 UTC FreeBSD doc repository Modified files: en/gnome/docsfaq2.sgml Log: Fix link to release notes page. Revision ChangesPath 1.129 +2 -2 www/en/gnome/docs/faq2.sgml ___ cvs-all@fre

cvs commit: src/games/fortune/strfile strfile.c src/gnu/usr.bin/man/man man.c src/gnu/usr.bin/man/manpath manpath.c src/sbin/sconfig sconfig.c src/secure/usr.bin/bdes bdes.c src/tools/regression/fsx f

2008-02-18 Thread Ruslan Ermilov
ru 2008-02-19 07:09:19 UTC FreeBSD src repository Modified files: games/fortune/strfile strfile.c gnu/usr.bin/man/man man.c gnu/usr.bin/man/manpath manpath.c sbin/sconfig sconfig.c secure/usr.bin/bdes bdes.c tools/regression/fsx fsx.c usr.b

cvs commit: CVSROOT modules

2008-02-18 Thread Martin Wilke
miwi2008-02-19 06:55:28 UTC FreeBSD ports repository Modified files: .modules Log: p5-Getopt-Lucid --> ports/textproc/p5-Getopt-Lucid Revision ChangesPath 1.19415 +1 -0 CVSROOT/modules ___ cv

cvs commit: ports/textproc Makefile ports/textproc/p5-Getopt-Lucid Makefile distinfo pkg-descr pkg-plist

2008-02-18 Thread Martin Wilke
miwi2008-02-19 06:55:03 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Getopt-Lucid Makefile distinfo pkg-descr pkg-plist Log: The goal of this module is providing good code readability and clarity of intent for co

cvs commit: ports/math/gambit Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-19 06:53:22 UTC FreeBSD ports repository Modified files: math/gambit Makefile distinfo Log: - Update to 2007.12.04 PR: 120820 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.29 +3 -4 ports/m

cvs commit: ports/print/detex Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-19 06:51:48 UTC FreeBSD ports repository Modified files: print/detex Makefile distinfo Log: - Update to 2.8 PR: 120822 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.17 +1 -1 ports/print/de

cvs commit: src/sys/amd64/conf GENERIC

2008-02-18 Thread Ruslan Ermilov
ru 2008-02-19 06:30:49 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Eliminate whitespace diffs to the i386 version. Revision ChangesPath 1.493 +1 -2 src/sys/amd64/conf/GENERIC __

cvs commit: src/lib/libarchive archive_read_open_filename.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 06:10:48 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_open_filename.c Log: Include O_BINARY in open() calls on platforms that support it. Revision ChangesPath 1.21 +5 -1 src/lib/libarchive/archive_read_open_

cvs commit: src/lib/libarchive archive_read_support_format_mtree.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 06:07:10 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_mtree.c Log: Include O_BINARY in open() calls on platforms that support it. Revision ChangesPath 1.2 +8 -2 src/lib/libarchive/archive_rea

cvs commit: src/lib/libarchive archive_platform.h

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 06:06:13 UTC FreeBSD src repository Modified files: lib/libarchive archive_platform.h Log: Another tiny, tiny step towards Windows support. No, I don't plan to ever commit the Windows support files to FreeBSD CVS. That would just be wrong. Revi

cvs commit: src/lib/libarchive archive_read_support_format_iso9660.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 06:02:02 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_iso9660.c Log: Someday I might forgive the standards bodies for omitting timegm(). Maybe. In the meantime, my workarounds for trying to coax UTC without ti

cvs commit: src/lib/libarchive archive_read_support_format_ar.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:54:24 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_ar.c Log: Simplify file type setting. Revision ChangesPath 1.8 +2 -4 src/lib/libarchive/archive_read_support_format_ar.c

cvs commit: ports/databases/p5-Class-Inflate Makefile

2008-02-18 Thread Yen-Ming Lee
leeym 2008-02-19 05:53:39 UTC FreeBSD ports repository Modified files: databases/p5-Class-Inflate Makefile Log: - Use CPAN macro; PR: 120798 Submitted by: Felippe de Meirelles Motta Revision ChangesPath 1.5 +1 -2 ports/databases/p5-C

cvs commit: src/lib/libarchive/test main.c test.h

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:52:30 UTC FreeBSD src repository Modified files: lib/libarchive/test main.c test.h Log: The test_assert() function that backs my custom assert() macro now returns a value, which supports such convenient constructs as: if (assert(NULL != foo())) {

cvs commit: src/lib/libarchive archive_entry_strmode.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:49:02 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry_strmode.c Log: Portability: Since the values are fixed and the symbolic names are only present on some platforms, just use the values directly. Revision ChangesPa

cvs commit: src/lib/libarchive archive_write_open_filename.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:46:58 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_open_filename.c Log: Portability: Include O_BINARY if the local platform defines it. Revision ChangesPath 1.20 +5 -1 src/lib/libarchive/archive_write_op

cvs commit: src/lib/libarchive archive_read_support_compression_bzip2.c archive_read_support_compression_gzip.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:44:59 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_compression_bzip2.c archive_read_support_compression_gzip.c Log: Correct a compile error when libbz2/zlib are unavailable. Revision Cha

cvs commit: src/lib/libarchive config_freebsd.h

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:40:29 UTC FreeBSD src repository Modified files: lib/libarchive config_freebsd.h Log: Mark a few additional functions that are/are not available on FreeBSD. Revision ChangesPath 1.6 +7 -0 src/lib/libarchive/config_freebsd.h _

cvs commit: src/lib/libarchive archive_write_disk.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:39:35 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c Log: Portability improvements: * If the platform can't restore char nodes, block nodes, or fifos, don't try and just return error. * Include O_BINARY in most

cvs commit: ports/devel/p5-ExtUtils-CBuilder Makefile pkg-descr

2008-02-18 Thread Yen-Ming Lee
leeym 2008-02-19 05:33:50 UTC FreeBSD ports repository Modified files: devel/p5-ExtUtils-CBuilder Makefile pkg-descr Log: - Use CPAN macro; - Add missing deps; - Add missing WWW to pkg-descr. PR: 120802 Submitted by: Felippe de Meirelles Motta Rev

cvs commit: src/usr.bin/tar write.c

2008-02-18 Thread Tim Kientzle
kientzle2008-02-19 05:27:17 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Allow appending to archives on block devices as well as archives in regular files, since both are seekable. Thanks to: Reinoud Zandijk (@netbsd.org) Revision Chan

cvs commit: ports/www/p5-HTML-Selector-XPath Makefile distinfo

2008-02-18 Thread Beech Rintoul
beech 2008-02-19 04:47:54 UTC FreeBSD ports repository Modified files: www/p5-HTML-Selector-XPath Makefile distinfo Log: - Update to 0.03 - Use CPAN macro - Add BUILD_DEPENDS PR: ports/120805 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]>

cvs commit: ports/devel/p5-Tie-ToObject Makefile

2008-02-18 Thread Lars Balker Rasmussen
lbr 2008-02-19 02:17:33 UTC FreeBSD ports repository Modified files: devel/p5-Tie-ToObject Makefile Log: Don't depend on Test-modules, Tie::RefHash is included in perl 5.6+, and use 5.8's Scalar::Util. Approved by:maintainer (Felippe de Meirelles Motta <[EMAIL PROT

cvs commit: ports/comms/hamlib Makefile distinfo pkg-plist

2008-02-18 Thread Diane Bruce
db 2008-02-19 01:24:35 UTC FreeBSD ports repository Modified files: comms/hamlib Makefile distinfo pkg-plist Log: - Update to 1.2.7 Revision ChangesPath 1.18 +3 -4 ports/comms/hamlib/Makefile 1.9 +3 -3 ports/comms/hamlib/distinfo

cvs commit: ports/mail/horde-turba Makefile distinfo

2008-02-18 Thread Beech Rintoul
beech 2008-02-18 23:25:20 UTC FreeBSD ports repository Modified files: mail/horde-turba Makefile distinfo Log: - Update to 2.1.7 Revision ChangesPath 1.56 +1 -1 ports/mail/horde-turba/Makefile 1.24 +3 -3 ports/mail/horde-turba/distinfo

cvs commit: ports/deskutils/pinot Makefile ports/deskutils/pinot/files patch-082_01 patch-Makefile.in

2008-02-18 Thread Thierry Thomas
thierry 2008-02-18 22:47:20 UTC FreeBSD ports repository Modified files: deskutils/pinot Makefile Added files: deskutils/pinot/files patch-082_01 Removed files: deskutils/pinot/files patch-Makefile.in Log: Not all code was compiled with -fPIC. This could lead t

Re: cvs commit: ports/databases/mysqltcl Makefile distinfo

2008-02-18 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 18, 2008 at 10:27:09PM +, Martin Wilke wrote: > miwi2008-02-18 22:27:09 UTC > > FreeBSD ports repository > > Modified files: > databases/mysqltcl Makefile distinfo > Log: > - Update to 3.0.4 - Update maintai

cvs commit: ports/databases/mysqltcl Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 22:27:09 UTC FreeBSD ports repository Modified files: databases/mysqltcl Makefile distinfo Log: - Update to 3.0.4 PR: 120828 Submitted by: Bjoern Koenig ([EMAIL PROTECTED]) (maintainer) Revision ChangesPath 1.20 +2 -2

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-18 Thread Doug Barton
Guy Helmer wrote: I've been recently looking at DomainKeys, and underscores appear to be typically used in the domain components for domain keys TXT records (example below from http://www.elandsys.com/resources/sendmail/domainkeys.html): mail._domainkey.example.com. IN TXT "k=rsa; t=y;

cvs commit: ports/graphics/sane-backends Makefile Makefile.man distinfo pkg-plist ports/graphics/sane-backends/files patch-backend__dell1600n_net.c patch-backend__pixma.h patch-configure

2008-02-18 Thread Martin Wilke
miwi2008-02-18 22:16:24 UTC FreeBSD ports repository Modified files: graphics/sane-backends Makefile Makefile.man distinfo pkg-plist Removed files: graphics/sane-backends/files patch-backend__dell1600n_net.c patc

cvs commit: ports/lang/scm Makefile distinfo pkg-descr pkg-plist ports/lang/scm/files patch-ac

2008-02-18 Thread Martin Wilke
miwi2008-02-18 22:15:00 UTC FreeBSD ports repository Modified files: lang/scm Makefile distinfo pkg-descr pkg-plist Removed files: lang/scm/files patch-ac Log: - Update to version 5e5 PR: 5e5 Submitted by: KATO Tsuguru <[EMAIL PRO

cvs commit: ports/mail/squirrelmail-mark_read-plugin Makefile

2008-02-18 Thread Ion-Mihai Tetcu
itetcu 2008-02-18 22:10:53 UTC FreeBSD ports repository Modified files: mail/squirrelmail-mark_read-plugin Makefile Log: Remove the .orig file created by patch to fix deinstall. Submitted by: pontyhat via erwin@ Revision ChangesPath 1.2 +4 -0 ports/

Re: cvs commit: ports/sysutils/cdrtools-devel Makefile pkg-plist ports/sysutils/cdrtools-devel/files patch-libsiconv-sic_nls.c

2008-02-18 Thread Doug Barton
Marius Strobl wrote: marius 2008-02-18 21:48:57 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile pkg-plist Added files: sysutils/cdrtools-devel/files patch-libsiconv-sic_nls.c Log: Fix `mkisofs -input-charset`: - The confi

cvs commit: ports/sysutils/cdrtools-devel Makefile pkg-plist ports/sysutils/cdrtools-devel/files patch-libsiconv-sic_nls.c

2008-02-18 Thread Marius Strobl
marius 2008-02-18 21:48:57 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile pkg-plist Added files: sysutils/cdrtools-devel/files patch-libsiconv-sic_nls.c Log: Fix `mkisofs -input-charset`: - The configure script adds depende

cvs commit: ports/games/xabacus Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 21:38:03 UTC FreeBSD ports repository Modified files: games/xabacusMakefile distinfo Log: - Update to 7.3.3 PR: 120816 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.28 +1 -2 ports/games/

cvs commit: ports/editors/zile Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 21:37:28 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Log: - Update to 2.2.54 PR: 120815 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.56 +1 -1 ports/edito

cvs commit: ports/net/gq Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 21:36:13 UTC FreeBSD ports repository Modified files: net/gq Makefile distinfo Log: - Update to version 1.2.3 PR: 120821 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.41 +2 -3 port

cvs commit: ports/print/mpage Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 21:34:53 UTC FreeBSD ports repository Modified files: print/mpage Makefile distinfo Log: - Update to 2.5.6 PR: 120823 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.18 +3 -4 ports/print/

cvs commit: CVSROOT modules

2008-02-18 Thread Martin Wilke
miwi2008-02-18 21:10:23 UTC FreeBSD ports repository Modified files: .modules Log: p5-Test-Distribution --> ports/devel/p5-Test-Distribution Revision ChangesPath 1.19414 +1 -0 CVSROOT/modules ___

cvs commit: ports/devel Makefile ports/devel/p5-Test-Distribution Makefile distinfo pkg-descr pkg-plist

2008-02-18 Thread Martin Wilke
miwi2008-02-18 21:09:51 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Test-Distribution Makefile distinfo pkg-descr pkg-plist Log: When using this module in a test script, it goes throug

cvs commit: doc/es_ES.ISO8859-1/books/handbook Makefile book.sgml chapters.ent doc/es_ES.ISO8859-1/books/handbook/audit chapter.sgml doc/es_ES.ISO8859-1/books/handbook/jails chapter.sgml doc/es_ES.ISO

2008-02-18 Thread J. Vicente Carrasco
carvay 2008-02-18 21:03:04 UTC FreeBSD doc repository Modified files: es_ES.ISO8859-1/books/handbook Makefile book.sgml chapters.ent es_ES.ISO8859-1/books/handbook/multimedia chapter.sgml es_ES.ISO8859-1/books/handbook/preface preface.sgml Added files: es_ES.ISO8859-

cvs commit: src/sbin/mount_nfs mount_nfs.c src/sys/kern vfs_mount.c

2008-02-18 Thread Yar Tikhiy
yar 2008-02-18 20:58:57 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c sys/kern vfs_mount.c Log: Undo the damage I did in sys/kern/vfs_mount.c #1.274 and sbin/mount_nfs/mount_nfs.c #1.76. Let the dragons sleep. Requested b

cvs commit: ports/net/ssvnc Makefile distinfo

2008-02-18 Thread Alejandro Pulver
alepulver2008-02-18 20:49:08 UTC FreeBSD ports repository Modified files: net/ssvncMakefile distinfo Log: - Update distinfo (track development version progress). Revision ChangesPath 1.13 +1 -1 ports/net/ssvnc/Makefile 1.13 +3 -3 port

cvs commit: ports/net-im/tapioca-qt Makefile ports/net-im/telepathy-qt Makefile

2008-02-18 Thread Tilman Linneweh
arved 2008-02-18 20:37:37 UTC FreeBSD ports repository Modified files: net-im/tapioca-qtMakefile net-im/telepathy-qt Makefile Log: Add forgotten dependency on cmake pointyhat to: arved Revision ChangesPath 1.2 +1 -0 ports/net-im/tapioca-q

cvs commit: ports/editors/komodo-edit Makefile pkg-plist

2008-02-18 Thread Tilman Linneweh
arved 2008-02-18 20:34:12 UTC FreeBSD ports repository Modified files: editors/komodo-edit Makefile pkg-plist Log: Install the .desktop file in the right directory. Reported by:pointyhat Revision ChangesPath 1.2 +3 -1 ports/editors/komodo-edit/M

cvs commit: ports/emulators/wahcade Makefile distinfo

2008-02-18 Thread Alejandro Pulver
alepulver2008-02-18 20:30:13 UTC FreeBSD ports repository Modified files: emulators/wahcadeMakefile distinfo Log: - Update to version 0.25. Revision ChangesPath 1.15 +1 -1 ports/emulators/wahcade/Makefile 1.9 +3 -3 ports/emulators/wahcade/di

cvs commit: src/sbin/ipfw ipfw2.c

2008-02-18 Thread Paolo Pisati
piso2008-02-18 20:26:34 UTC FreeBSD src repository Modified files: sbin/ipfwipfw2.c Log: Fix display of multiple nat rules. Bug spotted by: Luiz Otavio O Souza PR: 120734 MFC After: 3 days Revision ChangesPath 1.115 +4 -4 src/sbin

cvs commit: ports/multimedia/openmovieeditor Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 20:19:13 UTC FreeBSD ports repository Modified files: multimedia/openmovieeditor Makefile distinfo Log: - Update to 120773 PR: 120773 Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.7

cvs commit: ports/devel/sdl_sge Makefile

2008-02-18 Thread Martin Wilke
miwi2008-02-18 20:02:07 UTC FreeBSD ports repository Modified files: devel/sdl_sgeMakefile Log: - Respect CC/CXX PR: 120779 Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> Approved by:maintainer Revision ChangesPath 1.11

cvs commit: src/bin/sh mksyntax.c

2008-02-18 Thread Marcel Moolenaar
marcel 2008-02-18 20:01:33 UTC FreeBSD src repository Modified files: bin/sh mksyntax.c Log: Fix "warning: comparison is always false due to limited range of data type" on platforms with unsigned chars. The comparison in question is there to determine whether c

cvs commit: ports/net-mgmt/p5-Nagios-Plugins-Memcached Makefile pkg-plist

2008-02-18 Thread Marcelo Araujo
araujo 2008-02-18 19:59:02 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Nagios-Plugins-Memcached Makefile pkg-plist Log: - Fix pkg-plist. Reported by:pointyhat via erwin Approved by:maintainer (implicit) Revision ChangesPath 1.2 +1 -1

cvs commit: ports/devel/pear-PHPUnit3 Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:57:09 UTC FreeBSD ports repository Modified files: devel/pear-PHPUnit3 Makefile distinfo Log: - Update to 3.2.13 PR: 120766 Submitted by: Gerrit Beine <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.25 +24 -2

cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c

2008-02-18 Thread Julian Elischer
julian 2008-02-18 19:56:10 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 ipfw2.c Log: Instead of using a heuristic to decide whether to display table 'values' as IP addresses, use an explicit argument (-i). This is a 'POLA' issue. This is a low risk

cvs commit: ports/graphics/gimp-lqr-plugin Makefile distinfo pkg-descr pkg-plist

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:55:43 UTC FreeBSD ports repository Modified files: graphics/gimp-lqr-plugin Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.4.0-4 PR: 120764 Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer) Revision Changes

cvs commit: ports/databases/pecl-memcache Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:54:39 UTC FreeBSD ports repository Modified files: databases/pecl-memcache Makefile distinfo Log: - Update to 2.2.3 PR: 120767 Submitted by: Gerrit Beine <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.16 +1 -1

cvs commit: CVSROOT modules

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:53:02 UTC FreeBSD ports repository Modified files: .modules Log: teewars --> ports/games/teewars Revision ChangesPath 1.19413 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org m

cvs commit: ports/games Makefile ports/games/teewars Makefile distinfo pkg-descr pkg-plist ports/games/teewars/files patch-default.bam

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:52:20 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/teewarsMakefile distinfo pkg-descr pkg-plist games/teewars/files patch-default.bam Log: Teewars is a freeware online multiplayer game, de

cvs commit: ports/games/biloba Makefile distinfo pkg-plist ports/games/biloba/files patch-src-keyboard.c patch-src-player.c

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:50:35 UTC FreeBSD ports repository Modified files: games/biloba Makefile distinfo pkg-plist Removed files: games/biloba/files patch-src-keyboard.c patch-src-player.c Log: * Update to 0.6 * Get rid of gcc-2.x - related patches * Use SF ma

cvs commit: ports/games/nimuh Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:49:29 UTC FreeBSD ports repository Modified files: games/nimuh Makefile distinfo Log: - Update to 1.02 PR: 120775 Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2 +1 -1

cvs commit: ports/devel/p5-Devel-Cover Makefile distinfo pkg-plist

2008-02-18 Thread Martin Wilke
miwi2008-02-18 19:46:29 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Cover Makefile distinfo pkg-plist Log: - Update to 0.63 PR: 120658 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Approved by:maintainer implicit

Re: cvs commit: src/sys/kern vfs_mount.c

2008-02-18 Thread Dag-Erling Smørgrav
Yar Tikhiy <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > Can you guarantee that this will not f*** up the bootp / dhcp + > > nfsroot case? There are dragons in that code which were decidedly > > not funny to track down and fix. > Indeed; or, as a Russian proverb

Re: cvs commit: www/en administration.sgml developers.sgml

2008-02-18 Thread Wilko Bulte
Quoting Remko Lodder, who wrote on Mon, Feb 18, 2008 at 04:42:46PM + .. > remko 2008-02-18 16:42:46 UTC > > FreeBSD doc repository > > Modified files: > en administration.sgml developers.sgml > Log: > Add Bjoern to the webpages as well as new secteam membe

cvs commit: src/lib/msun/man j0.3

2008-02-18 Thread David Schultz
das 2008-02-18 19:02:49 UTC FreeBSD src repository Modified files: lib/msun/man j0.3 Log: Document return values better. Revision ChangesPath 1.15 +34 -3 src/lib/msun/man/j0.3 ___ cvs-all@freebsd.org mai

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-18 Thread Wes Peters
On Feb 18, 2008, at 6:38 AM, Guy Helmer wrote: Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 M. Warner Losh wrote: I don't think it would be the end of world if we allow _ in host names. All other (lame) OSes allows it, their resolver just accepts this character and give the

cvs commit: ports/www/mod_log_firstbyte Makefile

2008-02-18 Thread Yen-Ming Lee
leeym 2008-02-18 18:48:45 UTC FreeBSD ports repository Modified files: www/mod_log_firstbyte Makefile Log: - fix build Noticed by: erwin@ Revision ChangesPath 1.3 +1 -1 ports/www/mod_log_firstbyte/Makefile

cvs commit: ports/Mk bsd.lua.mk

2008-02-18 Thread Alejandro Pulver
alepulver2008-02-18 18:41:27 UTC FreeBSD ports repository Modified files: Mk bsd.lua.mk Log: - Fix defining Lua include/library directories under PREFIX (last commit) [1]. - Now LUA_PREFIX has 2 functions: for Lua ports indicate where to install, and for d

cvs commit: ports/java/springframework Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 18:27:52 UTC FreeBSD ports repository Modified files: java/springframework Makefile distinfo Log: - Update to 2.5.1 PR: 120768 Submitted by: Gerrit Beine <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2 +1 -1

cvs commit: ports/textproc/catdoc Makefile

2008-02-18 Thread Martin Wilke
miwi2008-02-18 18:22:23 UTC FreeBSD ports repository Modified files: textproc/catdoc Makefile Log: - Backup mirrors PR: 120765 Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.25 +4 -2 ports

cvs commit: ports/french/verbiste Makefile distinfo pkg-plist ports/french/verbiste/files patch-Makefile.in

2008-02-18 Thread Thomas Abthorpe
tabthorpe2008-02-18 18:10:17 UTC FreeBSD ports repository Modified files: french/verbiste Makefile distinfo pkg-plist french/verbiste/files patch-Makefile.in Log: - Update to 0.1.22 Revision ChangesPath 1.9 +2 -1 ports/french/verbiste/Makefile 1

cvs commit: ports/devel/p5-DateTime-Format-Epoch Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 18:09:35 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Format-Epoch Makefile distinfo Log: - Update to 0.11 PR: 120655 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Approved by:maintainer implicit

cvs commit: ports/devel/p5-DateTime-Incomplete Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 18:08:25 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Incomplete Makefile distinfo Log: - Updated to 0.03 - Add missing dependencys PR: 120656 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Approved by:

cvs commit: ports/devel/p5-DateTime-TimeZone Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 18:07:16 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-TimeZone Makefile distinfo Log: - Update to 0.72 PR: 120657 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Approved by:maintainer implicit Revi

cvs commit: ports/devel/p5-Locale-Maketext-Lexicon Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 18:06:19 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext-Lexicon Makefile distinfo Log: - Updated to 0.66; - Remove unnecessary dependency. PR: 120667 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Ap

cvs commit: ports/devel/p5-Locale-Maketext Makefile distinfo

2008-02-18 Thread Martin Wilke
miwi2008-02-18 18:05:22 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext Makefile distinfo Log: - Update to 1.12 PR: 120668 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Approved by:maintainer implicit Revisi

cvs commit: ports/www/p5-Catalyst-Plugin-Authentication Makefile distinfo

2008-02-18 Thread Lars Balker Rasmussen
lbr 2008-02-18 17:57:53 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-Authentication Makefile distinfo Log: Update to 0.10006 Revision ChangesPath 1.14 +2 -3 ports/www/p5-Catalyst-Plugin-Authentication/Makefile 1.11 +3 -3

cvs commit: ports/devel/p5-Moose Makefile distinfo

2008-02-18 Thread Lars Balker Rasmussen
lbr 2008-02-18 17:53:09 UTC FreeBSD ports repository Modified files: devel/p5-Moose Makefile distinfo Log: Update to 0.38 Revision ChangesPath 1.25 +2 -2 ports/devel/p5-Moose/Makefile 1.23 +3 -3 ports/devel/p5-Moose/distinfo ___

cvs commit: ports/devel/p5-Class-MOP Makefile distinfo pkg-descr

2008-02-18 Thread Lars Balker Rasmussen
lbr 2008-02-18 17:47:09 UTC FreeBSD ports repository Modified files: devel/p5-Class-MOP Makefile distinfo pkg-descr Log: Update to 0.53 Revision ChangesPath 1.24 +1 -1 ports/devel/p5-Class-MOP/Makefile 1.21 +3 -3 ports/devel/p5-Class-MOP/di

Re: cvs commit: src/sbin/mount_nfs mount_nfs.c

2008-02-18 Thread Craig Rodrigues
On Mon, Feb 18, 2008 at 05:20:14PM +0300, Yar Tikhiy wrote: > This horrible hack is necessary because Someone(tm) started converting > our NFS client to the new nmount(2) semantics a year ago but he has > never finished the job. Now the NFS client just uses old mount(2) Yes, I acknowledge I start

cvs commit: src/sys/dev/aic7xxx aic79xx_osm.c

2008-02-18 Thread Justin T. Gibbs
gibbs 2008-02-18 17:37:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aic7xxx aic79xx_osm.c Log: MFC: Properly advertise U320 transport capabilities to CAM. MFC: Quiet sense data logging behind AHD_DEBUG/AHD_SHOW_SENSE. Approved by:

cvs commit: ports/www/p5-Catalyst-Manual Makefile distinfo pkg-plist

2008-02-18 Thread Lars Balker Rasmussen
lbr 2008-02-18 17:35:26 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Manual Makefile distinfo pkg-plist Log: Update to 5.701003. PR: 120604 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Revision ChangesPath 1.5

cvs commit: src/lib/msun/src math.h s_tgammaf.c src/lib/msun Makefile Symbol.map src/lib/msun/man lgamma.3

2008-02-18 Thread David Schultz
das 2008-02-18 17:27:11 UTC FreeBSD src repository Modified files: lib/msun/src math.h lib/msun Symbol.map Makefile lib/msun/man lgamma.3 Added files: lib/msun/src s_tgammaf.c Log: Add tgammaf() as a simple wrapper around t

cvs commit: ports/devel/p5-Test-WWW-Mechanize Makefile distinfo

2008-02-18 Thread Lars Balker Rasmussen
lbr 2008-02-18 17:23:30 UTC FreeBSD ports repository Modified files: devel/p5-Test-WWW-Mechanize Makefile distinfo Log: Updated to 1.18. PR: 120602 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Revision ChangesPath 1.8 +9

cvs commit: ports UPDATING ports/devel/poco Makefile distinfo pkg-plist ports/devel/poco-ssl Makefile distinfo pkg-plist

2008-02-18 Thread Wes Peters
wes 2008-02-18 17:21:43 UTC FreeBSD ports repository Modified files: .UPDATING devel/poco Makefile distinfo pkg-plist devel/poco-ssl Makefile distinfo pkg-plist Log: - Updated to 1.3.2; - Use SF macro; - Sort pkg-plist; - Ad

cvs commit: ports/devel/p5-Data-Visitor Makefile distinfo

2008-02-18 Thread Lars Balker Rasmussen
lbr 2008-02-18 17:09:56 UTC FreeBSD ports repository Modified files: devel/p5-Data-Visitor Makefile distinfo Log: Update to 0.15. PR: 120801 (minus the Test-depends) Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Revision ChangesPa

cvs commit: ports/devel/icu Makefile ports/devel/icu/files patch-CVE-2007-4770

2008-02-18 Thread Mikhail Teterin
mi 2008-02-18 17:06:33 UTC FreeBSD ports repository Modified files: devel/icuMakefile Added files: devel/icu/files patch-CVE-2007-4770 Log: Add a patch to fix a security problem with back-reference \0 in regular-expression processing: CVE-2007-4770/

cvs commit: ports/mail/squirrelmail-compatibility-plugin Makefile distinfo pkg-plist

2008-02-18 Thread Thomas Abthorpe
tabthorpe2008-02-18 16:49:42 UTC FreeBSD ports repository Modified files: mail/squirrelmail-compatibility-plugin Makefile distinfo pkg-plist Log: - Update to 2.0.10 * Note that SquirrelMail 1.4.13+ (as well as 1.5.1+) no longer req

cvs commit: www/en administration.sgml developers.sgml

2008-02-18 Thread Remko Lodder
remko 2008-02-18 16:42:46 UTC FreeBSD doc repository Modified files: en administration.sgml developers.sgml Log: Add Bjoern to the webpages as well as new secteam member. Hat:secteam-secretary Revision ChangesPath 1.16 +2 -1 www/

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml

2008-02-18 Thread Remko Lodder
remko 2008-02-18 16:36:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Please welcome Bjoern A. Zeeb to the FreeBSD-Security Team! Hat:secteam-secretary Revision ChangesPath 1.56 +4 -0 d

cvs commit: doc/share/pgpkeys shaun.key

2008-02-18 Thread Shaun Amott
shaun 2008-02-18 16:29:29 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeysshaun.key Log: Update my key (remove old UID) Revision ChangesPath 1.3 +29 -32doc/share/pgpkeys/shaun.key __

cvs commit: www/en/news/status report-2007-10-2007-12.xml

2008-02-18 Thread Brad Davis
brd 2008-02-18 16:25:45 UTC FreeBSD doc repository Modified files: en/news/status report-2007-10-2007-12.xml Log: Fix some grammer and some URLs with spaces in them that Firefox does not like. Revision ChangesPath 1.9 +6 -6 www/en/news/status/repo

cvs commit: ports/finance/p5-Business-OnlinePayment Makefile distinfo pkg-descr pkg-plist

2008-02-18 Thread Erwin Lansing
erwin 2008-02-18 16:16:39 UTC FreeBSD ports repository Modified files: finance/p5-Business-OnlinePayment Makefile distinfo pkg-descr pkg-plist Log: Update to 3.00 PR: 120693 Submitted by: Felippe de Meirelles Motta <[E

cvs commit: ports/sysutils/pear-Log Makefile distinfo

2008-02-18 Thread Thomas Abthorpe
tabthorpe2008-02-18 16:05:39 UTC FreeBSD ports repository Modified files: sysutils/pear-LogMakefile distinfo Log: - Update to 1.10.0 - Pass maintainership to miwi@ Revision ChangesPath 1.43 +2 -2 ports/sysutils/pear-Log/Makefile 1.26 +3 -3

cvs commit: ports/devel/p5-Sub-Uplevel Makefile distinfo pkg-plist

2008-02-18 Thread Erwin Lansing
erwin 2008-02-18 15:48:28 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Uplevel Makefile distinfo pkg-plist Log: Update to 0.19.01 PR: 120710 Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Revision ChangesPath 1.15

cvs commit: src/lib/msun/ld80 k_tanl.c

2008-02-18 Thread Bruce Evans
bde 2008-02-18 15:39:52 UTC FreeBSD src repository Modified files: lib/msun/ld80k_tanl.c Log: 2 long double constants were missing L suffixes. This helped break tanl() on !(amd64 || i386). It gave slightly worse than double precision in some cases. tanl() now p

Re: cvs commit: src/sys/kern vfs_mount.c

2008-02-18 Thread Attila Nagy
On 2008.02.18. 15:26, Yar Tikhiy wrote: On Mon, Feb 18, 2008 at 01:50:34PM +0100, Dag-Erling Sm??rgrav wrote: Yar Tikhiy <[EMAIL PROTECTED]> writes: Log: In the new order of things dictated by nmount(2), a read-only mount is to be requested via a "ro" option. At the same time, MN

cvs commit: ports/textproc/p5-XML-Validator-Schema Makefile distinfo pkg-plist

2008-02-18 Thread Martin Wilke
miwi2008-02-18 15:26:45 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Validator-Schema Makefile distinfo pkg-plist Log: - Updated to 1.10 - Add missing deps - Added newer files and manpages installed PR: 120675 Submitted by: Felippe de

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-18 Thread Guy Helmer
Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Andrey Chernov <[EMAIL PROTECTED]> writes: : On Sat, Feb 16, 2008 at 12:16:49AM +, Xin LI wrote: : > delphij 2008-02-16 00:16:49 UTC : > : > FreeBSD src re

cvs commit: ports/textproc/p5-Text-Reform Makefile

2008-02-18 Thread Martin Wilke
miwi2008-02-18 15:13:36 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Reform Makefile Log: - add missing dependency - bump PORTREVISION PR: 120746 Submitted by: leeym@ Approved by:maintainer implicit Revision ChangesPath

  1   2   >