cvs commit: ports/mail/smtpfeed/files patch-dns.c

2008-07-21 Thread Motoyuki Konno
motoyuki2008-07-21 09:00:17 UTC FreeBSD ports repository Added files: mail/smtpfeed/files patch-dns.c Log: Avoid compile errors on recent FreeBSD. Revision ChangesPath 1.1 +57 -0 ports/mail/smtpfeed/files/patch-dns.c (new) __

cvs commit: src/sys/cddl/compat/opensolaris/kern opensolaris_vfs.c

2008-07-21 Thread Pawel Jakub Dawidek
pjd 2008-07-21 09:45:44 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/kern opensolaris_vfs.c Log: SVN rev 180652 on 2008-07-21 09:45:44Z by pjd We want to check new options given, not the current ones. This fixes 'zpool import -o ' not working

cvs commit: src/sys/kern kern_event.c kern_fork.c src/sys/sys event.h

2008-07-21 Thread Konstantin Belousov
kib 2008-07-21 09:59:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_event.c kern_fork.c sys/sys event.h Log: SVN rev 180653 on 2008-07-21 09:59:40Z by kib MFC r180340: The kqueue_register() functio

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

2008-07-21 Thread Maxim Konovalov
maxim 2008-07-21 10:03:02 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: SVN rev 180654 on 2008-07-21 10:03:02Z by maxim o Document "show conifhk", wording from r180610 commit log. Reviewed by:rwatson Revision ChangesPath 1.

cvs commit: ports/science/openbabel Makefile

2008-07-21 Thread Martin Wilke
miwi2008-07-21 10:26:09 UTC FreeBSD ports repository Modified files: science/openbabelMakefile Log: - s/PORTREVSION/PORTREVISION Revision ChangesPath 1.21 +1 -1 ports/science/openbabel/Makefile ___ cvs-all@

cvs commit: src/lib/libc/gen arc4random.c

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 10:31:28 UTC FreeBSD src repository Modified files: lib/libc/gen arc4random.c Log: SVN rev 180655 on 2008-07-21 10:31:28Z by ache 1) Set stired flag after forced initialization. 2) Increase arc4_count to the limit OpenBSD use. Submitted by:

cvs commit: ports/editors/gnuserv pkg-plist

2008-07-21 Thread Marcelo Araujo
araujo 2008-07-21 11:13:36 UTC FreeBSD ports repository Modified files: editors/gnuserv pkg-plist Log: - Fix a typo. Reported by:itetcu (QA Tindy) Revision ChangesPath 1.4 +1 -1 ports/editors/gnuserv/pkg-plist

Re: cvs commit: ports/devel/nx Makefile

2008-07-21 Thread Marcelo Araujo
> tar: %%PORTDOCSS%%/gnuserv-emacs22/ChangeLog: Cannot stat: No such file or > directory > tar: Error exit delayed from previous errors. Hi dear Ion, Thank's a lot by all reports done until now. I'm very glade to see that is possible to make the ports a bit better. Please don't stop this servic

cvs commit: ports/editors/openoffice.org-3 Makefile ports/editors/openoffice.org-3-RC Makefile

2008-07-21 Thread Maho Nakata
maho2008-07-21 11:28:30 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3 Makefile editors/openoffice.org-3-RC Makefile Log: Fix build on FreeBSD 6 using stock gcc. Reported by: pav Resource donated by: Nakamura Kazushi (partially) Revisio

cvs commit: ports/devel/ruby-gems Makefile ports/devel/ruby-gems/files patch-lib-rubygems-installer.rb patch-lib-rubygems-source_info_cache.rb

2008-07-21 Thread Marcelo Araujo
araujo 2008-07-21 11:39:00 UTC FreeBSD ports repository Modified files: devel/ruby-gems Makefile Added files: devel/ruby-gems/files patch-lib-rubygems-installer.rb Removed files: devel/ruby-gems/files patch-lib-rubygems-source_info_cache.rb Log: - Roll back th

cvs commit: ports/textproc/ispell Makefile distinfo pkg-plist ports/textproc/ispell/files patch-ac patch-ispell.c patch-local.h.samp patch-munchlist.X patch-term.c ports/textproc/ispell/scripts config

2008-07-21 Thread Jean-Marc Zucconi
jmz 2008-07-21 11:54:13 UTC FreeBSD ports repository Modified files: textproc/ispell Makefile distinfo pkg-plist textproc/ispell/files patch-ac patch-ispell.c patch-local.h.samp patch-munchlist.X patch-term.c tex

cvs commit: src/lib/libc/gen arc4random.c

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 12:44:47 UTC FreeBSD src repository Modified files: lib/libc/gen arc4random.c Log: SVN rev 180656 on 2008-07-21 12:44:47Z by ache Decrease arc4_count only when needed and with proper bytes amount. Obtained from: OpenBSD Revision Changes

cvs commit: ports LEGAL ports/print/gsview Makefile

2008-07-21 Thread Alex Dupre
ale 2008-07-21 12:55:44 UTC FreeBSD ports repository Modified files: .LEGAL print/gsview Makefile Log: GSView is covered by the AFPL license. Revision ChangesPath 1.583 +2 -1 ports/LEGAL 1.2 +2 -0 ports/print/

cvs commit: ports/editors/flim pkg-plist.emacs20 pkg-plist.emacs21 pkg-plist.xemacs21-mule

2008-07-21 Thread MANTANI Nobutaka
nobutaka2008-07-21 13:49:14 UTC FreeBSD ports repository Modified files: editors/flim pkg-plist.emacs20 pkg-plist.emacs21 pkg-plist.xemacs21-mule Log: Correct pkg-plist.* for NOPORTDOCS=yes. Reported by: itetcu (QA Tindy) Revision

cvs commit: src/lib/libc/gen arc4random.3 arc4random.c

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 13:52:06 UTC FreeBSD src repository Modified files: lib/libc/gen arc4random.3 arc4random.c Log: SVN rev 180657 on 2008-07-21 13:52:06Z by ache Implement arc4random_buf() function Obtained from: OpenBSD Revision ChangesPath 1.17

cvs commit: src/include stdlib.h

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 14:03:04 UTC FreeBSD src repository Modified files: include stdlib.h Log: SVN rev 180658 on 2008-07-21 14:03:04Z by ache Add arc4random_buf. Style: remove arg names from arc4random_addrandom. Revision ChangesPath 1.66 +2 -1

cvs commit: ports/editors/flim-xemacs21-mule Makefile

2008-07-21 Thread MANTANI Nobutaka
nobutaka2008-07-21 14:29:13 UTC FreeBSD ports repository Modified files: editors/flim-xemacs21-mule Makefile Log: Take maintainership. Revision ChangesPath 1.31 +1 -1 ports/editors/flim-xemacs21-mule/Makefile ___ c

cvs commit: src/lib/libc/gen Makefile.inc

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 14:33:11 UTC FreeBSD src repository Modified files: lib/libc/gen Makefile.inc Log: SVN rev 180659 on 2008-07-21 14:33:11Z by ache Add arc4random_buf.3 to MLINKS Revision ChangesPath 1.138 +2 -1 src/lib/libc/gen/Makefile.inc ___

cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs dmu_zfetch.c

2008-07-21 Thread Pawel Jakub Dawidek
pjd 2008-07-21 14:35:48 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs dmu_zfetch.c Log: SVN rev 180660 on 2008-07-21 14:35:48Z by pjd We want to use LBOLT instead of lbolt on FreeBSD. I've this already fixed in p4, but the fi

cvs commit: ports/textproc/ispell Makefile pkg-descr pkg-plist.es ports/textproc/ispell/files ES.patch

2008-07-21 Thread Jean-Marc Zucconi
jmz 2008-07-21 15:09:37 UTC FreeBSD ports repository Modified files: textproc/ispell Makefile pkg-descr Added files: textproc/ispell pkg-plist.es textproc/ispell/files ES.patch Log: Add support for Spanish dictionary. PR: ports/125267

cvs commit: src/share/man/man9 sysctl.9 sysctl_add_oid.9 src/sys/kern kern_environment.c src/sys/sys kernel.h sysctl.h

2008-07-21 Thread Pawel Jakub Dawidek
pjd 2008-07-21 15:05:25 UTC FreeBSD src repository Modified files: share/man/man9 sysctl.9 sysctl_add_oid.9 sys/kern kern_environment.c sys/sys kernel.h sysctl.h Log: SVN rev 180661 on 2008-07-21 15:05:25Z by pjd Implement the fol

Re: cvs commit: ports/security/libotr Makefile distinfo pkg-plist

2008-07-21 Thread Stanislav Sedov
On Wed, 2 Jul 2008 05:49:30 + (UTC) Doug Barton <[EMAIL PROTECTED]> mentioned: > dougb 2008-07-02 05:49:30 UTC > > FreeBSD ports repository > > Modified files: > security/libotr Makefile distinfo pkg-plist > Log: > Update to version 3.2.0, released June 15th. The conf

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

2008-07-21 Thread Sergey Skvortsov
skv 2008-07-21 15:47:36 UTC FreeBSD ports repository Modified files: devel/p5-POE Makefile distinfo Log: Update to 1.003 Changes:http://search.cpan.org/src/RCAPUTO/POE-1.003/CHANGES Revision ChangesPath 1.50 +2 -1 ports/devel/p5-POE/

cvs commit: ports/audio Makefile ports/audio/lastfmrec Makefile distinfo pkg-descr

2008-07-21 Thread Mark Linimon
linimon 2008-07-21 16:33:22 UTC FreeBSD ports repository Modified files: audioMakefile Removed files: audio/lastfmrec Makefile distinfo pkg-descr Log: Removed by submitter request due to legal concerns. PR: ports/125831 Hat:

cvs commit: src/sys/sparc64/sparc64 in_cksum.c

2008-07-21 Thread Marius Strobl
marius 2008-07-21 16:56:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sparc64/sparc64 in_cksum.c Log: SVN rev 180662 on 2008-07-21 16:56:15Z by marius - Fix spelling and style. - Use __FBSDID. - Merge macros depending on the flags being pr

cvs commit: src/sys/sparc64/sparc64 in_cksum.c

2008-07-21 Thread Marius Strobl
marius 2008-07-21 16:59:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sparc64/sparc64 in_cksum.c Log: SVN rev 180663 on 2008-07-21 16:59:22Z by marius MFC: r180298; r180299 - Fix spelling and style. - Use __FBSDID. - Merge macros depe

cvs commit: CVSROOT access

2008-07-21 Thread Renato Botelho
garga 2008-07-21 17:14:53 UTC FreeBSD ports repository Modified files: .access Log: Please welcome Robert Noland (rnoland@) to the rank of ports committers. After doing a great work, it's time to punish him accordingly. I'll be his mentor. Approv

cvs commit: src/sys/sparc64/sparc64 autoconf.c mem.c

2008-07-21 Thread Marius Strobl
marius 2008-07-21 17:15:51 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 autoconf.c mem.c Log: SVN rev 180664 on 2008-07-21 17:15:51Z by marius - Remove redundant inclusion of opt_global.h. - Use __FBSDID in autoconf.c. MFC after: 3 days R

Re: cvs commit: ports/textproc/ispell Makefile distinfo pkg-plist ports/textproc/ispell/files patch-ac patch-ispell.c patch-local.h.samp patch-munchlist.X patch-term.c ports/textpro

2008-07-21 Thread QA Tindy
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_

Re: cvs commit: ports/devel/ruby-gems Makefile ports/devel/ruby-gems/files patch-lib-rubygems-installer.rb patch-lib-rubygems-source_info_cache.rb

2008-07-21 Thread QA Tindy
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_

cvs commit: src/lib/libc/gen Symbol.map

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 18:03:31 UTC FreeBSD src repository Modified files: lib/libc/gen Symbol.map Log: SVN rev 180665 on 2008-07-21 18:03:31Z by ache Add arc4random_buf to FBSD_1.1 space Revision ChangesPath 1.13 +1 -0 src/lib/libc/gen/Symbol.map _

cvs commit: src/sys/dev/mpt mpt_pci.c

2008-07-21 Thread John Baldwin
jhb 2008-07-21 18:13:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mpt mpt_pci.c Log: SVN rev 180666 on 2008-07-21 18:13:41Z by jhb MFC: During shutdown, deregister the shutdown hook from the correct event handler. Revisi

cvs commit: src/sys/dev/mpt mpt_pci.c

2008-07-21 Thread John Baldwin
jhb 2008-07-21 18:14:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: SVN rev 180667 on 2008-07-21 18:14:42Z by jhb MFC: During shutdown, deregister the shutdown hook from the correct event handler. Revisi

cvs commit: CVSROOT access

2008-07-21 Thread Marcelo Araujo
araujo 2008-07-21 18:40:13 UTC FreeBSD ports repository Modified files: .access Log: Please welcome Philip M. Gollucci (pgollucci@) in the rank of ports committers! He has sent a lot of good quality PRs and thus has received the usual punishmment. Wish him

cvs commit: src/sys/dev/mpt mpt_raid.c

2008-07-21 Thread John Baldwin
jhb 2008-07-21 18:43:02 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_raid.c Log: SVN rev 180668 on 2008-07-21 18:43:02Z by jhb Allocate a single CCB at the start of the main loop of the RAID monitoring kthread of the mpt(4) driver that hangs arou

cvs commit: CVSROOT access

2008-07-21 Thread Marcelo Araujo
araujo 2008-07-21 19:05:00 UTC FreeBSD ports repository Modified files: .access Log: Now really add pgollucci, forgotten on last commit :-). Revision ChangesPath 1.843 +1 -0 CVSROOT/access ___ c

cvs commit: ports/x11 Makefile ports/x11/tint Makefile distinfo pkg-descr

2008-07-21 Thread Doug Barton
dougb 2008-07-21 19:07:41 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/tint Makefile distinfo pkg-descr Log: Tint is a simple panel/taskbar intentionally made for openbox3, but should also work with other windo

cvs commit: src/sys/dev/mpt mpt_user.c

2008-07-21 Thread John Baldwin
jhb 2008-07-21 19:11:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mpt mpt_user.c Log: SVN rev 180669 on 2008-07-21 19:11:20Z by jhb MFC: Use dedicated buffers for user requests rather than reusing the space in the request buf

cvs commit: ports/x11/xloadimage Makefile ports/x11/xloadimage/files patch-lp64

2008-07-21 Thread Jean-Marc Zucconi
jmz 2008-07-21 19:11:36 UTC FreeBSD ports repository Modified files: x11/xloadimage Makefile x11/xloadimage/files patch-lp64 Log: Add another 64-bit fix. Submitted by: naddy Obtained from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394366 Revis

cvs commit: src/sys/dev/mpt mpt_user.c

2008-07-21 Thread John Baldwin
jhb 2008-07-21 19:11:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mpt mpt_user.c Log: SVN rev 180670 on 2008-07-21 19:11:48Z by jhb MFC: Use dedicated buffers for user requests rather than reusing the space in the request buf

Re: cvs commit: ports/x11 Makefile ports/x11/tint Makefile distinfo pkg-descr

2008-07-21 Thread Ion-Mihai Tetcu
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_

cvs commit: ports/x11/tint Makefile

2008-07-21 Thread Doug Barton
dougb 2008-07-21 19:22:42 UTC FreeBSD ports repository Modified files: x11/tint Makefile Log: Add xrandr to the list of dependencies. Submitted by: Ion-tindy Revision ChangesPath 1.2 +1 -1 ports/x11/tint/Makefile ___

cvs commit: src/sys/netinet ip_carp.c

2008-07-21 Thread Ermal Lu�i
eri 2008-07-21 19:51:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet ip_carp.c Log: SVN rev 180671 on 2008-07-21 19:51:01Z by eri MFC r180513: Fix carp(4) panics that can occur during carp interface configuration.

cvs commit: ports/devel Makefile ports/devel/p5-SVN-Notify-Filter-EmailFlatFileDB Makefile distinfo pkg-descr pkg-plist

2008-07-21 Thread Greg Larkin
glarkin 2008-07-21 19:53:11 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-SVN-Notify-Filter-EmailFlatFileDB Makefile distinfo pkg-descr pkg-plist Log: New port: p5-SVN-Notify

cvs commit: src/lib/libc/gen arc4random.c

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 20:04:32 UTC FreeBSD src repository Modified files: lib/libc/gen arc4random.c Log: SVN rev 180672 on 2008-07-21 20:04:32Z by ache 1) Update copyright notice. 2) Eliminate "struct arc4_stream *as" arg since only single arg is possible. 3) Set

Re: cvs commit: ports/devel Makefile ports/devel/p5-SVN-Notify-Filter-EmailFlatFileDB Makefile distinfo pkg-descr pkg-plist

2008-07-21 Thread QA Tindy
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_

cvs commit: src/sys/kern subr_autoconf.c

2008-07-21 Thread Robert Watson
rwatson 2008-07-21 20:50:49 UTC FreeBSD src repository Modified files: sys/kern subr_autoconf.c Log: SVN rev 180673 on 2008-07-21 20:50:49Z by rwatson If run_interrupt_driven_config_hooks() waits 360 seconds and INVARIANTS is compiled into the kernel, then pani

Re: cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c

2008-07-21 Thread John Baldwin
On Sunday 20 July 2008 11:25:20 am Tom Rhodes wrote: > trhodes 2008-07-20 15:25:20 UTC > > FreeBSD src repository > > Modified files: > sys/netipx ipx_input.c ipx_usrreq.c > Log: > SVN rev 180630 on 2008-07-20 15:25:20Z by trhodes > > Document a few sysctls. > >

Re: cvs commit: src/etc remote

2008-07-21 Thread John Baldwin
On Saturday 19 July 2008 03:08:22 pm Marcel Moolenaar wrote: > marcel 2008-07-19 19:08:22 UTC > > FreeBSD src repository > > Modified files: > etc remote > Log: > SVN rev 180615 on 2008-07-19 19:08:22Z by marcel > > With uart(4) default, change /dev/cuad# t

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

2008-07-21 Thread John Baldwin
On Thursday 10 July 2008 01:06:54 pm John Baldwin wrote: > jhb 2008-07-10 17:06:54 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_7) > sys/dev/acpica acpi.c > Log: > SVN rev 180432 on 2008-07-10 17:06:54Z by jhb > > MFC: After probing the

cvs commit: src/sys/netinet tcp_offload.c tcp_offload.h

2008-07-21 Thread Kip Macy
kmacy 2008-07-21 21:22:56 UTC FreeBSD src repository Modified files: sys/netinet tcp_offload.c tcp_offload.h Log: SVN rev 180674 on 2008-07-21 21:22:56Z by kmacy - Switch to INP_WLOCK macro from inp_wlock - calling sodisconnect after tcp_twstart is both gratuito

cvs commit: src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c

2008-07-21 Thread Kip Macy
kmacy 2008-07-21 21:23:43 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/tom cxgb_cpl_io.c Log: SVN rev 180675 on 2008-07-21 21:23:43Z by kmacy remove call to unsafe tcp_twstart function Revision ChangesPath 1.15 +1 -20 src/sys/dev/cxgb/ul

Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/lib/csu Makefile src/gnu/lib/libssp Makefile src/lib/csu Makefile.inc src/lib/libc Makefile src/lib/libstand Makefile src/lib/libthr Make

2008-07-21 Thread Jeremie Le Hen
Hi Bernd, Again, sorry for the late reply, I'm abroad this week once again for work, so I have very little time for my personal stuff. On Fri, Jul 18, 2008 at 01:40:59PM +0200, Bernd Walter wrote: > No change - with SSP all dynamic linked binaries fail the same as the > 7-stable did. > Without SS

cvs commit: ports MOVED ports/japanese Makefile ports/japanese/samba Makefile distinfo pkg-descr pkg-message pkg-plist ports/japanese/samba/files README.FreeBSD patch-Makefile.in patch-ae patch-aj pat

2008-07-21 Thread Erwin Lansing
erwin 2008-07-21 21:52:33 UTC FreeBSD ports repository Modified files: .MOVED japanese Makefile Removed files: japanese/samba Makefile distinfo pkg-descr pkg-message pkg-plist japanese/samba/files READM

cvs commit: src/lib/libc/gen arc4random.c

2008-07-21 Thread Andrey A. Chernov
ache2008-07-21 21:57:30 UTC FreeBSD src repository Modified files: lib/libc/gen arc4random.c Log: SVN rev 180676 on 2008-07-21 21:57:30Z by ache 1) Use __packed attr on rdat structure to make it exact 128 bytes. 2) Use gettimeofday() and getpid() only if readin

cvs commit: src/lib/libc/gen Symbol.map

2008-07-21 Thread John Baldwin
jhb 2008-07-21 22:07:59 UTC FreeBSD src repository Modified files: lib/libc/gen Symbol.map Log: SVN rev 180677 on 2008-07-21 22:07:59Z by jhb Add feature_present(3) to the FBSD 1.1 symbol map. Revision ChangesPath 1.14 +1 -0 src/lib/libc/gen

cvs commit: src/sys/netinet in_pcb.c in_pcb.h

2008-07-21 Thread Kip Macy
kmacy 2008-07-21 22:11:39 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c in_pcb.h Log: SVN rev 180678 on 2008-07-21 22:11:39Z by kmacy make new accessor functions consistent with existing style Revision ChangesPath 1.213 +5 -3

cvs commit: src/sys/net if_gre.c

2008-07-21 Thread Julian Elischer
julian 2008-07-21 22:15:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_gre.c Log: SVN rev 180679 on 2008-07-21 22:15:21Z by julian MFC code cleanup. 177416 Replace really convoluted code that simplifies to "a ^= 0x01;

Re: cvs commit: src/etc remote

2008-07-21 Thread John Baldwin
On Monday 21 July 2008 05:22:15 pm Marcel Moolenaar wrote: > > On Jul 21, 2008, at 8:07 AM, John Baldwin wrote: > > > On Saturday 19 July 2008 03:08:22 pm Marcel Moolenaar wrote: > >> marcel 2008-07-19 19:08:22 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>etc

Re: cvs commit: src/etc remote

2008-07-21 Thread Marcel Moolenaar
On Jul 21, 2008, at 8:07 AM, John Baldwin wrote: On Saturday 19 July 2008 03:08:22 pm Marcel Moolenaar wrote: marcel 2008-07-19 19:08:22 UTC FreeBSD src repository Modified files: etc remote Log: SVN rev 180615 on 2008-07-19 19:08:22Z by marcel With uart(4) def

cvs commit: ports/Mk bsd.ldap.mk bsd.port.mk ports/dns/bind9-dlz Makefile ports/mail/postfix1 Makefile ports/security/seahorse Makefile

2008-07-21 Thread Pav Lucistnik
pav 2008-07-21 22:29:22 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk dns/bind9-dlzMakefile mail/postfix1Makefile security/seahorseMakefile Added files: Mk bsd.ldap.mk Log: - Separate

cvs commit: ports CHANGES

2008-07-21 Thread Pav Lucistnik
pav 2008-07-21 22:35:59 UTC FreeBSD ports repository Modified files: .CHANGES Log: Document porter visible changes from bsd.port.mk rev. 1.598 Revision ChangesPath 1.83 +8 -1 ports/CHANGES _

cvs commit: src/etc remote

2008-07-21 Thread Marcel Moolenaar
marcel 2008-07-21 22:38:00 UTC FreeBSD src repository Modified files: etc remote Log: SVN rev 180680 on 2008-07-21 22:38:00Z by marcel Remove sioX as an alias for uartX. It is believed to be more confusing than helpful. Suggested by: jhb Revisio

cvs commit: ports UPDATING

2008-07-21 Thread Edwin Groothuis
edwin 2008-07-21 22:44:41 UTC FreeBSD ports repository Modified files: .UPDATING Log: Fix typo: opied -> copied Submitted by: "Philip M. Gollucci" <[EMAIL PROTECTED]> Revision ChangesPath 1.677 +2 -2 ports/UPDATING ___

cvs commit: src/etc rc.resume

2008-07-21 Thread Andrew Thompson
thompsa 2008-07-21 22:55:40 UTC FreeBSD src repository Modified files: etc rc.resume Log: SVN rev 180681 on 2008-07-21 22:55:40Z by thompsa Change the module example to kldload since this is the resume side. Revision ChangesPath 1.9 +1 -1

cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_mountops.c xfs_vnode.c src/sys/kern vfs_subr.c

2008-07-21 Thread Attilio Rao
attilio 2008-07-21 23:01:09 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs/FreeBSD xfs_mountops.c xfs_vnode.c sys/kern vfs_subr.c Log: SVN rev 180682 on 2008-07-21 23:01:09Z by attilio - Disallow XFS mounting in write mode. The write support neve

cvs commit: CVSROOT modules

2008-07-21 Thread Edwin Groothuis
edwin 2008-07-21 23:08:14 UTC FreeBSD ports repository Modified files: .modules Log: Ports modules update at Monday 21 July 2008 at 23:08 Revision ChangesPath 1.20101 +2 -2 CVSROOT/modules ___ cv

cvs commit: www/share/sgml news.xml

2008-07-21 Thread Giorgos Keramidas
keramida2008-07-21 23:35:31 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Announce the results of the Core elections to our news section. Revision ChangesPath 1.176 +25 -1 www/share/sgml/news.xml

cvs commit: ports/emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11 ports/emulators/open-vm-tools/files patch-scripts-Makefile

2008-07-21 Thread Martin Blapp
mbr 2008-07-21 23:43:44 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11 Added files: emulators/open-vm-tools/files patch-scripts-Makefile Log: Change GTK12 dependency to GTK20 to fix the package build. Fix package

cvs commit: ports/science/silo Makefile pkg-plist

2008-07-21 Thread Beech Rintoul
beech 2008-07-22 00:11:36 UTC FreeBSD ports repository Modified files: science/silo Makefile pkg-plist Log: - Turn off the python module as it causes breakage in the build cluster. - While here, rename the BROWSER option to SILEXB to avoid confusion. - No version bu

Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/lib/csu Makefile src/gnu/lib/libssp Makefile src/lib/csu Makefile.inc src/lib/libc Makefile src/lib/libstand Makefile src/lib/libthr Make

2008-07-21 Thread Bernd Walter
On Mon, Jul 21, 2008 at 11:39:51PM +0200, Jeremie Le Hen wrote: > Hi Bernd, > > Again, sorry for the late reply, I'm abroad this week once again for > work, so I have very little time for my personal stuff. > > On Fri, Jul 18, 2008 at 01:40:59PM +0200, Bernd Walter wrote: > > No change - with SSP

cvs commit: ports/www/mozplugger Makefile distinfo pkg-message ports/www/mozplugger/files patch-Makefile patch-mozplugger.c pkg-message.in

2008-07-21 Thread Beech Rintoul
beech 2008-07-22 00:43:15 UTC FreeBSD ports repository Modified files: www/mozplugger Makefile distinfo www/mozplugger/files patch-Makefile Added files: www/mozplugger/files pkg-message.in Removed files: www/mozplugger pkg-message www/mozplugger/f

cvs commit: ports/www/toofpy distinfo

2008-07-21 Thread Beech Rintoul
beech 2008-07-22 01:06:48 UTC FreeBSD ports repository Modified files: www/toofpy distinfo Log: - Fix distinfo Submitted by: Frank Fenor <[EMAIL PROTECTED]> (maintainer) Reported by:pointyhat via erwin Revision ChangesPath 1.4 +3 -3

cvs commit: ports/multimedia/gpodder Makefile

2008-07-21 Thread Wesley Shields
wxs 2008-07-22 01:07:57 UTC FreeBSD ports repository Modified files: multimedia/gpodder Makefile Log: Add dependency on pysqlite2. Fix other dependencies (LIB not RUN). PR: ports/125709 Submitted by: Fraser Tweedale <[EMAIL PROTECTED]> Approved by:

Re: cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c

2008-07-21 Thread Tom Rhodes
On Mon, 21 Jul 2008 11:00:15 -0400 John Baldwin <[EMAIL PROTECTED]> wrote: > On Sunday 20 July 2008 11:25:20 am Tom Rhodes wrote: > > trhodes 2008-07-20 15:25:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netipx ipx_input.c ipx_usrreq.c > > Log: >

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

2008-07-21 Thread Felippe de Meirelles Motta
lippe 2008-07-22 01:44:20 UTC FreeBSD ports repository Modified files: security/klamav Makefile distinfo pkg-plist Log: - Update to 0.44. PR: ports/125755 Submitted by: Anderson S. Ferreira <[EMAIL PROTECTED]> (maintainer) Approved by:gabor (ment

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

2008-07-21 Thread Felippe de Meirelles Motta
lippe 2008-07-22 01:45:42 UTC FreeBSD ports repository Modified files: www/openxMakefile distinfo pkg-plist Log: - Update to 2.4.7. PR: ports/125754 Submitted by: Piotr Rybicki <[EMAIL PROTECTED]> (maintainer) Approved by:gabor (mentor, im

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

2008-07-21 Thread Felippe de Meirelles Motta
lippe 2008-07-22 01:49:54 UTC FreeBSD ports repository Modified files: sysutils/fileMakefile distinfo pkg-plist Log: - Update to 4.25. PR: ports/125321 Submitted by: bf <[EMAIL PROTECTED]> Approved by:gabor (mentor, implicit), maintainer timeo

cvs commit: ports/net-p2p/limewire Makefile distinfo

2008-07-21 Thread Felippe de Meirelles Motta
lippe 2008-07-22 01:58:31 UTC FreeBSD ports repository Modified files: net-p2p/limewire Makefile distinfo Log: - Update to 4.18.3. - Pass maintainership to submitter. PR: ports/124745 Submitted by: Naram Qashat <[EMAIL PROTECTED]> Approved by:ga

cvs commit: ports/Mk bsd.ldap.mk

2008-07-21 Thread Xin LI
delphij 2008-07-22 01:59:22 UTC FreeBSD ports repository Modified files: Mk bsd.ldap.mk Log: Fix typo: OPENLPAP should be spelled like OPENLDAP. Revision ChangesPath 1.2 +2 -2 ports/Mk/bsd.ldap.mk __

cvs commit: ports/textproc/xmlto Makefile distinfo ports/textproc/xmlto/files patch-xmlto.in

2008-07-21 Thread Wesley Shields
wxs 2008-07-22 02:00:58 UTC FreeBSD ports repository Modified files: textproc/xmlto Makefile distinfo Removed files: textproc/xmlto/files patch-xmlto.in Log: Update to 0.0.21. Chase new MASTER_SITE. Add more OPTIONS (default to off). Cleanup post-patch and

cvs commit: ports MOVED ports/net/silky Makefile distinfo pkg-descr pkg-plist ports/net/silky/files patch-main.c

2008-07-21 Thread Wesley Shields
wxs 2008-07-22 02:20:45 UTC FreeBSD ports repository Modified files: .MOVED Removed files: net/silkyMakefile distinfo pkg-descr pkg-plist net/silky/files patch-main.c Log: Remove net/silky - broken with newer silc-toolkit versi

cvs commit: ports MOVED

2008-07-21 Thread Wesley Shields
wxs 2008-07-22 02:26:56 UTC FreeBSD ports repository Modified files: .MOVED Log: Remove copy/paste mistake. Revision ChangesPath 1.1654+1 -2 ports/MOVED ___ cvs-all@freebsd.org mailing list h

cvs commit: ports/www/free-sa Makefile distinfo

2008-07-21 Thread Beech Rintoul
beech 2008-07-22 03:45:56 UTC FreeBSD ports repository Modified files: www/free-sa Makefile distinfo Log: - Update to 1.4.4 PR: ports/125374 Submitted by: Andy <[EMAIL PROTECTED]> Approved by:maintainer timeout (>Two weeks) Revision Cha

cvs commit: ports/print/nenscript/files patch-main.c

2008-07-21 Thread Beech Rintoul
beech 2008-07-22 04:13:03 UTC FreeBSD ports repository Added files: print/nenscript/files patch-main.c Log: - Minimal patch to prevent a buffer overflow. PR: ports/125787 Submitted by: Pedro F. Giffuni <[EMAIL PROTECTED]> Revision ChangesPath 1.

cvs commit: src/sys/netinet in_pcb.c in_pcb.h

2008-07-21 Thread Tai-hwa Liang
avatar 2008-07-22 04:23:57 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c in_pcb.h Log: SVN rev 180683 on 2008-07-22 04:23:57Z by avatar Trying to fix compilation bustage: - removing 'const' qualifier from an input parameter to conform to the typ

Re: cvs commit: src/etc remote

2008-07-21 Thread Marcel Moolenaar
On Jul 21, 2008, at 2:32 PM, John Baldwin wrote: On Monday 21 July 2008 05:22:15 pm Marcel Moolenaar wrote: On Jul 21, 2008, at 8:07 AM, John Baldwin wrote: On Saturday 19 July 2008 03:08:22 pm Marcel Moolenaar wrote: marcel 2008-07-19 19:08:22 UTC FreeBSD src repository Modified fi

cvs commit: ports/ports-mgmt/portmk/Mk bsd.port.mk

2008-07-21 Thread Mark Linimon
linimon 2008-07-22 04:33:47 UTC FreeBSD ports repository Modified files: ports-mgmt/portmk/Mk bsd.port.mk Log: Catch up with master 1.598. Revision ChangesPath 1.76 +16 -36ports/ports-mgmt/portmk/Mk/bsd.port.mk ___

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml

2008-07-21 Thread Bruce A. Mah
bmah2008-07-22 05:02:46 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: SVN rev 180684 on 2008-07-22 05:02:46Z by bmah Add a sentence of credits to the KSE removal note. Requested by: brooks Revision Changes

cvs commit: ports/www/nginx-devel Makefile pkg-plist ports/www/nginx-devel/files nginx.sh.in

2008-07-21 Thread Sergey A. Osokin
osa 2008-07-22 05:55:19 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile pkg-plist www/nginx-devel/files nginx.sh.in Log: [1] Don't remove NGINX_TMPDIR directory, if port upgrade running. (*) [2] Add extra command upgrade for rc, allowing t

cvs commit: ports/graphics/iec16022 Makefile distinfo

2008-07-21 Thread Emanuel Haupt
ehaupt 2008-07-22 06:09:39 UTC FreeBSD ports repository Modified files: graphics/iec16022Makefile distinfo Log: Update to 0.2.3 Revision ChangesPath 1.2 +3 -1 ports/graphics/iec16022/Makefile 1.2 +3 -3 ports/graphics/iec16022/distinfo

Re: cvs commit: ports/www/toofpy distinfo

2008-07-21 Thread QA Tindy
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_

cvs commit: ports/devel/spin Makefile distinfo ports/devel/spin/files patch-xspin

2008-07-21 Thread Rong-En Fan
rafan 2008-07-22 06:51:30 UTC FreeBSD ports repository Modified files: devel/spin Makefile distinfo devel/spin/files patch-xspin Log: - Update to 5.1.6 PR: ports/125851 Submitted by: Jonathan Hanna (maintainer) Revision Changes