cvs commit: src/etc network.subr src/etc/defaults rc.conf src/share/man/man5 rc.conf.5

2006-04-12 Thread Brooks Davis
brooks 2006-04-13 06:50:47 UTC FreeBSD src repository Modified files: etc network.subr etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Commit the various network interface configutation updates I've been working on. 1) Make it po

cvs commit: src/sbin/geom/core geom.c

2006-04-12 Thread Pawel Jakub Dawidek
pjd 2006-04-13 06:36:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sbin/geom/core geom.c Log: MFC:sbin/geom/core/geom.c 1.26 Fix an off-by-one error causing geom(8) utilities to fail or crash in random situations. Approved b

cvs commit: src/sbin/geom/core geom.c

2006-04-12 Thread Pawel Jakub Dawidek
pjd 2006-04-13 06:36:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/geom/core geom.c Log: MFC:sbin/geom/core/geom.c 1.26 Fix an off-by-one error causing geom(8) utilities to fail or crash in random situations. Approved by:

cvs commit: ports/games/flightgear-aircrafts Makefile distinfo

2006-04-12 Thread Jean-Yves Lefort
jylefort2006-04-13 06:30:34 UTC FreeBSD ports repository Modified files: games/flightgear-aircrafts Makefile distinfo Log: Update to 20060413 Fetch failures reported by: pointyhat via kris Revision ChangesPath 1.7 +62 -63ports/games/flightgear-aircr

Re: cvs commit: src/sys/dev/pccbb pccbb.c

2006-04-12 Thread Christian Brueffer
On Wed, Apr 12, 2006 at 04:22:41PM -0700, Sam Leffler wrote: > M. Warner Losh wrote: > >In message: <[EMAIL PROTECTED]> > >Christian Brueffer <[EMAIL PROTECTED]> writes: > >: On Thu, Mar 30, 2006 at 04:25:45AM +, Warner Losh wrote: > >: > imp 2006-03-30 04:25:45 UTC > >: >

cvs commit: src/contrib/sendmail FREEBSD-upgrade

2006-04-12 Thread Gregory Neil Shapiro
gshapiro2006-04-13 04:12:38 UTC FreeBSD src repository Modified files: contrib/sendmail FREEBSD-upgrade Log: Add a note regarding bumping the freebsd*mc files for mergemaster's sake. Revision ChangesPath 1.30 +5 -1 src/contrib/sendmail/FREEBSD-upgrade __

cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc

2006-04-12 Thread Gregory Neil Shapiro
gshapiro2006-04-13 04:08:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) etc/sendmail freebsd.mc freebsd.submit.mc Log: Forced commit to bump the $FreeBSD$ version so mergemaster merges /etc/mail/freebsd.cf and /etc/mail/freebsd.submit.cf. P

cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc

2006-04-12 Thread Gregory Neil Shapiro
gshapiro2006-04-13 04:08:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) etc/sendmail freebsd.mc freebsd.submit.mc Log: Forced commit to bump the $FreeBSD$ version so mergemaster merges /etc/mail/freebsd.cf and /etc/mail/freebsd.submit.cf. P

cvs commit: src/usr.sbin/wpa/wpa_supplicant Packet32.c

2006-04-12 Thread Ken Smith
kensmith2006-04-13 04:06:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) usr.sbin/wpa/wpa_supplicant Packet32.c Log: MFC 1.3: adapt PacketGetAdapterNames to 0.4.8 calling convention Approved by:re (scottl) Submitted by: sam (who got HEAD/REL

cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc

2006-04-12 Thread Gregory Neil Shapiro
gshapiro2006-04-13 04:04:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/sendmail freebsd.mc freebsd.submit.mc Log: Forced commit to bump the $FreeBSD$ version so mergemaster merges /etc/mail/freebsd.cf and /etc/mail/freebsd.submit.cf. P

cvs commit: ports/net/asterisk/files asterisk.sh.in

2006-04-12 Thread Maxim Sobolev
sobomax 2006-04-13 04:00:49 UTC FreeBSD ports repository Modified files: net/asterisk/files asterisk.sh.in Log: 1. PROVIDE -> PROVIDE:. 2. Remove bogus BEFORE. 3. More sensible REQUIRE. PR: 94673 Submitted by: Sean Winn <[EMAIL PROTECTED]> Re

cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc

2006-04-12 Thread Gregory Neil Shapiro
gshapiro2006-04-13 04:00:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) etc/sendmail freebsd.mc freebsd.submit.mc Log: Forced commit to bump the $FreeBSD$ version so mergemaster merges /etc/mail/freebsd.cf and /etc/mail/freebsd.submit.cf.

cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc

2006-04-12 Thread Gregory Neil Shapiro
gshapiro2006-04-13 03:56:03 UTC FreeBSD src repository Modified files: etc/sendmail freebsd.mc freebsd.submit.mc Log: Forced commit to bump the $FreeBSD$ version so mergemaster merges /etc/mail/freebsd.cf and /etc/mail/freebsd.submit.cf. PR: conf/95634

cvs commit: ports/net/ortp Makefile distinfo pkg-plist ports/net/ortp/files patch-ltmain.sh

2006-04-12 Thread Maxim Sobolev
sobomax 2006-04-13 03:54:16 UTC FreeBSD ports repository Modified files: net/ortp Makefile distinfo pkg-plist Added files: net/ortp/files patch-ltmain.sh Log: Update to 0.9.1. Submitted by: Yi-Huan Chan Revision ChangesPath 1.11 +1

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

2006-04-12 Thread Alan Cox
alc 2006-04-13 03:31:48 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Include opt_pmap.h for PMAP_SHPGPERPROC. PR: 94509 Revision ChangesPath 1.545 +1 -0 src/sys/amd64/amd64/pmap.c ___

cvs commit: src/lib/libpthread/thread thr_cond.c thr_mutex.c

2006-04-12 Thread Xin LI
delphij 2006-04-13 03:09:34 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_cond.c thr_mutex.c Log: Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY. Ok'ed by: davidxu Revision ChangesPath 1.55 +4 -4 src/lib/libpthread/thread/

Re: cvs commit: src/sys/dev/pccbb pccbb.c

2006-04-12 Thread Niki Denev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Christian Brueffer <[EMAIL PROTECTED]> writes: > : On Thu, Mar 30, 2006 at 04:25:45AM +, Warner Losh wrote: > : > imp 2006-03-30 04:25:45 UTC > : > > : > FreeBSD src r

cvs commit: ports/security/bruteforceblocker Makefile

2006-04-12 Thread Edwin Groothuis
edwin 2006-04-12 23:31:39 UTC FreeBSD ports repository Modified files: security/bruteforceblocker Makefile Log: On request of maintianer, also remove the dependency on p5-File-Tail Revision ChangesPath 1.9 +1 -2 ports/security/bruteforceblocker/Makefile _

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

2006-04-12 Thread Renato Botelho
garga 2006-04-12 23:29:04 UTC FreeBSD ports repository Modified files: www/pmwiki Makefile distinfo pkg-plist Log: - Update to 2.1.5 PR: ports/95667 Submitted by: maintainer Revision ChangesPath 1.8 +1 -2 ports/www/pmwiki/Ma

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

2006-04-12 Thread Renato Botelho
garga 2006-04-12 23:26:29 UTC FreeBSD ports repository Modified files: www/phpwiki13Makefile distinfo pkg-plist Log: - Update to 1.3.12p2 - Respect NOPORTDOCS PR: ports/95664 Submitted by: maintainer Revision ChangesPath 1.16 +1 -

Re: cvs commit: src/sys/dev/pccbb pccbb.c

2006-04-12 Thread Sam Leffler
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Christian Brueffer <[EMAIL PROTECTED]> writes: : On Thu, Mar 30, 2006 at 04:25:45AM +, Warner Losh wrote: : > imp 2006-03-30 04:25:45 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pccb

cvs commit: ports/security/bruteforceblocker Makefile

2006-04-12 Thread Edwin Groothuis
edwin 2006-04-12 22:41:32 UTC FreeBSD ports repository Modified files: security/bruteforceblocker Makefile Log: Reinstate maintainer, seems it was his secondary MX host which complained. Revision ChangesPath 1.8 +1 -1 ports/security/bruteforceblocker/Make

cvs commit: ports/games/wolf3d Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/wolf3d/files patch-Makefile pkg-message.in wolf3d.in

2006-04-12 Thread Alejandro Pulver
alepulver2006-04-12 22:25:35 UTC FreeBSD ports repository Modified files: games/wolf3d Makefile distinfo pkg-descr pkg-plist games/wolf3d/files wolf3d.in Added files: games/wolf3d/files patch-Makefile pkg-message.in Removed files: games/wolf3d pk

cvs commit: ports/games/quakeforge Makefile pkg-plist ports/games/quakeforge/files pkg-message.in

2006-04-12 Thread Alejandro Pulver
alepulver2006-04-12 22:15:10 UTC FreeBSD ports repository Modified files: games/quakeforge Makefile pkg-plist Added files: games/quakeforge/files pkg-message.in Log: - Use NOT_FOR_ARCHS instead of BROKEN on sparc64. - Remove USE_REINPLACE. - Add pkg-message (proces

Re: cvs commit: src/sys/dev/pccbb pccbb.c

2006-04-12 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Christian Brueffer <[EMAIL PROTECTED]> writes: : On Thu, Mar 30, 2006 at 04:25:45AM +, Warner Losh wrote: : > imp 2006-03-30 04:25:45 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pccbbpccbb.c : >

cvs commit: ports/games/quake2forge Makefile

2006-04-12 Thread Alejandro Pulver
alepulver2006-04-12 22:06:20 UTC FreeBSD ports repository Modified files: games/quake2forgeMakefile Log: Fix extra parenthesis. Revision ChangesPath 1.24 +1 -1 ports/games/quake2forge/Makefile ___ cvs-all@freeb

cvs commit: ports/games/quake2forge Makefile pkg-message pkg-plist ports/games/quake2forge/files patch-src__gl_fxmesa.c patch-src__gl_glx.c

2006-04-12 Thread Alejandro Pulver
alepulver2006-04-12 21:56:09 UTC FreeBSD ports repository Modified files: games/quake2forgeMakefile pkg-message pkg-plist Added files: games/quake2forge/files patch-src__gl_fxmesa.c patch-src__gl_glx.c Log: - Remove USE_REINPLACE. - Insta

Re: cvs commit: ports/www Makefile

2006-04-12 Thread Renato Botelho
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Apr 12, 2006 at 09:12:49PM +, Marcus Alves Grando wrote: > mnag2006-04-12 21:12:49 UTC > > FreeBSD ports repository > > Modified files: > www Makefile > Log: > - Disconnect mediawiki15 temporarily to

Re: cvs commit: src/sys/dev/pccbb pccbb.c

2006-04-12 Thread Christian Brueffer
On Wed, Apr 12, 2006 at 11:28:43PM +0200, Christian Brueffer wrote: > On Thu, Mar 30, 2006 at 04:25:45AM +, Warner Losh wrote: > > imp 2006-03-30 04:25:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/pccbbpccbb.c > > Log: > > On some lapt

Re: cvs commit: src/sys/dev/pccbb pccbb.c

2006-04-12 Thread Christian Brueffer
On Thu, Mar 30, 2006 at 04:25:45AM +, Warner Losh wrote: > imp 2006-03-30 04:25:45 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pccbbpccbb.c > Log: > On some laptops, under very high loads, the socket event register read > in the ISR doesn't read

cvs commit: src/sys/boot/arm/at91/inc AT91RM9200.h

2006-04-12 Thread Warner Losh
imp 2006-04-12 21:23:36 UTC FreeBSD src repository Added files: sys/boot/arm/at91/inc AT91RM9200.h Log: Common register definition for AT91RM9200 Revision ChangesPath 1.1 +2747 -0 src/sys/boot/arm/at91/inc/AT91RM9200.h (new) ___

cvs commit: src/sys/boot/arm/at91/boot0 Makefile README arm_init.s at91rm9200_lowlevel.c at91rm9200_lowlevel.h lib.c lib.h linker.cfg main.c xmodem.c xmodem.h

2006-04-12 Thread Warner Losh
imp 2006-04-12 21:22:44 UTC FreeBSD src repository Added files: sys/boot/arm/at91/boot0 Makefile README arm_init.s at91rm9200_lowlevel.c at91rm9200_lowlevel.h lib.c lib.h linker.cfg main.c xmode

cvs commit: ports/www Makefile

2006-04-12 Thread Marcus Alves Grando
mnag2006-04-12 21:12:49 UTC FreeBSD ports repository Modified files: www Makefile Log: - Disconnect mediawiki15 temporarily to fix INDEX build. jmelo@ will update www/mediawiki to 1.6 and connect again. Revision ChangesPath 1.1354+0 -1 p

cvs commit: ports/math/freefem++ Makefile distinfo pkg-plist ports/math/freefem++/files patch-src_Makefile.in patch-src_mpi_Makefile.in

2006-04-12 Thread Thierry Thomas
thierry 2006-04-12 21:10:29 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo pkg-plist math/freefem++/files patch-src_Makefile.in Added files: math/freefem++/files patch-src_mpi_Makefile.in Log: Upgrade to V2.6-1. Changelog at <

cvs commit: ports/irc/solid-ircd Makefile distinfo pkg-plist

2006-04-12 Thread Oliver Lehmann
oliver 2006-04-12 20:31:09 UTC FreeBSD ports repository Modified files: irc/solid-ircd Makefile distinfo pkg-plist Log: update to 3.4.7a PR: ports/95657 Submitted by: maintainer Revision ChangesPath 1.2 +3 -3 ports/irc/solid-ircd

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

2006-04-12 Thread Joel Dahl
joel2006-04-12 20:09:35 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml Log: Move nsayer and jennifer to the Development Team Alumni. Revision Ch

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

2006-04-12 Thread Joel Dahl
joel2006-04-12 20:00:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.develalumni.sgml Log: Remove three "Unclassified commit bit" comments. Revision ChangesPath 1.16 +3 -3 doc/en_US.ISO8859-1/articles/contribu

cvs commit: src/sbin/ggate Makefile src/usr.bin Makefile src/usr.sbin Makefile

2006-04-12 Thread Ruslan Ermilov
ru 2006-04-12 19:52:34 UTC FreeBSD src repository Modified files: sbin/ggate Makefile usr.bin Makefile usr.sbin Makefile Log: libc_r is no longer provided, and on alpha and sparc64, libthr is (sym)linked to libpthread. Account

cvs commit: src/lib/libc_r Makefile

2006-04-12 Thread Ruslan Ermilov
ru 2006-04-12 19:51:14 UTC FreeBSD src repository Modified files: lib/libc_r Makefile Log: Fix a symlink. Revision ChangesPath 1.44 +1 -1 src/lib/libc_r/Makefile ___ cvs-all@freebsd.org mailing list

cvs commit: src/lib/libpthread Makefile src/lib/libthr Makefile

2006-04-12 Thread Ruslan Ermilov
ru 2006-04-12 19:42:20 UTC FreeBSD src repository Modified files: lib/libpthread Makefile lib/libthr Makefile Log: Install shared libpthread library into /lib; needed by some /sbin programs. Revision ChangesPath 1.58 +1 -0 src/lib

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread Alexander Leidinger
Am Wed, 12 Apr 2006 09:40:15 -0600 schrieb Scott Long <[EMAIL PROTECTED]>: > Alexander Leidinger wrote: > > Harti Brandt <[EMAIL PROTECTED]> wrote: > > > >> There is very good article in the last C't (www.heise.de/ct, but the > >> article is only in the printed version) which explains all the dif

cvs commit: CVSROOT modules ports/www Makefile ports/www/mediawiki15 Makefile

2006-04-12 Thread Renato Botelho
garga 2006-04-12 18:51:36 UTC FreeBSD ports repository Modified files: .modules www Makefile www/mediawiki15 Makefile Log: Repocopy www/mediawiki -> www/mediawiki15 in preparation to update www/mediawiki to 1.6 series.

cvs commit: src/share/man/man7 hier.7

2006-04-12 Thread Christian Brueffer
brueffer2006-04-12 18:41:25 UTC FreeBSD src repository Modified files: share/man/man7 hier.7 Log: Document the bluetooth/, rc.d/, security/ and ssh/ etc subdirectories. Prodded by: markus MFC after: 3 days Revision ChangesPath 1.116 +16 -2

cvs commit: src/sys/dev/mii brgphy.c

2006-04-12 Thread Paul Saab
ps 2006-04-12 18:38:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/dev/mii brgphy.c Log: MFC rev 1.40: Fix the PHY support for the 5780. Approved by:re Revision ChangesPath 1.34.2.3.2.2 +1 -0 src/sys/dev/

cvs commit: src/sys/dev/mii brgphy.c

2006-04-12 Thread Paul Saab
ps 2006-04-12 18:38:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii brgphy.c Log: MFC rev 1.40: Fix the PHY support for the 5780. Approved by:re Revision ChangesPath 1.34.2.5 +1 -0 src/sys/dev/mii/brgphy

cvs commit: src/sys/dev/mii brgphy.c

2006-04-12 Thread Paul Saab
ps 2006-04-12 18:34:01 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c Log: Fix the PHY support for the 5780. I mis-merged this from my sources. Revision ChangesPath 1.41 +1 -0 src/sys/dev/mii/brgphy.c _

cvs commit: ports/cad/xcircuit Makefile distinfo pkg-plist

2006-04-12 Thread Jean Milanez Melo
jmelo 2006-04-12 18:16:43 UTC FreeBSD ports repository Modified files: cad/xcircuit Makefile distinfo pkg-plist Log: - Update to 3.4.21. - portlint(1). PR: ports/95592 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Approved by:mnag (mentor)

cvs commit: ports/databases/postgis Makefile distinfo

2006-04-12 Thread Jean Milanez Melo
jmelo 2006-04-12 18:14:47 UTC FreeBSD ports repository Modified files: databases/postgisMakefile distinfo Log: - Update to 1.1.2. PR: ports/95486 Submitted by: Anderson S. Ferreira <[EMAIL PROTECTED]> (maintainer) Approved by:mnag (mentor) Re

cvs commit: ports/emulators/stella Makefile distinfo pkg-plist

2006-04-12 Thread Jean Milanez Melo
jmelo 2006-04-12 18:13:29 UTC FreeBSD ports repository Modified files: emulators/stella Makefile distinfo pkg-plist Log: - Update to 2.2. - portlint(1). PR: ports/95591 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Approved by:mnag (mentor)

cvs commit: ports/sysutils/ipa Makefile distinfo pkg-plist ports/sysutils/ipa/files ipa.in ipa.sh patch-memfunc.c patch-parser.c

2006-04-12 Thread Jean Milanez Melo
jmelo 2006-04-12 18:11:36 UTC FreeBSD ports repository Modified files: sysutils/ipa Makefile distinfo pkg-plist Added files: sysutils/ipa/files ipa.in Removed files: sysutils/ipa/files ipa.sh patch-memfunc.c patch-parser.c Log: - Update to 2.0.1. - R

cvs commit: src/share/man/man4 Makefile bce.4 src/sys/amd64/conf GENERIC src/sys/conf files options src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h src/sys/dev/mii brgphy.c miidevs src/sys/i386/conf G

2006-04-12 Thread Paul Saab
ps 2006-04-12 18:09:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man4 Makefile sys/amd64/conf GENERIC sys/conf files options sys/dev/mii brgphy.c miidevs sys/i386/confGENERIC

cvs commit: ports/graphics/wxsvg Makefile

2006-04-12 Thread Michael Johnson
ahze2006-04-12 17:48:11 UTC FreeBSD ports repository Modified files: graphics/wxsvg Makefile Log: - Move running libtoolize from post-patch to pre-configure to ensure libtoolize is there. Reported by:kris via pointyhat Revision ChangesPath 1.6

cvs commit: src/share/man/man4 Makefile bce.4 src/sys/amd64/conf GENERIC src/sys/conf files options src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h src/sys/dev/mii brgphy.c miidevs src/sys/i386/conf G

2006-04-12 Thread Paul Saab
ps 2006-04-12 17:45:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 Makefile sys/amd64/conf GENERIC sys/conf files options sys/dev/mii brgphy.c miidevs sys/i386/confGENERIC sy

cvs commit: src/usr.sbin/wpa/wpa_supplicant Packet32.c

2006-04-12 Thread Sam Leffler
sam 2006-04-12 17:21:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/wpa/wpa_supplicant Packet32.c Log: MFC 1.3: adapt PacketGetAdapterNames to 0.4.8 calling convention Approved by:re (scottl) Revision ChangesPath 1.2.2.2

cvs commit: src/usr.sbin/wpa/wpa_supplicant Packet32.c

2006-04-12 Thread Sam Leffler
sam 2006-04-12 17:12:05 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_supplicant Packet32.c Log: adapt PacketGetAdapterNames to 0.4.8 calling convention PR: bin/94735 Submitted by: Scot Hetzel <[EMAIL PROTECTED]> Requested by: scottl

cvs commit: ports/textproc/redland Makefile distinfo pkg-plist

2006-04-12 Thread Emanuel Haupt
ehaupt 2006-04-12 17:03:01 UTC FreeBSD ports repository Modified files: textproc/redland Makefile distinfo pkg-plist Log: Update to 1.0.3 PR: 95480 Submitted by: Charles Swiger <[EMAIL PROTECTED]> Revision ChangesPath 1.27 +1 -2 por

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread Wes Peters
On Apr 11, 2006, at 5:18 AM, John Baldwin wrote: On Tuesday 11 April 2006 12:39 am, Maxim Sobolev wrote: sobomax 2006-04-11 04:39:29 UTC FreeBSD src repository Modified files: sys/boot/i386/cdboot cdboot.s Log: When enabling A20 put upper limit on amount of time we wait for t

cvs commit: ports/www/eaccelerator Makefile distinfo pkg-plist ports/www/eaccelerator/files patch-ea_restore.c

2006-04-12 Thread Marcus Alves Grando
mnag2006-04-12 16:41:08 UTC FreeBSD ports repository Modified files: www/eaccelerator Makefile distinfo pkg-plist Removed files: www/eaccelerator/files patch-ea_restore.c Log: - Update to 0.9.5-beta2 (PHP 5.1 compatible) - Show ${INSTALL_*} command PR:

cvs commit: ports/devel/rubygem-rake Makefile distinfo pkg-plist

2006-04-12 Thread Pav Lucistnik
pav 2006-04-12 16:26:10 UTC FreeBSD ports repository Modified files: devel/rubygem-rake Makefile distinfo pkg-plist Log: - Update to 0.7.1 PR: ports/95642 Submitted by: Jonathan Weiss <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.7

cvs commit: CVSROOT access.unclassified

2006-04-12 Thread Warner Losh
imp 2006-04-12 16:08:56 UTC FreeBSD src repository Modified files: .access.unclassified Log: After further analysis, semenu, dbaker, reg haven't committed in about 3 years, so reclaim the bits for safe keeping. Approved by:core@ Revision C

cvs commit: ports/security/uvscan-dat Makefile distinfo

2006-04-12 Thread James E. Housley
jeh 2006-04-12 16:06:18 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4739 Revision ChangesPath 1.524 +1 -1 ports/security/uvscan-dat/Makefile 1.519 +3 -3 ports/security/uvscan-dat/distin

cvs commit: CVSROOT access

2006-04-12 Thread Warner Losh
imp 2006-04-12 15:55:50 UTC FreeBSD src repository Modified files: .access Log: jesper@ has indicated that he won't be needing his commit bit for a while, so return it to core@ for safe keeping. Approved by:core@ Revision ChangesPath

cvs commit: ports/graphics/bugle Makefile distinfo

2006-04-12 Thread Emanuel Haupt
ehaupt 2006-04-12 15:47:03 UTC FreeBSD ports repository Modified files: graphics/bugle Makefile distinfo Log: Update to 0.0.20060224 PR: 93832 Submitted by: Erik Greenwald <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.16 +10

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread Scott Long
Alexander Leidinger wrote: Harti Brandt <[EMAIL PROTECTED]> wrote: There is very good article in the last C't (www.heise.de/ct, but the article is only in the printed version) which explains all the different Yes! Now I remember where I've read about it... Anyone care to provide a translat

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread Alexander Leidinger
Harti Brandt <[EMAIL PROTECTED]> wrote: There is very good article in the last C't (www.heise.de/ct, but the article is only in the printed version) which explains all the different Yes! Now I remember where I've read about it... versions of the HT bits and processor enumeration variants for

cvs commit: ports/lang/php4 Makefile.ext ports/lang/php5 Makefile.ext

2006-04-12 Thread Alex Dupre
ale 2006-04-12 15:24:13 UTC FreeBSD ports repository Modified files: lang/php4Makefile.ext lang/php5Makefile.ext Log: Bump ming shared library version after recent update. Spotted by: Gianpaolo Del Matto <[EMAIL PROTECTED]> Revision

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread Harti Brandt
On Wed, 12 Apr 2006, Alexander Leidinger wrote: AL>John Baldwin <[EMAIL PROTECTED]> wrote: AL> AL>> On Tuesday 11 April 2006 23:40, Maxim Sobolev wrote: AL> AL>> > BTW, can you please take a look at the problem with SMP bootstrap on AL>> > Aplintel notebooks? For some reason our SMP kernel can't s

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread John Baldwin
On Wednesday 12 April 2006 11:00, Alexander Leidinger wrote: > John Baldwin <[EMAIL PROTECTED]> wrote: > > > On Tuesday 11 April 2006 23:40, Maxim Sobolev wrote: > > >> BTW, can you please take a look at the problem with SMP bootstrap on > >> Aplintel notebooks? For some reason our SMP kernel can

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread Alexander Leidinger
John Baldwin <[EMAIL PROTECTED]> wrote: On Tuesday 11 April 2006 23:40, Maxim Sobolev wrote: BTW, can you please take a look at the problem with SMP bootstrap on Aplintel notebooks? For some reason our SMP kernel can't start the second processor. You can find more details here: http://groups

Re: cvs commit: src/usr.sbin/syslogd syslogd.c

2006-04-12 Thread Brooks Davis
On Tue, Apr 11, 2006 at 11:58:02PM -0500, Christian S.J. Peron wrote: > Brooks Davis wrote: > >On Fri, Mar 31, 2006 at 09:06:32AM +, Robert Watson wrote: > > > >>On Fri, 31 Mar 2006, Peter Jeremy wrote: > >> > >> > >>>On Thu, 2006-Mar-30 21:04:52 +, Christian S.J. Peron wrote: > >>>

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread John Baldwin
On Tuesday 11 April 2006 23:40, Maxim Sobolev wrote: > John Baldwin wrote: > > On Tuesday 11 April 2006 17:03, Maxim Sobolev wrote: > >> John Baldwin wrote: > >>> On Tuesday 11 April 2006 10:34, Maxim Sobolev wrote: > boo1 does the same - timeout loop. My small research seemingly suggests > >

cvs commit: ports/dns/totd Makefile

2006-04-12 Thread Emanuel Haupt
ehaupt 2006-04-12 13:44:09 UTC FreeBSD ports repository Modified files: dns/totd Makefile Log: This port is now maintained by the submitter of the last update. Agreed on: irc Revision ChangesPath 1.21 +1 -1 ports/dns/totd/Makefile

(no subject)

2006-04-12 Thread lake linus
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubs

cvs commit: ports/dns/totd Makefile ports/dns/totd/files patch-totd.c

2006-04-12 Thread Emanuel Haupt
ehaupt 2006-04-12 13:28:00 UTC FreeBSD ports repository Modified files: dns/totd Makefile Added files: dns/totd/files patch-totd.c Log: - Fix build on -CURRENT. GCC raises a warning at totd.c:507; tv_sec is a time_t, not a long - Respect CC (self)

Re: cvs commit: ports/sysutils/sysupdate Makefile distinfo

2006-04-12 Thread Vasil Dimov
On Wed, Apr 12, 2006 at 01:24:18PM +, Vasil Dimov wrote: > vd 2006-04-12 13:24:18 UTC [...] > Submitted by: Tigger <[EMAIL PROTECTED]> Submitted by: Tigger <[EMAIL PROTECTED]> (maintainer) ___ cvs-all@freebsd.org mailing list http://

cvs commit: ports/sysutils/sysupdate Makefile distinfo

2006-04-12 Thread Vasil Dimov
vd 2006-04-12 13:24:18 UTC FreeBSD ports repository Modified files: sysutils/sysupdate Makefile distinfo Log: Update from 0.3 to 0.3.2 PR: ports/95649 Submitted by: Tigger <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +1 -1 ports/

cvs commit: ports/textproc/p5-dTemplate Makefile distinfo pkg-plist

2006-04-12 Thread Anton Berezin
tobez 2006-04-12 13:08:01 UTC FreeBSD ports repository Modified files: textproc/p5-dTemplate Makefile distinfo pkg-plist Log: Update to 2.4. Assign maintainer to [EMAIL PROTECTED] Require perl from ports. Revision ChangesPath 1.7 +9 -3 ports/textproc/p

cvs commit: CVSROOT modules

2006-04-12 Thread Hajimu UMEMOTO
ume 2006-04-12 13:02:55 UTC FreeBSD ports repository Modified files: .modules Log: nss_resinit --> ports/dns/nss_resinit Revision ChangesPath 1.14624 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/dns Makefile ports/dns/nss_resinit Makefile distinfo pkg-descr

2006-04-12 Thread Hajimu UMEMOTO
ume 2006-04-12 13:02:44 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/nss_resinit Makefile distinfo pkg-descr Log: Add new port -- Resolver re-initialization NSS module. Revision ChangesPath 1.59 +1 -0

Re: cvs commit: src/lib/libc/sparc64 Symbol.map

2006-04-12 Thread Daniel Eischen
On Wed, 12 Apr 2006, Marius Strobl wrote: On Tue, Apr 11, 2006 at 05:24:34PM -0400, Daniel Eischen wrote: On Tue, 11 Apr 2006, Marius Strobl wrote: marius 2006-04-11 19:43:36 UTC FreeBSD src repository Modified files: lib/libc/sparc64 Symbol.map Log: - Move _Qp_* and __dtoul

cvs commit: ports/misc/rfc Makefile distinfo

2006-04-12 Thread Emanuel Haupt
ehaupt 2006-04-12 12:19:26 UTC FreeBSD ports repository Modified files: misc/rfc Makefile distinfo Log: - Update to 3.2.3 - Attempt removal of rfc-index upon uninstall - Remove obsolete USE_REINPLACE PR: 94531 Submitted by: Sean Farley <[EMAI

cvs commit: src/sys/geom/eli g_eli.c

2006-04-12 Thread Pawel Jakub Dawidek
pjd 2006-04-12 12:18:45 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: Pass BIO_GETATTR requests down. MFC after: 1 week Revision ChangesPath 1.22 +14 -5 src/sys/geom/eli/g_eli.c

cvs commit: src/sys/fs/devfs devfs.h

2006-04-12 Thread Pawel Jakub Dawidek
pjd 2006-04-12 12:17:29 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h Log: Remove unused prototypes. Revision ChangesPath 1.29 +0 -2 src/sys/fs/devfs/devfs.h ___ cvs-all@freebsd.org ma

cvs commit: src/sys/crypto/via padlock.c

2006-04-12 Thread Pawel Jakub Dawidek
pjd 2006-04-12 12:13:34 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: On padlock initialization, allocate memory with M_WAITOK. Revision ChangesPath 1.2 +1 -5 src/sys/crypto/via/padlock.c

cvs commit: src/sys/dev/bge if_bgereg.h

2006-04-12 Thread Pawel Jakub Dawidek
pjd 2006-04-12 12:12:44 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Correct an obvious typo. MFC after: 1 week Revision ChangesPath 1.47 +1 -1 src/sys/dev/bge/if_bgereg.h

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

2006-04-12 Thread Pav Lucistnik
pav 2006-04-12 12:05:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Mention NO_FILTER_SHLIBS PR: docs/95644 (based on) Submitted by: Jean-Baptiste Quenot <[EMAIL PROTECTED]> Revision Changes

cvs commit: src/etc/rc.d nsswitch

2006-04-12 Thread Hajimu UMEMOTO
ume 2006-04-12 12:01:53 UTC FreeBSD src repository Modified files: etc/rc.d nsswitch Log: Remove an inappropriate comment which is put into generated host.conf. Someone may want to edit it later. Requested by: Rostislav Krasny Revision Changes

cvs commit: ports/games/kiki Makefile

2006-04-12 Thread Volker Stolz
vs 2006-04-12 11:54:06 UTC FreeBSD ports repository Modified files: games/kiki Makefile Log: - Process only specific files by USE_DOS2UNIX (USE_DOS2UNIX=yes corrupts binary files) - Bump portrevision PR: ports/95451 Submitted by: maintainer

cvs commit: ports/net/p5-Net-Whois-Raw Makefile distinfo

2006-04-12 Thread Anton Berezin
tobez 2006-04-12 11:37:10 UTC FreeBSD ports repository Modified files: net/p5-Net-Whois-Raw Makefile distinfo Log: Update to 1.05. Require perl from ports due to a dependency. Revision ChangesPath 1.10 +8 -2 ports/net/p5-Net-Whois-Raw/Makefile 1.11

cvs commit: ports/games/quetoo Makefile

2006-04-12 Thread Alexey Dokuchaev
danfe 2006-04-12 11:23:50 UTC FreeBSD ports repository Modified files: games/quetoo Makefile Log: Fix the build. Reported by:krismail Revision ChangesPath 1.3 +3 -3 ports/games/quetoo/Makefile _

cvs commit: ports/textproc/p5-XML-SAX-ExpatXS Makefile distinfo

2006-04-12 Thread Sergey Skvortsov
skv 2006-04-12 10:22:03 UTC FreeBSD ports repository Modified files: textproc/p5-XML-SAX-ExpatXS Makefile distinfo Log: Update to 1.20 Revision ChangesPath 1.14 +3 -3 ports/textproc/p5-XML-SAX-ExpatXS/Makefile 1.12 +3 -3 ports/textproc/p5-XML

cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo ports/databases/p5-DBD-SQLite/files patch-Makefile.PL patch-dbdimp.c

2006-04-12 Thread Anton Berezin
tobez 2006-04-12 10:12:45 UTC FreeBSD ports repository Modified files: databases/p5-DBD-SQLite Makefile distinfo databases/p5-DBD-SQLite/files patch-Makefile.PL Removed files: databases/p5-DBD-SQLite/files patch-dbdimp.c Log: Update to 1.12. Revision Changes

cvs commit: ports/graphics/xaralx Makefile distinfo

2006-04-12 Thread Vasil Dimov
vd 2006-04-12 09:48:23 UTC FreeBSD ports repository Modified files: graphics/xaralx Makefile distinfo Log: Update from 0.4r790 to 0.4r798 I think I will stick this port to the XaraLX recommended version which is currently 0.4r798 and maybe create xaralx-devel por

cvs commit: ports/textproc/galax Makefile

2006-04-12 Thread Volker Stolz
vs 2006-04-12 09:44:35 UTC FreeBSD ports repository Modified files: textproc/galax Makefile Log: Do not use JDK 1.5 until I have time to find out what it's doing different to previous versions. Revision ChangesPath 1.11 +1 -1 ports/textproc/gala

cvs commit: ports/graphics/batik Makefile

2006-04-12 Thread Volker Stolz
vs 2006-04-12 09:42:34 UTC FreeBSD ports repository Modified files: graphics/batik Makefile Log: Restrict to JAVA_VERSION=1.3 1.4: Does not build with JDK 1.5 (setting -source 1.4 is not sufficient) Revision ChangesPath 1.5 +1 -1 ports/graphics

cvs commit: ports/devel/ruby-gems Makefile.common

2006-04-12 Thread Pav Lucistnik
pav 2006-04-12 09:42:24 UTC FreeBSD ports repository Modified files: devel/ruby-gems Makefile.common Log: - Introduce more PLIST_SUB variables PR: ports/95538 Submitted by: Jonathan Weiss <[EMAIL PROTECTED]> (maintainer) Revision ChangesPat

cvs commit: ports/lang/linux-j Makefile

2006-04-12 Thread Volker Stolz
vs 2006-04-12 08:49:16 UTC FreeBSD ports repository Modified files: lang/linux-j Makefile Log: Band aid: bin/jconsole CONFLICTS with recently released diablo-jdk-1.5.0 Revision ChangesPath 1.14 +2 -0 ports/lang/linux-j/Makefile _

cvs commit: ports/devel/p5-Class-Autouse Makefile distinfo

2006-04-12 Thread Anton Berezin
tobez 2006-04-12 08:46:41 UTC FreeBSD ports repository Modified files: devel/p5-Class-Autouse Makefile distinfo Log: Update to 1.25. Require perl from ports. Revision ChangesPath 1.16 +8 -2 ports/devel/p5-Class-Autouse/Makefile 1.17 +3 -3 port

cvs commit: ports/dns/h2n Makefile distinfo pkg-plist

2006-04-12 Thread Volker Stolz
vs 2006-04-12 08:43:09 UTC FreeBSD ports repository Modified files: dns/h2n Makefile distinfo Removed files: dns/h2n pkg-plist Log: Use tarball released by O'Reilly. Nuke two-line pkg-plist while here. Pet portlint. Revision Changes

cvs commit: ports/devel/p5-Set-Array Makefile distinfo

2006-04-12 Thread Anton Berezin
tobez 2006-04-12 08:43:00 UTC FreeBSD ports repository Modified files: devel/p5-Set-Array Makefile distinfo Log: Update to 0.14. Revision ChangesPath 1.3 +7 -5 ports/devel/p5-Set-Array/Makefile 1.4 +3 -3 ports/devel/p5-Set-Array/distinfo __

  1   2   >