cvs commit: src/lib/libarchive archive_private.h

2005-11-07 Thread Tim Kientzle
kientzle2005-11-08 07:44:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_private.h Log: Bump the maximum number of archive formats that can be enabled at one time from 4 to 8. Revision ChangesPath 1.21 +1 -1 src/lib/libarchive/ar

cvs commit: src/lib/libarchive archive_read_support_compression_compress.c

2005-11-07 Thread Tim Kientzle
kientzle2005-11-08 07:42:42 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_compression_compress.c Log: Correctly clean up if gzip format gets mis-identified as compress format. (This can only happen in the pathalog

cvs commit: src/lib/libarchive archive.h.in archive_read_support_format_cpio.c archive_read_support_format_iso9660.c

2005-11-07 Thread Tim Kientzle
kientzle2005-11-08 07:41:03 UTC FreeBSD src repository Modified files: lib/libarchive archive.h.in archive_read_support_format_cpio.c archive_read_support_format_iso9660.c Log: Fine-tune the format detection for CPIO and I

cvs commit: ports/devel/py-istring pkg-descr

2005-11-07 Thread Andrej Zverev
az 2005-11-08 07:40:49 UTC FreeBSD ports repository Modified files: devel/py-istring pkg-descr Log: - Fix WWW in pkg_descr PR: ports/88617 Submitted by: Jean Milanez Melo Approved by:sem (mentor, implicitly) Revision ChangesPath 1.3

cvs commit: ports/databases/libgda2/files patch-doc::libgda-C.omf.in patch-libgda__gda-value.c patch-providers__mysql__gda-mysql-recordset.c

2005-11-07 Thread Alexander Nedotsukov
bland 2005-11-08 07:32:40 UTC FreeBSD ports repository Added files: databases/libgda2/files patch-libgda__gda-value.c patch-providers__mysql__gda-mysql-recordset.c Removed files: databases/libgda2/files patch-doc::libgda-C.omf.in Log: - Fix b

cvs commit: ports/x11-toolkits/wxgtk26 Makefile ports/x11-toolkits/wxgtk26/files patch-src-common-intl.cpp ports/x11-toolkits/wxgtk26-unicode Makefile

2005-11-07 Thread Max Khon
fjoe2005-11-08 07:28:39 UTC FreeBSD ports repository Modified files: x11-toolkits/wxgtk26 Makefile x11-toolkits/wxgtk26-unicode Makefile Added files: x11-toolkits/wxgtk26/files patch-src-common-intl.cpp Log: Add a patch from WX_2_6_BRANCH: src/common/intl.cpp

cvs commit: src/sys/powerpc/powerpc mmu_oea.c

2005-11-07 Thread Peter Grehan
grehan 2005-11-08 06:49:45 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Name change from pmap_* to moea_* to fit into the new order of mmu implementation. This code handles the 32-bit 'OEA' MMU found on G2/G3/G4 PPC cores. Revision

cvs commit: src/sys/conf files.powerpc src/sys/powerpc/include mmuvar.h pmap.h src/sys/powerpc/powerpc machdep.c mmu_if.m pmap_dispatch.c

2005-11-07 Thread Peter Grehan
grehan 2005-11-08 06:48:08 UTC FreeBSD src repository Modified files: sys/conf files.powerpc sys/powerpc/include pmap.h sys/powerpc/powerpc machdep.c Added files: sys/powerpc/include mmuvar.h sys/powerpc/powerpc mmu_if.m pmap_dispatch.c Log:

cvs commit: ports/graphics/gtkcairo Makefile ports/graphics/gtkcairo/files patch-gtkcairo::gdkcairo.c patch-gtkcairo_gtkcairo.c

2005-11-07 Thread Michael Johnson
ahze2005-11-08 06:46:52 UTC FreeBSD ports repository Modified files: graphics/gtkcairoMakefile graphics/gtkcairo/files patch-gtkcairo::gdkcairo.c Added files: graphics/gtkcairo/files patch-gtkcairo_gtkcairo.c Log: - Fix build with latest cairo Reported by

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

2005-11-07 Thread Mike Silbersack
On Tue, 8 Nov 2005, Alan Cox wrote: If a physical page is mapped by two or more virtual addresses, transmitted by the zero-copy sockets method, and written to before the transmission completes, we need to destroy all of the existing mappings to the page, not just the one that we fault on.

cvs commit: src/sys/vm vm_page.c

2005-11-07 Thread Alan Cox
alc 2005-11-08 06:33:21 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: If a physical page is mapped by two or more virtual addresses, transmitted by the zero-copy sockets method, and written to before the transmission completes, we need to

cvs commit: ports/lang/gambas Makefile distinfo ports/lang/gambas/files patch-src_exec_Makefile.in patch-src_exec_gbx_math.c

2005-11-07 Thread Thierry Thomas
thierry 2005-11-08 06:09:30 UTC FreeBSD ports repository Modified files: lang/gambas Makefile distinfo Added files: lang/gambas/filespatch-src_exec_Makefile.in patch-src_exec_gbx_math.c Log: Upgrade to 1.0.12. Changelog at

cvs commit: ports MOVED

2005-11-07 Thread Kris Kennaway
kris2005-11-08 06:09:07 UTC FreeBSD ports repository Modified files: .MOVED Log: Add the results of the recent port reaping session. Revision ChangesPath 1.799 +109 -1ports/MOVED ___ cvs-all@f

cvs commit: ports/devel/bouml Makefile distinfo pkg-plist

2005-11-07 Thread Thierry Thomas
thierry 2005-11-08 06:08:59 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.7.3. Changelog at . Revision ChangesPath 1.19 +1 -1 ports/devel/bouml/Makefil

cvs commit: src/sys/powerpc/powerpc mmu_oea.c

2005-11-07 Thread Peter Grehan
grehan 2005-11-08 04:20:49 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Forced commit to note that this file has been repo-copied from pmap.c Revision ChangesPath 1.102 +0 -0 src/sys/powerpc/powerpc/mmu_oea.c _

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2005-11-07 Thread Craig Rodrigues
rodrigc 2005-11-08 04:13:39 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Add utility function to propagate mount errors as text string messages. Discussed with: phk Revision ChangesPath

cvs commit: src/sys/dev/si si_pci.c

2005-11-07 Thread Craig Rodrigues
rodrigc 2005-11-08 04:11:50 UTC FreeBSD src repository Modified files: sys/dev/si si_pci.c Log: Add #nclude to pick up definitions for PCIR_BAR and PCIR_SUBVEND_0. Revision ChangesPath 1.8 +1 -0 src/sys/dev/si/si_pci.c _

cvs commit: src/lib/libarchive archive_entry.c archive_read_support_format_tar.c archive_write_set_format_pax.c archive_write_set_format_ustar.c

2005-11-07 Thread Tim Kientzle
kientzle2005-11-08 03:52:42 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_read_support_format_tar.c archive_write_set_format_pax.c archive_write_set_format_ustar.c

cvs commit: ports/www/web2ldap Makefile distinfo pkg-install pkg-plist

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 03:26:59 UTC FreeBSD ports repository Modified files: www/web2ldap Makefile distinfo pkg-plist Added files: www/web2ldap pkg-install Log: Update to 0.16.0 Reorganize Makefile Use pkg-install to create some dirs PR: 88

cvs commit: ports/sysutils/portmanager Makefile

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 03:15:23 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile Log: Change post-configure externVars.h.in to externVars.h Submitted by: maintainer via email. Revision ChangesPath 1.40 +2 -1 ports/sysutils/portma

cvs commit: ports/ftp/pftpd Makefile

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 02:48:07 UTC FreeBSD ports repository Modified files: ftp/pftpdMakefile Log: Use mkstemp() instead of mktemp() Bump PORTREVISION PR: 88633 Submitted by: chinsan <[EMAIL PROTECTED]> Revision ChangesPath 1.12 +4

cvs commit: ports/devel/commoncpp Makefile distinfo

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 02:36:28 UTC FreeBSD ports repository Modified files: devel/commoncpp Makefile distinfo Log: Update to 1.3.21 PR: 88632 Submitted by: Nicolas Blais <[EMAIL PROTECTED]> Revision ChangesPath 1.26 +1 -1 ports/devel/c

cvs commit: ports/sysutils/portmanager Makefile distinfo

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 02:23:38 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile distinfo Log: Update to 0.3.3 Take MAINTAINER PR: 88630 Submitted by: Michael C. Shultz <[EMAIL PROTECTED]> Revision ChangesPath 1.39 +3

cvs commit: ports/www/mod_frontpage2-rtr Makefile

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 02:07:12 UTC FreeBSD ports repository Modified files: www/mod_frontpage2-rtr Makefile Log: Update maintainer's email PR: 88624 Submitted by: Scot W. Hetzel <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2 +1 -1

cvs commit: ports/www/mod_frontpage-rtr Makefile

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 02:04:52 UTC FreeBSD ports repository Modified files: www/mod_frontpage-rtr Makefile Log: Update maintainer's email PR: 88624 Submitted by: Scot W. Hetzel <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2 +1 -1

cvs commit: ports/devel/py-resourcepackage pkg-descr

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-08 01:55:20 UTC FreeBSD ports repository Modified files: devel/py-resourcepackage pkg-descr Log: Fix wrong WWW PR: 88620 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +1 -1 ports/devel/py-r

cvs commit: ports/mail/mail-notification pkg-plist

2005-11-07 Thread Jean-Yves Lefort
jylefort2005-11-08 01:53:33 UTC FreeBSD ports repository Modified files: mail/mail-notification pkg-plist Log: Fix the packing list when Evolution support is enabled. Revision ChangesPath 1.13 +2 -2 ports/mail/mail-notification/pkg-plist

cvs commit: CVSROOT modules

2005-11-07 Thread Jean-Yves Lefort
jylefort2005-11-08 01:36:37 UTC FreeBSD ports repository Modified files: .modules Log: openser --> ports/net/openser Revision ChangesPath 1.13538 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org maili

cvs commit: ports/net Makefile ports/net/openser Makefile distinfo pkg-descr ports/net/openser/files patch-Makefile patch-Makefile.defs pkg-deinstall.in pkg-install.in

2005-11-07 Thread Jean-Yves Lefort
jylefort2005-11-08 01:35:43 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/openser Makefile distinfo pkg-descr net/openser/filespatch-Makefile patch-Makefile.defs pkg-deinstall.in pkg-insta

cvs commit: src/sys/amd64/amd64 cpu_switch.S machdep.c

2005-11-07 Thread David Xu
davidxu 2005-11-08 00:55:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/amd64 cpu_switch.S machdep.c Log: Merge cpu_swtch.S:1.154, machdep.c:1.642 from HEAD: Micro optimization for context switch. Revision ChangesPath

cvs commit: ports/x11/xlockmore distinfo

2005-11-07 Thread Pav Lucistnik
pav 2005-11-07 22:47:42 UTC FreeBSD ports repository Modified files: x11/xlockmoredistinfo Log: - Distfile was rerolled, no content change Reported by:krismail Submitted by: Andrew P. <[EMAIL PROTECTED]> Revision ChangesPath 1.54 +2 -2

cvs commit: src/sys/dev/si sireg.h

2005-11-07 Thread John Baldwin
jhb 2005-11-07 21:53:58 UTC FreeBSD src repository Modified files: sys/dev/si sireg.h Log: Use PCIR_xxx constants for PCI config space header registers rather than magic numbers. Revision ChangesPath 1.11 +3 -3 src/sys/dev/si/sireg.h

cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c

2005-11-07 Thread John Baldwin
jhb 2005-11-07 21:52:06 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_resource.c Log: *sigh* Revert stuff that wasn't supposed to be committed. The acpi_resource change was a minor nit offered as an early candidate for the recent ACPICA imp

cvs commit: src/sys/dev/acpica acpi.c acpi_pcib.c acpi_resource.c

2005-11-07 Thread John Baldwin
jhb 2005-11-07 21:48:45 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_pcib.c acpi_resource.c Log: Work around at least one busted BIOS. If we get a source index in a _PRT entry that is not zero, assume that it is really a hard-wired IRQ (commo

Re: cvs commit: ports/x11-toolkits/irrlicht Makefile

2005-11-07 Thread Simon Barner
Simon Barner wrote: > barner 2005-11-07 19:47:21 UTC > > FreeBSD ports repository > > Modified files: > x11-toolkits/irrlicht Makefile > Log: > Add -fPIC to CFLAGS (for ia64). I should clarify: Add -fPIC in the ia64 case. -- Best regards / Viele Grüße,

cvs commit: ports/net/trafshow Makefile ports/net/trafshow/files patch-trafshow.c

2005-11-07 Thread Jean-Yves Lefort
jylefort2005-11-07 21:33:44 UTC FreeBSD ports repository Modified files: net/trafshow Makefile Added files: net/trafshow/files patch-trafshow.c Log: Workaround bpf non-blocking brokenness (kern/84823). Submitted by: Rudolf Cejka <[EMAIL PROTECTED]> Re

cvs commit: ports/devel/p5-Curses-Application pkg-descr

2005-11-07 Thread Anton Berezin
tobez 2005-11-07 21:16:31 UTC FreeBSD ports repository Modified files: devel/p5-Curses-Application pkg-descr Log: Fix WWW. PR: 88611 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +1 -1 ports/devel/p5-Cur

cvs commit: ports/devel/p5-Curses-Forms pkg-descr

2005-11-07 Thread Anton Berezin
tobez 2005-11-07 21:12:24 UTC FreeBSD ports repository Modified files: devel/p5-Curses-Forms pkg-descr Log: Update WWW. PR: 88612 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +1 -1 ports/devel/p5-Curses

cvs commit: ports/net/asterisk Makefile ports/net/asterisk/files patch-Makefile

2005-11-07 Thread Maxim Sobolev
sobomax 2005-11-07 21:06:12 UTC FreeBSD ports repository Modified files: net/asterisk Makefile net/asterisk/files patch-Makefile Log: Add support for amd64 (untested). No PORTREVISION bump since it doesn't affect already supported arches. Submitted by: Dav

cvs commit: ports/mail/mail-notification Makefile

2005-11-07 Thread Jean-Yves Lefort
jylefort2005-11-07 21:06:10 UTC FreeBSD ports repository Modified files: mail/mail-notification Makefile Log: Fix Evolution 2.4.x support. Revision ChangesPath 1.29 +5 -0 ports/mail/mail-notification/Makefile ___ c

cvs commit: ports/Mk bsd.openssl.mk

2005-11-07 Thread Dirk Meyer
dinoex 2005-11-07 20:58:17 UTC FreeBSD ports repository Modified files: Mk bsd.openssl.mk Log: - force FreeBSD 6.0 to use 0.9.7 - honor WITHOUT_OPENSSL_097 Revision ChangesPath 1.25 +7 -1 ports/Mk/bsd.openssl.mk _

cvs commit: ports/mail/sylpheed2 Makefile

2005-11-07 Thread Oliver Lehmann
oliver 2005-11-07 20:54:32 UTC FreeBSD ports repository Modified files: mail/sylpheed2 Makefile Log: CFLAGS adjusted because sylpheed needs pthread if GnomeVFS is installed Submitted by: jylefort Revision ChangesPath 1.128 +5 -3 ports/mail/sylph

cvs commit: ports/databases/ruby-dbdbd Makefile

2005-11-07 Thread Brooks Davis
brooks 2005-11-07 20:46:15 UTC FreeBSD ports repository Modified files: databases/ruby-dbdbd Makefile Log: The main MASTER_SITE is gone at the moment, but there's a cached copy in the RAA so add that to the list. Keep the old one around in hopes that it appears again.

cvs commit: ports/security/vuxml vuln.xml

2005-11-07 Thread Remko Lodder
remko 2005-11-07 20:44:06 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document qpopper -- multiple privilege escalation vulnerabilities. Note that the current version is not affected anymore. Revision ChangesPat

cvs commit: www/en/gnome screenshots.sgml

2005-11-07 Thread Joe Marcus Clarke
marcus 2005-11-07 20:41:34 UTC FreeBSD doc repository Modified files: en/gnome screenshots.sgml Log: Remove trailing whitespace. Revision ChangesPath 1.59 +2 -2 www/en/gnome/screenshots.sgml ___ cvs-al

cvs commit: www/en/gnome screenshots.sgml

2005-11-07 Thread Joe Marcus Clarke
marcus 2005-11-07 20:41:19 UTC FreeBSD doc repository Modified files: en/gnome screenshots.sgml Log: Use the correct GNOME version. Revision ChangesPath 1.58 +2 -2 www/en/gnome/screenshots.sgml ___ cvs

cvs commit: ports/x11-toolkits/gtk20 Makefile

2005-11-07 Thread Jean-Yves Lefort
jylefort2005-11-07 20:30:32 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile Log: Fix the file chooser in gtk-demo. Revision ChangesPath 1.160 +5 -0 ports/x11-toolkits/gtk20/Makefile ___ cv

cvs commit: ports/deskutils/plans Makefile

2005-11-07 Thread Edwin Groothuis
edwin 2005-11-07 20:14:53 UTC FreeBSD ports repository Modified files: deskutils/plans Makefile Log: We have a new maintainer! From: "Andrew P." <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: deskutils/plans I'll take it. Revision Ch

cvs commit: ports/devel/omniORB Makefile ports/devel/omniORB/files patch-undef_minor_macro

2005-11-07 Thread Sergey Matveychuk
sem 2005-11-07 20:10:38 UTC FreeBSD ports repository Modified files: devel/omniORBMakefile Added files: devel/omniORB/files patch-undef_minor_macro Log: - Unbreak on -CURRENT (minor() macro problem) - Respect CFLAGS Revision ChangesPath 1.38

cvs commit: ports/x11-toolkits/irrlicht Makefile

2005-11-07 Thread Simon Barner
barner 2005-11-07 19:47:21 UTC FreeBSD ports repository Modified files: x11-toolkits/irrlicht Makefile Log: Add -fPIC to CFLAGS (for ia64). Since `irrlicht' is a port that consists of a shared library only (and a few header files, of course), it's ok to do it in the ports Ma

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

2005-11-07 Thread James E. Housley
jeh 2005-11-07 19:33:42 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4622 Revision ChangesPath 1.442 +1 -1 ports/security/uvscan-dat/Makefile 1.437 +2 -2 ports/security/uvscan-dat/distin

cvs commit: src/sbin/kldconfig kldconfig.c

2005-11-07 Thread Ruslan Ermilov
ru 2005-11-07 19:22:20 UTC FreeBSD src repository Modified files: sbin/kldconfig kldconfig.c Log: Fix malloc size (visible on amd64, with "kldconfig -r"). Revision ChangesPath 1.8 +1 -1 src/sbin/kldconfig/kldconfig.c _

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

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-07 19:16:13 UTC FreeBSD ports repository Modified files: lang/cmucl Makefile distinfo pkg-plist Log: Update to 19b Approved by:Martin Cracauer (maintainer) Revision ChangesPath 1.25 +13 -9 ports/lang/cmucl/Makefile 1.10

cvs commit: ports/mail/thunderbird-devel Makefile distinfo

2005-11-07 Thread Joe Marcus Clarke
marcus 2005-11-07 19:09:24 UTC FreeBSD ports repository Modified files: mail/thunderbird-devel Makefile distinfo Log: Update to 1.5 Release Candidate 1. Submitted by: mnag Revision ChangesPath 1.54 +10 -3 ports/mail/thunderbird-devel/Makefile 1.21

cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma_core.c

2005-11-07 Thread Robert Watson
rwatson 2005-11-07 18:59:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_malloc.c sys/vm uma_core.c Log: Merge kern_malloc.c:1.148, uma_core.c:1.133 from HEAD to RELENG_6: Change format string for u_int64

cvs commit: src/sys/kern kern_malloc.c

2005-11-07 Thread Robert Watson
rwatson 2005-11-07 18:57:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_malloc.c Log: Merge kern_malloc.c:1.147 from HEAD to RELENG_6: Add a "show malloc" command to DDB, which prints out the current stats for availabl

cvs commit: src/sys/vm uma_core.c

2005-11-07 Thread Robert Watson
rwatson 2005-11-07 18:57:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm uma_core.c Log: Merge uma_core.c:1.132 from HEAD to RELENG_6: Add a "show uma" command to DDB, which prints out the current stats for available UMA zon

cvs commit: src/sys/netinet tcp_input.c

2005-11-07 Thread Robert Watson
rwatson 2005-11-07 18:54:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet tcp_input.c Log: Merge tcp_input.c:1.284 from HEAD to RELENG_6: Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT. Revision Changes

cvs commit: src/usr.sbin/config configvers.h

2005-11-07 Thread Robert Watson
rwatson 2005-11-07 18:45:46 UTC FreeBSD src repository Modified files: usr.sbin/config configvers.h Log: Minor comment tweak to prevent gcc from being upset about the substring /* appearing in a comment. Revision ChangesPath 1.40 +1 -1 src/usr.sbin/co

cvs commit: src/sys/ufs/ufs ufs_extattr.c

2005-11-07 Thread Xin LI
delphij 2005-11-07 18:25:23 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_extattr.c Log: Slightly reorganize to reduce duplicated code. Reviewed by:rwatson Revision ChangesPath 1.83 +1 -2 src/sys/ufs/ufs/ufs_extattr.c _

cvs commit: ports/x11/gnome2-power-tools Makefile

2005-11-07 Thread Joe Marcus Clarke
marcus 2005-11-07 18:21:34 UTC FreeBSD ports repository Modified files: x11/gnome2-power-tools Makefile Log: Add some FreeBSD-specific GTK+/GNOME tools. Submitted by: Panagiotis Astithas <[EMAIL PROTECTED]> Revision ChangesPath 1.28 +6 -2 ports/x11/g

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

2005-11-07 Thread Joe Marcus Clarke
marcus 2005-11-07 18:19:36 UTC FreeBSD doc repository Modified files: en/gnome/docsfaq2.sgml faq212.sgml Log: Mention that portsnap(8) can also be used to obtain the latest ports tree. Submitted by: Panagiotis Astithas <[EMAIL PROTECTED]> Revision Changes

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

2005-11-07 Thread Thierry Thomas
thierry 2005-11-07 18:06:30 UTC FreeBSD ports repository Modified files: sysutils/pear-LogMakefile distinfo Log: Upgrade to 1.9.2. Changelog at . PR: 88573 Approved by:maintainer Revision Changes

cvs commit: ports/devel/pear-PEAR Makefile distinfo ports/devel/pear-PEAR/files patch-scripts::pearcmd.php

2005-11-07 Thread Thierry Thomas
thierry 2005-11-07 18:01:35 UTC FreeBSD ports repository Modified files: devel/pear-PEAR Makefile distinfo devel/pear-PEAR/files patch-scripts::pearcmd.php Log: Upgrade to 1.4.4 and fix a security problem. Changelog at

cvs commit: src/usr.sbin/config configvers.h

2005-11-07 Thread Peter Wemm
peter 2005-11-07 17:37:27 UTC FreeBSD src repository Modified files: usr.sbin/config configvers.h Log: Add some rationale about when to bump and not bump the config version. Clarify that it is not like the shlib versions, and not like param.h's __FreeBSD_version/osreld

Re: cvs commit: src/sys/conf files src/sys/modules/acpi/acpi Makefile src/sys/dev/acpica acpi_battery.c acpi_smbat.c acpi_smbus.h acpiio.h

2005-11-07 Thread Nate Lawson
Dag-Erling Smørgrav wrote: Nate Lawson <[EMAIL PROTECTED]> writes: Dag-Erling Smørgrav wrote: Try running powerd with a 5000 ms polling interval. With the default of 500 ms, it never seems to stabilize, but keeps oscillating wildly in the 75-300 MHz range on my Dell Latitude D600. That is

cvs commit: ports/mail/postfix-current Makefile distinfo

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-07 17:08:27 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: Update to 2.3-20051106 Revision ChangesPath 1.139 +1 -1 ports/mail/postfix-current/Makefile 1.86 +2 -2 ports/mail/postfix-current/

cvs commit: ports/science/gchempaint Makefile distinfo ports/science/gchempaint/files patch-help_Makefile.in patch-plugin.cc

2005-11-07 Thread Pav Lucistnik
pav 2005-11-07 17:00:30 UTC FreeBSD ports repository Modified files: science/gchempaint Makefile distinfo Removed files: science/gchempaint/files patch-help_Makefile.in patch-plugin.cc Log: - Update to 0.6.1 Revision ChangesPat

cvs commit: src/sys/compat/ndis ndis_var.h

2005-11-07 Thread Bill Paul
wpaul 2005-11-07 16:59:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/compat/ndis ndis_var.h Log: MFC^2: alias EXT_NDIS to EXT_NET_DRV Revision ChangesPath 1.29.2.7 +1 -1 src/sys/compat/ndis/ndis_var.h

cvs commit: src/sys/compat/ndis ndis_var.h

2005-11-07 Thread Bill Paul
wpaul 2005-11-07 16:58:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/ndis ndis_var.h Log: MFC: alias EXT_NDIS to EXT_NET_DRV Revision ChangesPath 1.41.2.3 +1 -1 src/sys/compat/ndis/ndis_var.h __

cvs commit: src/sys/compat/ndis ndis_var.h

2005-11-07 Thread Bill Paul
wpaul 2005-11-07 16:57:14 UTC FreeBSD src repository Modified files: sys/compat/ndis ndis_var.h Log: Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latest mbuf code changes, MEXTADD() can be used to add an external buffer with arbitrary type, but mb_ext_f

cvs commit: src/tools/regression/usr.bin/pkill pgrep-t.t pkill-t.t

2005-11-07 Thread Pawel Jakub Dawidek
pjd 2005-11-07 16:56:16 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/pkill pgrep-t.t pkill-t.t Log: Add tests for -t option with short tty name - pkill(1) should accept both (eg. "ttyv0" and "v0"). Revision ChangesPath 1.2 +12 -3

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

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-07 15:46:15 UTC FreeBSD ports repository Modified files: lang/sbclMakefile distinfo pkg-plist Added files: lang/sbcl/files patch-src__runtime__GNUmakefile Log: Update to 0.9.6 Respect PREFIX PR: 88582 Submitted by: Pa

cvs commit: ports/audio/marlin Makefile distinfo ports/audio/marlin/files patch-marlin-marlin-sample-view.c patch-src-marlin-window.c

2005-11-07 Thread Pav Lucistnik
pav 2005-11-07 15:33:21 UTC FreeBSD ports repository Modified files: audio/marlin Makefile distinfo audio/marlin/files patch-marlin-marlin-sample-view.c patch-src-marlin-window.c Log: - Update to 0.9 Revision ChangesPath 1.

cvs commit: ports/archivers/libunrar Makefile ports/archivers/libunrar/files patch-makefile.unix

2005-11-07 Thread Sergey Skvortsov
skv 2005-11-07 15:22:49 UTC FreeBSD ports repository Modified files: archivers/libunrar Makefile archivers/libunrar/files patch-makefile.unix Log: Respect CXX/LDFLAGS PR: ports/88590 Submitted by: skv Approved by:maintainer Revision Cha

cvs commit: ports/security/cyrus-sasl2 Makefile pkg-plist

2005-11-07 Thread Hajimu UMEMOTO
ume 2005-11-07 15:22:44 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile pkg-plist Log: install missed components.html document. PR: ports/88596 Submitted by: skv Revision ChangesPath 1.119 +4 -3 ports/securi

cvs commit: src/lib/bind/bind Makefile src/lib/bind/bind9 Makefile src/lib/bind/dns Makefile src/lib/bind/isc Makefile src/lib/bind/isccc Makefile src/lib/bind/isccfg Makefile src/lib/bind/lwres Makef

2005-11-07 Thread Ruslan Ermilov
ru 2005-11-07 15:22:35 UTC FreeBSD src repository Modified files: lib/bind/bindMakefile lib/bind/bind9 Makefile lib/bind/dns Makefile lib/bind/isc Makefile lib/bind/isccc Makefile lib/bind/isccfg Makefile lib/

cvs commit: ports/games/xgame Makefile

2005-11-07 Thread Renato Botelho
garga 2005-11-07 15:07:06 UTC FreeBSD ports repository Modified files: games/xgame Makefile Log: - Fix MASTER_SITES PR: ports/88600 Submitted by: maintainer Revision ChangesPath 1.2 +1 -1 ports/games/xgame/Makefile __

cvs commit: src Makefile.inc1

2005-11-07 Thread Ruslan Ermilov
ru 2005-11-07 15:03:04 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: Require DESTDIR to be set when installing for a different architecture. Revision ChangesPath 1.515 +12 -0 src/Makefile.inc1 _

Re: cvs commit: www/en/cgi Makefile query-pr.cgi querypr-code.cgi

2005-11-07 Thread Ceri Davies
On Mon, Nov 07, 2005 at 02:21:38PM +0100, Wilko Bulte wrote: > On Mon, Nov 07, 2005 at 12:01:50PM +0100, Pav Lucistnik wrote.. > > Ceri Davies pe v po 07. 11. 2005 v 09:57 +: > > > On Mon, Nov 07, 2005 at 10:07:38AM +0100, Simon L. Nielsen wrote: > > > > On 2005.11.06 22:29:45 +, Ceri D

Re: cvs commit: www/en/cgi Makefile query-pr.cgi querypr-code.cgi

2005-11-07 Thread Ceri Davies
On Mon, Nov 07, 2005 at 12:01:50PM +0100, Pav Lucistnik wrote: > Ceri Davies p??e v po 07. 11. 2005 v 09:57 +: > > On Mon, Nov 07, 2005 at 10:07:38AM +0100, Simon L. Nielsen wrote: > > > On 2005.11.06 22:29:45 +, Ceri Davies wrote: > > > > ceri2005-11-06 22:29:45 UTC > > > > > > >

cvs commit: ports/textproc/lacheck Makefile

2005-11-07 Thread Renato Botelho
garga 2005-11-07 14:17:02 UTC FreeBSD ports repository Modified files: textproc/lacheck Makefile Log: - Fix MASTER_SITES PR: ports/88588 Submitted by: maintainer Revision ChangesPath 1.5 +2 -2 ports/textproc/lacheck/Makefile _

cvs commit: src/tools/regression/sigqueue Makefile src/tools/regression/sigqueue/sigqtest1 Makefile sigqtest1.c

2005-11-07 Thread David Xu
davidxu 2005-11-07 14:10:33 UTC FreeBSD src repository Added files: tools/regression/sigqueue Makefile tools/regression/sigqueue/sigqtest1 Makefile sigqtest1.c Log: Add sigqueue test code. Revision ChangesPath 1.1 +5 -0 src/tools/regression/sigqueue/Ma

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

2005-11-07 Thread Marc Fonvieille
blackend2005-11-07 13:59:05 UTC FreeBSD doc repository Modified files: en/layout/cssglobal.css Log: Comment out the font-size setting for to fix rendering for gecko based browser (under X11). Revision ChangesPath 1.6 +1 -1 www/en/layout/css/globa

cvs commit: ports/editors/jed Makefile ports/editors/jed/files patch-info_jed.1in patch-info_jed.2in patch-info_jed.3in patch-info_jed.info

2005-11-07 Thread Renato Botelho
garga 2005-11-07 13:58:50 UTC FreeBSD ports repository Modified files: editors/jed Makefile Removed files: editors/jed/filespatch-info_jed.1in patch-info_jed.2in patch-info_jed.3in patch-info_jed.info Log: - info files are really ol

cvs commit: ports/editors/jed-devel Makefile ports/editors/jed-devel/files patch-info_jed.1in patch-info_jed.2in patch-info_jed.3in patch-info_jed.info

2005-11-07 Thread Renato Botelho
garga 2005-11-07 13:58:34 UTC FreeBSD ports repository Modified files: editors/jed-develMakefile Removed files: editors/jed-devel/files patch-info_jed.1in patch-info_jed.2in patch-info_jed.3in patch-info_jed.info Log: - info files are rea

Re: cvs commit: src/sys/conf files src/sys/modules/acpi/acpi Makefile src/sys/dev/acpica acpi_battery.c acpi_smbat.c acpi_smbus.h acpiio.h

2005-11-07 Thread Daniel O'Connor
On Mon, 7 Nov 2005 23:16, Dag-Erling Smørgrav wrote: > Nate Lawson <[EMAIL PROTECTED]> writes: > > Dag-Erling Smørgrav wrote: > > > Try running powerd with a 5000 ms polling interval. With the default > > > of 500 ms, it never seems to stabilize, but keeps oscillating wildly > > > in the 75-300 MH

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

2005-11-07 Thread Robert Watson
rwatson 2005-11-07 13:36:56 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add __FreeBSD_version 74 entry for solisten() argument change. Reminded by:fenner Revision ChangesPath 1.629 +5 -0 doc/en

cvs commit: ports/audio/mp3stat Makefile ports/devel/ruby-filemagic Makefile ports/sysutils/pecl-fileinfo Makefile

2005-11-07 Thread Emanuel Haupt
ehaupt 2005-11-07 13:36:30 UTC FreeBSD ports repository Modified files: audio/mp3statMakefile devel/ruby-filemagic Makefile sysutils/pecl-fileinfo Makefile Log: Chase sysutils/file update Revision ChangesPath 1.24 +1 -1 ports/audio/mp3stat

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

2005-11-07 Thread Emanuel Haupt
ehaupt 2005-11-07 13:30:17 UTC FreeBSD ports repository Modified files: sysutils/fileMakefile distinfo pkg-descr pkg-plist Log: - Update to 4.16 [1] - Pacify portlint / Polish Makefile [2] - Change COMMENT to be more PHB compliant [2] - Use LIBTOOL and [2] - remo

Re: cvs commit: www/en/cgi Makefile query-pr.cgi querypr-code.cgi

2005-11-07 Thread Wilko Bulte
On Mon, Nov 07, 2005 at 12:01:50PM +0100, Pav Lucistnik wrote.. > Ceri Davies píše v po 07. 11. 2005 v 09:57 +: > > On Mon, Nov 07, 2005 at 10:07:38AM +0100, Simon L. Nielsen wrote: > > > On 2005.11.06 22:29:45 +, Ceri Davies wrote: > > > > ceri2005-11-06 22:29:45 UTC > > > > > > >

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

2005-11-07 Thread Wilko Bulte
On Mon, Nov 07, 2005 at 11:44:53AM +0100, Poul-Henning Kamp wrote.. > In message <[EMAIL PROTECTED]>, Marius Strobl writes: > > > >On Sat, Nov 05, 2005 at 11:42:53PM +0100, Poul-Henning Kamp wrote: > >> > >> In message <[EMAIL PROTECTED]>, Marius Strobl writes: > >> > >> >PUC_FASTINTR used to cau

Re: cvs commit: src/sys/dev/sound/pci als4000.c

2005-11-07 Thread Ariff Abdullah
On Mon, 7 Nov 2005 09:26:18 + (UTC) Ariff Abdullah <[EMAIL PROTECTED]> wrote: > ariff 2005-11-07 09:26:18 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pcials4000.c > Log: > Fix recording device selection based on ALS4000 datasheet. > - > http:/

Re: cvs commit: src/sys/dev/sound/isa mss.c

2005-11-07 Thread Ariff Abdullah
On Mon, 7 Nov 2005 09:25:15 + (UTC) Ariff Abdullah <[EMAIL PROTECTED]> wrote: > ariff 2005-11-07 09:25:15 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/isamss.c > Log: > Fix kernel panic caused by double mss_unlock(). > > Noticed by: Watana

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

2005-11-07 Thread Craig Rodrigues
rodrigc 2005-11-07 13:10:45 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: Eliminate tinderbox errors. Revision ChangesPath 1.44 +5 -3 src/sys/dev/puc/puc.c ___ cvs-all@freebsd.org maili

cvs commit: ports/mail/gmime2 Makefile distinfo

2005-11-07 Thread Marcus Alves Grando
mnag2005-11-07 12:53:33 UTC FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo Log: Update to 2.1.17 Take MAINTAINER Revision ChangesPath 1.40 +2 -3 ports/mail/gmime2/Makefile 1.23 +2 -2 ports/mail/gmime2/distin

cvs commit: ports/graphics/jumpgis-postgis Makefile

2005-11-07 Thread Sam Lawrance
lawrance2005-11-07 12:47:45 UTC FreeBSD ports repository Modified files: graphics/jumpgis-postgis Makefile Log: Update mastersite. Reported by:Fenner, Bill "distfiles" Revision ChangesPath 1.7 +1 -1 ports/graphics/jumpgis-postgis/Makefile _

Re: cvs commit: src/sys/conf files src/sys/modules/acpi/acpi Makefile src/sys/dev/acpica acpi_battery.c acpi_smbat.c acpi_smbus.h acpiio.h

2005-11-07 Thread Dag-Erling Smørgrav
Nate Lawson <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav wrote: > > Try running powerd with a 5000 ms polling interval. With the default > > of 500 ms, it never seems to stabilize, but keeps oscillating wildly > > in the 75-300 MHz range on my Dell Latitude D600. > That is bad for performance

Re: cvs commit: www/en/cgi Makefile query-pr.cgi querypr-code.cgi

2005-11-07 Thread Pav Lucistnik
Ceri Davies píše v po 07. 11. 2005 v 09:57 +: > On Mon, Nov 07, 2005 at 10:07:38AM +0100, Simon L. Nielsen wrote: > > On 2005.11.06 22:29:45 +, Ceri Davies wrote: > > > ceri2005-11-06 22:29:45 UTC > > > > > > FreeBSD doc repository > > > > > > Modified files: > > > en/cgi

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

2005-11-07 Thread Marius Strobl
On Mon, Nov 07, 2005 at 11:44:53AM +0100, Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, Marius Strobl writes: > > > >On Sat, Nov 05, 2005 at 11:42:53PM +0100, Poul-Henning Kamp wrote: > >> > >> In message <[EMAIL PROTECTED]>, Marius Strobl writes: > >> > >> >PUC_FASTINTR used to

  1   2   >