cvs commit: src/libexec/save-entropy save-entropy.sh

2006-08-27 Thread Doug Barton
dougb 2006-08-28 06:41:50 UTC FreeBSD src repository Modified files: libexec/save-entropy save-entropy.sh Log: 1. Attempt to take one bullet out of the foot-shooting gun by silently ignoring errors when sourcing rc.conf* files. The most common error occurs when users put a

cvs commit: CVSROOT modules

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-28 06:27:56 UTC FreeBSD ports repository Modified files: .modules Log: namefix --> ports/sysutils/namefix Revision ChangesPath 1.16083 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.or

cvs commit: ports/sysutils Makefile ports/sysutils/namefix Makefile distinfo pkg-descr pkg-plist

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-28 06:27:24 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/namefix Makefile distinfo pkg-descr pkg-plist Log: Add port sysutils/namefix: namefix.pl is a platform independant batch file renamer. Aime

cvs commit: ports/textproc/p5-XML-Atom Makefile distinfo

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 06:21:54 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom Makefile distinfo Log: - Update to 0.23 - Use BUILD_DEPENDS=${RUN_DEPENDS} while PERL_MODBUILD=yes PR: ports/102566 Submitted by: Gea-Suan Lin Revision Chan

cvs commit: CVSROOT modules

2006-08-27 Thread Jean-Yves Lefort
jylefort2006-08-28 06:19:16 UTC FreeBSD ports repository Modified files: .modules Log: kasm --> ports/devel/kasm Revision ChangesPath 1.16082 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing l

cvs commit: ports/devel Makefile ports/devel/kasm Makefile distinfo pkg-descr pkg-plist ports/devel/kasm/files patch-doc_Makefile.in patch-src_Makefile.in patch-src_entrytable.hpp patch-src_main.cpp p

2006-08-27 Thread Jean-Yves Lefort
jylefort2006-08-28 06:18:01 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/kasm Makefile distinfo pkg-descr pkg-plist devel/kasm/files patch-doc_Makefile.in patch-src_Makefile.in

cvs commit: ports/x11-toolkits/p5-Tk-DynaTabFrame Makefile

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-28 06:13:17 UTC FreeBSD ports repository Modified files: x11-toolkits/p5-Tk-DynaTabFrame Makefile Log: Add forgotten PKGNAMEPREFIX Revision ChangesPath 1.2 +1 -0 ports/x11-toolkits/p5-Tk-DynaTabFrame/Makefile ___

cvs commit: CVSROOT modules

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-28 06:10:30 UTC FreeBSD ports repository Modified files: .modules Log: p5-DynaTabFrame --> ports/x11-toolkits/p5-Tk-DynaTabFrame Revision ChangesPath 1.16081 +1 -0 CVSROOT/modules ___

cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Tk-DynaTabFrame Makefile distinfo pkg-descr pkg-plist

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-28 06:09:33 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Tk-DynaTabFrame Makefile distinfo pkg-descr pkg-plist Log: Add port x11/p5-DynaTabFrame: A notebook

cvs commit: ports/dns/bind8 Makefile ports/dns/bind84 Makefile ports/dns/bind9 Makefile ports/editors/pico Makefile ports/mail/pine4 Makefile ports/textproc/htdig Makefile

2006-08-27 Thread Doug Barton
dougb 2006-08-28 06:03:13 UTC FreeBSD ports repository Modified files: dns/bind8Makefile dns/bind84 Makefile dns/bind9Makefile editors/pico Makefile mail/pine4 Makefile textproc/htdig Makefile Log:

cvs commit: ports/www/typo Makefile distinfo

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 05:55:03 UTC FreeBSD ports repository Modified files: www/typo Makefile distinfo Log: - Update to 4.0.3 PR: ports/102518 Submitted by: maintainer (Jonathan Weiss) Revision ChangesPath 1.7 +1 -1 ports/www/t

cvs commit: src/lib/libthr/thread thr_mutex_prioceiling.c thr_mutex_protocol.c

2006-08-27 Thread David Xu
davidxu 2006-08-28 05:01:31 UTC FreeBSD src repository Removed files: lib/libthr/threadthr_mutex_prioceiling.c thr_mutex_protocol.c Log: Kill unused files. Revision ChangesPath 1.5 +0 -116src/lib/libthr/thread/thr_mutex_prioceil

cvs commit: src/lib/libthr/thread thr_create.c thr_init.c thr_mutex.c thr_private.h

2006-08-27 Thread David Xu
davidxu 2006-08-28 04:52:50 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_create.c thr_init.c thr_mutex.c thr_private.h Log: Use umutex APIs to implement pthread_mutex, member pp_mutexq is added into pthread structure to keep trac

cvs commit: src/lib/libthr/thread thr_umtx.c thr_umtx.h

2006-08-27 Thread David Xu
davidxu 2006-08-28 04:47:27 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_umtx.c thr_umtx.h Log: Add umutex APIs. Revision ChangesPath 1.3 +46 -0 src/lib/libthr/thread/thr_umtx.c 1.4 +46 -0 src/lib/libthr/thread/thr_umtx.h _

cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h

2006-08-27 Thread David Xu
davidxu 2006-08-28 04:28:25 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c systrace_args.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate. Revision ChangesPath 1.219 +3 -1 src/sys/kern/init_

cvs commit: src/sys/sys umtx.h src/sys/kern kern_thread.c kern_umtx.c syscalls.master

2006-08-27 Thread David Xu
davidxu 2006-08-28 04:24:51 UTC FreeBSD src repository Modified files: sys/sys umtx.h sys/kern kern_thread.c kern_umtx.c syscalls.master Log: This is initial version of POSIX priority mutex support, a new userland mutex structure is added as follow

cvs commit: CVSROOT modules

2006-08-27 Thread Munechika SUMIKAWA
sumikawa2006-08-28 04:10:22 UTC FreeBSD ports repository Modified files: .modules Log: p5-JSON-Syck --> ports/converters/p5-JSON-Syck Revision ChangesPath 1.16080 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/converters Makefile ports/converters/p5-JSON-Syck Makefile distinfo pkg-descr pkg-plist

2006-08-27 Thread Munechika SUMIKAWA
sumikawa2006-08-28 04:09:34 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/p5-JSON-Syck Makefile distinfo pkg-descr pkg-plist Log: JSON::Syck is a syck implementatoin of JSON parsing and generation. WWW: http://searc

cvs commit: src/sys/net if_ethersubr.c

2006-08-27 Thread Andrew Thompson
thompsa 2006-08-28 02:54:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_ethersubr.c Log: MFC r1.218 Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured on member interfaces. RevisionChanges

cvs commit: src/sys/net if_bridge.c

2006-08-27 Thread Andrew Thompson
thompsa 2006-08-28 02:53:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_bridge.c Log: MFC r1.79 The bridge cant hear its own transmissions so set IFF_SIMPLEX. Revision ChangesPath 1.11.2.37 +1 -1 src/sys/net/i

cvs commit: src/sys/sys systm.h src/sys/amd64/amd64 support.S src/sys/arm/arm fusu.S src/sys/i386/i386 support.s src/sys/ia64/ia64 support.S src/sys/powerpc/powerpc copyinout.c src/sys/sparc64/sparc64

2006-08-27 Thread David Xu
davidxu 2006-08-28 02:28:15 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/amd64/amd64 support.S sys/arm/arm fusu.S sys/i386/i386support.s sys/ia64/ia64support.S sys/powerpc/powerpc copyinout.c s

cvs commit: ports/devel/p5-Term-Menus Makefile distinfo

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 01:44:23 UTC FreeBSD ports repository Modified files: devel/p5-Term-Menus Makefile distinfo Log: - Update to 1.18 - Transfer maintainship to perl@ PR: ports/102529 Submitted by: Gea-Suan Lin Revision ChangesPath 1.3 +2

cvs commit: ports/www/p5-MediaWiki Makefile distinfo

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 01:39:41 UTC FreeBSD ports repository Modified files: www/p5-MediaWiki Makefile distinfo Log: - Update to 1.08 - Transfer maintainership to perl@ PR: ports/102512 Submitted by: Gea-Suan Lin Revision ChangesPath 1.3

cvs commit: ports/audio/faac Makefile

2006-08-27 Thread Michael Johnson
ahze2006-08-28 00:56:49 UTC FreeBSD ports repository Modified files: audio/faac Makefile Log: - Change post-patch to pre-configure as times with autotools have changed. Revision ChangesPath 1.27 +1 -2 ports/audio/faac/Makefile _

cvs commit: ports/audio/py-musicbrainz Makefile

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 00:16:45 UTC FreeBSD ports repository Modified files: audio/py-musicbrainz Makefile Log: - Update to 2.1.4 PR: ports/102554 Submitted by: maintainer (Jason E. Hale) Revision ChangesPath 1.13 +1 -1 ports/audio/py-musicb

cvs commit: ports/games/ninix-aya Makefile distinfo

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 00:11:29 UTC FreeBSD ports repository Modified files: games/ninix-aya Makefile distinfo Log: - Update to 3.8.9 PR: ports/102553 Submitted by: maintainer (UMENO Takashi) Revision ChangesPath 1.36 +2 -2 ports/games/

cvs commit: ports/www/pecl-pecl_http Makefile distinfo

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 00:04:38 UTC FreeBSD ports repository Modified files: www/pecl-pecl_http Makefile distinfo Log: - Update to 1.2.1 PR: ports/102552 Submitted by: maintainer (Alexander Zhuravlev) Revision ChangesPath 1.10 +1 -1 ports/

cvs commit: ports/security/ssh2 Makefile ports/security/ssh2/files patch-apps::ssh::lib::sshproto::sshconn.c patch-apps::ssh::lib::sshproto::trcommon.c patch-apps::ssh::ssh-agent2.c patch-apps::ssh::s

2006-08-27 Thread Marius Strobl
marius 2006-08-28 00:03:21 UTC FreeBSD ports repository (src committer) Modified files: security/ssh2Makefile security/ssh2/files patch-apps::ssh::sshchsession.c patch-configure Added files: security/ssh2/files patch-apps::ssh::lib::ssh

cvs commit: ports/textproc/p5-XML-DOM-Lite Makefile distinfo

2006-08-27 Thread Cheng-Lung Sung
clsung 2006-08-28 00:00:38 UTC FreeBSD ports repository Modified files: textproc/p5-XML-DOM-Lite Makefile distinfo Log: - Update to 0.15 PR: ports/102574 Submitted by: Gea-Suan Lin Revision ChangesPath 1.3 +1 -1 ports/textproc/p5-XML-

cvs commit: ports/sysutils/cdrdao/files patch-scsilib::inc::avoffset.mk

2006-08-27 Thread Marius Strobl
marius 2006-08-27 21:28:50 UTC FreeBSD ports repository (src committer) Added files: sysutils/cdrdao/files patch-scsilib::inc::avoffset.mk Log: Fix build on 7.0-CURRENT sparc64 by ignoring the result of executing avoffset. What happens is that on sparc64 when avoffset is compi

cvs commit: ports UPDATING

2006-08-27 Thread Lars Thegler
lth 2006-08-27 20:38:53 UTC FreeBSD ports repository Modified files: .UPDATING Log: Added note on devel/perforce Revision ChangesPath 1.384 +12 -1 ports/UPDATING ___ cvs-all@freebsd.org mailin

cvs commit: ports/devel/perforce Makefile distinfo.alpha distinfo.freebsd4 distinfo.freebsd54x86 distinfo.freebsd54x86_64 distinfo.freebsdaxp distinfo.i386

2006-08-27 Thread Lars Thegler
lth 2006-08-27 20:34:34 UTC FreeBSD ports repository Modified files: devel/perforce Makefile Added files: devel/perforce distinfo.freebsd4 distinfo.freebsd54x86 distinfo.freebsd54x86_64 distinfo.freebsdaxp R

cvs commit: CVSROOT modules

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 20:14:18 UTC FreeBSD ports repository Modified files: .modules Log: Remove ports/graphics/GIFgraph. Revision ChangesPath 1.16079 +0 -2 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports MOVED

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 20:11:56 UTC FreeBSD ports repository Modified files: .MOVED Log: Redirect anyone who picked up net-im/gaim-devel to net-im/gaim. Hat:portmgr Revision ChangesPath 1.1122+2 -2 ports/MOVED

cvs commit: ports MOVED

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 20:10:41 UTC FreeBSD ports repository Modified files: .MOVED Log: Expire graphics/GIFgraph. Revision ChangesPath 1.1121+2 -1 ports/MOVED ___ cvs-all@freebsd.org mailing list ht

cvs commit: ports/graphics Makefile ports/graphics/GIFgraph Makefile distinfo pkg-descr pkg-plist

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 20:08:33 UTC FreeBSD ports repository Modified files: graphics Makefile Removed files: graphics/GIFgraphMakefile distinfo pkg-descr pkg-plist Log: This port has been DEPRECATED for some time in favor of graphics/p5-GD-Graph. Now that it

cvs commit: ports/lang/pdss Makefile

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 19:57:35 UTC FreeBSD ports repository Modified files: lang/pdssMakefile Log: Reset bouncing maintainer address; mark DEPRECATED since it does not build on anything other than 4.X. If someone wants to save this port, they should step up now.

cvs commit: src/sys/vm vm_page.c vm_page.h

2006-08-27 Thread Alan Cox
alc 2006-08-27 19:50:13 UTC FreeBSD src repository Modified files: sys/vm vm_page.c vm_page.h Log: Refactor vm_page_sleep_if_busy() so that the test for a busy page is inlined and a procedure call is made in the rare case, i.e., when it is necessary to sleep

cvs commit: CVSROOT modules

2006-08-27 Thread Roman Bogorodskiy
novel 2006-08-27 19:47:38 UTC FreeBSD ports repository Modified files: .modules Log: gnutls-devel --> ports/security/gnutls-devel Revision ChangesPath 1.16078 +1 -0 CVSROOT/modules ___ cvs-all@

cvs commit: ports/security Makefile ports/security/gnutls-devel Makefile Makefile.man distinfo pkg-descr pkg-plist ports/security/gnutls-devel/files patch-doc-examples-ex__serv1.c patch-doc-examples-e

2006-08-27 Thread Roman Bogorodskiy
novel 2006-08-27 19:47:30 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/gnutls-devel Makefile Makefile.man distinfo pkg-descr pkg-plist security/gnutls-devel/files patch-doc-examples-ex__serv1.

Re: [ports] cvs commit: ports/mail/msmtp Makefile distinfo pkg-plist

2006-08-27 Thread Roman Bogorodskiy
Kirill Ponomarew wrote: > On Mon, Aug 21, 2006 at 12:10:39PM +0400, Roman Bogorodskiy wrote: > > > > Yes, but it creates the dir for some reason (tinderbox reports about it > > > > without this @dirrm line in plist). > > > > > > If it creates empty directory, it doesn't make much sense, anyway

cvs commit: CVSROOT modules

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-27 19:32:30 UTC FreeBSD ports repository Modified files: .modules Log: bsnmptools --> ports/net-mgmt/bsnmptools Revision ChangesPath 1.16077 +1 -0 CVSROOT/modules ___ cvs-all@free

cvs commit: ports/net-mgmt Makefile ports/net-mgmt/bsnmptools Makefile distinfo pkg-descr

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-27 19:31:55 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/bsnmptools Makefile distinfo pkg-descr Log: Add port net-mgmt/bsnmptools: Snmp client-side tools WWW:http://wiki.freebsd.org/BsnmpToo

cvs commit: ports/x11-toolkits/hs-gtk2hs Makefile ports/x11-toolkits/hs-gtk2hs/files patch-glib-System-Glib-GValue.chs

2006-08-27 Thread Maxime Henrion
mux 2006-08-27 19:16:22 UTC FreeBSD ports repository Modified files: x11-toolkits/hs-gtk2hs Makefile Added files: x11-toolkits/hs-gtk2hs/files patch-glib-System-Glib-GValue.chs Log: Add a patch from vendor that fixes a crash with TreeView widgets and bump PORTREVISIO

cvs commit: src/sys/i386/linux linux_machdep.c

2006-08-27 Thread Alexander Leidinger
netchild2006-08-27 18:51:32 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: Fix video playing and network connections in realplayer (and most likely other stuff) in the osrelease=2.6.16 case: - implement CLONE_PARENT semantic - fix TLS

cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-08-27 Thread Marc Fonvieille
blackend2006-08-27 18:29:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/porters-handbook book.sgml Log: Fix various typos, s/ie/i.e./ and s/OpenOffice/OpenOffice.org/ Revision ChangesPath 1.786 +6 -6

cvs commit: ports/emulators/skyeye Makefile distinfo ports/emulators/skyeye/files patch-Makefile patch-arch_coldfire_Makefile

2006-08-27 Thread Boris Samorodov
bsam2006-08-27 18:10:56 UTC FreeBSD ports repository Modified files: emulators/skyeye Makefile distinfo emulators/skyeye/files patch-Makefile patch-arch_coldfire_Makefile Log: 1. Update port: emulators/skyeye update to 1.2-RC8 [1]

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-27 Thread Scott Long
On Sun, 27 Aug 2006, M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Wilko Bulte <[EMAIL PROTECTED]> writes: : On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote.. : > On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote: : > > On Thu, 2006-Aug-24 18:44:02 -0400

Re: cvs commit: ports/net/isc-dhcp3-server pkg-install

2006-08-27 Thread Florent Thoumie
On Sun, 2006-08-27 at 17:13 +, Sergey Matveychuk wrote: > sem 2006-08-27 16:04:03 UTC > > FreeBSD ports repository > > Modified files: > net/isc-dhcp3-server pkg-install > Log: > - Fix a bug in pkg-install script > > Submitted by: maintainer Credit to where credit

cvs commit: www/en/projects/busdma index.sgml

2006-08-27 Thread Joel Dahl
joel2006-08-27 17:15:41 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Add ray(4) as well. Submitted by: brueffer Revision ChangesPath 1.146 +12 -1 www/en/projects/busdma/index.sgml __

Re: cvs commit: ports/audio/faad Makefile

2006-08-27 Thread michael johnson
On 8/26/06, Jeremy Messenger <[EMAIL PROTECTED]> wrote: mezz2006-08-26 20:07:53 UTC FreeBSD ports repository Modified files: audio/faad Makefile Log: Remove PATCH_DEPENDS and rename the post-patch target to pre-configure. It makes more sense. Should fix the buil

cvs commit: CVSROOT modules

2006-08-27 Thread Roman Bogorodskiy
novel 2006-08-27 16:25:28 UTC FreeBSD ports repository Modified files: .modules Log: xmms2-scrobbler --> ports/audio/xmms2-scrobbler Revision ChangesPath 1.16076 +1 -0 CVSROOT/modules ___ cvs-a

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2006-08-27 Thread Bruce A. Mah
bmah2006-08-27 16:18:09 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: GCC 3.4.6, OpenSSL 0.9.8b. Revision ChangesPath 1.966 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/ne

cvs commit: ports/audio Makefile ports/audio/xmms2-scrobbler Makefile distinfo pkg-descr ports/audio/xmms2-scrobbler/files pkg-message.in

2006-08-27 Thread Roman Bogorodskiy
novel 2006-08-27 16:25:00 UTC FreeBSD ports repository Modified files: audioMakefile Added files: audio/xmms2-scrobbler Makefile distinfo pkg-descr audio/xmms2-scrobbler/files pkg-message.in Log: XMMS2-Scrobbler is a client for XMMS2 that feeds infor

cvs commit: ports/net/isc-dhcp3-server pkg-install

2006-08-27 Thread Sergey Matveychuk
sem 2006-08-27 16:04:03 UTC FreeBSD ports repository Modified files: net/isc-dhcp3-server pkg-install Log: - Fix a bug in pkg-install script Submitted by: maintainer Revision ChangesPath 1.3 +3 -3 ports/net/isc-dhcp3-server/pkg-install __

cvs commit: www/en/projects/busdma index.sgml

2006-08-27 Thread Joel Dahl
joel2006-08-27 17:04:54 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Add a few missing wireless drivers: arl(4), ath(4), awi(4), cnw(4), ipw(4), iwi(4), ral(4) and ural(4). Mark everything as unknown for now. Revision ChangesPat

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Wilko Bulte <[EMAIL PROTECTED]> writes: : On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote.. : > On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote: : > > On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote: : > > >personally.

cvs commit: ports/lang/gcc41 Makefile distinfo

2006-08-27 Thread Gerald Pfeifer
gerald 2006-08-27 16:01:51 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20060825 snapshot of GCC 4.1.2. Revision ChangesPath 1.286 +1 -1 ports/lang/gcc41/Makefile 1.171 +18 -18ports/lang/gcc

cvs commit: ports/lang/gnat-gcc34 Makefile distinfo

2006-08-27 Thread Boris Samorodov
bsam2006-08-27 16:05:24 UTC FreeBSD ports repository Modified files: lang/gnat-gcc34 Makefile distinfo Log: - fix DISTFILES; [1] - remove gcc-testsuite from distinfo; [1] - introduce MASTER_SITE_SUBDIR; [1] - change a BROKEN message (doesn't deinstall cleanly at

cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography chapter.sgml

2006-08-27 Thread Joel Dahl
joel2006-08-27 15:54:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Update to the latest edition of FreeBSD Unleashed. Revision ChangesPath 1.78 +3 -3 doc/en_US.ISO8859-1/books/handbook/biblio

Re: cvs commit: www/en/platforms xbox.sgml

2006-08-27 Thread Joel Dahl
On Sun, 2006-08-27 at 15:45 +, Joel Dahl wrote: > joel2006-08-27 15:45:26 UTC > > FreeBSD doc repository > > Modified files: > en/platforms xbox.sgml > Log: > Add info about the new install/livecd for FreeBSD/xbox. Oops. Requested by: rink -- Joel _

cvs commit: www/en/platforms xbox.sgml

2006-08-27 Thread Joel Dahl
joel2006-08-27 15:45:26 UTC FreeBSD doc repository Modified files: en/platforms xbox.sgml Log: Add info about the new install/livecd for FreeBSD/xbox. Revision ChangesPath 1.8 +6 -2 www/en/platforms/xbox.sgml

cvs commit: ports/japanese/p5-Encode-EUCJPMS Makefile distinfo

2006-08-27 Thread Akinori MUSHA
knu 2006-08-27 14:48:58 UTC FreeBSD ports repository Modified files: japanese/p5-Encode-EUCJPMS Makefile distinfo Log: Update to 0.07. 0.06 did not work properly. Revision ChangesPath 1.2 +1 -1 ports/japanese/p5-Encode-EUCJPMS/Makefile 1.2 +3 -

cvs commit: ports/multimedia Makefile ports/multimedia/bmpx-devel Makefile distinfo pkg-descr pkg-message pkg-plist ports/multimedia/bmpx-devel/files patch-src-system_control.cpp

2006-08-27 Thread Roman Bogorodskiy
novel 2006-08-27 14:42:58 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/bmpx-devel Makefile distinfo pkg-descr pkg-message pkg-plist multimedia/bmpx-devel/files patch-src-system_control.cpp

cvs commit: CVSROOT modules

2006-08-27 Thread Roman Bogorodskiy
novel 2006-08-27 14:43:05 UTC FreeBSD ports repository Modified files: .modules Log: bmpx-devel --> ports/multimedia/bmpx-devel Revision ChangesPath 1.16075 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: src/games/fortune/datfiles fortunes

2006-08-27 Thread Wilko Bulte
wilko 2006-08-27 14:29:11 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: visionary thoughts.. MFC after: 1 week Revision ChangesPath 1.225 +15 -0 src/games/fortune/datfiles/fortunes __

cvs commit: src/sys/arm/xscale/i80321 ep80219_machdep.c

2006-08-27 Thread Olivier Houchard
cognet 2006-08-27 13:23:51 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 ep80219_machdep.c Log: Fill in dump_avail[] before pmap_boostrap() is called so that ARM_USE_SMALL_ALLOC work. Revision ChangesPath 1.2 +4 -4 src/sys/arm/xscale/i

cvs commit: ports/multimedia/libxine Makefile pkg-plist

2006-08-27 Thread MANTANI Nobutaka
nobutaka2006-08-27 12:47:13 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile pkg-plist Log: - Remove dependency to math/djbfft. - Use libdts and libmad from ports instead of ones from the xine distribution. [*] - Make dependency to graphics/aalib

cvs commit: src/sys/dev/fb creator.c

2006-08-27 Thread Marius Strobl
marius 2006-08-27 12:42:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/fb creator.c Log: MFC:1.10 Remove the DPMS code in creator_blank_display(). Revision ChangesPath 1.8.2.2 +0 -9 src/sys/dev/fb/creator.c _

cvs commit: ports/multimedia/xine Makefile pkg-plist

2006-08-27 Thread MANTANI Nobutaka
nobutaka2006-08-27 13:04:36 UTC FreeBSD ports repository Modified files: multimedia/xine Makefile pkg-plist Log: - Make dependency to graphics/aalib optional and add WITH_AALIB knob. - Rename WITH_LIBCACA to WITH_CACA to conform with KNOBS. Revision ChangesPath

cvs commit: src/sys/conf NOTES

2006-08-27 Thread Dmitry Morozovsky
marck 2006-08-27 12:57:38 UTC FreeBSD src repository (doc committer) Modified files: sys/conf NOTES Log: Resurrect reference to (contemporary) kern.ipc.nmbclusters. Suggested by: ru MFC after: 3 days Revision ChangesPath 1.1380+2 -1

cvs commit: CVSROOT modules

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-27 11:53:36 UTC FreeBSD ports repository Modified files: .modules Log: xpi-wmlbrowser --> ports/www/xpi-wmlbrowser Revision ChangesPath 1.16074 +1 -0 CVSROOT/modules ___ cvs-all@f

cvs commit: ports/www Makefile ports/www/xpi-wmlbrowser Makefile distinfo pkg-descr ports/www/xpi-wmlbrowser/files chrome.manifest

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-27 11:52:48 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-wmlbrowser Makefile distinfo pkg-descr www/xpi-wmlbrowser/files chrome.manifest Log: Add port www/xpi-wmlbrowser: This project is intende

cvs commit: CVSROOT modules

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-27 11:31:25 UTC FreeBSD ports repository Modified files: .modules Log: xpi-infolister --> ports/www/xpi-infolister Revision ChangesPath 1.16073 +1 -0 CVSROOT/modules ___ cvs-all@f

cvs commit: ports/www Makefile ports/www/xpi-infolister Makefile distinfo pkg-descr

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-27 11:30:53 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-infolister Makefile distinfo pkg-descr Log: Add port www/xpi-infolister: InfoLister is an extension for Mozilla Firefox, Mozilla Thunderbird,

cvs commit: src/etc/rc.d powerd

2006-08-27 Thread Colin Percival
cperciva2006-08-27 11:04:39 UTC FreeBSD src repository Modified files: etc/rc.d powerd Log: When stopping powerd, set the CPU frequency back to its maximum value (i.e., what it was almost certainly at before powerd was started). Submitted by: R.B. Riddick M

cvs commit: ports/www/xpi-server_switcher Makefile distinfo pkg-plist

2006-08-27 Thread Andrew Pantyukhin
sat 2006-08-27 11:03:55 UTC FreeBSD ports repository Modified files: www/xpi-server_switcher Makefile distinfo pkg-plist Log: - Update to 0.3 Revision ChangesPath 1.4 +1 -1 ports/www/xpi-server_switcher/Makefile 1.4 +3 -3 ports/www/xpi-serv

cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby18 Makefile distinfo pkg-plist ports/lang/ruby18/files patch-dir.c-security patch-eval.c patch-eval.c-security patch-ext-dbm-extconf.rb patch-fileutils.

2006-08-27 Thread Sergey Matveychuk
sem 2006-08-27 09:53:28 UTC FreeBSD ports repository Modified files: Mk bsd.ruby.mk lang/ruby18 Makefile distinfo pkg-plist Added files: lang/ruby18/filespatch-ext-dbm-extconf.rb Removed files: lang/ruby18/filespatch-dir.c-secu

cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c

2006-08-27 Thread Alexander Leidinger
netchild2006-08-27 08:58:00 UTC FreeBSD src repository Modified files: sys/amd64/linux32linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: regen

cvs commit: src/sys/amd64/linux32 linux32_dummy.c syscalls.master src/sys/i386/linux linux_dummy.c syscalls.master src/sys/compat/linux linux_stats.c

2006-08-27 Thread Alexander Leidinger
netchild2006-08-27 08:56:54 UTC FreeBSD src repository Modified files: sys/amd64/linux32linux32_dummy.c syscalls.master sys/i386/linux linux_dummy.c syscalls.master sys/compat/linux linux_stats.c Log: Add the linux statfs64 call. This allows Tivoli backup

Re: cvs commit: src/sys/boot/common help.common loader.8 src/sys/conf NOTES options

2006-08-27 Thread Dmitry Morozovsky
On Sun, 27 Aug 2006, Ruslan Ermilov wrote: RE> Well, there's still an upper limit for the mbuf_cluster zone RE> that can be tuned by kern.ipc.nmbclusters loader(8) tunable RE> and sysctl, so perhaps mentions of the NMBCLUSTERS in the RE> NOTES files should have been replaced by it. Hmm, I'm a bit

cvs commit: src/etc/defaults periodic.conf

2006-08-27 Thread Doug Barton
dougb 2006-08-27 08:12:53 UTC FreeBSD src repository Modified files: etc/defaults periodic.conf Log: Use ports INDEX-7 instead of INDEX-6 Submitted by: Niclas Zeising <[EMAIL PROTECTED]> Revision ChangesPath 1.40 +1 -1 src/etc/defaults/perio

Re: cvs commit: src/sys/boot/common help.common loader.8 src/sys/conf NOTES options

2006-08-27 Thread Ruslan Ermilov
On Sun, Aug 27, 2006 at 07:58:20AM +, Dmitry Morozovsky wrote: > marck 2006-08-27 07:58:20 UTC > > FreeBSD src repository (doc committer) > > Modified files:(Branch: RELENG_6) > sys/boot/common help.common loader.8 > sys/conf NOTES options > Log:

cvs commit: src/sys/boot/common help.common loader.8 src/sys/conf NOTES options

2006-08-27 Thread Dmitry Morozovsky
marck 2006-08-27 07:58:20 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) sys/boot/common help.common loader.8 sys/conf NOTES options Log: MFC: Remove config(8)'s knowledge about NMBCLUSTERS, no code in /sys

cvs commit: ports/ftp/gwget Makefile

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 07:57:48 UTC FreeBSD ports repository Modified files: ftp/gwgetMakefile Log: Mark as broken: fails to install. Revision ChangesPath 1.18 +2 -0 ports/ftp/gwget/Makefile ___ cvs-all@fre

cvs commit: ports/french/aster Makefile

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 07:48:39 UTC FreeBSD ports repository Modified files: french/aster Makefile Log: Mark as broken on 5.x: does not install. Revision ChangesPath 1.37 +2 -0 ports/french/aster/Makefile ___ c

cvs commit: ports/deskutils/taskjuggler Makefile

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 07:33:58 UTC FreeBSD ports repository Modified files: deskutils/taskjuggler Makefile Log: Mark as broken: fails to install. Revision ChangesPath 1.19 +4 -2 ports/deskutils/taskjuggler/Makefile __

cvs commit: ports/emulators/xmess Makefile

2006-08-27 Thread Mark Linimon
linimon 2006-08-27 07:23:05 UTC FreeBSD ports repository Modified files: emulators/xmess Makefile Log: Mark as broken: leaves a file behind on deinstall. Revision ChangesPath 1.43 +2 -0 ports/emulators/xmess/Makefile