cvs commit: src/sys/kern kern_sig.c

2005-11-08 Thread David Xu
davidxu 2005-11-09 07:58:16 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: WIFxxx macros requires an int type but p_xstat is short, convert it to int before using the macros. Bug reported by : Pyun YongHyeon pyunyh at gmail dot com Rev

cvs commit: ports/ftp/kpum Makefile distinfo pkg-plist ports/ftp/kpum/files patch-configure

2005-11-08 Thread Andrej Zverev
az 2005-11-09 07:52:30 UTC FreeBSD ports repository Modified files: ftp/kpum Makefile distinfo pkg-plist Removed files: ftp/kpum/files patch-configure Log: - Update to version 0.5.3.1 PR: ports/88559 Submitted by: KATO Tsuguru

cvs commit: ports MOVED ports/net Makefile ports/net/aim Makefile distinfo pkg-descr pkg-plist ports/net/amsn Makefile distinfo pkg-descr pkg-plist ports/net/amsn/files Makefile.traydoc amsn logolinms

2005-11-08 Thread Pav Lucistnik
pav 2005-11-09 07:48:19 UTC FreeBSD ports repository Modified files: .MOVED net Makefile net-im Makefile net-im/aim Makefile net-im/amsn Makefile net-im/ari-yahoo Makefile net-i

cvs commit: src/sys/kern subr_power.c

2005-11-08 Thread Warner Losh
imp 2005-11-09 07:32:02 UTC FreeBSD src repository Modified files: sys/kern subr_power.c Log: Kick off the suspend sequence from the keyboard in a SWI rather than in the hardware interrupt context (even if it is likely just an ithread). We don't document that

cvs commit: src/sys/kern subr_sleepqueue.c

2005-11-08 Thread Warner Losh
imp 2005-11-09 07:28:52 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Clarify panic message, I parsed the old one 'trying to sleep while sleeping' Revision ChangesPath 1.21 +1 -1 src/sys/kern/subr_sleepqueue.c ___

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

2005-11-08 Thread Bruce Evans
On Tue, 8 Nov 2005, Nate Lawson wrote: Craig Rodrigues wrote: rodrigc 2005-11-09 02:26:38 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: For nmount(), allow a text string error message to be propagated back to user-space if a parameter named

cvs commit: ports/audio/alac distinfo ports/audio/faac distinfo ports/audio/faad distinfo ports/audio/grip distinfo ports/audio/libcddb distinfo ports/audio/libsamplerate distinfo ports/audio/libsndfi

2005-11-08 Thread Michael Johnson
ahze2005-11-09 07:09:47 UTC FreeBSD ports repository Modified files: audio/alac distinfo audio/faac distinfo audio/faad distinfo audio/grip distinfo audio/libcddbdistinfo audio/libsamplerate distinfo au

cvs commit: www/en/layout/css global.css

2005-11-08 Thread Marc Fonvieille
blackend2005-11-09 07:02:56 UTC FreeBSD doc repository Modified files: en/layout/cssglobal.css Log: Change font-size: 69%; for font-size: small; this should give a better rendering for IE and gecko based browsers (esp. if no minimum size font is defined) users. This

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

2005-11-08 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Nate Lawson writes: >While I don't have ideas for a better general mechanism for this, I >think it sets a bad precedent. We can't have every complex syscall >transporting its own error message strings back to the user program. >And we can't expand errno to be th

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

2005-11-08 Thread Jesus R. Camou
jcamou 2005-11-09 06:16:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Add solution to fix slow ssh and telnet. PR: docs/88686 Approved by:trhodes (mentor) Revision ChangesPath 1.766 +13 -1 doc/en

cvs commit: src/sys/i386/conf NOTES

2005-11-08 Thread Warner Losh
imp 2005-11-09 04:30:55 UTC FreeBSD src repository Modified files: sys/i386/confNOTES Log: Remove obsolete options Revision ChangesPath 1.1211+0 -1 src/sys/i386/conf/NOTES ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf XBOX src/sys/i386/i386 machdep.c pmap.c vm_machdep.c src/sys/i386/include xbox.h src/sys/i386/isa clock.c src/sys/i386/pci pci_cfgreg

2005-11-08 Thread Warner Losh
imp 2005-11-09 03:55:40 UTC FreeBSD src repository Modified files: sys/conf files.i386 options.i386 sys/i386/i386machdep.c pmap.c vm_machdep.c sys/i386/isa clock.c sys/i386/pci pci_cfgreg.c Added files: sys/i386/conf

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

2005-11-08 Thread Warner Losh
imp 2005-11-09 03:37:52 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Improve diagnostic message. Revision ChangesPath 1.304 +3 -2 src/sys/dev/pci/pci.c ___ cvs-all@freebsd.org maili

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

2005-11-08 Thread Jesus R. Camou
jcamou 2005-11-09 03:30:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook/sockets chapter.sgml Log: Update sockets. PR: docs/88507 Submitted by: Ulf Lilleengen <[EMAIL PROTECTED]> Approved by:trhodes (mentor)

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

2005-11-08 Thread Nate Lawson
Craig Rodrigues wrote: rodrigc 2005-11-09 02:26:38 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: For nmount(), allow a text string error message to be propagated back to user-space if a parameter named "errmsg" is passed into the iovec. U

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

2005-11-08 Thread Tom Rhodes
trhodes 2005-11-09 02:56:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml Log: Reword a paragraph to make it more clear, Use &os; in place of FreeBSD,

cvs commit: ports/lang/sbcl Makefile

2005-11-08 Thread Mark Linimon
linimon 2005-11-09 02:45:33 UTC FreeBSD ports repository Modified files: lang/sbclMakefile Log: Remove maintainer at his request. PR: ports/88701 Revision ChangesPath 1.23 +1 -1 ports/lang/sbcl/Makefile __

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

2005-11-08 Thread Jesus R. Camou
jcamou 2005-11-09 02:43:26 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml Log: o Remove old tags for packages. Use instead. o Add Ruby to the list of supported interpreters. Recommended by: trhodes Approved

cvs commit: ports/benchmarks/iperf distinfo ports/databases/pecl-sqlite distinfo ports/databases/py-MySQLdb distinfo ports/databases/py-MySQLdb-devel distinfo ports/databases/py-PySQLite10 distinfo po

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-09 02:32:50 UTC FreeBSD ports repository Modified files: benchmarks/iperf distinfo databases/pecl-sqlite distinfo databases/py-MySQLdb distinfo databases/py-MySQLdb-devel distinfo databases/py-PySQLite10 distinfo databases/py-PySQLite11 dis

cvs commit: src/sys/kern vfs_mount.c

2005-11-08 Thread Craig Rodrigues
rodrigc 2005-11-09 02:26:38 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: For nmount(), allow a text string error message to be propagated back to user-space if a parameter named "errmsg" is passed into the iovec. Used in conjunction with vf

cvs commit: ports/sysutils/p5-Schedule-At Makefile distinfo

2005-11-08 Thread Jun Kuriyama
kuriyama2005-11-09 01:51:02 UTC FreeBSD ports repository Modified files: sysutils/p5-Schedule-At Makefile distinfo Log: Upgrade to 1.06. Revision ChangesPath 1.10 +1 -1 ports/sysutils/p5-Schedule-At/Makefile 1.6 +3 -2 ports/sysutils/p5-Schedule-

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

2005-11-08 Thread Jun Kuriyama
kuriyama2005-11-09 01:49:39 UTC FreeBSD ports repository Modified files: devel/p5-Term-ReadPassword Makefile distinfo Log: Upgrade to 0.07. Revision ChangesPath 1.2 +1 -1 ports/devel/p5-Term-ReadPassword/Makefile 1.2 +3 -2 ports/devel/p5-Term-R

cvs commit: ports/textproc/sp Makefile distinfo ports/textproc/jade Makefile distinfo

2005-11-08 Thread Jun Kuriyama
kuriyama2005-11-09 01:41:43 UTC FreeBSD ports repository Modified files: textproc/sp Makefile distinfo textproc/jadeMakefile distinfo Log: - Add CONFLICTS between jade-1.* and sp-1.* (1) - Add more MASTER_SITES (2) - Quote BROKEN (2). - Add SHA256 chec

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

2005-11-08 Thread Mark Linimon
linimon 2005-11-09 01:25:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Update the section on creating new categories. Some of the information was redundant with text in the Porter's Handbook. Add text about what po

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

2005-11-08 Thread Mark Linimon
linimon 2005-11-09 01:20:12 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/version-guide article.sgml Log: Point to the newly created Security Branches link. Revision ChangesPath 1.9 +1 -1 doc/en_US.ISO8859-1/articles/version-guide/arti

cvs commit: ports/graphics/libexif-gtk Makefile distinfo ports/graphics/libexif-gtk/files patch-gtk-extensions::Makefile.in patch-libexif-gtk::Makefile.in

2005-11-08 Thread Pav Lucistnik
pav 2005-11-09 01:12:51 UTC FreeBSD ports repository Modified files: graphics/libexif-gtk Makefile distinfo Removed files: graphics/libexif-gtk/files patch-gtk-extensions::Makefile.in patch-libexif-gtk::Makefile.in Log: - Update to 0.3.5

cvs commit: ports/sysutils/serpentine Makefile

2005-11-08 Thread Michael Johnson
ahze2005-11-09 01:11:03 UTC FreeBSD ports repository Modified files: sysutils/serpentine Makefile Log: - Only allow WITH_MUINE if ARCH==i386 Revision ChangesPath 1.10 +2 -2 ports/sysutils/serpentine/Makefile _

cvs commit: ports/lang/gcc40 Makefile distinfo

2005-11-08 Thread Gerald Pfeifer
gerald 2005-11-09 01:02:14 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20051020 snapshot of GCC 4.0.3. Revision ChangesPath 1.229 +1 -1 ports/lang/gcc40/Makefile 1.130 +10 -10ports/lang/gcc

cvs commit: ports/audio/laudio distinfo

2005-11-08 Thread Pav Lucistnik
pav 2005-11-09 01:00:25 UTC FreeBSD ports repository Modified files: audio/laudio distinfo Log: - Add SHA256 checksum PR: ports/88695 Submitted by: Andrew Pantyukhin <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2 +1 -0

cvs commit: ports/math/eukleides Makefile distinfo

2005-11-08 Thread Pav Lucistnik
pav 2005-11-09 00:24:49 UTC FreeBSD ports repository Modified files: math/eukleides Makefile distinfo Log: - Update to 1.0.3 PR: ports/88562 Submitted by: Ports Fury Revision ChangesPath 1.11 +1 -1 ports/math/eukleides/Makefile

cvs commit: src/share/man/man4 twa.4

2005-11-08 Thread Vinod Kashyap
vkashyap2005-11-09 00:23:54 UTC FreeBSD src repository Modified files: share/man/man4 twa.4 Log: Added list of supported 9xxxSX models. Revision ChangesPath 1.5 +10 -0 src/share/man/man4/twa.4 ___ cvs-all@fre

cvs commit: ports/security/drweb-postfix Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/drweb-postfix/files 01.drweb-postfix.sh patch-aa

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-09 00:04:25 UTC FreeBSD ports repository Modified files: security/drweb-postfix Makefile distinfo pkg-descr pkg-plist Removed files: security/drweb-postfix pkg-message security/drweb-postfix/files 01.drweb-postfix.sh patch-aa Log: Update to 4.33 Use

Re: cvs commit: ports/databases/db distinfo ports/databases/postgresql-relay distinfo ports/deskutils/phpicalendar distinfo ports/devel/autobook distinfo ports/dns/dnstracer distinfo ports/dns/querype

2005-11-08 Thread Edwin Groothuis
On Tue, Nov 08, 2005 at 06:08:43PM -0500, Kris Kennaway wrote: > On Tue, Nov 08, 2005 at 09:45:49PM +, Edwin Groothuis wrote: > > edwin 2005-11-08 21:45:49 UTC > > > Log: > > Add SHA256 checksums to the distinfo files. > > > | --- ports/games/xrally/distinfo 2005/06/12 03:41:48

cvs commit: src/sys/kern vfs_aio.c

2005-11-08 Thread David Xu
davidxu 2005-11-08 23:48:32 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: In aio_waitcomplete, do not return EAGAIN if no other threads have started aio, instead, initialize aio management structure if it hasn't been done, the reason to adjust

cvs commit: ports/devel/sgb Makefile

2005-11-08 Thread Gerald Pfeifer
gerald 2005-11-08 23:48:32 UTC FreeBSD ports repository Modified files: devel/sgbMakefile Log: Adjust MASTER_SITES to server renaming at stanford.edu. Pointed out by: fenner (and his scripts) Revision ChangesPath 1.7 +1 -1 ports/devel/sgb/

cvs commit: ports/security/drweb Makefile distinfo pkg-plist

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 23:46:21 UTC FreeBSD ports repository Modified files: security/drweb Makefile distinfo pkg-plist Log: Fix order in rc script to prevent errors Bump PORTREVISION Use group in MASTER_SITES Make portlint happyer Add SHA256 PR: 88594

cvs commit: src/sys/kern sys_process.c

2005-11-08 Thread David Xu
davidxu 2005-11-08 23:28:12 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: Make sure pending SIGCHLD is removed from previous parent when process is attached or detached. Revision ChangesPath 1.133 +10 -1 src/sys/kern/sys_

cvs commit: ports/lang/gcc34 Makefile distinfo

2005-11-08 Thread Gerald Pfeifer
gerald 2005-11-08 23:27:47 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Log: Update to the 20051108 snapshot of GCC 3.4.5. Revision ChangesPath 1.223 +1 -1 ports/lang/gcc34/Makefile 1.127 +10 -10ports/lang

Re: cvs commit: ports/databases/db distinfo ports/databases/postgresql-relay distinfo ports/deskutils/phpicalendar distinfo ports/devel/autobook distinfo ports/dns/dnstracer distinfo ports/dns/querype

2005-11-08 Thread Kris Kennaway
On Tue, Nov 08, 2005 at 09:45:49PM +, Edwin Groothuis wrote: > edwin 2005-11-08 21:45:49 UTC > Log: > Add SHA256 checksums to the distinfo files. > | --- ports/games/xrally/distinfo 2005/06/12 03:41:48 1.2 > | +++ ports/games/xrally/distinfo 2005/11/08 21:45:45 1.3 >

cvs commit: ports/mail/balsa Makefile

2005-11-08 Thread Joe Marcus Clarke
marcus 2005-11-08 23:02:47 UTC FreeBSD ports repository Modified files: mail/balsa Makefile Log: Fix the balsa-specific icon cache creation. Reported by:pointyhat via kris Revision ChangesPath 1.105 +5 -1 ports/mail/balsa/Makefile

cvs commit: ports/security/nessus Makefile distinfo ports/security/nessus-libnasl Makefile distinfo ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins Makefile distinfo pk

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 22:59:19 UTC FreeBSD ports repository Modified files: security/nessus Makefile distinfo security/nessus-libnasl Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Log: Update to

cvs commit: www/en/platforms/amd64 motherboards.sgml

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 22:54:18 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: - Add entry for Gigabyte GA-K8VT800 Pro PR: www/88499 Submitted by: Andrew Pantyukhin <[EMAIL PROTECTED]> Revision ChangesPath 1.43

cvs commit: src/sys/conf files src/sys/dev/twa tw_cl.h tw_cl_externs.h tw_cl_fwif.h tw_cl_fwimg.c tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_ioctl.h tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw

2005-11-08 Thread Vinod Kashyap
vkashyap2005-11-08 22:51:43 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/twa tw_cl.h tw_cl_externs.h tw_cl_fwif.h tw_cl_fwimg.c tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_ioctl.h tw_cl_m

Re: cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Erik Trulsson
On Tue, Nov 08, 2005 at 10:12:26PM +, Scott Long wrote: > scottl 2005-11-08 22:12:26 UTC > > FreeBSD src repository > > Modified files: > sys/i386/confPAE > Log: > The hptmv inherently believes that a 'long' can hold a physical address. > This hasn't been true on i

cvs commit: ports/x11-themes/xfce4-icon-theme Makefile distinfo ports/x11/libxfce4util Makefile distinfo pkg-plist ports/x11/libxfce4mcs Makefile distinfo pkg-plist ports/x11-toolkits/libxfce4gui Make

2005-11-08 Thread Oliver Lehmann
oliver 2005-11-08 22:42:31 UTC FreeBSD ports repository Modified files: x11-themes/xfce4-icon-theme Makefile distinfo x11/libxfce4util Makefile distinfo pkg-plist x11/libxfce4mcs Makefile distinfo pkg-plist x11-toolkits/libxfce4gui Makefile distinfo misc/

cvs commit: ports/www/xshttpd Makefile distinfo

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 22:33:04 UTC FreeBSD ports repository Modified files: www/xshttpd Makefile distinfo Log: Update to 3.3g01 Add SHA256 PR: 88675 Submitted by: maintainer Revision ChangesPath 1.6 +2 -1 ports/www/xshttpd/Makef

cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Scott Long
scottl 2005-11-08 22:28:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confPAE Log: MFC: hptmv is not compatible with PAE. Noticed by: alc Revision ChangesPath 1.16.2.2 +1 -0 src/sys/i386/conf/PAE _

cvs commit: ports/mail/getmail Makefile distinfo pkg-plist

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 22:25:15 UTC FreeBSD ports repository Modified files: mail/getmail Makefile distinfo pkg-plist Log: Update to 4.4.0 Add SHA256 PR: 88691 Submitted by: Linh Pham <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.5

cvs commit: ports/lang/gcc41 Makefile distinfo pkg-plist

2005-11-08 Thread Gerald Pfeifer
gerald 2005-11-08 22:15:53 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo pkg-plist Log: Update to the 20051029 snapshot of GCC 4.1. This brings many bugfixes due to the stabilization work for the 4.1.0 release and also addresses some hi

cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Scott Long
scottl 2005-11-08 22:12:26 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: The hptmv inherently believes that a 'long' can hold a physical address. This hasn't been true on i386 for at least a decade, probably longer, but I'm too lazy to look up the

cvs commit: ports/math/freefem++ Makefile distinfo pkg-plist

2005-11-08 Thread Thierry Thomas
thierry 2005-11-08 22:07:02 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo pkg-plist Log: Upgrade to 2.0-4 and build the manual again. Revision ChangesPath 1.28 +15 -8 ports/math/freefem++/Makefile 1.12 +2 -2 p

cvs commit: ports/sysutils/newportsversioncheck Makefile

2005-11-08 Thread Edwin Groothuis
edwin 2005-11-08 22:05:41 UTC FreeBSD ports repository Modified files: sysutils/newportsversioncheck Makefile Log: use USE_SQLITE Revision ChangesPath 1.7 +2 -2 ports/sysutils/newportsversioncheck/Makefile ___ c

cvs commit: ports/sysutils/serpentine Makefile

2005-11-08 Thread Michael Johnson
ahze2005-11-08 22:03:00 UTC FreeBSD ports repository Modified files: sysutils/serpentine Makefile Log: - Add depends on gst-plugins-gnomevfs Revision ChangesPath 1.9 +2 -2 ports/sysutils/serpentine/Makefile _

cvs commit: ports/www/skytemplate Makefile distinfo pkg-plist

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 22:00:55 UTC FreeBSD ports repository Modified files: www/skytemplate Makefile distinfo pkg-plist Log: - Update to 1.4.0 PR: ports/86357 Submitted by: Mun-Kyo Seo <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2

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

2005-11-08 Thread Jesus R. Camou
jcamou 2005-11-08 21:57:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: o Fix path to XF86Config. o Fix punctuation mark. o Add a paragraph for Xorg's "InputDevice" configuration. Inspired by:docs/88556 Approved by:tr

cvs commit: ports/databases/db distinfo ports/databases/postgresql-relay distinfo ports/deskutils/phpicalendar distinfo ports/devel/autobook distinfo ports/dns/dnstracer distinfo ports/dns/queryperf d

2005-11-08 Thread Edwin Groothuis
edwin 2005-11-08 21:45:49 UTC FreeBSD ports repository Modified files: databases/db distinfo databases/postgresql-relay distinfo deskutils/phpicalendar distinfo devel/autobook distinfo dns/dnstracerdistinfo dns/queryperfdistinfo

cvs commit: ports/deskutils/notification-daemon Makefile distinfo

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 21:45:24 UTC FreeBSD ports repository Modified files: deskutils/notification-daemon Makefile distinfo Log: - Update to 0.2.4 PR: ports/88578 Submitted by: Andreas Kohn <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.8

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

2005-11-08 Thread Jesus R. Camou
jcamou 2005-11-08 21:43:48 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Correct path to XF86Config. Submitted by: Kevin Brunelle <[EMAIL PROTECTED]> Approved by:trhodes (mentor) Revision ChangesPath

Re: cvs commit: src/etc/rc.d pf

2005-11-08 Thread Yar Tikhiy
On Thu, Nov 03, 2005 at 01:17:49PM +, Ralf S. Engelschall wrote: > rse 2005-11-03 13:17:49 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d pf > Log: > There is no need to explicitly add "status" to $extra_commands in > the /etc/rc.d/pf script a

cvs commit: ports/lang/php_doc Makefile

2005-11-08 Thread Edwin Groothuis
edwin 2005-11-08 21:42:35 UTC FreeBSD ports repository Modified files: lang/php_doc Makefile Log: add makesum target to this port so it can generate the distinfos for all slaveports Revision ChangesPath 1.29 +15 -22ports/lang/php_doc/Makefile _

cvs commit: ports/mail/sylpheed Makefile distinfo

2005-11-08 Thread Oliver Lehmann
oliver 2005-11-08 21:40:58 UTC FreeBSD ports repository Modified files: mail/sylpheedMakefile distinfo Log: update to 1.0.6 Revision ChangesPath 1.103 +2 -2 ports/mail/sylpheed/Makefile 1.72 +2 -2 ports/mail/sylpheed/distinfo

cvs commit: CVSROOT modules

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 21:37:24 UTC FreeBSD ports repository Modified files: .modules Log: libsexy, libsexymm Revision ChangesPath 1.13542 +2 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list htt

cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/libsexy Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/libsexy/files patch-libsexy-sexy-icon-entry.c patch-libsexy-sexy-spell-entry

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 21:36:33 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/libsexy Makefile distinfo pkg-descr pkg-plist x11-toolkits/libsexy/files patch-libsexy-sexy-icon-entry.c patch-l

cvs commit: ports/mail/sylpheed2 Makefile distinfo ports/mail/sylpheed2/files patch-src-mimeview.c patch-src-summaryview.c

2005-11-08 Thread Oliver Lehmann
oliver 2005-11-08 21:35:23 UTC FreeBSD ports repository Modified files: mail/sylpheed2 Makefile distinfo Removed files: mail/sylpheed2/files patch-src-mimeview.c patch-src-summaryview.c Log: update to 2.0.4 Revision ChangesPath

cvs commit: ports/audio/xmms-cdparanoia Makefile

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 21:23:43 UTC FreeBSD ports repository Modified files: audio/xmms-cdparanoia Makefile Log: Mark as DEPRECATED PR: 88690 Submitted by: [EMAIL PROTECTED] Approved by:maintainer timeout, 15 days in PR 87951 Revision ChangesPath

cvs commit: ports/mail/postfix-policyd-sf Makefile distinfo

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 21:09:55 UTC FreeBSD ports repository Modified files: mail/postfix-policyd-sf Makefile distinfo Log: Update to 1.70 Add SHA256 PR: 88672 Submitted by: maintainer Revision ChangesPath 1.5 +1 -1 ports/mail/postfix-pol

cvs commit: ports/devel/py-yaml distinfo pkg-descr

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 21:03:35 UTC FreeBSD ports repository Modified files: devel/py-yamldistinfo pkg-descr Log: Update WWW Add SHA256 PR: 88689 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.4 +1 -0 ports/devel/py-yaml/d

cvs commit: ports/sysutils/ezjail Makefile distinfo pkg-plist

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 20:57:53 UTC FreeBSD ports repository Modified files: sysutils/ezjail Makefile distinfo pkg-plist Log: Update to 1.1 Add SHA256 PR: 88012 Submitted by: maintainer Revision ChangesPath 1.2 +1 -6 ports/sysutils/e

cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1

2005-11-08 Thread Kirill Ponomarew
krion 2005-11-08 20:48:26 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Log: Introduce 3 new options for pkg_create(1), -x for using basic regular expressions for pkg-name, -E for

cvs commit: www/en/security security.sgml

2005-11-08 Thread Simon L. Nielsen
simon 2005-11-08 20:39:23 UTC FreeBSD doc repository Modified files: en/security security.sgml Log: - Add support dates for 6.0-RELEASE and RELENG_6. - Add an anchor for the supported branches table. Dates confirmed by: cpervia Prodded by: lini

cvs commit: ports/audio/teknap distinfo pkg-descr

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 20:35:02 UTC FreeBSD ports repository Modified files: audio/teknap distinfo pkg-descr Log: Remove WWW Add SHA256 PR: 87941 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Approved by:maintainer timeout, 15 days Revi

cvs commit: ports/audio/xmms-speex distinfo pkg-descr

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 20:31:07 UTC FreeBSD ports repository Modified files: audio/xmms-speex distinfo pkg-descr Log: Remove WWW Add SHA256 PR: 87953 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Approved by:maintainer timeout, 15 days Revi

cvs commit: ports/audio/xmms-midi distinfo pkg-descr

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 20:28:04 UTC FreeBSD ports repository Modified files: audio/xmms-midi distinfo pkg-descr Log: Remove WWW Add SHA256 PR: 87952 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Approved by:maintainer timeout, 15 days Revi

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

2005-11-08 Thread Marcus Alves Grando
Add SHA256 too Marcus Alves Grando wrote: mnag2005-11-08 20:00:35 UTC FreeBSD ports repository Modified files: mail/squirrelmail-compatibility-plugin Makefile distinfo pkg-plist Log: Fix permissions [1] Update to 2.0.2 [2]

cvs commit: src/sys/contrib/pf/net if_pflog.c if_pfsync.c src/sys/net if_bridge.c if_bridgevar.h if_clone.c if_clone.h if_disc.c if_faith.c if_gif.c if_gre.c if_ppp.c if_stf.c if_var.h if_vlan.c src/s

2005-11-08 Thread Andrew Thompson
thompsa 2005-11-08 20:08:34 UTC FreeBSD src repository Modified files: sys/contrib/pf/net if_pflog.c if_pfsync.c sys/net if_bridge.c if_bridgevar.h if_clone.c if_clone.h if_disc.c if_faith.c if_gif.c if_gre.c if_p

cvs commit: ports/www/lynx Makefile distinfo ports/www/lynx/files patch-src__HTInit.c

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 20:08:13 UTC FreeBSD ports repository Modified files: www/lynx Makefile distinfo Added files: www/lynx/files patch-src__HTInit.c Log: Add support to application/xhtml+xml Bump PORTREVISION Add SHA256 PR: 87694 Sub

cvs commit: ports/palm/prc-tools Makefile

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 20:06:11 UTC FreeBSD ports repository Modified files: palm/prc-tools Makefile Log: - Fix broken condition: OSVERSION >= 70 not 7 Submitted by: Christian Laursen Pointy hat to: sem Revision ChangesPath 1.46 +1 -1 por

PR 60307 - quick fix, can anyone take a look

2005-11-08 Thread James Pool
i filed this about 2 years ago: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/60307 revision "b" of the Siemens ss1021 802.11b wireless card has a different product code (0x3021) than the first version (0x0002). just saw in 6-RELEASE it has yet to be implemented. if someone has the tout

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

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 20:00:35 UTC FreeBSD ports repository Modified files: mail/squirrelmail-compatibility-plugin Makefile distinfo pkg-plist Log: Fix permissions [1] Update to 2.0.2 [2] PR: 87606 Submitted by: Gora

cvs commit: ports/www/screem Makefile distinfo pkg-plist ports/www/screem/files patch-src_readtags.c

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 19:53:28 UTC FreeBSD ports repository Modified files: www/screem Makefile distinfo pkg-plist Removed files: www/screem/files patch-src_readtags.c Log: - Update to 0.16.0 PR: ports/88566 Submitted by: Ports Fury Rev

cvs commit: ports/multimedia/lxdvdrip Makefile

2005-11-08 Thread Tilman Linneweh
arved 2005-11-08 19:40:45 UTC FreeBSD ports repository Modified files: multimedia/lxdvdrip Makefile Log: Add another mastersite PR: 88682 Submitted by: Serge Gagnon <[EMAIL PROTECTED]> Revision ChangesPath 1.8 +2 -1 ports/multimedia/

cvs commit: ports/devel/google-sparsehash Makefile distinfo

2005-11-08 Thread Tilman Linneweh
arved 2005-11-08 19:38:24 UTC FreeBSD ports repository Modified files: devel/google-sparsehash Makefile distinfo Log: Update to 0.3 PR: 88592 Submitted by: Vasil Dimov <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +1 -1 ports/devel/goo

cvs commit: ports/sysutils/ipa Makefile

2005-11-08 Thread Tilman Linneweh
arved 2005-11-08 19:29:01 UTC FreeBSD ports repository Modified files: sysutils/ipa Makefile Log: Fix build on FreeBSD >=6: * Disable IPFilter, because IPA does not support ipf 4.x * Enable IPFW2 PR: 88656 Submitted by: Andrey Simonenko <[EMAIL

cvs commit: ports/www/phpbb Makefile distinfo ports/www/phpbb/files patch-includes-sessions.php

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 19:26:55 UTC FreeBSD ports repository Modified files: www/phpbbMakefile distinfo www/phpbb/files patch-includes-sessions.php Log: Update to 2.0.18 Add SHA256 PR: 87372 Submitted by: Ed Schouten <[EMAIL PROTECTED]>

cvs commit: CVSROOT modules

2005-11-08 Thread Tilman Linneweh
arved 2005-11-08 19:15:26 UTC FreeBSD ports repository Modified files: .modules Log: wbxml2 --> ports/textproc/wbxml2 Revision ChangesPath 1.13541 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/textproc Makefile ports/textproc/wbxml2 Makefile distinfo pkg-descr pkg-plist

2005-11-08 Thread Tilman Linneweh
arved 2005-11-08 19:15:12 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/wbxml2 Makefile distinfo pkg-descr pkg-plist Log: Add wbxml2, conversiontools for converting between xml and wbxml PR: 88537

cvs commit: ports/deskutils/nautilus-sendto Makefile

2005-11-08 Thread Michael Johnson
ahze2005-11-08 19:02:20 UTC FreeBSD ports repository Modified files: deskutils/nautilus-sendto Makefile Log: - Remove RUN_DEPENDS=${BUILD_DEPENDS} so we don't depend on gmake/libtool etc. Revision ChangesPath 1.12 +2 -1 ports/deskutils/nautilus-sendt

cvs commit: ports/security/krb5 Makefile ports/security/krb5/files patch-lib::gssapi::krb5::import_name.c

2005-11-08 Thread Cy Schubert
cy 2005-11-08 18:51:23 UTC FreeBSD ports repository Modified files: security/krb5Makefile Added files: security/krb5/files patch-lib::gssapi::krb5::import_name.c Log: Fix FreeBSD-4.11 build problem PR: 87888 Revision ChangesPath 1

cvs commit: ports/lang/sbcl Makefile distinfo ports/lang/sbcl/files patch-src__runtime__GNUmakefile

2005-11-08 Thread Marcus Alves Grando
mnag2005-11-08 18:47:52 UTC FreeBSD ports repository Modified files: lang/sbclMakefile distinfo Removed files: lang/sbcl/files patch-src__runtime__GNUmakefile Log: Fix build and respect CFLAGS Add SHA256 Notified by:kris Revision Chang

cvs commit: ports/editors/joe Makefile

2005-11-08 Thread Pav Lucistnik
pav 2005-11-08 18:39:51 UTC FreeBSD ports repository Modified files: editors/joe Makefile Log: - Allow slave to override PKGORIGIN Reported by:chkversion script Revision ChangesPath 1.21 +1 -1 ports/editors/joe/Makefile

cvs commit: ports/lang/logo Makefile pkg-plist

2005-11-08 Thread Tilman Linneweh
arved 2005-11-08 18:35:42 UTC FreeBSD ports repository Modified files: lang/logoMakefile pkg-plist Log: Don't touch share/nls/POSIX and share/nls/en_US.US-ASCII Bump PORTREVISION Revision ChangesPath 1.36 +1 -0 ports/lang/logo/Makefile 1.9

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

2005-11-08 Thread Vitaly Bogdanov
bvs 2005-11-08 18:26:29 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Correct the surname of Sergey Glushchenko < deen (at) smz.com.ua > Submitted by: Sergey Glushchenko < deen (at) smz.com.ua > Approved

cvs commit: www/ru Makefile community.sgml includes.navcommunity.sgml includes.navsupport.sgml includes.sgml includes.xsl support.sgml www/ru/community Makefile irc.sgml mailinglists.sgml newsgroups.s

2005-11-08 Thread Vitaly Bogdanov
bvs 2005-11-08 18:22:24 UTC FreeBSD doc repository Modified files: ru Makefile includes.navcommunity.sgml includes.navsupport.sgml includes.sgml includes.xsl support.sgml Added files: ru

cvs commit: ports/sysutils/gkfreq Makefile distinfo ports/sysutils/gkfreq/files Makefile patch-Makefile patch-gkfreq.c

2005-11-08 Thread Hajimu UMEMOTO
ume 2005-11-08 18:16:44 UTC FreeBSD ports repository Modified files: sysutils/gkfreq Makefile distinfo sysutils/gkfreq/files patch-gkfreq.c Added files: sysutils/gkfreq/files patch-Makefile Removed files: sysutils/gkfreq/files Makefile Log: update to 1

cvs commit: ports/mail/sylpheed-claws Makefile distinfo

2005-11-08 Thread Alexander Leidinger
netchild2005-11-08 18:15:14 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws Makefile distinfo Log: Update to 1.9.100. Security:buffer overflow fix in 'Import LDIF/Mutt/Pine file' (address book) Revision ChangesPath 1.81 +1 -1 port

Re: cvs commit: ports/print/pips-sc60s distinfo ports/print/pips-sc65_66s distinfo ports/print/pips-sc80s distinfo ports/print/pips-sc84_83s distinfo ports/print/pips-sc85_86s distinfo ports/print/pip

2005-11-08 Thread Hajimu UMEMOTO
Hi, > On Tue, 8 Nov 2005 12:07:51 -0500 > Kris Kennaway <[EMAIL PROTECTED]> said: kris> [1 ] kris> On Tue, Nov 08, 2005 at 04:30:49PM +, Hajimu UMEMOTO wrote: > Log: > add SHA256. kris> This seemed to contain an unrelated change: > | --- ports/print/pips900/distinfo2005/02

cvs commit: ports/print/pips900 distinfo

2005-11-08 Thread Hajimu UMEMOTO
ume 2005-11-08 18:08:01 UTC FreeBSD ports repository Modified files: print/pips900distinfo Log: re-calculate checksum. The previous value was calculated from old archive accidentally. Noticed by: kris Revision ChangesPath 1.8 +3 -3 p

cvs commit: ports/sysutils/xfce4-minicmd-plugin Makefile distinfo

2005-11-08 Thread Alex Dupre
ale 2005-11-08 18:05:20 UTC FreeBSD ports repository Modified files: sysutils/xfce4-minicmd-plugin Makefile distinfo Log: Update to 0.3.0 release. Submitted by: Lapo Luchini <[EMAIL PROTECTED]> Approved by:maintainer Revision ChangesPath 1.8 +1

Re: cvs commit: ports/misc Makefile ports/misc/biblical-curse Makefile pkg-descr pkg-plist ports/misc/biblical-curse/src biblical-curse

2005-11-08 Thread Ion-Mihai Tetcu
On Tue, 8 Nov 2005 17:34:51 + (UTC) Anton Berezin <[EMAIL PROTECTED]> wrote: > tobez 2005-11-08 17:34:51 UTC > > FreeBSD ports repository > > Modified files: > misc Makefile > Added files: > misc/biblical-curse Makefile pkg-descr pkg-plist > misc/bi

cvs commit: ports/devel/p5-POE-Exceptions Makefile distinfo

2005-11-08 Thread Sergey Skvortsov
skv 2005-11-08 17:48:06 UTC FreeBSD ports repository Modified files: devel/p5-POE-Exceptions Makefile distinfo Log: Update to 0.0401 Revision ChangesPath 1.3 +1 -1 ports/devel/p5-POE-Exceptions/Makefile 1.4 +3 -2 ports/devel/p5-POE-Exceptio

  1   2   3   >