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

2008-05-30 Thread Weongyo Jeong
weongyo 2008-05-30 07:17:51 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Fix a panic that it's occurred when NDIS init handler returned a error by unknown reasons. In this case, sc->ifp is still NULL so it will cause a page fault during cal

cvs commit: ports/emulators/fmsx Makefile pkg-plist

2008-05-30 Thread Edwin Groothuis
edwin 2008-05-30 08:04:27 UTC FreeBSD ports repository Modified files: emulators/fmsx Makefile pkg-plist Log: Fix pkg-plist after itetcu@ PORTDATA police actions. Revision ChangesPath 1.29 +1 -1 ports/emulators/fmsx/Makefile 1.7 +1 -1 po

Re: cvs commit: ports/games/vegastrike-data Makefile

2008-05-30 Thread Alexey Dokuchaev
On Thu, May 29, 2008 at 09:37:50PM +, Pav Lucistnik wrote: > pav 2008-05-29 21:37:50 UTC > > FreeBSD ports repository > > Modified files: > games/vegastrike-data Makefile > Log: > - Disallow this from pointyhat builds; we don't need to repackage 520 MB of > game data

Re: cvs commit: ports/games/vegastrike-data Makefile

2008-05-30 Thread Pav Lucistnik
Alexey Dokuchaev píše v pá 30. 05. 2008 v 09:26 +: > On Thu, May 29, 2008 at 09:37:50PM +, Pav Lucistnik wrote: > > pav 2008-05-29 21:37:50 UTC > > > > FreeBSD ports repository > > > > Modified files: > > games/vegastrike-data Makefile > > Log: > > - Disallow this fro

cvs commit: src/sys/net radix_mpath.c radix_mpath.h

2008-05-30 Thread Qing Li
qingli 2008-05-30 09:34:35 UTC FreeBSD src repository Modified files: sys/net radix_mpath.c radix_mpath.h Log: When RADIX_MPATH is enabled, the route selection is not rotating through the multipath entries. The hash value was a signed integer and was always givi

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

2008-05-30 Thread Alexey Dokuchaev
On Thu, May 29, 2008 at 04:03:30PM -0700, Brian Somers wrote: > On Thu, 29 May 2008 17:06:16 +, Alexey Dokuchaev <[EMAIL PROTECTED]> > wrote: > > On Wed, May 28, 2008 at 06:15:24PM +, Brian Somers wrote: > > > brian 2008-05-28 18:15:24 UTC > > > > > > Revision ChangesPath > >

cvs commit: src/sys/nlm nlm_prot_impl.c

2008-05-30 Thread Doug Rabson
dfr 2008-05-30 09:34:09 UTC FreeBSD src repository Modified files: sys/nlm nlm_prot_impl.c Log: Don't rely on NSM to help us forget about RPC client handles for clients that have rebooted (or otherwise changed port numbers). If the client is broken or has no

Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Robert Watson
On Thu, 29 May 2008, Robert Watson wrote: On Thu, 29 May 2008, Michael Reifenberger wrote: Log: Fix some bugs/complaints: - make addr2jid static - add -h Flag for hostname/ip-number search - s,strncmp,strcmp, in addr2jid - return jid only if found once Requested by: some FWIW, I thin

cvs commit: ports/devel/pear-PhpDocumentor Makefile

2008-05-30 Thread Martin Wilke
miwi2008-05-30 10:32:25 UTC FreeBSD ports repository Modified files: devel/pear-PhpDocumentor Makefile Log: - Fix pear port version PR: 123934 Submitted by: Gary Palmer Approved by:maintainer implicit Revision ChangesPath 1.6 +1 -1

cvs commit: ports/misc/ossp-uuid Makefile distinfo ports/misc/ossp-uuid/files patch-Makefile.in

2008-05-30 Thread Vasil Dimov
vd 2008-05-30 10:43:08 UTC FreeBSD ports repository Modified files: misc/ossp-uuid Makefile distinfo misc/ossp-uuid/files patch-Makefile.in Log: Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1 Revision ChangesPath 1.29 +1 -2 ports/misc/ossp-uuid/M

cvs commit: src/sys/kern kern_conf.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:10:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_conf.c Log: MFC rev. 1.214: Assert that si_threadcount > 0 before decrementing it. This helps catching the improper use of the dev_refthread/dev_relthrea

cvs commit: src/sys/kern tty.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:12:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern tty.c Log: MFC rev. 1.279: The dev_refthread() in the tty_gettp() may fail, because Giant is taken in the giant_trick routines after the dev_refthread incr

cvs commit: src/sys/kern tty.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:13:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern tty.c Log: MFC rev. 1.280: Rev. 1.274 put the ttyrel() call before the destroy_dev() in the ttyfree(), freeing the tty. Since destroy_dev() may call d_purg

cvs commit: src/sys/fs/devfs devfs_vnops.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:14:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.159: When vget() fails (because the vnode has been reclaimed), there is no sense to loop trying to vget() the vnode again.

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

2008-05-30 Thread Maho Nakata
maho2008-05-30 11:47:57 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC Makefile distinfo Log: Update to OOH680_m17. This is the 2.4.1rc2. Revision ChangesPath 1.338 +2 -2 ports/editors/openoffice.org-2-RC/Makefile 1.134 +3

cvs commit: ports/security/vuxml vuln.xml

2008-05-30 Thread Thomas Abthorpe
tabthorpe2008-05-30 11:59:51 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document linux-flashplugin -- unspecified remote code execution vulnerability Revision ChangesPath 1.1630+35 -1 ports/security/vuxml/vuln.xml ___

cvs commit: ports/devel/py-Breve Makefile distinfo pkg-plist

2008-05-30 Thread Nicola Vitale
nivit 2008-05-30 12:05:06 UTC FreeBSD ports repository Modified files: devel/py-Breve Makefile distinfo pkg-plist Log: - Update to 1.2.6 Revision ChangesPath 1.6 +1 -1 ports/devel/py-Breve/Makefile 1.5 +3 -3 ports/devel/py-Breve/distinf

cvs commit: ports/graphics/mapyrus Makefile distinfo

2008-05-30 Thread Nicola Vitale
nivit 2008-05-30 12:21:31 UTC FreeBSD ports repository Modified files: graphics/mapyrus Makefile distinfo Log: - Update to 0.804 Revision ChangesPath 1.18 +1 -1 ports/graphics/mapyrus/Makefile 1.14 +3 -3 ports/graphics/mapyrus/distinfo

cvs commit: ports/math/jsmath Makefile distinfo pkg-plist

2008-05-30 Thread Nicola Vitale
nivit 2008-05-30 12:23:38 UTC FreeBSD ports repository Modified files: math/jsmath Makefile distinfo pkg-plist Log: - Update to 3.5 Revision ChangesPath 1.12 +2 -1 ports/math/jsmath/Makefile 1.9 +3 -3 ports/math/jsmath/distinfo 1.7

cvs commit: src/sys/nfsserver nfs_serv.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 12:25:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/nfsservernfs_serv.c Log: MFC rev. 1.181: Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten. Revision ChangesPath 1.174.2.3 +3 -0

cvs commit: ports/multimedia/tunapie Makefile distinfo

2008-05-30 Thread Nicola Vitale
nivit 2008-05-30 12:25:35 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo Log: - Update to 1.2.6 Revision ChangesPath 1.21 +1 -1 ports/multimedia/tunapie/Makefile 1.17 +3 -3 ports/multimedia/tunapie/distinfo

cvs commit: src/sys/nfsserver nfs_serv.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 12:27:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/nfsservernfs_serv.c Log: MFC rev. 1.182 Change the fix in the rev. 1.178 to use nfsrv_lockedpair_nd(). Revision ChangesPath 1.174.2.4 +2 -6 src/sys/nf

cvs commit: ports/security/vuxml vuln.xml

2008-05-30 Thread Thomas Abthorpe
tabthorpe2008-05-30 12:53:28 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix range on previous commit Noticed by: miwi Revision ChangesPath 1.1631+2 -2 ports/security/vuxml/vuln.xml __

cvs commit: ports/games/xabacus Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:36:04 UTC FreeBSD ports repository Modified files: games/xabacusMakefile distinfo Log: - Update to 7.3.8 PR: 124041 Submitted by: Ports Fury Revision ChangesPath 1.31 +2 -3 ports/games/xabacus/Makefile 1.1

cvs commit: ports/graphics/cbrpager Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:31 UTC FreeBSD ports repository Modified files: graphics/cbrpagerMakefile distinfo Log: - Update to 0.9.16 PR: 124042 Submitted by: Ports Fury Revision ChangesPath 1.14 +4 -2 ports/graphics/cbrpager/Makefile

cvs commit: ports/x11-toolkits/plib Makefile distinfo ports/x11-toolkits/plib/files patch-src::sl::slPortability.h patch-src_js_jsBSD.cxx patch-src_ssgAux_ssgaSky.h

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:35 UTC FreeBSD ports repository Modified files: x11-toolkits/plibMakefile distinfo Removed files: x11-toolkits/plib/files patch-src::sl::slPortability.h patch-src_js_jsBSD.cxx patch-src_ssgAu

cvs commit: ports/finance/ktoblzcheck Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:41 UTC FreeBSD ports repository Modified files: finance/ktoblzcheck Makefile distinfo pkg-plist Log: - Update to 1.18 PR: 124039 Submitted by: Ports Fury Revision ChangesPath 1.24 +1 -1 ports/finance/ktoblzcheck

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

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:43 UTC FreeBSD ports repository Modified files: deskutils/chmsee Makefile distinfo pkg-plist Log: - Update to 1.0.1 PR: 124038 Submitted by: Ports Fury Revision ChangesPath 1.13 +8 -15 ports/deskutils/chmsee/M

cvs commit: ports/graphics/kbarcode Makefile distinfo ports/graphics/kbarcode/files patch-admin-cvs.sh patch-kbarcode-mybarcode.cpp

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:49 UTC FreeBSD ports repository Modified files: graphics/kbarcodeMakefile distinfo graphics/kbarcode/files patch-admin-cvs.sh Removed files: graphics/kbarcode/files patch-kbarcode-mybarcode.cpp Log: - Update to 2.0.7 PR: 1

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

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:40 UTC FreeBSD ports repository Modified files: games/macopixMakefile distinfo pkg-plist Log: - Update to 1.7.0 PR: 124040 Submitted by: Ports Fury Revision Changes Path 1.32 +65 -69 ports/games/macopix/

cvs commit: ports/security/vlock Makefile distinfo ports/security/vlock/files patch-configure

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:46 UTC FreeBSD ports repository Modified files: security/vlock Makefile distinfo security/vlock/files patch-configure Log: - Update to 2.2.2 PR: 123949 Submitted by: Ganael Laplanche <[EMAIL PROTECTED]> (maintainer) Re

cvs commit: ports/textproc/idnits Makefile distinfo ports/textproc/idnits/files patch-idnits

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:51 UTC FreeBSD ports repository Modified files: textproc/idnits Makefile distinfo Removed files: textproc/idnits/files patch-idnits Log: - Update to 2.08.10 PR: 124045 Submitted by: Ports Fury Revision ChangesPat

cvs commit: ports/databases/gigabase Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:53 UTC FreeBSD ports repository Modified files: databases/gigabase Makefile distinfo Log: - Update to 3.65 PR: 124037 Submitted by: Ports Fury Revision ChangesPath 1.110 +1 -1 ports/databases/gigabase/Makefile

cvs commit: ports/japanese/p5-Mail-SpamAssassin Makefile ports/japanese/p5-Mail-SpamAssassin/files patch-rules-local.cf patch-spamd_spamd.raw

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:46:33 UTC FreeBSD ports repository Modified files: japanese/p5-Mail-SpamAssassin Makefile japanese/p5-Mail-SpamAssassin/files patch-rules-local.cf Added files: japanese/p5-Mail-SpamAssassin/files patch-spamd_spamd.raw Log: - Sync with lastes p5-M

cvs commit: ports/sysutils/freeipmi Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:47:35 UTC FreeBSD ports repository Modified files: sysutils/freeipmiMakefile distinfo Log: - Update to 0.6.3 PR: 124054 Submitted by: Dmitry Frolov <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.21 +11 -6

cvs commit: ports/cad/brlcad Makefile distinfo pkg-plist ports/cad/brlcad/files mged.sh

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:49:18 UTC FreeBSD ports repository Modified files: cad/brlcad Makefile distinfo pkg-plist cad/brlcad/files mged.sh Log: - Update to 7.12.4 PR: 124105 Submitted by: Erik Greenwald <[EMAIL PROTECTED]> (maintainer) R

cvs commit: ports/x11-toolkits/qwt5 Makefile distinfo pkg-plist ports/x11-toolkits/qwt5/files patch-qwtconfig.pri

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:51:22 UTC FreeBSD ports repository Modified files: x11-toolkits/qwt5Makefile distinfo pkg-plist x11-toolkits/qwt5/files patch-qwtconfig.pri Log: - Updatwe to 5.1.1 PR: 124009 Submitted by: Max Brazhnikov <[EMAIL PROTECTED]> (mai

cvs commit: ports/sysutils/di Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:52:16 UTC FreeBSD ports repository Modified files: sysutils/di Makefile distinfo Log: - Update to 4.13 PR: 124008 Submitted by: Naram Qashat <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.13 +5 -1

cvs commit: ports/multimedia/clive Makefile distinfo pkg-descr

2008-05-30 Thread Nicola Vitale
nivit 2008-05-30 13:52:48 UTC FreeBSD ports repository Modified files: multimedia/clive Makefile distinfo pkg-descr Log: - Update to 0.4.14 - Add sevenload.com website to pkg-descr Revision ChangesPath 1.22 +1 -1 ports/multimedia/clive/Makefile 1.2

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

2008-05-30 Thread Renato Botelho
garga 2008-05-30 14:12:29 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-SocketMakefile distinfo pkg-descr pkg-plist Log: This module is just a translation of the C socket.h file. Unlike the old mechanism of requi

cvs commit: CVSROOT modules

2008-05-30 Thread Renato Botelho
garga 2008-05-30 14:12:47 UTC FreeBSD ports repository Modified files: .modules Log: p5-Socket --> ports/net/p5-Socket Revision ChangesPath 1.19893 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/net Makefile ports/net/p5-Daemon-Generic Makefile distinfo pkg-descr pkg-plist

2008-05-30 Thread Renato Botelho
garga 2008-05-30 14:13:23 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Daemon-Generic Makefile distinfo pkg-descr pkg-plist Log: Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like pro

cvs commit: CVSROOT modules

2008-05-30 Thread Renato Botelho
garga 2008-05-30 14:13:36 UTC FreeBSD ports repository Modified files: .modules Log: p5-Daemon-Generic --> ports/net/p5-Daemon-Generic Revision ChangesPath 1.19894 +1 -0 CVSROOT/modules ___ cvs

cvs commit: www/share/sgml events.xml

2008-05-30 Thread Christian Brueffer
brueffer2008-05-30 14:22:48 UTC FreeBSD doc repository Modified files: share/sgml events.xml Log: Add FrOSCon 2008, add a couple of empty lines between entries. Revision ChangesPath 1.52 +30 -1 www/share/sgml/events.xml _

cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c p

2008-05-30 Thread Florent Thoumie
/pkg_install/lib lib.h usr.sbin/pkg_install/updating main.c pkg_updating.1 usr.sbin/pkg_install/version main.c pkg_version.1 Log: - Add long options to pkg_install. - Remove check for '-?' as it's not listed in authorized options. - Bump PKG_INSTALL_VERSION to 20080530

cvs commit: ports/x11-toolkits/swt-devel Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 14:26:34 UTC FreeBSD ports repository Modified files: x11-toolkits/swt-devel Makefile distinfo Log: - Update to 3.4M7 PR: 124105 Submitted by: Robert Noland <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.16 +3 -3

cvs commit: ports/x11-toolkits/swt Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 14:26:38 UTC FreeBSD ports repository Modified files: x11-toolkits/swt Makefile distinfo Log: - Update to 3.3.2 PR: 124106 Submitted by: Robert Noland <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.10 +3 -3

cvs commit: ports/net-p2p/azureus Makefile distinfo ports/net-p2p/azureus/files extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java extra-patch-com__aelitis

2008-05-30 Thread Martin Wilke
miwi2008-05-30 14:26:42 UTC FreeBSD ports repository Modified files: net-p2p/azureus Makefile distinfo net-p2p/azureus/files extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java

cvs commit: ports/devel/pypersrc Makefile distinfo pkg-plist ports/devel/pypersrc/files patch-GNUmakefile

2008-05-30 Thread Pietro Cerutti
gahr2008-05-30 14:27:36 UTC FreeBSD ports repository Modified files: devel/pypersrc Makefile distinfo devel/pypersrc/files patch-GNUmakefile Removed files: devel/pypersrc pkg-plist Log: - Update to 20070519 Approved by:miwi (mentor implicit)

cvs commit: src/lib/libc/sys Symbol.map fcntl.c src/lib/libc_r/uthread uthread_fcntl.c src/lib/libkse/thread thr_fcntl.c src/lib/libthr/thread thr_syscalls.c

2008-05-30 Thread Doug Rabson
dfr 2008-05-30 14:47:42 UTC FreeBSD src repository Modified files: lib/libc/sys Symbol.map fcntl.c lib/libc_r/uthread uthread_fcntl.c lib/libkse/threadthr_fcntl.c lib/libthr/threadthr_syscalls.c Log: Call the fcntl compatiblity wrapper from th

Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Alexander Leidinger
Quoting Robert Watson <[EMAIL PROTECTED]> (from Thu, 29 May 2008 15:56:50 +0100 (BST)): On Thu, 29 May 2008, Michael Reifenberger wrote: On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ... The other concept that might be of benefit is a "dead" jail vs. a "live" jail -- with

Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Ceri Davies
On Fri, May 30, 2008 at 04:50:51PM +0200, Alexander Leidinger wrote: > Quoting Robert Watson <[EMAIL PROTECTED]> (from Thu, 29 May 2008 15:56:50 > +0100 (BST)): > >> On Thu, 29 May 2008, Michael Reifenberger wrote: >> >>> On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ... Th

cvs commit: ports/net-p2p/p5-Net-BitTorrent Makefile distinfo pkg-plist

2008-05-30 Thread Philippe Audeoud
jadawin 2008-05-30 15:02:19 UTC FreeBSD ports repository Modified files: net-p2p/p5-Net-BitTorrent Makefile distinfo pkg-plist Log: - Update to 0.022 - Drop maintainership PR: ports/123988 Submitted by: Gea-Suan Lin (maintainer) Approved by:tabthorpe

cvs commit: www/en/multimedia multimedia.pl

2008-05-30 Thread Remko Lodder
remko 2008-05-30 15:22:01 UTC FreeBSD doc repository Modified files: en/multimediamultimedia.pl Log: "Clean up code, more style compatible (for as far as that is possible with Perl code)" PR: www/124055 Submitted by: edwin Revision Changes

cvs commit: www/en/multimedia multimedia-input.xml

2008-05-30 Thread Remko Lodder
remko 2008-05-30 15:25:11 UTC FreeBSD doc repository Modified files: en/multimediamultimedia-input.xml Log: "Add new media found in the last 10 months: BSDCan2008, EuroBSDCon2007, BSDConTR, BSDTalk, AsiaBSDCon2008 etc." PR: www/124056 Submitted by:

Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Oliver Fromme
Alexander Leidinger wrote: > Robert Watson wrote: > > How might they do that? Remember that any command that works only > > when the jail IP is "unambiguous" will become effectively > > non-deterministic as a result of un-garbage collected jails. So > > Is it feasible to change the ho

Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h

2008-05-30 Thread Alexander Leidinger
Quoting Robert Watson <[EMAIL PROTECTED]> (from Thu, 29 May 2008 16:29:34 +0100 (BST)): On Thu, 29 May 2008, Daniel Eischen wrote: So, this is neither a vote for nor against a backout, but this is a general call to resist the conservative tendancy that says "don't MFC minor things" becaus

cvs commit: ports/audio/gtick Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:35:01 UTC FreeBSD ports repository Modified files: audio/gtick Makefile distinfo pkg-plist Log: - Update to 0.4.2 PR: 124014 Submitted by: "Beat Gätzi" <[EMAIL PROTECTED]> Revision ChangesPath 1.19 +1 -1 po

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

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:37:39 UTC FreeBSD ports repository Modified files: databases/slony1 Makefile distinfo pkg-plist Log: - Update to 1.2.14 PR: 124067 Submitted by: Vivek Khera <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.35

cvs commit: ports/archivers/lzo2 Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:39:24 UTC FreeBSD ports repository Modified files: archivers/lzo2 Makefile distinfo Log: - Update to 2.03 PR: 124033 Submitted by: Matthias Andree <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.41 +5 -3

Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Robert Watson
On Fri, 30 May 2008, Ceri Davies wrote: Thats something that the admin should take care for. How might they do that? Remember that any command that works only when the jail IP is "unambiguous" will become effectively non-deterministic as a result of un-garbage collected jails. So Is it

cvs commit: ports/games/pvpgn Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:42:54 UTC FreeBSD ports repository Modified files: games/pvpgn Makefile distinfo Log: - Update to 1.8.2 PR: 124025 Submitted by: "Max E. Kuznecov" <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.12 +1 -1

Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h

2008-05-30 Thread Robert Watson
On Fri, 30 May 2008, Alexander Leidinger wrote: So, this is neither a vote for nor against a backout, but this is a general call to resist the conservative tendancy that says "don't MFC minor things" because, in macro, it has a significant drag effect on the MFC process that keeps RELENG bran

cvs commit: ports/sysutils/tw_cli Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:49:59 UTC FreeBSD ports repository Modified files: sysutils/tw_cli Makefile distinfo Log: - Update to 9.5.0.1 PR: 124058 Submitted by: Hiroshi Fujishima <[EMAIL PROTECTED]> Approved by:maintainer Revision ChangesPat

cvs commit: src/sys/dev/ie if_ie.c

2008-05-30 Thread John Baldwin
jhb 2008-05-30 16:22:30 UTC FreeBSD src repository Modified files: sys/dev/ie if_ie.c Log: Fix build with DEBUG defined. Reported by:tinderbox Revision ChangesPath 1.108 +4 -4 src/sys/dev/ie/if_ie.c _

cvs commit: ports/sysutils/tw_cli distinfo

2008-05-30 Thread Ion-Mihai Tetcu
itetcu 2008-05-30 16:38:44 UTC FreeBSD ports repository Modified files: sysutils/tw_cli distinfo Log: Add the sums for amd64 file, forgotten by miwi@ in previous commit. Submitted by: ionbot :-D Revision ChangesPath 1.7 +3 -0 ports/sysutils/tw_

cvs commit: ports/textproc/agrep Makefile

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:00:27 UTC FreeBSD ports repository Modified files: textproc/agrep Makefile Log: - use DOCSDIR Revision ChangesPath 1.16 +2 -2 ports/textproc/agrep/Makefile ___ cvs-all@freebsd.org mailin

cvs commit: ports/databases/ruby-postgres Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:00:59 UTC FreeBSD ports repository Modified files: databases/ruby-postgres Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.35 +3 -1 ports/databases/ruby-postgres/Makefile 1.9 +7 -7 ports/databases/ruby-pos

cvs commit: ports/databases/ruby-rdbc1 Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:01:29 UTC FreeBSD ports repository Modified files: databases/ruby-rdbc1 Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.8 +3 -1 ports/databases/ruby-rdbc1/Makefile 1.3 +2 -2 ports/databases/ruby-rdbc1/pkg

cvs commit: ports/devel/oniguruma Makefile pkg-plist ports/devel/oniguruma4 Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:02:00 UTC FreeBSD ports repository Modified files: devel/oniguruma Makefile pkg-plist devel/oniguruma4 Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.37 +4 -2 ports/devel/oniguruma/Makefile 1.13 +

cvs commit: ports/irc/iroffer-lamm Makefile pkg-plist ports/irc/iroffer Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:02:55 UTC FreeBSD ports repository Modified files: irc/iroffer-lamm Makefile pkg-plist irc/iroffer Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.3 +4 -1 ports/irc/iroffer-lamm/Makefile 1.2

cvs commit: ports/graphics/ruby-gd Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:03:42 UTC FreeBSD ports repository Modified files: graphics/ruby-gd Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.28 +3 -1 ports/graphics/ruby-gd/Makefile 1.8 +4 -4 ports/graphics/ruby-gd/pkg-plist _

Re: cvs commit: ports/textproc/agrep Makefile

2008-05-30 Thread Ion-Mihai Tetcu
On Fri, 30 May 2008 17:00:27 + (UTC) Dirk Meyer <[EMAIL PROTECTED]> wrote: > dinoex 2008-05-30 17:00:27 UTC > > FreeBSD ports repository > > Modified files: > textproc/agrep Makefile > Log: > - use DOCSDIR > > Revision ChangesPath > 1.16 +2 -2 po

cvs commit: ports/irc/ruby-rica Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:04:11 UTC FreeBSD ports repository Modified files: irc/ruby-ricaMakefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.11 +3 -1 ports/irc/ruby-rica/Makefile 1.9 +5 -5 ports/irc/ruby-rica/pkg-plist ___

cvs commit: ports/irc/xchat-mircryption Makefile

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:04:38 UTC FreeBSD ports repository Modified files: irc/xchat-mircryption Makefile Log: - use PORTEXAMPLES Revision ChangesPath 1.13 +5 -7 ports/irc/xchat-mircryption/Makefile ___ cvs-all@freeb

cvs commit: ports/mail/noattach Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:06:19 UTC FreeBSD ports repository Modified files: mail/noattachMakefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.29 +3 -1 ports/mail/noattach/Makefile 1.6 +4 -4 ports/mail/noattach/pkg-plist ___

cvs commit: ports/mail/sma Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:06:29 UTC FreeBSD ports repository Modified files: mail/sma Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.11 +3 -1 ports/mail/sma/Makefile 1.4 +2 -2 ports/mail/sma/pkg-plist _

cvs commit: ports/news/ifmail Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:06:47 UTC FreeBSD ports repository Modified files: news/ifmail Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.30 +3 -1 ports/news/ifmail/Makefile 1.11 +157 -157 ports/news/ifmail/pkg-plist ___

cvs commit: ports/news/fidogate Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:06:39 UTC FreeBSD ports repository Modified files: news/fidogateMakefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.41 +2 -0 ports/news/fidogate/Makefile 1.13 +58 -58ports/news/fidogate/pkg-plist ___

cvs commit: ports/news/suck Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:06:56 UTC FreeBSD ports repository Modified files: news/suckMakefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.54 +1 -1 ports/news/suck/Makefile 1.8 +13 -13ports/news/suck/pkg-plist ___

cvs commit: ports/textproc/eruby Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:07:04 UTC FreeBSD ports repository Modified files: textproc/eruby Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.35 +3 -1 ports/textproc/eruby/Makefile 1.11 +5 -5 ports/textproc/eruby/pkg-plist _

cvs commit: ports/www/webalizer Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:09:01 UTC FreeBSD ports repository Modified files: www/webalizerMakefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.63 +6 -4 ports/www/webalizer/Makefile 1.16 +4 -4 ports/www/webalizer/pkg-plist ___

cvs commit: ports/textproc/p5-Text-CSV_XS Makefile distinfo

2008-05-30 Thread Andrey A. Chernov
ache2008-05-30 17:13:05 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV_XS Makefile distinfo Log: Upgrade to 0.45 PR: 124001 Submitted by: Martin Kjeldsen <[EMAIL PROTECTED]> Revision ChangesPath 1.12 +1 -1 ports/te

cvs commit: ports/devel/ruby-gnustep Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex 2008-05-30 17:25:46 UTC FreeBSD ports repository Modified files: devel/ruby-gnustep Makefile pkg-plist Log: - use PORTEXAMPLES Revision ChangesPath 1.38 +3 -1 ports/devel/ruby-gnustep/Makefile 1.13 +27 -27ports/devel/ruby-gnustep/pkg-pli

cvs commit: src/sys/dev/bce if_bce.c

2008-05-30 Thread John Baldwin
jhb 2008-05-30 18:26:37 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Trim an extra semi-colon. Revision ChangesPath 1.40 +1 -1 src/sys/dev/bce/if_bce.c ___ cvs-all@freebsd.org m

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

2008-05-30 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maho Nakata wrote: | maho2008-05-30 11:47:57 UTC | | FreeBSD ports repository | | Modified files: | editors/openoffice.org-2-RC Makefile distinfo | Log: | Update to OOH680_m17. This is the 2.4.1rc2. | | Revision ChangesPa

cvs commit: CVSROOT modules ports MOVED ports/multimedia Makefile ports/multimedia/xfce4-xmms-controller-plugin Makefile distinfo pkg-descr pkg-plist ports/net-mgmt Makefile ports/net-mgmt/ap-utils Ma

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:15:53 UTC FreeBSD ports repository Modified files: .modules .MOVED multimedia Makefile net-mgmt Makefile net-p2p Makefile security Makefile www

cvs commit: ports/misc/jbidwatcher Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:19:43 UTC FreeBSD ports repository Modified files: misc/jbidwatcher Makefile distinfo Log: - Update to 2.0beta3 PR: 123986 Submitted by: Stephen Hurd <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.12 +1 -1

cvs commit: ports/devel/py-logilab-common Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:22:53 UTC FreeBSD ports repository Modified files: devel/py-logilab-common Makefile distinfo pkg-plist Log: - Update to 0.31.0 PR: 123599 Submitted by: Marcus von Appen <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.

cvs commit: ports/devel/py-ocempgui Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:23:54 UTC FreeBSD ports repository Modified files: devel/py-ocempguiMakefile distinfo Log: - Update to 0.2.9 PR: 123595 Submitted by: Marcus von Appen <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.13 +1 -1

cvs commit: ports/audio/soundconverter Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:24:58 UTC FreeBSD ports repository Modified files: audio/soundconverter Makefile distinfo pkg-plist Log: - Update to 1.2.0 PR: 123970 Submitted by: Denise H. G. <[EMAIL PROTECTED]> Approved by:maintainer Revision ChangesP

cvs commit: ports/deskutils/superkaramba-lwp Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:26:06 UTC FreeBSD ports repository Modified files: deskutils/superkaramba-lwp Makefile distinfo Log: - Update to 15.0 PR: 123917 Submitted by: Jason E. Hale <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.20 +3 -

cvs commit: src/sys/sparc64/fhc fhc.c src/sys/sparc64/include bus_common.h intr_machdep.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 intr_machdep.c mp_machdep.c u

2008-05-30 Thread Marius Strobl
marius 2008-05-30 19:30:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sparc64/fhc fhc.c sys/sparc64/include bus_common.h intr_machdep.h sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 intr_machdep.

cvs commit: src/sys/sparc64/isa isa.c

2008-05-30 Thread Marius Strobl
marius 2008-05-30 19:31:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sparc64/isa isa.c Log: MFC: 1.20 - Make failure to route a ISA interrupt non fatal. Apparently the Blade 1500/SX1500 boards have inherited the firmware bug of the

cvs commit: ports/devel/py-ply Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:37:54 UTC FreeBSD ports repository Modified files: devel/py-ply Makefile distinfo pkg-plist Log: - Update to 2.5 - Respect NOPORTEXAMPLES PR: 124120 Submitted by: Marcus von Appen <[EMAIL PROTECTED]> (maintainer) Revision

cvs commit: ports/math/gmp-ecm Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:39:14 UTC FreeBSD ports repository Modified files: math/gmp-ecm Makefile distinfo Removed files: math/gmp-ecm pkg-plist Log: - Update to 6.2.0 PR: 124044 Submitted by: Ports Fury Revision ChangesPath 1.

cvs commit: ports/devel/py-game Makefile

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:58:06 UTC FreeBSD ports repository Modified files: devel/py-gameMakefile Log: - Fix build when WITHOUT_X11 set is PR: 117378 Submitted by: Jarkko Santala <[EMAIL PROTECTED]> Approved by:maintainer Revision Changes

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info m

2008-05-30 Thread Maxim Sobolev
/version main.c pkg_version.1 Log: - Add long options to pkg_install. - Remove check for '-?' as it's not listed in authorized options. - Bump PKG_INSTALL_VERSION to 20080530. -Maxim ___ cvs-all@freebsd.org mailing list ht

cvs commit: src/sys/dev/sym sym_hipd.c

2008-05-30 Thread Marius Strobl
marius 2008-05-30 19:58:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/sym sym_hipd.c Log: MFC: 1.68 - Use NULL instead of 0 for pointers. - Remove superfluous returns in functions returning void. - In sym_alloc_lcb_tags() retur

cvs commit: src/sys/dev/sym sym_hipd.c

2008-05-30 Thread Marius Strobl
marius 2008-05-30 19:59:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sym sym_hipd.c Log: MFC: 1.56; 1.57; 1.58; 1.63; 1.66; 1.68 - Fix -Wundef. - FreeBSD has had endian conversion macros for a long time. Axe the custom macr

  1   2   >