cvs commit: src/sys/kern vfs_bio.c src/sys/vm vm_object.c vm_object.h vm_page.c

2006-07-20 Thread Alan Cox
alc 2006-07-21 06:40:29 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c sys/vm vm_object.c vm_object.h vm_page.c Log: Eliminate OBJ_WRITEABLE. It hasn't been used in a long time. Revision ChangesPath 1.507 +1 -7

cvs commit: src/lib/libc/sys mincore.2

2006-07-20 Thread Konstantin Belousov
kib 2006-07-21 06:29:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/sys mincore.2 Log: MFC rev. 1.25 Document new mincore behaviour, the mincore(2) returns ENOMEM when requested range is not fully mapped. Reminded by:pjd

cvs commit: ports/devel/p5-Net-DBus Makefile

2006-07-20 Thread Roman Bogorodskiy
novel 2006-07-21 06:22:12 UTC FreeBSD ports repository Modified files: devel/p5-Net-DBusMakefile Log: Add p5-XML-Twig to RUN_DEPENDS. Reported by:mezz Revision ChangesPath 1.9 +2 -1 ports/devel/p5-Net-DBus/Makefile ___

cvs commit: src/sys/vm vm_mmap.c

2006-07-20 Thread Konstantin Belousov
kib 2006-07-21 05:54:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_mmap.c Log: MFC rev. 1.206 Make the mincore(2) return ENOMEM when requested range is not fully mapped. Approved by: pjd (mentor) Revision Chang

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

2006-07-20 Thread Rong-En Fan
rafan 2006-07-21 03:46:59 UTC FreeBSD ports repository Modified files: games/ninix-aya Makefile distinfo Log: - Update to 3.8.8 PR: ports/100615 Submitted by: maintainer Revision ChangesPath 1.35 +2 -2 ports/games/ninix-aya/Makefi

cvs commit: ports/security/p5-openxpki Makefile distinfo pkg-plist

2006-07-20 Thread Rong-En Fan
rafan 2006-07-21 03:46:36 UTC FreeBSD ports repository Modified files: security/p5-openxpki Makefile distinfo pkg-plist Log: - Update to 0.9.402 PR: ports/100612 Submitted by: maintainer Revision ChangesPath 1.3 +125 -124 ports/security/p

cvs commit: ports/irc/xchat-gnome Makefile distinfo pkg-plist ports/irc/xchat-gnome/files patch-configure

2006-07-20 Thread Rong-En Fan
rafan 2006-07-21 03:45:59 UTC FreeBSD ports repository Modified files: irc/xchat-gnome Makefile distinfo pkg-plist Removed files: irc/xchat-gnome/files patch-configure Log: - Update to 0.13 PR: ports/100605 Submitted by: maintainer Revision

cvs commit: ports/multimedia/dvdstyler Makefile pkg-plist ports/multimedia/dvdstyler/files patch-data_Makefile.in

2006-07-20 Thread Jeremy Messenger
mezz2006-07-21 01:55:00 UTC FreeBSD ports repository Modified files: multimedia/dvdstyler Makefile pkg-plist Added files: multimedia/dvdstyler/files patch-data_Makefile.in Log: Make sure to install a file, empty.mpg, to fix the burn on DVD. Bump the PORTREVISION.

cvs commit: ports/lang/gcc41-withgcjawt Makefile

2006-07-20 Thread Maho Nakata
maho2006-07-21 01:33:19 UTC FreeBSD ports repository Modified files: lang/gcc41-withgcjawt Makefile Log: Fix configure Submitted by:Bartosz Fabianowski <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +4 -4 ports/lang/gcc41-withgcjawt/Makefile

Re: cvs commit: src/share/mk bsd.cpu.mk

2006-07-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Alan Cox <[EMAIL PROTECTED]> writes: : Warner Losh wrote: : : >imp 2006-07-20 22:42:48 UTC : > : > FreeBSD src repository : > : > Modified files: : >share/mk bsd.cpu.mk : > Log: : > Remove ALPHA optimization pointer for gcc f

Re: cvs commit: src/share/mk bsd.cpu.mk

2006-07-20 Thread Alan Cox
Warner Losh wrote: imp 2006-07-20 22:42:48 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: Remove ALPHA optimization pointer for gcc flags. Add ARM optimization pointer for gcc flags. Revision ChangesPath 1.53 +1 -1 src/shar

cvs commit: src/sys/arm/arm pmap.c

2006-07-20 Thread Alan Cox
alc 2006-07-20 23:26:22 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Implement pmap_clear_write(). Discussed with: cognet@ Revision ChangesPath 1.66 +15 -0 src/sys/arm/arm/pmap.c

cvs commit: src/share/mk bsd.cpu.mk

2006-07-20 Thread Warner Losh
imp 2006-07-20 22:42:48 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: Remove ALPHA optimization pointer for gcc flags. Add ARM optimization pointer for gcc flags. Revision ChangesPath 1.53 +1 -1 src/share/mk/bsd.cpu.mk

cvs commit: ports/www/horde Makefile distinfo pkg-plist ports/www/horde/files patch-config_mime_drivers.php.dist

2006-07-20 Thread Shaun Amott
shaun 2006-07-20 22:40:51 UTC FreeBSD ports repository Modified files: www/hordeMakefile distinfo pkg-plist www/horde/files patch-config_mime_drivers.php.dist Log: Upgrade to 3.1.2 ChangeLog: http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.51

cvs commit: src/share/mk bsd.cpu.mk

2006-07-20 Thread Olivier Houchard
cognet 2006-07-20 22:13:59 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}. Revision ChangesPath 1.52 +1 -1 src/share/mk/bsd.cpu.mk _

cvs commit: src/share/mk bsd.cpu.mk

2006-07-20 Thread Olivier Houchard
cognet 2006-07-20 21:28:07 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS if it is defined. Revision ChangesPath 1.51 +5 -0 src/share/mk/bsd.cpu.mk _

cvs commit: CVSROOT modules

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 21:25:17 UTC FreeBSD ports repository Modified files: .modules Log: xpi-foxmarks --> ports/www/xpi-foxmarks Revision ChangesPath 1.15695 +1 -0 CVSROOT/modules ___ cvs-all@freeb

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

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 21:24:47 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-foxmarks Makefile distinfo pkg-descr pkg-plist Log: Add port www/xpi-foxmarks: If you use Firefox on more than one computer, you'll want Fox

cvs commit: ports/security/libpreludedb Makefile distinfo ports/security/libpreludedb/files patch-bindings_perl_PreludeDB.c

2006-07-20 Thread Rong-En Fan
rafan 2006-07-20 21:10:21 UTC FreeBSD ports repository Modified files: security/libpreludedb Makefile distinfo Removed files: security/libpreludedb/files patch-bindings_perl_PreludeDB.c Log: - Update to 0.9.8.1 - OPTIONS'ify Note that now MySQL is the default backe

cvs commit: ports/security/tripwire12 Makefile

2006-07-20 Thread Jean Milanez Melo
jmelo 2006-07-20 21:09:35 UTC FreeBSD ports repository Modified files: security/tripwire12 Makefile Log: - Update mastersite. PR: ports/99783 Submitted by: tjs <[EMAIL PROTECTED]> Approved by:maintainer (timeout 15 days) Revision ChangesPat

cvs commit: ports/devel/ice Makefile distinfo pkg-plist ports/devel/ice/files Make.rules.FreeBSD patch-Make.rules patch-src::icecpp::config.h

2006-07-20 Thread Rong-En Fan
rafan 2006-07-20 21:07:41 UTC FreeBSD ports repository Modified files: devel/iceMakefile distinfo pkg-plist devel/ice/files Make.rules.FreeBSD patch-Make.rules Removed files: devel/ice/files patch-src::icecpp::config.h Log: - Update to 3.1.0

cvs commit: src/sys/arm/at91 uart_dev_at91usart.c

2006-07-20 Thread Olivier Houchard
cognet 2006-07-20 21:03:43 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: Fix ALT_BREAK_TO_DEBUGGER on the AT91 : The core uart code expects the receive method to actually puts the characters read into its buffers. For AT91, it's do

cvs commit: ports/devel/p5-Class-Std Makefile pkg-plist

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 20:43:20 UTC FreeBSD ports repository Modified files: devel/p5-Class-Std Makefile pkg-plist Log: - Data::Dumper and Test::More is in perl base - Scalar::Util is in perl base 5.7.2 and later versions PR: ports/100337 Submitted by: Gea-Su

cvs commit: ports/comms/spandsp/files patch-src-spandsp-dc_restore.h patch-src::awgn.c patch-src::tone_generate.c patch-src::v17tx.c

2006-07-20 Thread Maxim Sobolev
sobomax 2006-07-20 20:34:59 UTC FreeBSD ports repository Modified files: comms/spandsp/files patch-src-spandsp-dc_restore.h Added files: comms/spandsp/files patch-src::awgn.c patch-src::tone_generate.c patch-src::v17tx.c

cvs commit: ports/russian/xpi-tabextensions Makefile

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 20:27:47 UTC FreeBSD ports repository Modified files: russian/xpi-tabextensions Makefile Log: Concisify comment Revision ChangesPath 1.2 +1 -1 ports/russian/xpi-tabextensions/Makefile ___ cvs-al

cvs commit: ports/cad/jspice3 Makefile ports/cad/jspice3/files patch-src+lib+dev+ltra+ltramisc.c

2006-07-20 Thread Rong-En Fan
rafan 2006-07-20 20:26:59 UTC FreeBSD ports repository Modified files: cad/jspice3 Makefile Added files: cad/jspice3/filespatch-src+lib+dev+ltra+ltramisc.c Log: - Fix build on 4.x (pre-C99) PR: ports/100633 Submitted by: maintainer

cvs commit: CVSROOT modules

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 20:19:48 UTC FreeBSD ports repository Modified files: .modules Log: xpi-tabextensions-ru --> ports/russian/xpi-tabextensions Revision ChangesPath 1.15694 +1 -0 CVSROOT/modules

cvs commit: ports/russian Makefile ports/russian/xpi-tabextensions Makefile distinfo pkg-descr

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 20:19:11 UTC FreeBSD ports repository Modified files: russian Makefile Added files: russian/xpi-tabextensions Makefile distinfo pkg-descr Log: Add port russian/xpi-tabextensions: Russian version of Tabbrowsing Extensions for Firefox.

cvs commit: src/sys/dev/bce if_bce.c

2006-07-20 Thread John Baldwin
jhb 2006-07-20 20:16:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/dev/bce if_bce.c Log: Bah, fix the 1.5 MFC to actually work on 4.x. Pointy hat to: jhb Revision ChangesPath 1.4.2.3 +2 -2 src/sys/dev/bce/if_bce.

cvs commit: src/sys/dev/amr amr.c

2006-07-20 Thread John Baldwin
jhb 2006-07-20 20:07:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/dev/amr amr.c Log: MFC: Chain the bus_dmamap_load() calls when mapping a command with a data CCB instead of using BUS_DMA_NOWAIT(). Since bus_dmamap_load() doesn't s

Re: cvs commit: www/en/snapshots index.sgml

2006-07-20 Thread Bruce A. Mah
If memory serves me right, Rene Ladan wrote: > Bruce A. Mah wrote: >> bmah2006-07-20 19:12:16 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en/snapshots index.sgml >> Log: >> Add July 2007 snapshots to list of available snapshots. >> > Did I miss last New

cvs commit: src/sys/conf options.arm src/sys/arm/conf KB920X

2006-07-20 Thread Olivier Houchard
cognet 2006-07-20 20:01:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf options.arm sys/arm/conf KB920X Log: Remove -CURRENT options and (re)add needed one. Revision ChangesPath 1.7.2.3 +2 -3 src/sys/ar

cvs commit: www/en/snapshots index.sgml

2006-07-20 Thread Bruce A. Mah
bmah2006-07-20 20:00:27 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: D'oh. Fix year typo. Pointed out by: Rene Ladan <[EMAIL PROTECTED]> Revision ChangesPath 1.22 +3 -3 www/en/snapshots/index.sgml

cvs commit: CVSROOT modules

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 20:00:16 UTC FreeBSD ports repository Modified files: .modules Log: xpi-imagezoom-ru --> ports/russian/xpi-imagezoom Revision ChangesPath 1.15693 +1 -0 CVSROOT/modules ___ cvs-

cvs commit: ports/russian Makefile ports/russian/xpi-imagezoom Makefile distinfo pkg-descr

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 19:59:09 UTC FreeBSD ports repository Modified files: russian Makefile Added files: russian/xpi-imagezoom Makefile distinfo pkg-descr Log: Add port russian/xpi-imagezoom: Russian version of Imagezoom - extension to zoom images in firefo

cvs commit: src/sys/dev/amr amr.c

2006-07-20 Thread John Baldwin
jhb 2006-07-20 19:58:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/amr amr.c Log: MFC: Chain the bus_dmamap_load() calls when mapping a command with a data CCB instead of using BUS_DMA_NOWAIT. Revision ChangesPath 1.65.

Re: cvs commit: www/en/snapshots index.sgml

2006-07-20 Thread Rene Ladan
Bruce A. Mah wrote: > bmah2006-07-20 19:12:16 UTC > > FreeBSD doc repository > > Modified files: > en/snapshots index.sgml > Log: > Add July 2007 snapshots to list of available snapshots. > Did I miss last New year celebration? Regards, Rene -- GPG fingerprint =

cvs commit: ports/devel/boost Makefile pkg-descr pkg-plist ports/devel/boost/files patch-libs_random_random_device.cpp

2006-07-20 Thread Simon Barner
barner 2006-07-20 19:18:30 UTC FreeBSD ports repository Modified files: devel/boost Makefile pkg-descr pkg-plist Added files: devel/boost/filespatch-libs_random_random_device.cpp Log: - Build libbgl-viz.a (needed to use the GraphViz reader) - Build librando

cvs commit: www/en/snapshots index.sgml

2006-07-20 Thread Bruce A. Mah
bmah2006-07-20 19:12:16 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: Add July 2007 snapshots to list of available snapshots. Revision ChangesPath 1.21 +3 -2 www/en/snapshots/index.sgml __

cvs commit: ports/devel/cweb Makefile distinfo ports/devel/cweb/files patch-aa

2006-07-20 Thread Rong-En Fan
rafan 2006-07-20 18:54:50 UTC FreeBSD ports repository Modified files: devel/cweb Makefile distinfo Removed files: devel/cweb/files patch-aa Log: - Update to 3.64a.a (distversion 3.64aa) The next version available is 3.64ab. 3.64a.a looks more reason

cvs commit: src/sys/dev/bce if_bce.c

2006-07-20 Thread John Baldwin
jhb 2006-07-20 18:54:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/dev/bce if_bce.c Log: MFC revs 1.4 and 1.5: - Removed updates to if_ibytes, if_obytes, if_imcasts, and if_omcasts. - Match code in 6.x and HEAD for handling excessive

cvs commit: src/sys/dev/bce if_bce.c

2006-07-20 Thread John Baldwin
jhb 2006-07-20 18:43:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bce if_bce.c Log: MFC: Fix ifconfig up when the HW is down. Revision ChangesPath 1.2.2.4 +7 -2 src/sys/dev/bce/if_bce.c ___

cvs commit: src/sys/dev/bce if_bce.c

2006-07-20 Thread John Baldwin
jhb 2006-07-20 18:41:01 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Expand locking coverage slightly to cover if_drv_flags in a few places where it wasn't locked. MFC after: 3 days Reviewed by:davidch Revision Changes

cvs commit: ports/net-mgmt/arpwatch Makefile pkg-descr ports/net-mgmt/arpwatch/files patch-ag

2006-07-20 Thread Rong-En Fan
rafan 2006-07-20 18:40:00 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatchMakefile pkg-descr net-mgmt/arpwatch/files patch-ag Log: - Don't die on SIGHUP. Thanks to Rudolf Cejka for pointing this out. The HUP only seems to affect arpwatch on 5.X and

cvs commit: ports/graphics/geomview Makefile pkg-plist

2006-07-20 Thread Bruce M Simpson
bms 2006-07-20 18:30:08 UTC FreeBSD ports repository (src committer) Modified files: graphics/geomviewMakefile pkg-plist Log: Unbreak pkg-plist. Revision ChangesPath 1.44 +6 -2 ports/graphics/geomview/Makefile 1.8 +136 -144 ports/graphics/ge

cvs commit: ports/devel/ac-archive Makefile distinfo

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 17:58:33 UTC FreeBSD ports repository Modified files: devel/ac-archive Makefile distinfo Log: Update to 0.5.65 Revision ChangesPath 1.24 +1 -1 ports/devel/ac-archive/Makefile 1.10 +3 -3 ports/devel/ac-archive/distinfo _

cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/sparc64/include pmap.h src/sys/vm pmap.h

2006-07-20 Thread Alan Cox
alc 2006-07-20 17:48:41 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386pmap.c sys/sparc64/include pmap.h sys/vm pmap.h Log: Add pmap_clear_write() to the interface between the virtual memory system's

cvs commit: ports/sysutils/portupgrade-devel Makefile ports/sysutils/portupgrade Makefile

2006-07-20 Thread Sergey Matveychuk
sem 2006-07-20 17:29:00 UTC FreeBSD ports repository Modified files: sysutils/portupgrade-devel Makefile sysutils/portupgrade Makefile Log: - Fix a type: DBD4->BDB4 in messages. Submitted by: yar Revision ChangesPath 1.228 +2 -2 ports/sysutils

cvs commit: ports/emulators/linux_dist-gentoo-stage1 Makefile ports/emulators/linux_dist-gentoo-stage2 Makefile ports/emulators/linux_dist-gentoo-stage3 Makefile

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 17:12:44 UTC FreeBSD ports repository Modified files: emulators/linux_dist-gentoo-stage1 Makefile emulators/linux_dist-gentoo-stage2 Makefile emulators/linux_dist-gentoo-stage3 Makefile Log: - Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} -

cvs commit: ports/astro/orsa Makefile distinfo

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 16:48:33 UTC FreeBSD ports repository Modified files: astro/orsa Makefile distinfo Log: Update to 0.7.0 Revision ChangesPath 1.9 +1 -2 ports/astro/orsa/Makefile 1.3 +3 -3 ports/astro/orsa/distinfo __

cvs commit: www/en/advocacy myths.sgml

2006-07-20 Thread Joel Dahl
joel2006-07-20 15:50:57 UTC FreeBSD doc repository Modified files: en/advocacy myths.sgml Log: Add pfSense to the list and remove some information about using the Linux emulation layer on Alpha. PR: www/97408 Submitted by: Gabor Kovesdan R

cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml

2006-07-20 Thread Joel Dahl
joel2006-07-20 15:34:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Be a bit more verbose about adding new module entries. PR: docs/100323 Submitted by: clsung Revision ChangesPath 1.2

cvs commit: ports/misc/mime-support Makefile distinfo pkg-descr

2006-07-20 Thread Oliver Lehmann
oliver 2006-07-20 15:03:43 UTC FreeBSD ports repository Modified files: misc/mime-supportMakefile distinfo pkg-descr Log: update to 0.37.1 Revision ChangesPath 1.12 +1 -1 ports/misc/mime-support/Makefile 1.10 +3 -3 ports/misc/mime-support/di

cvs commit: CVSROOT modules

2006-07-20 Thread Rong-En Fan
rafan 2006-07-20 14:30:44 UTC FreeBSD ports repository Modified files: .modules Log: p5-OurNet-BBS --> ports/net/p5-OurNet-BBS Revision ChangesPath 1.15692 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/net Makefile ports/net/p5-OurNet-BBS Makefile distinfo pkg-descr pkg-plist

2006-07-20 Thread Rong-En Fan
rafan 2006-07-20 14:30:27 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-OurNet-BBSMakefile distinfo pkg-descr pkg-plist Log: Add p5-OurNet-BBS 1.66, component Object Model for BBS systems. PR: ports/10

cvs commit: ports/audio/sfront Makefile distinfo pkg-plist

2006-07-20 Thread Emanuel Haupt
ehaupt 2006-07-20 12:32:06 UTC FreeBSD ports repository Modified files: audio/sfront Makefile distinfo pkg-plist Log: Update to 0.90 Revision ChangesPath 1.26 +1 -1 ports/audio/sfront/Makefile 1.15 +3 -3 ports/audio/sfront/distinfo 1.4

cvs commit: CVSROOT modules

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 12:21:49 UTC FreeBSD ports repository Modified files: .modules Log: py-pypcap --> ports/net/py-pypcap Revision ChangesPath 1.15691 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/net Makefile ports/net/py-pypcap Makefile distinfo pkg-descr pkg-plist ports/net/py-pypcap/files patch-pcap.pyx

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 12:21:37 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-pypcapMakefile distinfo pkg-descr pkg-plist net/py-pypcap/files patch-pcap.pyx Log: A simplified object-oriented Python extension module

cvs commit: CVSROOT modules

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 12:19:29 UTC FreeBSD ports repository Modified files: .modules Log: pcs --> ports/net/pcs Revision ChangesPath 1.15690 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing lis

cvs commit: ports/net Makefile ports/net/pcs Makefile distinfo pkg-descr pkg-plist

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 12:19:16 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pcs Makefile distinfo pkg-descr pkg-plist Log: Packet Construction Set A set of python modules and methods for working with any kind of

cvs commit: ports GIDs UIDs

2006-07-20 Thread Florent Thoumie
flz 2006-07-20 11:25:46 UTC FreeBSD ports repository Added files: .GIDs UIDs Log: Please welcome UIDs and GIDs file. Those have been created from the UID/GID part of the Porter's Handbook. They're stored here to get more visibility. Please use these fi

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

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 11:20:58 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: SYSCTL is now a macro, reflect this in the handbook. Submitted by: gabor Sponsored by: Google Summer of Code 2

cvs commit: doc/zh_CN.GB2312/books/porters-handbook book.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 11:10:36 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/porters-handbook book.sgml Log: MFen 1.730 -> 1.734 Submitted by: delphij Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesPath 1.13 +25 -1

cvs commit: doc/zh_CN.GB2312/books/handbook/basics chapter.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 11:07:39 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/basics chapter.sgml Log: MFen 1.144 -> 1.145 Submitted by: delphij Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesPath 1.10 +8 -24

cvs commit: doc/zh_CN.GB2312/books/handbook/config chapter.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 11:05:56 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/config chapter.sgml Log: MFen 1.217 -> 1.220 Submitted by: delphij Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesPath 1.9 +35 -5

cvs commit: doc/zh_CN.GB2312/books/handbook/desktop chapter.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 11:00:50 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/desktop chapter.sgml Log: MFen 1.64 -> 1.65 Submitted by: delphij Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesPath 1.6 +85 -76

cvs commit: doc/zh_CN.GB2312/books/handbook/geom chapter.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 10:59:28 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/geom chapter.sgml Log: MFen 1.22 -> 1.24 Submitted by: delphij Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesPath 1.4 +43 -1

cvs commit: doc/zh_CN.GB2312/books/handbook/install chapter.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 10:57:06 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/install chapter.sgml Log: Fix a typo. Submitted by: miniwest Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesPath 1.11 +1 -1 d

cvs commit: CVSROOT modules

2006-07-20 Thread Florent Thoumie
flz 2006-07-20 10:55:30 UTC FreeBSD ports repository Modified files: .modules Log: py-django-devel --> ports/www/py-django-devel Revision ChangesPath 1.15689 +1 -0 CVSROOT/modules ___ cvs-all

cvs commit: doc/zh_CN.GB2312/books/handbook/ports chapter.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 10:55:17 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/ports chapter.sgml Log: Language improvements. Submitted by: Alex Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesPath 1.7 +4 -4

cvs commit: ports/www Makefile ports/www/py-django-devel Makefile distinfo pkg-plist

2006-07-20 Thread Florent Thoumie
flz 2006-07-20 10:54:30 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-django-devel Makefile distinfo pkg-plist Log: Add py-django-devel port, the developement version of the Python Django MVC Web Framework. Revis

cvs commit: doc/zh_CN.GB2312/books/handbook/x11 chapter.sgml

2006-07-20 Thread Xin LI
delphij 2006-07-20 10:53:38 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/x11 chapter.sgml Log: Improve wording, remove a duplicated paragraph. Submitted by: Alex Obtained from: The FreeBSD Simplified Chinese Project Revision ChangesP

cvs commit: ports/www/p5-CGI-Ajax Makefile distinfo

2006-07-20 Thread Lars Thegler
lth 2006-07-20 10:52:14 UTC FreeBSD ports repository Modified files: www/p5-CGI-Ajax Makefile distinfo Log: Update to 0.697 PR: ports/100484 Submitted by: Jin-Shan Tseng <[EMAIL PROTECTED]> Revision ChangesPath 1.20 +1 -1 ports/

cvs commit: doc/zh_CN.GB2312/share/sgml catalog l10n.ent

2006-07-20 Thread Xin LI
delphij 2006-07-20 10:50:16 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/share/sgml catalog l10n.ent Log: Correct th last part of FPI(should be ISO 639 language code) Submitted by: chinsan PR: docs/100334 Revision ChangesPath 1.3

cvs commit: doc/zh_CN.GB2312/share/sgml trademarks.ent

2006-07-20 Thread Xin LI
delphij 2006-07-20 10:48:14 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/share/sgml trademarks.ent Log: MFen 1.30 -> 1.34 Obtained from: The FreeBSD Simplified Chinese Project CVS Revision ChangesPath 1.3 +17 -11doc/zh_CN.GB2312/share/sgml/t

cvs commit: src/share/man/man5 rc.conf.5 src/etc/defaults rc.conf src/etc/rc.d ntpdate

2006-07-20 Thread Florent Thoumie
flz 2006-07-20 10:07:34 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 etc/defaults rc.conf etc/rc.d ntpdate Log: - Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d script and replace it with a new

cvs commit: ports/science/bblimage Makefile

2006-07-20 Thread Martin Wilke
miwi2006-07-20 10:00:35 UTC FreeBSD ports repository Modified files: science/bblimage Makefile Log: - Update MASTER_SITES Notes: pyvox is a new port. i works on it if I more time has. PR: ports/97834 Submitted by: miwi Approved by:krion (me

cvs commit: src/usr.sbin/moused moused.c

2006-07-20 Thread Stefan Farfeleder
stefanf 2006-07-20 09:47:15 UTC FreeBSD src repository Modified files: usr.sbin/moused moused.c Log: Convert macros to use C99's syntax for macros with a variable number of arguments. Revision ChangesPath 1.77 +10 -10src/usr.sbin/moused/moused.c __

cvs commit: ports/astro/google-earth Makefile distinfo pkg-plist

2006-07-20 Thread Florent Thoumie
flz 2006-07-20 09:47:03 UTC FreeBSD ports repository Modified files: astro/google-earth Makefile distinfo pkg-plist Log: - Update to 4.0.1693. Revision ChangesPath 1.5 +1 -1 ports/astro/google-earth/Makefile 1.4 +3 -3 ports/astro/google-e

cvs commit: src/usr.sbin/config config.y src/usr.sbin/fdread fdread.c

2006-07-20 Thread Stefan Farfeleder
stefanf 2006-07-20 09:38:46 UTC FreeBSD src repository Modified files: usr.sbin/config config.y usr.sbin/fdread fdread.c Log: Remove unused variables. Revision ChangesPath 1.73 +1 -3 src/usr.sbin/config/config.y 1.8 +2 -2 src/usr.

cvs commit: src/usr.sbin/cron/cron cron.c

2006-07-20 Thread Stefan Farfeleder
stefanf 2006-07-20 09:11:09 UTC FreeBSD src repository Modified files: usr.sbin/cron/cron cron.c Log: Don't use "implicit int". Move the opening { of the functions to the next line while there. Revision ChangesPath 1.18 +4 -2 src/usr.sbin/cron/cron/cron

cvs commit: ports/www/p5-Net-Akismet Makefile

2006-07-20 Thread Peter Pentchev
roam2006-07-20 09:03:44 UTC FreeBSD ports repository Modified files: www/p5-Net-Akismet Makefile Log: Test::Pod::Coverage should not be pulled in as a runtime dependency. Revision ChangesPath 1.3 +2 -1 ports/www/p5-Net-Akismet/Makefile ___

cvs commit: src/lib/libc/net resolver.3

2006-07-20 Thread Stefan Farfeleder
stefanf 2006-07-20 08:04:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/net resolver.3 Log: MFC 1.31: Use a prototype for res_init(). Revision ChangesPath 1.30.2.1 +1 -1 src/lib/libc/net/resolver.3 __

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

2006-07-20 Thread Andrew Pantyukhin
sat 2006-07-20 08:01:06 UTC FreeBSD ports repository Modified files: www/xpi-forecastfox Makefile distinfo pkg-plist Log: - Update to 0.9.3 Revision ChangesPath 1.3 +1 -1 ports/www/xpi-forecastfox/Makefile 1.3 +3 -3 ports/www/xpi-forecastf

cvs commit: ports/cad/chipvault Makefile distinfo

2006-07-20 Thread Erwin Lansing
erwin 2006-07-20 07:45:16 UTC FreeBSD ports repository Modified files: cad/chipvaultMakefile distinfo Log: Update to 200607 PR: 100593 Submitted by: Soeren Straarup <[EMAIL PROTECTED]> Revision ChangesPath 1.4 +1 -1 ports/cad/