cvs commit: ports/textproc/p5-Text-CSV Makefile distinfo

2008-08-22 Thread Yen-Ming Lee
leeym 2008-08-23 06:50:59 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV Makefile distinfo Log: - update to 1.08 Revision ChangesPath 1.12 +1 -1 ports/textproc/p5-Text-CSV/Makefile 1.11 +3 -3 ports/textproc/p5-Text-CSV/distin

cvs commit: ports/net/p5-Net-Amazon-S3 Makefile distinfo

2008-08-22 Thread Yen-Ming Lee
leeym 2008-08-23 06:36:46 UTC FreeBSD ports repository Modified files: net/p5-Net-Amazon-S3 Makefile distinfo Log: - update to 0.45 Revision ChangesPath 1.11 +6 -10 ports/net/p5-Net-Amazon-S3/Makefile 1.9 +3 -3 ports/net/p5-Net-Amazon-S3/distin

Re: cvs commit: ports/devel/ppl Makefile distinfo pkg-plist ports/devel/ppl/files patch-interfaces::Makefile.in

2008-08-22 Thread QAT
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cvs commit: ports/devel/ppl Makefile distinfo pkg-plist ports/devel/ppl/files patch-interfaces::Makefile.in Date: Sat, 23 Aug 2008 08:15:14 +0300 (EEST) X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh,v 1.43 2008/08/2

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

2008-08-22 Thread Maho Nakata
maho2008-08-23 05:41:34 UTC FreeBSD ports repository Modified files: science/liboglappth Makefile pkg-plist Log: Build fix Spotted by: QAT Revision ChangesPath 1.2 +1 -0 ports/science/liboglappth/Makefile 1.2 +1 -0 ports/science/libog

cvs commit: ports/math/octave-forge Makefile

2008-08-22 Thread Maho Nakata
maho2008-08-23 05:36:52 UTC FreeBSD ports repository Modified files: math/octave-forgeMakefile Log: Pass maintainership to Stephen Montgomery-Smith <[EMAIL PROTECTED]> . Revision ChangesPath 1.24 +1 -1 ports/math/octave-forge/Makefile ___

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

2008-08-22 Thread Maho Nakata
maho2008-08-23 05:07:40 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3 Makefile editors/openoffice.org-3-RC Makefile editors/openoffice.org-3-devel Makefile Log: JDK 1.6 support. Builds were verified on FBSD6/i386. Revision ChangesPa

cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/sys isa_defs.h

2008-08-22 Thread Warner Losh
imp 2008-08-23 04:58:11 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/sys isa_defs.h Log: SVN rev 182031 on 2008-08-23 04:58:11Z by imp Add MIPS support. Reviewed by:jb@ Revision ChangesPath 1.5 +43 -0

Re: cvs commit: ports/science/libghemical Makefile distinfo pkg-plist ports/science/libghemical/files patch-configure.ac patch-f2c

2008-08-22 Thread QAT
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: src/sys/dev/bfe if_bfe.c if_bfereg.h

2008-08-22 Thread Sam Leffler
Pyun YongHyeon wrote: On Fri, Aug 22, 2008 at 09:22:13AM -0700, Sam Leffler wrote: > Pyun YongHyeon wrote: > >yongari 2008-08-22 06:46:55 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/dev/bfe if_bfe.c if_bfereg.h > > Log: > > SVN rev 181994 on 2

cvs commit: src/sys/dev/pci pci.c pci_pci.c pcivar.h

2008-08-22 Thread Max Laier
mlaier 2008-08-23 03:43:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pci.c pci_pci.c pcivar.h Log: SVN rev 182030 on 2008-08-23 03:43:38Z by mlaier MFC r180753 by luoqi@: Only enable MSI mappings for devices that use MSI.

cvs commit: src/sys/dev/pci pci.c pci_pci.c pcivar.h

2008-08-22 Thread Max Laier
mlaier 2008-08-23 03:40:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/pci pci.c pci_pci.c pcivar.h Log: SVN rev 182029 on 2008-08-23 03:40:49Z by mlaier MFC r180753 by luoqi@: Only enable MSI mappings for devices that use MSI.

Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h

2008-08-22 Thread John Baldwin
On Friday 22 August 2008 10:34:06 pm Pyun YongHyeon wrote: > On Fri, Aug 22, 2008 at 02:20:27PM -0400, John Baldwin wrote: > > On Friday 22 August 2008 02:46:55 am Pyun YongHyeon wrote: > > > yongari 2008-08-22 06:46:55 UTC > > > > > > FreeBSD src repository > > > > > > Modified files

Re: cvs commit: src/sbin/fsck_ffs main.c

2008-08-22 Thread John Baldwin
On Friday 22 August 2008 09:21:10 pm Craig Rodrigues wrote: > rodrigc 2008-08-23 01:21:10 UTC > > FreeBSD src repository > > Modified files: > sbin/fsck_ffsmain.c > Log: > SVN rev 182027 on 2008-08-23 01:21:10Z by rodrigc > > Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MN

Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h

2008-08-22 Thread Pyun YongHyeon
On Fri, Aug 22, 2008 at 09:22:13AM -0700, Sam Leffler wrote: > Pyun YongHyeon wrote: > >yongari 2008-08-22 06:46:55 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/dev/bfe if_bfe.c if_bfereg.h > > Log: > > SVN rev 181994 on 2008-08-22 06:46:55Z by yo

Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h

2008-08-22 Thread Pyun YongHyeon
On Fri, Aug 22, 2008 at 02:20:27PM -0400, John Baldwin wrote: > On Friday 22 August 2008 02:46:55 am Pyun YongHyeon wrote: > > yongari 2008-08-22 06:46:55 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/bfe if_bfe.c if_bfereg.h > > Log: > >

cvs commit: CVSROOT modules

2008-08-22 Thread Edwin Groothuis
edwin 2008-08-23 02:09:10 UTC FreeBSD ports repository Modified files: .modules Log: Ports modules update at Saturday 23 August 2008 at 02:09 Revision ChangesPath 1.20135 +2 -8 CVSROOT/modules __

cvs commit: src/sys/vm uma_core.c

2008-08-22 Thread Nathan Whitehorn
nwhitehorn2008-08-23 01:35:36 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: SVN rev 182028 on 2008-08-23 01:35:36Z by nwhitehorn Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code requires MD allocator to be availab

cvs commit: src/sbin/fsck_ffs main.c

2008-08-22 Thread Craig Rodrigues
rodrigc 2008-08-23 01:21:10 UTC FreeBSD src repository Modified files: sbin/fsck_ffsmain.c Log: SVN rev 182027 on 2008-08-23 01:21:10Z by rodrigc Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD from userspace to kernel via nmount(), pass in the strings "u

cvs commit: src/sys/sys copyright.h

2008-08-22 Thread Warner Losh
imp 2008-08-23 01:20:36 UTC FreeBSD src repository Modified files: sys/sys copyright.h Log: SVN rev 182026 on 2008-08-23 01:20:36Z by imp Minor style nits. Revision ChangesPath 1.28 +3 -5 src/sys/sys/copyright.h

cvs commit: src/sys/kern vfs_mount.c

2008-08-22 Thread Craig Rodrigues
rodrigc 2008-08-23 01:16:09 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: SVN rev 182025 on 2008-08-23 01:16:09Z by rodrigc In nmount(), when we see the "force" option, set the MNT_FORCE flag, but do not persist "force" in the options l

cvs commit: ports/cad/klayout Makefile distinfo ports/cad/klayout/files patch-build.sh

2008-08-22 Thread Hiroki Sato
hrs 2008-08-23 00:51:40 UTC FreeBSD ports repository Modified files: cad/klayout Makefile distinfo cad/klayout/filespatch-build.sh Log: Update to 0.15. Changes include: * Editing capabilities. "klayout" in it's basic form still operates as pure vie

cvs commit: ports/math/pgcalc Makefile pkg-descr

2008-08-22 Thread Alexey Dokuchaev
danfe 2008-08-23 00:31:33 UTC FreeBSD ports repository Modified files: math/pgcalc Makefile pkg-descr Log: - Reindent (beautify) OPTIONS - Spelling nits in port description Revision ChangesPath 1.13 +1 -1 ports/math/pgcalc/Makefile 1.2 +

cvs commit: ports/devel/ppl Makefile distinfo pkg-plist ports/devel/ppl/files patch-interfaces::Makefile.in

2008-08-22 Thread Pietro Cerutti
gahr2008-08-23 00:29:36 UTC FreeBSD ports repository Modified files: devel/pplMakefile distinfo pkg-plist Removed files: devel/ppl/files patch-interfaces::Makefile.in Log: - Update to 0.9 - Respect NOPORTDOCS [1] Reported by:QA Tindie [1]

cvs commit: ports/devel/cogito Makefile pkg-plist

2008-08-22 Thread Pietro Cerutti
gahr2008-08-23 00:17:57 UTC FreeBSD ports repository Modified files: devel/cogito Makefile pkg-plist Log: - Fix installation of manpages Reported by:QA Tindie Revision ChangesPath 1.10 +9 -9 ports/devel/cogito/Makefile 1.5 +1 -1

cvs commit: ports/devel/m17n-docs Makefile pkg-plist

2008-08-22 Thread Pietro Cerutti
gahr2008-08-22 23:54:46 UTC FreeBSD ports repository Modified files: devel/m17n-docs Makefile Added files: devel/m17n-docs pkg-plist Log: - Force installation of docs Reported by:QA Tindie Revision ChangesPath 1.8 +1 -2 ports/d

cvs commit: src/sys/kern kern_intr.c

2008-08-22 Thread Kip Macy
kmacy 2008-08-22 23:24:53 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: SVN rev 182024 on 2008-08-22 23:24:53Z by kmacy Submit a band-aid for interrupt set up race. MFC after: 1 month Revision ChangesPath 1.167 +

cvs commit: ports/devel/styx Makefile pkg-plist

2008-08-22 Thread Pietro Cerutti
gahr2008-08-22 23:03:42 UTC FreeBSD ports repository Modified files: devel/styx Makefile pkg-plist Log: - Respect NOPORTEXAMPLES Reported by:QA Tindie Revision ChangesPath 1.25 +8 -1 ports/devel/styx/Makefile 1.9 +23 -23por

cvs commit: ports/editors/gnotepad+ Makefile pkg-plist

2008-08-22 Thread Pietro Cerutti
gahr2008-08-22 22:41:56 UTC FreeBSD ports repository Modified files: editors/gnotepad+Makefile pkg-plist Log: - Respect NOPORTDOCS Reported by:QA Tindie Revision ChangesPath 1.36 +3 -0 ports/editors/gnotepad+/Makefile 1.8 +54 -43

cvs commit: ports/science/ghemical Makefile distinfo pkg-plist

2008-08-22 Thread Maho Nakata
maho2008-08-22 22:36:30 UTC FreeBSD ports repository Modified files: science/ghemical Makefile distinfo pkg-plist Log: Update to 2.98. Revision ChangesPath 1.26 +6 -5 ports/science/ghemical/Makefile 1.7 +3 -3 ports/science/ghemical/disti

cvs commit: ports/science/libghemical Makefile distinfo pkg-plist ports/science/libghemical/files patch-configure.ac patch-f2c

2008-08-22 Thread Maho Nakata
maho2008-08-22 22:23:17 UTC FreeBSD ports repository Modified files: science/libghemical Makefile distinfo pkg-plist science/libghemical/files patch-configure.ac Removed files: science/libghemical/files patch-f2c Log: Update to 2.98. Revision ChangesPat

cvs commit: ports/biology/mopac Makefile ports/biology/mopac/files patch-libmopac7.pc.in

2008-08-22 Thread Maho Nakata
maho2008-08-22 22:20:05 UTC FreeBSD ports repository Modified files: biology/mopacMakefile Added files: biology/mopac/files patch-libmopac7.pc.in Log: Add -lf2c, this is the correct dependency. Bump portrevision. Revision ChangesPath 1.22 +1 -

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

2008-08-22 Thread Dmitry Marakasov
amdmi3 2008-08-22 22:18:03 UTC FreeBSD ports repository Modified files: textproc/asciidocMakefile distinfo pkg-descr pkg-plist Log: - Update to 8.2.7 - Pass maintainership to submitter at his consent PR: 126317 Submitted by: peter dot schuller at infid

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

2008-08-22 Thread Maxim Sobolev
sobomax 2008-08-22 22:11:30 UTC FreeBSD ports repository Modified files: net/asterisk/files patch-configure Log: Fix obscure build error in the port. Basically, depending on versions of some externals packages (I suspect it's autotools), files openh323buildopts.h and ptbuil

cvs commit: src/sys/kern tty.c

2008-08-22 Thread Ed Schouten
ed 2008-08-22 21:27:37 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: SVN rev 182023 on 2008-08-22 21:27:37Z by ed Fix two small bugs in tcsetattr(). - According to POSIX, tcsetattr() must not fail when any of the bits in the structu

cvs commit: src/usr.sbin Makefile

2008-08-22 Thread Ollivier Robert
roberto 2008-08-22 21:20:23 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: SVN rev 182022 on 2008-08-22 21:20:23Z by roberto Hook back ntp to the build now that I fixed it. Pointy hat to: me Revision ChangesPath 1.393 +1 -

Re: cvs commit: src/usr.sbin/ntp/libopts Makefile

2008-08-22 Thread Niclas Zeising
Ollivier Robert wrote: roberto 2008-08-22 20:04:35 UTC FreeBSD src repository Added files: usr.sbin/ntp/libopts Makefile Log: SVN rev 182019 on 2008-08-22 20:04:35Z by roberto Add forgotten libopts subdir. MFC after: 2 weeks Revision ChangesPath 1.1

Re: cvs commit: ports/math/octave-devel Makefile distinfo pkg-plist ports/math/octave-devel/files patch-examples+Makefile.in patch-scripts+pkg+pkg.m patch-src+Makefile.in

2008-08-22 Thread QAT
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/math/octave-devel Makefile distinfo pkg-plist ports/math/octave-devel/files patch-examples+Makefile.in patch-scripts+pkg+pkg.m patch-src+Makefile.in

2008-08-22 Thread Maho Nakata
maho2008-08-22 20:59:15 UTC FreeBSD ports repository Modified files: math/octave-develMakefile distinfo pkg-plist math/octave-devel/files patch-examples+Makefile.in Added files: math/octave-devel/files patch-scripts+pkg+pkg.m Removed files: math/octave-devel

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

2008-08-22 Thread Dmitry Marakasov
amdmi3 2008-08-22 20:48:55 UTC FreeBSD ports repository Modified files: net-p2p/limewire Makefile distinfo Log: - Update to 4.18.6 PR: 126745 Submitted by: Naram Qashat (maintainer) Revision ChangesPath 1.41 +1 -1 ports/net-p2p/lim

cvs commit: src/sys/i386/i386 local_apic.c

2008-08-22 Thread Kip Macy
kmacy 2008-08-22 20:38:25 UTC FreeBSD src repository Modified files: sys/i386/i386local_apic.c Log: SVN rev 182021 on 2008-08-22 20:38:25Z by kmacy Don't try enumerating APICs when running on top of xen (fixes boot on 64-bit dom0s) MFC after: 1 month

cvs commit: src/sys/boot/sparc64/loader main.c src/sys/conf options.sparc64 src/sys/sparc64/pci ofw_pci.h ofw_pcibus.c psycho.c src/sys/sparc64/sparc64 exception.S locore.S mp_machdep.c

2008-08-22 Thread Marius Strobl
marius 2008-08-22 20:28:19 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader main.c sys/conf options.sparc64 sys/sparc64/pci ofw_pci.h ofw_pcibus.c psycho.c sys/sparc64/sparc64 exception.S locore.S mp_machdep.c Log: SVN rev 18202

Re: cvs commit: ports/devel/apr Makefile distinfo ports/devel/apr/files patch-apr-util-1.3.2__build__apu-conf.m4

2008-08-22 Thread Philip M. Gollucci
===> Applying FreeBSD patches for apr-1.3.3.1.3.4 No file to patch. Skipping... 1 out of 1 hunks ignored--saving rejects to apr-1.3.2/build/apr_hints.m4.rej Can't create apr-1.3.2/build/apr_hints.m4.rej, output is in /tmp//patchrtkCD5x: No such file or directory => Patch patch-apr_hints.m4 fail

cvs commit: ports/devel/apr/files patch-apr_hints.m4

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 20:05:38 UTC FreeBSD ports repository Modified files: devel/apr/files patch-apr_hints.m4 Log: Left a file out of the previoius commit. this updates the patch for 1.3.2 -> 1.3.3 Noticed by: ionbot Revision ChangesPath 1.14 +2 -2

cvs commit: src/usr.sbin/ntp/libopts Makefile

2008-08-22 Thread Ollivier Robert
roberto 2008-08-22 20:04:35 UTC FreeBSD src repository Added files: usr.sbin/ntp/libopts Makefile Log: SVN rev 182019 on 2008-08-22 20:04:35Z by roberto Add forgotten libopts subdir. MFC after: 2 weeks Revision ChangesPath 1.1 +13 -0 src/usr.s

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

2008-08-22 Thread Manolis Kiagias
manolis 2008-08-22 19:50:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/introduction chapter.sgml Log: A few changes in Handbook's "introduction" chapter: - Update some info on recent branches in the History section - Replace a few occurrences

cvs commit: ports/devel/makeplus Makefile pkg-plist

2008-08-22 Thread Dmitry Marakasov
amdmi3 2008-08-22 19:47:31 UTC FreeBSD ports repository Modified files: devel/makeplus Makefile pkg-plist Log: - Unbreak by fixing plist Revision ChangesPath 1.17 +1 -3 ports/devel/makeplus/Makefile 1.4 +9 -10 ports/devel/makeplus/pkg-plis

Re: cvs commit: ports/devel/apr Makefile distinfo ports/devel/apr/files patch-apr-util-1.3.2__build__apu-conf.m4

2008-08-22 Thread QAT
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: src/sys/dev/bfe if_bfe.c if_bfereg.h

2008-08-22 Thread John Baldwin
On Friday 22 August 2008 02:46:55 am Pyun YongHyeon wrote: > yongari 2008-08-22 06:46:55 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bfe if_bfe.c if_bfereg.h > Log: > SVN rev 181994 on 2008-08-22 06:46:55Z by yongari > > Add a new sysctl node 'dev.b

cvs commit: ports/games/enigma Makefile distinfo pkg-message pkg-plist ports/games/enigma/files patch-Makefile.in patch-configure patch-lib-src::Makefile.am patch-lib-src::Makefile.in patch-src::Makef

2008-08-22 Thread Dmitry Marakasov
amdmi3 2008-08-22 19:35:05 UTC FreeBSD ports repository Modified files: games/enigma Makefile distinfo pkg-plist games/enigma/files patch-configure patch-lib-src::Makefile.in patch-src::Makefile.in Added files:

cvs commit: ports/games/dungeon Makefile

2008-08-22 Thread Dmitry Marakasov
amdmi3 2008-08-22 19:32:32 UTC FreeBSD ports repository Modified files: games/dungeonMakefile Log: - Unbreak Revision ChangesPath 1.16 +2 -3 ports/games/dungeon/Makefile ___ cvs-all@freebsd.org mailing lis

cvs commit: ports/audio/gogo Makefile

2008-08-22 Thread Dmitry Marakasov
amdmi3 2008-08-22 19:32:02 UTC FreeBSD ports repository Modified files: audio/gogo Makefile Log: - Add more mirrors to make it fetchable; unbreak Revision ChangesPath 1.34 +4 -3 ports/audio/gogo/Makefile ___

cvs commit: ports/x11-toolkits/jdic Makefile

2008-08-22 Thread Thierry Thomas
thierry 2008-08-22 19:12:23 UTC FreeBSD ports repository Modified files: x11-toolkits/jdicMakefile Log: - This changes adds xt to USE_XORG since the port uses headers from the xt port (e.g., X11/Intrinsic.h) and clearly links with libXt during the build; - Release ma

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

2008-08-22 Thread Marius Strobl
marius 2008-08-22 19:05:47 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 stack_machdep.c Log: SVN rev 182018 on 2008-08-22 19:05:47Z by marius Avoid misaligned access of struct frame. MFC after: 3 days Revision ChangesPath 1.2 +

cvs commit: src/share/misc committers-src.dot

2008-08-22 Thread John Baldwin
jhb 2008-08-22 18:52:27 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 182017 on 2008-08-22 18:52:27Z by jhb Add a label for myself. Revision ChangesPath 1.84 +1 -0 src/share/misc/committers-src.dot _

cvs commit: ports/devel/apr Makefile distinfo ports/devel/apr/files patch-apr-util-1.3.2__build__apu-conf.m4

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 18:49:56 UTC FreeBSD ports repository Modified files: devel/aprMakefile distinfo Removed files: devel/apr/files patch-apr-util-1.3.2__build__apu-conf.m4 Log: - Update to apr 1.3.3 - Update to apr-util 1.3.4 - APR and APU version don

cvs commit: ports/www/wsdlpull Makefile distinfo

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 18:44:58 UTC FreeBSD ports repository Modified files: www/wsdlpull Makefile distinfo Log: - Update to 1.20 Approved by:gabor (mentor) Revision ChangesPath 1.22 +1 -1 ports/www/wsdlpull/Makefile 1.14 +3 -3 port

cvs commit: ports/www/p5-Apache-Session Makefile distinfo

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 18:44:29 UTC FreeBSD ports repository Modified files: www/p5-Apache-Session Makefile distinfo Log: - Update to 1.87 Approved by:gabor (mentor) Revision ChangesPath 1.25 +1 -1 ports/www/p5-Apache-Session/Makefile 1.11 +3 -3

cvs commit: ports/graphics/p5-GD Makefile distinfo

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 18:43:56 UTC FreeBSD ports repository Modified files: graphics/p5-GD Makefile distinfo Log: - Update to 2.41 Approved by:gabor (mentor) Revision ChangesPath 1.51 +1 -1 ports/graphics/p5-GD/Makefile 1.24 +3 -3 po

cvs commit: ports/devel/py-epsilon Makefile distinfo

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 18:43:22 UTC FreeBSD ports repository Modified files: devel/py-epsilon Makefile distinfo Log: - Update to 0.5.9 Approved by:gabor (mentor) Revision ChangesPath 1.8 +1 -1 ports/devel/py-epsilon/Makefile 1.5 +3 -3

cvs commit: src/sys/dev/ppc ppc_acpi.c

2008-08-22 Thread John Baldwin
jhb 2008-08-22 18:42:45 UTC FreeBSD src repository Modified files: sys/dev/ppc ppc_acpi.c Log: SVN rev 182015 on 2008-08-22 18:42:45Z by jhb Use ppc_detach() for device_detach instead of ppc_attach(). MFC after: 1 week Revision ChangesPath

cvs commit: src/sys/dev/ppc ppc.c ppc_isa.c ppcreg.h

2008-08-22 Thread John Baldwin
jhb 2008-08-22 18:43:19 UTC FreeBSD src repository Modified files: sys/dev/ppc ppc.c ppc_isa.c ppcreg.h Log: SVN rev 182016 on 2008-08-22 18:43:19Z by jhb Use bus_foo() rather than bus_space_foo() and remove bus handle and tag from softc. Revision Change

cvs commit: ports/databases/tokyocabinet Makefile distinfo pkg-plist ports/databases/tokyocabinet/files extra-patch-Makefile.in

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 18:42:48 UTC FreeBSD ports repository Modified files: databases/tokyocabinet Makefile distinfo pkg-plist Added files: databases/tokyocabinet/files extra-patch-Makefile.in Log: - Update to 1.3.2 Submitted by: (largely) vanilla (via e-mail) Appro

cvs commit: src/sys/dev/ppbus ppbconf.c

2008-08-22 Thread John Baldwin
jhb 2008-08-22 18:42:18 UTC FreeBSD src repository Modified files: sys/dev/ppbusppbconf.c Log: SVN rev 182014 on 2008-08-22 18:42:18Z by jhb Whitespace fix. Revision ChangesPath 1.28 +1 -1 src/sys/dev/ppbus/ppbconf.c

cvs commit: src/sys/dev/ppbus if_plip.c

2008-08-22 Thread John Baldwin
jhb 2008-08-22 18:42:05 UTC FreeBSD src repository Modified files: sys/dev/ppbusif_plip.c Log: SVN rev 182013 on 2008-08-22 18:42:05Z by jhb Remove unused UNITOSOFTC() macro. Revision ChangesPath 1.45 +0 -2 src/sys/dev/ppbus/if_plip.c __

cvs commit: src/usr.sbin Makefile

2008-08-22 Thread Bjoern A. Zeeb
bz 2008-08-22 18:36:58 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: SVN rev 182012 on 2008-08-22 18:36:58Z by bz Temporary unhook ntp from the build until the missing net/libopts/Makefile is in place. The TB is too busy sending mails.

cvs commit: ports/devel/viewvc Makefile ports/devel/viewvc/files patch-svn-r1993

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 16:47:20 UTC FreeBSD ports repository Modified files: devel/viewvc Makefile Added files: devel/viewvc/files patch-svn-r1993 Log: http://viewvc.tigris.org/issues/show_bug.cgi?id=369 Deal with viewvc issues #369 -- mod_python import cycle

cvs commit: ports/net-mgmt Makefile ports/net-mgmt/nagios-portaudit Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/nagios-portaudit/files patch-check_portaudit-add_perfdata

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 16:44:18 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/nagios-portaudit Makefile distinfo pkg-descr pkg-plist net-mgmt/nagios-portaudit/files

cvs commit: ports/net-mgmt Makefile ports/net-mgmt/nagios-geom Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/nagios-geom/files patch-check_geom

2008-08-22 Thread Philip M. Gollucci
pgollucci2008-08-22 16:41:13 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/nagios-geom Makefile distinfo pkg-descr pkg-plist net-mgmt/nagios-geom/files patch-check_geom Log: This is a small Nagios plugin written in PE

Re: cvs commit: ports/security/snort Makefile distinfo

2008-08-22 Thread QAT
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/security/snort Makefile distinfo

2008-08-22 Thread Cheng-Lung Sung
clsung 2008-08-22 16:24:11 UTC FreeBSD ports repository Modified files: security/snort Makefile distinfo Log: - patch for enable feature to output plugin snortsam - bump PORTREVISION PR: ports/126506 Submitted by: Danton Dorati Revision Change

Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h

2008-08-22 Thread Sam Leffler
Pyun YongHyeon wrote: yongari 2008-08-22 06:46:55 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c if_bfereg.h Log: SVN rev 181994 on 2008-08-22 06:46:55Z by yongari Add a new sysctl node 'dev.bfe.N.stats' that shows various MAC counters for Rx/

cvs commit: ports/lang/seed7 Makefile distinfo

2008-08-22 Thread Pietro Cerutti
gahr2008-08-22 16:18:08 UTC FreeBSD ports repository Modified files: lang/seed7 Makefile distinfo Log: - Update to 05_20080817 Revision ChangesPath 1.4 +1 -1 ports/lang/seed7/Makefile 1.4 +3 -3 ports/lang/seed7/distinfo __

cvs commit: src/sys/kern kern_thread.c src/sys/sys proc.h

2008-08-22 Thread John Baldwin
jhb 2008-08-22 16:15:58 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c sys/sys proc.h Log: SVN rev 182011 on 2008-08-22 16:15:58Z by jhb A suspended thread can, in fact, be swapped out. Thus, thread_unsuspend_one() need

cvs commit: src/sys/kern kern_lock.c

2008-08-22 Thread John Baldwin
jhb 2008-08-22 16:14:23 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: SVN rev 182010 on 2008-08-22 16:14:23Z by jhb Use |= rather than += when aggregrating requests to wakeup the swapper. What we really want is an inclusive or of all

cvs commit: src/share/misc committers-src.dot

2008-08-22 Thread Ollivier Robert
roberto 2008-08-22 16:06:35 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 182009 on 2008-08-22 16:06:35Z by roberto Add myself there. Revision ChangesPath 1.83 +1 -0 src/share/misc/committers-src.dot ___

cvs commit: src/usr.sbin/ntp Makefile Makefile.inc config.h src/usr.sbin/ntp/doc Makefile src/usr.sbin/ntp/libntp Makefile src/usr.sbin/ntp/libparse Makefile src/usr.sbin/ntp/ntp-keygen Makefile src/u

2008-08-22 Thread Ollivier Robert
roberto 2008-08-22 16:00:48 UTC FreeBSD src repository Modified files: usr.sbin/ntp Makefile Makefile.inc config.h usr.sbin/ntp/doc Makefile usr.sbin/ntp/libntp Makefile usr.sbin/ntp/libparse Makefile usr.sbin/ntp/ntp-keygen Makefile usr.sbin/ntp/

cvs commit: src/contrib/ntp COPYRIGHT ChangeLog ChangeLog-4.1.0 CommitLog CommitLog-4.1.0 INSTALL Makefile.am Makefile.in NEWS README README.bk README.patches README.refclocks README.versions TODO WHE

2008-08-22 Thread Ollivier Robert
roberto 2008-08-22 15:58:00 UTC FreeBSD src repository Modified files: contrib/ntp COPYRIGHT ChangeLog INSTALL Makefile.am Makefile.in NEWS README README.bk README.patches README.refclocks README.ve

cvs commit: ports/cad/gdt Makefile distinfo

2008-08-22 Thread Hiroki Sato
hrs 2008-08-22 15:16:55 UTC FreeBSD ports repository Modified files: cad/gdt Makefile distinfo Log: Update to 3.0.2. Revision ChangesPath 1.3 +8 -4 ports/cad/gdt/Makefile 1.3 +3 -3 ports/cad/gdt/distinfo ___

cvs commit: ports/sysutils/timelimit Makefile distinfo

2008-08-22 Thread Peter Pentchev
roam2008-08-22 15:09:16 UTC FreeBSD ports repository Modified files: sysutils/timelimit Makefile distinfo Log: Update to timelimit-1.2. Revision ChangesPath 1.6 +3 -3 ports/sysutils/timelimit/Makefile 1.4 +3 -3 ports/sysutils/timelimit/di

cvs commit: ports MOVED ports/x11-wm Makefile ports/x11-wm/ude Makefile distinfo pkg-descr pkg-plist ports/x11-wm/ude/files patch-ad patch-ae

2008-08-22 Thread Thomas Abthorpe
tabthorpe2008-08-22 15:05:05 UTC FreeBSD ports repository Modified files: .MOVED x11-wm Makefile Removed files: x11-wm/ude Makefile distinfo pkg-descr pkg-plist x11-wm/ude/files patch-ad patch-ae Log: 2007-10-28 x11

cvs commit: ports MOVED ports/x11-wm Makefile ports/x11-wm/9wm Makefile distinfo pkg-descr ports/x11-wm/9wm/files patch-aa ports/x11-wm/gwm Makefile distinfo pkg-descr pkg-plist ports/x11-wm/gwm/files

2008-08-22 Thread Thomas Abthorpe
tabthorpe2008-08-22 15:02:08 UTC FreeBSD ports repository Modified files: .MOVED x11-wm Makefile Removed files: x11-wm/9wm Makefile distinfo pkg-descr x11-wm/9wm/files patch-aa x11-wm/gwm Makefile distinfo

cvs commit: www/en/releng index.sgml

2008-08-22 Thread Hiroki Sato
hrs 2008-08-22 14:42:33 UTC FreeBSD doc repository Modified files: en/relengindex.sgml Log: - Eliminate empty tag. - Delete trailing whitespaces. Revision ChangesPath 1.236 +29 -36www/en/releng/index.sgml

cvs commit: www/en/releng index.sgml

2008-08-22 Thread Hiroki Sato
hrs 2008-08-22 14:39:01 UTC FreeBSD doc repository Modified files: en/relengindex.sgml Log: Whitespace fixes. No content change. Revision ChangesPath 1.235 +411 -407 www/en/releng/index.sgml ___ cvs-all

cvs commit: ports/databases/mysql-connector-java50 Makefile

2008-08-22 Thread Pav Lucistnik
pav 2008-08-22 14:33:13 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java50 Makefile Log: - Limit to jdk 1.4 and 1.5, does not compile with 1.6 PR: ports/126687 Submitted by: Matthew Seaman <[EMAIL PROTECTED]> (maintainer) R

cvs commit: www/en/releng index.sgml www/en/releases Makefile www/en/releases/6.4R Makefile docbook.css schedule.sgml www/en/releases/7.1R Makefile docbook.css schedule.sgml

2008-08-22 Thread Hiroki Sato
hrs 2008-08-22 14:30:38 UTC FreeBSD doc repository Modified files: en/relengindex.sgml en/releases Makefile Added files: en/releases/6.4R Makefile docbook.css schedule.sgml en/releases/7.1R Makefile docbook.css schedule.sgml Log:

cvs commit: src/share/misc committers-src.dot

2008-08-22 Thread Edward Tomasz Napierala
trasz 2008-08-22 13:29:30 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 182006 on 2008-08-22 13:29:30Z by trasz Add myself. Approved by:rwatson Revision ChangesPath 1.82 +2 -0 src/share/misc/c

cvs commit: src/sys/sys copyright.h

2008-08-22 Thread Takahashi Yoshihiro
nyan2008-08-22 12:47:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys copyright.h Log: SVN rev 182005 on 2008-08-22 12:47:53Z by nyan MFC: Back FreeBSD(98)'s copyright to 2003. Revision ChangesPath 1.19.2.6 +1 -1

cvs commit: src/sys/sys copyright.h

2008-08-22 Thread Takahashi Yoshihiro
nyan2008-08-22 12:40:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys copyright.h Log: SVN rev 182004 on 2008-08-22 12:40:59Z by nyan MFC: Back FreeBSD(98)'s copyright to 2003. Revision ChangesPath 1.25.2.2 +1 -1

cvs commit: src/sys/sys copyright.h

2008-08-22 Thread Takahashi Yoshihiro
nyan2008-08-22 12:31:21 UTC FreeBSD src repository Modified files: sys/sys copyright.h Log: SVN rev 182003 on 2008-08-22 12:31:21Z by nyan Back FreeBSD(98)'s copyright to 2003. Revision ChangesPath 1.27 +1 -1 src/sys/sys/copyright.h ___

cvs commit: ports MOVED ports/www Makefile ports/www/mediawiki17 Makefile distinfo pkg-descr pkg-message ports/www/mediawiki17/files patch-index.php ports/www/mediawiki18 Makefile distinfo pkg-descr p

2008-08-22 Thread Pav Lucistnik
pav 2008-08-22 12:09:20 UTC FreeBSD ports repository Modified files: .MOVED www Makefile Removed files: www/mediawiki17 Makefile distinfo pkg-descr pkg-message www/mediawiki17/files patch-index.php www/mediawiki18

cvs commit: ports/www/cherokee-devel Makefile

2008-08-22 Thread Beech Rintoul
beech 2008-08-22 11:56:08 UTC FreeBSD ports repository Modified files: www/cherokee-devel Makefile Log: - Add lib depend GeoIP - Bump portrevision Revision ChangesPath 1.53 +3 -1 ports/www/cherokee-devel/Makefile ___

cvs commit: ports/graphics/libgeotiff Makefile

2008-08-22 Thread Pav Lucistnik
pav 2008-08-22 11:50:59 UTC FreeBSD ports repository Modified files: graphics/libgeotiff Makefile Log: - Does not need these CFLAGS to build PR: ports/126397 (related to) Reported by:Michael Harnois <[EMAIL PROTECTED]> Revision ChangesPath

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

2008-08-22 Thread Pav Lucistnik
Peter Jeremy píše v pá 22. 08. 2008 v 21:41 +1000: > On 2008-Aug-22 13:25:28 +0200, Pav Lucistnik <[EMAIL PROTECTED]> wrote: > >This looks like a good guidebook: > >https://www.cia.gov/library/publications/the-world-factbook/docs/flagsoftheworld.html > > Whilst I agree in general (and referenced i

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

2008-08-22 Thread Peter Jeremy
On 2008-Aug-22 13:25:28 +0200, Pav Lucistnik <[EMAIL PROTECTED]> wrote: >This looks like a good guidebook: >https://www.cia.gov/library/publications/the-world-factbook/docs/flagsoftheworld.html Whilst I agree in general (and referenced it in my previous posting), carefully note the source: This in

cvs commit: ports/math/clp Makefile distinfo pkg-plist

2008-08-22 Thread Pav Lucistnik
pav 2008-08-22 11:36:52 UTC FreeBSD ports repository Modified files: math/clp Makefile distinfo pkg-plist Log: - Update to 1.8.0 PR: ports/126555 Submitted by: Pedro F. Giffuni <[EMAIL PROTECTED]> Approved by:Co Nijn <[EMAIL PROTECTED]>

cvs commit: ports/net-mgmt/cacti Makefile distinfo

2008-08-22 Thread Sergey Matveychuk
sem 2008-08-22 11:34:47 UTC FreeBSD ports repository Modified files: net-mgmt/cacti Makefile distinfo Log: - Add two vendor's patches * Undefined Variable When SNMP=NONE: Fixes an PHP undefined variable error from occurring when SNMP is set the 'none' for a

cvs commit: www/share/sgml news.xml

2008-08-22 Thread Edward Tomasz Napierala
trasz 2008-08-22 11:32:06 UTC FreeBSD doc repository (src,ports committer) Modified files: share/sgml news.xml Log: I'm a src commiter now. Wow. I mean... wow. ;-) Approved by:rwatson Revision ChangesPath 1.189 +11 -1 www/share/sgml/new

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

2008-08-22 Thread Pav Lucistnik
Hiroki Sato píše v pá 22. 08. 2008 v 19:08 +0900: > Pav Lucistnik <[EMAIL PROTECTED]> wrote > in <[EMAIL PROTECTED]>: > > pa> Hiroki Sato pí¹e v pá 22. 08. 2008 v 16:24 +0900: > pa> > pa> > pg> Hungary --> Republic of Hungary ? > pa> > > pa> > I think these three are reasonable. > pa>

cvs commit: CVSROOT access mentors

2008-08-22 Thread Robert Watson
rwatson 2008-08-22 11:17:44 UTC FreeBSD src repository Modified files: .access mentors Log: SVN rev 182002 on 2008-08-22 11:17:44Z by rwatson Upgrade trasz (Edward Tomasz Napierala) to a src commit bit; thanks to his GSoC 2008 NFSv4 ACLs project, he see

Re: cvs commit: ports/www/cherokee-devel Makefile distinfo pkg-plist

2008-08-22 Thread QAT
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_

  1   2   >