cvs commit: ports/net/sup Makefile distinfo

2006-08-01 Thread Hiroki Sato
hrs 2006-08-02 06:38:15 UTC FreeBSD ports repository Modified files: net/sup Makefile distinfo Log: Fix build on 7.x. Spotted by: linimon Revision ChangesPath 1.26 +1 -1 ports/net/sup/Makefile 1.7 +3 -3 ports/net/sup/di

cvs commit: ports/mail/sid-milter Makefile distinfo

2006-08-01 Thread Dirk Meyer
dinoex 2006-08-02 06:37:17 UTC FreeBSD ports repository Modified files: mail/sid-milter Makefile distinfo Log: - update to 0.2.14 PR: 101239 Submitted by: Hirohisa Yamaguchi Revision ChangesPath 1.12 +1 -2 ports/mail/sid-milter/Makefi

cvs commit: ports/cad/pcb Makefile distinfo pkg-plist ports/cad/pcb/files patch-src-file.c

2006-08-01 Thread Hiroki Sato
hrs 2006-08-02 06:22:04 UTC FreeBSD ports repository Modified files: cad/pcb Makefile distinfo pkg-plist Added files: cad/pcb/filespatch-src-file.c Log: - Add dependency on x11-toolkits/tk83[1]. - Update to 20060414[2]. PR: ports

cvs commit: ports/audio/pacpl Makefile distinfo ports/audio/pacpl/files patch-pac.conf

2006-08-01 Thread Andrew Pantyukhin
sat 2006-08-02 06:13:26 UTC FreeBSD ports repository Modified files: audio/pacpl Makefile distinfo audio/pacpl/filespatch-pac.conf Log: - Update to 3.2.1 Revision ChangesPath 1.3 +16 -16ports/audio/pacpl/Makefile 1.2 +3 -3

cvs commit: ports/security/openssl Makefile

2006-08-01 Thread Dirk Meyer
dinoex 2006-08-02 05:52:28 UTC FreeBSD ports repository Modified files: security/openssl Makefile Log: - ignore OpenSSL 0.9.7* on CUREENT >= 700019 - break out if shared lib version in port is less than base Revision ChangesPath 1.116 +18 -1 ports/secur

cvs commit: src/sys/dev/dc dcphy.c pnphy.c

2006-08-01 Thread Pyun YongHyeon
yongari 2006-08-02 05:28:52 UTC FreeBSD src repository Modified files: sys/dev/dc dcphy.c pnphy.c Log: Replace hard-coded magic constants to system defined constants (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). These pseudo PHY drivers were forgotten from the convers

Re: cvs commit: ports/devel Makefile ports/devel/p5-Linux-Pid Makefile distinfo pkg-descr pkg-plist

2006-08-01 Thread Andrew Pantyukhin
On 8/2/06, Erwin Lansing <[EMAIL PROTECTED]> wrote: On Tue, Aug 01, 2006 at 08:12:19PM +, Andrew Pantyukhin wrote: > sat 2006-08-01 20:12:19 UTC > > FreeBSD ports repository > > Modified files: > develMakefile > Added files: > devel/p5-Linux-Pid Makefil

cvs commit: ports/chinese/acroread-zh_CN Makefile distinfo ports/chinese/acroread-zh_TW Makefile distinfo ports/french/acroread Makefile distinfo ports/german/acroread Makefile distinfo ports/japanese

2006-08-01 Thread Hiroki Sato
hrs 2006-08-02 05:05:37 UTC FreeBSD ports repository Modified files: chinese/acroread-zh_CN Makefile distinfo chinese/acroread-zh_TW Makefile distinfo french/acroread Makefile distinfo german/acroread Makefile distinfo japanese/acroreadMakefile di

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

2006-08-01 Thread Sam Leffler
sam 2006-08-02 04:55:04 UTC FreeBSD src repository Modified files: sys/dev/usb if_ural.c Log: remove unneccessary null ptr check Coverity ID:173918 Revision ChangesPath 1.43 +1 -2 src/sys/dev/usb/if_ural.c __

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

2006-08-01 Thread Sam Leffler
sam 2006-08-02 04:54:14 UTC FreeBSD src repository Modified files: sys/dev/ral rt2560.c Log: remove unnecessary null ptr check Coverity ID:173911 Revision ChangesPath 1.7 +1 -2 src/sys/dev/ral/rt2560.c _

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-08-01 Thread Pyun YongHyeon
yongari 2006-08-02 04:27:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c if_skreg.h Log: MFC: if_sk.c, 1.128 if_skreg.h, 1.38 to RELENG_6 Add device ID for second generation D-Link DGE-530T. Revision ChangesPath

cvs commit: ports/lang/gdc Makefile distinfo pkg-descr ports/lang/gdc/files patch-gcc__d__phobos__config__gen_unix.c

2006-08-01 Thread Rong-En Fan
rafan 2006-08-02 04:16:41 UTC FreeBSD ports repository Modified files: lang/gdc Makefile distinfo pkg-descr Removed files: lang/gdc/files patch-gcc__d__phobos__config__gen_unix.c Log: - Update to 0.19 - Update WWW PR: ports/101163 S

cvs commit: ports/www/p5-TestGen4Web-Runner Makefile distinfo

2006-08-01 Thread Rong-En Fan
rafan 2006-08-02 04:14:43 UTC FreeBSD ports repository Modified files: www/p5-TestGen4Web-Runner Makefile distinfo Log: - Update to 0.08 PR: ports/101198 Submitted by: Conor McDermottroe (maintainer) Revision ChangesPath 1.2 +1 -1 po

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

2006-08-01 Thread Andrew Thompson
thompsa 2006-08-02 04:11:25 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Document the log_stp variable. Revision ChangesPath 1.19 +6 -0 src/share/man/man4/if_bridge.4 ___ cvs-all

cvs commit: src/sys/net if_bridge.c

2006-08-01 Thread Andrew Thompson
thompsa 2006-08-02 03:54:29 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: - Use the new bridgestp callback to once again flush our bridge routes when an interface is disabled. - Log port changes to syslog, defaulting to off Revision

Re: cvs commit: src/sys/net if_vlan.c

2006-08-01 Thread Qing Li
> > Removing the "dead" assignment to evl->evl_encap_proto above and > reducing the bcopy window by 2 bytes here is a nano-optimization. > Which is worse, it smuggles hidden dot1q details in this otherwise > encapsulation-neutral block of code. E.g., I could use the former > code for both dot1q

cvs commit: CVSROOT modules

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-02 03:20:29 UTC FreeBSD ports repository Modified files: .modules Log: p5-IMDB-Film --> ports/www/p5-IMDB-Film Revision ChangesPath 1.15859 +1 -0 CVSROOT/modules ___ cvs-all@freeb

cvs commit: ports/www Makefile ports/www/p5-IMDB-Film Makefile distinfo pkg-descr pkg-plist

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-02 03:20:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-IMDB-Film Makefile distinfo pkg-descr pkg-plist Log: Add p5-IMDB-Film 0.22, OO Perl interface to the movies database IMDB. PR: po

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

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-02 03:17:28 UTC FreeBSD ports repository Modified files: devel/p5-Module-Load-Conditional Makefile distinfo Log: - update to 0.10 Revision ChangesPath 1.4 +2 -4 ports/devel/p5-Module-Load-Conditional/Makefile 1.4 +3 -3 ports/dev

cvs commit: src/sys/net if_bridge.c

2006-08-01 Thread Andrew Thompson
thompsa 2006-08-02 02:59:24 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Tell bridgestp that we are about to free the memory so it can cleanup. Revision ChangesPath 1.74 +3 -0 src/sys/net/if_bridge.c __

cvs commit: src/sys/net bridgestp.c

2006-08-01 Thread Andrew Thompson
thompsa 2006-08-02 02:51:42 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Fix style in the last commit, the variable declaration goes at the top of the function. Revision ChangesPath 1.18 +2 -1 src/sys/net/bridgestp.c ___

cvs commit: src/sys/net bridgestp.c bridgestp.h

2006-08-01 Thread Andrew Thompson
thompsa 2006-08-02 02:47:27 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h Log: Add a callback so we can notify the parent bridge that a port state change has occured, we need to do this from a taskqueue to avoid a LOR with the if_bridge

cvs commit: ports/mail/dkim-milter Makefile distinfo

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-02 02:47:05 UTC FreeBSD ports repository Modified files: mail/dkim-milter Makefile distinfo Log: - update to 0.5.1 PR: ports/101238 Submitted by: maintainer (Hirohisa Yamaguch) Revision ChangesPath 1.7 +1 -1 ports/ma

cvs commit: src/sys/dev/sk if_sk.c

2006-08-01 Thread Pyun YongHyeon
yongari 2006-08-02 02:37:00 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix incorrect busy check for PHY write operation. While I'm here remove unnecessary return statement. Revision ChangesPath 1.129 +2 -4 src/sys/dev/sk/if

Re: cvs commit: src/sys/net if_vlan.c

2006-08-01 Thread Yar Tikhiy
On Tue, Aug 01, 2006 at 05:40:56PM -0700, Sam Leffler wrote: > > We obviously had no idea you were interested in this. I was asked to > review the original change and noticed the bogus panic code and > suggested it be fixed at the same time. I already pointed out to Qing > Li that the new code is

cvs commit: ports/security/vuxml vuln.xml

2006-08-01 Thread Jun Kuriyama
kuriyama2006-08-02 01:40:25 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add recent gnupg issue. Revision ChangesPath 1.1096+29 -1 ports/security/vuxml/vuln.xml ___ cvs-all@freebsd.

cvs commit: src/sys/net bridgestp.c

2006-08-01 Thread Andrew Thompson
thompsa 2006-08-02 01:36:40 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Be sure to disable the port when removing it from STP. Revision ChangesPath 1.16 +2 -0 src/sys/net/bridgestp.c __

cvs commit: ports/security/gnupg Makefile distinfo pkg-plist

2006-08-01 Thread Jun Kuriyama
kuriyama2006-08-02 01:34:30 UTC FreeBSD ports repository Modified files: security/gnupg Makefile distinfo pkg-plist Log: - Upgrade to 1.4.5. (fixes 2 more possible memory allocation attacks). - Enable OPTIONS [1]. Security: http://lists.gnupg.org/pipermail

cvs commit: CVSROOT modules

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:21:47 UTC FreeBSD ports repository Modified files: .modules Log: p5-AI-Prolog --> ports/devel/p5-AI-Prolog Revision ChangesPath 1.15858 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/devel Makefile ports/devel/p5-AI-Prolog Makefile distinfo pkg-descr pkg-plist ports/devel/p5-AI-Prolog/files patch-Makefile.PL

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:21:33 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-AI-Prolog Makefile distinfo pkg-descr pkg-plist devel/p5-AI-Prolog/files patch-Makefile.PL Log: add p5-AI-Prolog 0.734 Perl extension for l

cvs commit: CVSROOT modules

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:20:39 UTC FreeBSD ports repository Modified files: .modules Log: p5-Text-Quote --> ports/textproc/p5-Text-Quote Revision ChangesPath 1.15857 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/textproc Makefile ports/textproc/p5-Text-Quote Makefile distinfo pkg-descr pkg-plist

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:20:01 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Text-Quote Makefile distinfo pkg-descr pkg-plist Log: add p5-Text-Quote 0.3 Quotes strings as required for perl to eval them back correctly

cvs commit: CVSROOT modules

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:19:03 UTC FreeBSD ports repository Modified files: .modules Log: p5-Hash-AsObject --> ports/devel/p5-Hash-AsObject Revision ChangesPath 1.15856 +1 -0 CVSROOT/modules ___ cvs

cvs commit: ports/devel Makefile ports/devel/p5-Hash-AsObject Makefile distinfo pkg-descr pkg-plist

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:18:48 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Hash-AsObject Makefile distinfo pkg-descr pkg-plist Log: add p5-Hash-AsObject 0.05 Hashes with accessors/mutators PR: 101017

cvs commit: CVSROOT modules

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:16:38 UTC FreeBSD ports repository Modified files: .modules Log: p5-aliased --> ports/devel/p5-aliased Revision ChangesPath 1.15855 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/devel Makefile ports/devel/p5-aliased Makefile distinfo pkg-descr

2006-08-01 Thread Ying-Chieh Liao
ijliao 2006-08-02 01:16:21 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-aliased Makefile distinfo pkg-descr Log: add p5-aliased 0.20 Use shorter versions of class names PR: 101016 Revision Ch

cvs commit: src/sys/kern uipc_socket.c

2006-08-01 Thread Robert Watson
rwatson 2006-08-02 00:45:27 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Move updated of 'numopensockets' from bottom of sodealloc() to the top, eliminating a second set of identical mutex operations at the bottom. This allows brief excee

Re: cvs commit: src/sys/net if_vlan.c

2006-08-01 Thread Sam Leffler
Yar Tikhiy wrote: > On Tue, Aug 01, 2006 at 05:28:10PM +, Qing Li wrote: >> qingli 2006-08-01 17:28:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/net if_vlan.c >> Log: >> In vlan_input(), if the network interface does not perform h/w based >>

Re: cvs commit: src/sys/net if_vlan.c

2006-08-01 Thread Yar Tikhiy
On Tue, Aug 01, 2006 at 05:28:10PM +, Qing Li wrote: > qingli 2006-08-01 17:28:10 UTC > > FreeBSD src repository > > Modified files: > sys/net if_vlan.c > Log: > In vlan_input(), if the network interface does not perform h/w based > vlan tag processing, the co

cvs commit: ports/japanese/mecab Makefile

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-02 00:22:21 UTC FreeBSD ports repository Modified files: japanese/mecab Makefile Log: WITH_CHARSET feature was introduced in my last update. But it doesn't work unless libiconv is linked. - Link with libiconv. - Correct charset examples - bump POR

Re: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c

2006-08-01 Thread Darren Pilgrim
Pawel Jakub Dawidek wrote: pjd 2006-08-01 23:17:33 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Don't use f-word in comments. We are gentlemans. There's a typo two lines down in both files:

cvs commit: ports/japanese/p5-Text-MeCab Makefile

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-02 00:06:35 UTC FreeBSD ports repository Modified files: japanese/p5-Text-MeCab Makefile Log: - Add IS_INTERACTIVE. - Correct an English comment. PR: ports/101220 Submitted by: maintainer (TAOKA Fumiyoshi) Revision ChangesPath 1.

cvs commit: ports/www/py-django Makefile distinfo pkg-plist

2006-08-01 Thread Jose Alonso Cardenas Marquez
acm 2006-08-01 23:49:52 UTC FreeBSD ports repository Modified files: www/py-djangoMakefile distinfo pkg-plist Log: - Update to 0.95 Approved by:garga (mentor) Revision ChangesPath 1.7 +2 -1 ports/www/py-django/Makefile 1.3 +3 -3

cvs commit: ports/mail/qmail Makefile distinfo

2006-08-01 Thread Renato Botelho
garga 2006-08-01 23:38:10 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo Log: Add OUTGOINGIP patch to qmail-spamcontrol and qmail-tls slaveports Revision ChangesPath 1.109 +8 -1 ports/mail/qmail/Makefile 1.55 +3 -

cvs commit: CVSROOT modules

2006-08-01 Thread Jose Alonso Cardenas Marquez
acm 2006-08-01 23:34:02 UTC FreeBSD ports repository Modified files: .modules Log: pyxmame --> ports/emulators/pyxmame Revision ChangesPath 1.15854 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/emulators Makefile ports/emulators/pyxmame Makefile distinfo pkg-descr pkg-plist ports/emulators/pyxmame/files patch-pyxmame_Config.py patch-setup.py

2006-08-01 Thread Jose Alonso Cardenas Marquez
acm 2006-08-01 23:31:06 UTC FreeBSD ports repository Modified files: emulatorsMakefile Added files: emulators/pyxmameMakefile distinfo pkg-descr pkg-plist emulators/pyxmame/files patch-pyxmame_Config.py patch-setup.py Log: - New port: emulators/pyx

cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c

2006-08-01 Thread Pawel Jakub Dawidek
pjd 2006-08-01 23:17:33 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Don't use f-word in comments. We are gentlemans. Pointed out by: Maciej Sobczak Revision ChangesPath 1.86 +1 -1

cvs commit: ports/devel/p5-File-Binary Makefile distinfo

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-01 22:57:56 UTC FreeBSD ports repository Modified files: devel/p5-File-Binary Makefile distinfo Log: - update to 1.3 - take maintainership Revision ChangesPath 1.9 +3 -4 ports/devel/p5-File-Binary/Makefile 1.7 +3 -3 ports/deve

cvs commit: src/sys/dev/uart uart_bus_pci.c

2006-08-01 Thread Marcel Moolenaar
marcel 2006-08-01 22:57:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_bus_pci.c Log: MFC revs 1.7, 1.8 and 1.9: o Add support for non-standard rclk values. o Add Quatech ID o Add 2 NEC IDs o Add 2 HP IDs o Add 5

cvs commit: ports/www/p5-Text-Markdown-ApacheHandler Makefile distinfo

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-01 22:41:39 UTC FreeBSD ports repository Modified files: www/p5-Text-Markdown-ApacheHandler Makefile distinfo Log: - Update to 0.04 PR: ports/101177 Submitted by: clsung Approved by:maintainer (Gea-Suan Lin) Revision ChangesPat

cvs commit: ports/databases/p5-Class-Inflate Makefile distinfo

2006-08-01 Thread Cheng-Lung Sung
clsung 2006-08-01 22:35:18 UTC FreeBSD ports repository Modified files: databases/p5-Class-Inflate Makefile distinfo Log: - Update to 0.04 PR: ports/101212 Submitted by: maintainer (Gea-Suan Lin) Revision ChangesPath 1.2 +1 -1 ports/da

cvs commit: src/sys/ddb db_ps.c

2006-08-01 Thread John Baldwin
jhb 2006-08-01 22:30:55 UTC FreeBSD src repository Modified files: sys/ddb db_ps.c Log: Fix two nits in the ps header that offset each other making them largely unnoticable. Revision ChangesPath 1.63 +6 -6 src/sys/ddb/db_ps.c _

cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/share/man/man4/man4.powerpc Makefile powermac_nvram.4 src/sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h src/sys/module

2006-08-01 Thread Maxim Sobolev
sobomax 2006-08-01 22:19:01 UTC FreeBSD src repository Modified files: etc/mtreeBSD.include.dist include Makefile sys/modules Makefile usr.sbin Makefile sys/conf files.powerpc sys/powerpc/conf GENER

cvs commit: src/sys/sys serial.h

2006-08-01 Thread Marcel Moolenaar
marcel 2006-08-01 21:51:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys serial.h Log: MFC rev 1.3, 1.4 and 1.5: o Add defines for the 5 interrupt sources typical for serial devices. o Add bit masks for the various definitions.

Re: cvs commit: ports/devel Makefile ports/devel/p5-Linux-Pid Makefile distinfo pkg-descr pkg-plist

2006-08-01 Thread Erwin Lansing
On Tue, Aug 01, 2006 at 08:12:19PM +, Andrew Pantyukhin wrote: > sat 2006-08-01 20:12:19 UTC > > FreeBSD ports repository > > Modified files: > develMakefile > Added files: > devel/p5-Linux-Pid Makefile distinfo pkg-descr pkg-plist > Log: > Add po

cvs commit: src/sys/dev/uart uart_tty.c

2006-08-01 Thread Marcel Moolenaar
marcel 2006-08-01 21:30:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_tty.c Log: MFC rev. 1.29: Propagate overrun conditions to the TTY layer. Revision ChangesPath 1.22.2.2 +2 -0 src/sys/dev/uart/uart_tty.c __

cvs commit: ports/comms/ktrack/files patch-ktrack_calculator.cpp

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:49:52 UTC FreeBSD ports repository Added files: comms/ktrack/files patch-ktrack_calculator.cpp Log: Unbreak PR: ports/100993 Submitted by: Diane Bruce (maintainer) Revision ChangesPath 1.1 +10 -0 ports/comms/ktrac

cvs commit: CVSROOT modules

2006-08-01 Thread Andrew Pantyukhin
sat 2006-08-01 20:46:13 UTC FreeBSD ports repository Modified files: .modules Log: p5-Log-Dispatch-Email-EmailSend --> ports/devel/p5-Log-Dispatch-Email-EmailSend Revision ChangesPath 1.15853 +1 -0 CVSROOT/modules

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

2006-08-01 Thread Andrew Pantyukhin
sat 2006-08-01 20:45:50 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Log-Dispatch-Email-EmailSend Makefile distinfo pkg-descr pkg-plist Log: Add port devel/p5-Log-Dispatch-Em

cvs commit: CVSROOT modules

2006-08-01 Thread Florent Thoumie
flz 2006-08-01 20:42:40 UTC FreeBSD ports repository Modified files: .modules Log: v4l_compat --> ports/multimedia/v4l_compat Revision ChangesPath 1.15852 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/multimedia Makefile ports/multimedia/v4l_compat Makefile pkg-descr pkg-plist ports/multimedia/v4l_compat/files videodev.h

2006-08-01 Thread Florent Thoumie
flz 2006-08-01 20:41:21 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/v4l_compat Makefile pkg-descr pkg-plist multimedia/v4l_compat/files videodev.h Log: Add multimedia/v4l_compat port, a port that installs the

cvs commit: ports/multimedia/pwcbsd Makefile pkg-plist

2006-08-01 Thread Florent Thoumie
flz 2006-08-01 20:36:09 UTC FreeBSD ports repository Modified files: multimedia/pwcbsdMakefile pkg-plist Log: Don't install . This is moving to a brand new multimedia/v4l_compat port. Approved by:maintainer Revision ChangesPath 1.5 +1 -1

cvs commit: CVSROOT modules

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:33:06 UTC FreeBSD ports repository Modified files: .modules Log: richtext --> ports/editors/richtext Revision ChangesPath 1.15851 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.o

cvs commit: ports/editors Makefile ports/editors/richtext Makefile distinfo pkg-descr ports/editors/richtext/files patch-Imakefile

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:32:41 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/richtext Makefile distinfo pkg-descr editors/richtext/files patch-Imakefile Log: This a simple editor for Microsoft RTF files ver. 1.3.

cvs commit: ports/mail/postfix Makefile

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:29:35 UTC FreeBSD ports repository Modified files: mail/postfix Makefile Log: Fix "typo" in previous commit. Submitted by: KIMURA Yasuhiro Revision ChangesPath 1.117 +1 -1 ports/mail/postfix/Makefile __

cvs commit: CVSROOT modules

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:22:34 UTC FreeBSD ports repository Modified files: .modules Log: gspiceui --> ports/cad/gspiceui Revision ChangesPath 1.15850 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org m

cvs commit: ports/cad Makefile ports/cad/gspiceui Makefile distinfo pkg-descr pkg-plist ports/cad/gspiceui/files patch-src_Makefile

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:22:11 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/gspiceui Makefile distinfo pkg-descr pkg-plist cad/gspiceui/files patch-src_Makefile Log: This port provides a GUI for two freely availabl

cvs commit: CVSROOT modules

2006-08-01 Thread Andrew Pantyukhin
sat 2006-08-01 20:12:52 UTC FreeBSD ports repository Modified files: .modules Log: p5-Linux-Pid --> ports/devel/p5-Linux-Pid Revision ChangesPath 1.15849 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/devel Makefile ports/devel/p5-Linux-Pid Makefile distinfo pkg-descr pkg-plist

2006-08-01 Thread Andrew Pantyukhin
sat 2006-08-01 20:12:19 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Linux-Pid Makefile distinfo pkg-descr pkg-plist Log: Add port devel/p5-Linux-Pid: Why should one use a module to get the PID and the PPID of

cvs commit: CVSROOT modules

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:06:00 UTC FreeBSD ports repository Modified files: .modules Log: herrie --> ports/audio/herrie Revision ChangesPath 1.15848 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports/audio Makefile ports/audio/herrie Makefile distinfo pkg-descr

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 20:05:31 UTC FreeBSD ports repository Modified files: audioMakefile Added files: audio/herrie Makefile distinfo pkg-descr Log: Herrie is a small command line music player. It has vim-like controls and has some unique features, l

cvs commit: ports/dns/dnsmasq Makefile

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 19:58:37 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile Log: - fix dbus dependency issue - change IPv6 OPTION default to off - bump PORTREVISION PR: ports/101172 Submitted by: Babak Farrokhi (maintainer)

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

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 19:53:16 UTC FreeBSD ports repository Modified files: math/jsmath Makefile distinfo pkg-plist Log: Update to 3.3c PR: ports/101181 Submitted by: Nicola Vitale (maintainer) Revision ChangesPath 1.3 +1 -1 ports

cvs commit: ports/cad/gerbv Makefile distinfo

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 19:51:09 UTC FreeBSD ports repository Modified files: cad/gerbvMakefile distinfo Log: Update to version 1.0.2 PR: ports/101188 Submitted by: KATO Tsuguru Revision ChangesPath 1.24 +4 -5 ports/cad/gerbv/Make

cvs commit: doc/de_DE.ISO8859-1/articles/explaining-bsd article.sgml doc/de_DE.ISO8859-1/books/faq book.sgml doc/de_DE.ISO8859-1/books/fdp-primer book.sgml doc/de_DE.ISO8859-1/books/fdp-primer/transla

2006-08-01 Thread Johann Kois
jkois 2006-08-01 19:43:14 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/articles/explaining-bsd article.sgml de_DE.ISO8859-1/books/faq book.sgml de_DE.ISO8859-1/books/fdp-primer book.sgml de_DE.ISO8859-1/books/fdp-primer/translations chapter.sgml de_

cvs commit: ports/deskutils/kdissert Makefile distinfo pkg-plist ports/deskutils/kdissert/files patch-SConstruct patch-src__kdissert__wscript_build

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 19:41:10 UTC FreeBSD ports repository Modified files: deskutils/kdissert Makefile distinfo pkg-plist Added files: deskutils/kdissert/files patch-src__kdissert__wscript_build Removed files: deskutils/kdissert/files patch-SConstruct Log: Update to

cvs commit: ports/graphics/meshviewer Makefile distinfo pkg-plist ports/graphics/meshviewer/files patch-Makefile patch-mesh.cc

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 19:36:52 UTC FreeBSD ports repository Modified files: graphics/meshviewer Makefile distinfo pkg-plist Removed files: graphics/meshviewer/files patch-Makefile patch-mesh.cc Log: Update to version 0.3.0 PR: ports/101193 Submitted by:

cvs commit: ports/devel/boost Makefile ports/devel/boost/files patch-boost_regex_pending_object_cache.hpp patch-boost_regex_v4_cpp_regex_traits.hpp patch-boost_regex_v4_w32_regex_traits.hpp

2006-08-01 Thread Simon Barner
barner 2006-08-01 19:25:18 UTC FreeBSD ports repository Modified files: devel/boost Makefile Added files: devel/boost/files patch-boost_regex_pending_object_cache.hpp patch-boost_regex_v4_cpp_regex_traits.hpp

cvs commit: ports/editors/zile Makefile distinfo

2006-08-01 Thread Shaun Amott
shaun 2006-08-01 19:18:11 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Log: Upgrade to 2.2.17 PR: ports/101191 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.36 +1 -1 ports/

cvs commit: ports/www/pnews Makefile pkg-plist

2006-08-01 Thread Erwin Lansing
erwin 2006-08-01 19:13:36 UTC FreeBSD ports repository Modified files: www/pnewsMakefile pkg-plist Log: Don't remove a directory that is in mtree. PR: 101167 Submitted by: erwin, pointyhat Approved by:maintainer Revision ChangesP

cvs commit: ports/graphics/kbarcode Makefile distinfo

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 19:11:24 UTC FreeBSD ports repository Modified files: graphics/kbarcodeMakefile distinfo Log: Update to version 2.0.4 PR: ports/101192 Submitted by: KATO Tsuguru Revision ChangesPath 1.20 +3 -1 ports/graphics/kbarc

cvs commit: src/sys/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc mmu_if.m mmu_oea.c pmap_dispatch.c src/sys/sparc64/sparc64 pmap.

2006-08-01 Thread Alan Cox
alc 2006-08-01 19:06:06 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386pmap.c sys/ia64/ia64pmap.c sys/powerpc/powerpc mmu_if.m mmu_oea.c pmap_dispatch.c sys/sparc64/sparc64

cvs commit: ports/science/openbabel Makefile distinfo

2006-08-01 Thread Shaun Amott
shaun 2006-08-01 19:05:03 UTC FreeBSD ports repository Modified files: science/openbabelMakefile distinfo Log: - Upgrade to 2.0.2 [1] - portlint(1) tweak PR: ports/101196 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath

Re: cvs commit: src/sys/crypto/via padlock.c src/sys/dev/random probe.c src/sys/i386/i386 identcpu.c initcpu.c src/sys/i386/include md_var.h specialreg.h

2006-08-01 Thread Mike Tancsa
Hi, This patch seems to incorrectly identify my C3 as a C7 It used to show CPU: VIA C3 Nehemiah+RNG+ACE (796.77-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x698 Stepping = 8 Features=0x381b03f real memory = 517865472 (493 MB) avail memory = 497397760 (474 MB) now it shows Time

cvs commit: ports/net/openldap23-server Makefile distinfo

2006-08-01 Thread Xin LI
delphij 2006-08-01 18:56:47 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile distinfo Log: Update to 2.3.25, a maintaince release which contains a lot of bugfixes. Revision ChangesPath 1.138 +1 -1 ports/net/openldap23-server/Makef

cvs commit: ports/print/abcm2ps Makefile distinfo

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 18:53:31 UTC FreeBSD ports repository Modified files: print/abcm2psMakefile distinfo Log: Update to version 4.12.23 PR: ports/101195 Submitted by: KATO Tsuguru Revision ChangesPath 1.12 +1 -1 ports/print/abcm2p

cvs commit: ports/www/linux-opera Makefile pkg-plist ports/www/linux-opera/files patch-ini::pluginpath.ini

2006-08-01 Thread Jeremy Messenger
mezz2006-08-01 18:48:36 UTC FreeBSD ports repository Modified files: www/linux-opera Makefile pkg-plist www/linux-opera/files patch-ini::pluginpath.ini Log: - Add lib/npapi/symlinks/linux-opera in the plugins list to chase a few of other plugins that have been m

cvs commit: CVSROOT access

2006-08-01 Thread Erwin Lansing
erwin 2006-08-01 18:48:27 UTC FreeBSD ports repository Modified files: .access Log: Neil Blakey-Milner has returned his commit bit for safe keeping. Thanks for all your work so far and hope to see you back some day. Hat:portmgr secretary

cvs commit: src/sys/kern kern_mutex.c

2006-08-01 Thread John Baldwin
jhb 2006-08-01 18:39:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_mutex.c Log: MFC: Mark the thread pointer used during an adaptive spin volatile. Revision ChangesPath 1.154.2.8 +1 -1 src/sys/kern/kern_mu

cvs commit: src/sys/kern kern_mutex.c src/sys/sys mutex.h

2006-08-01 Thread John Baldwin
jhb 2006-08-01 18:38:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_mutex.c sys/sys mutex.h Log: MFC: Write a magic value into mtx_lock when destroying a mutex. Revision ChangesPath 1.154.2.7 +

cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files patch-j2se::font::t1.c

2006-08-01 Thread Greg Lewis
glewis 2006-08-01 18:38:25 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile Added files: java/jdk15/files patch-j2se::font::t1.c Log: . Fix a segfault caused by fonts with illegal glyph names or glyph names which begin with an underscore

cvs commit: ports/java/jdk15 Makefile

2006-08-01 Thread Greg Lewis
glewis 2006-08-01 18:30:37 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile Log: . Space out the arguments to OPTIONS with tabs rather than spaces. . Add a JAIL which allows the port to be built in a jail. [1] Submitted by: anders@ [1] Rev

cvs commit: ports/mail/qpopper Makefile distinfo

2006-08-01 Thread Hajimu UMEMOTO
ume 2006-08-01 18:30:27 UTC FreeBSD ports repository Modified files: mail/qpopper Makefile distinfo Log: Re-enable IPv6 support after upgrading to 4.0.9. Approved by:bc979__at__lafn.org (maintainer) Revision ChangesPath 1.92 +6 -5 ports/

cvs commit: ports/x11-wm/afterstep-stable Makefile distinfo pkg-plist ports/x11-wm/afterstep-stable/files patch-configure patch-configure.h.in patch-libAfterBase::configure patch-libAfterBase::parse.c

2006-08-01 Thread Greg Lewis
glewis 2006-08-01 18:27:53 UTC FreeBSD ports repository Modified files: x11-wm/afterstep-stable Makefile distinfo pkg-plist x11-wm/afterstep-stable/files patch-configure patch-configure.h.in patch-src::ASDocGe

cvs commit: ports/mail/postfix Makefile

2006-08-01 Thread Ion-Mihai Tetcu
itetcu 2006-08-01 18:20:27 UTC FreeBSD ports repository Modified files: mail/postfix Makefile Log: Make rc.d start postfix later, like sendmail does. PR: 100750 Submitted by: KIMURA Yasuhiro Approved by:Vivek Khera (maintainer) Revision C

cvs commit: ports/archivers/file-roller Makefile distinfo

2006-08-01 Thread Joe Marcus Clarke
marcus 2006-08-01 18:01:02 UTC FreeBSD ports repository Modified files: archivers/file-roller Makefile distinfo Log: Update to 2.14.4. Revision ChangesPath 1.56 +1 -1 ports/archivers/file-roller/Makefile 1.34 +3 -3 ports/archivers/file-roller/di

cvs commit: ports/x11-themes/gtk-engines2 Makefile distinfo

2006-08-01 Thread Joe Marcus Clarke
marcus 2006-08-01 17:54:20 UTC FreeBSD ports repository Modified files: x11-themes/gtk-engines2 Makefile distinfo Log: Update to 2.6.10. Revision ChangesPath 1.60 +1 -1 ports/x11-themes/gtk-engines2/Makefile 1.20 +3 -3 ports/x11-themes/gtk-engin

cvs commit: src/sys/conf files src/sys/kern kern_mutex.c kern_sx.c subr_lock.c subr_turnstile.c subr_witness.c src/sys/sys lock.h mutex.h

2006-08-01 Thread John Baldwin
jhb 2006-08-01 17:40:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files sys/kern kern_mutex.c kern_sx.c subr_turnstile.c subr_witness.c sys/sys lock.h mutex.h Added file

cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

2006-08-01 Thread Bill Paul
wpaul 2006-08-01 17:36:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/re if_re.c sys/pci if_rlreg.h Log: MFC: fix padding of short checksum offload frames, fix TX DMA channel stall, add USR NIC PCI ID, add tsleep()

cvs commit: src/sys/net if_vlan.c

2006-08-01 Thread Qing Li
qingli 2006-08-01 17:28:10 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: In vlan_input(), if the network interface does not perform h/w based vlan tag processing, the code will use bcopy() to remove the vlan tag field but the code copies 2 by

  1   2   >