cvs commit: ports/misc/detachtty Makefile distinfo

2006-07-18 Thread Martin Wilke
miwi2006-07-19 06:50:56 UTC FreeBSD ports repository Modified files: misc/detachtty Makefile distinfo Log: Update to 9 PR: ports/99279 Submitted by: miwi Approved by:markus (co mentor), maintainer timeout Revision ChangesPath 1.4

cvs commit: ports/security/xmlsec1 Makefile distinfo

2006-07-18 Thread Martin Wilke
miwi2006-07-19 06:47:46 UTC FreeBSD ports repository Modified files: security/xmlsec1 Makefile distinfo Log: - Update to 1.2.20 PR: ports/99269 Submitted by: miwi Approved by:markus (co mentor), maintainer timeout Revision ChangesPath

cvs commit: ports/java/bouncycastle Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Alex Dupre
ale 2006-07-19 06:45:20 UTC FreeBSD ports repository Modified files: java/bouncycastleMakefile distinfo pkg-descr pkg-plist Log: Update to 1.33 release: - install only jars for the selected jdk to avoid class conflicts - drop support for obsolate jdks - take maintai

cvs commit: ports/security/fakeroot Makefile distinfo

2006-07-18 Thread Martin Wilke
miwi2006-07-19 06:42:29 UTC FreeBSD ports repository Modified files: security/fakerootMakefile distinfo Log: Update to 1.5.8 PR: ports/99271 Submitted by: miwi Approved by:markus (co mentor), maintainer timeout Revision ChangesPath 1

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

2006-07-18 Thread Andrew Pantyukhin
sat 2006-07-19 05:36:08 UTC FreeBSD ports repository Modified files: www/xpi-resurrectpages Makefile distinfo Log: - Update to 1.0.1 Revision ChangesPath 1.3 +1 -1 ports/www/xpi-resurrectpages/Makefile 1.3 +3 -3 ports/www/xpi-resurrectpages

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

2006-07-18 Thread Andrew Pantyukhin
sat 2006-07-19 05:35:29 UTC FreeBSD ports repository Modified files: www/xpi-stumbleupon Makefile distinfo Log: - Update to 2.82 Revision ChangesPath 1.3 +2 -2 ports/www/xpi-stumbleupon/Makefile 1.3 +3 -3 ports/www/xpi-stumbleupon/distinfo

cvs commit: ports/devel/p5-PAR-Dist Makefile distinfo pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 05:04:50 UTC FreeBSD ports repository Modified files: devel/p5-PAR-DistMakefile distinfo pkg-plist Log: - update to 0.11 Revision ChangesPath 1.7 +1 -1 ports/devel/p5-PAR-Dist/Makefile 1.8 +3 -3 ports/devel/p5-PAR-Dist/di

Re: cvs commit: src/sys/net if.c if_atmsubr.c if_stf.c if_tun.c src/sys/netinet if_ether.c ip_divert.c ip_fw2.c src/sys/netinet6 in6.c in6_var.h src/sys/nfsclient bootp_subr.c nfs_diskless.c

2006-07-18 Thread Giorgos Keramidas
On 2006-07-19 13:32, Bruce Evans <[EMAIL PROTECTED]> wrote: >Long ago, On Sat, 1 Jul 2006, Giorgos Keramidas wrote: >>On 2006-06-29 19:22, Yar Tikhiy <[EMAIL PROTECTED]> wrote: >>> yar 2006-06-29 19:22:05 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/net

cvs commit: src/sys/dev/mii ukphy_subr.c

2006-07-18 Thread Pyun YongHyeon
yongari 2006-07-19 04:40:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii ukphy_subr.c Log: MFC ukphy_subr.c, 1.9 to RELENG_6: If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speed was negotiated. Revisio

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

2006-07-18 Thread Pyun YongHyeon
yongari 2006-07-19 04:12:59 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Convert sk(4) to use the new bus_alloc_resources() API and bus_{read,write}_* macros. Submitted by: Antoine Brodin Reviewed by:imp (initial version)

cvs commit: ports/mail/spamilter Makefile

2006-07-18 Thread Dirk Meyer
dinoex 2006-07-19 04:02:59 UTC FreeBSD ports repository Modified files: mail/spamilter Makefile Log: - fix build on RELENG_6 Submitted by: ume (Hajimu UMEMOTO) Revision ChangesPath 1.15 +1 -1 ports/mail/spamilter/Makefile _

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 03:55:44 UTC FreeBSD ports repository Modified files: .modules Log: p5-Net-CSTA --> ports/net/p5-Net-CSTA Revision ChangesPath 1.15674 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/net Makefile ports/net/p5-Net-CSTA Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 03:55:32 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-CSTA Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-CSTA 0.03, perl extension for ECMA CSTA. PR: ports/100506 Submi

cvs commit: ports/editors/vim Makefile

2006-07-18 Thread Mark Linimon
linimon 2006-07-19 03:37:14 UTC FreeBSD ports repository Modified files: editors/vim Makefile Log: Mark as broken on 4.X: fails to compile. 4.X users are recommended to stay with the previous version which was repocopied to editors/vim6. Hat:portmgr

Re: cvs commit: src/sys/net if.c if_atmsubr.c if_stf.c if_tun.c src/sys/netinet if_ether.c ip_divert.c ip_fw2.c src/sys/netinet6 in6.c in6_var.h src/sys/nfsclient bootp_subr.c nfs_diskless.c

2006-07-18 Thread Bruce Evans
Long ago, On Sat, 1 Jul 2006, Giorgos Keramidas wrote: On 2006-06-29 19:22, Yar Tikhiy <[EMAIL PROTECTED]> wrote: yar 2006-06-29 19:22:05 UTC FreeBSD src repository Modified files: sys/net if.c if_atmsubr.c if_stf.c if_tun.c sys/netinet if_ether.c ip_

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 02:29:54 UTC FreeBSD ports repository Modified files: .modules Log: p5-Object-Declare --> ports/devel/p5-Object-Declare Revision ChangesPath 1.15673 +1 -0 CVSROOT/modules ___ c

cvs commit: ports/devel Makefile ports/devel/p5-Object-Declare Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 02:29:38 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Object-Declare Makefile distinfo pkg-descr pkg-plist Log: Add p5-Object-Declare 0.08, declarative object constructor. PR: ports/100

cvs commit: ports/net/b2bua/files patch-contrib::libcext_lgpl::Makefile

2006-07-18 Thread Maxim Sobolev
sobomax 2006-07-19 02:27:23 UTC FreeBSD ports repository Modified files: net/b2bua/files patch-contrib::libcext_lgpl::Makefile Log: Fix incorrect patch. Revision ChangesPath 1.2 +6 -6 ports/net/b2bua/files/patch-contrib::libcext_lgpl::Makefile ___

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 02:25:58 UTC FreeBSD ports repository Modified files: .modules Log: p5-WWW-VenusEnvy --> ports/www/p5-WWW-VenusEnvy Revision ChangesPath 1.15672 +1 -0 CVSROOT/modules ___ cvs-a

cvs commit: ports/www Makefile ports/www/p5-WWW-VenusEnvy Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 02:25:46 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-VenusEnvy Makefile distinfo pkg-descr pkg-plist Log: Add p5-WWW-VenusEnvy 1.10, venusEnvy comic strip archive and retrieval module. PR:

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 01:58:04 UTC FreeBSD ports repository Modified files: .modules Log: todo --> ports/deskutils/todo Revision ChangesPath 1.15671 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports/deskutils Makefile ports/deskutils/todo Makefile distinfo pkg-descr

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 01:57:42 UTC FreeBSD ports repository Modified files: deskutilsMakefile Added files: deskutils/todo Makefile distinfo pkg-descr Log: Add todo 1.6, todo.txt Managers. PR: ports/100191 Submitted by: ijliao Revisi

cvs commit: ports/devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist

2006-07-18 Thread Yen-Ming Lee
leeym 2006-07-19 01:45:16 UTC FreeBSD ports repository Modified files: devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist Log: - update to 0.83 Revision ChangesPath 1.13 +1 -1 ports/devel/p5-Acme-MetaSynta

cvs commit: ports/graphics/bugle Makefile ports/x11-toolkits/gauche-gtk Makefile

2006-07-18 Thread Alejandro Pulver
alepulver2006-07-19 01:41:34 UTC FreeBSD ports repository Modified files: graphics/bugle Makefile x11-toolkits/gauche-gtk Makefile Log: - Change shared library version in LIB_DEPENDS to match current version of x11-toolkits/gtkglext. Reported by:linimon

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 01:08:37 UTC FreeBSD ports repository Modified files: .modules Log: p5-Time-Duration-Parse --> ports/devel/p5-Time-Duration-Parse Revision ChangesPath 1.15670 +1 -0 CVSROOT/modules ___

cvs commit: ports/devel Makefile ports/devel/p5-Time-Duration-Parse Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 01:08:19 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Time-Duration-Parse Makefile distinfo pkg-descr pkg-plist Log: Add p5-Time-Duration-Parse 0.02, parse string that

cvs commit: ports/devel/p5-Module-Compile Makefile distinfo

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 01:05:12 UTC FreeBSD ports repository Modified files: devel/p5-Module-Compile Makefile distinfo Log: - Update to 0.18 PR: ports/100453 Submitted by: clsung Approved by:maintainer Revision ChangesPath 1.7 +1 -1 p

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 01:03:56 UTC FreeBSD ports repository Modified files: .modules Log: fusefs-httpfs --> ports/sysutils/fusefs-httpfs Revision ChangesPath 1.15669 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/sysutils Makefile ports/sysutils/fusefs-httpfs Makefile distinfo pkg-descr ports/sysutils/fusefs-httpfs/files patch-httpfs.c

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 01:03:39 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fusefs-httpfs Makefile distinfo pkg-descr sysutils/fusefs-httpfs/files patch-httpfs.c Log: Add fusefs-httpfs 2.06.07.10, fuse-based http filesy

cvs commit: ports/irc/p5-POE-Component-IRC Makefile distinfo pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:59:35 UTC FreeBSD ports repository Modified files: irc/p5-POE-Component-IRC Makefile distinfo pkg-plist Log: - update to 4.96 - original maintainer pass maintainership to submitter PR: ports/100487 Submitted by: Jin-Shan Tseng Appro

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:58:08 UTC FreeBSD ports repository Modified files: .modules Log: fusefs-funionfs --> ports/sysutils/fusefs-funionfs Revision ChangesPath 1.15668 +1 -0 CVSROOT/modules ___ cv

cvs commit: ports/sysutils Makefile ports/sysutils/fusefs-funionfs Makefile distinfo pkg-descr

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:57:52 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fusefs-funionfs Makefile distinfo pkg-descr Log: Add fusefs-funionfs 0.4.1, union filesystem for the FUSE driver. PR: ports/100383

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:51:20 UTC FreeBSD ports repository Modified files: .modules Log: p5-WWW-Shorten-KUSO --> ports/www/p5-WWW-Shorten-KUSO Revision ChangesPath 1.15667 +1 -0 CVSROOT/modules ___

cvs commit: ports/www Makefile ports/www/p5-WWW-Shorten-KUSO Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:51:07 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Shorten-KUSO Makefile distinfo pkg-descr pkg-plist Log: Add p5-WWW-Shorten-KUSO 0.3, shorten URL using http://KUSO.CC/. PR: ports

cvs commit: CVSROOT modules

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:27:20 UTC FreeBSD ports repository Modified files: .modules Log: p5-WWW-Shorten-0rz --> ports/www/p5-WWW-Shorten-0rz Revision ChangesPath 1.15666 +1 -0 CVSROOT/modules ___ c

cvs commit: ports/www Makefile ports/www/p5-WWW-Shorten-0rz Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:27:08 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Shorten-0rz Makefile distinfo pkg-descr pkg-plist Log: Add p5-WWW-Shorten-0rz 0.02, shorten URL using 0rz.net. PR: ports/100433

cvs commit: CVSROOT modules

2006-07-18 Thread Shaun Amott
shaun 2006-07-19 00:16:34 UTC FreeBSD ports repository Modified files: .modules Log: p5-UI-Dialog --> ports/devel/p5-UI-Dialog Revision ChangesPath 1.15665 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/devel Makefile ports/devel/p5-UI-Dialog Makefile distinfo pkg-descr pkg-plist ports/devel/p5-UI-Dialog/files patch-lib_UI_Dialog_Backend_CDialog.pm

2006-07-18 Thread Shaun Amott
shaun 2006-07-19 00:15:47 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-UI-Dialog Makefile distinfo pkg-descr pkg-plist devel/p5-UI-Dialog/files patch-lib_UI_Dialog_Backend_CDialog.pm L

cvs commit: ports/devel/portmk/Mk bsd.port.mk

2006-07-18 Thread Mark Linimon
linimon 2006-07-19 00:02:52 UTC FreeBSD ports repository Modified files: devel/portmk/Mk bsd.port.mk Log: Bring this up to date with ports/Mk/bsd.port.mk 1.538. Note that ports/98565 was forgotten on the test run yet again. Revision ChangesPath 1.35 +25 -

cvs commit: ports/www/p5-WWW-Google-News-TW pkg-descr

2006-07-18 Thread Cheng-Lung Sung
clsung 2006-07-19 00:01:46 UTC FreeBSD ports repository Modified files: www/p5-WWW-Google-News-TW pkg-descr Log: - update pkg-descr from ports/100477 PR: ports/100477 Submitted by: maintainer (Tsung-Han Yeh) Revision ChangesPath 1.2 +2 -3

cvs commit: ports/java/jdk15 Makefile

2006-07-18 Thread Greg Lewis
glewis 2006-07-18 23:27:22 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile Log: . Bump PORTREVISION. Revision ChangesPath 1.111 +1 -1 ports/java/jdk15/Makefile ___ cvs-all@freebsd.org mai

cvs commit: ports/java/jdk15/files patch-deploy::jcomponent::CPluginVM_OP.cpp patch-deploy::jvm_exec::java_vm.c patch-deploy::nscore::JavaVM5.cpp

2006-07-18 Thread Greg Lewis
glewis 2006-07-18 23:23:02 UTC FreeBSD ports repository Added files: java/jdk15/files patch-deploy::jcomponent::CPluginVM_OP.cpp patch-deploy::jvm_exec::java_vm.c patch-deploy::nscore::JavaVM5.cpp Lo

cvs commit: ports/java/jdk15/files patch-j2se::nio::ch::FileChannelImpl.c

2006-07-18 Thread Greg Lewis
glewis 2006-07-18 23:20:26 UTC FreeBSD ports repository Added files: java/jdk15/files patch-j2se::nio::ch::FileChannelImpl.c Log: . Properly deal with error cases in transferTo0(). Corrects non-blocking IO case. Submitted by: Kurt Miller <[EMAIL PROTECTED]> Spon

cvs commit: doc/share/pgpkeys acm.key

2006-07-18 Thread Jose Alonso Cardenas Marquez
acm 2006-07-18 22:53:20 UTC FreeBSD doc repository (ports committer) Added files: share/pgpkeysacm.key Log: Added my pgp keys Approved by:garga (mentor) Revision ChangesPath 1.1 +41 -0 doc/share/pgpkeys/acm.key (new)

cvs commit: ports/java/jdk15 Makefile distinfo

2006-07-18 Thread Greg Lewis
glewis 2006-07-18 22:50:37 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile distinfo Log: . Convert to using OPTIONS. . Add support for unrestricted policy files. . Use bsd.gecko.mk for plugin support and limit it to Mozilla. . Make portlint happi

cvs commit: www/en/news news.xml

2006-07-18 Thread Jose Alonso Cardenas Marquez
acm 2006-07-18 22:49:21 UTC FreeBSD doc repository (ports committer) Modified files: en/news news.xml Log: Add myself to the news section as a new committer. Approved by:garga (mentor) Revision ChangesPath 1.414 +8 -1 www/en/news/new

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

2006-07-18 Thread Jose Alonso Cardenas Marquez
acm 2006-07-18 23:03:15 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent Log: Added my PGP key Approved by:garga (mentor) Revision ChangesPath 1.25 +5 -0 doc/share/pgpkeys/pgpk

cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_subr.c tcp_usrreq.c udp_usrreq.c src/sys/netinet6 in6_pcb.c raw_ip6.c udp6_usrreq.c

2006-07-18 Thread Stephan Uphoff
ups 2006-07-18 22:34:28 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_subr.c tcp_usrreq.c udp_usrreq.c sys/netinet6 in6_pcb.c raw_ip6.c udp6_usrreq.c Log: Fix race conditions o

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

2006-07-18 Thread John Baldwin
jhb 2006-07-18 22:31:33 UTC FreeBSD src repository Modified files: sys/dev/streams streams.c Log: Remove unnecessary locking for td_dupfd (it requires no locks). Revision ChangesPath 1.51 +1 -9 src/sys/dev/streams/streams.c _

cvs commit: src/sys/fs/portalfs portal_vnops.c

2006-07-18 Thread John Baldwin
jhb 2006-07-18 22:29:54 UTC FreeBSD src repository Modified files: sys/fs/portalfs portal_vnops.c Log: Update comment. Revision ChangesPath 1.72 +1 -1 src/sys/fs/portalfs/portal_vnops.c ___ cvs-all@freebsd

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

2006-07-18 Thread Jose Alonso Cardenas Marquez
acm 2006-07-18 22:28:58 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: Move myself from additional contributors to committers Approved by:garga (mentor) Revision ChangesPath

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

2006-07-18 Thread Jose Alonso Cardenas Marquez
acm 2006-07-18 22:27:23 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Move myself to contrib commiters list Approved by:garga (mentor) Revision ChangesPath 1.593 +0 -5

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

2006-07-18 Thread Jose Alonso Cardenas Marquez
acm 2006-07-18 22:17:37 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself Approved by:garga (mentor) Revision ChangesPath 1.391 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent ___

cvs commit: src/sys/arm/conf KB920X

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:03:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/conf KB920X Log: MFC: Tweaks to config file Revision ChangesPath 1.7.2.2 +11 -16src/sys/arm/conf/KB920X _

cvs commit: src/sys/arm/at91 std.at91 std.kb920x

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:02:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 std.at91 std.kb920x Log: MFC: Merge common options into std files Revision ChangesPath 1.1.2.2 +1 -0 src/sys/arm/at91/std.at91 1.2.2.2 +4 -

cvs commit: src/sys/arm/at91 files.at91

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:01:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 files.at91 Log: MFC: at91_spi now depends on spibus Revision ChangesPath 1.5.2.2 +3 -1 src/sys/arm/at91/files.at91

cvs commit: src/sys/arm/at91 kb920x_machdep.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:01:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 kb920x_machdep.c Log: MFC: configure peripheral I/O pins better Revision ChangesPath 1.8.2.2 +59 -3 src/sys/arm/at91/kb920x_machdep.c __

cvs commit: src/sys/arm/at91 at91_twi.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:00:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_twi.c Log: MFC: refinements in start/stop handling Revision ChangesPath 1.2.2.2 +10 -12src/sys/arm/at91/at91_twi.c

cvs commit: src/sys/arm/at91 uart_dev_at91usart.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:58:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 uart_dev_at91usart.c Log: MFC: Fixes to make serial ports work reliably Revision ChangesPath 1.6.2.2 +218 -61 src/sys/arm/at91/uart_dev_at91usart.

cvs commit: src/sys/arm/at91 if_ate.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:57:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 if_ate.c Log: MFC: use bus_read/write_4. requeue mbufs that don't defrag Revision ChangesPath 1.8.2.2 +3 -6 src/sys/arm/at91/if_ate.c

cvs commit: src/sys/arm/at91 at91_ssc.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:56:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_ssc.c Log: MFC: Minor polishing Revision ChangesPath 1.1.2.2 +4 -6 src/sys/arm/at91/at91_ssc.c ___

cvs commit: src/sys/arm/at91 at91_st.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:55:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_st.c Log: MFC: The SCK is a little better than 0 Revision ChangesPath 1.3.2.2 +1 -1 src/sys/arm/at91/at91_st.c ___

cvs commit: ports/net/b2bua/files patch-contrib::libcext_lgpl::Makefile patch-contrib::libcext_lgpl::netdb_r.h

2006-07-18 Thread Maxim Sobolev
sobomax 2006-07-18 21:52:29 UTC FreeBSD ports repository Added files: net/b2bua/files patch-contrib::libcext_lgpl::Makefile patch-contrib::libcext_lgpl::netdb_r.h Log: Make buildable on 7.x and 6.x after addition of getXXX_r() functions. Submit

cvs commit: ports/editors/texmacs Makefile distinfo pkg-plist

2006-07-18 Thread Rong-En Fan
rafan 2006-07-18 21:31:46 UTC FreeBSD ports repository Modified files: editors/texmacs Makefile distinfo pkg-plist Log: - Update to 1.0.6.3 PR: ports/100464 Submitted by: chinsan Revision ChangesPath 1.20 +1 -1 ports/editors/texm

cvs commit: ports/graphics/sharpconstruct Makefile

2006-07-18 Thread Alejandro Pulver
alepulver2006-07-18 21:20:05 UTC FreeBSD ports repository Modified files: graphics/sharpconstruct Makefile Log: - Change LIB_DEPENDS to match the new x11-toolkits/gtkglextmm port version. Approved by:maintainer Revision ChangesPath 1.4 +1 -2 ports/

cvs commit: src/sys/conf Makefile.arm

2006-07-18 Thread Olivier Houchard
cognet 2006-07-18 21:16:39 UTC FreeBSD src repository Modified files: sys/conf Makefile.arm Log: Add -EB to ${LD} too if we're making a big endian kernel, not anything in kernel makefiles uses SYSTEM_LD. Revision ChangesPath 1.30 +1 -0 src/sys

cvs commit: src/sys/arm/at91 at91_pio.c at91_pio_rm9200.h at91_pioreg.h at91_piovar.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:00:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_pio.c at91_pioreg.h Added files: (Branch: RELENG_6) sys/arm/at91 at91_pio_rm9200.h at91_piovar.h Log: MFC: Add the ability

cvs commit: ports/x11-clocks/wmclockmon Makefile ports/x11-clocks/wmclockmon/files patch-src_main.c

2006-07-18 Thread Shaun Amott
shaun 2006-07-18 20:56:24 UTC FreeBSD ports repository Modified files: x11-clocks/wmclockmon Makefile Added files: x11-clocks/wmclockmon/files patch-src_main.c Log: Fix Internet time calculation. PR: ports/86334 Submitted by: Frank Altpeter <[EMAIL P

cvs commit: ports/net-im/gaim Makefile ports/net-im/gaim/files patch-src_privacy.c

2006-07-18 Thread Joe Marcus Clarke
marcus 2006-07-18 20:47:59 UTC FreeBSD ports repository Modified files: net-im/gaim Makefile Added files: net-im/gaim/filespatch-src_privacy.c Log: Fix a crash that can occur when a blocked user is removed from the MSN privacy list. PR: 995

cvs commit: src/sys/arm/at91 at91_spi.c at91_spireg.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:30:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_spi.c at91_spireg.h Log: MFC: changes for generalized spibus Revision ChangesPath 1.1.2.2 +100 -263 src/sys/arm/at91/at91_spi.c 1.1.2.2 +3

cvs commit: ports/net-mgmt Makefile ports/net-mgmt/scamper Makefile distinfo pkg-descr

2006-07-18 Thread Rong-En Fan
rafan 2006-07-18 20:29:40 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Removed files: net-mgmt/scamper Makefile distinfo pkg-descr Log: - What am I thinking, it is already in net/scamper. Revision ChangesPath 1.78 +0 -1

cvs commit: src/sys/arm/at91 at91_rtcreg.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:28:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_rtcreg.h Log: MFC: Spell RTC_CALR_CEN_S correctly. Revision ChangesPath 1.1.2.2 +1 -1 src/sys/arm/at91/at91_rtcreg.h _

cvs commit: src/sys/arm/at91 at91_pio.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:28:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_pio.c Log: MFC: Spell RTC_CALR_CEN_S correctly. Revision ChangesPath 1.1.2.2 +102 -6src/sys/arm/at91/at91_pio.c ___

cvs commit: src/sys/arm/at91 at91_rtc.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:26:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_rtc.c Log: MFC: Actually set the RTC. Use bus_read/write_4 now the've been MFC'd. Revision ChangesPath 1.1.2.2 +10 -8 src/sys/arm/at91/at9

cvs commit: ports/net-mgmt Makefile ports/net-mgmt/scamper Makefile distinfo pkg-descr

2006-07-18 Thread Rong-En Fan
rafan 2006-07-18 20:25:54 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/scamper Makefile distinfo pkg-descr Log: Add scamper 20060331, dual-stack traceroute software. PR: ports/100438 Submitted by:

cvs commit: ports/net/pear-Net_UserAgent_Mobile Makefile distinfo

2006-07-18 Thread Rong-En Fan
rafan 2006-07-18 20:23:19 UTC FreeBSD ports repository Modified files: net/pear-Net_UserAgent_Mobile Makefile distinfo Log: - Update to 0.27.0 PR: ports/100463 Submitted by: maintainer Revision ChangesPath 1.6 +1 -1 ports/net/pear-Net

cvs commit: src/sys/arm/at91 at91_pmc.c

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:23:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_pmc.c Log: MFC: use bus_read/write_4 now that's been MFC'd. use the correct frequency to initialize the clocks. Revision Changes

cvs commit: src/sys/arm/arm in_cksum.c in_cksum_arm.S

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:08:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm in_cksum.c in_cksum_arm.S Log: MFC:in_cksum_arm.S 1.6 in_cksum.c 1.5, 1.6, 1.7 Use REDUCE32 to compute correct checksum. Revision

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

2006-07-18 Thread John Baldwin
jhb 2006-07-18 20:01:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/dev/mfi mfi.c Log: MFC: Probe volumes synchronously during boot. Revision ChangesPath 1.12.2.2 +8 -5 src/sys/dev/mfi/mfi.c _

cvs commit: src/sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h

2006-07-18 Thread John Baldwin
jhb 2006-07-18 19:56:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h Log: MFC: Sync with head. - Use firmware commands to do device discovery instead of SCSI

cvs commit: ports/www/yaws Makefile ports/www/yaws/files patch-src_Makefile

2006-07-18 Thread Jimmy Olgeni
olgeni 2006-07-18 19:39:03 UTC FreeBSD ports repository Modified files: www/yaws Makefile Added files: www/yaws/files patch-src_Makefile Log: Enable debug info to make OTP's xref(3) module work. Revision ChangesPath 1.29 +1 -0 ports

cvs commit: CVSROOT modules

2006-07-18 Thread Renato Botelho
garga 2006-07-18 18:54:57 UTC FreeBSD ports repository Modified files: .modules Log: qmail-dk --> ports/mail/qmail-dk Revision ChangesPath 1.15664 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/mail Makefile ports/mail/qmail-dk Makefile distinfo pkg-descr

2006-07-18 Thread Renato Botelho
garga 2006-07-18 18:54:16 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/qmail-dkMakefile distinfo pkg-descr Log: Add qmail-dk 0.54, domainKeys implementation for qmail. Revision ChangesPath 1.779 +1 -

cvs commit: ports/print/teTeX Makefile

2006-07-18 Thread Hiroki Sato
hrs 2006-07-18 18:53:59 UTC FreeBSD ports repository Modified files: print/teTeX Makefile Log: Fix WITHOUT_X11 support. Revision ChangesPath 1.71 +9 -6 ports/print/teTeX/Makefile ___ cvs-all@freebsd.or

cvs commit: ports/mail/qmail Makefile distinfo pkg-plist

2006-07-18 Thread Renato Botelho
garga 2006-07-18 18:52:18 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo pkg-plist Log: Back out last commit and remove DomainKeys support. I'm going to add it as a separate port. Revision ChangesPath 1.105 +14 -57ports

cvs commit: ports/japanese/teTeX Makefile

2006-07-18 Thread Hiroki Sato
hrs 2006-07-18 18:50:45 UTC FreeBSD ports repository Modified files: japanese/teTeX Makefile Log: Fix WITHOUT_X11 support. Revision ChangesPath 1.8 +3 -1 ports/japanese/teTeX/Makefile ___ cvs-all@freebsd

cvs commit: ports/japanese/dvipsk Makefile

2006-07-18 Thread Hiroki Sato
hrs 2006-07-18 18:40:38 UTC FreeBSD ports repository Modified files: japanese/dvipsk Makefile Log: Fix a bug that prevents installing texmf-config/dvips/ptex/config/config.ps. Bump PORTREVISION. Pointy hat to: hrs Spotted by: linimon Revision Changes

cvs commit: ports/graphics/gliv Makefile ports/graphics/g3dviewer Makefile ports/graphics/kludge3d Makefile ports/graphics/truevision Makefile ports/science/gdis Makefile ports/x11-toolkits/inti-gl Ma

2006-07-18 Thread Alejandro Pulver
alepulver2006-07-18 18:18:43 UTC FreeBSD ports repository Modified files: graphics/glivMakefile graphics/g3dviewer Makefile graphics/kludge3dMakefile graphics/truevision Makefile science/gdis Makefile x11-toolkits/inti-gl Makefile Log

cvs commit: ports/sysutils/tinybsd Makefile distinfo

2006-07-18 Thread Jean Milanez Melo
jmelo 2006-07-18 18:06:05 UTC FreeBSD ports repository Modified files: sysutils/tinybsd Makefile distinfo Log: - Update to 0.9. Revision ChangesPath 1.10 +1 -1 ports/sysutils/tinybsd/Makefile 1.10 +3 -3 ports/sysutils/tinybsd/distinfo _

cvs commit: ports/www/p5-WWW-Google-News Makefile

2006-07-18 Thread Erwin Lansing
erwin 2006-07-18 17:22:04 UTC FreeBSD ports repository Modified files: www/p5-WWW-Google-News Makefile Log: Remove a copy/paste error that snug in last minute. Submitted by: cperciva Two pointy hats in one day: erwin Revision ChangesPath

cvs commit: ports/deskutils/blogtk Makefile ports/deskutils/blogtk/files patch-blogtk-no-category

2006-07-18 Thread Rong-En Fan
rafan 2006-07-18 17:14:33 UTC FreeBSD ports repository Modified files: deskutils/blogtk Makefile Added files: deskutils/blogtk/files patch-blogtk-no-category Log: - Pass maintainership to submitter - Add a patch to deal with no categories on server http://sour

cvs commit: src/lib/libc/string memmem.3

2006-07-18 Thread Christian Brueffer
brueffer2006-07-18 17:12:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/string memmem.3 Log: Fix typo, error not present in HEAD. Submitted by: Jilles Tjoelker Revision ChangesPath 1.1.2.2 +1 -1 src/lib/libc/string/

cvs commit: src/sys/conf options src/sys/sys sysctl.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 17:00:51 UTC FreeBSD src repository Modified files: sys/conf options sys/sys sysctl.h Log: Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions for the sysctls. This saves a lot of space in the resulting kerne

cvs commit: CVSROOT access

2006-07-18 Thread Renato Botelho
garga 2006-07-18 16:56:17 UTC FreeBSD ports repository Modified files: .access Log: Please welcome Jose Alonso Cardenas Marquez (acm) to the rank of ports committers. This guy has flooded GNATS with a lot of high quality PRs and now is recieving usual pu

cvs commit: ports/devel/p5-IO-Tty Makefile distinfo

2006-07-18 Thread Erwin Lansing
erwin 2006-07-18 16:31:32 UTC FreeBSD ports repository Modified files: devel/p5-IO-Tty Makefile distinfo Log: Update to 1.07 Revision ChangesPath 1.16 +1 -1 ports/devel/p5-IO-Tty/Makefile 1.10 +3 -3 ports/devel/p5-IO-Tty/distinfo _

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-07-18 Thread Christian Brueffer
brueffer2006-07-18 16:31:22 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document the IA32_BINARY_PORT variable. Submitted by: gabor Reviewed by:droso Sponsored by: Google Summer of Code 2006 Revision Chan

cvs commit: CVSROOT modules

2006-07-18 Thread Erwin Lansing
erwin 2006-07-18 16:13:56 UTC FreeBSD ports repository Modified files: .modules Log: p5-WWW-Google-News-TW --> ports/www/p5-WWW-Google-News-TW Revision ChangesPath 1.15663 +1 -0 CVSROOT/modules ___

cvs commit: ports/www Makefile ports/www/p5-WWW-Google-News-TW Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Erwin Lansing
erwin 2006-07-18 16:13:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Google-News-TW Makefile distinfo pkg-descr pkg-plist Log: Add p5-WWW-Google-News-TW 0.11, access to Google's Taiwan

cvs commit: CVSROOT modules

2006-07-18 Thread Erwin Lansing
erwin 2006-07-18 16:12:20 UTC FreeBSD ports repository Modified files: .modules Log: p5-WWW-Google-News --> ports/www/p5-WWW-Google-News Revision ChangesPath 1.15662 +1 -0 CVSROOT/modules ___ c

cvs commit: ports/www Makefile ports/www/p5-WWW-Google-News Makefile distinfo pkg-descr pkg-plist

2006-07-18 Thread Erwin Lansing
erwin 2006-07-18 16:12:07 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Google-News Makefile distinfo pkg-descr pkg-plist Log: Add p5-WWW-Google-News 0.11, access to Google's News Service (Not Usenet). PR:

  1   2   >