cvs commit: ports/sysutils/wmbsdbatt Makefile

2006-07-26 Thread Edwin Groothuis
edwin 2006-07-27 06:33:44 UTC FreeBSD ports repository Modified files: sysutils/wmbsdbatt Makefile Log: fix portlint issues Revision ChangesPath 1.5 +4 -4 ports/sysutils/wmbsdbatt/Makefile ___ cvs-all@freebsd.

cvs commit: ports/Mk bsd.php.mk

2006-07-26 Thread Alex Dupre
ale 2006-07-27 06:21:16 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk Log: Fix installing PHP extensions as non-root user. PR: ports/100541 Submitted by: Steffen M. Boelaars <[EMAIL PROTECTED]> Revision ChangesPath

cvs commit: src/sys/netgraph ng_ether.c

2006-07-26 Thread Tai-hwa Liang
avatar 2006-07-27 06:15:37 UTC FreeBSD src repository Modified files: sys/netgraph ng_ether.c Log: Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. Revision ChangesPath 1.59 +1 -0 src/sys/netgraph/ng_ether.c ___

Re: cvs commit: src/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h

2006-07-26 Thread Dag-Erling Smørgrav
Andrew Thompson <[EMAIL PROTECTED]> writes: > Revision ChangesPath > 1.14 +0 -0 src/sys/net/bridgestp.c > 1.2 +0 -0 src/sys/net/bridgestp.h > 1.69 +0 -0 src/sys/net/if_bridge.c > 1.13 +0 -0 src/sys/net/if_bridgevar.h This (or one of your othe

cvs commit: ports/mail/dcc-dccd Makefile distinfo

2006-07-26 Thread Ion-Mihai Tetcu
itetcu 2006-07-27 05:58:48 UTC FreeBSD ports repository Modified files: mail/dcc-dccdMakefile distinfo Log: Update to 1.3.40 Changes in this release: - Make bad password-IDs in /var/dcc/flod a serious error that is reported even when tracing is off. - Fix mis

cvs commit: ports/databases/freetds-msdblib Makefile

2006-07-26 Thread Alex Dupre
ale 2006-07-27 05:50:33 UTC FreeBSD ports repository Modified files: databases/freetds-msdblib Makefile Log: Set correct maintainer. Revision ChangesPath 1.2 +1 -1 ports/databases/freetds-msdblib/Makefile ___

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-07-26 Thread Pyun YongHyeon
yongari 2006-07-27 05:06:44 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Add device ID for second generation D-Link DGE-530T. PR: kern/99903 Revision ChangesPath 1.128 +8 -2 src/sys/dev/sk/if_sk.c 1.38

cvs commit: CVSROOT modules

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-27 04:56:41 UTC FreeBSD ports repository Modified files: .modules Log: p5-Fuse --> ports/sysutils/p5-Fuse Revision ChangesPath 1.15773 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.or

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

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-27 04:56:21 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Fuse Makefile distinfo pkg-descr pkg-plist Log: Add p5-Fuse 0.07, write filesystems in Perl using FUSE. PR: ports/100415 S

cvs commit: src/lib/libfetch Makefile src/lib/libftpio Makefile

2006-07-26 Thread Yar Tikhiy
yar 2006-07-27 04:54:03 UTC FreeBSD src repository Modified files: lib/libfetch Makefile lib/libftpio Makefile Log: Respect MK_INET6_SUPPORT. Revision ChangesPath 1.47 +4 -1 src/lib/libfetch/Makefile 1.15 +6 -1 src/lib/li

cvs commit: ports/games/wop Makefile distinfo

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-27 04:46:07 UTC FreeBSD ports repository Modified files: games/wopMakefile distinfo Log: - Update to 0.4.3 PR: ports/100902 Submitted by: maintainer (Dmitry Marakasov) Revision ChangesPath 1.4 +1 -1 ports/gam

cvs commit: ports/devel/picp Makefile distinfo

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-27 04:39:50 UTC FreeBSD ports repository Modified files: devel/picp Makefile distinfo Log: - Update to 0.6.8 PR: ports/100905 Submitted by: maintainer (Soeren Straarup) Revision ChangesPath 1.7 +1 -1 ports/deve

cvs commit: ports/net/avahi Makefile distinfo

2006-07-26 Thread Joe Marcus Clarke
marcus 2006-07-27 04:24:03 UTC FreeBSD ports repository Modified files: net/avahiMakefile distinfo Log: Update to 0.6.12. Revision ChangesPath 1.32 +2 -2 ports/net/avahi/Makefile 1.9 +3 -3 ports/net/avahi/distinfo __

Re: cvs commit: src/sys/net if_ethersubr.c if_gif.c

2006-07-26 Thread Andrew Thompson
On Thu, Jul 27, 2006 at 03:50:38AM +, Tai-hwa Liang wrote: > avatar 2006-07-27 03:50:38 UTC > > FreeBSD src repository > > Modified files: > sys/net if_ethersubr.c if_gif.c > Log: > Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. stru

cvs commit: src/lib/libc/stdlib malloc.c

2006-07-26 Thread Jason Evans
jasone 2006-07-27 04:00:13 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Fix cpp logic in arena_malloc() to adjust size when assertions are enabled, even if stats gathering is disabled. [1] Remove 'size' parameter from several functions tha

Re: cvs commit: src/sys/net if_ethersubr.c if_gif.c

2006-07-26 Thread Andrew Thompson
On Thu, Jul 27, 2006 at 03:50:38AM +, Tai-hwa Liang wrote: > avatar 2006-07-27 03:50:38 UTC > > FreeBSD src repository > > Modified files: > sys/net if_ethersubr.c if_gif.c > Log: > Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. >

cvs commit: src/sys/net if_ethersubr.c if_gif.c

2006-07-26 Thread Tai-hwa Liang
avatar 2006-07-27 03:50:38 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c if_gif.c Log: Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. Revision ChangesPath 1.216 +1 -0 src/sys/net/if_ethersubr.c 1

cvs commit: ports/textproc/hyperestraier Makefile distinfo pkg-plist

2006-07-26 Thread Michael Johnson
ahze2006-07-27 02:03:48 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: - Update to 1.3.4 Revision ChangesPath 1.30 +2 -2 ports/textproc/hyperestraier/Makefile 1.27 +3 -3 ports/textproc/hyp

cvs commit: ports/databases/qdbm Makefile distinfo pkg-plist

2006-07-26 Thread Michael Johnson
ahze2006-07-27 02:01:23 UTC FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo pkg-plist Log: - Update to 1.8.63 Revision ChangesPath 1.68 +1 -1 ports/databases/qdbm/Makefile 1.62 +3 -3 ports/databases/qdbm/distin

cvs commit: src/sys/dev/em if_em.c

2006-07-26 Thread Pyun YongHyeon
yongari 2006-07-27 00:43:34 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Prepending an mbuf after loading a DMA map results in unexpected result. So, modify mbuf chains before loading a DMA map. Revision ChangesPath 1.122 +28 -31

cvs commit: src/sys/dev/em if_em.c

2006-07-26 Thread Pyun YongHyeon
yongari 2006-07-27 00:29:44 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Nuke invalid use of BUS_DMA_ALLOCNOW. Revision ChangesPath 1.121 +1 -1 src/sys/dev/em/if_em.c ___ cvs-all@free

cvs commit: src/sys/dev/em if_em.c

2006-07-26 Thread Pyun YongHyeon
yongari 2006-07-27 00:26:20 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Make sure to use the same DMA map in DMA map load/unload operations by remembering a map used in bus_dmamap_load_mbuf_sg(9). I have no idea how it could ever worked before

cvs commit: src/sys/dev/uart uart_tty.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-27 00:07:10 UTC FreeBSD src repository Modified files: sys/dev/uart uart_tty.c Log: Properly propagate overrun conditions to the TTY layer. MFC after: 3 days Revision ChangesPath 1.29 +2 -0 src/sys/dev/uart/uart_tty.c ___

cvs commit: ports/www/firefox Makefile distinfo

2006-07-26 Thread Michael Johnson
ahze2006-07-27 00:06:16 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo Log: - Update to 1.5.0.5 Revision ChangesPath 1.157 +1 -1 ports/www/firefox/Makefile 1.33 +3 -3 ports/www/firefox/distinfo

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

2006-07-26 Thread Edwin Groothuis
edwin 2006-07-27 00:02:31 UTC FreeBSD ports repository Modified files: sysutils/lireMakefile distinfo pkg-plist Log: Update to 2.0.2 Revision ChangesPath 1.37 +4 -3 ports/sysutils/lire/Makefile 1.7 +3 -3 ports/sysutils/lire/distinfo

cvs commit: ports/multimedia/mkvtoolnix Makefile

2006-07-26 Thread Andrew Pantyukhin
sat 2006-07-26 23:11:41 UTC FreeBSD ports repository Modified files: multimedia/mkvtoolnix Makefile Log: - Fix build on amd64 Revision ChangesPath 1.32 +2 -2 ports/multimedia/mkvtoolnix/Makefile ___ cvs-all@fre

cvs commit: src/sys/modules/if_bridge Makefile src/sys/net if_bridge.c

2006-07-26 Thread Andrew Thompson
thompsa 2006-07-26 22:15:15 UTC FreeBSD src repository Modified files: sys/modules/if_bridge Makefile sys/net if_bridge.c Log: bridgestp is now a seperate module. Revision ChangesPath 1.6 +1 -1 src/sys/modules/if_bridge/Makefile 1.71

cvs commit: src/sys/modules Makefile

2006-07-26 Thread Andrew Thompson
thompsa 2006-07-26 22:10:10 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Hook bridgestp up to the build. Revision ChangesPath 1.504 +1 -0 src/sys/modules/Makefile ___ cvs-all@freebsd

cvs commit: src/sys/modules/bridgestp Makefile

2006-07-26 Thread Andrew Thompson
thompsa 2006-07-26 22:07:40 UTC FreeBSD src repository Added files: sys/modules/bridgestp Makefile Log: Add bridgestp as a seperate module. Revision ChangesPath 1.1 +8 -0 src/sys/modules/bridgestp/Makefile (new) _

cvs commit: ports/textproc/nds-aspell/files patch-Makefile.pre

2006-07-26 Thread Thierry Thomas
thierry 2006-07-26 21:56:11 UTC FreeBSD ports repository Added files: textproc/nds-aspell/files patch-Makefile.pre Log: Don't overwrite Latin-9 files installed by Aspell. Revision ChangesPath 1.1 +11 -0 ports/textproc/nds-aspell/files/patch-Makefile.pre (new

cvs commit: src/usr.bin/netstat inet6.c

2006-07-26 Thread Julian Elischer
julian 2006-07-26 21:49:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/netstat inet6.c Log: MFC: 1.26 Don't print an error if used on a kernel with no ipv6, just do nothing. Revision ChangesPath 1.25.8.1 +4 -1 src/usr.bin

cvs commit: ports/sysutils/unidesc Makefile distinfo

2006-07-26 Thread Thierry Thomas
thierry 2006-07-26 21:14:53 UTC FreeBSD ports repository Modified files: sysutils/unidesc Makefile distinfo Log: Upgrade to 2.19. Changelog at . Revision ChangesPath 1.10 +1 -1 ports/sysutils/uni

cvs commit: src/sys/net if_bridge.c

2006-07-26 Thread Andrew Thompson
thompsa 2006-07-26 20:56:02 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Remove stp variables that are already initialised in bstp_attach(). Revision ChangesPath 1.70 +0 -5 src/sys/net/if_bridge.c _

cvs commit: src/tools/tools/nanobsd FlashDevice.sub

2006-07-26 Thread Simon L. Nielsen
simon 2006-07-26 20:35:52 UTC FreeBSD src repository Modified files: tools/tools/nanobsd FlashDevice.sub Log: Add Memory Corp 512MB CF Flash. MFC after: 3 days Revision ChangesPath 1.7 +15 -0 src/tools/tools/nanobsd/FlashDevice.sub _

cvs commit: ports/games/toycars Makefile

2006-07-26 Thread Roman Bogorodskiy
novel 2006-07-26 20:28:21 UTC FreeBSD ports repository Modified files: games/toycarsMakefile Log: Install README file. PR: 100887 Submitted by: Dmitry Marakasov (maintainer) Revision ChangesPath 1.3 +11 -0 ports/games/toycars/M

cvs commit: ports/games/gnomesudoku Makefile pkg-plist

2006-07-26 Thread Thomas Gellekum
tg 2006-07-26 20:15:28 UTC FreeBSD ports repository Modified files: games/gnomesudokuMakefile pkg-plist Log: Don't delete directories created by BSD.x11-4.dist. Bump PORTREVISION. PR: 100817 Submitted by: Stanislav Sedov Revision ChangesPa

cvs commit: CVSROOT modules

2006-07-26 Thread Marcus Alves Grando
mnag2006-07-26 19:46:10 UTC FreeBSD ports repository Modified files: .modules Log: - Remove devel/viewcvs Revision ChangesPath 1.15772 +0 -1 CVSROOT/modules ___ cvs-all@freebsd.org mailing list

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

2006-07-26 Thread Roman Bogorodskiy
novel 2006-07-26 19:45:59 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Martin Tournoij for his devel/p5-Config-ApacheFormat port. Revision ChangesPath 1.594 +5 -0 doc/en

cvs commit: src/sys/conf files.powerpc

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:44:42 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: Remove zs(4). It has been replaced by scc(4) & uart(4). Revision ChangesPath 1.56 +0 -2 src/sys/conf/files.powerpc

cvs commit: ports MOVED ports/devel Makefile ports/devel/viewcvs Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/viewcvs/files patch-lib::viewcvs.py patch-viewcvs-install ports/net-mgmt/

2006-07-26 Thread Marcus Alves Grando
mnag2006-07-26 19:44:33 UTC FreeBSD ports repository Modified files: .MOVED develMakefile net-mgmt/rancid pkg-message Removed files: devel/viewcvsMakefile distinfo pkg-descr pkg-message pkg

cvs commit: src/sys/conf files.powerpc

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:43:02 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: Replace sio_iobus.c with uart_iobus.c. Revision ChangesPath 1.55 +1 -1 src/sys/conf/files.powerpc ___ c

cvs commit: src/sys/powerpc/psim uart_iobus.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:39:55 UTC FreeBSD src repository Modified files: sys/powerpc/psim uart_iobus.c Log: Turn this into an uart(4) bus attachment. Revision ChangesPath 1.5 +19 -40src/sys/powerpc/psim/uart_iobus.c

cvs commit: CVSROOT modules

2006-07-26 Thread Roman Bogorodskiy
novel 2006-07-26 19:38:30 UTC FreeBSD ports repository Modified files: .modules Log: p5-Config-ApacheFormat --> ports/devel/p5-Config-ApacheFormat Revision ChangesPath 1.15771 +1 -0 CVSROOT/modules ___

cvs commit: ports/devel Makefile ports/devel/p5-Config-ApacheFormat Makefile distinfo pkg-descr pkg-plist

2006-07-26 Thread Roman Bogorodskiy
novel 2006-07-26 19:38:21 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Config-ApacheFormat Makefile distinfo pkg-descr pkg-plist Log: This module is designed to parse a configuration fi

cvs commit: src/sys/powerpc/psim sio_iobus.c uart_iobus.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:29:11 UTC FreeBSD src repository Modified files: sys/powerpc/psim uart_iobus.c Removed files: sys/powerpc/psim sio_iobus.c Log: Repocopy from: src/sys/powerpc/psim/sio_iobus.c to:src/sys/powerpc/psim/uart_iobus.c Meister:

cvs commit: src/sys/kern uipc_usrreq.c

2006-07-26 Thread Robert Watson
rwatson 2006-07-26 19:16:35 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Remove call to soisdisconnected() in uipc_detach(), since it will already have been invoked by uipc_close() or uipc_abort(), and the socket is in a state of being to

cvs commit: ports/devel/viewvc Makefile distinfo ports/devel/viewvc/files pkg-message.in

2006-07-26 Thread Marcus Alves Grando
mnag2006-07-26 19:01:22 UTC FreeBSD ports repository Modified files: devel/viewvc Makefile distinfo devel/viewvc/files pkg-message.in Log: - Update to 1.0.1 PR: 100837 Approved by:maintainer Rework by: maintainer Revision Cha

Re: cvs commit: src/etc rc.subr

2006-07-26 Thread Doug Barton
Yar Tikhiy wrote: > On Tue, Jul 25, 2006 at 10:27:49PM -0700, Doug Barton wrote: >> Yar Tikhiy wrote: >>> yar 2006-07-25 17:20:22 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> etc rc.subr >>> Log: >>> Avoid extra runs of test(1) by using its bu

cvs commit: ports/mail/popa3d Makefile ports/mail/popa3d/files setproctitle.patch ports/mail/popa3d-before-sendmail Makefile

2006-07-26 Thread Dirk Meyer
dinoex 2006-07-26 18:45:08 UTC FreeBSD ports repository Modified files: mail/popa3d Makefile mail/popa3d-before-sendmail Makefile Added files: mail/popa3d/filessetproctitle.patch Log: - new option WITH_SETPROCTITLE Submitted by: marck (Dmitry Morozov

cvs commit: ports/www/eaccelerator Makefile distinfo

2006-07-26 Thread Marcus Alves Grando
mnag2006-07-26 18:37:28 UTC FreeBSD ports repository Modified files: www/eaccelerator Makefile distinfo Log: - Update to 0.9.5-rc1 PR: 100808 Approved by:ale Revision ChangesPath 1.33 +1 -1 ports/www/eaccelerator/Makefile 1.2

Re: cvs commit: src/sys/powerpc/conf GENERIC

2006-07-26 Thread Peter Grehan
sys/powerpc/conf GENERIC Log: o Enable -Werror o Remove commented-out sio(4) o Remove zs(4) o Add scc(4) o Add uart(4) Thankyou Marcel ! later, Peter. ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/li

cvs commit: ports/net/netatalk Makefile pkg-plist

2006-07-26 Thread Joe Marcus Clarke
marcus 2006-07-26 18:02:47 UTC FreeBSD ports repository Modified files: net/netatalk Makefile pkg-plist Log: Fix rc.d script installation, and actually commit the plist change. Reported by:David J Brooks <[EMAIL PROTECTED]> Revision ChangesPath 1.69

cvs commit: src/sys/powerpc/conf NOTES

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:35:40 UTC FreeBSD src repository Modified files: sys/powerpc/conf NOTES Log: o Remove device zs o Remove nodevice uart o Reorder Revision ChangesPath 1.3 +1 -5 src/sys/powerpc/conf/NOTES _

cvs commit: src/sys/powerpc/conf GENERIC

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:34:05 UTC FreeBSD src repository Modified files: sys/powerpc/conf GENERIC Log: o Enable -Werror o Remove commented-out sio(4) o Remove zs(4) o Add scc(4) o Add uart(4) Revision ChangesPath 1.58 +2 -3 src/sys/powerpc/con

cvs commit: src/sys/dev/uart uart_dev_z8530.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:29:38 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_z8530.c Log: On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a quick hack to deal with this. We may need to formalize this better and have this information com

cvs commit: src/sys/dev/uart uart_dev_z8530.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:21:59 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_z8530.c Log: Implement UART_IOCTL_BAUD for the Z8530. This allows a serial console on PowerPC use the current setting of the hardware and not second guess what the OFW does on

cvs commit: src/sys/dev/uart uart_cpu_powerpc.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:17:23 UTC FreeBSD src repository Modified files: sys/dev/uart uart_cpu_powerpc.c Log: Implement uart_cpu_eqres() and uart_cpu_getdev(). This allows FreeBSD to use a serial console, as per the OFW settings. Revision ChangesPath 1.2

cvs commit: ports/databases/tora/files patch-Makefile.in

2006-07-26 Thread Thierry Thomas
thierry 2006-07-26 17:13:19 UTC FreeBSD ports repository Modified files: databases/tora/files patch-Makefile.in Log: No functional change: just add "-v" to investigate a linkage failure reported by linimon on pointyhat. Revision ChangesPath 1.2 +10 -1 port

cvs commit: src/sys/powerpc/include md_var.h ofw_machdep.h src/sys/powerpc/powerpc mem.c ofw_machdep.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:12:54 UTC FreeBSD src repository Modified files: sys/powerpc/include md_var.h ofw_machdep.h sys/powerpc/powerpc mem.c ofw_machdep.c Log: o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h. This avoids that mem.c has to include of

cvs commit: ports/games/vdrift Makefile distinfo pkg-plist ports/games/vdrift/files patch-SConstruct

2006-07-26 Thread Jose Alonso Cardenas Marquez
acm 2006-07-26 17:08:18 UTC FreeBSD ports repository Modified files: games/vdrift Makefile distinfo pkg-plist Added files: games/vdrift/files patch-SConstruct Log: - Update to 20060708 - Removed USE_X_PREFIX - Added NLS option - Added patch-SConstruct f

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

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:06:39 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc clock.c Log: Include needed clock.h. Revision ChangesPath 1.24 +1 -0 src/sys/powerpc/powerpc/clock.c ___ cvs-all@freebsd.o

cvs commit: ports/games/vdrift-data Makefile distinfo pkg-plist

2006-07-26 Thread Jose Alonso Cardenas Marquez
acm 2006-07-26 17:05:33 UTC FreeBSD ports repository Modified files: games/vdrift-dataMakefile distinfo Removed files: games/vdrift-datapkg-plist Log: - Update to 20060708 - Removed USE_X_PREFIX - Added MINIMAL and FULL options - Removed pkg-plist file. N

cvs commit: src/sys/powerpc/include pcb.h

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:05:11 UTC FreeBSD src repository Modified files: sys/powerpc/include pcb.h Log: Forward declare struct trapframe. Revision ChangesPath 1.9 +2 -0 src/sys/powerpc/include/pcb.h ___ cvs-all@fre

Re: cvs commit: ports/net-mgmt/net-snmp Makefile distinfo pkg-plist

2006-07-26 Thread Maxim Sobolev
Jun Kuriyama wrote: At Tue, 25 Jul 2006 16:13:09 -0700, Maxim Sobolev wrote: Modified files: net-mgmt/net-snmpMakefile distinfo pkg-plist Log: - Upgrade to 5.2.3. I can't build it here anymore: Warning: prerequisite NetSNMP::OID 5.1 not found. Writing Makefile for NetSNMP::Trap

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

2006-07-26 Thread Warner Losh
imp 2006-07-26 16:56:56 UTC FreeBSD src repository Modified files: lib/libc/gen tls.c Log: Remove stale comment about arm Revision ChangesPath 1.10 +0 -2 src/lib/libc/gen/tls.c ___ cvs-all@freebsd.org m

cvs commit: src UPDATING

2006-07-26 Thread Jung-uk Kim
jkim2006-07-26 16:31:10 UTC FreeBSD src repository Modified files: .UPDATING Log: Add an entry for enigma(1)/crypt(1) change on 64-bit architectures. Revision ChangesPath 1.452 +7 -0 src/UPDATING ___

Re: cvs commit: doc/zh_TW.Big5/books/developers-handbook book.sgml

2006-07-26 Thread Robert Watson
On Wed, 26 Jul 2006, Vanilla I. Shu wrote: On Wed, Jul 26, 2006 at 04:12:48PM +0100, Robert Watson wrote: What is 'SVN#900'? Does this correspond to some change description that can be found in CVS repository? well, submitter save his copy on local subversion repository. In the future, I t

cvs commit: ports/audio/slimserver Makefile distinfo ports/audio/slimserver/files patch-slimserver.pl

2006-07-26 Thread Brooks Davis
brooks 2006-07-26 15:53:24 UTC FreeBSD ports repository Modified files: audio/slimserver Makefile distinfo Removed files: audio/slimserver/files patch-slimserver.pl Log: Upgrade to 6.3.1 allowing the removal of a patch and fixing some other bugs. PR:

cvs commit: CVSROOT modules

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-26 15:46:44 UTC FreeBSD ports repository Modified files: .modules Log: p5-Text-Markdown-ApacheHandler --> ports/www/p5-Text-Markdown-ApacheHandler Revision ChangesPath 1.15770 +1 -0 CVSROOT/modules _

cvs commit: ports/www Makefile ports/www/p5-Text-Markdown-ApacheHandler Makefile distinfo pkg-descr pkg-plist

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-26 15:46:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Text-Markdown-ApacheHandler Makefile distinfo pkg-descr pkg-plist Log: Add p5-Text-Markdown-ApacheHandler 0.03

cvs commit: ports/x11-toolkits/gnustep-back Makefile

2006-07-26 Thread Dirk Meyer
dinoex 2006-07-26 15:46:11 UTC FreeBSD ports repository Modified files: x11-toolkits/gnustep-back Makefile Log: - unbreak WITH_GNUSTEP_CAIRO Revision ChangesPath 1.54 +1 -2 ports/x11-toolkits/gnustep-back/Makefile ___

cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist

2006-07-26 Thread Andrey A. Chernov
ache2006-07-26 15:44:04 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Log: Upgrade to 6.2.8-5 Submitted by: maintainer Revision ChangesPath 1.222 +3 -3 ports/graphics/ImageMagick/Makefile 1.105

cvs commit: ports/audio/py-ao Makefile pkg-descr

2006-07-26 Thread Renato Botelho
garga 2006-07-26 15:43:10 UTC FreeBSD ports repository Modified files: audio/py-ao Makefile pkg-descr Log: - Fix WWW - Pass maintainership to submitter PR: ports/100883 Submitted by: Soeren Straarup Revision ChangesPath 1.12 +1

cvs commit: ports/x11-toolkits/gnustep-back Makefile

2006-07-26 Thread Dirk Meyer
dinoex 2006-07-26 15:35:50 UTC FreeBSD ports repository Modified files: x11-toolkits/gnustep-back Makefile Log: - fix WITH_GNUSTEP_XDPS with imake Revision ChangesPath 1.53 +2 -1 ports/x11-toolkits/gnustep-back/Makefile _

cvs commit: CVSROOT modules

2006-07-26 Thread Renato Botelho
garga 2006-07-26 15:34:22 UTC FreeBSD ports repository Modified files: .modules Log: xdd --> ports/sysutils/xdd Revision ChangesPath 1.15769 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailin

cvs commit: ports/sysutils Makefile ports/sysutils/xdd Makefile distinfo pkg-descr ports/sysutils/xdd/files freebsd.makefile patch-global_time.c patch-initialization.c patch-misc.h patch-parse.c patch

2006-07-26 Thread Renato Botelho
garga 2006-07-26 15:33:21 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/xdd Makefile distinfo pkg-descr sysutils/xdd/files freebsd.makefile patch-global_time.c patch-initialization.c p

Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2006-07-26 Thread Bruce A. Mah
If memory serves me right, Pawel Jakub Dawidek wrote: > On Tue, Jul 25, 2006 at 09:39:00PM +, Bruce A. Mah wrote: >> bmah2006-07-25 21:39:00 UTC >> >> FreeBSD src repository >> >> Modified files:(Branch: RELENG_6) >> release/doc/en_US.ISO8859-1/relnotes/common new.sgml

cvs commit: ports/x11/dgs Makefile pkg-plist

2006-07-26 Thread Dirk Meyer
dinoex 2006-07-26 15:30:49 UTC FreeBSD ports repository Modified files: x11/dgs Makefile pkg-plist Log: - reslove conflitcs with imake Suggested by: thierry (Thierry Thomas) Revision ChangesPath 1.44 +2 -2 ports/x11/dgs/Makefile 1.9

Re: cvs commit: doc/zh_TW.Big5/books/developers-handbook book.sgml

2006-07-26 Thread Vanilla I. Shu
On Wed, Jul 26, 2006 at 04:12:48PM +0100, Robert Watson wrote: > What is 'SVN#900'? Does this correspond to some change description that > can be found in CVS repository? well, submitter save his copy on local subversion repository. ___ cvs-all@freebsd.

cvs commit: ports/devel/p5-Test-Number-Delta Makefile distinfo

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-26 15:24:46 UTC FreeBSD ports repository Modified files: devel/p5-Test-Number-Delta Makefile distinfo Log: - Update to 1.00 PR: ports/100852 Submitted by: maintainer (Jin-Shan Tseng) Revision ChangesPath 1.2 +3 -6 ports/

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

2006-07-26 Thread Aaron Dalton
aaron 2006-07-26 15:23:58 UTC FreeBSD ports repository Modified files: sysutils/webjob Makefile distinfo pkg-plist Log: - Update to v1.6.0 PR: ports/98286 Submitted by: klm <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +9 -2 ports

cvs commit: ports/net/httping Makefile distinfo

2006-07-26 Thread Emanuel Haupt
ehaupt 2006-07-26 15:17:48 UTC FreeBSD ports repository Modified files: net/httping Makefile distinfo Log: Update to 1.2.1 Revision ChangesPath 1.10 +3 -16 ports/net/httping/Makefile 1.8 +3 -3 ports/net/httping/distinfo

cvs commit: ports/devel/p5-Test-Dependencies Makefile distinfo

2006-07-26 Thread Cheng-Lung Sung
clsung 2006-07-26 15:17:41 UTC FreeBSD ports repository Modified files: devel/p5-Test-Dependencies Makefile distinfo Log: - Update to 0.07 PR: ports/100849 Submitted by: maintainer (Jin-Shan Tseng) Revision ChangesPath 1.4 +1 -2 ports/

Re: cvs commit: doc/zh_TW.Big5/books/developers-handbook book.sgml

2006-07-26 Thread Robert Watson
On Wed, 26 Jul 2006, Vanilla I. Shu wrote: vanilla 2006-07-26 03:57:20 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/developers-handbook book.sgml Log: - Update developers-handbook/book.sgml to SVN#900 ! PR: docs/100810 Submitted by: chinsan.tw at gma

cvs commit: ports/devel/jude-community Makefile distinfo

2006-07-26 Thread Renato Botelho
garga 2006-07-26 15:05:11 UTC FreeBSD ports repository Modified files: devel/jude-community Makefile distinfo Log: Update to 3.0.1 PR: ports/100300 Submitted by: Yoshihiko Sarumaru <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.17

cvs commit: ports/graphics/p5-Imager Makefile ports/graphics/p5-Imager/files patch-Imager.xs

2006-07-26 Thread Lars Balker Rasmussen
lbr 2006-07-26 14:51:51 UTC FreeBSD ports repository Modified files: graphics/p5-Imager Makefile Added files: graphics/p5-Imager/files patch-Imager.xs Log: remove debug code - upstream knows. Revision ChangesPath 1.21 +1 -0 ports/graphics/p5-Ima

Re: cvs commit: src/sys/net bpf.c

2006-07-26 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> David Malone <[EMAIL PROTECTED]> writes: : > I'm not sure I know what you mean by "trivial timecounter", but the : > only reason we don't have a way to deregister a timecounter yet is : > that so far I'm probably the only one who have ever need it :-) :

cvs commit: ports/x11-toolkits/xclasses Makefile

2006-07-26 Thread Thierry Thomas
thierry 2006-07-26 14:16:28 UTC FreeBSD ports repository Modified files: x11-toolkits/xclasses Makefile Log: Fix new gmake end of line problem. Revision ChangesPath 1.18 +2 -3 ports/x11-toolkits/xclasses/Makefile _

cvs commit: ports/games/mt_gtk_client pkg-plist

2006-07-26 Thread Thierry Thomas
thierry 2006-07-26 13:24:36 UTC FreeBSD ports repository Modified files: games/mt_gtk_client pkg-plist Log: Fix pkg-plist. PR: ports/100864 Submitted by: Stanislav Sedov Revision ChangesPath 1.3 +0 -3 ports/games/mt_gtk_client/pkg-pli

cvs commit: ports/finance/grisbi pkg-plist

2006-07-26 Thread Thierry Thomas
thierry 2006-07-26 13:24:14 UTC FreeBSD ports repository Modified files: finance/grisbi pkg-plist Log: Fix pkg-plist. PR: ports/100819 Submitted by: Stanislav Sedov Revision ChangesPath 1.12 +0 -7 ports/finance/grisbi/pkg-plist __

cvs commit: ports/security/libprelude Makefile distinfo

2006-07-26 Thread Renato Botelho
garga 2006-07-26 13:01:11 UTC FreeBSD ports repository Modified files: security/libprelude Makefile distinfo Log: - Update to 0.9.10.1 - Mark it as BROKEN on 4.x. Maintainer will alert authors to fix it. PR: ports/100854 Submitted by: Robin Gruyters <[EM

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

2006-07-26 Thread Andrey A. Chernov
ache2006-07-26 12:59:42 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Add snd_emu10kx_load Revision ChangesPath 1.108 +1 -0 src/sys/boot/forth/loader.conf ___ cvs-all@freebsd.o

cvs commit: ports/net/smokeping Makefile distinfo pkg-descr pkg-install pkg-plist ports/net/smokeping/files patch-bin-smokeping.dist patch-bin-tSmoke.dist patch-htdocs-smokeping.cgi.dist

2006-07-26 Thread Lars Thegler
lth 2006-07-26 12:55:58 UTC FreeBSD ports repository Modified files: net/smokepingMakefile distinfo pkg-descr pkg-install pkg-plist net/smokeping/files patch-bin-smokeping.dist patch-bin-tSmoke.dist

cvs commit: ports/multimedia/audacious Makefile distinfo pkg-plist

2006-07-26 Thread Roman Bogorodskiy
novel 2006-07-26 12:55:58 UTC FreeBSD ports repository Modified files: multimedia/audacious Makefile distinfo pkg-plist Log: Update to 1.1.1. PR: 100853 Submitted by: RedChrom <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.15 +6 -2

cvs commit: ports GIDs UIDs

2006-07-26 Thread Lars Thegler
lth 2006-07-26 12:27:09 UTC FreeBSD ports repository Modified files: .GIDs UIDs Log: Reserve uid/gid for net/smokeping Revision ChangesPath 1.6 +2 -1 ports/GIDs 1.7 +2 -1 ports/UIDs __

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

2006-07-26 Thread Takahashi Yoshihiro
nyan2006-07-26 11:58:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 pcn.4 Log: MFC: Remove NEC SV-98/2-B05 and B06. Revision ChangesPath 1.11.2.5 +0 -2 src/share/man/man4/pcn.4 ___

cvs commit: src/sys/conf files.pc98 src/sys/pc98/conf GENERIC

2006-07-26 Thread Takahashi Yoshihiro
nyan2006-07-26 11:57:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files.pc98 sys/pc98/confGENERIC Log: MFi386: Add the ath and the wlan crypto support. Revision ChangesPath 1.327.2.6 +10 -0 src/sys

cvs commit: src/sys/conf files.pc98 src/sys/pc98/include minidump.h

2006-07-26 Thread Takahashi Yoshihiro
nyan2006-07-26 11:49:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files.pc98 Added files: (Branch: RELENG_6) sys/pc98/include minidump.h Log: MFC: Add minidump support on pc98. Revision ChangesPat

cvs commit: CVSROOT modules

2006-07-26 Thread Renato Botelho
garga 2006-07-26 11:32:11 UTC FreeBSD ports repository Modified files: .modules Log: cle --> ports/editors/cle Revision ChangesPath 1.15768 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing

cvs commit: ports/editors Makefile ports/editors/cle Makefile distinfo pkg-descr ports/editors/cle/files patch-configure patch-src_cle.c

2006-07-26 Thread Renato Botelho
garga 2006-07-26 11:31:46 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/cle Makefile distinfo pkg-descr editors/cle/filespatch-configure patch-src_cle.c Log: Cle is a Command Line Editor. It provides the

  1   2   >