cvs commit: ports/math/arpack Makefile

2007-07-11 Thread Maho Nakata
maho2007-07-12 06:57:48 UTC FreeBSD ports repository Modified files: math/arpack Makefile Log: Now we use USE_FORTRAN=yes to use FORTRAN. Revision ChangesPath 1.15 +1 -4 ports/math/arpack/Makefile ___

cvs commit: ports/biology/tinker Makefile

2007-07-11 Thread Maho Nakata
maho2007-07-12 06:49:37 UTC FreeBSD ports repository Modified files: biology/tinker Makefile Log: Now we use USE_FORTRAN=yes to use FORTRAN compiler. Revision ChangesPath 1.36 +2 -4 ports/biology/tinker/Makefile

Re: cvs commit: src/sys/net if.c if_var.h src/sys/netinet in.c in_var.h

2007-07-11 Thread Brian Somers
On Fri, 6 Jul 2007 19:08:57 -0700 (PDT) [EMAIL PROTECTED] wrote: > > Cool. Can we put this in regression tests? To be honest, I've never looked in tools/regression... until now. It looks like a bit of a mess. According to the README (last updated in 2001) it should be possible to ``prove -r'' e

cvs commit: ports/biology/psi88 Makefile

2007-07-11 Thread Maho Nakata
maho2007-07-12 06:41:22 UTC FreeBSD ports repository Modified files: biology/psi88Makefile Log: Now we use USE_FORTRAN=yes to use FORTRAN compiler. Revision ChangesPath 1.16 +1 -4 ports/biology/psi88/Makefile _

cvs commit: src/sys/dev/sound/pci ich.c

2007-07-11 Thread Ariff Abdullah
ariff 2007-07-12 06:39:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pciich.c Log: MFC (revision: 1.78): - malloc M_NOWAIT -> M_WAITOK. - Protect against divide by zero while calculating bus speed due to possible broken

cvs commit: src/sys/dev/sound/pci/hda hdac.c hdac_private.h

2007-07-11 Thread Ariff Abdullah
ariff 2007-07-12 06:39:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pci/hda hdac.c hdac_private.h Log: MFC: Revisions: 1.44 src/sys/dev/sound/pci/hda/hdac.c 1.8 src/sys/dev/sound/pci/hda/hdac_private.h - Ad

cvs commit: ports/biology/platon Makefile

2007-07-11 Thread Maho Nakata
maho2007-07-12 06:38:55 UTC FreeBSD ports repository Modified files: biology/platon Makefile Log: Now we use USE_FORTRAN=yes to use FORTRAN compiler. Revision ChangesPath 1.26 +1 -5 ports/biology/platon/Makefile

cvs commit: ports/biology/molden Makefile

2007-07-11 Thread Maho Nakata
maho2007-07-12 06:33:38 UTC FreeBSD ports repository Modified files: biology/molden Makefile Log: Now we use USE_FORTRAN=yes to use FORTRAN compiler. Revision ChangesPath 1.34 +1 -5 ports/biology/molden/Makefile

cvs commit: ports/astro/cfitsio Makefile

2007-07-11 Thread Maho Nakata
maho2007-07-12 06:28:59 UTC FreeBSD ports repository Modified files: astro/cfitsioMakefile Log: Now we use USE_FORTRAN=yes to use FORTRAN compiler. Revision ChangesPath 1.11 +1 -4 ports/astro/cfitsio/Makefile _

cvs commit: ports/math/blas Makefile

2007-07-11 Thread Maho Nakata
maho2007-07-12 06:24:38 UTC FreeBSD ports repository Modified files: math/blasMakefile Log: Now we USE_FORTRAN=yes for using FORTRAN compiler. Revision ChangesPath 1.42 +1 -6 ports/math/blas/Makefile __

cvs commit: ports/net/wistumbler2 Makefile

2007-07-11 Thread Andrew Thompson
thompsa 2007-07-12 04:14:01 UTC FreeBSD ports repository (src committer) Modified files: net/wistumbler2 Makefile Log: The wicontrol ioctls are no longer available from 7.x. Revision ChangesPath 1.16 +3 -0 ports/net/wistumbler2/Makefile

cvs commit: ports/audio/pulseaudio Makefile ports/audio/pulseaudio/files patch-src_daemon_main.c patch-src_pulse_thread-mainloop.c patch-src_pulsecore_pstream.c patch-src_pulsecore_refcnt.h

2007-07-11 Thread Joe Marcus Clarke
marcus 2007-07-12 04:08:56 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Added files: audio/pulseaudio/files patch-src_daemon_main.c patch-src_pulse_thread-mainloop.c patch-src_pulsecore_pstre

cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h

2007-07-11 Thread Andrew Thompson
thompsa 2007-07-12 02:54:05 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Improve the net80211 handling within ndis - use net80211 for scanning and pass the results back to the scan cache - use ieee80211_init_channels to fill ou

cvs commit: ports CHANGES ports/Mk bsd.gcc.mk bsd.port.mk

2007-07-11 Thread Maho Nakata
maho2007-07-12 01:57:10 UTC FreeBSD ports repository Modified files: .CHANGES Mk bsd.gcc.mk bsd.port.mk Log: Add USE_FORTRAN knob. All ports that use FORTRAN should use this knob. Approved by: gerald, portmgr (pav) Revisi

cvs commit: src/usr.bin/gzip gzip.c

2007-07-11 Thread Xin LI
delphij 2007-07-12 01:17:14 UTC FreeBSD src repository Modified files: usr.bin/gzip gzip.c Log: - Simulate GNU gzip(1) behavior where full filename is being output in verbose mode when doing recursive[1]. - Use better representation of S: PR: bin

Re: cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Jack Vogel
On 7/11/07, Max Laier <[EMAIL PROTECTED]> wrote: On Thursday 12 July 2007, Jack F Vogel wrote: > jfv 2007-07-11 22:59:57 UTC > > FreeBSD src repository > > Modified files: > sys/conf files kern.pre.mk > Log: > New driver for Intel 10G PCI-Express adapter (82598), d

cvs commit: src ObsoleteFiles.inc

2007-07-11 Thread Doug Barton
dougb 2007-07-12 00:02:12 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: Belatedly add the PROTO.localhost* files that were removed on 2007-06-18 Approved by:re (rwatson) Revision ChangesPath 1.105 +4 -0 src/

cvs commit: src/sys/conf kern.pre.mk

2007-07-11 Thread Jack F Vogel
jfv 2007-07-12 00:01:54 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Removed unnecessary global includes for ixgbe, and em. Both have been determined to be unnecessary. Approved by: re Revision ChangesPath 1.90 +0 -6

cvs commit: src/etc/namedb named.conf

2007-07-11 Thread Doug Barton
dougb 2007-07-11 23:59:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/namedb named.conf Log: Comment out the BIND 9.4.x-only disable-emtpy-zone options. Pointed out by: A cast of thousands Pointy hat to: Just me Revision Chan

Re: cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Alexander Kabaev
On Wed, 11 Jul 2007 16:19:24 -0700 "Jack Vogel" <[EMAIL PROTECTED]> wrote: > It could be me just not getting the details correct, but when I had > just includes in 'files' I could not get the overall kernel build to > work. > > Look at what I did, I'd be happy to change it if you see what I'm > m

Re: cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Jack Vogel
On 7/11/07, Alexander Kabaev <[EMAIL PROTECTED]> wrote: On Wed, 11 Jul 2007 16:19:24 -0700 "Jack Vogel" <[EMAIL PROTECTED]> wrote: > It could be me just not getting the details correct, but when I had > just includes in 'files' I could not get the overall kernel build to > work. > > Look at what

Re: cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Jack Vogel
It could be me just not getting the details correct, but when I had just includes in 'files' I could not get the overall kernel build to work. Look at what I did, I'd be happy to change it if you see what I'm missing. On 7/11/07, Max Laier <[EMAIL PROTECTED]> wrote: On Thursday 12 July 2007, J

Re: cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Max Laier
On Thursday 12 July 2007, Jack F Vogel wrote: > jfv 2007-07-11 22:59:57 UTC > > FreeBSD src repository > > Modified files: > sys/conf files kern.pre.mk > Log: > New driver for Intel 10G PCI-Express adapter (82598), driver is > still in Beta, but we want early users

cvs commit: src/libexec/rtld-elf Symbol.map

2007-07-11 Thread Alexander Kabaev
kan 2007-07-11 23:07:37 UTC FreeBSD src repository Modified files: libexec/rtld-elf Symbol.map Log: Add r_debug_state to the list of symbols exported from rtld. GDB needs to be able to find it in order to trap shared library events from rtld. Approved by:re (r

cvs commit: src/sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h

2007-07-11 Thread Jack F Vogel
jfv 2007-07-11 23:03:17 UTC FreeBSD src repository Added files: sys/dev/ixgbeLICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c

cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Jack F Vogel
jfv 2007-07-11 22:59:57 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk Log: New driver for Intel 10G PCI-Express adapter (82598), driver is still in Beta, but we want early users to have access to it in 7.0, Feedback welcome. Enjoy. -J

cvs commit: src/sys/i386/include/pc vesa.h src/sys/dev/fb splash_bmp.c

2007-07-11 Thread Matt Jacob
mjacob 2007-07-11 22:34:34 UTC FreeBSD src repository Modified files: sys/i386/include/pc vesa.h sys/dev/fb splash_bmp.c Log: Remove the internal use of __packed and put it on the structures themselves. Reviewed by:nate, peter, warner, robert Approve

cvs commit: src/sys/pc98/cbus sio.c

2007-07-11 Thread Matt Jacob
mjacob 2007-07-11 22:30:13 UTC FreeBSD src repository Modified files: sys/pc98/cbussio.c Log: Forced commit for a minor correction: In the function pc98_check_if_type for the non-8251 case make sure we initialize fileds in the iod that otherwise would have been

cvs commit: ports/audio/oss/files oss.in

2007-07-11 Thread Edward Tomasz Napierala
trasz 2007-07-11 22:09:52 UTC FreeBSD ports repository Modified files: audio/oss/files oss.in Log: - Fix rc script, properly this time. This is style cleanup, so don't bump PORTREVISION. Submitted by: dougb Approved by:miwi (mentor) Revision Changes

cvs commit: ports/audio/ardour Makefile ports/audio/caps-plugins Makefile ports/audio/dino Makefile ports/audio/dssi Makefile ports/audio/fluidsynth-dssi Makefile ports/audio/ghostess Makefile ports/a

2007-07-11 Thread Edward Tomasz Napierala
trasz 2007-07-11 22:06:17 UTC FreeBSD ports repository Modified files: audio/ardour Makefile audio/caps-plugins Makefile audio/dino Makefile audio/dssi Makefile audio/fluidsynth-dssi Makefile audio/ghostess Makefile a

cvs commit: ports/devel/p5-Test-Inline Makefile distinfo

2007-07-11 Thread Erwin Lansing
erwin 2007-07-11 22:03:41 UTC FreeBSD ports repository Modified files: devel/p5-Test-Inline Makefile distinfo Log: Update to 2.202 Revision ChangesPath 1.13 +1 -1 ports/devel/p5-Test-Inline/Makefile 1.8 +3 -3 ports/devel/p5-Test-Inline/distinf

cvs commit: ports/net/enet Makefile distinfo ports/net/enet/files patch-unix.c

2007-07-11 Thread Stanislav Sedov
stas2007-07-11 22:03:28 UTC FreeBSD ports repository Modified files: net/enet Makefile distinfo Removed files: net/enet/files patch-unix.c Log: - Update to 1.1. PR: ports/113759 Submitted by: Vogels <[EMAIL PROTECTED]> Revisi

cvs commit: src/sys/coda coda_vfsops.c

2007-07-11 Thread Robert Watson
rwatson 2007-07-11 21:34:41 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c Log: Fix ioctls on the control vnode: ioctls on a character device fail with ENOTTY. Make the control vnode a regular file so that ioctls are passed through to our kerne

cvs commit: src/sys/coda coda_vfsops.c

2007-07-11 Thread Robert Watson
rwatson 2007-07-11 21:33:46 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c Log: Avoid a panic in insmntque when we pass a NULL mount: this reenables some previously disabled code which according to the comment caused a problem during shutdown.

cvs commit: src/sys/coda cnode.h coda.h coda_psdev.c coda_venus.c coda_venus.h coda_vnops.c

2007-07-11 Thread Robert Watson
rwatson 2007-07-11 21:32:09 UTC FreeBSD src repository Modified files: sys/coda cnode.h coda.h coda_psdev.c coda_venus.c coda_venus.h coda_vnops.c Log: Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled because we can't open con

cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c

2007-07-11 Thread Andrew Thompson
thompsa 2007-07-11 21:25:48 UTC FreeBSD src repository Modified files: sys/dev/wi if_wavelan_ieee.h if_wi.c Log: Now that wicontrol has been removed from the base system the corresponding ioctls can be removed. These have been #ifdef'd out and left as a reference in

cvs commit: src/sys/coda coda_vfsops.c

2007-07-11 Thread Robert Watson
rwatson 2007-07-11 21:21:55 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c Log: Resolve Coda mount failing because Coda failed to match the device operations. But we don't have to, if we find the coda_mntinfo structure for this device in our li

cvs commit: ports/games/warzone2100 Makefile

2007-07-11 Thread Alejandro Pulver
alepulver2007-07-11 21:08:48 UTC FreeBSD ports repository Modified files: games/warzone2100Makefile Log: - Use versions in dependencies correctly (bison>=2.1 --> bison2>=2.1). Revision ChangesPath 1.15 +1 -1 ports/games/warzone2100/Makefile _

cvs commit: ports/x11-toolkits/qt33 Makefile ports/x11-toolkits/qt33/files 0078-argb-visual-hack.patch 0079-compositing-types.patch 0080-net-wm-sync-request.patch ports/x11/kdebase3 Makefile ports/x11

2007-07-11 Thread Michael Nottebrock
lofi2007-07-11 20:53:41 UTC FreeBSD ports repository Modified files: x11-toolkits/qt33Makefile x11/kdebase3 Makefile Added files: x11-toolkits/qt33/files 0078-argb-visual-hack.patch 0079-compositing-types.patch

cvs commit: ports/lang/vala Makefile pkg-plist

2007-07-11 Thread Michael Johnson
ahze2007-07-11 20:45:42 UTC FreeBSD ports repository Modified files: lang/valaMakefile pkg-plist Log: Install pkgconfig files under libdata Revision ChangesPath 1.2 +4 -0 ports/lang/vala/Makefile 1.2 +1 -2 ports/lang/vala/pkg-pl

cvs commit: src/sys/coda coda_fbsd.c coda_psdev.c

2007-07-11 Thread Robert Watson
rwatson 2007-07-11 20:39:53 UTC FreeBSD src repository Modified files: sys/coda coda_fbsd.c coda_psdev.c Log: Avoid crash when opening Coda device: when allocating coda_mntinfo, we need to initialize dev so that we can actually find the allocated coda_mntinfo stru

cvs commit: ports/ftp/wxdfast Makefile distinfo pkg-plist ports/ftp/wxdfast/files patch-src__FinishedList.cpp

2007-07-11 Thread Alejandro Pulver
alepulver2007-07-11 20:34:37 UTC FreeBSD ports repository Modified files: ftp/wxdfast Makefile distinfo pkg-plist ftp/wxdfast/filespatch-src__FinishedList.cpp Log: - Update to version 0.6.0. PR: ports/114000 Submitted by: Max Brazhnikov <[EM

cvs commit: ports/ftp/filezilla Makefile distinfo

2007-07-11 Thread Alejandro Pulver
alepulver2007-07-11 20:33:02 UTC FreeBSD ports repository Modified files: ftp/filezillaMakefile distinfo Log: - Update to version 3.0.0-beta10. PR: ports/113990 Submitted by: "Conrad J. Sabatier" <[EMAIL PROTECTED]> Revision ChangesPath 1.

cvs commit: ports/devel/p5-Filter Makefile distinfo

2007-07-11 Thread Erwin Lansing
erwin 2007-07-11 19:53:28 UTC FreeBSD ports repository Modified files: devel/p5-Filter Makefile distinfo Log: Update to 1.34 Revision ChangesPath 1.22 +1 -1 ports/devel/p5-Filter/Makefile 1.14 +3 -3 ports/devel/p5-Filter/distinfo _

cvs commit: ports/devel/libgsf Makefile distinfo ports/devel/libgsf/files patch-configure ports/devel/libgsf-gnome Makefile

2007-07-11 Thread Jeremy Messenger
mezz2007-07-11 19:43:35 UTC FreeBSD ports repository Modified files: devel/libgsf Makefile distinfo devel/libgsf-gnome Makefile Removed files: devel/libgsf/files patch-configure Log: -Update to 1.14.5. -Clean up in CONFIGURE_ARGS by remove these that

cvs commit: doc/de_DE.ISO8859-1/articles Makefile doc/de_DE.ISO8859-1/articles/contributing-ports Makefile article.sgml

2007-07-11 Thread Johann Kois
jkois 2007-07-11 19:03:56 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/articles Makefile Added files: de_DE.ISO8859-1/articles/contributing-ports Makefile article.sgml Log: MFbed:  Update the German documenta

cvs commit: ports/security/gpgme Makefile

2007-07-11 Thread Michael Nottebrock
lofi2007-07-11 19:19:37 UTC FreeBSD ports repository Modified files: security/gpgme Makefile Log: Remove junk. Spotted by: sat Revision ChangesPath 1.49 +0 -1 ports/security/gpgme/Makefile ___ cvs-al

cvs commit: CVSROOT modules

2007-07-11 Thread Pav Lucistnik
pav 2007-07-11 19:18:46 UTC FreeBSD ports repository Modified files: .modules Log: bas2tap --> ports/lang/bas2tap Revision ChangesPath 1.18356 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mail

cvs commit: ports/lang Makefile ports/lang/bas2tap Makefile distinfo pkg-descr

2007-07-11 Thread Pav Lucistnik
pav 2007-07-11 19:18:08 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/bas2tap Makefile distinfo pkg-descr Log: This utility converts both 48k and 128k ZX Spectrum BASIC programs stored as plain text files into TA

cvs commit: ports/devel/goffice Makefile distinfo

2007-07-11 Thread Jeremy Messenger
mezz2007-07-11 19:08:25 UTC FreeBSD ports repository Modified files: devel/gofficeMakefile distinfo Log: Update to 0.4.1. Revision ChangesPath 1.14 +1 -1 ports/devel/goffice/Makefile 1.10 +3 -3 ports/devel/goffice/distinfo ___

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

2007-07-11 Thread Maksim Yevmenkin
emax2007-07-11 18:57:15 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c Log: Fix kbdmux(4) issue with backslash/underscore key not working on Japanese 106/109 keyboard. PR: kern/112214, kern/99090 Submitted by: TOMITA Yoshinori,

cvs commit: src/sys/sys lock_profile.h

2007-07-11 Thread Attilio Rao
attilio 2007-07-11 18:51:31 UTC FreeBSD src repository Modified files: sys/sys lock_profile.h Log: Fix userland applications compilation by using correct KPI protection macros for lock_profiling. Reported by: Tom McLaughlin <[EMAIL PROTECTED]> Tested by: Tom

Re: cvs commit: ports/multimedia/xmms-avi Makefile ports/multimedia/xmms-avi/files patch-include__videodecoder.h patch-lib__audioencoder__lame3.70__lame.c patch-lib__videocodec__DirectShow__interfaces

2007-07-11 Thread Rong-En Fan
On Wed, Jul 11, 2007 at 08:35:53PM +0200, Pav Lucistnik wrote: > Rong-En Fan píše v st 11. 07. 2007 v 16:38 +: > > rafan 2007-07-11 16:38:55 UTC > > > > FreeBSD ports repository > > > > Modified files: > > multimedia/xmms-avi Makefile > > multimedia/xmms-avi/files patch-qu

cvs commit: ports/editors/openoffice.org-2-devel/files patch-cws_unomacli64

2007-07-11 Thread Jung-uk Kim
jkim2007-07-11 18:46:07 UTC FreeBSD ports repository (src committer) Modified files: editors/openoffice.org-2-devel/files patch-cws_unomacli64 Log: (Proactively) resync with CWS unomacli64. http://www.openoffice.org/issues/show_bug.cgi?id=78393 Approved by:maho

Re: cvs commit: ports/multimedia/xmms-avi Makefile ports/multimedia/xmms-avi/files patch-include__videodecoder.h patch-lib__audioencoder__lame3.70__lame.c patch-lib__videocodec__DirectShow__interfaces

2007-07-11 Thread Pav Lucistnik
Rong-En Fan píše v st 11. 07. 2007 v 16:38 +: > rafan 2007-07-11 16:38:55 UTC > > FreeBSD ports repository > > Modified files: > multimedia/xmms-avi Makefile > multimedia/xmms-avi/files patch-quantize-pvt.c patch-win32.h > Added files: > multimedia/xmms-avi/files pa

cvs commit: ports/net/httping Makefile distinfo

2007-07-11 Thread Emanuel Haupt
ehaupt 2007-07-11 17:48:48 UTC FreeBSD ports repository Modified files: net/httping Makefile distinfo Log: Update to 1.2.4 Revision ChangesPath 1.13 +1 -1 ports/net/httping/Makefile 1.11 +3 -3 ports/net/httping/distinfo

cvs commit: ports/security/ca_root_nss Makefile distinfo

2007-07-11 Thread Brooks Davis
brooks 2007-07-11 17:07:14 UTC FreeBSD ports repository Modified files: security/ca_root_nss Makefile distinfo Log: Update to NSS 3.11.7 to match security/nss. 8 new root certiticates added. Revision ChangesPath 1.2 +1 -1 ports/security/ca_root_nss/Ma

cvs commit: ports/security/krb5 Makefile distinfo

2007-07-11 Thread Cy Schubert
cy 2007-07-11 16:51:31 UTC FreeBSD ports repository Modified files: security/krb5Makefile distinfo Log: Update 1.6.1 --> 1.6.2 Revision ChangesPath 1.117 +1 -4 ports/security/krb5/Makefile 1.35 +3 -9 ports/security/krb5/distinfo _

Re: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby18 Makefile ports/lang/ruby18/files patch-bignum.c patch-dir.c patch-eval.c patch-ext_bigdecimal_bigdecimal.c patch-ext_dl_dl.c patch-ext_etc_etc

2007-07-11 Thread Stanislav Sedov
On Tue, 10 Jul 2007 23:09:45 +0800 Xin LI <[EMAIL PROTECTED]> mentioned: > > Do you have some more information about the 'security-related' problems? > It would be kind of you if you would direct some hint to [EMAIL PROTECTED] > Every more or less- serious bug can pose security-related proble

cvs commit: ports/www/xshttpd-devel Makefile distinfo

2007-07-11 Thread Johan van Selst
johans 2007-07-11 16:44:06 UTC FreeBSD ports repository Modified files: www/xshttpd-develMakefile distinfo Log: Update to 3.5b15 Revision ChangesPath 1.34 +1 -1 ports/www/xshttpd-devel/Makefile 1.30 +3 -3 ports/www/xshttpd-devel/distinfo ___

cvs commit: ports/multimedia/xmms-avi Makefile ports/multimedia/xmms-avi/files patch-include__videodecoder.h patch-lib__audioencoder__lame3.70__lame.c patch-lib__videocodec__DirectShow__interfaces.h p

2007-07-11 Thread Rong-En Fan
rafan 2007-07-11 16:38:55 UTC FreeBSD ports repository Modified files: multimedia/xmms-avi Makefile multimedia/xmms-avi/files patch-quantize-pvt.c patch-win32.h Added files: multimedia/xmms-avi/files patch-include__videodecoder.h patch-lib

cvs commit: ports/deskutils/sunbird-i18n Makefile

2007-07-11 Thread Andrew Pantyukhin
sat 2007-07-11 16:36:23 UTC FreeBSD ports repository Modified files: deskutils/sunbird-i18n Makefile Log: - Fix categories Reported by:chkorigin.sh via erwin Revision ChangesPath 1.2 +1 -1 ports/deskutils/sunbird-i18n/Makefile _

cvs commit: CVSROOT modules

2007-07-11 Thread Erwin Lansing
erwin 2007-07-11 16:04:39 UTC FreeBSD ports repository Modified files: .modules Log: remove lynx-ssl Revision ChangesPath 1.18355 +0 -1 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http:/

cvs commit: src/usr.sbin/wpa/wpa_cli Makefile src/usr.sbin/wpa/wpa_passphrase Makefile src/usr.sbin/wpa/wpa_supplicant Makefile Packet32.c wpa_supplicant.conf.5

2007-07-11 Thread Sam Leffler
sam 2007-07-11 16:04:08 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_cli Makefile usr.sbin/wpa/wpa_passphrase Makefile usr.sbin/wpa/wpa_supplicant Makefile Packet32.c wpa_supplicant.conf.5 Log: update for wpa_supplican

cvs commit: src/contrib/wpa_supplicant FREEBSD-Xlist FREEBSD-upgrade

2007-07-11 Thread Sam Leffler
sam 2007-07-11 15:59:42 UTC FreeBSD src repository Modified files: contrib/wpa_supplicant FREEBSD-Xlist FREEBSD-upgrade Log: update for 0.5.8 import Approved by:re (hrs) Revision ChangesPath 1.4 +12 -0 src/contrib/wpa_supplicant/FREEBSD-Xlist

cvs commit: src/contrib/wpa_supplicant common.h driver_ndis_.c events.c wpa_ctrl.c wpa_supplicant.c src/contrib/wpa_supplicant/wpa_gui-qt4 eventhistory.ui.h networkconfig.ui.h scanresults.ui.h userdat

2007-07-11 Thread Sam Leffler
sam 2007-07-11 15:58:52 UTC FreeBSD src repository Modified files: contrib/wpa_supplicant common.h events.c wpa_ctrl.c wpa_supplicant.c Removed files: contrib/wpa_supplicant driver_ndis_.c contrib/wpa_supplicant/wpa_gui-qt4 eventhistory.ui.h

cvs commit: src/contrib/wpa_supplicant - Imported sources

2007-07-11 Thread Sam Leffler
sam 2007-07-11 15:48:43 UTC FreeBSD src repository src/contrib/wpa_supplicant - Imported sources Update of /home/ncvs/src/contrib/wpa_supplicant In directory repoman.freebsd.org:/tmp/cvs-serv35896 Log Message: Import of WPA supplicant 0.5.8 Status: Vendor Tag: M

cvs commit: ports/security/clamav Makefile distinfo

2007-07-11 Thread Renato Botelho
garga 2007-07-11 15:44:30 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo Log: - Update to 0.91 - Remove CURL option because it's not needed anymore Revision ChangesPath 1.101 +1 -9 ports/security/clamav/Makefile 1.41

cvs commit: ports/irc/xchat Makefile ports/irc/xchat/files patch-xc284-scrollbmkdir

2007-07-11 Thread Jeremy Messenger
mezz2007-07-11 15:20:27 UTC FreeBSD ports repository Modified files: irc/xchatMakefile Added files: irc/xchat/files patch-xc284-scrollbmkdir Log: Fix creation of ~/.xchat2/scrollback/ paths, bump the PORTREVISION. Obtained from: http://xchat.org/

cvs commit: src/sys/contrib/ngatm/netnatm/api cc_conn.c

2007-07-11 Thread Hartmut Brandt
harti 2007-07-11 14:41:54 UTC FreeBSD src repository Modified files:(Branch: BEGEMOT) sys/contrib/ngatm/netnatm/api cc_conn.c Log: Vendor patch to remove some __inline qualifiers on non-static functions because they seem to cause warnings in gcc-4.2. Submitted by

cvs commit: src/sys/dev/sound/pci ich.c

2007-07-11 Thread Ariff Abdullah
ariff 2007-07-11 14:27:45 UTC FreeBSD src repository Modified files: sys/dev/sound/pciich.c Log: Protect against divide by zero while calculating bus speed due to possible broken kernel timecounter. Reported/Tested by: silby Approved by:re (hrs) M

cvs commit: src/sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c

2007-07-11 Thread Xin LI
delphij 2007-07-11 14:26:27 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c Log: MFp4: Make use of the kernel unit number allocation facility for tmpfs nodes. Submitted by: Mingyan Guo Approved by:re (tmpfs blank

Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs

2007-07-11 Thread Henrik Brix Andersen
On Wed, Jul 11, 2007 at 02:18:10PM +0100, Bruce M. Simpson wrote: > Nifty, is this thing now known to work in FreeBSD? Now? The Wi-Spy has worked with FreeBSD since my patch in usb/105669 was committed in November last year :) The user-land tools are available in ports as net-mgmt/wispy-tools, ma

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml

2007-07-11 Thread Xin LI
delphij 2007-07-11 13:19:21 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Mention that BZIP2 1.0.4 was MFC'ed. Approved by:re (bmah) Revision ChangesPath 1.1049+2 -1 src/release/doc/en_US.ISO8859-1/

Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs

2007-07-11 Thread Bruce M. Simpson
Nifty, is this thing now known to work in FreeBSD? Henrik Brix Andersen wrote: On Tue, Jul 10, 2007 at 09:00:10PM +, Warner Losh wrote: imp 2007-07-10 21:00:10 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usbdevs Log: Add additional

cvs commit: ports/security/clamav-devel Makefile

2007-07-11 Thread Renato Botelho
garga 2007-07-11 13:13:42 UTC FreeBSD ports repository Modified files: security/clamav-devel Makefile Log: - Remove CURL option, forgotten on last commit. It's not needed anymore Revision ChangesPath 1.109 +0 -8 ports/security/clamav-devel/Makefile

cvs commit: ports/security/gpgme Makefile distinfo ports/security/gpgme/files patch-assuan-Makefile.in patch-configure patch-gpgme-1.1.3-multiple-message.patch

2007-07-11 Thread Michael Nottebrock
lofi2007-07-11 12:57:39 UTC FreeBSD ports repository Modified files: security/gpgme Makefile distinfo Removed files: security/gpgme/files patch-assuan-Makefile.in patch-configure patch-gpgme-1.1.3-multiple-message.patch Log: Update to 1.

cvs commit: www/share/sgml press.xml

2007-07-11 Thread Joseph Koshy
jkoshy 2007-07-11 12:51:20 UTC FreeBSD doc repository Modified files: share/sgml press.xml Log: Add an OFB article on setting up user PPP. Revision ChangesPath 1.40 +15 -1 www/share/sgml/press.xml ___ cvs

cvs commit: ports/security/clamav-devel Makefile distinfo

2007-07-11 Thread Renato Botelho
garga 2007-07-11 12:50:12 UTC FreeBSD ports repository Modified files: security/clamav-devel Makefile distinfo Log: - Update to 20070711 Revision ChangesPath 1.108 +1 -2 ports/security/clamav-devel/Makefile 1.70 +3 -3 ports/security/clamav

cvs commit: src/sys/coda 00READ

2007-07-11 Thread Robert Watson
rwatson 2007-07-11 12:14:38 UTC FreeBSD src repository Removed files: sys/coda 00READ Log: Remove now-stale 00READ file in the Coda tree; rvb isn't the current contact for the Coda kernel module in FreeBSD. Approved by:re (kensmith) Revision Changes

cvs commit: CVSROOT modules

2007-07-11 Thread Renato Botelho
garga 2007-07-11 12:05:45 UTC FreeBSD ports repository Modified files: .modules Log: Remove ports/devel/libslang2-devel Revision ChangesPath 1.18354 +0 -1 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports MOVED ports/devel Makefile ports/devel/libslang Makefile ports/devel/libslang2 Makefile ports/devel/libslang2-devel Makefile distinfo pkg-descr pkg-plist ports/japanese/libslang Make

2007-07-11 Thread Renato Botelho
garga 2007-07-11 12:04:42 UTC FreeBSD ports repository Modified files: .MOVED develMakefile devel/libslang Makefile devel/libslang2 Makefile japanese/libslangMakefile Removed files: devel/libslang2-devel M

cvs commit: ports/sysutils/915resolution/files 915resolution.sh.in

2007-07-11 Thread Tim Bishop
tdb 2007-07-11 11:33:43 UTC FreeBSD ports repository Modified files: sysutils/915resolution/files 915resolution.sh.in Log: Fix typo in previous commit. Submitted by: Yarema <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +5 -5 ports/sysutils/915reso

cvs commit: src/usr.sbin/ppp command.c ppp.8.m4 radius.c radius.h

2007-07-11 Thread Roman Bogorodskiy
novel 2007-07-11 10:49:06 UTC FreeBSD src repository (ports committer) Modified files:(Branch: RELENG_6) usr.sbin/ppp command.c ppp.8.m4 radius.c radius.h Log: MFC command.c 1.307, radius.h 1.22, radius.c 1.54, ppp.8.m4 1.326: Add a new option for ppp.conf:

cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml

2007-07-11 Thread Marc Fonvieille
blackend2007-07-11 09:15:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Various grammar and style fixes. PR: docs/114363 Submitted by: Ben Kaduk <[EMAIL PROTECTED]> Revision ChangesPath 1.73

cvs commit: ports/ftp/curl Makefile

2007-07-11 Thread Peter Pentchev
roam2007-07-11 09:05:04 UTC FreeBSD ports repository Modified files: ftp/curl Makefile Log: Actually, at least this version of cURL sometimes breaks with the new libssh2, and fails to connect. Mark the libssh2 usage as broken until I figure out what is the ma

cvs commit: ports/net-mgmt/macroscope Makefile distinfo

2007-07-11 Thread Pav Lucistnik
pav 2007-07-11 08:35:15 UTC FreeBSD ports repository Modified files: net-mgmt/macroscope Makefile distinfo Log: - Update to 1.0.2278 Submitted by: maintainer Revision ChangesPath 1.3 +14 -9 ports/net-mgmt/macroscope/Makefile 1.2 +3 -3

cvs commit: src ObsoleteFiles.inc

2007-07-11 Thread Doug Barton
dougb 2007-07-11 07:23:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .ObsoleteFiles.inc Log: Record the removal of the PROTO.localhost* stuff from etc/namedb Revision ChangesPath 1.25.2.17 +4 -0 src/ObsoleteFiles.

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2007-07-11 Thread Xin LI
delphij 2007-07-11 07:16:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Reflect bzip2 MFC. RevisionChangesPath 1.883.2.77 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common

cvs commit: src/etc Makefile src/etc/namedb Makefile PROTO.localhost-v6.rev PROTO.localhost.rev make-localhost named.conf src/etc/namedb/master Makefile empty.db localhost-forward.db localhost-reverse

2007-07-11 Thread Doug Barton
dougb 2007-07-11 07:08:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc Makefile etc/namedb Makefile named.conf Added files: (Branch: RELENG_6) etc/namedb/masterMakefile empty.db localhost-forward.db

cvs commit: src/contrib/bzip2 CHANGES FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS Y2K_INFO blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_p

2007-07-11 Thread Xin LI
delphij 2007-07-11 07:04:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) contrib/bzip2CHANGES FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c