cvs commit: ports/graphics/graphviz Makefile

2008-04-02 Thread Dirk Meyer
dinoex 2008-04-03 06:51:15 UTC FreeBSD ports repository Modified files: graphics/graphvizMakefile Log: - fix IGNORE for 6.3 Reported by:Ed_ on irc Revision ChangesPath 1.96 +1 -1 ports/graphics/graphviz/Makefile ___

Re: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/indic-ttf Makefile distinfo pkg-descr pkg-plist ports/x11-fonts/indic-ttf/files pkg-message.in

2008-04-02 Thread Thierry Thomas
Selon Alexey Dokuchaev <[EMAIL PROTECTED]> le Jeu 3 avr 07:59:50 2008 : This ttf-indic-fonts is a set of TrueType and OpenType fonts. It includes: - Bengali - Devanagari - Gujarati - Kannada - Malayalam - Oriya - Punjabi - Tamil - Telugu By the Debian source ttf-indic-

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-04-02 Thread Jeremie Le Hen
Hi, On Sat, Mar 29, 2008 at 10:10:50PM -0600, M. Warner Losh wrote: > Because the kernel based ntfs works and is BSD. FUSE is GPL, and new > GPL components are to be avoided. For the records, Ithink NetBSD has developped a BSDish solution API-compatible with FUSE, ironically named refuse :-). T

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

2008-04-02 Thread Andrew Pantyukhin
sat 2008-04-03 06:36:09 UTC FreeBSD ports repository Modified files: mail/thunderbird-i18n Makefile distinfo Log: - Update to 2.0.0.12 PR: ports/122370 (based on) Submitted by: Dima Panov <[EMAIL PROTECTED]> Revision ChangesPath 1.18 +3 -

cvs commit: src/sys/dev/igb if_igb.c

2008-04-02 Thread Jack F Vogel
jfv 2008-04-03 06:45:38 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Another build fix Revision ChangesPath 1.9 +1 -1 src/sys/dev/igb/if_igb.c ___ cvs-all@freebsd.org mailing l

cvs commit: src/sys/dev/igb if_igb.c

2008-04-02 Thread Jack F Vogel
jfv 2008-04-03 06:17:16 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Fix a lint issue in the build. Revision ChangesPath 1.8 +12 -12src/sys/dev/igb/if_igb.c ___ cvs-all@freebsd.

cvs commit: src/tools/regression/lib/msun Makefile test-fma.c test-fma.t

2008-04-02 Thread David Schultz
das 2008-04-03 06:15:58 UTC FreeBSD src repository Modified files: tools/regression/lib/msun Makefile Added files: tools/regression/lib/msun test-fma.c test-fma.t Log: Add some tests for fma(), fmaf(), and fmal(). Revision ChangesPath 1.12 +1 -1 s

cvs commit: src/lib/msun/src s_fma.c s_fmal.c

2008-04-02 Thread David Schultz
das 2008-04-03 06:14:51 UTC FreeBSD src repository Modified files: lib/msun/src s_fma.c s_fmal.c Log: Fix some corner cases: - fma(x, y, z) returns z, not NaN, if z is infinite, x and y are finite, x*y overflows, and x*y and z have opposite signs. - fma(x, y,

cvs commit: src/sys/arm/xscale/ixp425 avila_machdep.c

2008-04-02 Thread Warner Losh
imp 2008-04-03 06:14:23 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 avila_machdep.c Log: KERNBASE + 0x0020 is the same thing as KERNVIRTADDR on this platform, so use the latter in preference to the former. This makes the fake_preload setup be the

cvs commit: src/sys/arm/at91 kb920x_machdep.c

2008-04-02 Thread Warner Losh
imp 2008-04-03 06:07:45 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Remove unnecessary #define. Revision ChangesPath 1.29 +0 -1 src/sys/arm/at91/kb920x_machdep.c ___ cv

Re: cvs commit: ports/sysutils/sleuthkit Makefile pkg-plist

2008-04-02 Thread Alexey Dokuchaev
On Wed, Apr 02, 2008 at 06:18:37PM +, Pav Lucistnik wrote: > pav 2008-04-02 18:18:37 UTC > > FreeBSD ports repository > > Modified files: > sysutils/sleuthkit Makefile pkg-plist > Log: > - Fix library installation/patch out objformat test Thanks Pav. Any reason you di

Re: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/indic-ttf Makefile distinfo pkg-descr pkg-plist ports/x11-fonts/indic-ttf/files pkg-message.in

2008-04-02 Thread Alexey Dokuchaev
On Wed, Apr 02, 2008 at 07:38:37PM +, Thierry Thomas wrote: > thierry 2008-04-02 19:38:37 UTC > > FreeBSD ports repository > > Modified files: > x11-fontsMakefile > Added files: > x11-fonts/indic-ttf Makefile distinfo pkg-descr pkg-plist > x11-fonts/indic-

cvs commit: src/tools/tools/mctest Makefile mctest.1 mctest.cc mctest.h

2008-04-02 Thread George V. Neville-Neil
gnn 2008-04-03 05:26:54 UTC FreeBSD src repository Modified files: tools/tools/mctest mctest.cc mctest.h Added files: tools/tools/mctest Makefile mctest.1 Log: Add a manual page and a Makefile. Add code to reflect packets back from the sink so that we can meas

cvs commit: ports/sysutils/nautilus-cd-burner Makefile ports/sysutils/nautilus-cd-burner/files patch-src_nautilus-burn-drive-selection.c patch-src_nautilus-cd-burner.c

2008-04-02 Thread Joe Marcus Clarke
marcus 2008-04-03 04:58:37 UTC FreeBSD ports repository Modified files: sysutils/nautilus-cd-burner Makefile sysutils/nautilus-cd-burner/files patch-src_nautilus-cd-burner.c Removed files: sysutils/nautilus-cd-burner/files

cvs commit: src/lib/libthr/thread thr_private.h

2008-04-02 Thread David Xu
davidxu 2008-04-03 02:47:35 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_private.h Log: put THR_CRITICAL_LEAVE into do .. while statement. Revision ChangesPath 1.92 +4 -2 src/lib/libthr/thread/thr_private.h

cvs commit: src/lib/libc/sys aio_cancel.2 aio_suspend.2

2008-04-02 Thread Kevin Lo
kevlo 2008-04-03 02:41:54 UTC FreeBSD src repository Modified files: lib/libc/sys aio_cancel.2 aio_suspend.2 Log: style(9) cleanup Revision ChangesPath 1.23 +1 -1 src/lib/libc/sys/aio_cancel.2 1.23 +1 -1 src/lib/libc/sys/aio_suspend.2 _

cvs commit: ports KNOBS ports/devel/viewvc Makefile distinfo pkg-plist

2008-04-02 Thread Marcelo Araujo
araujo 2008-04-03 02:39:36 UTC FreeBSD ports repository Modified files: .KNOBS devel/viewvc Makefile distinfo pkg-plist Log: - Update to 1.05. [2] - Pass maintainership to submitter. [1] - Add knob MODPYTHON3. [1] PR: ports/1

cvs commit: ports/mail/qsheff Makefile distinfo pkg-descr pkg-plist

2008-04-02 Thread Felippe de Meirelles Motta
lippe 2008-04-03 02:38:27 UTC FreeBSD ports repository Modified files: mail/qsheff Makefile distinfo pkg-descr pkg-plist Log: - Update to 2.1.r3. - Update MASTER_SITES. - Makefile cosmetic changes. - Fix pkg-plist. PR: ports/121749 Submitted by

cvs commit: ports/sysutils/fpkg Makefile distinfo pkg-plist

2008-04-02 Thread Felippe de Meirelles Motta
lippe 2008-04-03 02:36:22 UTC FreeBSD ports repository Modified files: sysutils/fpkgMakefile distinfo Removed files: sysutils/fpkgpkg-plist Log: - Use PLIST_FILES instead of pkg-plist. - Add SHA256ify. - Makefile cosmetic changes. - bump PORTREVISIO

cvs commit: ports/sysutils/fusefs-kmod/files patch-fuse_module__Makefile

2008-04-02 Thread Rong-En Fan
rafan 2008-04-03 02:16:54 UTC FreeBSD ports repository Added files: sysutils/fusefs-kmod/files patch-fuse_module__Makefile Log: - When KERNCONF is set in /etc/make.conf and /usr/src is a symlink, fuse's Makefile uses hardcoded /usr/obj/usr/src/sys/${KERNCONF}. This caus

cvs commit: ports/x11-fonts/webfonts Makefile pkg-message ports/x11-fonts/webfonts/files pkg-message.in

2008-04-02 Thread Felippe de Meirelles Motta
lippe 2008-04-03 02:14:31 UTC FreeBSD ports repository Modified files: x11-fonts/webfonts Makefile Added files: x11-fonts/webfonts/files pkg-message.in Removed files: x11-fonts/webfonts pkg-message Log: - Makefile cosmetic changes. - Move pkg-message to FILE

cvs commit: src/lib/libthr/thread thr_private.h

2008-04-02 Thread David Xu
davidxu 2008-04-03 02:13:51 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_private.h Log: add __hidden suffix to _umtx_op_err, this eliminates PLT. Revision ChangesPath 1.91 +1 -1 src/lib/libthr/thread/thr_private.h _

cvs commit: ports/news/nzbget Makefile

2008-04-02 Thread Felippe de Meirelles Motta
lippe 2008-04-03 02:12:52 UTC FreeBSD ports repository Modified files: news/nzbget Makefile Log: - Mark as BROKEN on 5.x. Reported by:erwin bot/pav Approved by:araujo (mentor) Revision ChangesPath 1.8 +8 -1 ports/news/nzbget/Makefi

cvs commit: ports/devel/cdialog Makefile distinfo pkg-descr pkg-plist ports/devel/cdialog/files patch-makefile.in

2008-04-02 Thread Felippe de Meirelles Motta
lippe 2008-04-03 02:11:57 UTC FreeBSD ports repository Modified files: devel/cdialogMakefile distinfo pkg-descr pkg-plist devel/cdialog/files patch-makefile.in Log: - Update to 1.1.20080316. [1] - Libtoolized shared libraries and allows the objects to be linked

Re: cvs commit: src/lib/libthr/arch/amd64 Makefile.inc src/lib/libthr/arch/amd64/include pthread_md.h src/lib/libthr/arch/i386 Makefile.inc src/lib/libthr/arch/i386/include pthread_md.h src/lib/libthr

2008-04-02 Thread David Xu
Marcel Moolenaar wrote: On Apr 2, 2008, at 12:41 AM, David Xu wrote: davidxu 2008-04-02 07:41:25 UTC FreeBSD src repository Modified files: lib/libthr/arch/amd64 Makefile.inc lib/libthr/arch/amd64/include pthread_md.h lib/libthr/arch/i386 Makefile.inc lib/libthr/arch/i386/in

cvs commit: src/sys/dev/igb if_igb.c

2008-04-02 Thread Jack F Vogel
jfv 2008-04-03 00:25:09 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code. Revision ChangesPath 1.7 +1 -1 src/sys/dev/igb/if_igb.c __

cvs commit: ports/net-im/empathy Makefile

2008-04-02 Thread Joe Marcus Clarke
marcus 2008-04-02 22:09:28 UTC FreeBSD ports repository Modified files: net-im/empathy Makefile Log: Desupport 5.X for empathy. It doesn't build, and 5.X will be obsolete soon anyway. Revision ChangesPath 1.4 +7 -1 ports/net-im/empathy/Makefile __

cvs commit: src/sys/conf files src/sys/dev/em e1000_80003es2lan.c e1000_82540.c e1000_82541.c e1000_82542.c e1000_82543.c e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h

2008-04-02 Thread Jack F Vogel
jfv 2008-04-02 22:00:36 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/em e1000_80003es2lan.c e1000_82540.c e1000_82541.c e1000_82542.c e1000_82543.c e1000_82571.c e1000_82571.h e1000

cvs commit: ports/editors/openoffice.org-2/files Makefile.knobs Makefile.localized generate.pl

2008-04-02 Thread Maho Nakata
maho2008-04-02 21:54:06 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2/files Makefile.knobs Makefile.localized generate.pl Log: Catch up localized language parts. Revision ChangesPath 1.48 +13 -15

cvs commit: ports/databases/tora Makefile

2008-04-02 Thread Thierry Thomas
thierry 2008-04-02 21:28:59 UTC FreeBSD ports repository Modified files: databases/tora Makefile Log: Fix when NOPORTDOCS is set. Revision ChangesPath 1.21 +3 -1 ports/databases/tora/Makefile ___ cvs-all@free

cvs commit: ports/textproc/libnxml Makefile distinfo

2008-04-02 Thread Nicola Vitale
nivit 2008-04-02 20:47:55 UTC FreeBSD ports repository Modified files: textproc/libnxml Makefile distinfo Log: - Update to 0.18.2 Revision ChangesPath 1.18 +1 -1 ports/textproc/libnxml/Makefile 1.14 +3 -3 ports/textproc/libnxml/distinfo ___

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

2008-04-02 Thread Nicola Vitale
nivit 2008-04-02 20:46:59 UTC FreeBSD ports repository Modified files: multimedia/clive Makefile distinfo pkg-plist Log: - Update to 0.4.8 Revision ChangesPath 1.16 +1 -1 ports/multimedia/clive/Makefile 1.16 +3 -3 ports/multimedia/clive/dis

cvs commit: CVSROOT modules

2008-04-02 Thread Thierry Thomas
thierry 2008-04-02 19:38:50 UTC FreeBSD ports repository Modified files: .modules Log: indic-ttf --> ports/x11-fonts/indic-ttf Revision ChangesPath 1.19585 +1 -0 CVSROOT/modules ___ cvs-all@freeb

cvs commit: ports/x11-fonts Makefile ports/x11-fonts/indic-ttf Makefile distinfo pkg-descr pkg-plist ports/x11-fonts/indic-ttf/files pkg-message.in

2008-04-02 Thread Thierry Thomas
thierry 2008-04-02 19:38:37 UTC FreeBSD ports repository Modified files: x11-fontsMakefile Added files: x11-fonts/indic-ttf Makefile distinfo pkg-descr pkg-plist x11-fonts/indic-ttf/files pkg-message.in Log: This ttf-indic-fonts is a set of TrueType and

cvs commit: src/etc/rc.d zfs

2008-04-02 Thread Doug Barton
dougb 2008-04-02 19:29:16 UTC FreeBSD src repository Modified files: etc/rc.d zfs Log: Back out revision 1.6, the addition of "BEFORE: mountcritremote". mountcritremote REQUIREs FILESYSTEMS, and that script REQUIREs zfs, so this change is a noop. By removing

cvs commit: ports/devel/p5-Exception-Class Makefile distinfo

2008-04-02 Thread Erwin Lansing
erwin 2008-04-02 19:28:13 UTC FreeBSD ports repository Modified files: devel/p5-Exception-Class Makefile distinfo Log: Update to 1.24 Revision ChangesPath 1.26 +1 -2 ports/devel/p5-Exception-Class/Makefile 1.21 +3 -3 ports/devel/p5-Exception-Cl

cvs commit: ports/devel/p5-Devel-StackTrace Makefile distinfo

2008-04-02 Thread Erwin Lansing
erwin 2008-04-02 19:10:32 UTC FreeBSD ports repository Modified files: devel/p5-Devel-StackTrace Makefile distinfo Log: Update to 1.18 Revision ChangesPath 1.23 +1 -1 ports/devel/p5-Devel-StackTrace/Makefile 1.19 +3 -3 ports/devel/p5-Devel-Stac

cvs commit: ports/sysutils/hal/files patch-hald_freebsd_clock

2008-04-02 Thread Joe Marcus Clarke
marcus 2008-04-02 18:37:15 UTC FreeBSD ports repository Modified files: sysutils/hal/files patch-hald_freebsd_clock Log: Fix the build on 5.X. Reported by:Taylor Mallette <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +7 -4 ports/sysutils/hal/file

cvs commit: ports/audio/squeezecenter Makefile pkg-plist

2008-04-02 Thread Brooks Davis
brooks 2008-04-02 18:29:21 UTC FreeBSD ports repository Modified files: audio/squeezecenter Makefile pkg-plist Log: Don't install fragments of Compress/Zlib and JSON. They conflict with the CPAN versions. Revision ChangesPath 1.41 +3 -0 ports/audio/sque

cvs commit: ports/sysutils/sleuthkit Makefile pkg-plist

2008-04-02 Thread Pav Lucistnik
pav 2008-04-02 18:18:37 UTC FreeBSD ports repository Modified files: sysutils/sleuthkit Makefile pkg-plist Log: - Fix library installation/patch out objformat test Reported by:pointyhat Pointy hat to: danfe Revision ChangesPath 1.22 +4 -0 p

Re: cvs commit: src/sys/sys callout.h src/sys/kern kern_clock.c kern_intr.c kern_timeout.c

2008-04-02 Thread John Baldwin
On Wednesday 02 April 2008 07:20:30 am Jeff Roberson wrote: > jeff2008-04-02 11:20:30 UTC > > FreeBSD src repository > > Modified files: > sys/sys callout.h > sys/kern kern_clock.c kern_intr.c kern_timeout.c > Log: > Implement per-cpu callout threads

cvs commit: ports/net-im/empathy Makefile

2008-04-02 Thread Joe Marcus Clarke
marcus 2008-04-02 18:17:28 UTC FreeBSD ports repository Modified files: net-im/empathy Makefile Log: Add another missing dependency on gnomepanel. Reported by:pointyhat via pav Revision ChangesPath 1.3 +3 -2 ports/net-im/empathy/Makefile ___

cvs commit: ports/sysutils/gapcmon Makefile

2008-04-02 Thread Pav Lucistnik
pav 2008-04-02 18:06:09 UTC FreeBSD ports repository Modified files: sysutils/gapcmon Makefile Log: - Fix install Reported by:pointyhat Pointy hat to: jadawin Revision ChangesPath 1.7 +1 -1 ports/sysutils/gapcmon/Makefile ___

cvs commit: CVSROOT modules

2008-04-02 Thread Brooks Davis
brooks 2008-04-02 17:38:06 UTC FreeBSD ports repository Modified files: .modules Log: Add audio/squeezecenter post repo-copy. Repo-copy by: marcus Revision ChangesPath 1.19584 +1 -0 CVSROOT/modules ___

cvs commit: ports/audio Makefile ports/audio/squeezecenter Makefile distinfo pkg-plist ports/audio/squeezecenter/files patch-Bin_build-perl-modules.pl patch-Slim_Networking_mDNS.pm patch-Slim_Utils_Mi

2008-04-02 Thread Brooks Davis
brooks 2008-04-02 17:30:27 UTC FreeBSD ports repository Modified files: audioMakefile audio/squeezecenter Makefile distinfo audio/squeezecenter/files patch-Slim_Networking_mDNS.pm patch-Slim_Utils_Prefs.pm

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

2008-04-02 Thread Michael Johnson
ahze2008-04-02 17:29:33 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkmm24 Makefile distinfo Log: Update to 2.12.7 Revision ChangesPath 1.119 +1 -1 ports/x11-toolkits/gtkmm24/Makefile 1.63 +3 -3 ports/x11-toolkits/gtkmm24/distin

cvs commit: ports/x11/gnome-screensaver Makefile distinfo pkg-plist

2008-04-02 Thread Michael Johnson
ahze2008-04-02 17:26:36 UTC FreeBSD ports repository Modified files: x11/gnome-screensaver Makefile distinfo pkg-plist Log: Update to 2.22.1 Revision ChangesPath 1.29 +1 -1 ports/x11/gnome-screensaver/Makefile 1.19 +3 -3 ports/x11/gnome-scree

cvs commit: src/share/mk sys.mk

2008-04-02 Thread David E. O'Brien
obrien 2008-04-02 17:24:22 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: PR ports/121363 (& ports/73797) has been committed, so we can now go back to JB's revision 1.96 change to remove -fno-strict-aliasing from CFLAGS. This makes the default

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

2008-04-02 Thread Christian Brueffer
brueffer2008-04-02 16:53:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 arcmsr.4 Log: MFC: rev. 1.6 ARC-1680 is supported. Revision ChangesPath 1.3.4.3 +3 -1 src/share/man/man4/arcmsr.4

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

2008-04-02 Thread Christian Brueffer
brueffer2008-04-02 16:52:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man4 arcmsr.4 Log: MFC: rev. 1.6 ARC-1680 is supported. Revision ChangesPath 1.5.2.1 +3 -1 src/share/man/man4/arcmsr.4

Re: cvs commit: src/lib/libthr/arch/amd64 Makefile.inc src/lib/libthr/arch/amd64/include pthread_md.h src/lib/libthr/arch/i386 Makefile.inc src/lib/libthr/arch/i386/include pthread_md.h src/lib/libthr

2008-04-02 Thread Marcel Moolenaar
On Apr 2, 2008, at 12:41 AM, David Xu wrote: davidxu 2008-04-02 07:41:25 UTC FreeBSD src repository Modified files: lib/libthr/arch/amd64 Makefile.inc lib/libthr/arch/amd64/include pthread_md.h lib/libthr/arch/i386 Makefile.inc lib/libthr/arch/i386/include pthread_md.h lib

cvs commit: doc/zh_CN.GB2312/books/handbook/disks chapter.sgml doc/zh_CN.GB2312/books/handbook/geom chapter.sgml doc/zh_CN.GB2312/books/handbook/jails chapter.sgml doc/zh_CN.GB2312/books/handbook/netw

2008-04-02 Thread Fukang Chen
loader 2008-04-02 16:28:58 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/disks chapter.sgml zh_CN.GB2312/books/handbook/geom chapter.sgml zh_CN.GB2312/books/handbook/jails chapter.sgml zh_CN.GB2312/books/handbook/network-servers chapter.sgml

cvs commit: ports/emulators/open-vm-tools/files patch-asm

2008-04-02 Thread Martin Blapp
mbr 2008-04-02 16:17:30 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools/files patch-asm Log: Fix build for AMD64 / FreeBSD 7 Revision ChangesPath 1.2 +63 -0 ports/emulators/open-vm-tools/files/patch-asm __

cvs commit: src/sys/conf NOTES

2008-04-02 Thread Warner Losh
imp 2008-04-02 16:17:19 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add zyd, ural, and rum. They were missing. Revision ChangesPath 1.1479+10 -0 src/sys/conf/NOTES ___ cvs-all@free

cvs commit: doc/zh_CN.GB2312/books/porters-handbook book.sgml

2008-04-02 Thread Fukang Chen
loader 2008-04-02 16:16:32 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/porters-handbook book.sgml Log: MFen: porters-handbook: book.sgml1.912 -> 1.913 Obtained from: The FreeBSD Simplified Chinese Pro

cvs commit: ports/games/ufoai Makefile

2008-04-02 Thread Jose Alonso Cardenas Marquez
acm 2008-04-02 16:05:32 UTC FreeBSD ports repository Modified files: games/ufoai Makefile Log: - Add missing sdl_mixer dependency Revision ChangesPath 1.8 +1 -1 ports/games/ufoai/Makefile ___ cvs-all@

cvs commit: ports/games/ufoai Makefile distinfo pkg-plist ports/games/ufoai/files patch-src-client_qal.h patch-src-ports-linux_qal_linux.h ports/games/ufoai-data Makefile distinfo

2008-04-02 Thread Jose Alonso Cardenas Marquez
acm 2008-04-02 15:51:21 UTC FreeBSD ports repository Modified files: games/ufoai Makefile distinfo pkg-plist games/ufoai-data Makefile distinfo Removed files: games/ufoai/filespatch-src-client_qal.h patch-src-ports-linux_qal_l

cvs commit: ports/print/cups Makefile

2008-04-02 Thread Dirk Meyer
dinoex 2008-04-02 15:21:25 UTC FreeBSD ports repository Modified files: print/cups Makefile Log: - update to 1.3.7 Revision ChangesPath 1.39 +1 -1 ports/print/cups/Makefile ___ cvs-all@freebsd.org mailin

cvs commit: ports/print/cups-base Makefile distinfo pkg-plist ports/print/cups-base/files patch-auth.c patch-configure

2008-04-02 Thread Dirk Meyer
dinoex 2008-04-02 15:20:38 UTC FreeBSD ports repository Modified files: print/cups-base Makefile distinfo pkg-plist print/cups-base/files patch-configure Removed files: print/cups-base/files patch-auth.c Log: - Security update to 1.3.7 - fix dbus link problem

cvs commit: ports/graphics/graphviz Makefile

2008-04-02 Thread Dirk Meyer
dinoex 2008-04-02 15:18:18 UTC FreeBSD ports repository Modified files: graphics/graphvizMakefile Log: - remove BROKEN for FreeBSD-8 - add IGNORE for FreeBSD 5.x and 6.2 Revision ChangesPath 1.95 +2 -2 ports/graphics/graphviz/Makefile

cvs commit: ports/security/p5-Crypt-Rijndael Makefile distinfo

2008-04-02 Thread Philippe Audeoud
jadawin 2008-04-02 15:13:30 UTC FreeBSD ports repository Modified files: security/p5-Crypt-Rijndael Makefile distinfo Log: - Update to 1.05 PR: ports/122347 Submitted by: Steven Kreuzer <[EMAIL PROTECTED]> (maintainer) Approved by:tabthorpe (mentor)

cvs commit: ports/archivers/unzip Makefile

2008-04-02 Thread Andrey A. Chernov
ache2008-04-02 15:08:01 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile Log: USE_UNSHRINK becomes default long time ago, remove it Revision ChangesPath 1.58 +1 -1 ports/archivers/unzip/Makefile _

cvs commit: ports/archivers/unzip Makefile ports/archivers/unzip/files patch-contsts.h patch-fileio.c patch-inflate.c patch-process.c patch-unix_unix.c patch-unzpriv.h

2008-04-02 Thread Andrey A. Chernov
ache2008-04-02 15:04:46 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile archivers/unzip/files patch-unix_unix.c Added files: archivers/unzip/files patch-contsts.h patch-fileio.c patch-inflate.c patch-process.c

Re: cvs commit: src/games/fortune/datfiles fortunes

2008-04-02 Thread Wilko Bulte
Quoting Doug Barton, who wrote on Mon, Mar 31, 2008 at 09:48:52PM -0700 .. > Jordan K. Hubbard wrote: > > > >On Mar 31, 2008, at 2:56 PM, Giorgos Keramidas wrote: > > > >>This is the age old "these fortune cookies may be offensive to some > >>people" bikeshed. Do we really want to go there again?

Re: cvs commit: src/sys/kern kern_rwlock.c src/sys/sys rwlock.h

2008-04-02 Thread David Schultz
On Tue, Apr 01, 2008, Jeff Roberson wrote: > On Wed, 2 Apr 2008, Max Laier wrote: > > >On Tuesday 01 April 2008 22:31:55 Attilio Rao wrote: > >>attilio 2008-04-01 20:31:55 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>sys/kern kern_rwlock.c > >>sys/sy

Re: cvs commit: src/sys/kern kern_rwlock.c src/sys/sys rwlock.h

2008-04-02 Thread Max Laier
On Wednesday 02 April 2008 09:15:25 Jeff Roberson wrote: > On Wed, 2 Apr 2008, Max Laier wrote: > > On Wednesday 02 April 2008 03:11:11 Jeff Roberson wrote: > >> On Wed, 2 Apr 2008, Attilio Rao wrote: > >>> 2008/4/2, Max Laier <[EMAIL PROTECTED]>: > On Wednesday 02 April 2008 00:52:45 Jeff Rob

cvs commit: ports/audio/pulseaudio Makefile pkg-install pkg-message

2008-04-02 Thread Michael Johnson
ahze2008-04-02 14:20:47 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile pkg-install Added files: audio/pulseaudio pkg-message Log: Add pkg-message Pulseaudio is designed to run in realtime, to achieve this pulseaudio is marked SUID

cvs commit: src/sys/dev/mxge if_mxge.c

2008-04-02 Thread Andrew Gallatin
gallatin2008-04-02 13:59:43 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Initialize if_baudrate using IF_Gbps() macro. Note that if_baudrate is a long, and 32-bits isn't enough to properly represent 10Gb/s. Pointed out by: dwhite

cvs commit: ports/java/jdk15/files patch-control::common::Defs-bsd.gmk

2008-04-02 Thread Greg Lewis
glewis 2008-04-02 13:55:24 UTC FreeBSD ports repository Modified files: java/jdk15/files patch-control::common::Defs-bsd.gmk Log: . Fix build by correctly setting the arch on recent FreeBSD/pc98 versions. PR: 121288 Submitted by: NAKAJI Hiroyuki <[EMAIL

cvs commit: ports/sysutils/rsyslog Makefile pkg-plist

2008-04-02 Thread Andrew Pantyukhin
sat 2008-04-02 13:33:21 UTC FreeBSD ports repository Modified files: sysutils/rsyslog Makefile pkg-plist Log: - Fix plist Reported by:pointyhat via pav Revision ChangesPath 1.35 +1 -0 ports/sysutils/rsyslog/Makefile 1.5 +1 -0 po

cvs commit: ports/net/freeradius2 Makefile distinfo pkg-plist ports/net/freeradius2/files patch-pthread patch-sites-available pkg-deinstall.in pkg-install.in radiusd.sh.in

2008-04-02 Thread Martin Matuska
mm 2008-04-02 13:07:01 UTC FreeBSD ports repository Modified files: net/freeradius2 Makefile distinfo pkg-plist net/freeradius2/files patch-pthread radiusd.sh.in Added files: net/freeradius2/files patch-sites-available pkg-deinstall.in

cvs commit: ports GIDs UIDs

2008-04-02 Thread Martin Matuska
mm 2008-04-02 12:55:40 UTC FreeBSD ports repository Modified files: .GIDs UIDs Log: - Add GID and UID for net/freeradius2 PR: ports/122097 Submitted by: David Wood <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.55

cvs commit: ports/lang/tcl85 Makefile distinfo pkg-plist ports/lang/tcl85/files patch-tests-fCmd.test patch-unix-Makefile.in ports/x11-toolkits/tk85 Makefile distinfo pkg-plist ports/x11-toolkits/tk85

2008-04-02 Thread Martin Matuska
mm 2008-04-02 12:02:41 UTC FreeBSD ports repository Modified files: lang/tcl85 Makefile distinfo pkg-plist lang/tcl85/files patch-unix-Makefile.in x11-toolkits/tk85Makefile distinfo pkg-plist x11-toolkits/tk85/files patch-unix::Makefile.in Remo

cvs commit: ports/sysutils/rubygem-capistrano Makefile distinfo pkg-plist

2008-04-02 Thread Marcelo Araujo
araujo 2008-04-02 12:01:34 UTC FreeBSD ports repository Modified files: sysutils/rubygem-capistrano Makefile distinfo pkg-plist Log: - Update to 2.2.0. - Use RF macro. - Other gems are run depends, not build depends. - Silence portlint for absolute path /var/db/pkg with va

cvs commit: src/lib/libthr/thread thr_affinity.c

2008-04-02 Thread David Xu
davidxu 2008-04-02 11:41:12 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_affinity.c Log: Non-portable functions are in pthread_np.h, fix compiling problem. Revision ChangesPath 1.3 +1 -1 src/lib/libthr/thread/thr_affinity.c __

cvs commit: ports/devel/pmk Makefile distinfo

2008-04-02 Thread Marcelo Araujo
araujo 2008-04-02 11:39:53 UTC FreeBSD ports repository Modified files: devel/pmkMakefile distinfo Log: - Update to 0.10.4. - Use SF macro. Revision ChangesPath 1.15 +2 -3 ports/devel/pmk/Makefile 1.12 +3 -3 ports/devel/pmk/distinf

cvs commit: src/sys/kern kern_event.c subr_sleepqueue.c

2008-04-02 Thread Jeff Roberson
jeff2008-04-02 11:21:42 UTC FreeBSD src repository Modified files: sys/kern kern_event.c subr_sleepqueue.c Log: - Convert two timeout users to the new callout_reset_curcpu() api. Sponsored by: Nokia Revision ChangesPath 1.118 +3 -3 src

cvs commit: src/sys/sys callout.h src/sys/kern kern_clock.c kern_intr.c kern_timeout.c

2008-04-02 Thread Jeff Roberson
jeff2008-04-02 11:20:30 UTC FreeBSD src repository Modified files: sys/sys callout.h sys/kern kern_clock.c kern_intr.c kern_timeout.c Log: Implement per-cpu callout threads, wheels, and locks. - Move callout thread creation from kern_intr.c

cvs commit: src/sys/kern kern_conf.c

2008-04-02 Thread Konstantin Belousov
kib 2008-04-02 11:11:58 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Add two missed chunks from the rev. 1.210, for the giant_read() and giant_ioctl(). PR: kern/122287 MFC after: 3 days Revision ChangesPath 1.2

cvs commit: src/sys/kern vfs_subr.c

2008-04-02 Thread Jeff Roberson
jeff2008-04-02 10:40:03 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Destroy the bo mtx when the vnode is destroyed. Revision ChangesPath 1.727 +1 -0 src/sys/kern/vfs_subr.c ___

cvs commit: CVSROOT modules

2008-04-02 Thread Alexey Dokuchaev
danfe 2008-04-02 10:20:55 UTC FreeBSD ports repository Modified files: .modules Log: battletanks --> ports/games/battletanks Revision ChangesPath 1.19583 +1 -0 CVSROOT/modules ___ cvs-all@freeb

cvs commit: ports/games Makefile ports/games/battletanks Makefile distinfo pkg-descr pkg-plist ports/games/battletanks/files patch-SConscript patch-SConstruct patch-mrt_tcp_socket.cpp patch-mrt_udp_so

2008-04-02 Thread Alexey Dokuchaev
danfe 2008-04-02 10:18:54 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/battletanksMakefile distinfo pkg-descr pkg-plist games/battletanks/files patch-SConscript patch-SConstruct patch-mrt_t

cvs commit: ports/devel/tclreadline Makefile

2008-04-02 Thread Martin Matuska
mm 2008-04-02 10:13:28 UTC FreeBSD ports repository Modified files: devel/tclreadlineMakefile Log: - Use bsd.tcl.mk infrastructure - Support all Tcl versions 8.0 and higher - Bump PORTREVISION Revision ChangesPath 1.19 +4 -53 ports/devel/tclreadl

Re: cvs commit: src/sys/kern kern_rwlock.c src/sys/sys rwlock.h

2008-04-02 Thread Attilio Rao
2008/4/2, Jeff Roberson <[EMAIL PROTECTED]>: > > On Wed, 2 Apr 2008, Attilio Rao wrote: > > > > 2008/4/2, Max Laier <[EMAIL PROTECTED]>: > > > > > On Wednesday 02 April 2008 00:52:45 Jeff Roberson wrote: > > > > On Wed, 2 Apr 2008, Max Laier wrote: > > > >> On Tuesday 01 April 2008 22:31:55 Attili

cvs commit: ports/graphics/graphviz Makefile pkg-plist

2008-04-02 Thread Dirk Meyer
dinoex 2008-04-02 09:58:54 UTC FreeBSD ports repository Modified files: graphics/graphvizMakefile pkg-plist Log: - fix installation of perl module PR: 122268 Revision ChangesPath 1.94 +1 -0 ports/graphics/graphviz/Makefile 1.44 +2 -

cvs commit: src/usr.bin/ktrace ktrace.1 ktrace.c src/usr.bin/kdump kdump.1 kdump.c

2008-04-02 Thread Ruslan Ermilov
ru 2008-04-02 09:41:30 UTC FreeBSD src repository Modified files: usr.bin/ktrace ktrace.1 ktrace.c usr.bin/kdumpkdump.1 kdump.c Log: Spell -t option's argument by name. Revision ChangesPath 1.17 +2 -2 src/usr.bin/kdump/kdump.1 1.42

Re: cvs commit: src/sys/kern kern_rwlock.c src/sys/sys rwlock.h

2008-04-02 Thread Jeff Roberson
On Tue, 1 Apr 2008, Jeff Roberson wrote: On Wed, 2 Apr 2008, Max Laier wrote: On Wednesday 02 April 2008 03:11:11 Jeff Roberson wrote: On Wed, 2 Apr 2008, Attilio Rao wrote: 2008/4/2, Max Laier <[EMAIL PROTECTED]>: On Wednesday 02 April 2008 00:52:45 Jeff Roberson wrote: On Wed, 2 Apr 2008

cvs commit: ports/x11-toolkits/qwt Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/qwt-devel Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/qwt-devel/files Makefile.man

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:14:59 UTC FreeBSD ports repository Removed files: x11-toolkits/qwt Makefile distinfo pkg-descr pkg-plist x11-toolkits/qwt-devel Makefile distinfo pkg-descr pkg-plist x11-toolkits/qwt-devel/files Makefile.man Log: - These two ports are renamed f

cvs commit: CVSROOT modules

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:13:11 UTC FreeBSD ports repository Modified files: .modules Log: - x11-toolkits/qwt* rename PR: ports/119904 Submitted by: Max Brazhnikov (maintainer of x11-toolkits\ /qwt*) Revision ChangesPath 1.1958

cvs commit: ports MOVED

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:12:18 UTC FreeBSD ports repository Modified files: .MOVED Log: - x11-toolkits/qwt* rename PR: ports/119904 Submitted by: Max Brazhnikov (maintainer of x11-toolkits\ /qwt*) Revision ChangesPath 1.1567

cvs commit: ports/x11-toolkits Makefile

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:10:53 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Log: - qwt -> qwt4 - qwt-devel -> qwt5 PR: ports/119904 Submitted by: Max Brazhnikov (maintainer of x11-toolkits/qwt*) Revision ChangesPath

cvs commit: ports/sysutils/bacula-bat Makefile ports/sysutils/bacula-server Makefile ports/audio/dream Makefile

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:09:58 UTC FreeBSD ports repository Modified files: sysutils/bacula-bat Makefile sysutils/bacula-server Makefile audio/dream Makefile Log: - Chase x11-toolkits/qwt* rename PR: ports/119904 Submitted by: Max Brazhnikov

cvs commit: ports/math/qtiplot Makefile distinfo ports/math/qtiplot/files patch-qtiplot.pro patch-qtiplot__qtiplot.pro

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:08:17 UTC FreeBSD ports repository Modified files: math/qtiplot Makefile distinfo math/qtiplot/files patch-qtiplot__qtiplot.pro Added files: math/qtiplot/files patch-qtiplot.pro Log: - Update to 0.9.4 PR: ports/19

cvs commit: ports/math/qtiplot-doc Makefile distinfo pkg-plist

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:07:24 UTC FreeBSD ports repository Modified files: math/qtiplot-doc Makefile distinfo pkg-plist Log: - Update to 0.9.4 PR: ports/18 Submitted by: Max Brazhnikov (maintainer) Revision ChangesPath 1.4 +4 -3

cvs commit: ports/x11-toolkits/qwt4 Makefile pkg-descr pkg-plist ports/x11-toolkits/qwt4/files Makefile.man patch-qwt.pro ports/x11-toolkits/qwt5 Makefile pkg-descr

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 09:06:34 UTC FreeBSD ports repository Modified files: x11-toolkits/qwt4Makefile pkg-descr pkg-plist x11-toolkits/qwt5Makefile pkg-descr Added files: x11-toolkits/qwt4/files Makefile.man patch-qwt.pro Log: - Resolve conflict between qwt 4.x a

cvs commit: ports/x11-toolkits/qwt4 Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/qwt5 Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/qwt5/files Makefile.man

2008-04-02 Thread Rong-En Fan
rafan 2008-04-02 08:59:59 UTC FreeBSD ports repository Modified files: x11-toolkits/qwt4Makefile distinfo pkg-descr pkg-plist x11-toolkits/qwt5Makefile distinfo pkg-descr pkg-plist x11-toolkits/qwt5/files Makefile.man Log: Force commit to note the following re

cvs commit: src/lib/libc/include namespace.h un-namespace.h src/lib/libthr/thread thr_private.h

2008-04-02 Thread David Xu
davidxu 2008-04-02 08:53:18 UTC FreeBSD src repository Modified files: lib/libc/include namespace.h un-namespace.h lib/libthr/threadthr_private.h Log: Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace. Revision ChangesPath 1.23

cvs commit: src/lib/libthr/thread thr_cond.c thr_private.h

2008-04-02 Thread David Xu
davidxu 2008-04-02 08:33:42 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_cond.c thr_private.h Log: Remove unused functions. Revision ChangesPath 1.25 +0 -53 src/lib/libthr/thread/thr_cond.c 1.89 +0 -2 src/lib/libthr/thread/t

Re: cvs commit: src/sys/kern kern_rwlock.c src/sys/sys rwlock.h

2008-04-02 Thread Robert Watson
On Tue, 1 Apr 2008, Jeff Roberson wrote: I don't think this is a good thing either, but I also think that there are some cases where there just are different access orders. I'd rather want a clean way out of this than a lot of difficult per-instance hacks. This does not mean that these can'

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

2008-04-02 Thread Erwin Lansing
erwin 2008-04-02 07:52:29 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Add flz to portmgr Revision ChangesPath 1.57 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.staff

  1   2   >