cvs commit: src/lib/libc/stdtime localtime.c

2008-03-31 Thread David Xu
davidxu 2008-04-01 06:56:11 UTC FreeBSD src repository Modified files: lib/libc/stdtime localtime.c Log: Normally, we are often reading local time rather than setting time zone, replace mutex with rwlock, this should eliminate lock contention in most cases. Revision

cvs commit: src/lib/libthr/thread thr_rwlock.c

2008-03-31 Thread David Xu
davidxu 2008-04-01 06:23:08 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_rwlock.c Log: Restore normal pthread_cond_signal path to avoid some obscure races. Revision ChangesPath 1.13 +3 -2 src/lib/libthr/thread/thr_rwlock.c

cvs commit: ports/net/wireshark Makefile distinfo pkg-plist ports/net/wireshark/files patch-Makefile.in patch-epan_Makefile.in

2008-03-31 Thread Joe Marcus Clarke
marcus 2008-04-01 06:19:11 UTC FreeBSD ports repository Modified files: net/wiresharkMakefile distinfo pkg-plist net/wireshark/files patch-Makefile.in patch-epan_Makefile.in Log: After 10 years of development, wireshark 1.0 is ready. See http://www.wireshark.org

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

2008-03-31 Thread Vanilla I. Shu
vanilla 2008-04-01 06:03:21 UTC FreeBSD ports repository Modified files: textproc/xqilla Makefile distinfo pkg-plist Log: Upgrade to 2.0.0. Revision ChangesPath 1.2 +1 -1 ports/textproc/xqilla/Makefile 1.2 +3 -3 ports/textproc/xqilla/disti

Re: cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/sign Makefile README check.c common.c extern.h gzip.c gzip.h main.c pgp.h pgp_check.c pgp_sign.c pkg_sign.1 sha1.c sign.c sta

2008-03-31 Thread Ruslan Ermilov
On Mon, Mar 31, 2008 at 02:44:35PM +0100, Florent Thoumie wrote: > On Mon, Mar 31, 2008 at 1:58 PM, Pav Lucistnik <[EMAIL PROTECTED]> wrote: > > On Mon, 31 Mar 2008 12:45:18 + (UTC), Florent Thoumie wrote > > > > > flz 2008-03-31 12:45:18 UTC > > > > > > FreeBSD src repository > >

Re: cvs commit: src/games/fortune/datfiles fortunes

2008-03-31 Thread Doug Barton
Jordan K. Hubbard wrote: On Mar 31, 2008, at 2:56 PM, Giorgos Keramidas wrote: This is the age old "these fortune cookies may be offensive to some people" bikeshed. Do we really want to go there again? If removing the ones deleted by Ganbold is considered such a big loss to the consumers of

Re: cvs commit: ports/www/rubygem-mechanize Makefile distinfo pkg-plist

2008-03-31 Thread Philip M. Gollucci
- autogenerate plist | +post-install: | + @${ECHO} ${GEM_CACHE} > ${TMPPLIST} | + @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} | + @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DI

Re: cvs commit: CVSROOT exclude

2008-03-31 Thread John Birrell
On Mon, Mar 31, 2008 at 07:42:55PM -0700, David O'Brien wrote: > I assume these will be removed in the near future? > > # ZFS sources > ^src/compat/opensolaris > ^src/contrib/opensolaris > ^src/sys/compat/opensolaris > ^src/sys/contrib/opensolaris These ones have to stay until

cvs commit: ports/www/rubygem-mechanize Makefile distinfo pkg-plist

2008-03-31 Thread Cheng-Lung Sung
clsung 2008-04-01 03:12:30 UTC FreeBSD ports repository Modified files: www/rubygem-mechanize Makefile distinfo Removed files: www/rubygem-mechanize pkg-plist Log: - update to 0.7.0 - autogenerate plist Changes: PR: ports/120317 Submitted by: TAKA

cvs commit: ports/japanese/ruby-mecab Makefile distinfo

2008-03-31 Thread Cheng-Lung Sung
clsung 2008-04-01 02:48:51 UTC FreeBSD ports repository Modified files: japanese/ruby-mecab Makefile distinfo Log: - Update to 0.97 Changes: PR: ports/122188 Submitted by: KIMURA Yasuhiro Revision ChangesPath 1.12 +1 -1 ports/japane

Re: cvs commit: CVSROOT exclude

2008-03-31 Thread David O'Brien
On Mon, Mar 31, 2008 at 12:21:08AM +, John Birrell wrote: > On Sun, Mar 30, 2008 at 04:58:11PM -0700, David O'Brien wrote: > > On Fri, Mar 28, 2008 at 09:47:11PM +, John Birrell wrote: > > > jb 2008-03-28 21:47:11 UTC > > > > > > FreeBSD src repository > > > > > > Modified fi

cvs commit: ports/www/p5-CGI-FormBuilder Makefile distinfo pkg-plist

2008-03-31 Thread Cheng-Lung Sung
clsung 2008-04-01 02:41:38 UTC FreeBSD ports repository Modified files: www/p5-CGI-FormBuilder Makefile distinfo pkg-plist Log: - Update port to 3.0501 Changes: PR: ports/119391 Submitted by: James O'Gorman Reviewed by:clsung Approved by:maint

Re: cvs commit: src/tools/tools/editing freebsd.vim

2008-03-31 Thread David O'Brien
On Mon, Mar 31, 2008 at 04:16:36AM +0200, Dag-Erling Smrgrav wrote: > "David O'Brien" <[EMAIL PROTECTED]> writes: > > This is what should be committed? > > No. My code was intended to replace Martin's, not to be merged with it > into some kind of Frankenstein's monster. OK. I don't know enough

Re: cvs commit: src/lib/libthr/thread thr_cond.c thr_private.h thr_rwlock.c

2008-03-31 Thread David Xu
Jeff Roberson wrote: On Mon, 31 Mar 2008, David Xu wrote: davidxu 2008-03-31 02:55:50 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_cond.c thr_private.h thr_rwlock.c Log: Rewrite rwlock to user atomic operations to change rwlock state, this eliminates interna

cvs commit: ports/www/rubygem-thin Makefile distinfo pkg-plist

2008-03-31 Thread Cheng-Lung Sung
clsung 2008-04-01 02:15:21 UTC FreeBSD ports repository Modified files: www/rubygem-thin Makefile distinfo pkg-plist Log: - Update to 0.7.0 Changes: Revision ChangesPath 1.3 +1 -1 ports/www/rubygem-thin/Makefile 1.3 +3 -3 ports/www/ru

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

2008-03-31 Thread Thomas Abthorpe
tabthorpe2008-04-01 02:04:48 UTC FreeBSD ports repository Modified files: sysutils/farbot Makefile distinfo pkg-plist Log: - Update to 1.0.b2 PR: ports/122168 Submitted by: Nick Barkas (maintainer) Revision ChangesPath 1.4 +3 -4 p

cvs commit: ports/devel/gccxml Makefile ports/devel/gccxml/files patch-GCC::gcc::config.gcc patch-GCC::gcc::config::freebsd7.h

2008-03-31 Thread Volker Stolz
vs 2008-04-01 02:03:45 UTC FreeBSD ports repository Modified files: devel/gccxml Makefile devel/gccxml/files patch-GCC::gcc::config.gcc Removed files: devel/gccxml/files patch-GCC::gcc::config::freebsd7.h Log: Fix build on FreeBSD 8. PR:

cvs commit: src/sys/modules Makefile

2008-03-31 Thread Weongyo Jeong
weongyo 2008-04-01 01:55:19 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Add malo driver to the build Approved by:thompsa (mentor) Revision ChangesPath 1.560 +1 -0 src/sys/modules/Makefile

cvs commit: src/sys/dev/malo if_malohal.c

2008-03-31 Thread Weongyo Jeong
weongyo 2008-04-01 01:48:08 UTC FreeBSD src repository Modified files: sys/dev/malo if_malohal.c Log: remove warnings for 64bit aware platforms. Approved by:thompsa (mentor) Revision ChangesPath 1.2 +2 -2 src/sys/dev/malo/if_malohal.c _

Re: cvs commit: src/lib/libthr/thread thr_cond.c thr_private.h thr_rwlock.c

2008-03-31 Thread Jeff Roberson
On Mon, 31 Mar 2008, David Xu wrote: davidxu 2008-03-31 02:55:50 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_cond.c thr_private.h thr_rwlock.c Log: Rewrite rwlock to user atomic operations to change rwlock state, this eliminates internal mutex lock contentio

cvs commit: src/lib/libthr/thread thr_rwlock.c

2008-03-31 Thread David Xu
davidxu 2008-04-01 00:21:49 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_rwlock.c Log: return EAGAIN early rather than running bunch of code later, micro optimize static branch prediction. Revision ChangesPath 1.12 +3 -1 src/lib/libt

cvs commit: src/sys/dev/aac aac_cam.c

2008-03-31 Thread Ed Maste
emaste 2008-04-01 00:09:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_cam.c Log: Acquire Giant in aac_cam_event for xpt_release_simq. Not necessary with MPSAFE CAM so not an MFC. Revision ChangesPath 1.20.2.6 +4

Re: cvs commit: src/games/fortune/datfiles fortunes

2008-03-31 Thread Jordan K. Hubbard
On Mar 31, 2008, at 2:56 PM, Giorgos Keramidas wrote: This is the age old "these fortune cookies may be offensive to some people" bikeshed. Do we really want to go there again? If removing the ones deleted by Ganbold is considered such a big loss to the consumers of the fortune cookies, th

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

2008-03-31 Thread Ed Maste
emaste 2008-03-31 23:16:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c r1.126: Do not recursively acquire aac_io_lock in aac_ioctl_event. RevisionChangesPath 1.109.2.16 +1 -3 src/sys/d

cvs commit: ports/emulators/vmware-guestd6 Makefile

2008-03-31 Thread Pav Lucistnik
pav 2008-03-31 22:21:36 UTC FreeBSD ports repository Modified files: emulators/vmware-guestd6 Makefile Log: - Unb0rk the tree With hat: portmgr Revision ChangesPath 1.54 +3 -1 ports/emulators/vmware-guestd6/Makefile ___

Re: cvs commit: src/games/fortune/datfiles fortunes

2008-03-31 Thread Giorgos Keramidas
On Mon, 31 Mar 2008 12:19:45 -0700, Doug Barton <[EMAIL PROTECTED]> wrote: > Ganbold Tsagaankhuu wrote: >> ganbold 2008-03-31 10:28:09 UTC >> >> FreeBSD src repository (doc committer) >> >> Modified files: >> games/fortune/datfiles fortunes Log: >> Improve some quotes of Chinggis Kh

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

2008-03-31 Thread Nicola Vitale
nivit 2008-03-31 22:15:39 UTC FreeBSD ports repository Modified files: graphics/mapyrus Makefile distinfo pkg-plist Log: - Update to 0.803 Revision ChangesPath 1.17 +1 -1 ports/graphics/mapyrus/Makefile 1.13 +3 -3 ports/graphics/mapyrus/dis

cvs commit: ports/java/eclipse-pydev Makefile distinfo

2008-03-31 Thread Nicola Vitale
nivit 2008-03-31 22:11:08 UTC FreeBSD ports repository Modified files: java/eclipse-pydev Makefile distinfo Log: - Update to 1.3.14 PR: ports/121966 Submitted by: Dominic Fandrey Revision ChangesPath 1.2 +1 -1 ports/java/eclipse-py

cvs commit: www/en/projects summerofcode.xsl

2008-03-31 Thread Murray Stokely
murray 2008-03-31 22:10:28 UTC FreeBSD doc repository Modified files: en/projects summerofcode.xsl Log: Update the deadline for summer of code student applications. New deadline is Monday, April 7. Revision ChangesPath 1.12 +5 -5 www/en/projects/

cvs commit: src/sys/ddb db_capture.c

2008-03-31 Thread Robert Watson
rwatson 2008-03-31 22:09:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/ddb db_capture.c Log: Merge db_capture.c:1.3 from HEAD to RELENG_7: Rename DB_ constants in db_capture.c to DDB_ so that when they are exposed as kernel co

cvs commit: www/share/sgml news.xml

2008-03-31 Thread Murray Stokely
murray 2008-03-31 22:06:36 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Note that the deadline for summer of code student applications has been extended by one week. Hopefully we can attract more high quality applications with this extra tim

cvs commit: src/sys/ddb db_textdump.c

2008-03-31 Thread Robert Watson
rwatson 2008-03-31 22:05:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/ddb db_textdump.c Log: Merge db_textdump.c:1.2 from HEAD to RELENG_7: Refine textdump comments slightly. Revision ChangesPath 1.3.2.2 +12 -10

cvs commit: src/sbin/ddb ddb.8

2008-03-31 Thread Robert Watson
rwatson 2008-03-31 22:04:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ddb ddb.8 Log: Merge ddb.8:1.2 from HEAD to RELENG_7: Minor formatting tweaks. Point at ddb(4) and textdump(4) man pages for more script examples.

cvs commit: src/sbin/savecore savecore.8 savecore.c

2008-03-31 Thread Robert Watson
rwatson 2008-03-31 22:03:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/savecoresavecore.8 savecore.c Log: Merge savecore.8:1.26, savecore.c:1.79 from HEAD to RELENG_7: Teach savecore(8) how to extract textdump(4) dumps. Update

cvs commit: ports/audio/espeak Makefile distinfo pkg-plist ports/audio/espeak/files patch-src-Makefile

2008-03-31 Thread Nicola Vitale
nivit 2008-03-31 22:02:57 UTC FreeBSD ports repository Modified files: audio/espeak Makefile distinfo pkg-plist audio/espeak/files patch-src-Makefile Log: - Update to 1.36 PR: ports/121810 Submitted by: delphij Revision ChangesPath

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

2008-03-31 Thread Robert Watson
rwatson 2008-03-31 22:02:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man4 ddb.4 textdump.4 Log: Merge ddb.4:1.47, textdump.4:1.2 from HEAD to RELENG_7: Minor formatting tweaks; recommend "call doadump; reset" over "panic" fro

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

2008-03-31 Thread Robert Watson
rwatson 2008-03-31 22:00:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man4 Makefile ddb.4 Added files: (Branch: RELENG_7) share/man/man4 textdump.4 Log: Merge Makefile:1.401, ddb.4:1.46, textdump.4:1.1 from HEAD to

cvs commit: src/sys/conf files src/sys/ddb db_capture.c db_command.c db_textdump.c ddb.h src/sys/kern kern_shutdown.c

2008-03-31 Thread Robert Watson
rwatson 2008-03-31 21:57:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/conf files sys/ddb db_capture.c db_command.c ddb.h sys/kern kern_shutdown.c Added files: (Branch: RELENG_7) sys/ddb

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

2008-03-31 Thread Scott Long
scottl 2008-03-31 21:54:05 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c Log: The MPT driver treats the "core" module with the same importance and abstraction as the RAID and CAM modules, making it nearly impossible for enough initialization to be don

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

2008-03-31 Thread Thierry Thomas
thierry 2008-03-31 21:44:28 UTC FreeBSD ports repository Modified files: multimedia/miro Makefile distinfo pkg-plist Log: Upgrade to 1.2.1. Notified by:portscout Revision ChangesPath 1.6 +1 -1 ports/multimedia/miro/Makefile 1.5 +3 -3

cvs commit: ports/textproc/highlight Makefile distinfo

2008-03-31 Thread Pav Lucistnik
pav 2008-03-31 21:40:34 UTC FreeBSD ports repository Modified files: textproc/highlight Makefile distinfo Log: - Update to 2.6.7 PR: ports/119830 Submitted by: Kuang-che Wu <[EMAIL PROTECTED]> Approved by:maintainer timeout (alexbl; 2 months)

cvs commit: src/sys/dev/cxgb cxgb_adapter.h src/sys/dev/cxgb/sys cxgb_support.c

2008-03-31 Thread Kip Macy
kmacy 2008-03-31 21:02:27 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h sys/dev/cxgb/sys cxgb_support.c Log: reduce the size of the jumbo ring on i386 and disable pcpu cluster caching Revision ChangesPath 1.31 +5 -0

cvs commit: CVSROOT modules

2008-03-31 Thread Max Khon
fjoe2008-03-31 20:45:28 UTC FreeBSD ports repository Modified files: .modules Log: dmucs -> ports/devel/dmucs Revision ChangesPath 1.19580 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing

cvs commit: ports/devel Makefile ports/devel/dmucs Makefile distinfo pkg-descr ports/devel/dmucs/files patch-COSMIC-error.c

2008-03-31 Thread Max Khon
fjoe2008-03-31 20:44:30 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/dmucs Makefile distinfo pkg-descr devel/dmucs/filespatch-COSMIC-error.c Log: New port: dmucs DMUCS is a system that allows a gro

cvs commit: CVSROOT modules

2008-03-31 Thread Max Khon
fjoe2008-03-31 20:42:40 UTC FreeBSD ports repository Modified files: .modules Log: libiqxmlrpc -> ports/devel/libiqxmlrpc Revision ChangesPath 1.19579 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.

cvs commit: ports/devel Makefile ports/devel/libiqxmlrpc Makefile distinfo pkg-descr pkg-plist ports/devel/libiqxmlrpc/files patch-libiqxmlrpc-utf_conv.cc

2008-03-31 Thread Max Khon
fjoe2008-03-31 20:40:45 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/libiqxmlrpcMakefile distinfo pkg-descr pkg-plist devel/libiqxmlrpc/files patch-libiqxmlrpc-utf_conv.cc Log: New port: libiqxmlrpc Libiqxm

cvs commit: ports/net/linphone-base/files patch-exosip__Makefile.in patch-exosip__jauth.c patch-gtk__callbacks.c

2008-03-31 Thread Martin Wilke
miwi2008-03-31 20:38:39 UTC FreeBSD ports repository Removed files: net/linphone-base/files patch-exosip__Makefile.in patch-exosip__jauth.c patch-gtk__callbacks.c Log: - Removei unnecessary patches (forgot in previous

cvs commit: ports/net/siproxd Makefile ports/net/siproxd/files patch-src_auth.c patch-src_sip_utils.c

2008-03-31 Thread Martin Wilke
miwi2008-03-31 20:35:40 UTC FreeBSD ports repository Modified files: net/siproxd Makefile Added files: net/siproxd/filespatch-src_auth.c patch-src_sip_utils.c Log: - Chase net/libosip shlib version bump - Fix build with new net/libosip - Bump PORTREVIS

cvs commit: ports/net/linphone-base Makefile distinfo pkg-plist ports/net/linphone-base/files patch-configure patch-coreapi::linphonecore.c patch-gtk__Makefile.in patch-mediastreamer2__src__ice.c

2008-03-31 Thread Martin Wilke
miwi2008-03-31 20:33:54 UTC FreeBSD ports repository Modified files: net/linphone-baseMakefile distinfo pkg-plist net/linphone-base/files patch-configure patch-coreapi::linphonecore.c patch-gtk__Makefile.in

cvs commit: ports/net/libexosip2 Makefile distinfo

2008-03-31 Thread Martin Wilke
miwi2008-03-31 20:33:19 UTC FreeBSD ports repository Modified files: net/libexosip2 Makefile distinfo Log: - Update to 3.1.0 PR: 121089 Submitted by: Ports Fury Approved by:maintainer timeout Revision ChangesPath 1.4 +4 -1

cvs commit: ports/net/libosip Makefile distinfo pkg-plist

2008-03-31 Thread Martin Wilke
miwi2008-03-31 20:32:23 UTC FreeBSD ports repository Modified files: net/libosip Makefile distinfo pkg-plist Log: - Update to 3.1.0 PR: 121089 Submitted by: Ports Fury Revision ChangesPath 1.26 +3 -8 ports/net/libosip/Makefi

cvs commit: doc/zh_CN.GB2312/books/porters-handbook book.sgml

2008-03-31 Thread Fukang Chen
loader 2008-03-31 20:27:48 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/porters-handbook book.sgml Log: MFen: porters-handbook: book.sgml1.905 -> 1.912 Obtained from: The FreeBSD Simplified Chinese Pro

cvs commit: ports/security/tor-devel Makefile distinfo

2008-03-31 Thread Philippe Audeoud
jadawin 2008-03-31 20:19:31 UTC FreeBSD ports repository Modified files: security/tor-devel Makefile distinfo Log: - Update to 0.2.0.23-rc PR: ports/122175 Submitted by: bf <[EMAIL PROTECTED]> Approved by:Peter Thoenen <[EMAIL PROTECTED]> (maintainer)

cvs commit: ports/databases/p5-DBD-Pg Makefile distinfo ports/databases/p5-DBD-Pg/files patch-Makefile.PL

2008-03-31 Thread Mathieu Arnold
mat 2008-03-31 20:15:44 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Pg Makefile distinfo databases/p5-DBD-Pg/files patch-Makefile.PL Log: Update to 2.5.0 Revision ChangesPath 1.71 +5 -11 ports/databases/p5-DBD-Pg/Makefile 1.27

cvs commit: www/en/projects summerofcode.xsl

2008-03-31 Thread Martin Wilke
miwi2008-03-31 20:15:12 UTC FreeBSD doc repository Modified files: en/projects summerofcode.xsl Log: - Correction the GSOC URLs PR: 122110 Submitted by: Rick van der Zwet <[EMAIL PROTECTED]> Approved by:jkois (mentor) Revision Changes

cvs commit: www/share/sgml commercial.isp.xml

2008-03-31 Thread Martin Wilke
miwi2008-03-31 20:12:40 UTC FreeBSD doc repository Modified files: share/sgml commercial.isp.xml Log: - Sort mainlink alphabetic - Add MindSalt Time & Expense to the ISP list. PR: 119863 Submitted by: Josh Heise <[EMAIL PROTECTED]> Approved

cvs commit: src/sys/dev/aac aac_cam.c

2008-03-31 Thread Ed Maste
emaste 2008-03-31 20:11:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_cam.c Log: MFC aac_cam.c 1.30: Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returning CAM_SEL_TIMEOUT on SAS controllers, which p

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

2008-03-31 Thread Marc Fonvieille
blackend2008-03-31 20:07:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: - Add a link to the print/dvi2xx port; - Avoid to start a sentence with a lowercase. Revision ChangesPath 1.111 +3 -3 doc/en_US.

cvs commit: ports/audio/mac Makefile

2008-03-31 Thread Christian Weisgerber
naddy 2008-03-31 20:04:40 UTC FreeBSD ports repository Modified files: audio/macMakefile Log: yasm is only used on i386 and amd64, don't require it on other architectures. Approved by:infofarmer Revision ChangesPath 1.14 +7 -3 ports/

cvs commit: src/sys/dev/aac aac.c aac_pci.c aacreg.h

2008-03-31 Thread Ed Maste
emaste 2008-03-31 20:03:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c aac_pci.c aacreg.h Log: MFC aac.c 1.125, aac_pci.c 1.66, aacreg.h:1.24: Add family support to allow the driver to attach to new devices that shar

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

2008-03-31 Thread Ed Maste
emaste 2008-03-31 19:50:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.130: Restore creation of passthrough devices with newer controller firmware by putting the correct size in the fib header. Presuma

Re: cvs commit: src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h

2008-03-31 Thread Peter Wemm
On Mon, Mar 31, 2008 at 12:13 PM, David Christensen <[EMAIL PROTECTED]> wrote: > > On Thu, Feb 21, 2008 at 5:46 PM, David Christensen > > <[EMAIL PROTECTED]> wrote: > > > Modified files: > > > sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h > > > Log: > > > MFC after: 4 wee

cvs commit: src Makefile.inc1 src/tools/build Makefile

2008-03-31 Thread Max Khon
fjoe2008-03-31 19:28:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) .Makefile.inc1 tools/build Makefile Log: Conditionally add mklocale and gencat to bootstrap-tools to allow to build RELENG_5 on later FreeBSD versi

RE: cvs commit: src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h

2008-03-31 Thread David Christensen
> On Thu, Feb 21, 2008 at 5:46 PM, David Christensen > <[EMAIL PROTECTED]> wrote: > > Modified files: > > sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h > > Log: > > MFC after: 4 weeks > > > > - Added loose RX MTU functionality to allow frames larger > than 1500 bytes > >

cvs commit: src/sys/sys aac_ioctl.h src/sys/dev/aac aac.c aac_disk.c aacreg.h aacvar.h

2008-03-31 Thread Ed Maste
emaste 2008-03-31 19:21:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys aac_ioctl.h sys/dev/aac aac.c aac_disk.c aacreg.h aacvar.h Log: MFC >2TB support aac.c 1.134, aac_disk.c 1.45, aacreg.h 1.25, aacvar.h 1.51:

Re: cvs commit: src/games/fortune/datfiles fortunes

2008-03-31 Thread Doug Barton
Ganbold Tsagaankhuu wrote: ganbold 2008-03-31 10:28:09 UTC FreeBSD src repository (doc committer) Modified files: games/fortune/datfiles fortunes Log: Improve some quotes of Chinggis Khan. Remove militant and moralized quotes of Chinggis Khan. Add one more quote of Chinggi

cvs commit: ports/x11-toolkits/qt4-gui Makefile

2008-03-31 Thread Michael Nottebrock
lofi2008-03-31 19:02:32 UTC FreeBSD ports repository Modified files: x11-toolkits/qt4-gui Makefile Log: Some more include search path massaging for the WITH_CUPS case. PR: ports/122017 Revision ChangesPath 1.16 +1 -1 ports/x11-toolkits/qt4-gui/M

cvs commit: ports/www/ojs2 Makefile distinfo pkg-message pkg-plist

2008-03-31 Thread Beech Rintoul
beech 2008-03-31 18:57:07 UTC FreeBSD ports repository Modified files: www/ojs2 Makefile distinfo pkg-message pkg-plist Log: - Update to 2.2.0 PR: ports/122238 Submitted by: Filipe Rocha <[EMAIL PROTECTED]> (maintainer) Revision Changes

cvs commit: src/sys/conf files

2008-03-31 Thread Sam Leffler
sam 2008-03-31 18:49:09 UTC FreeBSD src repository Modified files: sys/conf files Log: add include path required to find ah_osdep.h PR: kern/122145 MFC after: 3 days Revision ChangesPath 1.1286+2 -1 src/sys/conf/files _

cvs commit: ports/www/gnome-user-share pkg-message

2008-03-31 Thread Michael Johnson
ahze2008-03-31 18:33:30 UTC FreeBSD ports repository Modified files: www/gnome-user-share pkg-message Log: s/gnomevfs2/gnome-vfs/ Reported by:R.Mahmatkhanov <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +3 -3 ports/www/gnome-user-share/pkg-messa

Re: cvs commit: ports/devel/mercurial Makefile

2008-03-31 Thread Erwin Lansing
On Mon, Mar 31, 2008 at 06:04:21PM +, Ollivier Robert wrote: > roberto 2008-03-31 18:04:21 UTC > > FreeBSD ports repository > > Modified files: > devel/mercurial Makefile > Log: > Put the real site instead of the usual place, fetch(1) does not seem to > deal correctly

cvs commit: ports/sysutils/gapcmon Makefile distinfo pkg-message ports/sysutils/gapcmon/files pkg-message.in

2008-03-31 Thread Philippe Audeoud
jadawin 2008-03-31 18:16:07 UTC FreeBSD ports repository Modified files: sysutils/gapcmon Makefile distinfo Added files: sysutils/gapcmon/files pkg-message.in Removed files: sysutils/gapcmon pkg-message Log: - Update to 0.8.7 - Fix typo on COMMENT - use

cvs commit: ports/devel/mercurial Makefile

2008-03-31 Thread Ollivier Robert
roberto 2008-03-31 18:04:21 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile Log: Put the real site instead of the usual place, fetch(1) does not seem to deal correctly with the 302 redirect. Noticed by: bms Revision ChangesPath 1.

cvs commit: ports/sysutils/apcupsd Makefile distinfo ports/sysutils/apcupsd/files patch-src__apcaccess.c patch-src__drivers__usb__bsd__bsd-usb.c

2008-03-31 Thread Ion-Mihai Tetcu
itetcu 2008-03-31 17:21:57 UTC FreeBSD ports repository Modified files: sysutils/apcupsd Makefile distinfo Added files: sysutils/apcupsd/files patch-src__apcaccess.c patch-src__drivers__usb__bsd__bsd-usb.c Log: - update to 3.14.3 - more O

cvs commit: ports/www/firefox15 Makefile

2008-03-31 Thread Michael Johnson
ahze2008-03-31 17:16:30 UTC FreeBSD ports repository Modified files: www/firefox15Makefile Log: Set EXPIRATION_DATE=2008-04-30 Revision ChangesPath 1.179 +1 -0 ports/www/firefox15/Makefile ___ cvs-all@fr

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

2008-03-31 Thread Ed Maste
emaste 2008-03-31 17:04:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.131: Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling): - Resource allocation in aac_alloc (moved f

cvs commit: www/share/sgml commercial.isp.xml

2008-03-31 Thread Martin Wilke
miwi2008-03-31 16:59:57 UTC FreeBSD doc repository Modified files: share/sgml commercial.isp.xml Log: - Add Mainlink to the ISP list. PR: www/121467 Approved by:jkois (mentor) Revision ChangesPath 1.27 +13 -2 www/share/sgm

cvs commit: doc/es_ES.ISO8859-1/articles Makefile doc/es_ES.ISO8859-1/articles/nanobsd Makefile article.sgml doc/es_ES.ISO8859-1/books/handbook/jails chapter.sgml doc/es_ES.ISO8859-1/share/sgml transl

2008-03-31 Thread J. Vicente Carrasco
carvay 2008-03-31 16:58:39 UTC FreeBSD doc repository Modified files: es_ES.ISO8859-1/articles Makefile es_ES.ISO8859-1/books/handbook/jails chapter.sgml es_ES.ISO8859-1/share/sgml translators.ent Added files: es_ES.ISO8859-1/articles/nanobsd Makefile article.sgml

cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c

2008-03-31 Thread Sam Leffler
sam 2008-03-31 15:38:07 UTC FreeBSD src repository Modified files: sbin/ifconfigifclone.c ifconfig.c ifconfig.h ifvlan.c Log: Fix handling of create operation together with setting other parameters: o mark cmds/parameters to indicate they are potential arguments to

cvs commit: ports/math/mathomatic Makefile distinfo

2008-03-31 Thread Emanuel Haupt
ehaupt 2008-03-31 15:28:24 UTC FreeBSD ports repository Modified files: math/mathomatic Makefile distinfo Log: Update to 12.9.1 Revision ChangesPath 1.49 +1 -1 ports/math/mathomatic/Makefile 1.47 +3 -3 ports/math/mathomatic/distinfo ___

cvs commit: ports/misc/amanda-server patch-sendbackup-dump.c

2008-03-31 Thread Pav Lucistnik
pav 2008-03-31 15:19:26 UTC FreeBSD ports repository Removed files: misc/amanda-server patch-sendbackup-dump.c Log: - Remove an odd looking misplaced patch file Revision ChangesPath 1.2 +0 -24 ports/misc/amanda-server/patch-sendbackup-dump.c (dead) ___

Re: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

2008-03-31 Thread Abdullah Ibn Hamad Al-Marri
- Original Message > From: Pyun YongHyeon <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; cvs-all@FreeBSD.org > Sent: Monday, March 31, 2008 7:03:14 AM > Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h > > yongari 2008-03-31 04:03:14 UTC > > FreeB

cvs commit: ports/misc/amanda-server Makefile

2008-03-31 Thread Pav Lucistnik
pav 2008-03-31 15:19:03 UTC FreeBSD ports repository Modified files: misc/amanda-server Makefile Log: - Add SSH option PR: ports/118039 Submitted by: Ekkehard 'Ekki' Gehm <[EMAIL PROTECTED]> Approved by:maintainer timeout (kuriyama; 4 months)

cvs commit: CVSROOT modules

2008-03-31 Thread Florent Thoumie
flz 2008-03-31 15:14:00 UTC FreeBSD ports repository Modified files: .modules Log: Remove module entry for pkg_install-devel. Revision ChangesPath 1.19578 +0 -1 CVSROOT/modules ___ cvs-all@free

cvs commit: ports MOVED

2008-03-31 Thread Florent Thoumie
flz 2008-03-31 15:13:22 UTC FreeBSD ports repository Modified files: .MOVED Log: Add MOVED entry after ports-mgmt/pkg_install-devel removal. Revision ChangesPath 1.1566+2 -1 ports/MOVED ___ c

cvs commit: ports/ports-mgmt Makefile ports/ports-mgmt/pkg_install-devel Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist pkg-req ports/ports-mgmt/pkg_install-devel/files Makefile.inc

2008-03-31 Thread Florent Thoumie
flz 2008-03-31 15:11:48 UTC FreeBSD ports repository Modified files: ports-mgmt Makefile Removed files: ports-mgmt/pkg_install-devel Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist

cvs commit: ports/devel/pear-PHP_CompatInfo Makefile distinfo

2008-03-31 Thread Chin-San Huang
chinsan 2008-03-31 15:09:34 UTC FreeBSD ports repository Modified files: devel/pear-PHP_CompatInfo Makefile distinfo Log: - Update to 1.6.1. - ChangeLog: http://pear.php.net/package/PHP_CompatInfo/download/1.6.1 Revision ChangesPath 1.10 +22 -16ports/devel/

cvs commit: ports/sysutils/usermin Makefile distinfo

2008-03-31 Thread Jimmy Olgeni
olgeni 2008-03-31 15:07:19 UTC FreeBSD ports repository Modified files: sysutils/usermin Makefile distinfo Log: Upgrade to version 1.340. Revision ChangesPath 1.70 +2 -2 ports/sysutils/usermin/Makefile 1.58 +3 -6 ports/sysutils/usermin/disti

cvs commit: ports/devel/pear-Console_Table Makefile distinfo

2008-03-31 Thread Chin-San Huang
chinsan 2008-03-31 15:06:44 UTC FreeBSD ports repository Modified files: devel/pear-Console_Table Makefile distinfo Log: - Update to 1.1.0. - ChangeLog: http://pear.php.net/package/Console_Table/download/ Revision ChangesPath 1.11 +1 -1 ports/devel/pear-Co

cvs commit: ports/sysutils/webmin Makefile distinfo

2008-03-31 Thread Jimmy Olgeni
olgeni 2008-03-31 15:06:37 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade to version 1.410. Revision ChangesPath 1.285 +2 -6 ports/sysutils/webmin/Makefile 1.238 +3 -15 ports/sysutils/webmin/distinf

cvs commit: ports/Mk bsd.sites.mk

2008-03-31 Thread Pav Lucistnik
pav 2008-03-31 15:00:39 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Remove progeny.com, it's parked domain now Revision ChangesPath 1.443 +1 -4 ports/Mk/bsd.sites.mk ___

cvs commit: ports/Mk bsd.sites.mk

2008-03-31 Thread Pav Lucistnik
pav 2008-03-31 14:58:22 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Add ring.nict.go.jp to Ringserver group PR: ports/119555 Submitted by: KIMURA Yasuhiro <[EMAIL PROTECTED]> Revision ChangesPath 1.442

cvs commit: ports/www/mod_proxy_html pkg-message

2008-03-31 Thread Philippe Audeoud
jadawin 2008-03-31 14:57:42 UTC FreeBSD ports repository Removed files: www/mod_proxy_html pkg-message Log: - Update to 3.0.0 - Remove no more used pkg-message PR: ports/121822 Submitted by: [EMAIL PROTECTED] Approved by: David Lay <[EMAIL PROTECTED

cvs commit: ports/textproc/p5-Google-Data-JSON Makefile distinfo

2008-03-31 Thread Chin-San Huang
chinsan 2008-03-31 14:57:09 UTC FreeBSD ports repository Modified files: textproc/p5-Google-Data-JSON Makefile distinfo Log: - Update to 0.1.5. - use JSON::Any instead of JSON::Syck - ChangeLog: http://search.cpan.org/dist/Google-Data-JSON/Changes Revision ChangesPa

cvs commit: ports/www/mod_proxy_html Makefile distinfo pkg-plist ports/www/mod_proxy_html/files pkg-message.in

2008-03-31 Thread Philippe Audeoud
jadawin 2008-03-31 14:51:23 UTC FreeBSD ports repository Modified files: www/mod_proxy_html Makefile distinfo pkg-plist Added files: www/mod_proxy_html/files pkg-message.in Log: - Update to 3.0.0 PR: ports/121822 Submitted by: [EMAIL PROTECTED] App

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

2008-03-31 Thread Ed Maste
emaste 2008-03-31 14:44:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.121: Correct calculation of aac_sg_tablesize. Obtained from: Adaptec, via driver b11669 RevisionChangesPath 1.10

cvs commit: ports/x11/wmappl Makefile distinfo pkg-message pkg-plist ports/x11/wmappl/files patch-Makefile patch-args.h

2008-03-31 Thread Pietro Cerutti
gahr2008-03-31 14:38:34 UTC FreeBSD ports repository Modified files: x11/wmappl Makefile distinfo pkg-plist Removed files: x11/wmappl pkg-message x11/wmappl/files patch-Makefile patch-args.h Log: - Update to 0.71 Reviewed by:garga

cvs commit: ports/converters/p5-JSON-DWIW Makefile distinfo

2008-03-31 Thread Chin-San Huang
chinsan 2008-03-31 14:35:56 UTC FreeBSD ports repository Modified files: converters/p5-JSON-DWIW Makefile distinfo Log: - Update to 0.23. Revision ChangesPath 1.14 +1 -1 ports/converters/p5-JSON-DWIW/Makefile 1.14 +3 -3 ports/converters/p5-JSON-D

cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacvar.h

2008-03-31 Thread Ed Maste
emaste 2008-03-31 14:32:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacvar.h Log: MFC - diff reduction w/ HEAD aac.c 1.131: Diff reduction to Ada

cvs commit: ports/textproc/p5-ack Makefile distinfo

2008-03-31 Thread Chin-San Huang
chinsan 2008-03-31 14:29:53 UTC FreeBSD ports repository Modified files: textproc/p5-ack Makefile distinfo Log: - Update to 0.80. - ChangeLog: http://search.cpan.org/dist/ack/Changes Revision ChangesPath 1.21 +1 -1 ports/textproc/p5-ack/Makefile 1.1

  1   2   >