cvs commit: ports/editors/gphpedit Makefile

2006-01-07 Thread Roman Bogorodskiy
novel 2006-01-08 07:29:24 UTC FreeBSD ports repository Modified files: editors/gphpedit Makefile Log: An attempt to fix build on 4.x by using gcc >= 3.4. Reported by:pointyhat via kris Revision ChangesPath 1.10 +1 -0 ports/editors/gphpedit/Mak

Re: cvs commit: src/sys/gnu/fs/reiserfs reiserfs_inode.c

2006-01-07 Thread Doug Barton
Jean-Sébastien Pédron wrote: This was causing frequent panics, but you're right, I should have waited. Actually "causing frequent panics" is a good reason to MFC quickly. :) It is usually a good idea to mention that fact in the commit message though. Doug -- This .signature sanitized

cvs commit: doc/ru_RU.KOI8-R/books/handbook/pgpkeys chapter.sgml

2006-01-07 Thread Vitaly Bogdanov
bvs 2006-01-08 06:32:19 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/pgpkeys chapter.sgml Log: Update to new (splited) 1.286 revision of the chapter. Obtained from: The FreeBSD Russian Documentation Revision ChangesPath 1.7 +20

cvs commit: src/sbin/devd devd.cc

2006-01-07 Thread Warner Losh
imp 2006-01-08 05:18:36 UTC FreeBSD src repository Modified files: sbin/devddevd.cc Log: It was always intended that regular expression matching be case insensitive. Make it so. Revision ChangesPath 1.30 +1 -1 src/sbin/devd/devd.cc ___

cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h

2006-01-07 Thread Ian Dowse
iedowse 2006-01-08 03:34:29 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usb_quirks.h Log: Remove the UQ_NO_OPEN_CLEARSTALL quirk, as this is now the default behaviour for all devices. Revision ChangesPath 1.47 +0 -10 src/sys

cvs commit: src/sys/dev/usb usb_subr.c

2006-01-07 Thread Ian Dowse
iedowse 2006-01-08 03:27:43 UTC FreeBSD src repository Modified files: sys/dev/usb usb_subr.c Log: Don't perform an endpoint stall clear every time a pipe is opened. This should not be necessary, and it is known to confuse certain devices. Obtained from: NetBSD

cvs commit: doc/zh_TW.Big5 Makefile doc/zh_TW.Big5/articles Makefile Makefile.inc doc/zh_TW.Big5/articles/cvs-freebsd Makefile article.sgml

2006-01-07 Thread Vanilla I. Shu
vanilla 2006-01-08 03:04:40 UTC FreeBSD doc repository Modified files: zh_TW.Big5 Makefile Added files: zh_TW.Big5/articles Makefile Makefile.inc zh_TW.Big5/articles/cvs-freebsd Makefile article.sgml Log: A zh_TW.Big5 encoding translation of doc/en_US.ISO8

cvs commit: ports/lang/pike76 Makefile distinfo pkg-plist ports/lang/pike76/files patch-lib-modules-Parser.pmod-XML.pmod-Tree.pmod patch-modules-Odbc-odbc_result.c patch-stralloc.c patch-threads.c

2006-01-07 Thread Vanilla I. Shu
vanilla 2006-01-08 02:52:06 UTC FreeBSD ports repository Modified files: lang/pike76 Makefile distinfo pkg-plist Removed files: lang/pike76/files patch-lib-modules-Parser.pmod-XML.pmod-Tree.pmod patch-modules-Odbc-

cvs commit: ports/graphics/libdrm Makefile

2006-01-07 Thread Dejan Lesjak
lesi2006-01-08 02:35:17 UTC FreeBSD ports repository Modified files: graphics/libdrm Makefile Log: Remove ONLY_FOR_ARCHS. libdrm seems to build fine on at least sparc64 and ia64. Revision ChangesPath 1.3 +0 -1 ports/graphics/libdrm/Makefile _

cvs commit: ports/net/ktorrent Makefile distinfo pkg-plist ports/net/ktorrent/files patch-Makefile.in patch-apps-ktcachecheck-cachecheck.cpp patch-libktorrent-util-sha1hash.cpp patch-libtorrent-chunkm

2006-01-07 Thread Markus Brueffer
markus 2006-01-08 02:18:10 UTC FreeBSD ports repository Modified files: net/ktorrent Makefile distinfo pkg-plist Added files: net/ktorrent/files patch-Makefile.in patch-apps-ktcachecheck-cachecheck.cpp patch-libktor

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

2006-01-07 Thread David Xu
davidxu 2006-01-08 01:49:31 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_timer.c Log: Allow background threads to be suspended. Revision ChangesPath 1.8 +4 -1 src/lib/libthr/thread/thr_timer.c _

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

2006-01-07 Thread David Xu
davidxu 2006-01-08 01:48:51 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_suspend_np.c Log: Try to reduce total time needed for suspending all threads, first broadcast signals to all threads, then enter a wait loop. Revision ChangesPath 1.5

Re: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create perform.c pkg_create.1 pl.c src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib plist.c

2006-01-07 Thread Florent Thoumie
On Saturday 07 January 2006 23:13, Kirill Ponomarew wrote: > On Sat, Jan 07, 2006 at 10:10:58PM +, Kirill Ponomarew wrote: > > krion 2006-01-07 22:10:58 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/pkg_install/add extract.c > > usr.sbin/pkg_install/c

cvs commit: src/sys/dev/usb usbdevs uscanner.c

2006-01-07 Thread Florent Thoumie
flz 2006-01-08 01:43:00 UTC FreeBSD src repository (ports committer) Modified files: sys/dev/usb usbdevs uscanner.c Log: Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c. PR: usb/91466 Submitted by: Cameron Lerch <[EMAI

cvs commit: ports/multimedia/gdvrecv Makefile

2006-01-07 Thread Pav Lucistnik
pav 2006-01-08 01:09:59 UTC FreeBSD ports repository Modified files: multimedia/gdvrecv Makefile Log: - Add desktop item PR: ports/91465 Submitted by: Panagiotis Astithas <[EMAIL PROTECTED]> Approved by:Henri Michelon <[EMAIL PROTECTED]> (maintain

cvs commit: ports/multimedia/p5-Video-Info Makefile pkg-plist

2006-01-07 Thread Emanuel Haupt
ehaupt 2006-01-08 00:58:37 UTC FreeBSD ports repository Modified files: multimedia/p5-Video-Info Makefile pkg-plist Log: Fix packing list Notified by:kris via pointyhat Revision ChangesPath 1.3 +5 -14 ports/multimedia/p5-Video-Info/Makefile 1.2

cvs commit: ports/devel/m17n-db Makefile distinfo pkg-plist

2006-01-07 Thread Pav Lucistnik
pav 2006-01-08 00:33:17 UTC FreeBSD ports repository Modified files: devel/m17n-dbMakefile distinfo pkg-plist Log: - Update to 1.3.0 PR: ports/91454 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +2 -2

cvs commit: ports/net/ldapscripts Makefile distinfo pkg-plist

2006-01-07 Thread Pav Lucistnik
pav 2006-01-08 00:23:03 UTC FreeBSD ports repository Modified files: net/ldapscripts Makefile distinfo pkg-plist Log: - Update to 1.4 PR: ports/91453 Submitted by: Ganael LAPLANCHE <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2

cvs commit: src/sys/kern kern_mutex.c

2006-01-07 Thread Scott Long
scottl 2006-01-08 00:18:34 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: If destroying a spinlock, make sure that it is exited properly. Submitted by: jhb MFC After: 3 days Revision ChangesPath 1.163 +4 -0 src/sys/k

cvs commit: ports/x11-fonts/proggy_fonts Makefile distinfo

2006-01-07 Thread Pav Lucistnik
pav 2006-01-08 00:14:28 UTC FreeBSD ports repository Modified files: x11-fonts/proggy_fonts Makefile distinfo Log: - Switch distfiles to zip PR: ports/91450 Submitted by: Li-Lun Wang (Leland Wang) <[EMAIL PROTECTED]> (maintainer) Revision Changes

cvs commit: ports/graphics/dcraw Makefile distinfo

2006-01-07 Thread Pav Lucistnik
pav 2006-01-08 00:08:31 UTC FreeBSD ports repository Modified files: graphics/dcraw Makefile distinfo Log: - Update to 7.94 PR: ports/91432 Submitted by: Andrew Pantyukhin <[EMAIL PROTECTED]> Approved by:Arjan van Leeuwen <[EMAIL PROTECTED]> (

cvs commit: ports/x11-wm/ion-3ds Makefile distinfo

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 23:58:48 UTC FreeBSD ports repository Modified files: x11-wm/ion-3ds Makefile distinfo Log: - Update to 20060107 PR: ports/91483 Submitted by: Ed Schouten <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.8

cvs commit: ports/print/scribus Makefile distinfo pkg-plist ports/print/scribus/files patch-scribus_plugins_scriptplugin_macro.cpp patch-scribus_plugins_short-words_vlnadialog.cpp

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 23:58:07 UTC FreeBSD ports repository Modified files: print/scribusMakefile distinfo pkg-plist Removed files: print/scribus/files patch-scribus_plugins_scriptplugin_macro.cpp patch-scribus_plugins_s

cvs commit: CVSROOT modules

2006-01-07 Thread Anton Berezin
tobez 2006-01-07 23:57:49 UTC FreeBSD ports repository Modified files: .modules Log: p5-Perl6-Subs --> ports/lang/p5-Perl6-Subs Revision ChangesPath 1.14081 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/lang Makefile ports/lang/p5-Perl6-Subs Makefile distinfo pkg-descr pkg-plist

2006-01-07 Thread Anton Berezin
tobez 2006-01-07 23:57:34 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/p5-Perl6-Subs Makefile distinfo pkg-descr pkg-plist Log: Add lang/p5-Perl6-Subs 0.05, a source filter that adds a very useful subset of Perl 6 subro

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

2006-01-07 Thread Maho Nakata
maho2006-01-07 23:44:27 UTC FreeBSD ports repository Modified files: math/mupad Makefile distinfo pkg-plist Log: Update to 3.2.0 Submitted by: kris, fenner Revision ChangesPath 1.25 +11 -23ports/math/mupad/Makefile 1.11 +3

cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml doc/share/pgpkeys README addkey.sh pgpkeys-core.sgml pgpkeys-developers.sgml pgpkeys-officers.sgml pgpkeys.ent

2006-01-07 Thread Remko Lodder
remko 2006-01-07 23:43:35 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml share/pgpkeysREADME addkey.sh pgpkeys.ent Added files: share/pgpkeyspgpkeys-core.sgml pgpkeys-developers.sgml

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

2006-01-07 Thread Dima Dorfman
dd 2006-01-07 23:31:52 UTC FreeBSD ports repository Modified files: textproc/dictMakefile pkg-plist Log: Avoid clobbering a modified dict.conf on deinstall. PR: 91294 Submitted by: Rong-En Fan Revision ChangesPath 1.40 +3 -2

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

2006-01-07 Thread Thierry Thomas
thierry 2006-01-07 23:22:54 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.8. Changelog at . Revision ChangesPath 1.26 +1 -1 ports/devel/bouml/Makefile 1.2

cvs commit: ports/net/dictd Makefile

2006-01-07 Thread Dima Dorfman
dd 2006-01-07 23:18:50 UTC FreeBSD ports repository Modified files: net/dictdMakefile Log: Don't create the data directory that we no longer use. Nothing was installed into it, and it was no longer being deleted in the plist, so it would remain after deinstal

Re: cvs commit: src Makefile Makefile.inc1 ObsoleteFiles.inc UPDATING src/share/man/man7 build.7

2006-01-07 Thread Gleb Smirnoff
Thanks! A long awaited MFC :) On Sat, Jan 07, 2006 at 07:40:09PM +, Alexander Leidinger wrote: A> netchild2006-01-07 19:40:08 UTC A> A> FreeBSD src repository A> A> Modified files:(Branch: RELENG_6) A> .Makefile Makefile.inc1 UPDATING A> share/ma

cvs commit: ports/x11/rxvt-unicode Makefile

2006-01-07 Thread Thierry Thomas
thierry 2006-01-07 22:57:27 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile Log: Install urxvtd setuid root (like urxvt) in order to secure tty device permissions. Reported by:Ryan Beasley Revision ChangesPath 1.89 +2 -1

cvs commit: ports/mail/exim Makefile pkg-install

2006-01-07 Thread Kirill Ponomarew
krion 2006-01-07 22:48:20 UTC FreeBSD ports repository Modified files: mail/eximMakefile pkg-install Log: Allow to install exim with EXIM_USER=exim EXIM_GROUP=exim instead of mailnull:mail. PR: ports/89832 Submitted by: Artis Caune <[EMAIL PRO

Re: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create perform.c pkg_create.1 pl.c src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib plist.c

2006-01-07 Thread Kirill Ponomarew
On Sat, Jan 07, 2006 at 10:10:58PM +, Kirill Ponomarew wrote: > krion 2006-01-07 22:10:58 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/add extract.c > usr.sbin/pkg_install/create perform.c pkg_create.1 pl.c > usr.sbin/pkg_install/info show.

cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create perform.c pkg_create.1 pl.c src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib plist.c

2006-01-07 Thread Kirill Ponomarew
krion 2006-01-07 22:10:58 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add extract.c usr.sbin/pkg_install/create perform.c pkg_create.1 pl.c usr.sbin/pkg_install/info show.c usr.sbin/pkg_install/lib plist.c Log: When using @cwd %%FOO%%, we must

cvs commit: ports MOVED

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 22:04:10 UTC FreeBSD ports repository Modified files: .MOVED Log: - ruby-romp was never removed PR: ports/91474 Submitted by: KOMATSU Shinichiro <[EMAIL PROTECTED]> Revision ChangesPath 1.867 +1 -2 p

Re: cvs commit: src Makefile Makefile.inc1 ObsoleteFiles.inc UPDATING src/share/man/man7 build.7

2006-01-07 Thread Stefan Bethke
Am 07.01.2006 um 20:40 schrieb Alexander Leidinger: netchild2006-01-07 19:40:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Makefile.inc1 UPDATING share/man/man7 build.7 Added files: (Branch: RELENG_6)

cvs commit: ports/irc/xaric Makefile distinfo ports/irc/xaric/files patch-misc.c patch-numbers.c patch-xscandir.c

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 21:14:08 UTC FreeBSD ports repository Modified files: irc/xaricMakefile distinfo Added files: irc/xaric/files patch-misc.c patch-numbers.c patch-xscandir.c Log: update to 0.13.1 Revision ChangesPath

cvs commit: ports/devel/portmk/Mk bsd.autotools.mk bsd.gnome.mk bsd.port.mk

2006-01-07 Thread Mark Linimon
linimon 2006-01-07 21:12:02 UTC FreeBSD ports repository Modified files: devel/portmk/Mk bsd.autotools.mk bsd.gnome.mk bsd.port.mk Log: Bring these up to date with what is currently being tested on the cluster. Revision ChangesPath 1.3 +3 -70 ports/deve

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

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 20:37:31 UTC FreeBSD ports repository Modified files: games/briquolo Makefile distinfo pkg-plist Log: update to 0.5.4 Revision ChangesPath 1.18 +5 -2 ports/games/briquolo/Makefile 1.7 +3 -3 ports/games/briquolo/distinfo

cvs commit: ports/net/sdl_net Makefile

2006-01-07 Thread Kirill Ponomarew
krion 2006-01-07 20:29:57 UTC FreeBSD ports repository Modified files: net/sdl_net Makefile Log: Remove guilib dependency, it's required only by some example files which aren't installed anyway. Submitted by: Ed Schouten <[EMAIL PROTECTED]> Revision Chan

cvs commit: ports/misc/gonvert Makefile distinfo

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 20:26:28 UTC FreeBSD ports repository Modified files: misc/gonvert Makefile distinfo Log: Update to 0.2.15 Revision ChangesPath 1.25 +1 -1 ports/misc/gonvert/Makefile 1.15 +3 -3 ports/misc/gonvert/distinfo _

cvs commit: ports/mail/mailman Makefile distinfo pkg-plist

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 20:22:04 UTC FreeBSD ports repository Modified files: mail/mailman Makefile distinfo pkg-plist Log: Update to 2.1.7 Revision ChangesPath 1.52 +3 -5 ports/mail/mailman/Makefile 1.28 +3 -3 ports/mail/mailman/distinfo 1.

cvs commit: ports/misc/flyway Makefile distinfo

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 20:19:22 UTC FreeBSD ports repository Modified files: misc/flyway Makefile distinfo Log: Update to 0.4.1 Revision ChangesPath 1.14 +1 -1 ports/misc/flyway/Makefile 1.8 +3 -3 ports/misc/flyway/distinfo

cvs commit: ports/emulators/linux_base-suse-9.3 distinfo

2006-01-07 Thread Trevor Johnson
trevor 2006-01-07 20:14:39 UTC FreeBSD ports repository Modified files: emulators/linux_base-suse-9.3 distinfo Log: List glib-1.2.10-593. I don't know why it was missing, since it was in rpmlist.conf from the beginning. Add SHA-256 hashes. Revision ChangesPath

cvs commit: ports/audio/festvox-hvs distinfo ports/audio/festvox-jph distinfo ports/audio/festvox-mwm distinfo ports/audio/festvox-tll distinfo

2006-01-07 Thread Trevor Johnson
trevor 2006-01-07 20:08:42 UTC FreeBSD ports repository Modified files: audio/festvox-hvsdistinfo audio/festvox-jphdistinfo audio/festvox-mwmdistinfo audio/festvox-tlldistinfo Log: Add size data. Hash with SHA-256. Revision ChangesPath

cvs commit: ports/astro/celestia distinfo ports/audio/aumix distinfo ports/audio/autozen distinfo ports/audio/csound-manual distinfo ports/audio/csound distinfo ports/audio/denemo distinfo ports/audio

2006-01-07 Thread Trevor Johnson
trevor 2006-01-07 20:00:09 UTC FreeBSD ports repository Modified files: astro/celestia distinfo audio/aumix distinfo audio/autozendistinfo audio/csound-manual distinfo audio/csound distinfo audio/denemo distinfo au

cvs commit: src Makefile Makefile.inc1 ObsoleteFiles.inc UPDATING src/share/man/man7 build.7

2006-01-07 Thread Alexander Leidinger
netchild2006-01-07 19:40:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Makefile.inc1 UPDATING share/man/man7 build.7 Added files: (Branch: RELENG_6) .ObsoleteFiles.inc Log: MFC

cvs commit: src/sys/dev/sn if_sn.c

2006-01-07 Thread Warner Losh
imp 2006-01-07 19:29:25 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn.c Log: While reviewing if_sn in an attempt to understand network drivers better, I discovered sn doing too many pointer dereferences. This driver would do silly things like:

cvs commit: src/sbin/dumpon dumpon.8

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 19:17:13 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/dumpon dumpon.8 Log: - Mention the size of the additional header PR: docs/85867 Submitted by: dinoex MFC after: 1 week Revision Changes

cvs commit: ports/graphics/gtkam Makefile distinfo pkg-plist ports/graphics/gtkam/files patch-Makefile.in

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 19:04:37 UTC FreeBSD ports repository Modified files: graphics/gtkam Makefile distinfo pkg-plist graphics/gtkam/files patch-Makefile.in Log: - Update to 0.1.13 PR: ports/91457 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> R

cvs commit: ports/emulators/atari800 Makefile distinfo ports/emulators/atari800/files patch-configure

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 18:41:43 UTC FreeBSD ports repository Modified files: emulators/atari800 Makefile distinfo Removed files: emulators/atari800/files patch-configure Log: - Update to 2.0.0 PR: ports/91456 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]

cvs commit: ports/lang/squeak pkg-plist

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 18:37:39 UTC FreeBSD ports repository Modified files: lang/squeak pkg-plist Log: - Don't touch what comes from mtree Approved by:maintainer Revision ChangesPath 1.2 +0 -2 ports/lang/squeak/pkg-plist _

cvs commit: ports/textproc/dictfmt Makefile distinfo

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 18:34:53 UTC FreeBSD ports repository Modified files: textproc/dictfmt Makefile distinfo Log: - Update to 1.10.4 PR: ports/91462 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.20 +1 -1 ports/

cvs commit: doc/ru_RU.KOI8-R/books/handbook/config chapter.sgml doc/ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml

2006-01-07 Thread Vitaly Bogdanov
bvs 2006-01-07 18:30:08 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/config chapter.sgml ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml Log: MFen: config/chapter.sgml: 1.210 -> 1.214 network-servers/chapter.sgml: 1.

cvs commit: www/en/gnome/docs bugging.sgml

2006-01-07 Thread Joe Marcus Clarke
marcus 2006-01-07 18:06:52 UTC FreeBSD doc repository Modified files: en/gnome/docsbugging.sgml Log: Correct some grammar in the recent commits, and use the US English spelling of "behavior." Revision ChangesPath 1.25 +6 -6 www/en/gnome/docs/buggi

cvs commit: ports/x11-themes/gtk-engines2 Makefile distinfo ports/x11-themes/gtk-engines2/files patch-clearlooks-symbol-conflict patch-engines_crux_src_crux-gradient.c patch-engines_crux_src_crux-main

2006-01-07 Thread Joe Marcus Clarke
marcus 2006-01-07 18:01:58 UTC FreeBSD ports repository Modified files: x11-themes/gtk-engines2 Makefile distinfo Removed files: x11-themes/gtk-engines2/files patch-clearlooks-symbol-conflict patch-engines_crux_src_crux-gradient.c

cvs commit: ports/graphics/qcomicbook Makefile distinfo

2006-01-07 Thread Andrey Slusar
anray 2006-01-07 17:52:51 UTC FreeBSD ports repository Modified files: graphics/qcomicbook Makefile distinfo Log: Update to 0.2.6 PR: ports/91458 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +1 -1 ports/gra

cvs commit: ports/games/freedroidrpg pkg-plist

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 17:33:49 UTC FreeBSD ports repository Modified files: games/freedroidrpg pkg-plist Log: - Don't remove what's mtree's Approved by:maintainer Revision ChangesPath 1.5 +0 -2 ports/games/freedroidrpg/pkg-plist

cvs commit: ports/devel/jude-community Makefile distinfo

2006-01-07 Thread Norikatsu Shigemura
nork2006-01-07 16:54:09 UTC FreeBSD ports repository Modified files: devel/jude-community Makefile distinfo Log: Update to 2.4.4. PR: ports/91445 Submitted by: Yoshihiko Sarumaru <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.13

cvs commit: ports/devel/pcsc-lite pkg-plist

2006-01-07 Thread Tilman Linneweh
arved 2006-01-07 16:29:22 UTC FreeBSD ports repository Modified files: devel/pcsc-lite pkg-plist Log: Oops, removed a line too much in previous commit.. Revision ChangesPath 1.12 +1 -0 ports/devel/pcsc-lite/pkg-plist __

cvs commit: ports/devel/pcsc-lite Makefile pkg-plist ports/devel/pcsc-lite/files patch-libmusclecard-doc-Makefile.in pkg-message.in

2006-01-07 Thread Tilman Linneweh
arved 2006-01-07 16:24:04 UTC FreeBSD ports repository Modified files: devel/pcsc-lite Makefile pkg-plist devel/pcsc-lite/files pkg-message.in Added files: devel/pcsc-lite/files patch-libmusclecard-doc-Makefile.in Log: - Add missing manpage - Fix installation

cvs commit: ports/x11/xnee Makefile distinfo

2006-01-07 Thread Andrey Slusar
anray 2006-01-07 15:35:52 UTC FreeBSD ports repository Modified files: x11/xnee Makefile distinfo Log: Update to 2.03 PR: ports/91463 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.22 +11 -2 ports/x11/

cvs commit: ports/print/libotf Makefile distinfo

2006-01-07 Thread Andrey Slusar
anray 2006-01-07 15:30:41 UTC FreeBSD ports repository Modified files: print/libotf Makefile distinfo Log: Update to 0.9.4 PR: ports/91460 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.8 +1 -1 ports/pri

cvs commit: ports/security/vuxml vuln.xml

2006-01-07 Thread Simon L. Nielsen
simon 2006-01-07 14:56:01 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document two bogofilter vulnerabilities. Submitted by: Matthias Andree <[EMAIL PROTECTED]> Revision ChangesPath 1.924 +70 -1 ports/security/vuxml

cvs commit: ports/lang/yabasic Makefile distinfo

2006-01-07 Thread Vanilla I. Shu
vanilla 2006-01-07 14:25:15 UTC FreeBSD ports repository Modified files: lang/yabasic Makefile distinfo Log: Upgrade to 2.763. PR: ports/91459 Submitted by: Ports Fury Revision ChangesPath 1.30 +2 -5 ports/lang/yabasic/Makefile

cvs commit: ports/www/geneweb Makefile distinfo

2006-01-07 Thread Pav Lucistnik
pav 2006-01-07 14:16:14 UTC FreeBSD ports repository Modified files: www/geneweb Makefile distinfo Log: - Chase distinfo; tarball rerolled with corrected permissions PR: ports/91446 Submitted by: Hubert Tournier <[EMAIL PROTECTED]> (maintainer)

Re: cvs commit: src/sys/kern kern_mutex.c

2006-01-07 Thread John Baldwin
On Friday 06 January 2006 09:07 pm, Tai-hwa Liang wrote: > avatar 2006-01-07 02:07:08 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_mutex.c > Log: > Trying to fix compilation bustage introduced in rev1.160 by converting > a missing lo_class to LO_

cvs commit: src/sys/kern kern_mutex.c

2006-01-07 Thread John Baldwin
jhb 2006-01-07 14:03:16 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: Revert an untested local change that crept in with the lo_class changes and subsequently broke the build. This change is supposed to fix the case where doing a mtx_d

cvs commit: src/usr.sbin/inetd inetd.8

2006-01-07 Thread Ceri Davies
ceri2006-01-07 13:57:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.sbin/inetd inetd.8 Log: MFC revision 1.82: inetd(8) requires that /etc/netconfig be present, and contain entries for each of udp and tcp (and their IPv6 equivalen

cvs commit: src/usr.sbin/inetd inetd.8

2006-01-07 Thread Ceri Davies
ceri2006-01-07 13:57:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/inetd inetd.8 Log: MFC revision 1.82: inetd(8) requires that /etc/netconfig be present, and contain entries for each of udp and tcp (and their IPv6 equivalen

cvs commit: ports/audio/cdparanoia/files patch-interface-interface.c

2006-01-07 Thread Markus Brueffer
markus 2006-01-07 13:34:49 UTC FreeBSD ports repository Modified files: audio/cdparanoia/files patch-interface-interface.c Log: Fix potential mini-memleak Revision ChangesPath 1.2 +4 -11 ports/audio/cdparanoia/files/patch-interface-interface.c _

cvs commit: ports/misc/compat4x Makefile ports/misc/compat4x/files 000.compat4x.sh.in compat4x.sh.in ports/misc/compat5x Makefile ports/misc/compat5x/files 000.compat5x.sh.in compat5x.sh.in

2006-01-07 Thread Hiroki Sato
hrs 2006-01-07 13:23:48 UTC FreeBSD ports repository Modified files: misc/compat4xMakefile misc/compat5xMakefile Added files: misc/compat4x/files 000.compat4x.sh.in misc/compat5x/files 000.compat5x.sh.in Removed files: misc/compat4x/files

Re: cvs commit: www/share/sgml includes.misc.xsl

2006-01-07 Thread Remko Lodder
Joseph Koshy schreef: jkoshy 2006-01-07 12:32:11 UTC FreeBSD doc repository Modified files: share/sgml includes.misc.xsl Log: Spell out minimum requirements for user groups. Reviewed by:remko Great! thanks! -- Kind regards, Remko Lodder ** [EMAIL

cvs commit: www/share/sgml includes.misc.xsl

2006-01-07 Thread Joseph Koshy
jkoshy 2006-01-07 12:32:11 UTC FreeBSD doc repository Modified files: share/sgml includes.misc.xsl Log: Spell out minimum requirements for user groups. Reviewed by:remko Revision ChangesPath 1.28 +13 -4 www/share/sgml/includes.misc.xsl ___

cvs commit: src/sys/kern kern_sig.c sys_process.c

2006-01-07 Thread David Xu
davidxu 2006-01-07 11:53:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_sig.c sys_process.c Log: MFC following revisions: kern_sig.c revision 1.319 sys_process.c revision 1.134 Avoid kernel

cvs commit: ports/www/p5-HTML-TableExtract Makefile

2006-01-07 Thread Erwin Lansing
erwin 2006-01-07 11:28:09 UTC FreeBSD ports repository Modified files: www/p5-HTML-TableExtract Makefile Log: Unbreak for old perl PR: 91440 Submitted by: leeym Revision ChangesPath 1.21 +8 -3 ports/www/p5-HTML-TableExtract/Makefile __

cvs commit: ports/sysutils/conky/files patch-src-conky.c

2006-01-07 Thread Roman Bogorodskiy
novel 2006-01-07 11:20:19 UTC FreeBSD ports repository Added files: sysutils/conky/files patch-src-conky.c Log: FIx build without xft support. Reported by:pointyhat via kris Revision ChangesPath 1.4 +27 -0 ports/sysutils/conky/files/patch-src-conk

cvs commit: ports/mail/p5-Mail-SpamAssassin pkg-message

2006-01-07 Thread Erwin Lansing
erwin 2006-01-07 11:13:05 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin pkg-message Log: Fix path to local.cf Submitted by: ceri Revision ChangesPath 1.4 +1 -1 ports/mail/p5-Mail-SpamAssassin/pkg-message ___

cvs commit: ports/textproc/p5-Parse-Syslog Makefile distinfo

2006-01-07 Thread Erwin Lansing
erwin 2006-01-07 11:10:02 UTC FreeBSD ports repository Modified files: textproc/p5-Parse-Syslog Makefile distinfo Log: Update to 1.09 PR: 91428 Submitted by: leeym Revision ChangesPath 1.10 +15 -2 ports/textproc/p5-Parse-Syslog/Makefile

cvs commit: ports/sysutils/virtualmin Makefile

2006-01-07 Thread Jimmy Olgeni
olgeni 2006-01-07 10:44:30 UTC FreeBSD ports repository Modified files: sysutils/virtualmin Makefile Log: Release maintainership. Revision ChangesPath 1.10 +1 -1 ports/sysutils/virtualmin/Makefile ___ cvs-all@fre

cvs commit: ports/misc/ytree Makefile distinfo ports/misc/ytree/files patch-aa patch-ab patch-af patch-ytree.h

2006-01-07 Thread Jimmy Olgeni
olgeni 2006-01-07 10:35:53 UTC FreeBSD ports repository Modified files: misc/ytree Makefile distinfo misc/ytree/files patch-aa patch-ab Added files: misc/ytree/files patch-ytree.h Removed files: misc/ytree/files patch-af Log: Upgrade to v

cvs commit: ports/mail/sendmail Makefile ports/mail/sendmail/files site.config.m4.tls

2006-01-07 Thread Dirk Meyer
dinoex 2006-01-07 10:31:24 UTC FreeBSD ports repository Modified files: mail/sendmailMakefile mail/sendmail/files site.config.m4.tls Log: - remove some obsolte defines Revision ChangesPath 1.114 +0 -5 ports/mail/sendmail/Makefile 1.4 +0

cvs commit: ports/dns/bind9-dlz/files configure.bind9-dlz

2006-01-07 Thread Dirk Meyer
dinoex 2006-01-07 10:13:44 UTC FreeBSD ports repository Modified files: dns/bind9-dlz/files configure.bind9-dlz Log: - fix option WITH_DLZ_OLD PR: 89023 Submitted by: Scot Hetzel Revision ChangesPath 1.13 +2 -2 ports/dns/bind9-dlz/files/c

cvs commit: ports/games/trackballs Makefile distinfo pkg-plist ports/games/trackballs/files patch-po-Makefile.in patch-src-Makefile.in

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 09:51:30 UTC FreeBSD ports repository Modified files: games/trackballs Makefile distinfo pkg-plist games/trackballs/files patch-po-Makefile.in Removed files: games/trackballs/files patch-src-Makefile.in Log: Update to 1.1.1 Revision Change

cvs commit: ports/lang/gcc40 Makefile distinfo

2006-01-07 Thread Gerald Pfeifer
gerald 2006-01-07 09:51:17 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20060105 snapshot of GCC 4.0.3. Revision ChangesPath 1.239 +1 -1 ports/lang/gcc40/Makefile 1.139 +15 -15ports/lang/gcc

cvs commit: ports/irc/evangeline Makefile distinfo

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 09:45:03 UTC FreeBSD ports repository Modified files: irc/evangeline Makefile distinfo Log: Update to 1.1.2 Revision ChangesPath 1.3 +2 -2 ports/irc/evangeline/Makefile 1.3 +3 -3 ports/irc/evangeline/distinfo __

cvs commit: ports/java/jdk14 Makefile

2006-01-07 Thread Dirk Meyer
dinoex 2006-01-07 09:33:41 UTC FreeBSD ports repository Modified files: java/jdk14 Makefile Log: - fix build in JAILS failed to build the jdk14 port in a jail under FreeBSD 5.4 FreeBSD 4.11 works. The problem is that mount don't list the linprocfs, and this

cvs commit: ports/games/highmoon Makefile distinfo

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 08:32:39 UTC FreeBSD ports repository Modified files: games/highmoon Makefile distinfo Log: Update to 1.2.3 Revision ChangesPath 1.6 +1 -1 ports/games/highmoon/Makefile 1.6 +3 -3 ports/games/highmoon/distinfo __

cvs commit: ports/games/tinymux Makefile distinfo

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 08:32:24 UTC FreeBSD ports repository Modified files: games/tinymuxMakefile distinfo Log: Update to 2.3.5pl26 Revision ChangesPath 1.21 +1 -1 ports/games/tinymux/Makefile 1.7 +3 -3 ports/games/tinymux/distinfo

cvs commit: ports/games/xteddy Makefile distinfo

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 08:24:31 UTC FreeBSD ports repository Modified files: games/xteddy Makefile distinfo Log: Update to 2.0.2 Revision ChangesPath 1.16 +2 -2 ports/games/xteddy/Makefile 1.5 +3 -3 ports/games/xteddy/distinfo __

cvs commit: ports/ftp/jftp Makefile distinfo

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 08:20:08 UTC FreeBSD ports repository Modified files: ftp/jftp Makefile distinfo Log: Update to 1.47 Revision ChangesPath 1.7 +1 -1 ports/ftp/jftp/Makefile 1.7 +3 -3 ports/ftp/jftp/distinfo ___

cvs commit: ports/dns/dhid Makefile distinfo ports/dns/dhid/files patch-aa patch-ac

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 08:12:37 UTC FreeBSD ports repository Modified files: dns/dhid Makefile distinfo dns/dhid/files patch-aa patch-ac Log: Upgrade to 5.3 Revision ChangesPath 1.15 +4 -4 ports/dns/dhid/Makefile 1.8 +3 -3 por

cvs commit: CVSROOT modules

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 07:58:05 UTC FreeBSD ports repository Modified files: .modules Log: samhain-server --> ports/security/samhain-server Revision ChangesPath 1.14080 +1 -0 CVSROOT/modules ___ cvs-

cvs commit: ports/security Makefile ports/security/samhain-server Makefile

2006-01-07 Thread Edwin Groothuis
edwin 2006-01-07 07:57:51 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/samhain-server Makefile Log: Update: security/samhain 2.0.10 -> 2.1.0 Updating the Samhain integrity checking system to 2.1.0, a