cvs commit: src/sys/kern kern_switch.c

2008-05-11 Thread Julian Elischer
julian 2008-05-12 06:47:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_switch.c Log: fix stupid typo.. not an MFC because code is differnt from current but the logic is the same Revision ChangesPath 1.137.2.1 +1

cvs commit: src/sys/kern kern_switch.c

2008-05-11 Thread Julian Elischer
julian 2008-05-12 06:45:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_switch.c Log: fix stupid typo in runq-fuzz Revision ChangesPath 1.116.2.3 +1 -1 src/sys/kern/kern_switch.c ___

cvs commit: src/sys/kern kern_switch.c

2008-05-11 Thread Julian Elischer
julian 2008-05-12 06:42:06 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: fix typo in runz_fuzz noticed by:Elijah Buck Revision ChangesPath 1.145 +1 -1 src/sys/kern/kern_switch.c _

cvs commit: src/sys/netinet ip_icmp.c

2008-05-11 Thread George V. Neville-Neil
gnn 2008-05-12 02:44:53 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c Log: Fix the loopback interface. Cleaning up some code with new macros was a tad too aggressive. PR: kern/123568 Submitted by: Vladimir Ermakov Obtaine

cvs commit: ports/converters/p5-Encode Makefile distinfo

2008-05-11 Thread Rong-En Fan
rafan 2008-05-12 02:05:38 UTC FreeBSD ports repository Modified files: converters/p5-Encode Makefile distinfo Log: - Update to 2.25 Revision ChangesPath 1.19 +1 -1 ports/converters/p5-Encode/Makefile 1.13 +3 -3 ports/converters/p5-Encode/distin

cvs commit: ports/textproc/pecl-ctemplate Makefile distinfo

2008-05-11 Thread Vanilla I. Shu
vanilla 2008-05-12 02:00:01 UTC FreeBSD ports repository Modified files: textproc/pecl-ctemplate Makefile distinfo Log: Upgrade to 1.3. Revision ChangesPath 1.16 +1 -1 ports/textproc/pecl-ctemplate/Makefile 1.12 +3 -3 ports/textproc/pecl-ctemplat

cvs commit: ports/textproc/google-ctemplate Makefile distinfo pkg-plist

2008-05-11 Thread Vanilla I. Shu
vanilla 2008-05-12 01:59:33 UTC FreeBSD ports repository Modified files: textproc/google-ctemplate Makefile distinfo pkg-plist Log: Upgrade to 0.90, and take over maintainer bit. Approved by:clsung@ (original maintainer) Revision ChangesPath 1.13 +2 -2

cvs commit: ports/editors/emacs Makefile ports/editors/emacs/files patch-emacs-arm

2008-05-11 Thread Edwin Groothuis
edwin 2008-05-12 00:57:10 UTC FreeBSD ports repository Modified files: editors/emacsMakefile Added files: editors/emacs/files patch-emacs-arm Log: [patch] editors/emacs build on arm PR: ports/120370 Submitted by: Matthew Luckie <[EMAIL PROTE

cvs commit: src/sys/net80211 ieee80211_proto.h

2008-05-11 Thread Sam Leffler
sam 2008-05-12 00:34:28 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.h Log: declare ieee80211_phymode_name with an array size Revision ChangesPath 1.30 +1 -1 src/sys/net80211/ieee80211_proto.h __

cvs commit: src/sys/net80211 ieee80211_phy.c ieee80211_phy.h src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_rum.c if_ural.c if_zyd.c

2008-05-11 Thread Sam Leffler
sam 2008-05-12 00:32:52 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_phy.c ieee80211_phy.h sys/dev/ral rt2560.c rt2661.c sys/dev/usb if_rum.c if_ural.c if_zyd.c Log: Update PLCP<->rate mapping support: o correct mappi

cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/if_ndis if_ndis.c src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/iwn if_iwn.c src/sys/dev/malo if_malo.c src/sys/dev/ral rt2560.c rt2661

2008-05-11 Thread Sam Leffler
sam 2008-05-12 00:15:30 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/if_ndis if_ndis.c sys/dev/ipw if_ipw.c sys/dev/iwi if_iwi.c sys/dev/iwn if_iwn.c sys/dev/malo if_malo.c sy

cvs commit: src/sys/net80211 ieee80211_ioctl.c

2008-05-11 Thread Sam Leffler
sam 2008-05-11 23:36:58 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: we have a DFS capability now so enable check Revision ChangesPath 1.60 +0 -3 src/sys/net80211/ieee80211_ioctl.c ___

cvs commit: src/sys/net80211 ieee80211.c

2008-05-11 Thread Sam Leffler
sam 2008-05-11 23:33:56 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: use c99-style initialization for ieee80211_phymode_name Revision ChangesPath 1.51 +11 -11src/sys/net80211/ieee80211.c

cvs commit: src/sys/net80211 ieee80211.c ieee80211_ddb.c ieee80211_var.h

2008-05-11 Thread Sam Leffler
sam 2008-05-11 23:32:07 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_ddb.c ieee80211_var.h Log: add DFS capability bit and use it to auto-enable DFS support Revision ChangesPath 1.50 +3 -2

cvs commit: src/sys/net80211 ieee80211_ht.c

2008-05-11 Thread Sam Leffler
sam 2008-05-11 23:27:57 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: use the current left edge of the BA window when forming ADDBA request so an existing session is re-established with the correct seq# Revision ChangesPath

cvs commit: src/sys/net80211 ieee80211.h

2008-05-11 Thread Sam Leffler
sam 2008-05-11 23:20:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.h Log: add PLCP service bit definitions Revision ChangesPath 1.20 +5 -0 src/sys/net80211/ieee80211.h ___ cvs-all

cvs commit: src/sys/net80211 ieee80211_ht.h

2008-05-11 Thread Sam Leffler
sam 2008-05-11 23:18:11 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.h Log: move inline keyword to silence compiler complaints Revision ChangesPath 1.6 +3 -3 src/sys/net80211/ieee80211_ht.h ___

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

2008-05-11 Thread Rui Paulo
rpaulo 2008-05-11 23:17:57 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig PR: 122878 MFC after: 3 days Revision Changes

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

2008-05-11 Thread Rui Paulo
rpaulo 2008-05-11 23:14:07 UTC FreeBSD src repository Modified files: sys/dev/k8temp k8temp.c Log: Don't use libkern's max() function as that's for unsigned numbers only. Instead use the worldwide known MAX() function. This should fix problems with negative values show

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Marcus Clarke wrote: | On Sun, 2008-05-11 at 18:14 -0400, Aryeh M. Friedman wrote: |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> Jeremy Messenger wrote: |> | On Sun, 11 May 2008 16:24:45 -0500, Aryeh M. Friedman |> <[EMAIL PROTECTED]>

Re: cvs commit: src/sys/dev/usb ehci.c ohci.c

2008-05-11 Thread Marius Strobl
On Sun, May 11, 2008 at 03:27:38PM -0700, Sam Leffler wrote: > Marius Strobl wrote: > >On Fri, May 09, 2008 at 09:21:02AM -0700, Sam Leffler wrote: > > > >>Marius Strobl wrote: > >> > >>>On Wed, Apr 23, 2008 at 02:03:27PM -0700, Sam Leffler wrote: > >>> > >>> > Marius Strobl wrote:

Re: cvs commit: src/sys/dev/usb ehci.c ohci.c

2008-05-11 Thread Sam Leffler
Marius Strobl wrote: On Fri, May 09, 2008 at 09:21:02AM -0700, Sam Leffler wrote: Marius Strobl wrote: On Wed, Apr 23, 2008 at 02:03:27PM -0700, Sam Leffler wrote: Marius Strobl wrote: On Wed, Apr 23, 2008 at 01:43:55PM -0700, Sam Leffler wrote:

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Joe Marcus Clarke
On Sun, 2008-05-11 at 18:14 -0400, Aryeh M. Friedman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jeremy Messenger wrote: > | On Sun, 11 May 2008 16:24:45 -0500, Aryeh M. Friedman > <[EMAIL PROTECTED]> wrote: > | > | > | | > | | > | > "/usr/ports/databases/evolution-data-server/w

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Messenger wrote: | On Sun, 11 May 2008 16:24:45 -0500, Aryeh M. Friedman <[EMAIL PROTECTED]> wrote: | | | | | | | "/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.22.1.1/config.log", | | | | > Can you attach this fil

Re: cvs commit: src/sys/dev/usb ehci.c ohci.c

2008-05-11 Thread Marius Strobl
On Fri, May 09, 2008 at 09:21:02AM -0700, Sam Leffler wrote: > Marius Strobl wrote: > >On Wed, Apr 23, 2008 at 02:03:27PM -0700, Sam Leffler wrote: > > > >>Marius Strobl wrote: > >> > >>>On Wed, Apr 23, 2008 at 01:43:55PM -0700, Sam Leffler wrote: > >>> > >>> > Marius Strobl wrote:

cvs commit: src/sys/dev/ral rt2560.c rt2661.c

2008-05-11 Thread Sam Leffler
sam 2008-05-11 22:11:01 UTC FreeBSD src repository Modified files: sys/dev/ral rt2560.c rt2661.c Log: fix typo's that broke duration calculation on protection frames Revision ChangesPath 1.23 +1 -1 src/sys/dev/ral/rt2560.c 1.23 +1 -1

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Jeremy Messenger
On Sun, 11 May 2008 16:24:45 -0500, Aryeh M. Friedman <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | | "/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.22.1.1/config.log", | | > Can you attach this file too? Thanks. |

cvs commit: ports/net/wmwlmon Makefile ports/net/wmwlmon/files extra-patch-wl.c

2008-05-11 Thread Ion-Mihai Tetcu
itetcu 2008-05-11 21:25:16 UTC FreeBSD ports repository Modified files: net/wmwlmon Makefile net/wmwlmon/filesextra-patch-wl.c Log: - Adjust OSVERSION from where wi(4) is not supported by this port. [1] - pass maintainership to last PR submitter. [1] Su

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Jeremy Messenger
On Sun, 11 May 2008 16:11:20 -0500, Aryeh M. Friedman <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | | > Yes, please, as always. checking if we should build the calendar... yes checking for SunOS broken spool format... no checking for Kerberos 5... no no configur

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | | > Yes, please, as always. checking if we should build the calendar... yes checking for SunOS broken spool format... no checking for Kerberos 5... no no configure: error: You specified with krb5, but it was not found. ===> Script "configure" fai

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Jeremy Messenger
On Sun, 11 May 2008 16:04:20 -0500, Aryeh M. Friedman <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Messenger wrote: | On Sun, 11 May 2008 12:50:20 -0500, Aryeh M. Friedman <[EMAIL PROTECTED]> wrote: | | |> It still barfs on 8-CURRENT AMD64 the only way t

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Messenger wrote: | On Sun, 11 May 2008 12:50:20 -0500, Aryeh M. Friedman <[EMAIL PROTECTED]> wrote: | | |> It still barfs on 8-CURRENT AMD64 the only way to get it to be quite was to remove the entire krb5/heimedal ifdef block in the port m

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Jeremy Messenger
On Sun, 11 May 2008 12:50:20 -0500, Aryeh M. Friedman <[EMAIL PROTECTED]> wrote: It still barfs on 8-CURRENT AMD64 the only way to get it to be quite was to remove the entire krb5/heimedal ifdef block in the port makefile You have been here for a while, you should know what need to give us

Re: cvs commit: src/contrib/cvs - Imported sources

2008-05-11 Thread David O'Brien
On Tue, May 06, 2008 at 11:40:09AM -0700, Peter Wemm wrote: > The other big problem of course is that if a file is set to 'o' > expansion mode (preserve keywords, eg: cvs admin -ko or cvs import > -ko), then 'cvs update -A' always repeats the checkout, over and over > again. .. > This is a pretty d

cvs commit: ports/sysutils/devcpu-data Makefile distinfo pkg-plist

2008-05-11 Thread Stanislav Sedov
stas2008-05-11 20:36:50 UTC FreeBSD ports repository Modified files: sysutils/devcpu-data Makefile distinfo pkg-plist Log: - Update to 0.3. * Add recent microcodes from Intel. Revision ChangesPath 1.3 +1 -1 ports/sysutils/devcpu-data/Makefile 1.3

cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c

2008-05-11 Thread Alan Cox
alc 2008-05-11 20:33:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386pmap.c Log: Correct an error in pmap_align_superpage(). Specifically, correctly handle the case where the mapping is greater than a superpage in size

Re: cvs commit: src/contrib/cvs - Imported sources

2008-05-11 Thread David O'Brien
On Tue, May 06, 2008 at 02:33:27PM -0400, John Baldwin wrote: > On Wednesday 19 March 2008 10:47:03 am David E. O'Brien wrote: > > obrien 2008-03-19 14:47:03 UTC > > > > FreeBSD src repository > > > > src/contrib/cvs - Imported sources > > Update of /home/ncvs/src/contrib/cvs > > In

cvs commit: ports/devel/bouml Makefile distinfo

2008-05-11 Thread Thierry Thomas
thierry 2008-05-11 20:20:03 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 4.3.3. Changelog at . Revision ChangesPath 1.120 +1 -1 ports/devel/bouml/Makefile

cvs commit: ports/deskutils/pinot Makefile distinfo pkg-plist

2008-05-11 Thread Thierry Thomas
thierry 2008-05-11 20:20:03 UTC FreeBSD ports repository Modified files: deskutils/pinot Makefile distinfo pkg-plist Log: Upgrade to 0.85. Changelog at . Revision ChangesPath 1.32

cvs commit: ports/net/whois Makefile

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:39:43 UTC FreeBSD ports repository Modified files: net/whoisMakefile Log: - Mark BROKEN: does not fetch Reported by:pointyhat Revision ChangesPath 1.46 +2 -0 ports/net/whois/Makefile

cvs commit: ports/devel/valgrind Makefile ports/devel/valgrind-snapshot Makefile

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:37:28 UTC FreeBSD ports repository Modified files: devel/valgrind Makefile devel/valgrind-snapshot Makefile Log: - Mark BROKEN on 7.x Reported by:pointyhat Revision ChangesPath 1.25 +1 -0 ports/devel/valgrind-snapsho

cvs commit: ports/security/vuxml vuln.xml

2008-05-11 Thread Christian Weisgerber
naddy 2008-05-11 19:35:33 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document vorbis-tools Speex header processing vulnerability. Revision ChangesPath 1.1624+35 -1 ports/security/vuxml/vuln.xml ___

cvs commit: ports/graphics/reallyslick Makefile

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:34:45 UTC FreeBSD ports repository Modified files: graphics/reallyslick Makefile Log: - Mark BROKEN: matrixview.c:83:24: error: magick/api.h: No such file or directory Reported by:pointyhat Revision ChangesPath 1.12 +2 -0 port

cvs commit: ports/audio/vorbis-tools Makefile ports/audio/vorbis-tools/files patch-ogg123_speex_format.c

2008-05-11 Thread Christian Weisgerber
naddy 2008-05-11 19:34:16 UTC FreeBSD ports repository Modified files: audio/vorbis-tools Makefile Added files: audio/vorbis-tools/files patch-ogg123_speex_format.c Log: Fix Speex header processing vulnerability. Submitted by: Jasper Lievisse Adriaanse <[EMAIL P

cvs commit: ports/lang/q Makefile

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:33:46 UTC FreeBSD ports repository Modified files: lang/q Makefile Log: - Mark BROKEN: bad plist (broken by ImageMagick changes) Reported by:pointyhat Revision ChangesPath 1.29 +2 -0 ports/lang/q/Makefile

cvs commit: ports/databases/mysqlbigram Makefile

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:25:54 UTC FreeBSD ports repository Modified files: databases/mysqlbigram Makefile Log: - Mark BROKEN: does not compile Reported by:pointyhat Revision ChangesPath 1.2 +2 -0 ports/databases/mysqlbigram/Makefile _

cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:24:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: - Change docs to match reality: marcus is doing ports repocopies directly, no reassigning of PRs to pcvs is taking place Revision Changes

cvs commit: ports/graphics/kallery Makefile

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:18:07 UTC FreeBSD ports repository Modified files: graphics/kallery Makefile Log: - Mark BROKEN: /usr/bin/ld: cannot find -lMagick Reported by:pointyhat Revision ChangesPath 1.21 +2 -0 ports/graphics/kallery/Makefile __

cvs commit: ports/devel/eventxx Makefile

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 19:13:56 UTC FreeBSD ports repository Modified files: devel/eventxxMakefile Log: - Mark BROKEN: does not fetch Reported by:pointyhat Revision ChangesPath 1.9 +2 -0 ports/devel/eventxx/Makefile

cvs commit: ports/japanese/ipa-ttfonts Makefile pkg-plist

2008-05-11 Thread Hiroki Sato
hrs 2008-05-11 18:17:06 UTC FreeBSD ports repository Modified files: japanese/ipa-ttfonts Makefile pkg-plist Log: Use conf.avail/ directory and install symlinks into conf.d/ directory. Revision ChangesPath 1.14 +6 -2 ports/japanese/ipa-ttfonts/Makefile

cvs commit: ports/japanese/uim-tomoe-gtk Makefile

2008-05-11 Thread Hajimu UMEMOTO
ume 2008-05-11 18:11:03 UTC FreeBSD ports repository Modified files: japanese/uim-tomoe-gtk Makefile Log: Chase shlib version bump of uim. Revision ChangesPath 1.10 +2 -2 ports/japanese/uim-tomoe-gtk/Makefile _

Re: cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Marcus Clarke wrote: | marcus 2008-05-11 07:33:40 UTC | | FreeBSD ports repository | | Modified files: | databases/evolution-data-server Makefile | databases/evolution-data-server/files patch-configure | Log: | * Fix the build

cvs commit: src/usr.sbin/sysinstall config.c label.c main.c sysinstall.h system.c variable.c src/usr.sbin/sade config.c label.c main.c sade.h system.c variable.c

2008-05-11 Thread David E. O'Brien
obrien 2008-05-11 17:23:57 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c label.c main.c sysinstall.h system.c variable.c usr.sbin/sadeconfig.c label.c main.c sade.h system.c variable.c Log:

cvs commit: ports/lang/gcc44 Makefile distinfo

2008-05-11 Thread Gerald Pfeifer
gerald 2008-05-11 15:33:07 UTC FreeBSD ports repository Modified files: lang/gcc44 Makefile distinfo Log: Update to the 20080509 snapshot of GCC 4.4.0. Revision ChangesPath 1.346 +1 -1 ports/lang/gcc44/Makefile 1.230 +18 -18ports/lang/gcc

cvs commit: ports/textproc/p5-Text-WordDiff Makefile distinfo

2008-05-11 Thread Yen-Ming Lee
leeym 2008-05-11 15:18:53 UTC FreeBSD ports repository Modified files: textproc/p5-Text-WordDiff Makefile distinfo Log: - update to 0.04 Revision ChangesPath 1.5 +2 -3 ports/textproc/p5-Text-WordDiff/Makefile 1.2 +3 -3 ports/textproc/p5-Text-

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

2008-05-11 Thread Lars Thegler
lth 2008-05-11 15:02:42 UTC FreeBSD ports repository Modified files: math/p5-bignum Makefile distinfo Log: Update to 0.23 Revision ChangesPath 1.3 +3 -3 ports/math/p5-bignum/Makefile 1.3 +3 -3 ports/math/p5-bignum/distinfo ___

cvs commit: CVSROOT access

2008-05-11 Thread Andrew Thompson
thompsa 2008-05-11 14:38:48 UTC FreeBSD src repository Modified files: .access Log: Forced commit to note weongyo is now free of mentorship. Approved by:core@ (implicit) Revision ChangesPath 1.877 +0 -0 CVSROOT/access

cvs commit: ports/net-im/pidgin-manualsize Makefile distinfo

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 14:30:48 UTC FreeBSD ports repository Modified files: net-im/pidgin-manualsize Makefile distinfo Log: - Update to 0.5a Submitted by: Joseph S. Atkinson <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.2 +1 -1 ports/net-im/pi

cvs commit: src/release/pc98 fixit_crunch.conf

2008-05-11 Thread Takahashi Yoshihiro
nyan2008-05-11 14:25:25 UTC FreeBSD src repository Modified files: release/pc98 fixit_crunch.conf Log: Add the ed and remove the vi. This fixes a disk-full error. Revision ChangesPath 1.16 +1 -3 src/release/pc98/fixit_crunch.conf __

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

2008-05-11 Thread Yen-Ming Lee
leeym 2008-05-11 13:54:34 UTC FreeBSD ports repository Modified files: dns/p5-POE-Component-Server-DNS Makefile distinfo Log: - update to 0.16 Revision ChangesPath 1.8 +1 -1 ports/dns/p5-POE-Component-Server-DNS/Makefile 1.8 +3 -3 ports/dns/p

cvs commit: ports/games/daimonin-client Makefile distinfo pkg-plist ports/games/daimonin-client/files daimonin.sh.in patch-Makefile.in patch-configure patch-src-socket.c

2008-05-11 Thread Pav Lucistnik
pav 2008-05-11 13:52:06 UTC FreeBSD ports repository Modified files: games/daimonin-client Makefile distinfo pkg-plist games/daimonin-client/files daimonin.sh.in patch-src-socket.c Added files: games/daimonin-client/files patch-configure Removed files: games/dai

cvs commit: ports/textproc/localize/files patch-StringsEntry.m

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:47:40 UTC FreeBSD ports repository Added files: textproc/localize/files patch-StringsEntry.m Log: - fix build for option WITH_GNUSTEP_DEVEL Revision ChangesPath 1.1 +10 -0 ports/textproc/localize/files/patch-StringsEntry.m (new) ___

cvs commit: ports/news/lusernet/files patch-MsgDB.m patch-pantomime_1_2

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:45:34 UTC FreeBSD ports repository Modified files: news/lusernet/files patch-pantomime_1_2 Added files: news/lusernet/files patch-MsgDB.m Log: - fix build for option WITH_GNUSTEP_DEVEL Revision ChangesPath 1.1 +10 -0 ports/news

cvs commit: CVSROOT modules

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:37:46 UTC FreeBSD ports repository Modified files: .modules Log: etoile-login --> ports/x11-wm/etoile-login Revision ChangesPath 1.19788 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/x11-wm Makefile ports/x11-wm/etoile-login Makefile distinfo pkg-descr pkg-plist

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:37:06 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/etoile-login Makefile distinfo pkg-descr pkg-plist Log: This Login.app is a simple "greeter" program you can use for XDM sessions. It is NOT a stan

cvs commit: CVSROOT modules

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:35:16 UTC FreeBSD ports repository Modified files: .modules Log: etoile-azswitch --> ports/x11-wm/etoile-azswitch Revision ChangesPath 1.19787 +1 -0 CVSROOT/modules ___ cvs-

cvs commit: ports/x11-wm Makefile ports/x11-wm/etoile-azswitch Makefile distinfo pkg-descr pkg-plist

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:34:40 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/etoile-azswitch Makefile distinfo pkg-descr pkg-plist Log: AZSwitch is an experimental application for window switching. The main challenge is how t

cvs commit: CVSROOT modules

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:32:50 UTC FreeBSD ports repository Modified files: .modules Log: etoile-inspectorkit --> ports/deskutils/etoile-inspectorkit Revision ChangesPath 1.19786 +1 -0 CVSROOT/modules _

cvs commit: ports/deskutils Makefile ports/deskutils/etoile-inspectorkit Makefile distinfo pkg-descr pkg-plist

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:32:21 UTC FreeBSD ports repository Modified files: deskutilsMakefile Added files: deskutils/etoile-inspectorkit Makefile distinfo pkg-descr pkg-plist Log: InspectorKit provides commonly used inspector.

cvs commit: ports/comms/gammu Makefile distinfo pkg-plist

2008-05-11 Thread Boris Samorodov
bsam2008-05-11 13:31:59 UTC FreeBSD ports repository Modified files: comms/gammu Makefile distinfo pkg-plist Log: Update to 1.20.0. Revision ChangesPath 1.34 +2 -3 ports/comms/gammu/Makefile 1.22 +3 -3 ports/comms/gammu/distinfo 1.

cvs commit: CVSROOT modules

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:30:28 UTC FreeBSD ports repository Modified files: .modules Log: etoile-opmlkit --> ports/textproc/etoile-opmlkit Revision ChangesPath 1.19785 +1 -0 CVSROOT/modules ___ cvs-

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

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:29:57 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/etoile-opmlkit Makefile distinfo pkg-descr pkg-plist Log: This framework is a simple parser and exporter for OPML files. The main classes in this

cvs commit: ports/x11/mlterm Makefile ports/x11/mlterm/files patch-inputmethod_uim_im_uim.c

2008-05-11 Thread MANTANI Nobutaka
nobutaka2008-05-11 13:22:35 UTC FreeBSD ports repository Modified files: x11/mlterm Makefile Added files: x11/mlterm/files patch-inputmethod_uim_im_uim.c Log: - Chase libuim shared library version bump. - Fix build error for WITH_UIM. Revision Changes

cvs commit: ports/deskutils/etoile-dictionaryreader Makefile distinfo pkg-plist ports/deskutils/etoile-menuserver Makefile distinfo pkg-plist ports/deskutils/etoile-panekit Makefile distinfo pkg-plist

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:21:59 UTC FreeBSD ports repository Modified files: deskutils/etoile-dictionaryreader Makefile distinfo pkg-plist deskutils/etoile-menuserver Makefile distinfo pkg-plist deskutils/etoile-panekit Makefile distinfo pkg-plist deskutils/etoile-systemcon

cvs commit: ports/x11-themes/etoile-camaelon Makefile distinfo pkg-message pkg-plist

2008-05-11 Thread Dirk Meyer
dinoex 2008-05-11 13:21:21 UTC FreeBSD ports repository Modified files: x11-themes/etoile-camaelon Makefile distinfo pkg-plist Added files: x11-themes/etoile-camaelon pkg-message Log: - update to etoile 0.2 - includes nesedah.theme by default Revision ChangesP

cvs commit: ports/japanese/uim-anthy Makefile ports/japanese/uim-canna Makefile ports/japanese/uim-prime Makefile ports/textproc/uim Makefile distinfo pkg-plist ports/textproc/uim/files extra-patch-gt

2008-05-11 Thread MANTANI Nobutaka
nobutaka2008-05-11 13:09:45 UTC FreeBSD ports repository Modified files: japanese/uim-anthy Makefile japanese/uim-canna Makefile japanese/uim-prime Makefile textproc/uim Makefile distinfo pkg-plist textproc/uim/files extra-patch-gtk_Makefile.in

cvs commit: ports/www/cgiwrap Makefile

2008-05-11 Thread Jeremy Chadwick
koitsu 2008-05-11 11:51:32 UTC FreeBSD ports repository Modified files: www/cgiwrap Makefile Log: Fix for WITH_USE_REDIRECT_URL; previously did not work. Revision ChangesPath 1.28 +1 -1 ports/www/cgiwrap/Makefile ___

cvs commit: ports/net-p2p/rtorrent-devel Makefile distinfo

2008-05-11 Thread Florent Thoumie
flz 2008-05-11 11:45:11 UTC FreeBSD ports repository Modified files: net-p2p/rtorrent-devel Makefile distinfo Log: Update net-p2p/rtorrent-devel to 0.8.2. Revision ChangesPath 1.20 +3 -3 ports/net-p2p/rtorrent-devel/Makefile 1.16 +3 -3 ports/

cvs commit: ports/net-p2p/libtorrent-devel Makefile distinfo

2008-05-11 Thread Florent Thoumie
flz 2008-05-11 11:44:09 UTC FreeBSD ports repository Modified files: net-p2p/libtorrent-devel Makefile distinfo Log: Update net-p2p/libtorrent-devel to 0.12.2. Revision ChangesPath 1.19 +1 -1 ports/net-p2p/libtorrent-devel/Makefile 1.16 +3 -3

cvs commit: ports/emulators/kqemu-kmod Makefile ports/emulators/kqemu-kmod/files patch-fpucontext patch-tssworkaround

2008-05-11 Thread Juergen Lock
nox 2008-05-11 10:59:20 UTC FreeBSD ports repository Modified files: emulators/kqemu-kmod Makefile emulators/kqemu-kmod/files patch-tssworkaround Added files: emulators/kqemu-kmod/files patch-fpucontext Log: - Get rid of the infamous "fpudna in kernel mode" messag

cvs commit: src/kerberos5/lib/libkrb5 Makefile

2008-05-11 Thread Doug Rabson
dfr 2008-05-11 10:32:37 UTC FreeBSD src repository Modified files: kerberos5/lib/libkrb5 Makefile Log: Add manpage links to krb5_principal.3. Revision ChangesPath 1.20 +29 -0 src/kerberos5/lib/libkrb5/Makefile _

cvs commit: ports/security/php-suhosin Makefile distinfo

2008-05-11 Thread Alex Dupre
ale 2008-05-11 09:42:05 UTC FreeBSD ports repository Modified files: security/php-suhosin Makefile distinfo Log: Update to 0.9.24 release. Revision ChangesPath 1.18 +1 -1 ports/security/php-suhosin/Makefile 1.18 +3 -3 ports/security/php-suhos

cvs commit: src/sys/kern kern_lockf.c

2008-05-11 Thread Doug Rabson
dfr 2008-05-11 08:53:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_lockf.c Log: MFC kern_lockf.c revision 1.64: When blocking on an F_FLOCK style lock request which is upgrading a shared lock to exclusive, drop the share

cvs commit: src/sys/kern kern_lockf.c

2008-05-11 Thread Doug Rabson
dfr 2008-05-11 08:53:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_lockf.c Log: MFC kern_lockf.c revision 1.64: When blocking on an F_FLOCK style lock request which is upgrading a shared lock to exclusive, drop the share

cvs commit: src/kerberos5/lib/libkrb5 Makefile

2008-05-11 Thread Doug Rabson
dfr 2008-05-11 08:27:17 UTC FreeBSD src repository Modified files: kerberos5/lib/libkrb5 Makefile Log: Don't try to make links to manpages that no longer exist. Fixes installworld Submitted by: phk Revision ChangesPath 1.19 +0 -6 src/kerberos5/lib/l

cvs commit: CVSROOT modules ports MOVED ports/devel Makefile ports/devel/swigruby Makefile distinfo pkg-descr pkg-plist ports/devel/swigruby/files patch-ruby.cxx

2008-05-11 Thread Rong-En Fan
rafan 2008-05-11 07:52:17 UTC FreeBSD ports repository Modified files: .modules .MOVED develMakefile Removed files: devel/swigruby Makefile distinfo pkg-descr pkg-plist devel/swigruby/files patch-rub

cvs commit: ports/databases/evolution-data-server Makefile ports/databases/evolution-data-server/files patch-configure

2008-05-11 Thread Joe Marcus Clarke
marcus 2008-05-11 07:33:40 UTC FreeBSD ports repository Modified files: databases/evolution-data-server Makefile databases/evolution-data-server/files patch-configure Log: * Fix the build with the new Heimdal on -CURRENT [1] * Allow other BDD versions to be used, but disp

cvs commit: src/usr.sbin/sysinstall config.c label.c system.c variable.c

2008-05-11 Thread David E. O'Brien
obrien 2008-05-11 07:18:22 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c label.c system.c variable.c Log: Sync program name agnostic changes with SADE. Revision ChangesPath 1.244 +2 -2 src/usr.sbin/sysinstall/config.c 1.154 +

cvs commit: src/usr.sbin/sade config.c label.c system.c termcap.c variable.c

2008-05-11 Thread David E. O'Brien
obrien 2008-05-11 07:13:08 UTC FreeBSD src repository Modified files: usr.sbin/sadeconfig.c label.c system.c termcap.c variable.c Log: Clean up several instances of SADE calling itself sysinstall. (do so generically so the same set of changes