Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/s

2006-11-29 Thread John Birrell
On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote: > Does this work on serial consoles too or does one have to set something? > > I just built a new kernel for my arm Avila board and when it boots it > only print one line: > > KDB: debugger backends: > > A kernel built yesterday did boot

cvs commit: src/sys/kern subr_prf.c

2006-11-29 Thread John Birrell
jb 2006-11-30 07:25:52 UTC FreeBSD src repository Modified files: sys/kern subr_prf.c Log: Flushing the buffer is conditional on actually using the buffer. Oops. Revision ChangesPath 1.129 +4 -0 src/sys/kern/subr_prf.c ___

Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/s

2006-11-29 Thread John Birrell
On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote: > Does this work on serial consoles too or does one have to set something? > > I just built a new kernel for my arm Avila board and when it boots it > only print one line: > > KDB: debugger backends: > > A kernel built yesterday did boot

cvs commit: ports/x11-toolkits/gtoolkit Makefile

2006-11-29 Thread Dirk Meyer
dinoex 2006-11-30 07:08:41 UTC FreeBSD ports repository Modified files: x11-toolkits/gtoolkit Makefile Log: - fix for new framework Revision ChangesPath 1.28 +4 -4 ports/x11-toolkits/gtoolkit/Makefile ___ cvs-all@

cvs commit: ports/misc/tinderbox Makefile distinfo pkg-plist ports/misc/tinderbox/files patch-tc

2006-11-29 Thread Ion-Mihai Tetcu
itetcu 2006-11-30 07:02:40 UTC FreeBSD ports repository Modified files: misc/tinderbox Makefile distinfo pkg-plist Removed files: misc/tinderbox/files patch-tc Log: The Tinderbox team is pleased to announce the availability of Tinderbox 2.3.4. This release is bot

Re: cvs commit: ports/net-p2p/dcd Makefile distinfo pkg-plist ports/net-p2p/dcd/files dcd.sh.in

2006-11-29 Thread Doug Barton
Andrej Zverev wrote: > az 2006-11-26 18:52:36 UTC > > FreeBSD ports repository > > Modified files: > net-p2p/dcd Makefile distinfo pkg-plist > net-p2p/dcd/filesdcd.sh.in > Log: > - Update to version 1.0.1 > - Fix RCNG stop_action The change you made is t

cvs commit: ports/Mk bsd.gnustep.mk

2006-11-29 Thread Dirk Meyer
dinoex 2006-11-30 06:55:29 UTC FreeBSD ports repository Modified files: Mk bsd.gnustep.mk Log: - new option USE_GNUSTEP_LDCONFIG - new option USE_MAKEFILE - default USE_GMAKE and GNUmakefile Revision ChangesPath 1.37 +28 -3 ports/Mk/bsd

Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/s

2006-11-29 Thread John Hay
>jb 2006-11-30 04:17:05 UTC > > FreeBSD src repository > > Log: > Turn console printf buffering into a kernel option and only on > by default for sun4v where it is absolutely required. > > This change moves the buffer from struct pcpu to the stack to avoid > using the critical section whic

cvs commit: doc/share/pgpkeys lx.key pgpkeys-developers.sgml pgpkeys.ent

2006-11-29 Thread David Thiel
lx 2006-11-30 06:37:05 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeyslx.key Log: Adding pgp key for [EMAIL PROTECTED] Approved by:edwin (mentor) Rev

Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/s

2006-11-29 Thread John Birrell
On Thu, Nov 30, 2006 at 06:08:47AM +, Bjoern A. Zeeb wrote: > On Thu, 30 Nov 2006, John Birrell wrote: > > >jb 2006-11-30 04:17:05 UTC > > > > FreeBSD src repository > > > > Log: > > Turn console printf buffering into a kernel option and only on > > by default for sun4v where it is ab

cvs commit: src/sys/arm/xscale/ixp425 ixdp425reg.h

2006-11-29 Thread Kevin Lo
kevlo 2006-11-30 06:30:01 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixdp425reg.h Log: Better i2c bit definitions. Approved by: cognet Revision ChangesPath 1.2 +2 -2 src/sys/arm/xscale/ixp425/ixdp425reg.h ___

cvs commit: src/sys/conf files.arm

2006-11-29 Thread Sam Leffler
sam 2006-11-30 06:17:54 UTC FreeBSD src repository Modified files: sys/conf files.arm Log: fls was missing MFC after: 1 week Revision ChangesPath 1.13 +1 -0 src/sys/conf/files.arm ___ cvs-

Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc6

2006-11-29 Thread Bjoern A. Zeeb
On Thu, 30 Nov 2006, John Birrell wrote: jb 2006-11-30 04:17:05 UTC FreeBSD src repository Log: Turn console printf buffering into a kernel option and only on by default for sun4v where it is absolutely required. This change moves the buffer from struct pcpu to the stack to avoi

cvs commit: ports/lang/drscheme/files patch-configure

2006-11-29 Thread Joseph Koshy
jkoshy 2006-11-30 05:57:47 UTC FreeBSD ports repository Modified files: lang/drscheme/files patch-configure Log: Fix compilation on FreeBSD 5.X. PR: ports/105381 Submitted by: Thorolf (thorolf at grid einherjar de) Revision ChangesPath 1.4

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

2006-11-29 Thread Christian Brueffer
brueffer2006-11-30 05:49:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 ums.4 Log: MFC: rev. 1.25 Overhaul this manpage somewhat: - Move mentionings of required drivers to the SYNOPSIS where they belong - Remove cruft (XiG

cvs commit: ports/sysutils/dtc Makefile

2006-11-29 Thread Marc G. Fournier
scrappy 2006-11-30 05:47:57 UTC FreeBSD ports repository Modified files: sysutils/dtc Makefile Log: pear is not a valid module for php5 Revision ChangesPath 1.12 +2 -2 ports/sysutils/dtc/Makefile ___ cvs-al

Re: cvs commit: ports/textproc/rtfx Makefile

2006-11-29 Thread Kris Kennaway
On Wed, Nov 29, 2006 at 04:32:40AM +, Cheng-Lung Sung wrote: > clsung 2006-11-29 04:32:40 UTC > > FreeBSD ports repository > > Modified files: > textproc/rtfxMakefile > Log: > - fix build error after devel/libmba decrease SHLIB_MAJOR > > Noted by: krisbot

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

2006-11-29 Thread Maho Nakata
maho2006-11-30 04:44:32 UTC FreeBSD ports repository Modified files: science/libghemical Makefile pkg-plist Log: Fix pkg-plist Submitted by: kris Revision ChangesPath 1.3 +1 -0 ports/science/libghemical/Makefile 1.3 +2 -0 ports/scie

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

2006-11-29 Thread Maho Nakata
maho2006-11-30 04:39:30 UTC FreeBSD ports repository Modified files: science/ghemical Makefile distinfo pkg-plist Log: Update to 2.10. Revision ChangesPath 1.19 +1 -1 ports/science/ghemical/Makefile 1.6 +3 -3 ports/science/ghemical/disti

cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc

2006-11-29 Thread John Birrell
jb 2006-11-30 04:17:05 UTC FreeBSD src repository Modified files: sys/amd64/amd64 genassym.c sys/arm/arm genassym.c sys/conf options sys/i386/i386genassym.c sys/kern subr_prf.c sys/powerpc/powerpc genassym.c

cvs commit: CVSROOT modules

2006-11-29 Thread Alexander Botero-Lowry
alexbl 2006-11-30 04:57:01 UTC FreeBSD ports repository Modified files: .modules Log: farbot --> ports/sysutils/farbot Revision ChangesPath 1.16711 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

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

2006-11-29 Thread Alexander Botero-Lowry
alexbl 2006-11-30 04:56:43 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/farbot Makefile distinfo pkg-descr pkg-plist Log: Farbot automates building of netinstall/PXE boot FreeBSD releases. It features a simple co

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

2006-11-29 Thread Rong-En Fan
rafan 2006-11-30 03:52:20 UTC FreeBSD ports repository Modified files: net/tcpview/filespatch-Makefile Log: - Respect X11BASE Revision ChangesPath 1.4 +1 -1 ports/net/tcpview/files/patch-Makefile ___ cvs-all

cvs commit: ports/cad/tkgate Makefile

2006-11-29 Thread Rong-En Fan
rafan 2006-11-30 02:57:57 UTC FreeBSD ports repository Modified files: cad/tkgate Makefile Log: - Respect X11BASE [1] - The configure script is not generated from autotools, thus use HAS_CONFIGURE instead Reported by:pointyhat [1] Revision Changes

cvs commit: ports/x11-toolkits/tktable Makefile

2006-11-29 Thread Rong-En Fan
rafan 2006-11-30 02:39:17 UTC FreeBSD ports repository Modified files: x11-toolkits/tktable Makefile Log: - Respect X11BASE This port requires Xlib to build, thus set USE_XLIB. With GNU_CONFIGURE, it sets correctly path. Reported by:pointyhat Revision Cha

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

2006-11-29 Thread Maho Nakata
maho2006-11-30 01:12:11 UTC FreeBSD ports repository Modified files: science/libghemical Makefile distinfo pkg-plist Log: Update to 2.1.0 * dependency to ATLAS is now conditional. Revision ChangesPath 1.2 +17 -6 ports/science/libghemical/Makefile 1.

cvs commit: ports/science/mpqc Makefile

2006-11-29 Thread Maho Nakata
maho2006-11-30 00:57:58 UTC FreeBSD ports repository Modified files: science/mpqc Makefile Log: Add USE_LDCONFIG. Revision ChangesPath 1.32 +1 -0 ports/science/mpqc/Makefile ___ cvs-all@freebsd.org mail

cvs commit: ports/net/glflow Makefile distinfo ports/net/glflow/files patch-FlowTree.cpp

2006-11-29 Thread David Thiel
lx 2006-11-30 00:37:16 UTC FreeBSD ports repository Modified files: net/glflow Makefile distinfo Added files: net/glflow/files patch-FlowTree.cpp Log: - Update to 1.3. Approved by:edwin Revision ChangesPath 1.10 +1 -1 ports

cvs commit: ports/security/vuxml vuln.xml

2006-11-29 Thread Shaun Amott
shaun 2006-11-30 00:32:58 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document 'kronolith -- arbitrary local file inclusion vulnerability' Revision ChangesPath 1.1228+34 -1 ports/security/vuxml/vuln.xml ___

Man pages .Dd (was: cvs commit: src/share/man/man9 uio.9)

2006-11-29 Thread Greg 'groggy' Lehey
On Wednesday, 29 November 2006 at 20:24:57 +, Alfred Perlstein wrote: > alfred 2006-11-29 20:24:57 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 uio.9 > Log: > Bump .Dd, (9 year jump!) > > Requested by: ru This happened to me too last week. I'm h

cvs commit: www/en developers.sgml www/share/sgml news.xml

2006-11-29 Thread David Thiel
lx 2006-11-29 23:40:07 UTC FreeBSD doc repository (ports committer) Modified files: en developers.sgml share/sgml news.xml Log: Adding self to developers list and updating news. Approved by:edwin Revision ChangesPath 1.14

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

2006-11-29 Thread David Thiel
lx 2006-11-29 23:38:59 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Moving to committers per Comitter's Guide. Approved

cvs commit: ports/astro/xearth/files freebsd.committers.markers

2006-11-29 Thread David Thiel
lx 2006-11-29 23:29:51 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Adding per Committer's Guide. Approved by:edwin Revision ChangesPath 1.314 +2 -1 ports/astro/xearth/files/freebsd.committers

cvs commit: CVSROOT modules

2006-11-29 Thread Wes Peters
wes 2006-11-29 23:25:22 UTC FreeBSD ports repository Modified files: .modules Log: poco --> ports/devel/poco Revision ChangesPath 1.16710 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing

cvs commit: ports/devel Makefile ports/devel/poco Makefile distinfo pkg-descr pkg-plist

2006-11-29 Thread Wes Peters
wes 2006-11-29 23:25:10 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/poco Makefile distinfo pkg-descr pkg-plist Log: The C++ Portable Components consists of four libraries providing a platform abstraction lay

cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent

2006-11-29 Thread David Thiel
lx 2006-11-29 23:13:59 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Adding myself per Committer's Guide. Approved by:[EMAIL PROTECTED] Revision ChangesPath 1.404 +2 -0 doc/en_US.ISO8859

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

2006-11-29 Thread Pav Lucistnik
pav 2006-11-29 22:56:41 UTC FreeBSD ports repository Modified files: games/openttdMakefile Added files: games/openttd/files pkg-message.in Removed files: games/openttdpkg-message Log: - Fix WITH_MIDI_PLAYER option (mixing of variable assignments

cvs commit: ports/x11-wm/ion-3ds pkg-plist

2006-11-29 Thread Pav Lucistnik
pav 2006-11-29 22:38:23 UTC FreeBSD ports repository Modified files: x11-wm/ion-3ds pkg-plist Log: - Cleanup manlang directories PR: ports/105972 Submitted by: Ed Schouten <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.9 +

cvs commit: ports/net/smb4k Makefile distinfo pkg-descr

2006-11-29 Thread Martin Wilke
miwi2006-11-29 22:34:28 UTC FreeBSD ports repository Modified files: net/smb4kMakefile distinfo pkg-descr Log: - Update to 0.7.5. PR: ports/105991 Submitted by: "Rashid N. Achilov" <[EMAIL PROTECTED]> (maintainer) Revision ChangesPat

cvs commit: ports/www/hypermail Makefile distinfo

2006-11-29 Thread Martin Wilke
miwi2006-11-29 22:29:45 UTC FreeBSD ports repository Modified files: www/hypermailMakefile distinfo Log: - Pass maintainership to submitter - Upgrade to 2.2.0 - Update MASTER_SITES PR: ports/106034 Submitted by: Dan Langille <[EMAIL PROTECTED]

cvs commit: CVSROOT access

2006-11-29 Thread Edwin Groothuis
edwin 2006-11-29 22:25:07 UTC FreeBSD ports repository Modified files: .access Log: Please welcome David Thiel as a new ports commiter. I will mentor him, so complaints to me first please :-) Approved by:portmgr Revision ChangesPath 1.

cvs commit: ports/graphics/GraphicsMagick Makefile distinfo ports/graphics/GraphicsMagick/files patch-freebsd patch-warnings

2006-11-29 Thread Pav Lucistnik
pav 2006-11-29 22:18:36 UTC FreeBSD ports repository Modified files: graphics/GraphicsMagick Makefile distinfo Removed files: graphics/GraphicsMagick/files patch-freebsd patch-warnings Log: - Update to 1.1.7 PR: ports/106025 Submitted by: Nick Muer

Re: cvs commit: src/sys/dev/vge if_vge.c

2006-11-29 Thread Christian Brueffer
On Thu, Nov 30, 2006 at 12:56:34AM +0300, Ruslan Ermilov wrote: > On Wed, Nov 29, 2006 at 09:42:48PM +, Christian Brueffer wrote: > > brueffer2006-11-29 21:42:48 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/vge if_vge.c > > Log: > > Remove p

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

2006-11-29 Thread Maho Nakata
maho2006-11-29 22:08:19 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2 Makefile editors/openoffice.org-2-RC Makefile editors/openoffice.org-2-devel Makefile Log: * Fix package. TMPPLIST must be overwrite at the first.[1] * Fix pkg-message.

Re: cvs commit: src/sys/dev/vge if_vge.c

2006-11-29 Thread Ruslan Ermilov
On Wed, Nov 29, 2006 at 09:42:48PM +, Christian Brueffer wrote: > brueffer2006-11-29 21:42:48 UTC > > FreeBSD src repository > > Modified files: > sys/dev/vge if_vge.c > Log: > Remove pre-5.3 compatibility ifdefs. > > Approved by:rwatson (mentor) > MFC aft

cvs commit: src/sys/dev/vge if_vge.c

2006-11-29 Thread Christian Brueffer
brueffer2006-11-29 21:42:48 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Remove pre-5.3 compatibility ifdefs. Approved by:rwatson (mentor) MFC after: 5 days Revision ChangesPath 1.27 +0 -61 src/sys/dev/vge/if_v

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

2006-11-29 Thread Maho Nakata
maho2006-11-29 21:40:06 UTC FreeBSD ports repository Modified files: science/mpqc Makefile pkg-plist Log: Now install shared libs as well (to prevent to pass -fPIC when creating a static lib. to workaround esp. for amd64). Revision ChangesPath 1.31

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

2006-11-29 Thread Giorgos Keramidas
On 2006-11-29 08:00, Alexander Leidinger <[EMAIL PROTECTED]> wrote: > It's a chapter/paragraph about sysctl, not about linux. So remove the > compat.linux stuff here and you are safe. Feel free to use the > hw.snd.maxautovchans sysctl as an example (there are different default > values in -current

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

2006-11-29 Thread Giorgos Keramidas
keramida2006-11-29 21:22:35 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Remove a reference to the `compat.linux.osrelease' sysctl. As Alexander Leidinger has pointed out: "glibc behaves differently based upon the va

cvs commit: ports/mail/swaks Makefile

2006-11-29 Thread Martin Wilke
miwi2006-11-29 21:16:26 UTC FreeBSD ports repository Modified files: mail/swaks Makefile Log: - Pass maintainership to submitter Submitted by: Beat Gätzi <[EMAIL PROTECTED]> Revision ChangesPath 1.6 +1 -1 ports/mail/swaks/Makefile _

cvs commit: ports/devel/bouml Makefile distinfo

2006-11-29 Thread Thierry Thomas
thierry 2006-11-29 21:13:17 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.19.4. Changelog at . Revision ChangesPath 1.59 +1 -1 ports/devel/bouml/Makefile 1.59

cvs commit: ports/emulators/qemu Makefile distinfo pkg-message

2006-11-29 Thread Martin Wilke
miwi2006-11-29 20:58:35 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile distinfo pkg-message Log: - Update to 2006-11-28 snapshot - Fix WITHOUT_CDROM_DMA check which was the wrong way around (doh!) - Document physical device problems in pkg-mess

cvs commit: ports/multimedia/xfce4-media Makefile distinfo pkg-plist ports/multimedia/xfce4-media/files patch-src_remote.c

2006-11-29 Thread Martin Wilke
miwi2006-11-29 20:55:02 UTC FreeBSD ports repository Modified files: multimedia/xfce4-media Makefile distinfo pkg-plist Removed files: multimedia/xfce4-media/files patch-src_remote.c Log: - Update to 0.9.2 PR: 105951 Submitted by: Rene Ladan<[EMAIL

cvs commit: ports/security/sudoscript Makefile

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 20:52:34 UTC FreeBSD ports repository Modified files: security/sudoscript Makefile Log: - Switch to SF mirrors PR: ports/104944 Submitted by: Thomas Abthorpe <[EMAIL PROTECTED]> Approved by:Howard Owen <[EMAIL PROTECTED]> (maintainer

cvs commit: ports/multimedia/libxine Makefile ports/multimedia/libxine/files patch-src:libffmpeg:libavcodec:h263.c patch-src:xine-engine:xine_internal.h patch-src_input_input_vcd.c patch-src_libffmpeg

2006-11-29 Thread Oliver Lehmann
oliver 2006-11-29 20:38:21 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile multimedia/libxine/files patch-src:libffmpeg:libavcodec:h263.c patch-src:xine-engine:xine_internal.h Added files: multimedia/libxine/files p

cvs commit: src/share/man/man9 uio.9

2006-11-29 Thread Alfred Perlstein
alfred 2006-11-29 20:24:57 UTC FreeBSD src repository Modified files: share/man/man9 uio.9 Log: Bump .Dd, (9 year jump!) Requested by: ru cvs: -- Revision ChangesPath 1.21 +1 -1

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

2006-11-29 Thread Pav Lucistnik
pav 2006-11-29 19:48:18 UTC FreeBSD ports repository Modified files: deskutils/xchm Makefile distinfo pkg-plist Log: - Update to 1.10 - Deploy USE_WX - Move to LOCALBASE Revision ChangesPath 1.28 +5 -5 ports/deskutils/xchm/Makefile 1.20

cvs commit: ports/devel/p5-Time-HiRes Makefile distinfo

2006-11-29 Thread Anton Berezin
tobez 2006-11-29 19:40:59 UTC FreeBSD ports repository Modified files: devel/p5-Time-HiRes Makefile distinfo Log: Update to 1.95. Revision ChangesPath 1.38 +1 -1 ports/devel/p5-Time-HiRes/Makefile 1.31 +3 -3 ports/devel/p5-Time-HiRes/distinfo

cvs commit: ports/news/golded+ Makefile distinfo pkg-plist ports/news/golded+/files patch-GNUmakef.def patch-geinit.cpp patch-gemlst.cpp patch-geprot.h pkg-message.in

2006-11-29 Thread Max Khon
fjoe2006-11-29 19:32:30 UTC FreeBSD ports repository Modified files: news/golded+ Makefile distinfo pkg-plist news/golded+/files patch-GNUmakef.def Added files: news/golded+/files patch-geinit.cpp patch-gemlst.cpp patch-geprot.h pk

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

2006-11-29 Thread Kip Macy
kmacy 2006-11-29 19:31:23 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v pmap.c Log: - add separate variable for enabling printing of ranges - simplify handling of rounding phys_avail ranges to 4M boundaries (needed for all memory to be in the direct map

cvs commit: src/sys/dev/usb if_aue.c if_auereg.h

2006-11-29 Thread Alfred Perlstein
alfred 2006-11-29 19:19:44 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c if_auereg.h Log: Stop INVARIANTS panics in if_aue with a stopgap. aue_tick calls several synchronous usb functions from a timeout(9), this is very broken since a timeout(9)

cvs commit: src/share/man/man9 uio.9

2006-11-29 Thread Alfred Perlstein
alfred 2006-11-29 19:10:53 UTC FreeBSD src repository Modified files: share/man/man9 uio.9 Log: Do a better job of documenting uio_resid. Revision ChangesPath 1.20 +18 -12src/share/man/man9/uio.9 ___ cvs-all@

cvs commit: src/sys/sys uio.h

2006-11-29 Thread Alfred Perlstein
alfred 2006-11-29 19:08:45 UTC FreeBSD src repository Modified files: sys/sys uio.h Log: Document struct uio.h entries. Revision ChangesPath 1.40 +7 -7 src/sys/sys/uio.h ___ cvs-all@freebsd.org mailin

cvs commit: ports/x11-toolkits/wxgtk24 Makefile pkg-plist ports/x11-toolkits/wxgtk24-contrib Makefile pkg-plist

2006-11-29 Thread Max Khon
fjoe2006-11-29 18:44:58 UTC FreeBSD ports repository Modified files: x11-toolkits/wxgtk24 Makefile pkg-plist x11-toolkits/wxgtk24-contrib Makefile pkg-plist Log: Set wxgtk2.4 include directory to ${PREFIX}/include/wx-2.4/wx. This resolves header conflicts with wxgtk2-2

cvs commit: ports/math/elmer-mathlibs Makefile

2006-11-29 Thread Mikhail Teterin
mi 2006-11-29 18:26:40 UTC FreeBSD ports repository Modified files: math/elmer-mathlibs Makefile Log: Drive-by commit to fix MASTER_SITE... Revision ChangesPath 1.8 +1 -1 ports/math/elmer-mathlibs/Makefile _

cvs commit: ports/deskutils/xmdiary Makefile

2006-11-29 Thread Mikhail Teterin
mi 2006-11-29 18:26:07 UTC FreeBSD ports repository Modified files: deskutils/xmdiaryMakefile Log: Respect the X11BASE and the CC settings. Prompted by:kris(X11BASE) Revision ChangesPath 1.13 +2 -0 ports/deskutils/xmdiary/Makefile _

cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/uart uart.h uart_dev_ns8250.c

2006-11-29 Thread Marcel Moolenaar
marcel 2006-11-29 17:54:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) sys/dev/ic ns16550.h sys/dev/uart uart.h uart_dev_ns8250.c Log: MFS: Remove 16-bit wide I/O. It breaks when the register shift is non-null and may not work

cvs commit: ports/lang/sml-nj-devel Makefile distinfo pkg-plist ports/lang/sml-nj-devel/files do-patch-base_runtime_c-libs_posix-tty_tcgetattr.c do-patch-base_runtime_c-libs_posix-tty_tcsetattr.c do-p

2006-11-29 Thread Joseph Koshy
jkoshy 2006-11-29 17:46:37 UTC FreeBSD ports repository Modified files: lang/sml-nj-develMakefile distinfo pkg-plist lang/sml-nj-devel/files patch-config_install.sh plist-everything Added files: lang/sml-nj-devel/files

cvs commit: ports/devel/libevent/files patch-evdns.c patch-event.c patch-event.h

2006-11-29 Thread Marcus Alves Grando
mnag2006-11-29 17:46:10 UTC FreeBSD ports repository Added files: devel/libevent/files patch-evdns.c patch-event.c Removed files: devel/libevent/files patch-event.h Log: - Real fix to run in FreeBSD < 5.1. Use CLOCK_REALTIME when CLOCK_MONOTONIC does not exists.

cvs commit: ports/mail/vpopmail-devel Makefile pkg-install

2006-11-29 Thread Oliver Lehmann
oliver 2006-11-29 17:38:45 UTC FreeBSD ports repository Modified files: mail/vpopmail-devel Makefile pkg-install Log: while adding vpopmail-devel as a package, PKG_PREFIX gets defined as ${PREFIX} - not as ${PREFIX}/vpopmail like it is defined in the Makefile. This ends up

cvs commit: ports/net-im/cjc Makefile distinfo pkg-plist ports/net-im/py-pyxmpp Makefile distinfo pkg-descr pkg-plist ports/net-im/py-pyxmpp/files patch-setup.py

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 17:14:20 UTC FreeBSD ports repository Modified files: net-im/cjc Makefile distinfo pkg-plist net-im/py-pyxmpp Makefile distinfo pkg-descr pkg-plist Removed files: net-im/py-pyxmpp/files patch-setup.py Log: - Update to latest snapshots

cvs commit: ports/devel/libevent Makefile ports/devel/libevent/files patch-event.h patch-test-regress_http.c

2006-11-29 Thread Marcus Alves Grando
mnag2006-11-29 17:13:24 UTC FreeBSD ports repository Modified files: devel/libevent Makefile devel/libevent/files patch-test-regress_http.c Added files: devel/libevent/files patch-event.h Log: - Fix build in FreeBSD < 5.1 - Take MAINTAINER Revision C

cvs commit: src/share/man/man4 pcm.4 snd_atiixp.4 snd_es137x.4 snd_hda.4 snd_via8233.4

2006-11-29 Thread Joel Dahl
joel2006-11-29 17:07:02 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pcm.4 snd_atiixp.4 snd_es137x.4 snd_hda.4 snd_via8233.4 Log: Add the dev.pcm.%d.polling sysctl and a short description. Reviewed by:ru

cvs commit: ports/multimedia/quodlibet Makefile distinfo pkg-plist ports/multimedia/quodlibet/files patch-Makefile patch-python25

2006-11-29 Thread Rong-En Fan
rafan 2006-11-29 16:35:59 UTC FreeBSD ports repository Modified files: multimedia/quodlibet Makefile distinfo pkg-plist multimedia/quodlibet/files patch-Makefile Removed files: multimedia/quodlibet/files patch-python25 Log: - Update to 0.24 - Add dbus support opti

cvs commit: ports/www/p5-HTML-Template-Compiled Makefile distinfo

2006-11-29 Thread Erwin Lansing
erwin 2006-11-29 15:59:48 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template-Compiled Makefile distinfo Log: Update to 0.83 PR: 106016 Submitted by: hideo <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.24 +1 -1

cvs commit: ports/print/pkpgcounter Makefile distinfo

2006-11-29 Thread Rong-En Fan
rafan 2006-11-29 15:52:12 UTC FreeBSD ports repository Modified files: print/pkpgcounterMakefile distinfo Log: - Update to 2.12 Revision ChangesPath 1.5 +1 -1 ports/print/pkpgcounter/Makefile 1.4 +3 -3 ports/print/pkpgcounter/distinfo ___

cvs commit: ports/sysutils/searchmonkey Makefile distinfo ports/sysutils/searchmonkey/files patch-src__search.c

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 15:50:46 UTC FreeBSD ports repository Modified files: sysutils/searchmonkey Makefile distinfo Removed files: sysutils/searchmonkey/files patch-src__search.c Log: - Update to 0.7.3 Revision ChangesPath 1.6 +3 -3 ports/sysutils/searc

cvs commit: ports/x11-toolkits/tktreectrl Makefile distinfo pkg-plist

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 15:34:15 UTC FreeBSD ports repository Modified files: x11-toolkits/tktreectrl Makefile distinfo pkg-plist Log: - Update to 2.2 Revision ChangesPath 1.3 +4 -2 ports/x11-toolkits/tktreectrl/Makefile 1.2 +3 -3 ports/x11-toolkits

cvs commit: src/sys/dev/mxge if_mxge.c

2006-11-29 Thread Andrew Gallatin
gallatin2006-11-29 15:30:39 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Fix mxge_submit_8rx() to behave like the comments says it does, and ensure that it copies at most 32 bytes at a time. Revision ChangesPath 1.16 +3 -1

cvs commit: ports/www/conkeror Makefile distinfo

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 15:16:32 UTC FreeBSD ports repository Modified files: www/conkeror Makefile distinfo Log: - Update to 0.38 Revision ChangesPath 1.8 +1 -1 ports/www/conkeror/Makefile 1.6 +3 -3 ports/www/conkeror/distinfo _

cvs commit: src/sys/dev/sound/pci/hda hdac.c

2006-11-29 Thread Ariff Abdullah
ariff 2006-11-29 15:15:31 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Fix support for Medion MD MD95257 (GPIO2 quirk). Reported by:Chris Tophe <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +12 -7 src/sys/dev/sound/p

cvs commit: ports/www/xpi-colorfultabs Makefile distinfo

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 15:06:42 UTC FreeBSD ports repository Modified files: www/xpi-colorfultabs Makefile distinfo Log: - Update to 1.7 Revision ChangesPath 1.6 +5 -4 ports/www/xpi-colorfultabs/Makefile 1.4 +3 -3 ports/www/xpi-colorfultabs/distinf

cvs commit: ports/graphics/gscan2pdf Makefile distinfo

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 15:03:25 UTC FreeBSD ports repository Modified files: graphics/gscan2pdf Makefile distinfo Log: - Update to 0.8.3 Revision ChangesPath 1.7 +13 -6 ports/graphics/gscan2pdf/Makefile 1.6 +3 -3 ports/graphics/gscan2pdf/distinfo

cvs commit: CVSROOT modules

2006-11-29 Thread Stanislav Sedov
stas2006-11-29 14:49:49 UTC FreeBSD ports repository Modified files: .modules Log: fga --> ports/devel/fga Revision ChangesPath 1.16709 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing l

cvs commit: ports/devel Makefile ports/devel/fga Makefile distinfo pkg-descr pkg-plist

2006-11-29 Thread Stanislav Sedov
stas2006-11-29 14:49:24 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/fgaMakefile distinfo pkg-descr pkg-plist Log: - Add port for devel/fga FGA is a simple yet powerful implementation of a general geneti

cvs commit: ports/devel/nspr Makefile ports/devel/nspr/files patch-..::configure patch-.._pr_tests_Makefile

2006-11-29 Thread Norikatsu Shigemura
nork2006-11-29 14:14:14 UTC FreeBSD ports repository Modified files: devel/nspr Makefile devel/nspr/files patch-..::configure Added files: devel/nspr/files patch-.._pr_tests_Makefile Log: PTHREAD_LIB-safeness. Approved by:ahze (gnome)

cvs commit: src/sys/netinet6 nd6.c

2006-11-29 Thread Ruslan Ermilov
ru 2006-11-29 14:00:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet6 nd6.c Log: MFC: 1.72: Prevent cached rtentry from being removed, add rtentry locking to nd6_output(). PR: kern/93910, kern/105437 Revision

cvs commit: ports/net-im/mcabber Makefile distinfo

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 13:58:01 UTC FreeBSD ports repository Modified files: net-im/mcabber Makefile distinfo Log: - Update to 0.8.3 Revision ChangesPath 1.16 +1 -1 ports/net-im/mcabber/Makefile 1.9 +3 -3 ports/net-im/mcabber/distinfo

cvs commit: ports/net/spoofer Makefile distinfo

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 13:42:00 UTC FreeBSD ports repository Modified files: net/spoofer Makefile distinfo Log: - Update to 0.5 Revision ChangesPath 1.4 +2 -2 ports/net/spoofer/Makefile 1.2 +3 -3 ports/net/spoofer/distinfo

cvs commit: ports/www/xpi-resurrectpages Makefile distinfo

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 13:32:54 UTC FreeBSD ports repository Modified files: www/xpi-resurrectpages Makefile distinfo Log: - Update to 1.0.5 Revision ChangesPath 1.6 +1 -1 ports/www/xpi-resurrectpages/Makefile 1.6 +3 -3 ports/www/xpi-resurrectpages

cvs commit: ports/net-mgmt/netmond Makefile pkg-descr pkg-message ports/net-mgmt/netmond/files README.port.eng README.port.ru netmond.sh netmond.sh.in netmond_watchdog netmond_watchdog.in netmondctl n

2006-11-29 Thread Rong-En Fan
rafan 2006-11-29 13:29:09 UTC FreeBSD ports repository Modified files: net-mgmt/netmond Makefile pkg-descr net-mgmt/netmond/files README.port.eng README.port.ru patch-AA Added files: net-mgmt/netmond/files netmond.sh.in netmond_watchdog.in

cvs commit: ports/www/xpi-stumbleupon Makefile distinfo

2006-11-29 Thread Andrew Pantyukhin
sat 2006-11-29 13:20:03 UTC FreeBSD ports repository Modified files: www/xpi-stumbleupon Makefile distinfo Log: - Update to 2.89 PR: ports/106011 Submitted by: Lapo Luchini <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.5 +1 -1

cvs commit: ports/ftp/lukemftp Makefile

2006-11-29 Thread Shaun Amott
shaun 2006-11-29 13:07:10 UTC FreeBSD ports repository Modified files: ftp/lukemftp Makefile Log: Add ipv6 secondary category. PR: ports/106004 Submitted by: Janos Mohacsi <[EMAIL PROTECTED]> Revision ChangesPath 1.6 +1 -1 por

cvs commit: ports/audio/zinf Makefile

2006-11-29 Thread Shaun Amott
shaun 2006-11-29 13:04:39 UTC FreeBSD ports repository Modified files: audio/zinf Makefile Log: Add ipv6 secondary category. PR: ports/106002 Submitted by: Janos Mohacsi <[EMAIL PROTECTED]> Revision ChangesPath 1.51 +1 -1 por

cvs commit: ports/x11-toolkits/p5-Tk Makefile

2006-11-29 Thread Rong-En Fan
rafan 2006-11-29 12:44:19 UTC FreeBSD ports repository Modified files: x11-toolkits/p5-Tk Makefile Log: - Respect X11BASE (CONFIGURE_ARGS) - portlint(1) PR: ports/105960 Submitted by: rafan Approved by:Ying-Chieh Chen (maintainer) Revision

cvs commit: ports/chinese/aterm Makefile

2006-11-29 Thread Rong-En Fan
rafan 2006-11-29 12:41:41 UTC FreeBSD ports repository Modified files: chinese/atermMakefile Log: - Respect X11BASE When USE_XLIB (implied by USE_XPM) is set, GNU_CONFIGURE automatically set correct path for X11. PR: ports/105963 (partly) Subm

cvs commit: ports/chinese/aterm Makefile

2006-11-29 Thread Rong-En Fan
rafan 2006-11-29 12:40:37 UTC FreeBSD ports repository Modified files: chinese/atermMakefile Log: - portlint(1) PR: ports/105963 (partly) Submitted by: rafan Approved by:Kang-min Liu (maintainer) Revision ChangesPath 1.17 +10

cvs commit: ports/audio/ruby-smf Makefile distinfo pkg-plist

2006-11-29 Thread Stanislav Sedov
stas2006-11-29 11:53:20 UTC FreeBSD ports repository Modified files: audio/ruby-smf Makefile distinfo pkg-plist Log: - Update to 0.15.7 - Shebang-patch the examples - Take maintainership Revision ChangesPath 1.10 +9 -13 ports/audio/ruby-smf/Make

cvs commit: ports/audio/gnupod Makefile ports/audio/libmikmod Makefile ports/sysutils/p5-Filesys-DiskFree Makefile ports/textproc/xmlindent Makefile

2006-11-29 Thread Shaun Amott
shaun 2006-11-29 11:41:53 UTC FreeBSD ports repository Modified files: audio/gnupod Makefile audio/libmikmod Makefile sysutils/p5-Filesys-DiskFree Makefile textproc/xmlindent Makefile Log: - Update maintainer's e-mail address. [1] - Pet portlint(

cvs commit: src/usr.bin/systat convtbl.h

2006-11-29 Thread Yar Tikhiy
yar 2006-11-29 11:20:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/systat convtbl.h Log: MFC rev 1.3: Remove the accidental duplicate of the real contents of this file. Revision ChangesPath 1.2.8.1 +0 -66 src/usr.bin

  1   2   >