cvs commit: CVSROOT modules

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 06:16:15 UTC FreeBSD ports repository Modified files: .modules Log: p5-SVN-Agent --> ports/devel/p5-SVN-Agent Revision ChangesPath 1.15881 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/devel Makefile ports/devel/p5-SVN-Agent Makefile distinfo pkg-descr pkg-plist

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 06:16:03 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-SVN-Agent Makefile distinfo pkg-descr pkg-plist Log: Add p5-SVN-Agent 0.02, simple svn manipulation. PR: ports/100136 Submitted

cvs commit: ports/deskutils/linux-sunbird Makefile distinfo pkg-descr pkg-plist ports/deskutils/linux-sunbird/files linux-sunbird.desktop.in

2006-08-02 Thread Andrew Pantyukhin
sat 2006-08-03 06:15:18 UTC FreeBSD ports repository Modified files: deskutils/linux-sunbird Makefile distinfo pkg-descr Added files: deskutils/linux-sunbird pkg-plist deskutils/linux-sunbird/files linux-sunbird.desktop.in Log: - Update to 0.3 alpha 2 - Bring in

cvs commit: src/share/man/man7 hier.7

2006-08-02 Thread John Birrell
jb 2006-08-03 05:46:32 UTC FreeBSD src repository Modified files: share/man/man7 hier.7 Log: Add the DTrace library script directory. Revision ChangesPath 1.120 +2 -0 src/share/man/man7/hier.7 ___ cvs-all

cvs commit: src/etc/mtree BSD.usr.dist

2006-08-02 Thread John Birrell
jb 2006-08-03 05:44:51 UTC FreeBSD src repository Modified files: etc/mtreeBSD.usr.dist Log: Not allowed to use tabs. The rule that proves the rule. Heh. Revision ChangesPath 1.319 +2 -2 src/etc/mtree/BSD.usr.dist

Re: cvs commit: src/sys/sys param.h src/include Makefile netdb.h res_update.h resolv.h src/include/arpa inet.h nameser.h nameser

2006-08-02 Thread Helge Oldach
Hajimu UMEMOTO: > > On Mon, 17 Jul 2006 18:47:06 -0600 > > Scott Long <[EMAIL PROTECTED]> said: > > scottl> Well then you've introduced a compatibility regression in the stable > scottl> branch. Did you give this patch to the ports team to test first? If > scottl> not, then you passed t

cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c

2006-08-02 Thread John Birrell
jb 2006-08-03 05:32:44 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c Added files: sys/kern systrace_args.c Log: Regen. Note the addition of the extra file now generated. Revision ChangesPath 1.217

cvs commit: src/sys/sys syscall.h syscall.mk sysproto.h

2006-08-02 Thread John Birrell
jb 2006-08-03 05:31:28 UTC FreeBSD src repository Modified files: sys/sys syscall.h syscall.mk sysproto.h Log: Regen. Revision ChangesPath 1.198 +0 -0 src/sys/sys/syscall.h 1.153 +0 -0 src/sys/sys/syscall.mk 1.201 +0 -0

cvs commit: src/sys/kern makesyscalls.sh

2006-08-02 Thread John Birrell
jb 2006-08-03 05:29:09 UTC FreeBSD src repository Modified files: sys/kern makesyscalls.sh Log: Generate another file called systrace_args.c. This will be compiled into systrace and is used to map the syscall arguments into the 64-bit parameter array. Re

cvs commit: src/sys/sys sysent.h

2006-08-02 Thread John Birrell
jb 2006-08-03 05:26:52 UTC FreeBSD src repository Modified files: sys/sys sysent.h Log: Add fields to struct sysent to support the DTrace syscall provider called systrace. Another file called systrace_args.c is generated. This will be compiled into syst

cvs commit: src/sys/conf options

2006-08-02 Thread John Birrell
jb 2006-08-03 05:19:33 UTC FreeBSD src repository Modified files: sys/conf options Log: Add an option to enable KSE support. Add an option to build in kernel DTrace hooks. Without this option, the DTrace modules acn't be loaded. Revision ChangesP

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2006-08-02 Thread Xin LI
delphij 2006-08-03 03:55:52 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: When the volume is being downgraded from a read-write mode, mark it as clean. PR: kern/85366 Submitted by: Dan Lukes MFC After: 2 weeks

cvs commit: src/lib/libc/uuid uuid_compare.c

2006-08-02 Thread Xin LI
delphij 2006-08-03 03:34:36 UTC FreeBSD src repository Modified files: lib/libc/uuiduuid_compare.c Log: In DCE 1.1, the time_low value is defined as an unsigned 32-bit integer. Presently, our implementation employs an approach that converts the value to int64_t, then

cvs commit: src/etc/mtree BSD.usr.dist

2006-08-02 Thread John Birrell
jb 2006-08-03 03:30:53 UTC FreeBSD src repository Modified files: etc/mtreeBSD.usr.dist Log: Alphabetical order is probably better. Revision ChangesPath 1.318 +2 -2 src/etc/mtree/BSD.usr.dist ___ cv

cvs commit: src/etc/mtree BSD.usr.dist

2006-08-02 Thread John Birrell
jb 2006-08-03 03:28:04 UTC FreeBSD src repository Modified files: etc/mtreeBSD.usr.dist Log: Add the library directory where DTrace library scripts live. Revision ChangesPath 1.317 +2 -0 src/etc/mtree/BSD.usr.dist

cvs commit: ports/cad/gplcver Makefile

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 03:26:38 UTC FreeBSD ports repository Modified files: cad/gplcver Makefile Log: - maintainer is a committer Revision ChangesPath 1.5 +1 -1 ports/cad/gplcver/Makefile ___ cvs-all@freebsd

cvs commit: ports/science/svmlight Makefile pkg-plist

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 03:24:34 UTC FreeBSD ports repository Modified files: science/svmlight Makefile pkg-plist Log: - Install header files - bump PORTREVISION PR: ports/101295 Submitted by: maintainer (Gea-Suan Lin) Revision ChangesPath 1.2

cvs commit: ports/net/tintin++-devel Makefile distinfo ports/net/tintin++-devel/files patch-src__Makefile.in

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 03:20:47 UTC FreeBSD ports repository Modified files: net/tintin++-devel Makefile distinfo net/tintin++-devel/files patch-src__Makefile.in Log: - update to 1.96.1 Revision ChangesPath 1.27 +1 -1 ports/net/tintin++-devel/Makefile 1

cvs commit: CVSROOT modules

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 03:03:37 UTC FreeBSD ports repository Modified files: .modules Log: yamcha --> ports/textproc/yamcha Revision ChangesPath 1.15880 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/textproc Makefile ports/textproc/yamcha Makefile distinfo pkg-descr pkg-plist

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 03:03:18 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/yamcha Makefile distinfo pkg-descr pkg-plist Log: - YamCha is a generic, customizable, and open source text chunker oriented toward a lot o

cvs commit: ports/x11/gnome2 Makefile

2006-08-02 Thread Joe Marcus Clarke
marcus 2006-08-03 03:01:37 UTC FreeBSD ports repository Modified files: x11/gnome2 Makefile Log: Presenting GNOME 2.14.3 for FreeBSD. See http://mail.gnome.org/archives/devel-announce-list/2006-August/msg1.html for a list of all the changes. Revision Cha

cvs commit: ports/lang/pugs Makefile pkg-plist

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 02:48:29 UTC FreeBSD ports repository Modified files: lang/pugsMakefile pkg-plist Log: - unbreak - adding some files into pkg-plist Revision ChangesPath 1.12 +2 -2 ports/lang/pugs/Makefile 1.9 +272 -0ports/lang/pu

cvs commit: ports/java/java-gcj-compat Makefile pkg-plist

2006-08-02 Thread Maho Nakata
maho2006-08-03 02:33:43 UTC FreeBSD ports repository Modified files: java/java-gcj-compat Makefile pkg-plist Log: Add gcj41, gij41 etc as gcj, gij, etc respectively, Bump portrevision. Revision ChangesPath 1.4 +5 -1 ports/java/java-gcj-compat/Makefile

cvs commit: ports/multimedia/helixplayer Makefile pkg-plist ports/multimedia/helixplayer/files patch-amd64 patch-build.bif patch-build_umakecf_freebsd.cf patch-common_netio_pub_platform_unix_sockio.h

2006-08-02 Thread Shaun Amott
shaun 2006-08-03 02:33:34 UTC FreeBSD ports repository Modified files: multimedia/helixplayer Makefile pkg-plist multimedia/helixplayer/files patch-build_umakecf_freebsd.cf patch-common_netio_pub_platform_unix_sockio.h

cvs commit: ports/Mk bsd.sites.mk

2006-08-02 Thread Michael Johnson
ahze2006-08-03 01:24:34 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Make MASTER_SITES_MOZILLA_EXTENDED follow same format as other master sites Revision ChangesPath 1.395 +4 -3 ports/Mk/bsd.sites.mk __

cvs commit: ports/www/seamonkey Makefile distinfo

2006-08-02 Thread Michael Johnson
ahze2006-08-03 01:20:38 UTC FreeBSD ports repository Modified files: www/seamonkeyMakefile distinfo Log: - Update to 1.0.4 - Use MASTER_SITE_MOZILLA_EXTENDED Revision ChangesPath 1.251 +2 -2 ports/www/seamonkey/Makefile 1.89 +3 -3 po

cvs commit: ports/Mk bsd.sites.mk

2006-08-02 Thread Michael Johnson
ahze2006-08-03 01:18:42 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Add MASTER_SITE_MOZILLA_EXTENDED, this can be used for most gecko extensions, themes, and most gecko's (add's 14+ hosts via releases.mozilla.org vs. MASTER_SI

cvs commit: ports LEGAL

2006-08-02 Thread Jose Alonso Cardenas Marquez
acm 2006-08-03 01:17:28 UTC FreeBSD ports repository Modified files: .LEGAL Log: - Fix the entry for linux-quake4. Now this affect to linux-quake4 and linux-quake4-demo Approved by:garga (mentor) Revision ChangesPath 1.490 +2 -

cvs commit: CVSROOT modules

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 00:51:46 UTC FreeBSD ports repository Modified files: .modules Log: p5-WWW-BitTorrent --> ports/net-p2p/p5-WWW-BitTorrent Revision ChangesPath 1.15879 +1 -0 CVSROOT/modules ___

cvs commit: ports/net-p2p Makefile ports/net-p2p/p5-WWW-BitTorrent Makefile distinfo p5-WWW-BitTorrent-0.01.tbz pkg-descr pkg-plist

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 00:51:29 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/p5-WWW-BitTorrent Makefile distinfo p5-WWW-BitTorrent-0.01.tbz pkg-descr pkg-plist Log:

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

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-03 00:44:38 UTC FreeBSD ports repository Modified files: devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist Log: - update to 0.85 Revision ChangesPath 1.15 +1 -1 ports/devel/p5-Acme-MetaSynta

cvs commit: ports UPDATING ports/www/linux-opera Makefile distinfo pkg-message pkg-plist ports/www/linux-opera/files patch-install.sh

2006-08-02 Thread Jeremy Messenger
mezz2006-08-03 00:38:32 UTC FreeBSD ports repository Modified files: .UPDATING www/linux-opera Makefile distinfo pkg-message pkg-plist www/linux-opera/files patch-install.sh Log: - Update to 9.01, see changelog for details: http

cvs commit: ports/www/kazehakase Makefile

2006-08-02 Thread Michael Johnson
ahze2006-08-03 00:36:42 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile Log: - Remove the xulrunner gecko hack as kazehakase supports xulrunner now Revision ChangesPath 1.46 +1 -1 ports/www/kazehakase/Makefile _

cvs commit: ports/java/java-gcj-compat Makefile ports/java/java-gcj-compat/files patch-Makefile.in

2006-08-02 Thread Maho Nakata
maho2006-08-03 00:25:03 UTC FreeBSD ports repository Modified files: java/java-gcj-compat Makefile java/java-gcj-compat/files patch-Makefile.in Log: Use gcj instead of ecj, and bump portrevision. Revision ChangesPath 1.3 +3 -1 ports/java/java-gcj-c

cvs commit: CVSROOT modules

2006-08-02 Thread Maho Nakata
maho2006-08-03 00:22:28 UTC FreeBSD ports repository Modified files: .modules Log: ecj-bootstrap --> ports/java/ecj-bootstrap Revision ChangesPath 1.15878 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/java Makefile ports/java/ecj-bootstrap Makefile distinfo pkg-descr pkg-plist ports/java/ecj-bootstrap/files build.sh patch-encoding patch-gcjant

2006-08-02 Thread Maho Nakata
maho2006-08-03 00:22:06 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/ecj-bootstrap Makefile distinfo pkg-descr pkg-plist java/ecj-bootstrap/files build.sh patch-encoding patch-gcjant Log: The JDT Core Batch Compile

cvs commit: src/sys/dev/re if_re.c

2006-08-02 Thread Pyun YongHyeon
yongari 2006-08-03 00:15:19 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Fix re(4) breakge introduced in tree from rev 1.68. This should fix incorrect configuration of station address on big-endian architectures. Reviewed by:wpaul Te

cvs commit: ports/devel/gdb6/files patch-gdb_config_powerpc_fbsd.mh patch-gdb_config_powerpc_fbsd.mt patch-gdb_configure.host patch-gdb_ppcfbsd-nat.c patch-gdb_ppcfbsd-tdep.c patch-gdb_ppcfbsd-tdep.h

2006-08-02 Thread Maxim Sobolev
sobomax 2006-08-02 23:34:55 UTC FreeBSD ports repository Modified files: devel/gdb6/files patch-target.c Added files: devel/gdb6/files patch-gdb_config_powerpc_fbsd.mh patch-gdb_config_powerpc_fbsd.mt patch-gdb_configu

cvs commit: ports/mail/bogofilter-qdbm Makefile

2006-08-02 Thread Michael Johnson
ahze2006-08-02 23:33:55 UTC FreeBSD ports repository Modified files: mail/bogofilter-qdbm Makefile Log: - Chase libver bump in qdbm Revision ChangesPath 1.22 +2 -1 ports/mail/bogofilter-qdbm/Makefile ___ cvs-al

cvs commit: ports/x11-toolkits/ocaml-lablgtk Makefile distinfo pkg-plist

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 23:33:36 UTC FreeBSD ports repository Modified files: x11-toolkits/ocaml-lablgtk Makefile distinfo pkg-plist Log: - Update to 1.2.7 - Use new OCaml framework - Respect PREFIX - Add OPTIONS - Install findlib's META - Keep permissions safe by replacing

cvs commit: ports/textproc/estraier Makefile

2006-08-02 Thread Michael Johnson
ahze2006-08-02 23:33:29 UTC FreeBSD ports repository Modified files: textproc/estraierMakefile Log: - Chase libver bump in qdbm Revision ChangesPath 1.20 +2 -2 ports/textproc/estraier/Makefile ___ cvs-all@f

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

2006-08-02 Thread Michael Johnson
ahze2006-08-02 23:33:06 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: - Update to 1.3.5 Revision ChangesPath 1.31 +3 -3 ports/textproc/hyperestraier/Makefile 1.28 +3 -3 ports/textproc/hyp

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

2006-08-02 Thread Michael Johnson
ahze2006-08-02 23:32:43 UTC FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo pkg-plist Log: - Update to 1.8.65 Revision ChangesPath 1.69 +1 -1 ports/databases/qdbm/Makefile 1.63 +3 -3 ports/databases/qdbm/distin

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

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 23:31:09 UTC FreeBSD ports repository Modified files: devel/pear-Console_Table Makefile distinfo Log: - Update to 1.0.4 - Pass maintainership to submitter PR: ports/101265 Submitted by: chinsan Revision ChangesPath 1.6

cvs commit: ports/chinese/oicq Makefile

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 22:55:17 UTC FreeBSD ports repository Modified files: chinese/oicq Makefile Log: - Add missing dependency security/p5-Crypt-OICQ This module is used, but not listed in Makefile.PL - Bump PORTREVISION - Require Perl 5.8+ since p5-Crypt-OICQ needs

cvs commit: ports/www/drupal Makefile distinfo ports/security/vuxml vuln.xml

2006-08-02 Thread Brooks Davis
brooks 2006-08-02 22:24:21 UTC FreeBSD ports repository Modified files: www/drupal Makefile distinfo security/vuxml vuln.xml Log: Update drupal to 4.6.9 to fix yet another XSS vulnerability. Security: vuxml vid c905298c-2274-11db-896e-000ae42e9b93

cvs commit: ports/net-p2p/ktorrent-devel Makefile distinfo pkg-plist ports/net-p2p/ktorrent-devel/files patch-libktorrent-net-socket.cpp

2006-08-02 Thread Markus Brueffer
markus 2006-08-02 21:58:55 UTC FreeBSD ports repository Modified files: net-p2p/ktorrent-devel Makefile distinfo pkg-plist Removed files: net-p2p/ktorrent-devel/files patch-libktorrent-net-socket.cpp Log: - Update to snapshot from 02.08.2006 - Removed the GeoIP configur

cvs commit: CVSROOT modules

2006-08-02 Thread Alejandro Pulver
alepulver2006-08-02 20:15:47 UTC FreeBSD ports repository Modified files: .modules Log: eduke32 --> ports/games/eduke32 Revision ChangesPath 1.15877 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/games Makefile ports/games/eduke32 Makefile distinfo pkg-descr pkg-plist ports/games/eduke32/files patch-Makefile patch-Makefile.deps patch-source__game.c patch-source__jaudiolib___m

2006-08-02 Thread Alejandro Pulver
alepulver2006-08-02 20:14:47 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/eduke32Makefile distinfo pkg-descr pkg-plist games/eduke32/files patch-Makefile patch-Makefile.deps patch-source__g

cvs commit: CVSROOT modules

2006-08-02 Thread Alejandro Pulver
alepulver2006-08-02 20:13:19 UTC FreeBSD ports repository Modified files: .modules Log: duke3d-data --> ports/games/duke3d-data Revision ChangesPath 1.15876 +1 -0 CVSROOT/modules ___ cvs-all@free

cvs commit: ports/games Makefile ports/games/duke3d-data Makefile Makefile.include distinfo pkg-descr pkg-plist ports/games/duke3d-data/files pkg-message.in

2006-08-02 Thread Alejandro Pulver
alepulver2006-08-02 20:12:40 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/duke3d-dataMakefile Makefile.include distinfo pkg-descr pkg-plist games/duke3d-data/files pkg-message.in Log: This

cvs commit: ports/games/linux-quake4 Makefile distinfo pkg-plist ports/games/linux-quake4/files pkg-message.in

2006-08-02 Thread Jose Alonso Cardenas Marquez
acm 2006-08-02 19:50:23 UTC FreeBSD ports repository Modified files: games/linux-quake4 Makefile distinfo pkg-plist games/linux-quake4/files pkg-message.in Log: - Update to 1.3 - Removed USE_X_PREFIX - Added NO_CDROM and NO_PACKAGE - Added linux- prefix to all qu

cvs commit: ports LEGAL

2006-08-02 Thread Jose Alonso Cardenas Marquez
acm 2006-08-02 19:40:34 UTC FreeBSD ports repository Modified files: .LEGAL Log: - Add note about games/linux-quake4 Approved by:garga (mentor) Revision ChangesPath 1.489 +2 -1 ports/LEGAL _

cvs commit: ports/www/kazehakase Makefile distinfo

2006-08-02 Thread Michael Johnson
ahze2006-08-02 19:36:17 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile distinfo Log: - Update to 0.3.9 Revision ChangesPath 1.45 +2 -3 ports/www/kazehakase/Makefile 1.24 +3 -3 ports/www/kazehakase/distinfo

cvs commit: ports/ftp/wget Makefile

2006-08-02 Thread Maxim Sobolev
sobomax 2006-08-02 19:33:51 UTC FreeBSD ports repository Modified files: ftp/wget Makefile Log: Add USE_GMAKE - port's build system doesn't work correctly with bmake, which results in binary being built during installation phase. Revision ChangesPath 1.8

cvs commit: ports/net-mgmt/arpwatch Makefile distinfo

2006-08-02 Thread Erwin Lansing
erwin 2006-08-02 19:22:27 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatchMakefile distinfo Log: - Update to 2.1.a15 - Add more mirrors PR: 101276 Submitted by: Thomas Abthorpe <[EMAIL PROTECTED]> (maintainer) Revision ChangesP

cvs commit: src/etc/rc.d ntpdate src/share/man/man5 rc.conf.5 src/etc/defaults rc.conf

2006-08-02 Thread Florent Thoumie
flz 2006-08-02 18:44:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d ntpdate share/man/man5 rc.conf.5 etc/defaults rc.conf Log: MFC: - Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc

cvs commit: src/sys/kern uipc_socket.c

2006-08-02 Thread Robert Watson
rwatson 2006-08-02 18:37:44 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Move destroying kqueue state from above pru_detach to below it in sofree(), as a number of protocols expect to be able to call soisdisconnected() during detach. Tha

cvs commit: www/en/internal bylaws.sgml

2006-08-02 Thread Dmitry Morozovsky
marck 2006-08-02 18:35:13 UTC FreeBSD doc repository Modified files: en/internal bylaws.sgml Log: Update info about the last and the next core elections. Approved by:core (imp) Revision ChangesPath 1.10 +3 -3 www/en/internal/bylaws.sgml _

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

2006-08-02 Thread John Baldwin
jhb 2006-08-02 17:50:31 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc intr_machdep.c Log: Don't ignore errors from intr_event_add_handler(). CID:1516 Found by: Coverity Prevent (tm) Revision ChangesPath 1.8 +1 -3

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

2006-08-02 Thread John Baldwin
jhb 2006-08-02 17:41:58 UTC FreeBSD src repository Modified files: sys/dev/ubsecubsec.c Log: - Use m_getcl(), m_get(), and m_gethdr() rather than the older macros for alloc'ing mbufs so that there is less error handling required. - Go ahead and account for the d

cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist

2006-08-02 Thread Marcel Moolenaar
marcel 2006-08-02 17:22:30 UTC FreeBSD src repository Modified files: etc/mtreeBSD.local.dist BSD.usr.dist Log: Remove remnants of Alpha. Revision ChangesPath 1.119 +0 -4 src/etc/mtree/BSD.local.dist 1.316 +0 -12 src/etc/mtree/BSD.usr.d

cvs commit: CVSROOT modules

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 17:22:14 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-OICQ --> ports/security/p5-Crypt-OICQ Revision ChangesPath 1.15875 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/security Makefile ports/security/p5-Crypt-OICQ Makefile distinfo pkg-descr pkg-plist

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 17:22:08 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-OICQ Makefile distinfo pkg-descr pkg-plist Log: Add p5-Crypt-OICQ, cryptographic algorithm used by OICQ protocol. This is for chinese/oic

cvs commit: CVSROOT modules

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 17:18:37 UTC FreeBSD ports repository Modified files: .modules Log: p5-Net-FS-Flickr --> ports/net/p5-Net-FS-Flickr Revision ChangesPath 1.15874 +1 -0 CVSROOT/modules ___ cvs-a

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

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 17:18:30 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-FS-Flickr Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-FS-Flickr 0.1, a Perl interface for store and retrieve files on Flickr. PR:

Re: cvs commit: src/sys/netinet tcp_subr.c

2006-08-02 Thread Robert Watson
On Wed, 2 Aug 2006, Steve Kargl wrote: On Wed, Aug 02, 2006 at 04:18:05PM +, Robert Watson wrote: Modified files: sys/netinet tcp_subr.c Log: Move soisdisconnected() in tcp_discardcb() to one of its calling contexts, tcp_twstart(), but not to the other, tcp_detach(),

cvs commit: src/usr.sbin/elf2exe Makefile elf2exe.8 elf2exe.c

2006-08-02 Thread Marcel Moolenaar
marcel 2006-08-02 17:16:48 UTC FreeBSD src repository Removed files: usr.sbin/elf2exe Makefile elf2exe.8 elf2exe.c Log: Remove remnants of Alpha. Revision ChangesPath 1.8 +0 -7 src/usr.sbin/elf2exe/Makefile (dead) 1.13 +0 -56 src/usr.sbin/el

cvs commit: CVSROOT modules

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 17:16:47 UTC FreeBSD ports repository Modified files: .modules Log: p5-Net-Telnet-Netscreen --> ports/net/p5-Net-Telnet-Netscreen Revision ChangesPath 1.15873 +1 -0 CVSROOT/modules ___

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

2006-08-02 Thread Rong-En Fan
rafan 2006-08-02 17:16:36 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Telnet-Netscreen Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-Telnet-Netscreen 1.1, a Perl interface for

cvs commit: src/usr.sbin Makefile

2006-08-02 Thread Marcel Moolenaar
marcel 2006-08-02 17:15:41 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Remove remnants of Alpha. Revision ChangesPath 1.355 +0 -9 src/usr.sbin/Makefile ___ cvs-all@freebsd.org mail

Re: cvs commit: src/sys/netinet tcp_subr.c

2006-08-02 Thread Steve Kargl
On Wed, Aug 02, 2006 at 04:18:05PM +, Robert Watson wrote: > > Modified files: > sys/netinet tcp_subr.c > Log: > Move soisdisconnected() in tcp_discardcb() to one of its calling contexts, > tcp_twstart(), but not to the other, tcp_detach(), as the socket is > already be

cvs commit: ports/net-p2p/moodriver Makefile distinfo

2006-08-02 Thread Roman Bogorodskiy
novel 2006-08-02 16:37:34 UTC FreeBSD ports repository Modified files: net-p2p/moodriverMakefile distinfo Log: Update to 0.08. Revision ChangesPath 1.3 +1 -1 ports/net-p2p/moodriver/Makefile 1.3 +3 -3 ports/net-p2p/moodriver/distinfo

cvs commit: src/sys/amd64/include pmap.h

2006-08-02 Thread Alan Cox
alc 2006-08-02 16:24:23 UTC FreeBSD src repository Modified files: sys/amd64/includepmap.h Log: Define the additional page fault error codes that are implemented by amd64. Revision ChangesPath 1.133 +2 -0 src/sys/amd64/include/pmap.h _

cvs commit: src/sys/kern uipc_socket2.c

2006-08-02 Thread Robert Watson
rwatson 2006-08-02 16:23:52 UTC FreeBSD src repository Modified files: sys/kern uipc_socket2.c Log: Change two XXX's to two notes: the fact that SOCK_LOCK(so) == SOCKBUF_LOCK(&so->so_rcv) is encoded, which is worth noting, but not a bug. Revision Changes

cvs commit: ports/net/bfilter Makefile distinfo

2006-08-02 Thread Jeremy Messenger
mezz2006-08-02 16:23:35 UTC FreeBSD ports repository Modified files: net/bfilter Makefile distinfo Log: Update to 1.0.5, see changelog for details: http://bfilter.sourceforge.net/changelog.php Revision ChangesPath 1.23 +1 -2 ports/n

cvs commit: src/sys/netatalk ddp_pcb.c

2006-08-02 Thread Robert Watson
rwatson 2006-08-02 16:22:35 UTC FreeBSD src repository Modified files: sys/netatalk ddp_pcb.c Log: Remove call to soisdisconnected() in at_pcbdetach(): by the time the socket is being detached, there are no consumers left worth notifying about the disconnect. Rev

cvs commit: src/sys/netinet tcp_subr.c

2006-08-02 Thread Robert Watson
rwatson 2006-08-02 16:18:05 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Move soisdisconnected() in tcp_discardcb() to one of its calling contexts, tcp_twstart(), but not to the other, tcp_detach(), as the socket is already being torn down a

cvs commit: ports/games/quake2-data distinfo

2006-08-02 Thread Alejandro Pulver
alepulver2006-08-02 15:45:12 UTC FreeBSD ports repository Modified files: games/quake2-datadistinfo Log: - Add missing entry in distinfo (required for MANUAL and SHAREWARE options). Revision ChangesPath 1.4 +3 -0 ports/games/quake2-data/distinfo ___

cvs commit: ports/archivers/p5-Archive-Tar Makefile distinfo

2006-08-02 Thread Cheng-Lung Sung
clsung 2006-08-02 15:33:47 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Tar Makefile distinfo Log: - update to 1.30 Revision ChangesPath 1.25 +1 -2 ports/archivers/p5-Archive-Tar/Makefile 1.17 +3 -3 ports/archivers/p5-Archiv

cvs commit: src/sys/kern vfs_syscalls.c

2006-08-02 Thread John Baldwin
jhb 2006-08-02 15:27:48 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Fix some bugs in the previous revision (1.419). Don't perform extra vfs_rel() on the mountpoint if the MAC checks fail in kern_statfs() and kern_fstatfs(). Simila

cvs commit: src Makefile.inc1

2006-08-02 Thread Alexander Leidinger
netchild2006-08-02 15:26:15 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: Fix doxygen target. Submitted by: "Alexander Mogilny" <[EMAIL PROTECTED]> Pointy hat to: netchild Revision ChangesPath 1.550 +1 -1 src/Mak

cvs commit: src/tools/kerneldoc/subsys Makefile

2006-08-02 Thread Alexander Leidinger
netchild2006-08-02 15:24:59 UTC FreeBSD src repository Modified files: tools/kerneldoc/subsys Makefile Log: Fix build when .CURDIR != .OBJDIR. Noticed by: "Alexander Mogilny" <[EMAIL PROTECTED]> Revision ChangesPath 1.5 +3 -0 src/tools/kerneldoc/su

Re: cvs commit: ports/lang/ocaml Makefile bsd.ocaml.mk pkg-plist ports/lang/ocaml/files man1 manlinks mann patch-camlp4-man::Makefile patch-camlp4-man_Makefile patch-camlp4::lib::Makefile patch-camlp4

2006-08-02 Thread Renato Botelho
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ion-Mihai Tetcu wrote: > itetcu 2006-08-02 14:00:20 UTC > > FreeBSD ports repository > > Modified files: > lang/ocaml Makefile pkg-plist > Added files: > lang/ocaml bsd.ocaml.mk > lang/ocaml/files man1

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

2006-08-02 Thread Vasil Dimov
vd 2006-08-02 15:11:19 UTC FreeBSD ports repository Modified files: misc/ossp-uuid Makefile distinfo misc/ossp-uuid/files patch-Makefile.in Log: Upgrade from 1.4.2 to 1.5.1 Revision ChangesPath 1.22 +3 -3 ports/misc/ossp-uuid/Makefile 1.15

cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-08-02 Thread Gleb Smirnoff
glebius 2006-08-02 15:01:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bge if_bge.c if_bgereg.h Log: Sync with HEAD merging many things: - Support for BCM5754, BCM5755, BCM5787. - Recognize BCM5703 B0 ASIC. - Correctly recognize

cvs commit: src/sys/netinet ip_fw2.c

2006-08-02 Thread Oleg Bulyzhin
oleg2006-08-02 14:58:52 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Do not leak memory while flushing rules. Noticed by: yar Approved by:glebius (mentor) MFC after: 1 week Revision ChangesPath 1.141 +3 -2

cvs commit: ports/www/linux-flock Makefile distinfo

2006-08-02 Thread Andrew Pantyukhin
sat 2006-08-02 14:58:02 UTC FreeBSD ports repository Modified files: www/linux-flock Makefile distinfo Log: - Update to 0.7.4.1 Revision ChangesPath 1.9 +1 -1 ports/www/linux-flock/Makefile 1.7 +3 -3 ports/www/linux-flock/distinfo

cvs commit: ports/www/linux-seamonkey Makefile distinfo

2006-08-02 Thread Andrew Pantyukhin
sat 2006-08-02 14:50:51 UTC FreeBSD ports repository Modified files: www/linux-seamonkey Makefile distinfo Log: - Update to 1.0.4 Revision ChangesPath 1.11 +1 -2 ports/www/linux-seamonkey/Makefile 1.5 +3 -3 ports/www/linux-seamonkey/distinf

cvs commit: ports/www/firefox-i18n Makefile distinfo

2006-08-02 Thread Andrew Pantyukhin
sat 2006-08-02 14:48:13 UTC FreeBSD ports repository Modified files: www/firefox-i18n Makefile distinfo Log: - Update to 1.5.0.6 Revision ChangesPath 1.5 +2 -2 ports/www/firefox-i18n/Makefile 1.4 +108 -111 ports/www/firefox-i18n/distinfo __

cvs commit: ports/www/linux-firefox Makefile distinfo

2006-08-02 Thread Andrew Pantyukhin
sat 2006-08-02 14:47:45 UTC FreeBSD ports repository Modified files: www/linux-firefoxMakefile distinfo Log: - Update to 1.5.0.6 Revision ChangesPath 1.30 +1 -2 ports/www/linux-firefox/Makefile 1.17 +3 -3 ports/www/linux-firefox/distinfo

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

2006-08-02 Thread Joel Dahl
joel2006-08-02 14:44:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml Log: Move nbm to the Development Team Alumni. Revision ChangesPath

cvs commit: ports/devel/p5-Readonly Makefile distinfo

2006-08-02 Thread Andrew Pantyukhin
sat 2006-08-02 14:34:46 UTC FreeBSD ports repository Modified files: devel/p5-ReadonlyMakefile distinfo Log: - Update Readonly-XS to 1.04 - Bump portrevision Approved by:skv (maintainer) Revision ChangesPath 1.2 +5 -3 ports/devel/p5-Reado

cvs commit: src/sys/kern uipc_usrreq.c

2006-08-02 Thread Robert Watson
rwatson 2006-08-02 14:30:58 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Remove now unneeded ENOTCONN clause from SOCK_DGRAM side of uipc_send(): we have to check it regardless of the target address, so don't check it twice. Revision

cvs commit: src/share/man/man5 Makefile

2006-08-02 Thread Jesus R. Camou
jcamou 2006-08-02 14:29:31 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) share/man/man5 Makefile Log: MFC link: rc.conf.local(5)->rc.conf(5) PR: docs/87698 Approved by:trhodes (mentor) Revision Changes

cvs commit: CVSROOT modules

2006-08-02 Thread Michael Landin Hostbaek
mich2006-08-02 14:27:23 UTC FreeBSD ports repository Modified files: .modules Log: - add libtunepimp-old (after repocopy) Forgotten by: clsung Revision ChangesPath 1.15872 +1 -0 CVSROOT/modules

cvs commit: ports/audio Makefile

2006-08-02 Thread Michael Landin Hostbaek
mich2006-08-02 14:22:51 UTC FreeBSD ports repository Modified files: audioMakefile Log: - add libtunepimp-old (forgotten after repocopy) Noticed by: portsnap buildbox Forgotten by: clsung Revision ChangesPath 1.757

cvs commit: ports/www/firefox Makefile distinfo

2006-08-02 Thread Michael Johnson
ahze2006-08-02 14:06:52 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo Log: - Update to 1.5.0.6 Revision ChangesPath 1.158 +1 -1 ports/www/firefox/Makefile 1.34 +3 -3 ports/www/firefox/distinfo

cvs commit: ports/lang/ocaml Makefile bsd.ocaml.mk pkg-plist ports/lang/ocaml/files man1 manlinks mann patch-camlp4-man::Makefile patch-camlp4-man_Makefile patch-camlp4::lib::Makefile patch-camlp4_lib

2006-08-02 Thread Ion-Mihai Tetcu
itetcu 2006-08-02 14:00:20 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile pkg-plist Added files: lang/ocaml bsd.ocaml.mk lang/ocaml/files man1 manlinks mann patch-camlp4-man_Makefile

cvs commit: ports/www/py-turbogears Makefile pkg-plist

2006-08-02 Thread Erwin Lansing
erwin 2006-08-02 13:58:48 UTC FreeBSD ports repository Modified files: www/py-turbogearsMakefile pkg-plist Log: Fix PLIST PR: 101256 Submitted by: erwin, pointyhat Approved by:maintainer Revision ChangesPath 1.3 +1 -0 ports/

  1   2   >