Re: cvs commit: src/share/examples/drivers make_device_driver.sh

2006-08-09 Thread Yar Tikhiy
On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote: > Robert Watson: > > > > >On Tue, 8 Aug 2006, Roman Kurakin wrote: > > > >>We could add a "foo" driver to the LINT generated by this script with > >>notification that it was generated and all changes should be placed > >>to script. >

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

2006-08-09 Thread Nate Lawson
njl 2006-08-10 06:32:16 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: The acpi module is no different from others. If it is loaded while the kernel has it compiled in, it will be rejected with "module acpi already present!" and no strange be

cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:29:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/ifconfigifconfig.8 ifieee80211.c Log: MFC: remove display of the ERP ie from the list sta output Revision ChangesPath 1.95.2.16 +23 -0 src/sbin/ifconfig

cvs commit: src/sys Makefile src/sys/boot Makefile

2006-08-09 Thread Warner Losh
imp 2006-08-10 06:29:43 UTC FreeBSD src repository Modified files: sys Makefile sys/boot Makefile Log: Don't need to special case arm here anymore Revision ChangesPath 1.38 +0 -2 src/sys/Makefile 1.30 +0 -2 s

cvs commit: src/sys/boot/arm Makefile

2006-08-09 Thread Warner Losh
imp 2006-08-10 06:29:15 UTC FreeBSD src repository Added files: sys/boot/arm Makefile Log: Add a dummy makefile to keep build happy Revision ChangesPath 1.1 +5 -0 src/sys/boot/arm/Makefile (new) ___ cv

cvs commit: src/sys/net80211 ieee80211_ioctl.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:23:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c Log: MFC 1.47: power save mode state changes should not require clocking... Revision ChangesPath 1.25.2.14 +7 -0 src/sys/net8

cvs commit: src/sys/net80211 ieee80211_input.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:21:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_input.c Log: MFC 1.93: correct ie length check Revision ChangesPath 1.62.2.13 +8 -8 src/sys/net80211/ieee80211_input.c __

cvs commit: src/sys/dev/ath if_ath.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:20:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.150: check tim is present in the beacon before defer'ing the mcast buffer bit Revision ChangesPath 1.94.2.25 +2 -1

cvs commit: src/sys/dev/ath/ath_rate/sample sample.h

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:18:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath/ath_rate/sample sample.h Log: MFC 1.5: add missing \n's MFC after: 1 week Revision ChangesPath 1.3.2.2 +2 -2 src/sys/dev/ath/ath_rate/sample/s

Re: cvs commit: src/sbin/ifconfig ifieee80211.c

2006-08-09 Thread Sam Leffler
Sam Leffler wrote: > sam 2006-08-10 06:06:13 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfigifieee80211.c > Log: > fixup list station support: > o add sanity check to avoid possible looping > o use intended api for IEEE80211_IOC_STA_INFO > o w

Re: cvs commit: src/sys/dev/iwi if_iwi.c

2006-08-09 Thread Sam Leffler
Sam Leffler wrote: > sam 2006-08-10 06:08:51 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/iwi if_iwi.c > Log: > MFC 1.39: set default beacon miss threshold to 10 beacons FWIW that's actually 10 consecutive beacons.

cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:09:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/ifconfigifconfig.8 ifieee80211.c Log: MFC: add beacon miss threshold control Revision ChangesPath 1.95.2.15 +14 -1 src/sbin/ifconfig/ifconfig.8 1.18.2

cvs commit: src/sys/dev/iwi if_iwi.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:08:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/iwi if_iwi.c Log: MFC 1.39: set default beacon miss threshold to 10 beacons Revision ChangesPath 1.8.2.8 +1 -0 src/sys/dev/iwi/if_iwi.c ___

cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:08:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: MFC: add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon miss threshold Revision ChangesPath 1.2

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

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:07:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211.h ieee80211_var.h Log: MFC: shuffle some definitions to a public location Revision ChangesPath 1.9.2.2+24 -0 src/sys/net80211/ieee8

cvs commit: src/sbin/ifconfig ifieee80211.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:06:13 UTC FreeBSD src repository Modified files: sbin/ifconfigifieee80211.c Log: fixup list station support: o add sanity check to avoid possible looping o use intended api for IEEE80211_IOC_STA_INFO o when operating in sta mode get the sta inf

cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h

2006-08-09 Thread Sam Leffler
sam 2006-08-10 06:04:00 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: More statistics fixups: o change rssi to be signed in ieee80211_nodestats o add noise floor in ieee80211_nodestats (use an implicit hole to

cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_ioctl.h

2006-08-09 Thread Sam Leffler
sam 2006-08-10 05:54:36 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_ioctl.h Log: minor fixups: o add some missing stats to the global stat structure o move accounting work for data frame rx into ieee80211_deliver_data o ad

cvs commit: ports/devel/p5-Log-Dispatch-Email-EmailSend Makefile distinfo

2006-08-09 Thread Andrew Pantyukhin
sat 2006-08-10 05:46:04 UTC FreeBSD ports repository Modified files: devel/p5-Log-Dispatch-Email-EmailSend Makefile distinfo Log: - Update to 0.03 PR: ports/101696 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +

cvs commit: ports/games/xye Makefile

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 05:42:49 UTC FreeBSD ports repository Modified files: games/xyeMakefile Log: - Mark BROKEN on 4.x, does not build PR: ports/101714 Submitted by: Robert Gogolok (maintainer) Revision ChangesPath 1.2 +7 -1

cvs commit: src/sys/net80211 ieee80211_output.c

2006-08-09 Thread Sam Leffler
sam 2006-08-10 05:37:49 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: add per-sta ucast/mcast stats MFC after: 1 week Revision ChangesPath 1.42 +4 -0 src/sys/net80211/ieee80211_output.c

cvs commit: ports/archivers/fastjar Makefile

2006-08-09 Thread Maho Nakata
maho2006-08-10 05:31:36 UTC FreeBSD ports repository Modified files: archivers/fastjarMakefile Log: A build fix via pointyhat. Submitted by: kris Revision ChangesPath 1.14 +1 -0 ports/archivers/fastjar/Makefile

Re: cvs commit: src/lib/libc/arm SYS.h

2006-08-09 Thread Mike Silbersack
Had I kept up on reading my commit mail, I would have known about your hostile views on K&R support and used them as part of a negative campaign against you in the core election! Let's hope that I don't run into anything similarly disgraceful in the remaining 7000 messages... Mike "Silby"

cvs commit: ports/devel/p5-Algorithm-C3 Makefile distinfo

2006-08-09 Thread Lars Balker Rasmussen
lbr 2006-08-10 04:51:58 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-C3 Makefile distinfo Log: Update to 0.04 PR: 101736 Submitted by: Jin-Shan Tseng <[EMAIL PROTECTED]> Revision ChangesPath 1.6 +1 -1 ports/devel/

cvs commit: src/sys/vm vm_page.c

2006-08-09 Thread Alan Cox
alc 2006-08-10 04:48:29 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Change vm_page_cowfault() so that it doesn't allocate a pre-busied page. Revision ChangesPath 1.323 +1 -2 src/sys/vm/vm_page.c _

cvs commit: ports/mail/sendmail Makefile distinfo ports/mail/sendmail/files patch-queue.c

2006-08-09 Thread Dirk Meyer
dinoex 2006-08-10 04:37:24 UTC FreeBSD ports repository Modified files: mail/sendmailMakefile distinfo Removed files: mail/sendmail/files patch-queue.c Log: - update to 8.13.8. Revision ChangesPath 1.121 +1 -2 ports/mail/sendmail/Makefile 1

cvs commit: ports/games/utserver Makefile ports/games/utserver/files ucc.in

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 04:04:48 UTC FreeBSD ports repository Modified files: games/utserver Makefile Added files: games/utserver/files ucc.in Log: - Add rc script From maintainer: Without using daemon(8) ucc-bin dies during system startup because of SIGHUP

cvs commit: ports/x11-wm/openbox Makefile ports/x11-wm/openbox/files extra-patch-gradient

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:55:20 UTC FreeBSD ports repository Modified files: x11-wm/openbox Makefile Added files: x11-wm/openbox/files extra-patch-gradient Log: - Added knob for the popular and "glamour" split gradient patch - Pass maintainership to submitter PR:

cvs commit: ports/x11-fm/emelfm2 Makefile distinfo ports/x11-fm/emelfm2/files patch-Makefile patch-Makefile.config

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:53:42 UTC FreeBSD ports repository Modified files: x11-fm/emelfm2 Makefile distinfo x11-fm/emelfm2/files patch-Makefile patch-Makefile.config Log: - Update to 0.1.8 PR: ports/101614 Submitted by: Marcus von Appen (maintainer)

cvs commit: ports/security/libprelude Makefile distinfo ports/security/libprelude/files patch-src_idmef-path.c

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:52:55 UTC FreeBSD ports repository Modified files: security/libprelude Makefile distinfo Removed files: security/libprelude/files patch-src_idmef-path.c Log: - Update to 0.9.10.2 PR: ports/101585 Submitted by: Robin Gruyters (ma

cvs commit: ports/x11-wm/pwm Makefile distinfo ports/x11-wm/pwm/files patch-function.c patch-menudata.c

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:49:27 UTC FreeBSD ports repository Modified files: x11-wm/pwm Makefile distinfo Removed files: x11-wm/pwm/files patch-function.c patch-menudata.c Log: - Update to 2006.05.17 - Remove two patches which are merged in upstream - Pass ma

cvs commit: ports/x11-wm/dwm Makefile distinfo ports/x11-wm/dwm/files patch-config.mk

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:43:56 UTC FreeBSD ports repository Modified files: x11-wm/dwm Makefile distinfo x11-wm/dwm/files patch-config.mk Log: - Update to 0.7 PR: ports/101578 Submitted by: Jeroen Schot (maintainer) Revision Changes

cvs commit: ports/lang/sather-specification Makefile

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:39:44 UTC FreeBSD ports repository Modified files: lang/sather-specification Makefile Log: - Unbreak on 4.x PR: ports/101726 Submitted by: Stanislav Sedov (maintainer) Revision ChangesPath 1.2 +3 -8 ports/lang/sat

cvs commit: ports/lang/sather-tutorial Makefile

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:36:17 UTC FreeBSD ports repository Modified files: lang/sather-tutorial Makefile Log: - Unbreak on 4.x PR: ports/101727 Submitted by: Stanislav Sedov (maintainer) Revision ChangesPath 1.2 +3 -8 ports/lang/sather-t

cvs commit: CVSROOT modules

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 03:34:21 UTC FreeBSD ports repository Modified files: .modules Log: p5-Contextual-Return --> ports/devel/p5-Contextual-Return Revision ChangesPath 1.15944 +1 -0 CVSROOT/modules ___

cvs commit: ports/devel Makefile ports/devel/p5-Contextual-Return Makefile distinfo pkg-descr pkg-plist

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 03:34:04 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Contextual-Return Makefile distinfo pkg-descr pkg-plist Log: Add p5-Contextual-Return 0.1.0, create context-senstive

cvs commit: ports/textproc/uncrustify Makefile distinfo

2006-08-09 Thread Rong-En Fan
rafan 2006-08-10 03:32:32 UTC FreeBSD ports repository Modified files: textproc/uncrustify Makefile distinfo Log: - Update to 0.0.24 PR: ports/101571 Submitted by: Dmitry Marakasov (maintainer) Revision ChangesPath 1.3 +1 -1 ports/t

cvs commit: ports/sysutils/radmind Makefile distinfo

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 03:23:28 UTC FreeBSD ports repository Modified files: sysutils/radmind Makefile distinfo Log: - Update to 1.7.0 PR: ports/101742 Submitted by: maintainer (Paul Dlug) Revision ChangesPath 1.9 +1 -1 ports/sysutils/r

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

2006-08-09 Thread Hye-Shik Chang
perky 2006-08-10 03:07:26 UTC FreeBSD ports repository Modified files: devel/llvm Makefile distinfo pkg-plist Log: Update to 1.8 Revision ChangesPath 1.12 +3 -3 ports/devel/llvm/Makefile 1.3 +3 -3 ports/devel/llvm/distinfo 1.4

cvs commit: ports/misc/sword Makefile pkg-descr

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 02:08:59 UTC FreeBSD ports repository Modified files: misc/sword Makefile pkg-descr Log: - pet portlint by using USE_LDCONFIG - remove unstable mirror site - add trailing slash for WWW in pkg-descr PR: ports/101720 Submitted by:

cvs commit: ports/devel/allegro Makefile pkg-plist

2006-08-09 Thread Alejandro Pulver
alepulver2006-08-10 02:06:20 UTC FreeBSD ports repository Modified files: devel/allegroMakefile pkg-plist Log: - Add AL and JACK options. - Replace INSTALLS_SHLIB with USE_LDCONFIG. - Add CONFLICTS with future port allegro-devel. Revision ChangesPath 1.24

cvs commit: CVSROOT modules

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 02:05:01 UTC FreeBSD ports repository Modified files: .modules Log: p5-POE-Component-Client-Traceroute --> ports/net/p5-POE-Component-Client-Traceroute Revision ChangesPath 1.15943 +1 -0 CVSROOT/modules

cvs commit: ports/net Makefile ports/net/p5-POE-Component-Client-Traceroute Makefile distinfo pkg-descr pkg-plist

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 02:04:43 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-POE-Component-Client-Traceroute Makefile distinfo pkg-descr pkg-plist Log: Add p5-POE-Component-Client-Tra

cvs commit: ports/chinese/qterm Makefile

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 01:50:14 UTC FreeBSD ports repository Modified files: chinese/qtermMakefile Log: - Does not build on 4.x Approved by:maintainer (Yuan, Jue) (implicit) Revision ChangesPath 1.27 +7 -1 ports/chinese/qterm/Makefile __

cvs commit: CVSROOT modules

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 01:45:25 UTC FreeBSD ports repository Modified files: .modules Log: clucene --> ports/textproc/clucene Revision ChangesPath 1.15942 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.or

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

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 01:45:03 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/clucene Makefile distinfo pkg-descr pkg-plist Log: - CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine

cvs commit: ports/mail/postfix-policyd-sf Makefile distinfo ports/mail/postfix-policyd-sf/files policyd.sh.in

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 01:33:24 UTC FreeBSD ports repository Modified files: mail/postfix-policyd-sf Makefile distinfo mail/postfix-policyd-sf/files policyd.sh.in Log: - Added some changes in startup script (patch from Zach) : added mysql to the REQUIRE and postfix to the BE

cvs commit: ports/mail/abook Makefile distinfo

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 01:30:08 UTC FreeBSD ports repository Modified files: mail/abook Makefile distinfo Log: - Fix bogus intl.a linking - Update to 0.5.6 Changelog: - translation fixes - fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif)

cvs commit: ports/devel/p5-Object-InsideOut Makefile distinfo pkg-plist

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-10 01:27:12 UTC FreeBSD ports repository Modified files: devel/p5-Object-InsideOut Makefile distinfo pkg-plist Log: - Update to 1.49 - Include the modifications from ports/101233 PR: ports/101733 Submitted by: maintainer (Geraud CONTINSOUZAS

cvs commit: src/sbin/geom/class/eli geli.8

2006-08-09 Thread Maxim Konovalov
maxim 2006-08-10 01:13:38 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o Spell. Submitted by: ru Revision ChangesPath 1.17 +1 -1 src/sbin/geom/class/eli/geli.8 ___ cvs-all@fr

cvs commit: ports/multimedia/mplayer/files patch-libmpcodecs_ve_x264.c

2006-08-09 Thread Michael Johnson
ahze2006-08-10 01:07:29 UTC FreeBSD ports repository Added files: multimedia/mplayer/files patch-libmpcodecs_ve_x264.c Log: - Fix build with x264 Revision ChangesPath 1.3 +11 -0 ports/multimedia/mplayer/files/patch-libmpcodecs_ve_x264.c (new) __

Re: cvs commit: src/usr.sbin/sade sade.8

2006-08-09 Thread Tom Rhodes
On Tue, 08 Aug 2006 02:12:18 -0700 Colin Percival <[EMAIL PROTECTED]> wrote: > 李鑫 (LI Xin) wrote: > > 在 2006-08-08二的 01:54 -0700,Colin Percival写道: > >> Xin LI wrote: > >>> Modified files: > >>> usr.sbin/sadesade.8 > >>> Log: > >>> Typo (favour -> favor). > >> I

cvs commit: ports/multimedia/x264 Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-10 00:26:02 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile Log: - Depend on gpac>=0.4.0.r2,1 Revision ChangesPath 1.42 +1 -0 ports/multimedia/x264/Makefile ___ cvs-all@fr

cvs commit: src/sys/i386/isa clock.c src/sys/i386/conf XBOX

2006-08-09 Thread Warner Losh
imp 2006-08-09 23:47:38 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c sys/i386/confXBOX Log: Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a different TIMER_FREQ value than default. Accomplish this via the conf

cvs commit: src/sys/i386/i386 machdep.c

2006-08-09 Thread Warner Losh
imp 2006-08-09 23:37:30 UTC FreeBSD src repository Modified files: sys/i386/i386machdep.c Log: Minor style(9) nit. Revision ChangesPath 1.633 +2 -2 src/sys/i386/i386/machdep.c ___ cvs-all@freebsd.org mai

Re: cvs commit: src/share/examples/drivers make_device_driver.sh

2006-08-09 Thread Roman Kurakin
Robert Watson: On Tue, 8 Aug 2006, Roman Kurakin wrote: We could add a "foo" driver to the LINT generated by this script with notification that it was generated and all changes should be placed to script. I guess I can't help but wonder if a script is necessarily better than a well-commen

Re: cvs commit: src/usr.sbin/kldxref kldxref.c

2006-08-09 Thread Bruce Evans
On Tue, 8 Aug 2006, Yar Tikhiy wrote: On Mon, Aug 07, 2006 at 01:59:30PM +1000, Bruce Evans wrote: On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Sm?rgrav wrote: MAXPATHLEN should be spelled PATH_MAX. Actually, MAXPATHLEN is better since it is honestly unportable. It works ... Just looked wha

cvs commit: ports/databases/p5-DBIx-Class Makefile

2006-08-09 Thread Lars Balker Rasmussen
lbr 2006-08-09 21:26:03 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class Makefile Log: - When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS} PR: 101708 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]> Revision Chan

cvs commit: ports/databases/p5-DBIx-Class-WebForm Makefile

2006-08-09 Thread Lars Balker Rasmussen
lbr 2006-08-09 21:24:43 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-WebForm Makefile Log: - When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS} PR: 101707 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]> Revisi

cvs commit: src/share/examples/drivers make_pseudo_driver.sh

2006-08-09 Thread Roman Kurakin
rik 2006-08-09 21:23:42 UTC FreeBSD src repository Modified files: share/examples/drivers make_pseudo_driver.sh Log: - Added ability to provide (optional) path to the kernel sources - Added check of dirs used by example generator - Fixed path for ${s}/conf/files.FOO and i

cvs commit: ports/databases/p5-Class-DBI-Sweet Makefile

2006-08-09 Thread Lars Balker Rasmussen
lbr 2006-08-09 21:22:54 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Sweet Makefile Log: When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS} PR: 101705 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]> Revision C

cvs commit: ports/www/resin3 Makefile distinfo pkg-plist ports/www/resin3/files patch-resin.conf pkg-message-advanced.in pkg-message.in resin.sh.in resinctl

2006-08-09 Thread Herve Quiroz
hq 2006-08-09 21:18:10 UTC FreeBSD ports repository Modified files: www/resin3 Makefile distinfo pkg-plist www/resin3/files patch-resin.conf pkg-message.in resin.sh.in resinctl Added files: www/resin3/files pkg-message-advan

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

2006-08-09 Thread Warner Losh
imp 2006-08-09 20:58:56 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: Hook into the watchdog device, if present. Also, turn off the watchdog timer stuff when we boot because the boot blocks are turning it on... Revision ChangesP

cvs commit: src/share/examples/drivers make_pseudo_driver.sh

2006-08-09 Thread Roman Kurakin
rik 2006-08-09 20:57:24 UTC FreeBSD src repository Modified files: share/examples/drivers make_pseudo_driver.sh Log: Added copyright templete Fixed compilation Reviewed by:julian@ Revision ChangesPath 1.11 +57 -32src/share/examples/drivers/make

cvs commit: src/sys/geom geom_gpt.c

2006-08-09 Thread Marcel Moolenaar
marcel 2006-08-09 20:53:01 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Strengthen the check for a PMBR: o PMBR partitions count to the number of partitions on the disk, which means that if a PMBR entry is invalid we will not treat the MB

cvs commit: ports/lang/gforth Makefile

2006-08-09 Thread Martin Wilke
miwi2006-08-09 20:38:53 UTC FreeBSD ports repository Modified files: lang/gforth Makefile Log: force commit. - Fix Makefile entry Approved by:krion (mentor) Revision ChangesPath 1.27 +1 -1 ports/lang/gforth/Makefile ___

cvs commit: ports/lang/gforth Makefile

2006-08-09 Thread Martin Wilke
miwi2006-08-09 20:26:03 UTC FreeBSD ports repository Modified files: lang/gforth Makefile Log: BROKEN: does not build Submitted by: pointyhat via kris Approved by:krion (mentor) Revision ChangesPath 1.26 +2 -0 ports/lang/gforth/Make

cvs commit: src/lib/libdisk write_ia64_disk.c

2006-08-09 Thread Marcel Moolenaar
marcel 2006-08-09 20:19:15 UTC FreeBSD src repository Modified files: lib/libdisk write_ia64_disk.c Log: Fix a bug in the size of the PMBR partition. Since the partition starts at LBA 1, the size is not the mediasize in sectors, but one less. Revision Changes

cvs commit: ports/net/l2tpd pkg-descr

2006-08-09 Thread Maxim Sobolev
sobomax 2006-08-09 20:18:47 UTC FreeBSD ports repository Modified files: net/l2tpdpkg-descr Log: WWW is no longer functional. Reported by:erwin Revision ChangesPath 1.2 +0 -2 ports/net/l2tpd/pkg-descr ___

cvs commit: ports/devel/pdcurses Makefile pkg-plist

2006-08-09 Thread Alejandro Pulver
alepulver2006-08-09 20:14:32 UTC FreeBSD ports repository Modified files: devel/pdcurses Makefile pkg-plist Log: - Use 2 as the shared library major version. - Install shared library as libXCurses.so.2, then symlink to libXCurses.so (not the other way around). Re

cvs commit: src/sys/dev/em if_em.c

2006-08-09 Thread Prafulla Deuskar
pdeuskar2006-08-09 20:10:35 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: 10/100 PHY shouldn't support gigabit media types. Submitted by: brad ([EMAIL PROTECTED]) Obtained from: OpenBSD MFC after: 1 week Revision ChangesPa

cvs commit: src/sbin/geom/class/eli geli.8

2006-08-09 Thread Maxim Konovalov
maxim 2006-08-09 19:41:34 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o Strip eol whitespaces. Revision ChangesPath 1.16 +2 -2 src/sbin/geom/class/eli/geli.8 ___ cvs-all@freebsd.or

cvs commit: ports/deskutils/remember.el Makefile distinfo pkg-plist

2006-08-09 Thread Andrey Slusar
anray 2006-08-09 19:35:41 UTC FreeBSD ports repository Modified files: deskutils/remember.el Makefile distinfo pkg-plist Log: - Update to 1.9 - Being XEmacs compilable, thanks to Denis Shaposhnikov <[EMAIL PROTECTED]> - Update the MASTER_SITES PR: ports/101

cvs commit: src/usr.bin/hexdump parse.c

2006-08-09 Thread Maxim Konovalov
maxim 2006-08-09 19:12:10 UTC FreeBSD src repository Modified files: usr.bin/hexdump parse.c Log: o Simple strcpy/strcat replacement. PR: bin/101575 Founded by: Dan Lukes Obtained from: OpenBSD, rev. 1.11 by deraadt MFC after: 2 weeks

cvs commit: src/lib/libc/stdlib malloc.c

2006-08-09 Thread Marcel Moolenaar
marcel 2006-08-09 19:01:27 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Define NO_TLS on PowerPC. See also: PR ia64/91846 Revision ChangesPath 1.133 +1 -0 src/lib/libc/stdlib/malloc.c

cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics

2006-08-09 Thread Marc G. Fournier
scrappy 2006-08-09 18:36:16 UTC FreeBSD ports repository Modified files: sysutils/bsdstatsMakefile sysutils/bsdstats/files 300.statistics Log: somehow, defining $OS fell out in one of the commits ... Revision ChangesPath 1.12 +1 -0 ports/sysutils/bs

cvs commit: src/sbin/geom/class/eli geli.8

2006-08-09 Thread Maxim Konovalov
maxim 2006-08-09 18:35:31 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o New sentence, new line. o Touch Dd for -r. Revision ChangesPath 1.15 +3 -2 src/sbin/geom/class/eli/geli.8

cvs commit: src/sys/pc98/include md_var.h src/sys/pc98/pc98 pc98_machdep.c

2006-08-09 Thread Warner Losh
imp 2006-08-09 18:25:07 UTC FreeBSD src repository Modified files: sys/pc98/include md_var.h sys/pc98/pc98pc98_machdep.c Log: Add pc98 specific code to adjust the firmware geometry when it differs from the actual geometry. This enables support of disks lar

cvs commit: src/sys/dev/ata ata-disk.c

2006-08-09 Thread Warner Losh
imp 2006-08-09 18:23:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: Most platforms map the actual drive geometry to the firmware's notion of geometry. However, some platforms have a more complicated mapping of the firmware values to th

cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c

2006-08-09 Thread Pawel Jakub Dawidek
pjd 2006-08-09 18:11:14 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 geom_eli.c sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c Log: Allow geli to operate on read-only providers. Initial patch from: vd MFC after: 2 weeks

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

2006-08-09 Thread Maxim Konovalov
maxim 2006-08-09 18:05:44 UTC FreeBSD src repository Modified files: lib/libc/gen msgctl.3 Log: o It speaks about struct msqid_ds not struct shmid_ds. PR: docs/101314 Submitted by: Vasil Dimov MFC after: 1 week Revision ChangesPath

cvs commit: src/sys/fs/nwfs nwfs_io.c src/sys/fs/smbfs smbfs_io.c src/sys/kern uipc_syscalls.c vfs_bio.c src/sys/nfsclient nfs_bio.c src/sys/vm swap_pager.c vm_object.c vm_page.c vm_page.h vnode_pager

2006-08-09 Thread Alan Cox
alc 2006-08-09 17:43:27 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_io.c sys/fs/smbfs smbfs_io.c sys/kern uipc_syscalls.c vfs_bio.c sys/nfsclientnfs_bio.c sys/vm swap_pager.c vm_object.c vm_page

cvs commit: ports/sysutils/portupgrade Makefile ports/sysutils/portupgrade/files patch-bin-portupgrade

2006-08-09 Thread Sergey Matveychuk
sem 2006-08-09 17:17:23 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile sysutils/portupgrade/files patch-bin-portupgrade Log: - Make fetch(1) quiet when STDOUT is not a tty (as it was before). PR: ports/101341 Requested by:

cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics

2006-08-09 Thread Marc G. Fournier
scrappy 2006-08-09 16:54:30 UTC FreeBSD ports repository Modified files: sysutils/bsdstatsMakefile sysutils/bsdstats/files 300.statistics Log: Include class information for devices, so that its easier to categorize them in reports ... Revision ChangesPath 1

cvs commit: src/sys/net bpf.c

2006-08-09 Thread Robert Watson
rwatson 2006-08-09 16:30:26 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check return values for NULL or return an error state. Assert that all three bpf buffer pointers are NULL before st

cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics

2006-08-09 Thread Marc G. Fournier
scrappy 2006-08-09 16:21:30 UTC FreeBSD ports repository Modified files: sysutils/bsdstatsMakefile sysutils/bsdstats/files 300.statistics Log: Add some verbosity to the script, letting ppl know that a report has been sent, and/or that it is disabled and how to enable i

cvs commit: ports/multimedia/libmpeg3 Makefile

2006-08-09 Thread Andrew Pantyukhin
sat 2006-08-09 15:56:46 UTC FreeBSD ports repository Modified files: multimedia/libmpeg3 Makefile Log: - Quote INSTALL value Requested by: Karol Barski <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +1 -1 ports/multimedia/libmpeg3/Makefile ___

cvs commit: ports/multimedia/avidemux2 Makefile ports/multimedia/ffmpeg-devel Makefile ports/multimedia/handbrake Makefile ports/multimedia/mpeg4ip Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:32:45 UTC FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile multimedia/ffmpeg-devel Makefile multimedia/handbrake Makefile multimedia/mpeg4ip Makefile Log: - Chase libver bump in x264 Revision ChangesPath 1.3

cvs commit: ports/multimedia/gstreamer-plugins80 Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:26:08 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins80 Makefile Log: - Back out of part of the last commit, don't need to move to LOCALBASE yet Revision ChangesPath 1.100 +4 -5 ports/multimedia/gstreamer-pl

cvs commit: ports/java/eclipse-cdt Makefile

2006-08-09 Thread Tom McLaughlin
tmclaugh2006-08-09 15:23:12 UTC FreeBSD ports repository Modified files: java/eclipse-cdt Makefile Log: Unbreak, port fetches just fine. Revision ChangesPath 1.15 +0 -2 ports/java/eclipse-cdt/Makefile ___ cvs-a

cvs commit: ports/multimedia/gstreamer-plugins80 Makefile Makefile.common ports/multimedia/gstreamer-plugins-x26480 Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:20:43 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins80 Makefile Makefile.common multimedia/gstreamer-plugins-x26480 Makefile Log: - Chase libver bump in x264 Revision ChangesPath 1.6 +1 -1 ports/multimed

cvs commit: ports/multimedia/vlc Makefile ports/multimedia/vlc-devel Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:18:33 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile multimedia/vlc-devel Makefile Log: - chase libver bump in x264 Revision ChangesPath 1.152 +2 -2 ports/multimedia/vlc-devel/Makefile 1.129 +2 -2

cvs commit: ports/multimedia/mplayer Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:17:03 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: - Chase x264 libver bump Revision ChangesPath 1.141 +2 -2 ports/multimedia/mplayer/Makefile ___ cvs-all@fre

cvs commit: ports/multimedia/x264 Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:13:13 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile Log: - Fix plist Revision ChangesPath 1.41 +1 -1 ports/multimedia/x264/Makefile ___ cvs-all@freebsd.org mailing

cvs commit: ports/multimedia/x264 Makefile distinfo ports/multimedia/x264/files patch-Makefile patch-muxers.c

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:12:23 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile distinfo multimedia/x264/files patch-Makefile Removed files: multimedia/x264/files patch-muxers.c Log: - Update to 0.0.20060808 Revision ChangesPath 1.40

cvs commit: ports/multimedia/gpac-libgpac Makefile distinfo pkg-plist ports/multimedia/gpac-libgpac/files patch-src_Makefile

2006-08-09 Thread Michael Johnson
ahze2006-08-09 15:10:27 UTC FreeBSD ports repository Modified files: multimedia/gpac-libgpac Makefile distinfo pkg-plist multimedia/gpac-libgpac/files patch-src_Makefile Log: - Update to 0.4.2-rc2 Revision ChangesPath 1.12 +2 -2 ports/multimedia/gpa

cvs commit: src/sys/net if_vlan.c

2006-08-09 Thread Yar Tikhiy
yar 2006-08-09 15:04:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_vlan.c Log: Destroy the cloned interfaces before, not after, detaching from the cloner structure in the module unload handler. The cloner structure was lik

cvs commit: doc/share/pgpkeys markus.key

2006-08-09 Thread Markus Brueffer
markus 2006-08-09 14:51:48 UTC FreeBSD doc repository (src,ports committer) Modified files: share/pgpkeysmarkus.key Log: Update key after revoking a uid Revision ChangesPath 1.2 +61 -60doc/share/pgpkeys/markus.key ___

cvs commit: ports/net-mgmt/darkstat Makefile distinfo ports/net-mgmt/darkstat/files extra-patch-cap.h

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-09 14:20:07 UTC FreeBSD ports repository Modified files: net-mgmt/darkstatMakefile distinfo Added files: net-mgmt/darkstat/files extra-patch-cap.h Log: - update to 3.0.540 - fix build on 4.X PR: ports/101545 Submitted by: maintain

cvs commit: ports/devel/p5-Params-Validate Makefile distinfo

2006-08-09 Thread Cheng-Lung Sung
clsung 2006-08-09 14:16:28 UTC FreeBSD ports repository Modified files: devel/p5-Params-Validate Makefile distinfo Log: - Update to 0.86 PR: ports/101698 Submitted by: gslin_AT_gslin dot org Approved by:maintainer (Denis Shaposhnikov) Revision Ch

  1   2   >