cvs commit: src/sys/sys param.h

2008-03-11 Thread Jeff Roberson
jeff2008-03-12 06:33:36 UTC FreeBSD src repository Modified files: sys/sys param.h Log: - Bump __FreeBSD_version for sleepq/cv_* api changes. Revision ChangesPath 1.342 +1 -1 src/sys/sys/param.h __

cvs commit: src/sys/kern kern_condvar.c kern_sx.c kern_synch.c kern_thread.c kern_timeout.c sched_4bsd.c sched_ule.c subr_sleepqueue.c src/sys/sys condvar.h proc.h sched.h sleepqueue.h src/sys/vm vm_g

2008-03-11 Thread Jeff Roberson
jeff2008-03-12 06:31:07 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_sx.c kern_synch.c kern_thread.c kern_timeout.c sched_4bsd.c sched_ule.c subr_sleepqueue.c sys/sys condv

cvs commit: src/lib/libarchive/test Makefile main.c test.h test_compat_gtar.c test_compat_tar_hardlink.c test_compat_zip.c test_read_format_gtar_sparse.c

2008-03-11 Thread Tim Kientzle
kientzle2008-03-12 05:12:23 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile main.c test.h test_compat_gtar.c test_compat_tar_hardlink.c test_compat_zip.c test_read_format_gtar_sparse

cvs commit: src/sys/kern kern_thread.c

2008-03-11 Thread Jeff Roberson
jeff2008-03-12 05:01:14 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - KSE may free a thread that was never actually forked. This will leave td_cpuset NULL. Check for this condition before dereferencing the cpuset. Repor

cvs commit: src/lib/libarchive archive_read.c archive_read_private.h

2008-03-11 Thread Tim Kientzle
kientzle2008-03-12 04:58:32 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.c archive_read_private.h Log: Remove some unused fields from the private archive_read structure (left over from when the unified read/write structure was copied to form se

cvs commit: src/lib/libarchive archive_entry.c src/lib/libarchive/test test_entry.c

2008-03-11 Thread Tim Kientzle
kientzle2008-03-12 04:47:38 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c lib/libarchive/test test_entry.c Log: Tighten up the semantics of acl_next() and xattr_next() when you hit the end of the ACL or xattr list. Thanks to: Jeff Jo

cvs commit: src/lib/libarchive archive_entry.c

2008-03-11 Thread Tim Kientzle
kientzle2008-03-12 04:26:44 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Typo, thanks to: Jeff Johnson. MFC after: 3 days Revision ChangesPath 1.46 +1 -1 src/lib/libarchive/archive_entry.c ___

cvs commit: src/lib/libarchive archive_endian.h archive_read_open_filename.c archive_read_support_compression_bzip2.c archive_read_support_compression_gzip.c archive_read_support_format_ar.c archive_r

2008-03-11 Thread Tim Kientzle
kientzle2008-03-12 04:20:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libarchive archive_endian.h archive_read_open_filename.c archive_read_support_compression_bzip2.c ar

cvs commit: src/lib/libc/gen sem_timedwait.3

2008-03-11 Thread David Xu
davidxu 2008-03-12 02:37:31 UTC FreeBSD src repository Modified files: lib/libc/gen sem_timedwait.3 Log: Add missing comma. Revision ChangesPath 1.2 +1 -1 src/lib/libc/gen/sem_timedwait.3 ___ cvs-all@freeb

cvs commit: src/lib/libc/gen Makefile.inc sem_timedwait.3

2008-03-11 Thread David Xu
davidxu 2008-03-12 02:33:17 UTC FreeBSD src repository Modified files: lib/libc/gen Makefile.inc Added files: lib/libc/gen sem_timedwait.3 Log: Add manual for function sem_timedwait(). Reviewed by: ru, deischen Revision ChangesPath 1.132

Re: cvs commit: src/contrib/tcsh FREEBSD-Xlist FREEBSD-upgrade Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in config_f.h configure configure.

2008-03-11 Thread Xin LI
Anton Yuzhaninov wrote: On 12.03.2008 1:12, Xin LI wrote: delphij 2008-03-11 22:12:58 UTC ... Log: MFC: tcsh 6.15.00. Revision Changes Path > ... 1.1.1.6.2.1 +283 -426 src/contrib/tcsh/sh.lex.c ... Now tcsh postcmd broken also in RELENG_6. for more info

cvs commit: ports/ftp/filezilla Makefile distinfo pkg-plist

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-12 02:10:20 UTC FreeBSD ports repository Modified files: ftp/filezillaMakefile distinfo pkg-plist Log: - Update to version 3.0.7.1. Revision ChangesPath 1.12 +6 -4 ports/ftp/filezilla/Makefile 1.8 +3 -3 ports/ftp/filezil

cvs commit: src/sbin/mount mount.8

2008-03-11 Thread Tom McLaughlin
tmclaugh2008-03-12 02:09:22 UTC FreeBSD src repository (ports committer) Modified files: sbin/mount mount.8 Log: - Update with a better example which shows that options specific to a file system may be passed using -o. Approved by:remko, rodrigc Revisi

cvs commit: src/contrib/tcsh sh.lex.c

2008-03-11 Thread Xin LI
delphij 2008-03-12 01:52:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) contrib/tcsh sh.lex.c Log: Merge revision 1.1.1.8 date: 2007/04/03 15:51:53; author: mp; state: Exp; lines: +2 -1 Import vendor patch to fix postcmd regression in tcsh-

Re: cvs commit: src/contrib/tcsh FREEBSD-Xlist FREEBSD-upgrade Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in config_f.h configure configure.

2008-03-11 Thread Anton Yuzhaninov
On 12.03.2008 1:12, Xin LI wrote: delphij 2008-03-11 22:12:58 UTC ... Log: MFC: tcsh 6.15.00. Revision Changes Path > ... 1.1.1.6.2.1 +283 -426 src/contrib/tcsh/sh.lex.c ... Now tcsh postcmd broken also in RELENG_6. for more info see my messages in curre

cvs commit: ports/security/swatch Makefile ports/security/swatch/files swatch.sh

2008-03-11 Thread Pietro Cerutti
gahr2008-03-12 01:28:28 UTC FreeBSD ports repository Modified files: security/swatch Makefile security/swatch/files swatch.sh Log: - Make RC script match pid with procname PR: 117957 Submitted by: Michael Scheidell <[EMAIL PROTECTED]> Reviewed

cvs commit: src/usr.bin/ministat ministat.1

2008-03-11 Thread Peter Wemm
peter 2008-03-12 00:13:49 UTC FreeBSD src repository Modified files: usr.bin/ministat ministat.1 Log: Fix apparent typo. The permitted confidence values include 95%, not 85%. Revision ChangesPath 1.2 +1 -1 src/usr.bin/ministat/ministat.1

cvs commit: ports/Mk bsd.port.subdir.mk

2008-03-11 Thread Pav Lucistnik
pav 2008-03-12 00:13:06 UTC FreeBSD ports repository Modified files: Mk bsd.port.subdir.mk Log: - Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only in bsd.port.mk. Fixes `make readmes' PR: ports/117192 Submitt

cvs commit: ports CHANGES

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 23:51:24 UTC FreeBSD ports repository Modified files: .CHANGES Log: - Document changes that have an impact on port writers Revision ChangesPath 1.80 +9 -1 ports/CHANGES ___ cv

cvs commit: ports/security/vuxml vuln.xml

2008-03-11 Thread Martin Wilke
miwi2008-03-11 23:50:48 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Ups remove duplicate url Revision ChangesPath 1.1581+2 -2 ports/security/vuxml/vuln.xml ___ cvs-all@freeb

cvs commit: ports/Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 23:45:04 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk bsd.port.subdir.mk bsd.xorg.mk Log: - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higher optimizations are enabled. PR:

cvs commit: ports/Mk bsd.destdir.mk

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 23:37:32 UTC FreeBSD ports repository Modified files: Mk bsd.destdir.mk Log: - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance of working PR: ports/117738 Reported by:Erik Cederstrand <[EM

cvs commit: ports/emulators/qemu-devel Makefile distinfo pkg-plist ports/emulators/qemu-devel/files patch-90_security patch-CVE-2008-0928 patch-PRId64 patch-bg patch-bk patch-block-raw.c patch-bsdusb.

2008-03-11 Thread Juergen Lock
nox 2008-03-11 23:34:14 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile distinfo pkg-plist emulators/qemu-devel/files patch-90_security patch-bg patch-bk patch-bsdusb.patch patch-fbsd p

cvs commit: ports/Mk bsd.database.mk ports/databases/postgresql-contrib Makefile

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 23:34:09 UTC FreeBSD ports repository Modified files: Mk bsd.database.mk databases/postgresql-contrib Makefile Log: - Fix typo (unclosed double-quote) PR: ports/120618 Submitted by: Gennady Proskurin <[EMAIL PROTECTED

cvs commit: ports/Mk bsd.commands.mk

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 23:31:29 UTC FreeBSD ports repository Modified files: Mk bsd.commands.mk Log: - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature) PR: ports/118749 Submitted by: alepulver Revision ChangesPath 1.2 +2 -1

cvs commit: ports/security/vuxml vuln.xml

2008-03-11 Thread Martin Wilke
miwi2008-03-11 23:25:38 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix previos commit * sort * more reference Revision ChangesPath 1.1580+9 -7 ports/security/vuxml/vuln.xml _

cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files patch-CVE-2008-0928

2008-03-11 Thread Juergen Lock
nox 2008-03-11 23:22:24 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile Added files: emulators/qemu/files patch-CVE-2008-0928 Log: Fix unchecked block read/write vulnerability Obtained from: qemu cvs Security: http://www.vuxml.

cvs commit: ports/x11-fonts/mkfontdir Makefile

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 23:21:23 UTC FreeBSD ports repository Modified files: x11-fonts/mkfontdir Makefile Log: - This actually installs a one line shell script that executed mkfontscale, so add mkfontscale to RUN_DEPENDS Revision ChangesPath 1.3 +3 -0 port

cvs commit: CVSROOT modules

2008-03-11 Thread Stanislav Sedov
stas2008-03-11 23:16:35 UTC FreeBSD ports repository Modified files: .modules Log: - Add module entries for new EFL ports. Revision ChangesPath 1.19487 +30 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/net-im/mcabber Makefile

2008-03-11 Thread Martin Wilke
miwi2008-03-11 23:15:43 UTC FreeBSD ports repository Modified files: net-im/mcabber Makefile Log: - Chase security/libgcrypt shlib version bump PR: 121591 Submitted by: miwi Approved by:sat Revision ChangesPath 1.27 +2 -1

cvs commit: ports/security/vuxml vuln.xml

2008-03-11 Thread Juergen Lock
nox 2008-03-11 23:09:31 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document qemu -- unchecked block read/write vulnerability Reviewed by:stas Revision ChangesPath 1.1579+35 -1 ports/security/vuxml/vuln.xml

cvs commit: CVSROOT modules

2008-03-11 Thread Stanislav Sedov
stas2008-03-11 23:03:56 UTC FreeBSD ports repository Modified files: .modules Log: - Ecore has moved. Revision ChangesPath 1.19486 +1 -1 CVSROOT/modules ___ cvs-all@freebsd.org mailing list htt

cvs commit: CVSROOT modules

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:57:43 UTC FreeBSD ports repository Modified files: .modules Log: stumpwm --> ports/x11-wm/stumpwm Revision ChangesPath 1.19485 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/x11-wm Makefile ports/x11-wm/stumpwm Makefile distinfo pkg-descr

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:54:58 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/stumpwm Makefile distinfo pkg-descr Log: Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in0 Common Lisp. If yo

cvs commit: CVSROOT modules

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:51:16 UTC FreeBSD ports repository Modified files: .modules Log: ratmen --> ports/x11-wm/ratmen Revision ChangesPath 1.19484 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org m

cvs commit: ports/net-mgmt/net-snmp4 Makefile pkg-plist

2008-03-11 Thread Emanuel Haupt
ehaupt 2008-03-11 22:50:31 UTC FreeBSD ports repository Modified files: net-mgmt/net-snmp4 Makefile pkg-plist Log: Really fix this port this time. This was a objformat issue. Notified by:pointyhat via pav Revision ChangesPath 1.108 +5 -11 ports/net

cvs commit: ports/x11-wm Makefile ports/x11-wm/ratmen Makefile distinfo pkg-descr ports/x11-wm/ratmen/files patch-Makefile patch-ratmen.c

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:48:42 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/ratmenMakefile distinfo pkg-descr x11-wm/ratmen/files patch-Makefile patch-ratmen.c Log: Ratmen is a simple program for displaying a me

cvs commit: www/zh_CN/releases/7.0R errata.html

2008-03-11 Thread Xin LI
delphij 2008-03-11 22:41:54 UTC FreeBSD doc repository Modified files: zh_CN/releases/7.0R errata.html Log: Regen from 1.5.2.1 Revision ChangesPath 1.2 +51 -10www/zh_CN/releases/7.0R/errata.html ___ cvs-all@freebs

cvs commit: CVSROOT modules

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:41:44 UTC FreeBSD ports repository Modified files: .modules Log: bashc --> ports/shells/bashc Revision ChangesPath 1.19483 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: src/release/doc/zh_CN.GB2312/errata article.sgml

2008-03-11 Thread Xin LI
delphij 2008-03-11 22:40:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) release/doc/zh_CN.GB2312/errata article.sgml Log: MFen 1.73 -> 1.73.4.3 Revision ChangesPath 1.5.2.1 +50 -29src/release/doc/zh_CN.GB2312/errata/article.sgml

cvs commit: ports/shells Makefile ports/shells/bashc Makefile distinfo pkg-deinstall pkg-descr pkg-install

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:38:46 UTC FreeBSD ports repository Modified files: shells Makefile Added files: shells/bashc Makefile distinfo pkg-deinstall pkg-descr pkg-install Log: Bash Commander is a traditional GNU bash shell ext

cvs commit: www/en/donations donors.sgml

2008-03-11 Thread Wilko Bulte
wilko 2008-03-11 22:35:04 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: The AMD64 board I originally got from obrien has been relayed to itetcu now that I have acquired a Tyan mb with Opteron CPU. Revision ChangesPath 1.365 +

cvs commit: ports/www/codeigniter/files pkg-message.in

2008-03-11 Thread Stanislav Sedov
stas2008-03-11 22:31:28 UTC FreeBSD ports repository Removed files: www/codeigniter/files pkg-message.in Log: - Remove empty file. Pontyhat to:beech Revision ChangesPath 1.3 +0 -0 ports/www/codeigniter/files/pkg-message.in (dead) __

cvs commit: ports/games/tuxpaint-stamps Makefile distinfo pkg-plist

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:30:31 UTC FreeBSD ports repository Modified files: games/tuxpaint-stamps Makefile distinfo pkg-plist Log: - Update to version 2008.03.01. Revision ChangesPath 1.10 +1 -1 ports/games/tuxpaint-stamps/Makefile 1.7 +3 -3 ports

cvs commit: ports/games/tuxpaint-config Makefile distinfo

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:29:47 UTC FreeBSD ports repository Modified files: games/tuxpaint-config Makefile distinfo Log: - Update to version 0.0.10. Revision ChangesPath 1.8 +1 -1 ports/games/tuxpaint-config/Makefile 1.5 +3 -3 ports/games/tuxpain

cvs commit: ports/games/tuxpaint Makefile distinfo pkg-plist ports/games/tuxpaint/files patch-Makefile patch-magic__Makefile

2008-03-11 Thread Alejandro Pulver
alepulver2008-03-11 22:28:59 UTC FreeBSD ports repository Modified files: games/tuxpaint Makefile distinfo pkg-plist games/tuxpaint/files patch-Makefile patch-magic__Makefile Log: - Update to version 0.9.19. Revision ChangesPath 1.12 +1 -1 ports/g

cvs commit: src/contrib/tcsh FREEBSD-Xlist FREEBSD-upgrade Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in config_f.h configure configure.in e

2008-03-11 Thread Xin LI
delphij 2008-03-11 22:12:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) contrib/tcsh Fixes Imakefile MAKEDIFFS MAKESHAR Makefile.in Makefile.std Makefile.vms README complete.tcsh config.h.in

cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_socket.c

2008-03-11 Thread Alexander Motin
mav 2008-03-11 21:58:49 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h ng_base.c ng_socket.c Log: Improve apply callback error reporting: Before this patch callback returned result of the last finished call chain. Now it returns last nonzero re

cvs commit: ports/graphics/pvmpov Makefile ports/graphics/pvmpov/files patch-povray31-source-pvm_pvm.h

2008-03-11 Thread Pietro Cerutti
gahr2008-03-11 21:42:39 UTC FreeBSD ports repository Modified files: graphics/pvmpov Makefile Added files: graphics/pvmpov/files patch-povray31-source-pvm_pvm.h Log: - Fix build with GCC 4.2 - Remove USE_XLIB in favor of USE_XORG Approved by:miwi (mento

cvs commit: src/sys/amd64/amd64 amd64_mem.c src/sys/i386/i386 i686_mem.c k6_mem.c

2008-03-11 Thread John Baldwin
jhb 2008-03-11 21:41:36 UTC FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c sys/i386/i386i686_mem.c k6_mem.c Log: Style(9) these files. No changes in the compiled code. (Verified by diff'ing objdump -d output). Revision Changes

cvs commit: ports/x11/erun Makefile

2008-03-11 Thread Pietro Cerutti
gahr2008-03-11 21:41:35 UTC FreeBSD ports repository Modified files: x11/erun Makefile Log: - Fix build with new libepplet2 - Remove useless USE_PREFIX variable - Adopt maintainship Reported by:erwin Approved by:miwi (mentor) Revision Chan

Re: cvs commit [HEAD] src/sys/boot/i386/btx/btx btx.S

2008-03-11 Thread Jeremie Le Hen
Hi, On Mon, Mar 10, 2008 at 09:43:31PM +, John Baldwin wrote: > jhb 2008-03-10 21:43:31 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/btx/btx btx.S > Log: > Change the BTX kernel to drop all the way out to real mode to invoke BIOS > routines (V86 r

cvs commit: www/en/donations donors.sgml

2008-03-11 Thread Ion-Mihai Tetcu
itetcu 2008-03-11 21:32:06 UTC FreeBSD doc repository (ports committer) Modified files: en/donations donors.sgml Log: Add the MB and CPU sent by wilko to me via my brother. Approved by:simon@ Revision ChangesPath 1.364 +8 -1 www/en/donations

cvs commit: ports MOVED

2008-03-11 Thread Stanislav Sedov
stas2008-03-11 21:19:54 UTC FreeBSD ports repository Modified files: .MOVED Log: - Document ecore category change. Revision ChangesPath 1.1554+2 -1 ports/MOVED ___ cvs-all@freebsd.org mailing

cvs commit: ports/x11/ebuttons Makefile

2008-03-11 Thread Pietro Cerutti
gahr2008-03-11 21:18:06 UTC FreeBSD ports repository Modified files: x11/ebuttons Makefile Log: - Fix build with new libepplet2 - Remove dead mirror - Remove useless USE_PREFIX variable - Adopt maintainship Reported by:pointyhat (via erwin) Approved b

cvs commit: ports/Mk bsd.efl.mk ports/audio/emphasis Makefile distinfo pkg-plist ports/audio/ruby-xmms2-ecore Makefile ports/converters Makefile ports/converters/ecore-txt Makefile distinfo pkg-descr

2008-03-11 Thread Stanislav Sedov
stas2008-03-11 21:13:53 UTC FreeBSD ports repository Modified files: Mk bsd.efl.mk audio/emphasis Makefile distinfo pkg-plist audio/ruby-xmms2-ecore Makefile converters Makefile databases/edbMakefile distinfo pkg-plist

cvs commit: ports/net-im/libpurple/files patch-finch_libgnt_gntwm.c

2008-03-11 Thread Joe Marcus Clarke
marcus 2008-03-11 20:52:01 UTC FreeBSD ports repository Modified files: net-im/libpurple/files patch-finch_libgnt_gntwm.c Log: Remove an extra '('. Reported by:pointyhat via erwin Revision ChangesPath 1.5 +1 -1 ports/net-im/libpurple/files/patch-f

cvs commit: ports/lang/dylan Makefile

2008-03-11 Thread Erwin Lansing
erwin 2008-03-11 20:44:44 UTC FreeBSD ports repository Modified files: lang/dylan Makefile Log: Mark BROKEN on 7.0 as well. Revision ChangesPath 1.40 +1 -1 ports/lang/dylan/Makefile ___ cvs-all@freebsd.

cvs commit: CVSROOT access

2008-03-11 Thread Wilko Bulte
wilko 2008-03-11 20:21:15 UTC FreeBSD src repository Modified files: .access Log: reduce email during absence Approved by:core (me) Revision ChangesPath 1.865 +1 -1 CVSROOT/access ___

cvs commit: CVSROOT modules

2008-03-11 Thread Beech Rintoul
beech 2008-03-11 20:10:44 UTC FreeBSD ports repository Modified files: .modules Log: grails --> ports/www/grails Revision ChangesPath 1.19482 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org maili

cvs commit: src/sys/amd64/amd64 amd64_mem.c src/sys/amd64/include specialreg.h src/sys/i386/i386 i686_mem.c src/sys/i386/include specialreg.h

2008-03-11 Thread John Baldwin
jhb 2008-03-11 20:10:37 UTC FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c sys/amd64/includespecialreg.h sys/i386/i386i686_mem.c sys/i386/include specialreg.h Log: Add constants for the various fields in MTRR registers.

cvs commit: ports/www Makefile ports/www/grails Makefile distinfo pkg-descr ports/www/grails/files pkg-message.in set-grails_home.sed.in

2008-03-11 Thread Beech Rintoul
beech 2008-03-11 20:10:29 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/grails Makefile distinfo pkg-descr www/grails/files pkg-message.in set-grails_home.sed.in Log: - New port grails-1.0.1 Grails aim

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

2008-03-11 Thread Marcel Moolenaar
marcel 2008-03-11 19:58:52 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc intr_machdep.c Log: In intr_lookup(), when adding an IRQ to powerpc_intrs[], also set a default name. If the IRQ is added as a consequence of configurating the IRQ without there ever b

cvs commit: ports/graphics/xnview Makefile distinfo

2008-03-11 Thread Pietro Cerutti
gahr2008-03-11 19:37:15 UTC FreeBSD ports repository Modified files: graphics/xnview Makefile distinfo Log: - Update nconvert in graphics/xnview PR: 121456 Submitted by: Tsurutani Naoki <[EMAIL PROTECTED]> Reviewed by:Serge Negodyuck <[EMAIL PR

cvs commit: src/tools/tools/tinybsd tinybsd

2008-03-11 Thread Remko Lodder
remko 2008-03-11 19:19:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) tools/tools/tinybsd tinybsd Log: MFC rev 1.8 tinybsd Improve handling of the tinybsd application wrt ports. Ports that have dependencies or need to install a new user/gro

cvs commit: src/sys/netgraph ng_l2tp.c

2008-03-11 Thread Alexander Motin
mav 2008-03-11 19:14:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph ng_l2tp.c Log: MFC rev. 1.23-1.24 To avoid control data losses, do not acknowledge recieving of control packet if netgraph reported error while delivering to

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

2008-03-11 Thread Beech Rintoul
beech 2008-03-11 19:12:02 UTC FreeBSD ports repository Modified files: www/zend-framework Makefile distinfo pkg-plist www/zend-framework/files pkg-message.in Log: - Update to 1.0.4 - Various cleanups/coding style improvements in Makefile - Added owner/perms configura

cvs commit: src/sys/netgraph ng_l2tp.c

2008-03-11 Thread Alexander Motin
mav 2008-03-11 19:09:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netgraph ng_l2tp.c Log: MFC rev. 1.23-1.24 To avoid control data losses, do not acknowledge recieving of control packet if netgraph reported error while delivering to

cvs commit: src/sys/netgraph ng_ksocket.c

2008-03-11 Thread Alexander Motin
mav 2008-03-11 19:04:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph ng_ksocket.c Log: MFC rev. 1.61 Send only one incoming notification at a time to reduce queue trashing and improve performance. Remove waitflag argument fro

cvs commit: src/sys/netgraph ng_ksocket.c

2008-03-11 Thread Alexander Motin
mav 2008-03-11 19:03:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netgraph ng_ksocket.c Log: MFC rev. 1.61 Send only one incoming notification at a time to reduce queue trashing and improve performance. Remove waitflag argument fro

Re: cvs commit: src/sys/dev/vr if_vr.c if_vrreg.h

2008-03-11 Thread Ulrich Spoerlein
On Tue, 11.03.2008 at 04:51:22 +, Pyun YongHyeon wrote: > yongari 2008-03-11 04:51:22 UTC > > FreeBSD src repository > > Modified files: > sys/dev/vr if_vr.c if_vrreg.h Awesome! Cheers, Ulrich Spoerlein -- It is better to remain silent and be thought a fool, than to

cvs commit: src/usr.bin/ar ar.1 ar.c ar.h write.c

2008-03-11 Thread Kai Wang
kaiw2008-03-11 18:35:52 UTC FreeBSD src repository Modified files: usr.bin/ar ar.1 ar.c ar.h write.c Log: GNU ar did NOT implment option -q as a synonym of -r as the manual page stated, thus BSD ar(1) option -q, which was implemented based on the GNU ar manual p

cvs commit: ports/games/nethack32 Makefile ports/games/nethack33 Makefile ports/games/nethack34 Makefile ports/japanese/nethack32 Makefile ports/japanese/nethack34 Makefile

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 15:57:05 UTC FreeBSD ports repository Modified files: games/nethack32 Makefile games/nethack33 Makefile games/nethack34 Makefile japanese/nethack32 Makefile japanese/nethack34 Makefile Log: - Replace USE_XPM with a list of

cvs commit: ports/graphics/mxp Makefile

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 15:44:37 UTC FreeBSD ports repository Modified files: graphics/mxp Makefile Log: - Replace USE_XPM with a list of required xorg components With hat: portmgr Revision ChangesPath 1.4 +2 -3 ports/graphics/mxp/Makefile ___

cvs commit: src/etc/rc.d mountlate

2008-03-11 Thread Xin LI
delphij 2008-03-11 17:21:55 UTC FreeBSD src repository Modified files: etc/rc.d mountlate Log: Forced commit to correct previous commit message: Do nextboot -D twice during boot. The first time in rc.d/root which ensures that we can remove the file as early a

cvs commit: src/etc/rc.d root

2008-03-11 Thread Xin LI
delphij 2008-03-11 17:21:14 UTC FreeBSD src repository Modified files: etc/rc.d root Log: Do nextboot -D twice during boot. The first time in rc.d/root which ensures that we can remove the file as early as possible, but shut up nextboot at this moment if the op

cvs commit: src/etc/rc.d mountlate

2008-03-11 Thread Xin LI
delphij 2008-03-11 17:20:34 UTC FreeBSD src repository Modified files: etc/rc.d mountlate Log: root Revision ChangesPath 1.4 +6 -0 src/etc/rc.d/mountlate ___ cvs-all@freebsd.org mailing list http://lis

cvs commit: ports/Tools/portbuild/scripts makeindex

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 17:05:56 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts makeindex Log: Make the INDEX_JOBS definition actually effective Revision ChangesPath 1.25 +1 -1 ports/Tools/portbuild/scripts/makeindex

cvs commit: ports/irc/irssi-devel Makefile distinfo pkg-plist ports/irc/irssi-devel/files patch-irssi-version.h.in

2008-03-11 Thread Martin Wilke
miwi2008-03-11 16:10:10 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo pkg-plist irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080310 Revision ChangesPath 1.123 +1 -1 ports/irc/irssi-devel/Make

cvs commit: src/usr.sbin/bluetooth/sdpd Makefile gn.c nap.c panu.c profile.c profile.h

2008-03-11 Thread Maksim Yevmenkin
emax2008-03-11 16:51:07 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/sdpd Makefile profile.c profile.h Added files: usr.sbin/bluetooth/sdpd gn.c nap.c panu.c Log: Add support for the NAP, GN and PANU profiles to the sdpd(8). It should be mentioned th

cvs commit: ports/devel/p5-Class-MethodMaker Makefile pkg-plist

2008-03-11 Thread Yen-Ming Lee
leeym 2008-03-11 16:21:49 UTC FreeBSD ports repository Modified files: devel/p5-Class-MethodMaker Makefile pkg-plist Log: - use CPAN macro - simplify dependency - sort pkg-plist - bump PORTREVISION Revision ChangesPath 1.14 +2 -5 ports/devel/p5-Class

cvs commit: ports/audio/aacplusenc Makefile distinfo

2008-03-11 Thread Pav Lucistnik
pav 2008-03-11 15:25:47 UTC FreeBSD ports repository Modified files: audio/aacplusenc Makefile distinfo Log: - Update to 0.16.3 Revision ChangesPath 1.8 +1 -1 ports/audio/aacplusenc/Makefile 1.7 +3 -3 ports/audio/aacplusenc/distinfo ___

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-03-11 Thread Ed Maste
emaste 2008-03-11 15:14:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC minor cleanups: ffs_softdep.c 1.210 Add a newline to the printf message. ffs_softdep.c 1.214 (part) Update comment to mat

cvs commit: ports/x11-wm/epplets pkg-descr

2008-03-11 Thread Pietro Cerutti
gahr2008-03-11 15:13:26 UTC FreeBSD ports repository Modified files: x11-wm/epplets pkg-descr Log: - Update pkg-descr to reflect the fact that more epplets are supported - Set myself as maintainer Submitted by: gj Approved by:miwi (mentor) Revision

cvs commit: ports/textproc/p5-Lingua-EN-NameCase Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 15:08:19 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-EN-NameCase Makefile distinfo Log: - Update to 1.15 Revision ChangesPath 1.7 +1 -1 ports/textproc/p5-Lingua-EN-NameCase/Makefile 1.6 +3 -3 ports/textpro

cvs commit: ports/security/p5-GD-SecurityImage Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 15:06:22 UTC FreeBSD ports repository Modified files: security/p5-GD-SecurityImage Makefile distinfo Log: - Update to 1.65 Revision ChangesPath 1.12 +1 -2 ports/security/p5-GD-SecurityImage/Makefile 1.7 +3 -3 ports/security/p5

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

2008-03-11 Thread John Baldwin
jhb 2008-03-11 15:05:55 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Don't enable the workaround for the jitter bug on the 5722. Obtained from: Linux tg3 driver Revision ChangesPath 1.204 +4 -3 src/sys/dev/bge/if_bge

cvs commit: ports/net/p5-Net-OAuth Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 15:04:32 UTC FreeBSD ports repository Modified files: net/p5-Net-OAuth Makefile distinfo Log: - Update to 0.06 Revision ChangesPath 1.3 +1 -1 ports/net/p5-Net-OAuth/Makefile 1.3 +3 -3 ports/net/p5-Net-OAuth/distinfo _

cvs commit: ports/misc/p5-Array-Compare Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 15:03:40 UTC FreeBSD ports repository Modified files: misc/p5-Array-Compare Makefile distinfo Log: - Update to 1.15 - Use CPAN macro Revision ChangesPath 1.8 +2 -2 ports/misc/p5-Array-Compare/Makefile 1.7 +3 -3 ports/misc/p

cvs commit: ports/math/p5-MatrixReal Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:59:11 UTC FreeBSD ports repository Modified files: math/p5-MatrixReal Makefile distinfo Log: - Update to 1.15 Revision ChangesPath 1.15 +1 -1 ports/math/p5-MatrixReal/Makefile 1.9 +3 -3 ports/math/p5-MatrixReal/distinfo _

cvs commit: ports/math/p5-Math-Random-MT-Auto Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:58:30 UTC FreeBSD ports repository Modified files: math/p5-Math-Random-MT-Auto Makefile distinfo Log: - Update to 6.12 Revision ChangesPath 1.10 +2 -2 ports/math/p5-Math-Random-MT-Auto/Makefile 1.9 +3 -3 ports/math/p5-Math-

cvs commit: ports/finance/p5-Finance-Currency-Convert Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:57:34 UTC FreeBSD ports repository Modified files: finance/p5-Finance-Currency-Convert Makefile distinfo Log: - Update to 1.06 Revision ChangesPath 1.10 +1 -1 ports/finance/p5-Finance-Currency-Convert/Makefile 1.6 +3 -3 por

cvs commit: ports/devel/p5-Module-Load-Conditional Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:56:10 UTC FreeBSD ports repository Modified files: devel/p5-Module-Load-Conditional Makefile distinfo Log: - Update to 0.26 Revision ChangesPath 1.14 +1 -1 ports/devel/p5-Module-Load-Conditional/Makefile 1.12 +3 -3 ports/dev

cvs commit: ports/devel/p5-File-Find-Object Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:55:20 UTC FreeBSD ports repository Modified files: devel/p5-File-Find-Object Makefile distinfo Log: - Update to 0.1.0 Revision ChangesPath 1.8 +2 -2 ports/devel/p5-File-Find-Object/Makefile 1.7 +3 -3 ports/devel/p5-File-Fi

Re: cvs commit: ports/devel/p5-Config-Model Makefile distinfo

2008-03-11 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ups - - Update to 0.619 - -- +---+---+ | PGP: 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ: 169139903 | Mail : miwi(at)FreeBSD.org | +---+

cvs commit: src/usr.bin/cpuset cpuset.1

2008-03-11 Thread Joel Dahl
joel2008-03-11 14:48:59 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/cpuset cpuset.1 Log: Fix minor typo. Revision ChangesPath 1.2 +2 -2 src/usr.bin/cpuset/cpuset.1 ___ cvs-all@free

cvs commit: ports/devel/p5-Config-Model Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:47:56 UTC FreeBSD ports repository Modified files: devel/p5-Config-Model Makefile distinfo Log: - Update to 2.38 Revision ChangesPath 1.12 +1 -1 ports/devel/p5-Config-Model/Makefile 1.11 +3 -3 ports/devel/p5-Config-Model/dis

cvs commit: ports/devel/p5-Config-General Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:47:01 UTC FreeBSD ports repository Modified files: devel/p5-Config-General Makefile distinfo Log: - Update to 2.38 - Use CPAN Macro Revision ChangesPath 1.22 +2 -2 ports/devel/p5-Config-General/Makefile 1.19 +3 -3 ports/de

cvs commit: ports/devel/p5-App-Options Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:45:56 UTC FreeBSD ports repository Modified files: devel/p5-App-Options Makefile distinfo Log: - Update to 1.04 Revision ChangesPath 1.5 +1 -1 ports/devel/p5-App-Options/Makefile 1.4 +3 -3 ports/devel/p5-App-Options/distin

cvs commit: ports/converters/p5-Convert-Morse Makefile distinfo

2008-03-11 Thread Martin Wilke
miwi2008-03-11 14:45:11 UTC FreeBSD ports repository Modified files: converters/p5-Convert-Morse Makefile distinfo Log: - Update to 0.06 Revision ChangesPath 1.14 +1 -1 ports/converters/p5-Convert-Morse/Makefile 1.7 +3 -3 ports/converters/p5

  1   2   >