cvs commit: CVSROOT modules

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:57:41 UTC FreeBSD ports repository Modified files: .modules Log: ocaml-cfg --> ports/devel/ocaml-cfg Revision ChangesPath 1.16012 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.o

cvs commit: ports/devel Makefile ports/devel/ocaml-cfg Makefile distinfo pkg-descr

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:57:18 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/ocaml-cfg Makefile distinfo pkg-descr Log: This OCaml-library consists of a set of modules which implement functions for manipulating context-fr

cvs commit: CVSROOT modules

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:51:54 UTC FreeBSD ports repository Modified files: .modules Log: ocaml-res --> ports/devel/ocaml-res Revision ChangesPath 1.16011 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.o

Re: cvs commit: www/zh_CN about.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml i

2006-08-19 Thread Xin LI
Hi, Hiroki-san, On 8/20/06, Hiroki Sato <[EMAIL PROTECTED]> wrote: hrs 2006-08-19 21:26:51 UTC FreeBSD doc repository Modified files: zh_CNabout.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sg

cvs commit: ports/devel Makefile ports/devel/ocaml-res Makefile distinfo pkg-descr

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:51:30 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/ocaml-res Makefile distinfo pkg-descr Log: This OCaml-library consists of a set of modules which implement automatically resizing (= reallocatin

cvs commit: CVSROOT modules

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:49:36 UTC FreeBSD ports repository Modified files: .modules Log: ocaml-lacaml --> ports/devel/ocaml-lacaml Revision ChangesPath 1.16010 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/devel Makefile ports/devel/ocaml-lacaml Makefile distinfo pkg-descr

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:49:11 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/ocaml-lacaml Makefile distinfo pkg-descr Log: This OCaml-library interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library

cvs commit: CVSROOT modules

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:48:17 UTC FreeBSD ports repository Modified files: .modules Log: ocaml-pomap --> ports/devel/ocaml-pomap Revision ChangesPath 1.16009 +1 -0 CVSROOT/modules ___ cvs-all@freeb

cvs commit: ports/devel Makefile ports/devel/ocaml-pomap Makefile distinfo pkg-descr

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-20 06:47:52 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/ocaml-pomapMakefile distinfo pkg-descr Log: The Pomap-library implements an ADT that maintains maps of partially ordered elements. Whereas a tota

cvs commit: src/bin/df df.c

2006-08-19 Thread Warner Losh
imp 2006-08-20 06:32:40 UTC FreeBSD src repository Modified files: bin/df df.c Log: Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing data that's alreday 0. In another, it saves us from zeroing data that will be overwritten again.

cvs commit: www/share/mk doc.xml.mk doc/share/mk doc.xml.mk

2006-08-19 Thread Hiroki Sato
hrs 2006-08-20 06:31:51 UTC FreeBSD doc repository Modified files: share/mk doc.xml.mk share/mk doc.xml.mk Log: Remove navigation dependset. Revision ChangesPath 1.8 +1 -6 doc/share/mk/doc.xml.mk 1.7 +2 -7 www/s

cvs commit: ports/net/openldap23-server Makefile distinfo ports/net/openldap23-server/files patch-servers_slapd_back_perl_bind.c patch-servers_slapd_back_perl_init.c patch-servers_slapd_back_perl_prot

2006-08-19 Thread Xin LI
delphij 2006-08-20 06:31:42 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile distinfo Added files: net/openldap23-server/files patch-servers_slapd_back_perl_bind.c patch-servers_slapd_b

cvs commit: src/bin/date netdate.c

2006-08-19 Thread Warner Losh
imp 2006-08-20 06:31:24 UTC FreeBSD src repository Modified files: bin/date netdate.c Log: Use strlcpy in place of strncpy + setting the last character NUL. To be safe, memset the entire msg to '0'. Revision ChangesPath 1.19 +2 -2 src/bin/

cvs commit: www/ja Makefile

2006-08-19 Thread Hiroki Sato
hrs 2006-08-20 06:28:53 UTC FreeBSD doc repository Modified files: ja Makefile Log: Fix build. Revision ChangesPath 1.73 +2 -2 www/ja/Makefile ___ cvs-all@freebsd.org mailing list http://lists

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

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:56:00 UTC FreeBSD src repository Modified files: share/man/man4 uplcom.4 Log: Bump date, forgotten in 1.13 Revision ChangesPath 1.15 +1 -1 src/share/man/man4/uplcom.4 ___ cvs-all@freebsd

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

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:54:45 UTC FreeBSD src repository Modified files: share/man/man4 uplcom.4 Log: Add a few devices that have been added recently. Revision ChangesPath 1.14 +4 -0 src/share/man/man4/uplcom.4 ___

cvs commit: src/sbin/ipfw ipfw.8

2006-08-19 Thread Julian Elischer
julian 2006-08-20 05:42:59 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 Log: Fix typo. Revision ChangesPath 1.194 +1 -1 src/sbin/ipfw/ipfw.8 ___ cvs-all@freebsd.org mailing list http://lis

cvs commit: ports/multimedia/vlc-devel Makefile

2006-08-19 Thread Jeremy Messenger
mezz2006-08-20 05:38:19 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile Log: -Fix three typo of CONFIGURE_ARGS. [2] -Fix a typo of LIB_DEPENDS. [3] -INSTALLS_SHLIB is deprecated, use USE_LDCONFIG instead. [3] -Make portlint more happy. [3] -

cvs commit: ports/multimedia/vlc Makefile ports/multimedia/vlc/files patch-modules_control_corba_corba.c

2006-08-19 Thread Jeremy Messenger
mezz2006-08-20 05:30:55 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Added files: multimedia/vlc/files patch-modules_control_corba_corba.c Log: -Fix the build with WITH_CORBA. [1] -Fix three typo of CONFIGURE_ARGS. [2] -Fix a typo of L

cvs commit: src/sys/dev/usb uplcom.c

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:23:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb uplcom.c Log: MFC: Radio Shack USB Cable Prolific Pharos Willcom W-SIM HAMLET exagerate XUR232 No functional changes

cvs commit: src/sys/dev/usb usbdevs

2006-08-19 Thread Warner Losh
imp 2006-08-20 05:20:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb usbdevs Log: MFC: Merge all the usb devices from current. I need one, and there's no reason not to merge them all. RevisionChangesPath 1.232.2.1

cvs commit: ports/graphics/libcaca Makefile

2006-08-19 Thread Jeremy Messenger
mezz2006-08-20 05:10:15 UTC FreeBSD ports repository Modified files: graphics/libcaca Makefile Log: Add -fPIC flag on amd64 and ia64 to fix graphics/crystalspace build. PR: ports/102155 Submitted by: acm Revision ChangesPath 1.12 +5 -

cvs commit: src/usr.bin/pkill Makefile

2006-08-19 Thread Yar Tikhiy
yar 2006-08-20 04:25:20 UTC FreeBSD src repository Modified files: usr.bin/pkillMakefile Log: Tell in a comment that the symlinks from /usr/bin are for compatibility with other OS types, too. Pointed out by: gad Revision ChangesPath 1.7

Re: moving pgrep and pkill

2006-08-19 Thread Yar Tikhiy
On Sat, Aug 19, 2006 at 04:48:51PM -0400, Garance A Drosehn wrote: > At 12:32 PM +0400 8/19/06, Yar Tikhiy wrote: > >On Fri, Aug 18, 2006, Brooks Davis wrote: > > > On Fri, Aug 18, 2006, Yar Tikhiy wrote: > > > > On Fri, Aug 18, 2006, Brooks Davis wrote: > > > > > On Fri, Aug 18, 2006, Yar Tikhiy w

cvs commit: src/usr.sbin/arp arp.8

2006-08-19 Thread Yar Tikhiy
yar 2006-08-20 03:59:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/arp arp.8 Log: MFC rev. 1.25: Enumerate all cases where -i is applicable. Revision ChangesPath 1.23.8.2 +3 -2 src/usr.sbin/arp/arp.8

Re: __FreeBSD_version was: Re: cvs commit: src/sys/sys _timeval.h user.h src/sys/arm/include _types.h

2006-08-19 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Mike Silbersack <[EMAIL PROTECTED]> writes: : : On Sat, 24 Jun 2006, M. Warner Losh wrote: : : > : I don't believe you should relay on being the only user. : > : At least please bump __FreeBSD_version. : > : > I'm pretty sure that he is the only FreeBSD

cvs commit: ports/www/mozilla-bonobo Makefile pkg-plist

2006-08-19 Thread Jeremy Messenger
mezz2006-08-20 01:55:24 UTC FreeBSD ports repository Modified files: www/mozilla-bonobo Makefile pkg-plist Log: Use GCONF_SCHEMAS. Revision ChangesPath 1.19 +2 -0 ports/www/mozilla-bonobo/Makefile 1.3 +0 -3 ports/www/mozilla-bonobo/pkg-pli

__FreeBSD_version was: Re: cvs commit: src/sys/sys _timeval.h user.h src/sys/arm/include _types.h

2006-08-19 Thread Mike Silbersack
On Sat, 24 Jun 2006, M. Warner Losh wrote: : I don't believe you should relay on being the only user. : At least please bump __FreeBSD_version. I'm pretty sure that he is the only FreeBSD/arm user that's using RELENG_6 :-). We're using current at work, but will soon transition to RELENG_6, no

cvs commit: www/es navigation.xml www/ja navigation.xml www/ru Makefile navigation.xml

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:58:14 UTC FreeBSD doc repository Modified files: ru Makefile Removed files: es navigation.xml ja navigation.xml ru navigation.xml Log: Remove navigation.xml. This is no

cvs commit: www/en/cgi ports.cgi

2006-08-19 Thread Simon L. Nielsen
simon 2006-08-19 21:40:25 UTC FreeBSD doc repository Modified files: en/cgi ports.cgi Log: - Remove link to source of the CGI script. It doesn't work and people can find the source via cvsweb in any case. - Use $hsty_base more places for better compatibilit

cvs commit: www/pt_BR/doc Makefile www/nl/doc Makefile

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:28:19 UTC FreeBSD doc repository Modified files: pt_BR/docMakefile nl/doc Makefile Log: Catch up with the English version. Revision ChangesPath 1.2 +13 -6 www/nl/doc/Makefile 1.2 +15 -10www/pt_

cvs commit: www/zh_CN about.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml inclu

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:26:51 UTC FreeBSD doc repository Modified files: zh_CNabout.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sgml features.sgml index.xsl internet.s

cvs commit: www/tr Makefile docs.sgml features.sgml includes.sgml includes.xsl index.xsl mailto.sgml www/tr/doc Makefile www/tr/share/sgml catalog catalog.xml header.l10n.ent l10n.ent libcommon.xsl na

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:26:21 UTC FreeBSD doc repository Modified files: tr Makefile docs.sgml features.sgml index.xsl mailto.sgml tr/doc Makefile Added files: tr/share/sgmlcatalog catalog.xml header.l10n.ent

cvs commit: www/ru about.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:25:55 UTC FreeBSD doc repository Modified files: ru about.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sgml features.sgml index.xsl internet.s

cvs commit: www/ja about.sgml applications.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:24:50 UTC FreeBSD doc repository Modified files: ja about.sgml applications.sgml availability.sgml community.sgml docs.sgml features.sgml index.xsl internet.sgml jabou

cvs commit: www/it about.sgml community.sgml docs.sgml includes.header.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.sgml includes.navdownload.sgm

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:24:06 UTC FreeBSD doc repository Modified files: it about.sgml community.sgml docs.sgml index.xsl mailto.sgml support.sgml where.sgml it/copyright copyright.sgml it/docs

cvs commit: www/fr Makefile about.sgml applications.sgml art.sgml auditors.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navd

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:23:44 UTC FreeBSD doc repository Modified files: fr Makefile about.sgml applications.sgml art.sgml auditors.sgml availability.sgml community.sgml docs.sgml features.sgml

cvs commit: www/es Makefile about.sgml applications.sgml auditors.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:22:38 UTC FreeBSD doc repository Modified files: es Makefile about.sgml applications.sgml auditors.sgml availability.sgml community.sgml docs.sgml features.sgml index.

cvs commit: www/de about.sgml applications.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes.navdocs.

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:21:56 UTC FreeBSD doc repository Modified files: de about.sgml applications.sgml availability.sgml community.sgml docs.sgml features.sgml index.xsl internet.sgml mailt

cvs commit: www/en about.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sgml features.sgml includes.navabout.sgml includes.navcommunity.sgml includes.navdevelopers.sgml includes

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:20:54 UTC FreeBSD doc repository Modified files: en about.sgml applications.sgml art.sgml availability.sgml community.sgml docs.sgml features.sgml index.xsl internet.s

cvs commit: www/share/mk doc.xml.mk web.site.mk doc/share/mk doc.project.mk doc.xml.mk

2006-08-19 Thread Hiroki Sato
hrs 2006-08-19 21:18:54 UTC FreeBSD doc repository Modified files: share/mk doc.xml.mk web.site.mk share/mk doc.project.mk doc.xml.mk Log: www cleanup mega commit: - Clean up XML dependency set. - Add "make lint" for validation. R

cvs commit: www/en/cgi pds.cgi

2006-08-19 Thread Simon L. Nielsen
simon 2006-08-19 21:18:18 UTC FreeBSD doc repository Modified files: en/cgi pds.cgi Log: Don't define $hsty_base, since that prevents cgi-style.pl from overriding it when needed (e.g. when run on cgi.FreeBSD.org). Revision ChangesPath 1.12 +1 -2

cvs commit: www/en/cgi pds.cgi

2006-08-19 Thread Simon L. Nielsen
simon 2006-08-19 21:03:12 UTC FreeBSD doc repository Modified files: en/cgi pds.cgi Log: Be a bit more strict with what we extract from the query string. This fixes use of the script with Perl 5.8. This should match all characters of current ports. If som

Re: moving pgrep and pkill

2006-08-19 Thread Garance A Drosehn
At 12:32 PM +0400 8/19/06, Yar Tikhiy wrote: On Fri, Aug 18, 2006, Brooks Davis wrote: > On Fri, Aug 18, 2006, Yar Tikhiy wrote: > > On Fri, Aug 18, 2006, Brooks Davis wrote: > > > On Fri, Aug 18, 2006, Yar Tikhiy wrote: > > > | On Fri, Aug 18, 2006, Dag-Erling Sm?rgrav wrote: > > > | > In a

cvs commit: ports/net-p2p/linuxdcpp Makefile distinfo ports/net-p2p/linuxdcpp/files patch-SConstruct patch-client_stdinc.h

2006-08-19 Thread Jeremy Messenger
mezz2006-08-19 17:28:23 UTC FreeBSD ports repository Modified files: net-p2p/linuxdcppMakefile distinfo net-p2p/linuxdcpp/files patch-SConstruct Removed files: net-p2p/linuxdcpp/files patch-client_stdinc.h Log: Update it to the lastest version of CVS, at 2006-

cvs commit: ports/net-mgmt/confregdecode Makefile pkg-plist ports/net-mgmt/confregdecode/files confregdecode confregdecode.in

2006-08-19 Thread Joe Marcus Clarke
marcus 2006-08-19 17:26:49 UTC FreeBSD ports repository Modified files: net-mgmt/confregdecode Makefile pkg-plist Added files: net-mgmt/confregdecode/files confregdecode.in Removed files: net-mgmt/confregdecode/files confregdecode Log: * Update to bsd.java.mk 2.0 [

cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml

2006-08-19 Thread Remko Lodder
remko 2006-08-19 17:26:24 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Remote the CVS_RSH variable references, it is the default setting for a long time now.[1] I left the 'and' word on one line to prevent "major" u

cvs commit: ports/audio/easytag Makefile ports/deskutils/jlj Makefile ports/editors/gobby Makefile ports/emulators/qemu-launcher Makefile ports/math/libtommath Makefile ports/math/tomsfastmath Makefil

2006-08-19 Thread Martin Wilke
miwi2006-08-19 16:49:49 UTC FreeBSD ports repository Modified files: audio/easytagMakefile deskutils/jljMakefile editors/gobbyMakefile emulators/qemu-launcher Makefile math/libtommath Makefile math/tomsfastmathMakefile

cvs commit: ports/www/pecl-pecl_http Makefile distinfo

2006-08-19 Thread Cheng-Lung Sung
clsung 2006-08-19 16:02:34 UTC FreeBSD ports repository Modified files: www/pecl-pecl_http Makefile distinfo Log: - Update to 1.2.0 PR: ports/102269 Submitted by: maintainer (Alexander Zhuravlev) Revision ChangesPath 1.9 +1 -1 ports/

cvs commit: ports/audio/p5-Filesys-Virtual-DAAP Makefile

2006-08-19 Thread Lars Thegler
lth 2006-08-19 15:59:20 UTC FreeBSD ports repository Modified files: audio/p5-Filesys-Virtual-DAAP Makefile Log: - Don't RUN_DEPEND on p5-Module-Build - Rephrase IGNORE to please portlint PR: ports/101700 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]>

Re: nullfs performance (Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security

2006-08-19 Thread Sergey Matveychuk
Gábor Kövesdán wrote: > Kris Kennaway wrote: >> Presumably it is not enabled in your kernel and you do not have the >> module available either (it is present on a default installation >> though). I use nullfs on amd64 every day so I know it works fine. >> >> Kris >> > Ah, you're right, I found

Re: cvs commit: src/sys/compat/linux linux_misc.c

2006-08-19 Thread Robert Watson
On Sat, 19 Aug 2006, Alexander Leidinger wrote: Quoting Robert Watson <[EMAIL PROTECTED]> (Fri, 18 Aug 2006 18:47:12 +0100 (BST)): On Thu, 17 Aug 2006, Alexander Leidinger wrote: - protect td->td_proc->p_pid with the proc lock in linux_getpid in the amd64 (= non i386) case [1] Is this

cvs commit: ports/sysutils/ntfsprogs Makefile

2006-08-19 Thread Martin Wilke
miwi2006-08-19 15:27:29 UTC FreeBSD ports repository Modified files: sysutils/ntfsprogs Makefile Log: - Pass maintainership to submitter PR: ports/102132 Submitted by: Babak Farrokhi Approved by:krion (mentor) Revision ChangesPath 1.2

cvs commit: CVSROOT modules ports/security Makefile

2006-08-19 Thread Shaun Amott
shaun 2006-08-19 15:15:27 UTC FreeBSD ports repository Modified files: .modules security Makefile Log: Finish adding security/openvpn-devel after repocopy. Revision ChangesPath 1.16008 +1 -0 CVSROOT/modules 1.806 +1

cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_signal.c src/sys/i386/linux linux.h

2006-08-19 Thread Alexander Leidinger
netchild2006-08-19 15:13:01 UTC FreeBSD src repository Modified files: sys/amd64/linux32linux.h sys/compat/linux linux_signal.c sys/i386/linux linux.h Log: Get rid of some nested includes. Sponsored by: Google SoC 2006 Submitted by: rdivacky N

Re: cvs commit: src/sys/compat/linux linux_misc.c

2006-08-19 Thread Alexander Leidinger
Quoting Robert Watson <[EMAIL PROTECTED]> (Fri, 18 Aug 2006 18:47:12 +0100 (BST)): > > On Thu, 17 Aug 2006, Alexander Leidinger wrote: > > > - protect td->td_proc->p_pid with the proc lock in linux_getpid > >in the amd64 (= non i386) case [1] > > Is this necessary? In principle, td->td_p

cvs commit: ports/mail/dovecot Makefile distinfo ports/mail/dovecot/files patch-dovecot-example.conf

2006-08-19 Thread Xin LI
delphij 2006-08-19 14:43:12 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile distinfo mail/dovecot/files patch-dovecot-example.conf Log: Update to 1.0.rc7. Submitted by: maintainer PR: ports/102249 Revision ChangesPa

cvs commit: ports/irc/weechat Makefile distinfo pkg-plist ports/irc/weechat/files patch-configure

2006-08-19 Thread Andrej Zverev
az 2006-08-19 14:41:44 UTC FreeBSD ports repository Modified files: irc/weechat Makefile distinfo pkg-plist Removed files: irc/weechat/filespatch-configure Log: - Update to version 0.2.0 - Changelog: http://cvs.savannah.gnu.org/viewcvs/weechat/weechat/

cvs commit: ports/security/openvpn-devel Makefile distinfo pkg-plist ports/security/openvpn-devel/files pkg-message.in

2006-08-19 Thread Shaun Amott
shaun 2006-08-19 14:29:37 UTC FreeBSD ports repository Modified files: security/openvpn-devel Makefile distinfo pkg-plist security/openvpn-devel/files pkg-message.in Log: Convert the repocopied security/openvpn into openvpn-devel. OpenVPN is a robust, scalable and hig

cvs commit: ports/games/freedoko Makefile distinfo pkg-plist

2006-08-19 Thread Thomas Gellekum
tg 2006-08-19 14:25:23 UTC FreeBSD ports repository Modified files: games/freedoko Makefile distinfo pkg-plist Log: Upgrade to 0.7.3. Revision ChangesPath 1.18 +1 -1 ports/games/freedoko/Makefile 1.10 +3 -3 ports/games/freedoko/distinf

Re: nullfs performance (Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security

2006-08-19 Thread Kris Kennaway
On Sat, Aug 19, 2006 at 03:25:36PM +0200, G?bor K?vesd?n wrote: > >Presumably it is not enabled in your kernel and you do not have the > >module available either (it is present on a default installation > >though). I use nullfs on amd64 every day so I know it works fine. > > > >Kris > > > Ah, y

Re: nullfs performance (Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security

2006-08-19 Thread Gábor Kövesdán
Kris Kennaway wrote: On Sat, Aug 19, 2006 at 01:24:43PM +0200, G?bor K?vesd?n wrote: Kris Kennaway wrote: On Thu, Aug 17, 2006 at 01:45:46PM -0700, Brian Somers wrote: I guess the missing info might be that things get indirected somewhat. We check out code into /some/deep/di

Re: nullfs performance (Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security

2006-08-19 Thread Kris Kennaway
On Sat, Aug 19, 2006 at 01:24:43PM +0200, G?bor K?vesd?n wrote: > Kris Kennaway wrote: > >On Thu, Aug 17, 2006 at 01:45:46PM -0700, Brian Somers wrote: > > > > > >>I guess the missing info might be that things get indirected somewhat. > >> > >>We check out code into /some/deep/directory/tree. Th

cvs commit: CVSROOT access

2006-08-19 Thread Brooks Davis
brooks 2006-08-19 13:05:20 UTC FreeBSD src repository Modified files: .access Log: take njl's commit bit into safekeeping while on sabbatical again. Approved by:core Revision ChangesPath 1.786 +0 -1 CVSROOT/access ___

cvs commit: ports/devel/libglademm24 Makefile distinfo pkg-plist

2006-08-19 Thread Alexander Nedotsukov
bland 2006-08-19 12:51:48 UTC FreeBSD ports repository Modified files: devel/libglademm24 Makefile distinfo pkg-plist Log: Update to 2.6.3 Revision ChangesPath 1.23 +1 -1 ports/devel/libglademm24/Makefile 1.12 +3 -3 ports/devel/libglademm24/d

cvs commit: ports/editors/openoffice.org-2.0 Makefile distinfo ports/editors/openoffice.org-2.0/files patch-i64442 patch-i64762 patch-i64815 patch-i64906 patch-i65467 patch-i65468 patch-i65511 patch-i

2006-08-19 Thread Maho Nakata
maho2006-08-19 12:10:14 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile distinfo editors/openoffice.org-2.0/files patch-i6 patch-i7 Removed files: editors/openoffice.org-2.0/files patch-i64442 patch-i64762

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

2006-08-19 Thread Maho Nakata
maho2006-08-19 12:02:09 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0-devel Makefile Log: Remove two warnings of portlint Revision ChangesPath 1.269 +2 -2 ports/editors/openoffice.org-2.0-devel/Makefile __

cvs commit: ports/www/p5-HTTP-Proxy Makefile distinfo pkg-plist

2006-08-19 Thread Mathieu Arnold
mat 2006-08-19 11:55:18 UTC FreeBSD ports repository Modified files: www/p5-HTTP-ProxyMakefile distinfo pkg-plist Log: Update to 0.20 PR: 102240 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +5 -4 ports

cvs commit: src/sys/compat/linux linux_emul.c

2006-08-19 Thread Suleiman Souhlal
ssouhlal2006-08-19 11:54:19 UTC FreeBSD src repository Modified files: sys/compat/linux linux_emul.c Log: MALLOC -> malloc and FREE -> free Submitted by: rdivacky Pointed out by: jhb Revision ChangesPath 1.4 +4 -4 src/sys/compat/linux/linux_emu

cvs commit: ports/www/p5-WWW-Mechanize Makefile distinfo

2006-08-19 Thread Mathieu Arnold
mat 2006-08-19 11:33:39 UTC FreeBSD ports repository Modified files: www/p5-WWW-Mechanize Makefile distinfo Log: Update to 1.20 PR: 102263 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]> Revision ChangesPath 1.21 +1 -1 ports/www/p5-WW

Re: nullfs performance (Re: cvs commit: ports/Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk bsd.scons.mk ports/Tools/scripts security

2006-08-19 Thread Gábor Kövesdán
Kris Kennaway wrote: On Thu, Aug 17, 2006 at 01:45:46PM -0700, Brian Somers wrote: I guess the missing info might be that things get indirected somewhat. We check out code into /some/deep/directory/tree. Then, to protect against the 80 character path limitation, we create /tmp/bld.X/ a

cvs commit: src/sys/compat/linux linux_futex.c

2006-08-19 Thread Suleiman Souhlal
ssouhlal2006-08-19 11:07:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: ifdef DEBUG a printf Submitted by: rdivacky Revision ChangesPath 1.3 +2 -0 src/sys/compat/linux/linux_futex.c _

cvs commit: ports/editors/openoffice.org-2.0-devel Makefile distinfo ports/editors/openoffice.org-2.0-devel/files patch-i67891 patch-i68110

2006-08-19 Thread Maho Nakata
maho2006-08-19 10:56:17 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0-devel Makefile distinfo Removed files: editors/openoffice.org-2.0-devel/files patch-i67891 patch-i68110 Log: update to SRC680_m18

cvs commit: ports/deskutils/plans Makefile distinfo

2006-08-19 Thread Andrew Pantyukhin
sat 2006-08-19 10:52:16 UTC FreeBSD ports repository Modified files: deskutils/plans Makefile distinfo Log: - Update to 7.7.2 Revision ChangesPath 1.40 +1 -1 ports/deskutils/plans/Makefile 1.37 +3 -3 ports/deskutils/plans/distinfo __

cvs commit: ports/textproc/redet Makefile distinfo

2006-08-19 Thread Andrew Pantyukhin
sat 2006-08-19 10:44:53 UTC FreeBSD ports repository Modified files: textproc/redet Makefile distinfo Log: - Update to 8.15 Revision ChangesPath 1.17 +1 -1 ports/textproc/redet/Makefile 1.13 +3 -3 ports/textproc/redet/distinfo _

cvs commit: ports/lang/ocaml Makefile ports/lang/ocaml/files patch-configure

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-19 09:38:45 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile lang/ocaml/files patch-configure Log: Don't depend on X11 when WITHOUT_X11 was defined, even if X11 exists on target machine. PR: ports/102261 Subm

cvs commit: ports/russian/fortuneru Makefile distinfo pkg-descr pkg-install pkg-plist

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-19 09:13:46 UTC FreeBSD ports repository Modified files: russian/fortuneruMakefile distinfo pkg-descr pkg-install pkg-plist Log: - update to 0.6 - change maintainer's email PR: ports/102182 Submitted by: Oleksan

cvs commit: ports/net/stone Makefile distinfo ports/net/stone/files stone.1

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-19 09:05:51 UTC FreeBSD ports repository Modified files: net/stoneMakefile distinfo net/stone/files stone.1 Log: Update to the latest snapshot. Changes: - many bugfixes around SSL - /udp option have to be specified to both source and de

cvs commit: ports/net/stone/files stone.1.ja

2006-08-19 Thread Ion-Mihai Tetcu
itetcu 2006-08-19 09:01:20 UTC FreeBSD ports repository Modified files: net/stone/files stone.1.ja Log: Update to the latest snapshot. Changes: - many bugfixes around SSL - /udp option have to be specified to both source and dest from this version. PR:

Re: cvs commit: src/etc rc.subr

2006-08-19 Thread Yar Tikhiy
On Fri, Aug 18, 2006 at 10:42:40AM -0500, Brooks Davis wrote: > On Fri, Aug 18, 2006 at 07:37:44PM +0400, Yar Tikhiy wrote: > > On Fri, Aug 18, 2006 at 09:35:08AM -0500, Brooks Davis wrote: > > > On Fri, Aug 18, 2006 at 06:33:11PM +0400, Yar Tikhiy wrote: > > > > On Fri, Aug 18, 2006 at 04:13:37PM

cvs commit: src/usr.bin/pkill Makefile

2006-08-19 Thread Yar Tikhiy
yar 2006-08-19 08:24:01 UTC FreeBSD src repository Modified files: usr.bin/pkillMakefile Log: Install pkill(1), aka pgrep(1), to /bin so that rc scripts can use this small and nifty utility. Create compatibility symlinks from /usr/bin for the time being to avoid

cvs commit: www/de about.sgml www/de/community mailinglists.sgml www/de/news news.xml press.xml www/de/platforms index.sgml www/de/security security.sgml

2006-08-19 Thread Johann Kois
jkois 2006-08-19 07:30:51 UTC FreeBSD doc repository Modified files: de about.sgml de/community mailinglists.sgml de/news news.xml press.xml de/platforms index.sgml de/security security.sgml Log: MFbed:

cvs commit: ports/graphics/dcraw Makefile distinfo

2006-08-19 Thread Andrew Pantyukhin
sat 2006-08-19 07:23:29 UTC FreeBSD ports repository Modified files: graphics/dcraw Makefile distinfo Log: - Update to 8.30 Revision ChangesPath 1.22 +1 -1 ports/graphics/dcraw/Makefile 1.20 +3 -3 ports/graphics/dcraw/distinfo _