cvs commit: src/sys/boot/i386/libi386 devicename.c

2008-08-04 Thread Colin Percival
cperciva2008-08-04 07:01:42 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 devicename.c Log: SVN rev 181282 on 2008-08-04 07:01:42Z by cperciva Dereferencing uninitialized pointers considered harmful. Prior to this commit, calling i386_parsedev(..., X, .

cvs commit: ports/security/pdfcrack Makefile distinfo

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 07:35:46 UTC FreeBSD ports repository Modified files: security/pdfcrackMakefile distinfo Log: - Update to 0.11 Revision ChangesPath 1.4 +1 -1 ports/security/pdfcrack/Makefile 1.3 +3 -3 ports/security/pdfcrack/distinfo ___

cvs commit: src/usr.bin/gzip gzip.c

2008-08-04 Thread Colin Percival
cperciva2008-08-04 07:36:53 UTC FreeBSD src repository Modified files: usr.bin/gzip gzip.c Log: SVN rev 181283 on 2008-08-04 07:36:53Z by cperciva Mark functions as __dead2 in order to help the LLVM static checker understand which code paths aren't possible. R

cvs commit: doc/mn_MN.UTF-8/books/handbook/config chapter.sgml doc/mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml doc/mn_MN.UTF-8/books/handbook/printing chapter.sgml

2008-08-04 Thread Ganbold Tsagaankhuu
ganbold 2008-08-04 07:38:32 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/config chapter.sgml mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml mn_MN.UTF-8/books/handbook/printing chapter.sgml Log: Update Mongolian Handbook translation. Fix

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

2008-08-04 Thread Alan Cox
alc 2008-08-04 08:04:09 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/includepmap.h sys/i386/i386pmap.c sys/i386/include pmap.h Log: SVN rev 181284 on 2008-08-04 08:04:09Z by alc Make pmap_kenter_attr() st

cvs commit: ports/net-mgmt/p5-SNMP-Info Makefile distinfo pkg-plist

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 08:15:22 UTC FreeBSD ports repository Modified files: net-mgmt/p5-SNMP-Info Makefile distinfo pkg-plist Log: - Update to 2.00 Revision ChangesPath 1.12 +3 -2 ports/net-mgmt/p5-SNMP-Info/Makefile 1.7 +3 -3 ports/net-mgmt/p5-SNM

cvs commit: src/sys/security/mac mac_framework.h mac_inet.c mac_policy.h src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security

2008-08-04 Thread Robert Watson
rwatson 2008-08-04 08:50:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/security/mac mac_framework.h mac_inet.c mac_policy.h sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/secu

cvs commit: ports/security/vuxml vuln.xml

2008-08-04 Thread Martin Wilke
miwi2008-08-04 09:58:36 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix kdewebdev conflict with upcommig kdewebdev4 Reviewed by:simon Revision ChangesPath 1.1660+3 -2 ports/security/vuxml/vuln.xml ___

cvs commit: ports/textproc Makefile ports/textproc/p5-XML-RSSLite Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Martin Wilke
miwi2008-08-04 10:52:10 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-RSSLite Makefile distinfo pkg-descr pkg-plist Log: This module attempts to extract the maximum amount of content from available documents,

cvs commit: ports/www Makefile ports/www/rubygem-yapra Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Martin Wilke
miwi2008-08-04 11:29:42 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-yapraMakefile distinfo pkg-descr pkg-plist Log: Yet Another Pragger implementation. WWW:http://yapra.rubyforge.org/ PR:

cvs commit: doc/nl_NL.ISO8859-1/books/handbook/jails chapter.sgml

2008-08-04 Thread Remko Lodder
remko 2008-08-04 12:01:42 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/jails chapter.sgml Log: Bring in the translated jails chapter. Obtained from: The FreeBSD Dutch Documentation Project Submitted by: yours truly Revision Changes

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

2008-08-04 Thread Konstantin Belousov
kib 2008-08-04 12:22:33 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: SVN rev 181286 on 2008-08-04 12:22:33Z by kib Lower the priority of the sleep in the syscons for "waitvt" wchan to PZERO + 1. The sleeping process at the priority <=

cvs commit: ports/games/stonesoup Makefile distinfo

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 13:31:49 UTC FreeBSD ports repository Modified files: games/stonesoup Makefile distinfo Log: - Update to 0.4.3 PR: ports/126236 Submitted by: maintainer (tobias.rehbein web.de) Revision ChangesPath 1.4 +1 -1 port

Re: cvs commit: src/lib/libc/stdio vfwprintf.c

2008-08-04 Thread David Schultz
On Mon, Aug 04, 2008, Colin Percival wrote: > cperciva2008-08-04 06:55:42 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio vfwprintf.c > Log: > SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva > > Initialize "nconv" to a reasonable value in all cod

Re: cvs commit: src/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Colin Percival
David Schultz wrote: On Mon, Aug 04, 2008, Colin Percival wrote: Initialize "nconv" to a reasonable value in all code paths. Prior to this commit, sprintf("%s", "") could fail depending on what happened to be on the stack. I think you mean swprintf() here. Oops. I typoed -- I actuall

Re: cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-04 Thread John Baldwin
On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote: > kib 2008-08-03 13:33:45 UTC > > FreeBSD src repository > > Modified files: > sys/kern link_elf.c link_elf_obj.c > Log: > SVN rev 181235 on 2008-08-03 13:33:45Z by kib > > Calling linker_load_dependen

Re: svn commit: r181191 - in head: share/man/man9 sys/kern sys/sys

2008-08-04 Thread John Baldwin
On Saturday 02 August 2008 01:42:39 pm Sam Leffler wrote: > Author: sam > Date: Sat Aug 2 17:42:38 2008 > New Revision: 181191 > URL: http://svn.freebsd.org/changeset/base/181191 > > Log: > add callout_schedule; besides being useful it also improves > compatibility with other systems > > Rev

Re: cvs commit: src/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Colin Percival
Colin Percival wrote: David Schultz wrote: I think you mean swprintf() here. Oops. I typoed -- I actually meant wprintf, but I guess my fingers "corrected" what I was typing since I never use the wide printf > functions but use sprintf quite commonly. :-) I would do a forced commit to clar

Re: cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-04 Thread Kostik Belousov
On Mon, Aug 04, 2008 at 09:19:07AM -0400, John Baldwin wrote: > On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote: > > kib 2008-08-03 13:33:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern link_elf.c link_elf_obj.c > > Log: > >

cvs commit: ports/net-im/centerim-devel Makefile distinfo

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 14:21:42 UTC FreeBSD ports repository Modified files: net-im/centerim-devel Makefile distinfo Log: - Update to 4.22.5-70-g5f125 PR: ports/126239 Submitted by: maintainer (frank altpeter.de) Revision ChangesPath 1.16 +1 -1

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

2008-08-04 Thread Olivier Houchard
cognet 2008-08-04 14:37:32 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: SVN rev 181293 on 2008-08-04 14:37:32Z by cognet Remove unneeded #include (?) MFC after: 3 days Revision ChangesPath 1.21 +0 -2

cvs commit: src/sys/conf Makefile.arm

2008-08-04 Thread Olivier Houchard
cognet 2008-08-04 14:38:38 UTC FreeBSD src repository Modified files: sys/conf Makefile.arm Log: SVN rev 181294 on 2008-08-04 14:38:38Z by cognet We need -I$S to compile the elf trampoline. MFC after: 3 days Revision ChangesPath 1.39 +

cvs commit: src/sys/contrib/pf/net pf.c

2008-08-04 Thread Max Laier
mlaier 2008-08-04 14:42:09 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: SVN rev 181295 on 2008-08-04 14:42:09Z by mlaier Merge state reuse for tcp. PR: kern/125261 Obtained from: OpenBSD MFC after: 1 week Revision

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

2008-08-04 Thread Rafal Jaworowski
raj 2008-08-04 14:47:49 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: SVN rev 181296 on 2008-08-04 14:47:49Z by raj Fix ARM nocache allocator: - let the loop iterate every page (as intended), and not some multiplies (which led

Re: cvs commit: src/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Erik Trulsson
On Mon, Aug 04, 2008 at 07:12:14AM -0700, Colin Percival wrote: > Colin Percival wrote: > > David Schultz wrote: > >> I think you mean swprintf() here. > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > "corrected" what I was typing since I never use the wide printf >

Re: cvs commit: src/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Oliver Fromme
Colin Percival wrote: > Colin Percival wrote: > > David Schultz wrote: > > > I think you mean swprintf() here. > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > "corrected" what I was typing since I never use the wide printf > > functions but use sprintf quit

Re: cvs commit: src/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Kostik Belousov
On Mon, Aug 04, 2008 at 04:27:33PM +0200, Oliver Fromme wrote: > > Colin Percival wrote: > > Colin Percival wrote: > > > David Schultz wrote: > > > > I think you mean swprintf() here. > > > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > > "corrected" what I w

Re: svn commit: r181191 - in head: share/man/man9 sys/kern sys/sys

2008-08-04 Thread Sam Leffler
John Baldwin wrote: On Saturday 02 August 2008 01:42:39 pm Sam Leffler wrote: Author: sam Date: Sat Aug 2 17:42:38 2008 New Revision: 181191 URL: http://svn.freebsd.org/changeset/base/181191 Log: add callout_schedule; besides being useful it also improves compatibility with other system

cvs commit: doc/hu_HU.ISO8859-2/books/handbook/printing chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/security chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/virtualization chapter.sgml

2008-08-04 Thread Gabor Pali
pgj 2008-08-04 16:02:38 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/handbook/printing chapter.sgml hu_HU.ISO8859-2/books/handbook/security chapter.sgml hu_HU.ISO8859-2/books/handbook/virtualization chapter.sgml Log: MFen: 1.116 -> 1.118

cvs commit: ports/multimedia/totem Makefile ports/multimedia/totem/files patch-browser-plugin_totemClassInfo.h patch-configure

2008-08-04 Thread Jeremy Messenger
mezz2008-08-04 16:12:52 UTC FreeBSD ports repository Modified files: multimedia/totem Makefile Added files: multimedia/totem/files patch-browser-plugin_totemClassInfo.h patch-configure Log: Add patches from Ubuntu's launchpad to fix the

cvs commit: src/sys/boot/forth loader.conf

2008-08-04 Thread Rui Paulo
rpaulo 2008-08-04 16:13:42 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: SVN rev 181297 on 2008-08-04 16:13:42Z by rpaulo Add coretemp(4) and k8temp(4). MFC after: 1 day Revision ChangesPath 1.130 +2 -0 src/s

cvs commit: ports/comms/linrad Makefile distinfo ports/comms/linrad/files patch-Makefile.in patch-lsetad.c patch-lxsys.c

2008-08-04 Thread Diane Bruce
db 2008-08-04 17:08:51 UTC FreeBSD ports repository Modified files: comms/linrad Makefile distinfo comms/linrad/files patch-Makefile.in patch-lxsys.c Removed files: comms/linrad/files patch-lsetad.c Log: - Update to 2.49 - Vendor has fixed lsetad.c

cvs commit: ports/accessibility/gnome-speech Makefile distinfo

2008-08-04 Thread Joe Marcus Clarke
marcus 2008-08-04 17:19:13 UTC FreeBSD ports repository Modified files: accessibility/gnome-speech Makefile distinfo Log: Update to 0.4.21. Revision ChangesPath 1.38 +1 -1 ports/accessibility/gnome-speech/Makefile 1.30 +3 -3 ports/accessibility/

cvs commit: ports/deskutils/conduit Makefile distinfo pkg-plist

2008-08-04 Thread Joe Marcus Clarke
marcus 2008-08-04 17:34:05 UTC FreeBSD ports repository Modified files: deskutils/conduitMakefile distinfo pkg-plist Log: Update to 0.3.13. Revision ChangesPath 1.12 +1 -1 ports/deskutils/conduit/Makefile 1.6 +3 -3 ports/deskutils/conduit/d

cvs commit: ports/ukrainian/webalizer Makefile

2008-08-04 Thread Erwin Lansing
erwin 2008-08-04 18:23:45 UTC FreeBSD ports repository Modified files: ukrainian/webalizer Makefile Log: Mark BROKEN: does not patch after the upgrade of www/webalizer Revision ChangesPath 1.6 +2 -0 ports/ukrainian/webalizer/Makefile

cvs commit: ports/comms Makefile ports/comms/ibp Makefile distinfo pkg-descr ports/comms/ibp/files ibp.1

2008-08-04 Thread Diane Bruce
db 2008-08-04 18:24:53 UTC FreeBSD ports repository Modified files: commsMakefile Added files: comms/ibpMakefile distinfo pkg-descr comms/ibp/files ibp.1 Log: This little program helps one with monitoring the beacons of the Inte

cvs commit: ports/deskutils/launchy Makefile

2008-08-04 Thread Erwin Lansing
erwin 2008-08-04 18:25:43 UTC FreeBSD ports repository Modified files: deskutils/launchyMakefile Log: Mark BROKEN: does not build. Revision ChangesPath 1.2 +2 -0 ports/deskutils/launchy/Makefile ___ cvs-all@

cvs commit: ports/games/gcompris Makefile ports/games/gcompris/files patch-src_gcompris_gcompris.c

2008-08-04 Thread Joe Marcus Clarke
marcus 2008-08-04 18:28:51 UTC FreeBSD ports repository Modified files: games/gcompris Makefile Added files: games/gcompris/files patch-src_gcompris_gcompris.c Log: Allow gcompris to find its prefix without binary relocation enabled. Reported by:Ernest Sale

cvs commit: ports/editors/vim Makefile

2008-08-04 Thread Erwin Lansing
erwin 2008-08-04 18:51:07 UTC FreeBSD ports repository Modified files: editors/vim Makefile Log: Mark BROKEN: does not build Revision ChangesPath 1.330 +2 -0 ports/editors/vim/Makefile ___ cvs-all@freebsd

cvs commit: ports/emulators/open-vm-tools pkg-plist pkg-plist-x11

2008-08-04 Thread Martin Blapp
mbr 2008-08-04 18:51:14 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools pkg-plist pkg-plist-x11 Log: Keep share/pixmaps in pkg lists. Revision ChangesPath 1.9 +0 -1 ports/emulators/open-vm-tools/pkg-plist 1.9 +0 -1 port

cvs commit: src/sys/dev/snc dp83932.c dp83932var.h if_snc.c if_snc_cbus.c if_snc_pccard.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:19:18 UTC FreeBSD src repository Modified files: sys/dev/snc dp83932.c dp83932var.h if_snc.c if_snc_cbus.c if_snc_pccard.c Log: SVN rev 181298 on 2008-08-04 19:19:18Z by jhb Add locking to snc(4) so it is MPSAFE: - A

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

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:45:15 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: SVN rev 181299 on 2008-08-04 19:45:15Z by jhb Fix a typo. Revision ChangesPath 1.250 +1 -1 src/sys/dev/acpica/acpi.c _

cvs commit: src/sys/kern tty_pts.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:49:05 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: SVN rev 181300 on 2008-08-04 19:49:05Z by jhb - Close a race with concurrent open's of a pts master device which could result in leaked tty structures. - When con

cvs commit: src/sys/kern tty_pty.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:51:23 UTC FreeBSD src repository Modified files: sys/kern tty_pty.c Log: SVN rev 181301 on 2008-08-04 19:51:23Z by jhb Close two different races with concurrent opens of pty master devices that could result in leaked ttys or a leaked pty +

cvs commit: ports/math/rpy Makefile pkg-plist ports/math/rpy/files patch-setup.py

2008-08-04 Thread Pietro Cerutti
gahr2008-08-04 20:04:42 UTC FreeBSD ports repository Modified files: math/rpy Makefile pkg-plist Added files: math/rpy/files patch-setup.py Log: - Chase math/R upgrade - Bump PORTREVISION Reported by:pointyhat (via pav) Approved by:We

cvs commit: www/hu about.sgml administration.sgml applications.sgml art.sgml community.xsl docs.sgml features.sgml index.xsl internet.sgml logo.sgml mailto.sgml send-pr.sgml support.sgml where.sgml ww

2008-08-04 Thread Gabor Pali
pgj 2008-08-04 20:24:52 UTC FreeBSD doc repository Modified files: hu about.sgml administration.sgml applications.sgml art.sgml community.xsl docs.sgml features.sgml index.xsl internet.

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

2008-08-04 Thread Olivier Houchard
cognet 2008-08-04 20:29:39 UTC FreeBSD src repository Modified files: sys/arm/arm intr.c Log: SVN rev 181302 on 2008-08-04 20:29:39Z by cognet Do not modify td->td_intr_nesting_level, it is now done in the MI code. This fixes the cpu time being falsely reported a

cvs commit: src/sys/arm/at91 at91_twi.c src/sys/arm/xscale/ixp425 ixp425_iic.c src/sys/dev/bktr bktr_i2c.c src/sys/dev/iicbus iicbb.c src/sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c pcfvar.h src/

2008-08-04 Thread John Baldwin
jhb 2008-08-04 20:46:15 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c sys/arm/xscale/ixp425 ixp425_iic.c sys/dev/bktr bktr_i2c.c sys/dev/iicbus iicbb.c sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c

cvs commit: src/sys/dev/iicbus iic.c iicbus.c iicbus.h iiconf.c iicsmb.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:03:06 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c iicbus.c iicbus.h iiconf.c iicsmb.c Log: SVN rev 181304 on 2008-08-04 21:03:06Z by jhb Add locking to the core iicbus(4) drivers: - Add an sx lock to the iic(4) driver to seri

cvs commit: src/sys/dev/iicbus ad7418.c icee.c if_ic.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:14:24 UTC FreeBSD src repository Modified files: sys/dev/iicbus ad7418.c icee.c if_ic.c Log: SVN rev 181305 on 2008-08-04 21:14:24Z by jhb Lock the consumers of the iicbus(4) infrastructure: - ad7418(4) uses an sx lock instead of a mtx since the

cvs commit: src/lib/libc/stdio mktemp.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:20:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdio mktemp.c Log: SVN rev 181306 on 2008-08-04 21:20:22Z by jhb MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(), mkstemps(), and mkd

cvs commit: ports/editors/vim Makefile ports/editors/vim/files patch-src_vim.h

2008-08-04 Thread Martin Wilke
miwi2008-08-04 21:30:25 UTC FreeBSD ports repository Modified files: editors/vim Makefile Added files: editors/vim/filespatch-src_vim.h Log: - Unbreak and fix build PR: 125747 (based on) Reported by:many Submitted by: Martin Neub

cvs commit: src/lib/libc/stdio mktemp.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:51:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/stdio mktemp.c Log: SVN rev 181309 on 2008-08-04 21:51:28Z by jhb MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(), mkstemps(), and mkd

cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c

2008-08-04 Thread Maksim Yevmenkin
emax2008-08-04 22:07:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Log: SVN rev 181310 on 2008-08-04 22:07:06Z by emax MFC: SVN rev 181089 Increase maximum input queue size limit for raw B

cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c

2008-08-04 Thread Maksim Yevmenkin
emax2008-08-04 22:21:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Log: SVN rev 181311 on 2008-08-04 22:21:44Z by emax MFC: SVN rev 181089 Increase maximum input queue size limit for raw B

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

2008-08-04 Thread Tom Rhodes
trhodes 2008-08-04 22:22:17 UTC FreeBSD src repository Modified files: lib/libc/sys socket.2 Log: SVN rev 181312 on 2008-08-04 22:22:17Z by trhodes Add EPERM to the ERRORS section. PR: 125746 Revision ChangesPath 1.33 +3 -1 src/

cvs commit: ports/lang/php_doc distinfo

2008-08-04 Thread Edwin Groothuis
edwin 2008-08-04 22:27:00 UTC FreeBSD ports repository Modified files: lang/php_doc distinfo Log: Chase changes in distinfo too! Revision ChangesPath 1.25 +21 -21ports/lang/php_doc/distinfo ___ cvs-all@fre

cvs commit: src/contrib/ipfilter ip_fil.c

2008-08-04 Thread Max Laier
mlaier 2008-08-04 22:45:27 UTC FreeBSD src repository Modified files: contrib/ipfilter ip_fil.c Log: SVN rev 181313 on 2008-08-04 22:45:27Z by mlaier Fix build when WITHOUT_DYNAMICROOT is specified in src.conf(5). Revision ChangesPath 1.8 +2 -0 sr

cvs commit: CVSROOT modules

2008-08-04 Thread Edwin Groothuis
edwin 2008-08-04 23:08:09 UTC FreeBSD ports repository Modified files: .modules Log: Ports modules update at Monday 04 August 2008 at 23:08 Revision ChangesPath 1.20116 +3 -6 CVSROOT/modules ___

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

2008-08-04 Thread Andrew Thompson
thompsa 2008-08-04 23:16:07 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: SVN rev 181314 on 2008-08-04 23:16:07Z by thompsa Remove a comment about bridging wireless client, the new net80211 vap code supports this. Revision Changes

cvs commit: ports/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-codecs-c

2008-08-04 Thread Martin Wilke
miwi2008-08-04 23:30:39 UTC FreeBSD ports repository Modified files: Mk bsd.qt.mk develMakefile multimedia Makefile textproc Makefile www Makefile accessibility/qt4-accessible Makefil

cvs commit: ports/audio/qsynth Makefile ports/cad/klayout Makefile ports/deskutils/fbreader Makefile ports/devel/qscintilla2 Makefile pkg-plist ports/games/hedgewars Makefile ports/german/tipp10 Makef

2008-08-04 Thread Martin Wilke
miwi2008-08-04 23:33:44 UTC FreeBSD ports repository Modified files: audio/qsynth Makefile cad/klayout Makefile deskutils/fbreader Makefile devel/qscintilla2Makefile pkg-plist games/hedgewars Makefile german/tipp10Makefi

cvs commit: ports/graphics/qcomicbook Makefile

2008-08-04 Thread Martin Wilke
miwi2008-08-04 23:34:15 UTC FreeBSD ports repository Modified files: graphics/qcomicbook Makefile Log: - Fix Build after qt4 update - Pass maintainership to Max Brazhnikov ([EMAIL PROTECTED]) Revision ChangesPath 1.23 +4 -4 ports/graphics/qcomicbook/M

cvs commit: src/usr.bin/calendar io.c

2008-08-04 Thread Edwin Groothuis
edwin 2008-08-04 23:39:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/calendar io.c Log: SVN rev 181315 on 2008-08-04 23:39:30Z by edwin MFC of r173169, r175002, r175003: - Never use getenv("HOME") without checking for NULL and non

cvs commit: ports/security Makefile ports/security/qca-ossl Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Martin Wilke
miwi2008-08-05 00:12:57 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/qca-osslMakefile distinfo pkg-descr pkg-plist Log: Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims to provide

You have just received a virtual postcard from a friend !

2008-08-04 Thread [EMAIL PROTECTED]
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.post

cvs commit: ports/devel/qmake4 Makefile distinfo pkg-descr pkg-plist ports/devel/qmake4/files Makefile.bsd qconfig.cpp

2008-08-04 Thread Martin Wilke
miwi2008-08-05 00:20:35 UTC FreeBSD ports repository Modified files: devel/qmake4 Makefile distinfo pkg-descr pkg-plist devel/qmake4/files Makefile.bsd qconfig.cpp Log: - Update to 4.4.1 Reported by:ionbot Revision ChangesPath 1.15 +6

cvs commit: src/usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c

2008-08-04 Thread Edwin Groothuis
edwin 2008-08-05 00:21:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c Log: SVN rev 181316 on 2008-08-05 00:21:21Z by edwin MFCs of all fixes to calend

cvs commit: ports/devel/qt4/files configure extrapatch-configure ports/devel/qt4-corelib Makefile distinfo pkg-plist ports/devel/qt4-designer Makefile distinfo pkg-plist ports/devel/qt4-designer/files

2008-08-04 Thread Martin Wilke
miwi2008-08-05 00:46:16 UTC FreeBSD ports repository Modified files: devel/qt4/files configure devel/qt4-corelibMakefile distinfo pkg-plist devel/qt4-designer Makefile distinfo pkg-plist devel/qt4-qdbusviewer Makefile distinfo Added files: devel/qt

cvs commit: ports/devel/git Makefile distinfo

2008-08-04 Thread Wesley Shields
wxs 2008-08-05 01:18:55 UTC FreeBSD ports repository Modified files: devel/gitMakefile distinfo Log: - Update to 1.5.6.4 - Cleanup MAKE_ENV [0] - Switch to devel/cvsps from devel/cvsps-devel (the former is all that is needed and is maintained) [1] - Pick

cvs commit: ports UPDATING

2008-08-04 Thread Wesley Shields
wxs 2008-08-05 01:19:46 UTC FreeBSD ports repository Modified files: .UPDATING Log: Note switch from cvsps-devel to cvsps with git. Revision ChangesPath 1.689 +11 -1 ports/UPDATING ___ cvs-all

cvs commit: src/lib/libthr/thread thr_condattr.c

2008-08-04 Thread David Xu
davidxu 2008-08-05 01:23:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libthr/threadthr_condattr.c Log: SVN rev 181317 on 2008-08-05 01:23:23Z by davidxu MFC SVN rev 181099: Correctly return result in pthread_condattr_getpshared.

cvs commit: ports/archivers/deco Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Kevin Lo
kevlo 2008-08-05 01:24:46 UTC FreeBSD ports repository Modified files: archivers/deco Makefile distinfo pkg-descr pkg-plist Log: Update to 1.4 Revision ChangesPath 1.6 +2 -1 ports/archivers/deco/Makefile 1.5 +3 -3 ports/archivers/deco/d

cvs commit: src/lib/libthr/thread thr_condattr.c

2008-08-04 Thread David Xu
davidxu 2008-08-05 01:29:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libthr/threadthr_condattr.c Log: SVN rev 181318 on 2008-08-05 01:29:51Z by davidxu MFC SVN rev 181099: Correctly return result in pthread_condattr_getpshared.

cvs commit: src/sys/dev/usb usbdi.c

2008-08-04 Thread Andrew Thompson
thompsa 2008-08-05 02:16:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb usbdi.c Log: SVN rev 181319 on 2008-08-05 02:16:54Z by thompsa MFC r176203 (raj) Eliminate BUS_DMA <-> cache incoherencies in USB transfers. Revis

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

2008-08-04 Thread Jeremy Messenger
mezz2008-08-05 03:02:40 UTC FreeBSD ports repository Modified files: multimedia/ffmpegMakefile pkg-plist Log: Fix compat headers installation, bump the PORTREVISION. PR: ports/126061 Submitted by: Sunpoet Po-Chuan Hsieh <[EMAIL PROTECTED]> Approved

Re: cvs commit: ports/devel/git Makefile distinfo

2008-08-04 Thread Philip M. Gollucci
Wesley Shields wrote: - Pick up devel/p5-subversion when SVN is wanted [2] Justin Forest [2] | .ifdef (WITH_SVN) | RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ | + ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5

Re: cvs commit: ports/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-code

2008-08-04 Thread Alexey Dokuchaev
On Mon, Aug 04, 2008 at 11:30:39PM +, Martin Wilke wrote: > Log: > - Update to qt 4.4.1 Hi Martin, I haven're reviewed each and every change (it's obviously too much of them ;-) but at least ports/x11/qt4-opengl/Makefile looks strange: it seems you somehow restored USE_GL=yes and USE_XLIB

Re: cvs commit: ports/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-code

2008-08-04 Thread Alexey Dokuchaev
On Tue, Aug 05, 2008 at 05:04:33AM +, Alexey Dokuchaev wrote: > On Mon, Aug 04, 2008 at 11:30:39PM +, Martin Wilke wrote: > > Log: > > - Update to qt 4.4.1 > > Hi Martin, Sorry, this was supposed to be sent privately. ./danfe ___ cvs-all@fr

cvs commit: src/sys/dev/usb uipaq.c usbdevs

2008-08-04 Thread Remko Lodder
remko 2008-08-05 06:37:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb uipaq.c usbdevs Log: SVN rev 181320 on 2008-08-05 06:37:49Z by remko MFC r181163 Add support for the ASUS P535 PDA PR: kern/126097

cvs commit: ports/net/vnc Makefile ports/net/vnc/files patch-unix-x0vncserver-x0vncserver.cxx

2008-08-04 Thread Volker Stolz
vs 2008-08-05 06:40:04 UTC FreeBSD ports repository Modified files: net/vnc Makefile Added files: net/vnc/filespatch-unix-x0vncserver-x0vncserver.cxx Log: Fix "invalid argument" error on startup of x0vncserver PR: ports/116567 S