cvs commit: ports/lang/php5 Makefile.ext

2007-03-07 Thread Alex Dupre
ale 2007-03-08 07:32:27 UTC FreeBSD ports repository Modified files: lang/php5Makefile.ext Log: Add spl dependency to pdo, mysqli and sqlite extensions. Revision ChangesPath 1.40 +9 -0 ports/lang/php5/Makefile.ext

cvs commit: ports/mail/enigmail-thunderbird Makefile distinfo

2007-03-07 Thread Alex Dupre
ale 2007-03-08 07:23:35 UTC FreeBSD ports repository Modified files: mail/enigmail-thunderbird Makefile distinfo Log: Update to 0.94.3 release. Submitted by: Karol Kwiatkowski <[EMAIL PROTECTED]> Revision ChangesPath 1.34 +1 -1 ports/mail/enigmail

Re: cvs commit: src/usr.sbin/pkg_install/lib url.c

2007-03-07 Thread Tim Kientzle
Tim Kientzle wrote: ... GNU tar(1) implied the -p option for root, but BSD tar(1) doesn't do that. Ah. Here we are: contrib/tar/src/extract.c, revision 1.2 (07-Jun-2002) by sobomax +#ifndef __FreeBSD__ same_permissions_option += we_are_root; same_owner_option += we_are_root; +#endif T

cvs commit: ports/science/crf++ Makefile distinfo

2007-03-07 Thread Cheng-Lung Sung
clsung 2007-03-08 07:21:31 UTC FreeBSD ports repository Modified files: science/crf++Makefile distinfo Log: - Update to 0.47 Revision ChangesPath 1.7 +1 -1 ports/science/crf++/Makefile 1.6 +3 -3 ports/science/crf++/distinfo ___

Re: cvs commit: src/usr.sbin/pkg_install/lib url.c

2007-03-07 Thread Tim Kientzle
... GNU tar(1) implied the -p option for root, but BSD tar(1) doesn't do that. Hmmm... This might actually be considered a bsdtar bug. I'll look into it. That behavior of BSD tar(1) surprised me, to be honest. Now I'm confused. Why were you surprised by this? According to some notes I hav

cvs commit: ports/databases/fastdb Makefile distinfo

2007-03-07 Thread Cheng-Lung Sung
clsung 2007-03-08 07:19:22 UTC FreeBSD ports repository Modified files: databases/fastdb Makefile distinfo Log: - Update to 3.34 Revision ChangesPath 1.72 +1 -1 ports/databases/fastdb/Makefile 1.68 +3 -3 ports/databases/fastdb/distinfo _

cvs commit: ports/Mk bsd.php.mk

2007-03-07 Thread Alex Dupre
ale 2007-03-08 07:17:32 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk Log: Add php5 oci8 extensions. PR: ports/109962 Submitted by: chinsan Revision ChangesPath 1.41 +3 -2 ports/Mk/bsd.php.mk __

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

2007-03-07 Thread Doug Barton
Matthias Andree wrote: Doug Barton schrieb: Both rc.d scripts have an empty BEFORE line, which should be removed. Any objections? Go ahead if they aren't needed on, for instance, 6.0. Ok, done, thanks. -- This .signature sanitized for your protection

cvs commit: ports/security/openvpn/files openvpn.sh.in ports/security/openvpn-devel/files openvpn.sh.in

2007-03-07 Thread Doug Barton
dougb 2007-03-08 07:16:33 UTC FreeBSD ports repository Modified files: security/openvpn/files openvpn.sh.in security/openvpn-devel/files openvpn.sh.in Log: Remove spurious empty BEFORE: lines Approved by:maintainer Revision ChangesPath 1.6 +1 -2

cvs commit: src/usr.sbin/cron/lib entry.c

2007-03-07 Thread Will Andrews
will2007-03-08 07:00:42 UTC FreeBSD src repository Modified files: usr.sbin/cron/libentry.c Log: Fix a bug where HOME was not allowed to be overridden by an user's crontab as crontab(5) states it can be. This is supported by all vixie-cron derived implementations; no

cvs commit: www/en/projects projects.sgml summerofcode.sgml

2007-03-07 Thread Murray Stokely
murray 2007-03-08 06:46:24 UTC FreeBSD doc repository Modified files: en/projects projects.sgml summerofcode.sgml Log: Link to the new summer of code page for 2007. Also add some mentors and the broad areas they are willing to mentor students in. Revision Chang

cvs commit: src/sys/kern kern_clock.c kern_synch.c sched_core.c sched_ule.c subr_prf.c subr_smp.c vfs_bio.c src/sys/sys buf.h proc.h

2007-03-07 Thread Julian Elischer
julian 2007-03-08 06:44:34 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c kern_synch.c sched_core.c sched_ule.c subr_prf.c subr_smp.c vfs_bio.c sys/sys buf.h proc.h Log: Instead o

cvs commit: src/bin/df df.c

2007-03-07 Thread Will Andrews
will2007-03-08 06:10:17 UTC FreeBSD src repository Modified files: bin/df df.c Log: Fix a bug where the mutual exclusivity of the -l and -t options is not recognized properly if -l is specified first. PR: bin/105721 MFC after: 1

cvs commit: src/lib/libarchive/test Makefile test_acl_basic.c test_acl_pax.c

2007-03-07 Thread Tim Kientzle
kientzle2007-03-08 06:09:27 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile Added files: lib/libarchive/test test_acl_basic.c test_acl_pax.c Log: New tests for system-independent ACL support. These tests verify that archive_entry objects can sto

cvs commit: src/lib/libarchive archive_entry.c

2007-03-07 Thread Tim Kientzle
kientzle2007-03-08 06:07:07 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Distinguish between the end of ACL data and an error in pulling ACL data from the archive entry. This doesn't impact archive_read_extract or archive_write_disk si

cvs commit: src/usr.bin/tar bsdtar_platform.h

2007-03-07 Thread Tim Kientzle
kientzle2007-03-08 05:52:01 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar_platform.h Log: Argh. Support for reading ACLs off of disk was inadvertently disabled as part of an old configuration shuffle. As a result, although ACL restore has been worki

cvs commit: src/usr.sbin/freebsd-update freebsd-update.sh

2007-03-07 Thread Colin Percival
cperciva2007-03-08 05:43:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/freebsd-update freebsd-update.sh Log: MFC rev. 1.5: Fix problems resulting from SMP kernels (mis-)identifying themselves as "SMP-GENERIC" (i386) or "GENERIC" (amd64).

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

2007-03-07 Thread Matt Jacob
mjacob 2007-03-08 05:38:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 isp.4 Log: Update isp(4) man page to match driver in RELENG_6. Revision ChangesPath 1.20.2.4 +61 -46src/share/man/man4/isp.4

cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_pci.c mpt_raid.c

2007-03-07 Thread Matt Jacob
mjacob 2007-03-08 05:35:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_pci.c mpt_raid.c Log: Synchronize with -current as of this date. There is a lot of sourc

cvs commit: src/sys/dev/ispfw asm_2400.h ispfw.c

2007-03-07 Thread Matt Jacob
mjacob 2007-03-08 05:32:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ispfwispfw.c Added files: (Branch: RELENG_6) sys/dev/ispfwasm_2400.h Log: MFC 4 Gb support for QLogic cards. Revision ChangesPath

cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_stds.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h

2007-03-07 Thread Matt Jacob
mjacob 2007-03-08 05:31:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_target.c isp_target.h

cvs commit: ports/archivers/p5-IO-Zlib Makefile distinfo

2007-03-07 Thread Jun Kuriyama
kuriyama2007-03-08 05:30:27 UTC FreeBSD ports repository Modified files: archivers/p5-IO-Zlib Makefile distinfo Log: - Upgrade to 1.05. PR: ports/110056 Submitted by: Steven Kreuzer<[EMAIL PROTECTED]> Committed from: AsiaBSDCon Registration Desk Revisi

cvs commit: src/sys/cam cam_xpt.c cam_xpt.h

2007-03-07 Thread Matt Jacob
mjacob 2007-03-08 05:30:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/cam cam_xpt.c cam_xpt.h Log: MFC xpt_rescan functionality. RevisionChangesPath 1.155.2.11 +48 -2 src/sys/cam/cam_xpt.c 1.5.2.2 +1 -0 sr

cvs commit: src/usr.sbin/ppp radius.c

2007-03-07 Thread Hajimu UMEMOTO
ume 2007-03-08 05:23:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.sbin/ppp radius.c Log: MFC 1.53: Check the return value from rad_cvt_ipv6prefix(). Revision ChangesPath 1.48.2.2 +7 -1 src/usr.sbin/ppp/radius.c

cvs commit: src/usr.sbin/ppp radius.c

2007-03-07 Thread Hajimu UMEMOTO
ume 2007-03-08 05:20:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/ppp radius.c Log: MFC 1.53: Check the return value from rad_cvt_ipv6prefix(). Revision ChangesPath 1.52.2.1 +7 -1 src/usr.sbin/ppp/radius.c

cvs commit: ports/java/jdk14 Makefile

2007-03-07 Thread Greg Lewis
glewis 2007-03-08 05:18:45 UTC FreeBSD ports repository Modified files: java/jdk14 Makefile Log: . Add JAIL as an option, the Makefile already supported it as an environment variable. PR: 110049 Revision ChangesPath 1.105 +2 -1

cvs commit: ports/japanese/man Makefile ports/japanese/man/files patch-jman.man patch-jman.man.eng

2007-03-07 Thread Jun Kuriyama
kuriyama2007-03-08 04:37:12 UTC FreeBSD ports repository Modified files: japanese/man Makefile Added files: japanese/man/files patch-jman.man patch-jman.man.eng Log: - Fix to indicate to use ja_JP.eucJP instead of ancient ja_JP.EUC. PR: ports/104

cvs commit: src/lib/libelf gelf.h

2007-03-07 Thread Joseph Koshy
jkoshy 2007-03-08 04:01:30 UTC FreeBSD src repository Modified files: lib/libelf gelf.h Log: Add GELF_* accessor macros. Prodded by: Sam Arun Raj Revision ChangesPath 1.3 +16 -0 src/lib/libelf/gelf.h _

cvs commit: src/usr.sbin/traceroute6 traceroute6.c

2007-03-07 Thread Kevin Lo
kevlo 2007-03-08 03:49:23 UTC FreeBSD src repository Modified files: usr.sbin/traceroute6 traceroute6.c Log: Use setresuid for simple privilege dropping. Revision ChangesPath 1.17 +6 -2 src/usr.sbin/traceroute6/traceroute6.c ___

cvs commit: ports/astro/xearth/files freebsd.committers.markers

2007-03-07 Thread Murray Stokely
murray 2007-03-08 03:12:24 UTC FreeBSD ports repository (src,doc committer) Modified files: astro/xearth/files freebsd.committers.markers Log: Add my Mountain View, CA coordinates. Revision ChangesPath 1.323 +2 -1 ports/astro/xearth/files/freebsd.committer

cvs commit: src/sys/fs/msdosfs denode.h msdosfs_fat.c

2007-03-07 Thread Tom Rhodes
trhodes 2007-03-08 03:01:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/msdosfs denode.h msdosfs_fat.c Log: MFC: Add a 3rd entry in the cache, which keeps the end position from just before extending a file. This has the desired effect

cvs commit: CVSROOT modules

2007-03-07 Thread Cheng-Lung Sung
clsung 2007-03-08 02:23:04 UTC FreeBSD ports repository Modified files: .modules Log: py-funkload --> ports/www/py-funkload Revision ChangesPath 1.17575 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/www Makefile ports/www/py-funkload Makefile distinfo pkg-descr pkg-plist ports/www/py-funkload/files patch-setup.py

2007-03-07 Thread Cheng-Lung Sung
clsung 2007-03-08 02:22:52 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-funkload Makefile distinfo pkg-descr pkg-plist www/py-funkload/files patch-setup.py Log: Add py-funkload 1.6.0, funkLoad is a functional and

cvs commit: ports/databases/xapian-core Makefile distinfo pkg-plist

2007-03-07 Thread Cheng-Lung Sung
clsung 2007-03-08 02:21:44 UTC FreeBSD ports repository Modified files: databases/xapian-core Makefile distinfo pkg-plist Log: - Update to 0.9.10 PR: ports/109997 Submitted by: maintainer (Jean-Francois Dockes) Revision ChangesPath 1.7 +1 -

Re: cvs commit: src/sys/dev/bge if_bge.c

2007-03-07 Thread Jung-uk Kim
On Wednesday 07 March 2007 07:49 pm, Jung-uk Kim wrote: > jkim2007-03-08 00:49:27 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c > Log: > Use correct bits to stop firmware when ASF mode is enabled. I should have said 'reset', not 'stop'. >

cvs commit: ports/dns/p5-POE-Component-Server-DNS Makefile distinfo

2007-03-07 Thread Cheng-Lung Sung
clsung 2007-03-08 01:24:11 UTC FreeBSD ports repository Modified files: dns/p5-POE-Component-Server-DNS Makefile distinfo Log: - Update to 0.06 PR: ports/109963 Submitted by: clsung Approved by:maintainer (Jin-Shan Tseng) Revision ChangesPath

cvs commit: ports/textproc/p5-CAM-PDF Makefile distinfo

2007-03-07 Thread Cheng-Lung Sung
clsung 2007-03-08 01:23:11 UTC FreeBSD ports repository Modified files: textproc/p5-CAM-PDF Makefile distinfo Log: - Update to 1.09 Revision ChangesPath 1.3 +3 -10 ports/textproc/p5-CAM-PDF/Makefile 1.3 +3 -3 ports/textproc/p5-CAM-PDF/distinfo

Re: cvs commit: src/share/man/man9 sleep.9

2007-03-07 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] Wrapping corrected. On Monday, 5 March 2007 at 10:32:19 -0500, John Baldwin wrote: > On Monday 05 March 2007 04:36, Robert Watson wrote: >> >> On Sun, 4 Mar 2007, Greg Lehey wrote: >> >>> grog2007-03-04 23:42:58 UTC >>>

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

2007-03-07 Thread Jung-uk Kim
jkim2007-03-08 00:49:27 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Use correct bits to stop firmware when ASF mode is enabled. Revision ChangesPath 1.183 +2 -2 src/sys/dev/bge/if_bge.c ___

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

2007-03-07 Thread Jung-uk Kim
jkim2007-03-08 00:29:18 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Fix more style(9) bugs. - Remove some excessive parentheses around shift operators. - Use macro instead of magic number where it is applicable. - Change lower-case h

cvs commit: ports/math/atlas-devel Makefile distinfo

2007-03-07 Thread Maho Nakata
maho2007-03-07 23:26:16 UTC FreeBSD ports repository Modified files: math/atlas-devel Makefile distinfo Log: Update to 3.7.29. Revision ChangesPath 1.47 +1 -1 ports/math/atlas-devel/Makefile 1.14 +3 -3 ports/math/atlas-devel/distinfo

cvs commit: src/sys/netinet tcp_input.c

2007-03-07 Thread Qing Li
qingli 2007-03-07 23:21:59 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: This patch is provided to fix a couple of deployment issues observed in the field. In one situation, one end of the TCP connection sends a back-to-back RST packet, wit

cvs commit: ports/www/hiawatha Makefile distinfo

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:59:00 UTC FreeBSD ports repository Modified files: www/hiawatha Makefile distinfo Log: - Update to 5.7 PR: 110059 Submitted by: Hugo Leisink <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.4 +1 -1 p

cvs commit: ports/sysutils/bacula-server Makefile distinfo

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:26 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile distinfo Log: - Update to 2.0.3 PR: 110048 Submitted by: Dan Langille <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.83 +1 -2

cvs commit: ports/x11-wm/dwm Makefile distinfo

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:23 UTC FreeBSD ports repository Modified files: x11-wm/dwm Makefile distinfo Log: - Update to 3.8 PR: 110050 Submitted by: Jeroen Schot <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.24 +1 -1 p

cvs commit: ports/archivers/p5-IO-Compress-Base Makefile distinfo

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:18 UTC FreeBSD ports repository Modified files: archivers/p5-IO-Compress-Base Makefile distinfo Log: - Update to 2.004 PR: 110053 Submitted by: Steven Kreuzer<[EMAIL PROTECTED]> Approved by:maintainer Revision ChangesP

cvs commit: ports/x11/dmenu Makefile distinfo

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:20 UTC FreeBSD ports repository Modified files: x11/dmenuMakefile distinfo Log: - Update to 2.8 PR: 110051 Submitted by: Jeroen Schot <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.16 +1 -1 p

cvs commit: ports/www/squid Makefile distinfo ports/www/squid/files icap-2.6-core.patch squid.in

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:15 UTC FreeBSD ports repository Modified files: www/squidMakefile distinfo www/squid/files icap-2.6-core.patch squid.in Log: - Update to 2.6 stable10 PR: 110046 Submitted by: Thomas-Martin Seck <[EMAIL PROTECTED]

cvs commit: ports/x11-themes/gtk-murrina-fancy-clearlooks Makefile distinfo pkg-plist

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:14 UTC FreeBSD ports repository Modified files: x11-themes/gtk-murrina-fancy-clearlooks Makefile distinfo pkg-plist Log: - Update to 0.5 PR: 110045 Submitted by: Phillip Neumann <[EMAIL PRO

cvs commit: ports/security/klamav Makefile distinfo ports/security/klamav/files ltmain.sh patch-configure patch-freshklam.cpp patch-klamd patch-klamd.cpp patch-po patch-src

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:09 UTC FreeBSD ports repository Modified files: security/klamav Makefile distinfo security/klamav/files patch-po Added files: security/klamav/files ltmain.sh patch-freshklam.cpp patch-klamd.cpp Removed files:

cvs commit: ports/archivers/p5-IO-Compress-Bzip2 Makefile distinfo

2007-03-07 Thread Martin Wilke
miwi2007-03-07 22:47:06 UTC FreeBSD ports repository Modified files: archivers/p5-IO-Compress-Bzip2 Makefile distinfo Log: - Update to 2.004 PR: 110054 Submitted by: Steven Kreuzer<[EMAIL PROTECTED]> Approved by:maintainer Revision Changes

cvs commit: ports/multimedia/mmsclient Makefile

2007-03-07 Thread Alexey Dokuchaev
danfe 2007-03-07 22:34:12 UTC FreeBSD ports repository Modified files: multimedia/mmsclient Makefile Log: Augment CATEGORIES. Revision ChangesPath 1.7 +1 -1 ports/multimedia/mmsclient/Makefile ___ cvs-all@freebs

cvs commit: ports/devel/apache-ant Makefile distinfo pkg-plist

2007-03-07 Thread Herve Quiroz
hq 2007-03-07 22:32:45 UTC FreeBSD ports repository Modified files: devel/apache-ant Makefile distinfo pkg-plist Log: Update to 1.7.0 PR: 108070 Submitted by: David King <[EMAIL PROTECTED]> Revision ChangesPath 1.46 +1 -2 ports/

cvs commit: ports/multimedia/mmsclient Makefile

2007-03-07 Thread Alexey Dokuchaev
danfe 2007-03-07 22:32:45 UTC FreeBSD ports repository Modified files: multimedia/mmsclient Makefile Log: - Fix Makefile header - Fix MASTER_SITES - Unmute INSTALL statement Revision ChangesPath 1.6 +3 -4 ports/multimedia/mmsclient/Makefile __

cvs commit: ports/deskutils/pinot pkg-descr

2007-03-07 Thread Thierry Thomas
thierry 2007-03-07 22:11:03 UTC FreeBSD ports repository Modified files: deskutils/pinot pkg-descr Log: Update the list of features. Revision ChangesPath 1.2 +15 -16ports/deskutils/pinot/pkg-descr ___ cvs-all@

cvs commit: ports/databases/phpmyadmin Makefile distinfo

2007-03-07 Thread Thierry Thomas
thierry 2007-03-07 21:34:21 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo Log: Yay! Another update. And it's only the 3rd in four days. Just for a change, this is a security thing. http://www.phpmyadmin.net/home_page/security.php?issue

cvs commit: ports/games/tt Makefile distinfo ports/games/tt/files patch-tt.c patch-utils.c patch-utils.h

2007-03-07 Thread Alexey Dokuchaev
danfe 2007-03-07 21:30:44 UTC FreeBSD ports repository Modified files: games/tt Makefile distinfo games/tt/files patch-tt.c patch-utils.c Removed files: games/tt/files patch-utils.h Log: Update to version 15.0. Revision ChangesPath

cvs commit: ports/graphics/cimg Makefile distinfo ports/graphics/cimg/files patch-CImg.h

2007-03-07 Thread Thierry Thomas
thierry 2007-03-07 21:25:11 UTC FreeBSD ports repository Modified files: graphics/cimgMakefile distinfo graphics/cimg/files patch-CImg.h Log: Chase yet another silent update (mainly doc changes). Full diff available at

cvs commit: src/sys/kern kern_jail.c

2007-03-07 Thread Pawel Jakub Dawidek
pjd 2007-03-07 21:24:51 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: White space nits. Revision ChangesPath 1.61 +4 -4 src/sys/kern/kern_jail.c ___ cvs-all@freebsd.org mailin

cvs commit: ports/net-im/p5-Net-OSCAR Makefile

2007-03-07 Thread Mark Linimon
linimon 2007-03-07 21:13:57 UTC FreeBSD ports repository Modified files: net-im/p5-Net-OSCAR Makefile Log: Reset [EMAIL PROTECTED] by request due to lack of time. Hat:portmgr Revision ChangesPath 1.4 +1 -1 ports/net-im/p5-Net-OSCAR/Makefil

cvs commit: src/sys/conf files.sparc64 src/sys/dev/fb creator.c src/sys/sparc64/central central.c src/sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.h src/sys/sparc64/include bus_private.h iom

2007-03-07 Thread Marius Strobl
marius 2007-03-07 21:13:51 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 sys/dev/fb creator.c sys/sparc64/central central.c sys/sparc64/fhc fhc.c sys/sparc64/include bus_private.h iommureg.h ofw_nexus.h sys/spa

cvs commit: src/sys/kern kern_rwlock.c

2007-03-07 Thread John Baldwin
jhb 2007-03-07 20:48:48 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: Fix some nits in lock profiling for rwlocks: - Properly note when a read lock is released. - Always note when we contest on a read lock. - Only note success of obt

cvs commit: src/sys/sys mutex.h rwlock.h

2007-03-07 Thread John Baldwin
jhb 2007-03-07 20:46:05 UTC FreeBSD src repository Modified files: sys/sys mutex.h rwlock.h Log: Wrap a few lines at 80 cols. Revision ChangesPath 1.90 +8 -4 src/sys/sys/mutex.h 1.8 +4 -2 src/sys/sys/rwlock.h ___

cvs commit: src/sys/kern kern_kse.c

2007-03-07 Thread Julian Elischer
julian 2007-03-07 20:17:42 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c Log: After the last change to KSE threading a bug was introduced where all threads were counted against the count of upcall capable threads. this changes the way we do this

cvs commit: src/usr.sbin/bsnmpd/modules/snmp_bridge BEGEMOT-BRIDGE-MIB.txt BRIDGE-MIB.txt Makefile RSTP-MIB.txt bridge_addrs.c bridge_if.c bridge_pf.c bridge_port.c bridge_snmp.c bridge_snmp.h bridge_

2007-03-07 Thread Shteryana Shopova
syrinx 2007-03-07 20:16:31 UTC FreeBSD src repository Added files: (Branch: RELENG_6) usr.sbin/bsnmpd/modules/snmp_bridge BEGEMOT-BRIDGE-MIB.txt BRIDGE-MIB.txt Makefile RSTP-MIB.txt

cvs commit: ports/www/p5-POE-Component-Server-SimpleHTTP Makefile distinfo

2007-03-07 Thread Lars Thegler
lth 2007-03-07 20:14:12 UTC FreeBSD ports repository Modified files: www/p5-POE-Component-Server-SimpleHTTP Makefile distinfo Log: Update to 1.20 Revision ChangesPath 1.8 +1 -1 ports/www/p5-POE-Component-Server-SimpleHTTP/Makefile 1.8 +3 -3

cvs commit: ports/textproc/p5-Perl-MinimumVersion Makefile distinfo

2007-03-07 Thread Lars Thegler
lth 2007-03-07 20:06:31 UTC FreeBSD ports repository Modified files: textproc/p5-Perl-MinimumVersion Makefile distinfo Log: Update to 0.14 Revision ChangesPath 1.4 +9 -11 ports/textproc/p5-Perl-MinimumVersion/Makefile 1.5 +3 -3 ports/textpro

cvs commit: ports/math/gnuplot Makefile

2007-03-07 Thread Greg Lewis
glewis 2007-03-07 20:05:47 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile Log: . (Potentially) set USE_EMACS before we include bsd.port.pre.mk, not after, so that we pick up bsd.emacs.mk. PR: 109580 Revision ChangesPath

cvs commit: ports/editors/tea Makefile distinfo

2007-03-07 Thread Alexey Dokuchaev
danfe 2007-03-07 20:05:33 UTC FreeBSD ports repository Modified files: editors/tea Makefile distinfo Log: Update to version 16.0.5. Dedicated to: all women of Russia (let's see if I screw this one) Revision ChangesPath 1.28 +1 -1 ports/edit

cvs commit: www/en/releases/4.11R errata.html

2007-03-07 Thread Bruce A. Mah
bmah2007-03-07 20:01:46 UTC FreeBSD doc repository Modified files: en/releases/4.11Rerrata.html Log: Regen from errata/article.sgml 1.1.2.136. Revision ChangesPath 1.11 +21 -4 www/en/releases/4.11R/errata.html _

cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml

2007-03-07 Thread Bruce A. Mah
bmah2007-03-07 20:00:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add mention of the EOL status of RELENG_4. Revision ChangesPath 1.1.2.136 +16 -0 src/release/doc/en_US.ISO8859-1

cvs commit: ports/net/sipp Makefile distinfo

2007-03-07 Thread Emanuel Haupt
ehaupt 2007-03-07 19:53:35 UTC FreeBSD ports repository Modified files: net/sipp Makefile distinfo Log: Update to 1.1.r8.20070307 PR: 110042 Submitted by: Artem Naluzhny <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.17

cvs commit: ports/www/gnome-user-share Makefile distinfo pkg-plist

2007-03-07 Thread Joe Marcus Clarke
marcus 2007-03-07 19:51:33 UTC FreeBSD ports repository Modified files: www/gnome-user-share Makefile distinfo pkg-plist Log: Update to 0.11. Revision ChangesPath 1.16 +2 -3 ports/www/gnome-user-share/Makefile 1.8 +3 -3 ports/www/gnome-user-sha

cvs commit: CVSROOT modules

2007-03-07 Thread Lars Thegler
lth 2007-03-07 19:45:58 UTC FreeBSD ports repository Modified files: .modules Log: p5-Test-Script --> ports/devel/p5-Test-Script Revision ChangesPath 1.17574 +1 -0 CVSROOT/modules ___ cvs-all

cvs commit: ports/devel Makefile ports/devel/p5-Test-Script Makefile distinfo pkg-descr pkg-plist

2007-03-07 Thread Lars Thegler
lth 2007-03-07 19:45:41 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Test-Script Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-Script 1.02, Cross-platform basic tests for scripts. Revision ChangesPa

cvs commit: ports/textproc/gtk-doc Makefile distinfo

2007-03-07 Thread Joe Marcus Clarke
marcus 2007-03-07 19:45:00 UTC FreeBSD ports repository Modified files: textproc/gtk-doc Makefile distinfo Log: Update to 1.8. Revision ChangesPath 1.22 +1 -1 ports/textproc/gtk-doc/Makefile 1.10 +3 -3 ports/textproc/gtk-doc/distinfo ___

cvs commit: www/en/releases/6.2R errata.html

2007-03-07 Thread Bruce A. Mah
bmah2007-03-07 19:42:06 UTC FreeBSD doc repository Modified files: en/releases/6.2R errata.html Log: Regen from errata/article.sgml 1.73.2.46. Revision ChangesPath 1.6 +15 -4 www/en/releases/6.2R/errata.html __

cvs commit: ports/net-im/gossip Makefile distinfo pkg-plist

2007-03-07 Thread Joe Marcus Clarke
marcus 2007-03-07 19:41:08 UTC FreeBSD ports repository Modified files: net-im/gossipMakefile distinfo pkg-plist Log: Update to 0.23. Revision ChangesPath 1.43 +1 -1 ports/net-im/gossip/Makefile 1.28 +3 -3 ports/net-im/gossip/distinfo

cvs commit: ports/x11-clocks/bdesktopclock Makefile pkg-descr

2007-03-07 Thread Alexey Dokuchaev
danfe 2007-03-07 19:40:05 UTC FreeBSD ports repository Modified files: x11-clocks/bdesktopclock Makefile pkg-descr Log: - Rephrase COMMENT and description - Kill useless attribution - Drop maintainership Revision ChangesPath 1.4 +2 -2 ports/x11-clocks

cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml

2007-03-07 Thread Bruce A. Mah
bmah2007-03-07 19:38:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata: EN-07:03.rc.d_jail. Updated errata: IPv6 over gif(4) issue now described by EN-07:02.net. Revision Cha

cvs commit: ports/net-p2p/deluge Makefile distinfo pkg-plist ports/net-p2p/deluge/files patch-setup.py patch-src_deluge_core.cpp patch-src_delugegtk.py

2007-03-07 Thread Jeremy Messenger
mezz2007-03-07 19:28:29 UTC FreeBSD ports repository Modified files: net-p2p/deluge Makefile distinfo pkg-plist net-p2p/deluge/files patch-setup.py patch-src_delugegtk.py Removed files: net-p2p/deluge/files patch-src_deluge_core.cpp Log: Update to 0.4.99.1 a

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

2007-03-07 Thread Jeremy Messenger
mezz2007-03-07 19:25:03 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile distinfo pkg-plist Log: Update to 2.12.10. Revision ChangesPath 1.137 +1 -1 ports/devel/glib20/Makefile 1.65 +3 -3 ports/devel/glib20/distinfo

cvs commit: www/share/sgml usergroups.xml

2007-03-07 Thread Joel Dahl
joel2007-03-07 19:17:51 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Update the entries for FUG-BR and User Group BsdSul a bit. Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]> Revision ChangesPath 1.48

cvs commit: src/usr.bin/calendar/calendars calendar.freebsd

2007-03-07 Thread Bruce A. Mah
bmah2007-03-07 19:15:18 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Jump on the calendar bandwagon and add myself. Revision ChangesPath 1.199 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd ___

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

2007-03-07 Thread Jeremy Messenger
mezz2007-03-07 19:11:25 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkmm24 Makefile distinfo Log: Update to 2.10.8. Revision ChangesPath 1.108 +1 -1 ports/x11-toolkits/gtkmm24/Makefile 1.54 +3 -3 ports/x11-toolkits/gtkmm24/disti

cvs commit: src/usr.bin/calendar/calendars calendar.freebsd

2007-03-07 Thread Stefan Walter
stefan 2007-03-07 19:00:02 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday to calendar.freebsd. Revision ChangesPath 1.198 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd ___

cvs commit: src Makefile.inc1

2007-03-07 Thread Shteryana Shopova
syrinx 2007-03-07 18:45:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile.inc1 Log: To make sure build of newer RELENG_6 on older ones work, advance __FreeBSD_version check for gensnmptree in the list of bootstrap-tools.

cvs commit: ports/java/jdk15 Makefile

2007-03-07 Thread Greg Lewis
glewis 2007-03-07 18:34:00 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile Log: . Fix the sense of a WITH_JAIL check to match that in the jdk14 port - we _don't_ want to check for linprocfs in a jail. PR: 110019 Revision Chan

cvs commit: ports/mail/postfix1/files postfix.sh.in ports/mail/postfix21/files postfix.sh.in ports/mail/postfix22/files postfix.sh.in

2007-03-07 Thread Marcus Alves Grando
mnag2007-03-07 18:29:41 UTC FreeBSD ports repository Modified files: mail/postfix1/files postfix.sh.in mail/postfix21/files postfix.sh.in mail/postfix22/files postfix.sh.in Log: - Add mail to PROVIDE line. This fixes other scripts that require mail starts first.

cvs commit: doc/de_DE.ISO8859-1/books/faq book.sgml doc/de_DE.ISO8859-1/books/handbook/disks chapter.sgml doc/de_DE.ISO8859-1/books/handbook/linuxemu chapter.sgml doc/de_DE.ISO8859-1/books/handbook/mi

2007-03-07 Thread Johann Kois
jkois 2007-03-07 18:28:53 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/books/faq book.sgml de_DE.ISO8859-1/books/handbook/disks chapter.sgml de_DE.ISO8859-1/books/handbook/linuxemu chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_

cvs commit: ports/graphics/djview4 Makefile

2007-03-07 Thread Stanislav Sedov
stas2007-03-07 18:23:49 UTC FreeBSD ports repository Modified files: graphics/djview4 Makefile Log: - Use qt4 framework - Don't depend on X11R6 location [1] Reported by:linimon [1] Revision ChangesPath 1.2 +7 -10 ports/graphics/djview4/Mak

cvs commit: www/de administration.sgml www/de/share/sgml news.xml

2007-03-07 Thread Johann Kois
jkois 2007-03-07 18:15:00 UTC FreeBSD doc repository Modified files: de administration.sgml de/share/sgmlnews.xml Log: MFbed: Minor update to the German website. www/de/administration.sgml 1.1 -> 1.6 www/de/share/sgml/news.xm

cvs commit: ports/mail/dkim-milter Makefile distinfo

2007-03-07 Thread Martin Wilke
miwi2007-03-07 17:38:35 UTC FreeBSD ports repository Modified files: mail/dkim-milter Makefile distinfo Log: - Update to 0.6.1 PR: 110037 Submitted by: Hirohisa Yamaguchi <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.16 +1 -

cvs commit: ports/net/sipxportlib/files patch-src_os_OsSysLog.cpp

2007-03-07 Thread Martin Wilke
miwi2007-03-07 17:15:43 UTC FreeBSD ports repository Modified files: net/sipxportlib/files patch-src_os_OsSysLog.cpp Log: - Fix build with amd64 Thanks to: Martin Matuska for access of amd64 TB. Revision ChangesPath 1.2 +5 -3 ports/net/sipxpo

cvs commit: ports/java/diablo-jdk15 Makefile distinfo pkg-plist ports/java/diablo-jre15 Makefile distinfo pkg-plist

2007-03-07 Thread Greg Lewis
glewis 2007-03-07 17:14:46 UTC FreeBSD ports repository Modified files: java/diablo-jdk15Makefile distinfo pkg-plist java/diablo-jre15Makefile distinfo pkg-plist Log: . Update to tzupdater 1.1.0-2007c. Revision ChangesPath 1.8 +5 -5 ports/java

cvs commit: ports/graphics/netpbm Makefile distinfo

2007-03-07 Thread Dirk Meyer
dinoex 2007-03-07 17:08:15 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo Log: - update to 10.26.40 Revision ChangesPath 1.140 +1 -1 ports/graphics/netpbm/Makefile 1.88 +3 -3 ports/graphics/netpbm/distinfo ___

Re: cvs commit: src/usr.sbin/pkg_install/lib url.c

2007-03-07 Thread Tim Kientzle
... GNU tar(1) implied the -p option for root, but BSD tar(1) doesn't do that. One problem that I don't see documented in any GNU tar docs I can find: Is there a way to suppress this behavior for root in GNU tar? From tar.info: `--no-same-owner' You probably wanted this instead: : `--pr

cvs commit: ports/textproc/intltool Makefile ports/textproc/intltool/files OrigTree.pm

2007-03-07 Thread Joe Marcus Clarke
marcus 2007-03-07 17:01:12 UTC FreeBSD ports repository Modified files: textproc/intltoolMakefile Added files: textproc/intltool/files OrigTree.pm Log: Resetore the OrigTree legacy cruft for ports that still need it. Reported by:linimon Revision Changes

Re: cvs commit: src/usr.sbin/pkg_install/lib url.c

2007-03-07 Thread Tim Kientzle
Jim Rees wrote: I'm not convinced this fix is correct. I don't think tar ever did this before gnu came along, You're dating yourself here, Jim. GNU tar is over 20 years old. ;-) I also thought gnu tar shipped with FreeBSD 1.0 in 1993, though I might be wrong about that. ... and I would fi

cvs commit: src/contrib/bsnmp/gensnmpdef gensnmpdef.1 gensnmpdef.c src/contrib/bsnmp/gensnmptree gensnmptree.1 gensnmptree.c

2007-03-07 Thread Shteryana Shopova
syrinx 2007-03-07 16:31:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) contrib/bsnmp/gensnmpdef gensnmpdef.1 gensnmpdef.c contrib/bsnmp/gensnmptree gensnmptree.1 gensnmptree.c Log: MFC: src/contrib/bsnmp/gensnmptree/gensnmptree.1, Revision 1.1

  1   2   >