cvs commit: src/usr.bin/make GNode.h make.c targ.c

2007-04-19 Thread Max Khon
fjoe2007-04-20 06:33:25 UTC FreeBSD src repository Modified files: usr.bin/make GNode.h make.c targ.c Log: Improve logging when -dm is specified: if the node is considered out-of-date print not only "modified before source" message but also the path of youngest so

cvs commit: ports/devel/ztcl Makefile

2007-04-19 Thread Ion-Mihai Tetcu
itetcu 2007-04-20 06:32:02 UTC FreeBSD ports repository Modified files: devel/ztcl Makefile Log: - removed support to FreeBSD 4.x (EOL) - add NOPORTDOCS also. - add USE_LDCONFIG. PR: ports/111869 Submitted by: Marcelo Araujo Approved by:m

cvs commit: ports/www/nginx Makefile distinfo

2007-04-19 Thread Sergey A. Osokin
osa 2007-04-20 06:27:39 UTC FreeBSD ports repository Modified files: www/nginxMakefile distinfo Log: Update to 0.5.18. Revision ChangesPath 1.109 +1 -1 ports/www/nginx/Makefile 1.103 +3 -3 ports/www/nginx/distinfo __

cvs commit: src/usr.bin/make main.c

2007-04-19 Thread Max Khon
fjoe2007-04-20 06:25:45 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: When remaking makefiles check that mtime has actually changed. This fixes infinite restart in the following case: Makefile: foo foo: bar do-something

cvs commit: ports/audio/libnoise Makefile distinfo

2007-04-19 Thread Andrew Pantyukhin
sat 2007-04-20 06:19:26 UTC FreeBSD ports repository Modified files: audio/libnoise Makefile distinfo Log: - Update to 1.0.0 Revision ChangesPath 1.5 +1 -1 ports/audio/libnoise/Makefile 1.2 +3 -3 ports/audio/libnoise/distinfo

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

2007-04-19 Thread Alex Dupre
ale 2007-04-20 06:10:04 UTC FreeBSD ports repository Modified files: devel/zziplibMakefile distinfo pkg-plist Log: Update to 0.13.49 release and install man pages. Revision ChangesPath 1.18 +28 -1 ports/devel/zziplib/Makefile 1.10 +3 -3

cvs commit: src/sys/kern sched_ule.c

2007-04-19 Thread Kip Macy
kmacy 2007-04-20 05:45:47 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Schedule the ithread on the same cpu as the interrupt Tested by: kmacy Submitted by: jeffr Revision ChangesPath 1.192 +1 -2 src/sys/kern/sched_

cvs commit: src/sys/dev/cxgb cxgb_sge.c

2007-04-19 Thread Kip Macy
kmacy 2007-04-20 05:16:43 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_sge.c Log: Free cluster if we fail to create the dmamap. Fixes CID 1829 Found by: Coverity Revision ChangesPath 1.13 +1 -3 src/sys/dev/cxgb/cxgb_sge.c ___

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

2007-04-19 Thread Gregory Neil Shapiro
gshapiro2007-04-20 05:13:18 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Include a note in the sendmail 8.14.1 release note regarding the libmilter update. Requested by: re (bmah) Revision ChangesPath 1.101

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

2007-04-19 Thread Gregory Neil Shapiro
gshapiro2007-04-20 05:12:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Include a note in the sendmail 8.14.1 release note regarding the libmilter update. Unfortunately, this problem (the need t

cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c

2007-04-19 Thread Kip Macy
kmacy 2007-04-20 05:12:54 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys uipc_mvec.c Log: Eliminate CID 1842 by comparing against (type != EXT_MBUF) => refcnt != NULL Revision ChangesPath 1.12 +2 -1 src/sys/dev/cxgb/sys/uipc_mvec.c ___

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

2007-04-19 Thread Gregory Neil Shapiro
gshapiro2007-04-20 05:12:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Include a note in the sendmail 8.14.1 release note regarding the libmilter update. Unfortunately, this problem (the need t

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

2007-04-19 Thread Gregory Neil Shapiro
gshapiro2007-04-20 05:12:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Include a note in the sendmail 8.14.1 release note regarding the libmilter update. Unfortunately, this problem (the need t

cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c

2007-04-19 Thread Kip Macy
kmacy 2007-04-20 05:06:02 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys uipc_mvec.c Log: Fix memory leak in m_collapse (CID 1843) Found by: Coverity Submitted by: jhb Revision ChangesPath 1.11 +7 -4 src/sys/dev/cxgb/sys/uipc_mvec.c

cvs commit: ports/print/hplip Makefile distinfo pkg-plist ports/print/hplip/files patch-Makefile.in patch-prnt_cupsext_cupsext.c

2007-04-19 Thread Li-Wen Hsu
lwhsu 2007-04-20 04:30:57 UTC FreeBSD ports repository Modified files: print/hplip Makefile distinfo pkg-plist print/hplip/filespatch-Makefile.in Removed files: print/hplip/filespatch-prnt_cupsext_cupsext.c Log: - Update to 1.7.3 - Drop 4.x suppor

cvs commit: ports/chinese/cwtex Makefile

2007-04-19 Thread Rong-En Fan
rafan 2007-04-20 04:26:11 UTC FreeBSD ports repository Modified files: chinese/cwtexMakefile Log: - Keep quiet for INDEX build Reported by:kris Revision ChangesPath 1.14 +1 -1 ports/chinese/cwtex/Makefile __

cvs commit: ports/graphics/php-magickwand distinfo

2007-04-19 Thread Rong-En Fan
rafan 2007-04-20 04:22:54 UTC FreeBSD ports repository Modified files: graphics/php-magickwand distinfo Log: - Update checksum and size, from changelog Permit all pseudo-image formats except X Reported by:pointyhat via kris Revision ChangesPath 1.3

cvs commit: ports/games/fxsudoku Makefile

2007-04-19 Thread Ion-Mihai Tetcu
itetcu 2007-04-20 03:46:26 UTC FreeBSD ports repository Modified files: games/fxsudoku Makefile Log: Chase x11-toolkits/fox16 shared lib version bump Submitted by: pointyhat via kris Poointyhat to: itetcu (me) and Marcelo Araujo (fox16 maintainer) Revision

cvs commit: src/sys/powerpc/powerpc nexus.c

2007-04-19 Thread Peter Grehan
grehan 2007-04-20 03:24:59 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc nexus.c Log: Add ofw bus methods to the ppc nexus driver. This will be used in future EFIKA platform support. PR: 111522 Submitted by: Andrew Turner, andrew at fubar geek nz

cvs commit: ports/mail/tpop3d Makefile

2007-04-19 Thread Li-Wen Hsu
lwhsu 2007-04-20 02:31:02 UTC FreeBSD ports repository Modified files: mail/tpop3d Makefile Log: - Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA/ - Bump PORTREVISION PR: 111845 Submitted by: Alexander Logvinov A

cvs commit: ports/math/gotoblas Makefile distinfo ports/math/gotoblas/files patch-Makefile.sparc

2007-04-19 Thread Maho Nakata
maho2007-04-20 02:19:33 UTC FreeBSD ports repository Modified files: math/gotoblasMakefile distinfo Added files: math/gotoblas/files patch-Makefile.sparc Log: * Update to 1.13 * build fix for sparc64 [1]. Submitted by: kris [1]. Revision Changes

cvs commit: ports/devel/pmk Makefile

2007-04-19 Thread Ion-Mihai Tetcu
itetcu 2007-04-20 02:11:42 UTC FreeBSD ports repository Modified files: devel/pmkMakefile Log: Remove 4.x support. PR: ports/111861 Submitted by: Marcelo Araujo (maintainer) Revision ChangesPath 1.11 +1 -7 ports/devel/pmk/Ma

cvs commit: ports/devel/p5-POSIX-strptime Makefile

2007-04-19 Thread Ion-Mihai Tetcu
itetcu 2007-04-20 02:10:12 UTC FreeBSD ports repository Modified files: devel/p5-POSIX-strptime Makefile Log: Remove 4.x support. PR: ports/111860 Submitted by: Marcelo Araujo Approved by:maintainer Revision ChangesPath 1.2 +1 -7

cvs commit: ports/devel/obby Makefile

2007-04-19 Thread Ion-Mihai Tetcu
itetcu 2007-04-20 02:07:55 UTC FreeBSD ports repository Modified files: devel/obby Makefile Log: Remove 4.x support. PR: ports/111856 Submitted by: Marcelo Araujo Approved by:maintainer Revision ChangesPath 1.10 +2 -8 po

cvs commit: src/sys/fs/devfs devfs_vnops.c

2007-04-19 Thread Tom Rhodes
trhodes 2007-04-20 01:47:05 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: In some cases, like whenever devfs file times are zero, the fix(aa) will not be applied to dev entries. This leaves us with file times like "Jan 1 1970." Work aroun

cvs commit: src/sys/dev/sound/pci envy24.c envy24ht.c

2007-04-19 Thread Ariff Abdullah
ariff 2007-04-20 01:28:52 UTC FreeBSD src repository Modified files: sys/dev/sound/pcienvy24.c envy24ht.c Log: Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24ht mistakenly rely on wrong snd_spicds version. Revision ChangesPath 1.11

cvs commit: CVSROOT modules

2007-04-19 Thread Maxim Sobolev
sobomax 2007-04-20 00:39:19 UTC FreeBSD ports repository Modified files: .modules Log: libwbxml --> ports/textproc/libwbxml Revision ChangesPath 1.17889 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.

cvs commit: ports/textproc Makefile ports/textproc/libwbxml Makefile distinfo pkg-descr pkg-plist ports/textproc/libwbxml/files patch-Makefile.am patch-src_Makefile.am patch-tools_Makefile.am

2007-04-19 Thread Maxim Sobolev
sobomax 2007-04-20 00:39:04 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/libwbxmlMakefile distinfo pkg-descr pkg-plist textproc/libwbxml/files patch-Makefile.am patch-src_Makefile.am

cvs commit: ports/net-im/loudmouth/files patch-loudmouth_lm-sock.c

2007-04-19 Thread Florent Thoumie
flz 2007-04-20 00:08:55 UTC FreeBSD ports repository Added files: net-im/loudmouth/files patch-loudmouth_lm-sock.c Log: Add the patch I missed in my previous commit. Pointyhat to: self Revision ChangesPath 1.1 +14 -0 ports/net-im/loudmouth/files/p

cvs commit: CVSROOT modules

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:43:03 UTC FreeBSD ports repository Modified files: .modules Log: py-telepathy-butterfly --> ports/net-im/telepathy-butterfly Revision ChangesPath 1.17888 +1 -0 CVSROOT/modules _

cvs commit: ports/net-im Makefile ports/net-im/telepathy-butterfly Makefile distinfo pkg-descr pkg-plist

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:41:35 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/telepathy-butterfly Makefile distinfo pkg-descr pkg-plist Log: Add telepathy-butterfly, a MSN connection manager for t

cvs commit: CVSROOT modules

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:38:02 UTC FreeBSD ports repository Modified files: .modules Log: py-telepathy-python --> ports/net-im/telepathy-python Revision ChangesPath 1.17887 +1 -0 CVSROOT/modules ___

cvs commit: ports/net-im Makefile ports/net-im/telepathy-python Makefile distinfo pkg-descr pkg-plist

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:36:56 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/telepathy-python Makefile distinfo pkg-descr pkg-plist Log: Add telepathy-python, python classes for the Telepathy framework. Revision Changes

cvs commit: CVSROOT modules

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:35:17 UTC FreeBSD ports repository Modified files: .modules Log: pymsn --> ports/net-im/pymsn Revision ChangesPath 1.17886 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mail

cvs commit: src/sys/cam cam_periph.c cam_xpt.c

2007-04-19 Thread Scott Long
scottl 2007-04-19 23:34:51 UTC FreeBSD src repository Modified files: sys/cam cam_periph.c cam_xpt.c Log: Retire the spl() markers. Add in some minor missed locking as a result. Revision ChangesPath 1.68 +7 -23 src/sys/cam/cam_periph.c 1.182

cvs commit: src/usr.bin/sed process.c

2007-04-19 Thread Yar Tikhiy
yar 2007-04-19 23:34:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/sed process.c Log: Eliminate gratuitous difference from HEAD (style only). Revision ChangesPath 1.39.2.5 +1 -1 src/usr.bin/sed/process.c ___

cvs commit: ports/net-im Makefile ports/net-im/pymsn Makefile distinfo pkg-descr pkg-plist

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:33:59 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/pymsn Makefile distinfo pkg-descr pkg-plist Log: Add pymsn, a msn python library used in the Telepathy framework. Revision ChangesPa

cvs commit: CVSROOT modules

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:31:20 UTC FreeBSD ports repository Modified files: .modules Log: telepathy-idle --> ports/net-im/telepathy-idle Revision ChangesPath 1.17885 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/net-im Makefile ports/net-im/telepathy-idle Makefile distinfo pkg-descr pkg-plist

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 23:30:23 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/telepathy-idle Makefile distinfo pkg-descr pkg-plist Log: Add telepathy-idle, an IRC connection manager for the Telepathy framework. Revision Ch

cvs commit: src/usr.bin/sed POSIX

2007-04-19 Thread Yar Tikhiy
yar 2007-04-19 23:29:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/sed POSIX Log: MFC 1.2-1.4: Explain the change in sed behaviour WRT jumping over the 2nd address. Add $FreeBSD$. (Forgot to cvs up -j this file when doing

cvs commit: src/usr.bin/sed process.c src/tools/regression/usr.bin/sed regress.b2a.out regress.sh

2007-04-19 Thread Yar Tikhiy
yar 2007-04-19 23:19:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/sed process.c tools/regression/usr.bin/sed regress.sh Added files: (Branch: RELENG_6) tools/regression/usr.bin/sed regress.b2a.out Log: MFC:

cvs commit: src/usr.bin/sed process.c src/tools/regression/usr.bin/sed regress.c0.out regress.c1.out regress.c2.out regress.c3.out regress.sh

2007-04-19 Thread Yar Tikhiy
yar 2007-04-19 23:04:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/sed process.c tools/regression/usr.bin/sed regress.sh Added files: (Branch: RELENG_6) tools/regression/usr.bin/sed regress.c0.out regress.c1.out

cvs commit: src/tools/regression/usr.bin/sed regress.y.out

2007-04-19 Thread Yar Tikhiy
yar 2007-04-19 22:53:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) tools/regression/usr.bin/sed regress.y.out Log: MFC rev 1.4: Add missing newline to correct failure of the regression test. According to IEEE Std 1003.1, 2004 "Whenever the pat

cvs commit: src/sys/cam cam_periph.c cam_periph.h cam_xpt.c

2007-04-19 Thread Scott Long
scottl 2007-04-19 22:46:26 UTC FreeBSD src repository Modified files: sys/cam cam_periph.c cam_periph.h cam_xpt.c Log: Inline cam_periph_lock|unlock to make debugging easier. Use more CAM_SIM_LOCK() more uniformly. Revision ChangesPath 1.67 +0 -2

cvs commit: src/usr.bin/sed main.c process.c

2007-04-19 Thread Yar Tikhiy
yar 2007-04-19 22:38:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/sed main.c process.c Log: MFC recent small fixes: main.c 1.37: Kill a prototype for the defunct inplace_edit(). process.c 1.41:

cvs commit: ports/palm/uppc-kmod Makefile

2007-04-19 Thread Edwin Groothuis
edwin 2007-04-19 22:33:19 UTC FreeBSD ports repository Modified files: palm/uppc-kmod Makefile Log: fix breakage due to removal of bsd.port.pre.mk Pointy hat to: gabor Noticed by: dvl@ Revision ChangesPath 1.17 +3 -1 ports/palm/uppc-kmod/Makefile

cvs commit: src/sys/cam/scsi scsi_da.c

2007-04-19 Thread Scott Long
scottl 2007-04-19 22:18:16 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Fix a leaked lock in dashutdown. Revision ChangesPath 1.207 +3 -1 src/sys/cam/scsi/scsi_da.c ___ cvs-all@fre

cvs commit: ports/net-p2p/rblibtorrent-devel/files patch-include_libtorrent_asio_detail_socket_ops.hpp

2007-04-19 Thread Alejandro Pulver
alepulver2007-04-19 21:23:55 UTC FreeBSD ports repository Removed files: net-p2p/rblibtorrent-devel/files patch-include_libtorrent_asio_detail_socket_ops.hpp Log: - Remove old patch file. Reported by:pointyhat Revision Changes

cvs commit: ports/net/gq Makefile ports/net/libnet-devel Makefile ports/net/libunp Makefile ports/net/mpich Makefile ports/net/nvnet Makefile ports/net/rdist6 Makefile ports/net/tintin++-devel Makefil

2007-04-19 Thread Gabor Kovesdan
gabor 2007-04-19 21:20:48 UTC FreeBSD ports repository Modified files: net/gq Makefile net/libnet-devel Makefile net/libunp Makefile net/mpichMakefile net/nvnetMakefile net/rdist6 Makefile ne

cvs commit: ports/net-p2p/amule1 Makefile

2007-04-19 Thread Gabor Kovesdan
gabor 2007-04-19 20:50:22 UTC FreeBSD ports repository Modified files: net-p2p/amule1 Makefile Log: - Set EXPIRATION_DATE as it is marked as DEPRECATED for some time Revision ChangesPath 1.25 +1 -0 ports/net-p2p/amule1/Makefile __

cvs commit: ports/textproc/p5-PDF-API2 Makefile pkg-plist

2007-04-19 Thread Erwin Lansing
erwin 2007-04-19 20:26:54 UTC FreeBSD ports repository Modified files: textproc/p5-PDF-API2 Makefile pkg-plist Log: Fix PLIST Submitted by: pointyhat (kris) Revision ChangesPath 1.35 +1 -0 ports/textproc/p5-PDF-API2/Makefile 1.11 +0 -1 p

cvs commit: ports/multimedia/tunapie Makefile distinfo ports/multimedia/tunapie/files patch-install.sh patch-src-tuner.py

2007-04-19 Thread Nicola Vitale
nivit 2007-04-19 20:20:08 UTC FreeBSD ports repository Modified files: multimedia/tunapie Makefile distinfo multimedia/tunapie/files patch-install.sh patch-src-tuner.py Log: - Update to 1.4.2 Revision ChangesPath 1.17 +2 -2 ports/multimedia/tunapie/

cvs commit: ports/games/glob2 Makefile distinfo ports/games/glob2/files patch-configure

2007-04-19 Thread Thierry Thomas
thierry 2007-04-19 20:15:42 UTC FreeBSD ports repository Modified files: games/glob2 Makefile distinfo Removed files: games/glob2/filespatch-configure Log: Upgrade to 0.8.23. Changelog at . Revision ChangesP

cvs commit: ports/net-im/libtelepathy Makefile ports/net-im/telepathy-gabble Makefile ports/net-im/telepathy-glib Makefile ports/net-im/telepathy-salut Makefile

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 20:14:24 UTC FreeBSD ports repository Modified files: net-im/libtelepathy Makefile net-im/telepathy-gabble Makefile net-im/telepathy-glib Makefile net-im/telepathy-salut Makefile Log: Hand over telepathy ports to [EMAIL PROTECTED] Approved

cvs commit: CVSROOT modules

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 20:12:26 UTC FreeBSD ports repository Modified files: .modules Log: telepathy-salut --> ports/net-im/telepathy-salut Revision ChangesPath 1.17884 +1 -0 CVSROOT/modules ___ cvs-

cvs commit: ports/net-im Makefile ports/net-im/telepathy-salut Makefile distinfo pkg-descr pkg-plist ports/net-im/telepathy-salut/files patch-lib_gibber_gibber-linklocal-transport.c patch-lib_gibber_g

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 20:11:55 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/telepathy-salut Makefile distinfo pkg-descr pkg-plist net-im/telepathy-salut/files patch-lib_gibber_gibber-linklocal

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

2007-04-19 Thread Mathieu Arnold
mat 2007-04-19 20:09:39 UTC FreeBSD ports repository Modified files: devel/p5-CoroMakefile distinfo pkg-plist Log: Update to 3.6.1 Revision ChangesPath 1.21 +3 -3 ports/devel/p5-Coro/Makefile 1.18 +3 -3 ports/devel/p5-Coro/distinfo

cvs commit: CVSROOT modules

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 20:09:25 UTC FreeBSD ports repository Modified files: .modules Log: telepathy-gabble --> ports/net-im/telepathy-gabble Revision ChangesPath 1.17883 +1 -0 CVSROOT/modules ___ cv

cvs commit: ports/net-im Makefile ports/net-im/telepathy-gabble Makefile distinfo pkg-descr pkg-plist

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 20:08:06 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/telepathy-gabble Makefile distinfo pkg-descr pkg-plist Log: Add telepathy-gabble, a jabber connection manager for the telepathy framework. Revisi

cvs commit: CVSROOT modules

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 20:06:21 UTC FreeBSD ports repository Modified files: .modules Log: telepathy-glib --> ports/net-im/telepathy-glib Revision ChangesPath 1.17882 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/net-im Makefile ports/net-im/telepathy-glib Makefile distinfo pkg-descr pkg-plist

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 20:05:42 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/telepathy-glib Makefile distinfo pkg-descr pkg-plist Log: Add telepathy-glib, a glib utility library for the telepathy framework. Revision Chang

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

2007-04-19 Thread Mathieu Arnold
mat 2007-04-19 19:35:59 UTC FreeBSD ports repository Modified files: devel/p5-mixin Makefile distinfo Log: Update to 0.06 Revision ChangesPath 1.4 +1 -1 ports/devel/p5-mixin/Makefile 1.5 +3 -3 ports/devel/p5-mixin/distinfo ___

cvs commit: ports/textproc/p5-HTML-Tidy Makefile distinfo

2007-04-19 Thread Mathieu Arnold
mat 2007-04-19 19:35:18 UTC FreeBSD ports repository Modified files: textproc/p5-HTML-Tidy Makefile distinfo Log: Update to 1.08 Revision ChangesPath 1.4 +1 -1 ports/textproc/p5-HTML-Tidy/Makefile 1.5 +3 -3 ports/textproc/p5-HTML-Tidy/disti

cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx.h aic7xxx.c aic7xxx.h aic7xxx_inline.h

2007-04-19 Thread Scott Long
scottl 2007-04-19 18:53:53 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx.c aic79xx.h aic7xxx.c aic7xxx.h aic7xxx_inline.h Log: Up until now, the free SCB pool received only a small initial allocation, and new SCBs were alloca

cvs commit: ports/graphics/gimp-app-devel Makefile

2007-04-19 Thread Michael Johnson
ahze2007-04-19 18:45:09 UTC FreeBSD ports repository Modified files: graphics/gimp-app-devel Makefile Log: - Really fix gimp docs Reported by:kris mail Revision ChangesPath 1.164 +4 -2 ports/graphics/gimp-app-devel/Makefile __

cvs commit: ports/comms/hf/files patch-hfkernel_Makefile.in

2007-04-19 Thread Diane Bruce
db 2007-04-19 18:20:28 UTC FreeBSD ports repository Added files: comms/hf/files patch-hfkernel_Makefile.in Log: - Inadvertantly removed one too many patches Notified by:kris Approved by:ehaupt (mentor) Revision ChangesPath 1.1 +10 -0

cvs commit: src/sys/cam/scsi scsi_pt.c scsi_sa.c

2007-04-19 Thread Scott Long
scottl 2007-04-19 18:14:33 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_pt.c scsi_sa.c Log: Avoid problems with make_dev. Revision ChangesPath 1.46 +2 -0 src/sys/cam/scsi/scsi_pt.c 1.109 +2 -0 src/sys/cam/scsi/scsi_sa.c __

cvs commit: src/libexec/ftpd ftpd.8

2007-04-19 Thread Yar Tikhiy
yar 2007-04-19 17:30:20 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.8 Log: Reword the description of the UTF8 option (-8) so I can swear to myself that I understand it. Bump document date. Revision ChangesPath 1.73 +13 -14s

cvs commit: src/sys/pci intpm.c

2007-04-19 Thread John Baldwin
jhb 2007-04-19 17:14:06 UTC FreeBSD src repository Modified files: sys/pci intpm.c Log: Oops, fix intsmb(4) attach. Don't overwrite the 'value' holding the interrupt mode with the SMB revision before checking 'value' for a valid interrupt mode. Reported

cvs commit: src UPDATING

2007-04-19 Thread Diomidis Spinellis
dds 2007-04-19 17:08:55 UTC FreeBSD src repository Modified files: .UPDATING Log: Back-out manual procedure for maintaining compatibility with old accounting files. This functionality will be built-into the corresponding tools. Revision Changes

cvs commit: ports/Mk bsd.kde.mk ports/accessibility/qt4-accessible Makefile ports/chinese/qt4-codecs-cn Makefile ports/chinese/qt4-codecs-tw Makefile ports/databases/qt4-sql Makefile ports/devel/dbus-

2007-04-19 Thread Michael Nottebrock
lofi2007-04-19 17:08:04 UTC FreeBSD ports repository Modified files: Mk bsd.kde.mk accessibility/qt4-accessible Makefile chinese/qt4-codecs-cn Makefile chinese/qt4-codecs-tw Makefile databases/qt4-sqlMakefile devel/dbus-qt4 Make

cvs commit: ports/x11-toolkits/qt33 Makefile

2007-04-19 Thread Michael Nottebrock
lofi2007-04-19 17:04:17 UTC FreeBSD ports repository Modified files: x11-toolkits/qt33Makefile Log: Make sure qt33 installs (and reinstalls) properly when PREFIX is set to !=/usr/X11R6 (which will be the default once X.org 7.2 hits ports). Revision ChangesPath

cvs commit: src/usr.sbin/daemon daemon.c

2007-04-19 Thread Peter Wemm
peter 2007-04-19 16:43:30 UTC FreeBSD src repository Modified files: usr.sbin/daemon daemon.c Log: Unbreak rev 1.7's getopt usage. The -f switch does not take an argument. The stray ':' was from the defunct '-g' group arg. Revision ChangesPath 1.8 +1 -

cvs commit: ports/net-im/gossip Makefile pkg-descr

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 16:31:38 UTC FreeBSD ports repository Modified files: net-im/gossipMakefile pkg-descr Log: - Add support for telepathy in OPTIONS (off by default). - Remove 4.x support. - Point WWW to the new project website. Approved by:pav Revision

cvs commit: ports/net-im/loudmouth Makefile distinfo pkg-descr pkg-plist

2007-04-19 Thread Florent Thoumie
flz 2007-04-19 16:30:18 UTC FreeBSD ports repository Modified files: net-im/loudmouth Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.2.1. - Add new MASTER_SITE. - Point WWW to the new project website. Approved by:pav Revision ChangesPath

cvs commit: ports/benchmarks/imb Makefile

2007-04-19 Thread Edward Tomasz Napierala
trasz 2007-04-19 16:21:59 UTC FreeBSD ports repository Modified files: benchmarks/imb Makefile Log: - Remove workarounds for FreeBSD 4. PR: ports/111722 Submitted by: edwin Approved by:miwi (mentor) Revision ChangesPath 1.5 +0

cvs commit: ports/net/rrdtool Makefile

2007-04-19 Thread Li-Wen Hsu
lwhsu 2007-04-19 16:05:56 UTC FreeBSD ports repository Modified files: net/rrdtool Makefile Log: - Fix build with NOPORTDOCS=yes PR: 109704 Submitted by: Sunpoet Po-Chuan Hsieh Approved by:maintainer timeoput, clsung (mentor) Revision

cvs commit: ports/textproc/scim-openvanilla Makefile pkg-plist

2007-04-19 Thread Hajimu UMEMOTO
ume 2007-04-19 16:05:45 UTC FreeBSD ports repository Modified files: textproc/scim-openvanilla Makefile pkg-plist Log: Backout my previous change. scim-openvanilla doesn't see scim.pc, and set moduledir by itself. Reported by:pointyhat via kris Revision Chang

cvs commit: ports/print/libpaper Makefile

2007-04-19 Thread Michael Nottebrock
lofi2007-04-19 16:02:50 UTC FreeBSD ports repository Modified files: print/libpaper Makefile Log: Move REINPLACE_CMD to correct Makefile target and fix a bashism in the paperconfig script. Revision ChangesPath 1.11 +4 -3 ports/print/libpaper/Make

cvs commit: ports/x11-wm/fluxbox Makefile pkg-plist

2007-04-19 Thread Jeremy Messenger
mezz2007-04-19 15:58:54 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox Makefile pkg-plist Log: Fix the WITH_DOCPDF installation. Reported by:Benjamin Adams <[EMAIL PROTECTED]> Revision ChangesPath 1.42 +2 -1 ports/x11-wm/fluxb

cvs commit: ports/print/libpaper Makefile

2007-04-19 Thread Michael Nottebrock
lofi2007-04-19 15:51:02 UTC FreeBSD ports repository Modified files: print/libpaper Makefile Log: Don't try to use bash for scripts. PR: ports/111865 Submitted by: Fernando Herrero CarrĂ³n <[EMAIL PROTECTED]> Revision ChangesPath 1.10

cvs commit: src/sys/sys socket.h src/lib/libc/net rthdr.c

2007-04-19 Thread Mike Makonnen
mtm 2007-04-19 15:48:16 UTC FreeBSD src repository Modified files: sys/sys socket.h lib/libc/net rthdr.c Log: Make inet6_rth_* family of functions more compliant with RFC3542: 1. CMSG_NXTHDR(mhdr, cmsg) is supposed to dereference cmsg and return

cvs commit: src/sbin/ping6 ping6.c

2007-04-19 Thread Mike Makonnen
mtm 2007-04-19 15:41:00 UTC FreeBSD src repository Modified files: sbin/ping6 ping6.c Log: Correct two issues in ping6: 1. The static buffer that ping6(8) uses to hold the control data it gets from recvmsg(2) is too small in some cases. 2. When it prints th

Re: cvs commit: src/contrib/top top.c

2007-04-19 Thread Stanislav Sedov
On Thu, 19 Apr 2007 14:24:54 + (UTC) Rong-En Fan <[EMAIL PROTECTED]> mentioned: > rafan 2007-04-19 14:24:54 UTC > > FreeBSD src repository > > Modified files: > contrib/top top.c > Log: > - Add new 'a' and 'j' options into usage > > Approved by:delphij (mentor,

cvs commit: ports/chinese/cwtex Makefile pkg-deinstall

2007-04-19 Thread Rong-En Fan
rafan 2007-04-19 15:11:51 UTC FreeBSD ports repository Modified files: chinese/cwtexMakefile pkg-deinstall Log: - Use kpsewhich to find correct dvips's config Revision ChangesPath 1.13 +4 -1 ports/chinese/cwtex/Makefile 1.4 +9 -8 ports

cvs commit: ports/science/elmergrid Makefile distinfo

2007-04-19 Thread Martin Wilke
miwi2007-04-19 15:06:22 UTC FreeBSD ports repository Modified files: science/elmergridMakefile distinfo Log: - Update to 5.3.3 PR: 111881 Submitted by: miwi Approved by:maintainer Revision ChangesPath 1.10 +1 -1 ports/scien

cvs commit: src/sys/cam cam_xpt.c

2007-04-19 Thread Scott Long
scottl 2007-04-19 14:45:37 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: Zero the CCBs when mallocing them. Revision ChangesPath 1.180 +2 -2 src/sys/cam/cam_xpt.c ___ cvs-all@freebs

cvs commit: src/sys/cam cam_sim.c cam_sim.h cam_xpt.c

2007-04-19 Thread Scott Long
scottl 2007-04-19 14:28:43 UTC FreeBSD src repository Modified files: sys/cam cam_sim.c cam_sim.h cam_xpt.c Log: Split the camisr into per-SIM done queues. This optimizes the locking a little bit and allows for direct dispatch of the doneq from certain contexts

cvs commit: src/contrib/top top.c

2007-04-19 Thread Rong-En Fan
rafan 2007-04-19 14:24:54 UTC FreeBSD src repository Modified files: contrib/top top.c Log: - Add new 'a' and 'j' options into usage Approved by:delphij (mentor, implicit) Forgotten by: stas ('a') and rafan ('j') Revision ChangesPath 1.22

cvs commit: ports/mail/claws-mail-perl Makefile distinfo

2007-04-19 Thread Martin Wilke
miwi2007-04-19 14:02:48 UTC FreeBSD ports repository Modified files: mail/claws-mail-perl Makefile distinfo Log: - Fix build [1] - Update to 0.9.8 - Remove 4.X gruft Submitted by: krisbot [1] miwi Approved by:maintainer Revision Change

cvs commit: src/lib/libc/stdio fputs.3

2007-04-19 Thread Poul-Henning Kamp
phk 2007-04-19 14:01:04 UTC FreeBSD src repository Modified files: lib/libc/stdio fputs.3 Log: Grammer correction from: emaste Revision ChangesPath 1.14 +1 -1 src/lib/libc/stdio/fputs.3 ___ cvs-all@freebs

cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h

2007-04-19 Thread Ariff Abdullah
ariff 2007-04-19 13:54:22 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c ac97.h ac97_patch.c ac97_patch.h Log: - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense and should only be applied on certain specific card / vendor, henc

cvs commit: ports/devel/gflags Makefile

2007-04-19 Thread Yen-Ming Lee
leeym 2007-04-19 13:19:36 UTC FreeBSD ports repository Modified files: devel/gflags Makefile Log: - removed support to FreeBSD 4.x (EOL) PR: 111851 Submitted by: araujo at bsdmail.org Approved by:leeym Revision ChangesPath 1.5

cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/ral rt2560.c src/sys/dev/usb if_ural.c src/sys/dev/wi if_wi.c

2007-04-19 Thread Sepherosa Ziehau
sephe 2007-04-19 13:09:57 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/ral rt2560.c sys/dev/usb if_ural.c sys/dev/wi if_wi.c Log: - Fix mbuf/node leakage in drivers' raw_xmit(). - For ural(4):

cvs commit: ports/devel/p5-Coro Makefile

2007-04-19 Thread Erwin Lansing
erwin 2007-04-19 12:56:07 UTC FreeBSD ports repository Modified files: devel/p5-CoroMakefile Log: cleanup non-supported FreeBSD versions PR: 111859 Submitted by: Marcelo Araujo <[EMAIL PROTECTED]> Revision ChangesPath 1.20 +0 -4

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml

2007-04-19 Thread Adrian Chadd
adrian 2007-04-19 12:42:38 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml Log: Move myself from alumni back into developers. Revisio

cvs commit: ports/lang/afnix Makefile distinfo pkg-plist ports/lang/afnix/files patch-src_lib_plt_acf_Makefile patch-src_lib_plt_shl_cclk.cxx

2007-04-19 Thread Johan van Selst
johans 2007-04-19 12:42:27 UTC FreeBSD ports repository Modified files: lang/afnix Makefile distinfo pkg-plist Removed files: lang/afnix/files patch-src_lib_plt_acf_Makefile patch-src_lib_plt_shl_cclk.cxx Log: - Update to 1.5.0 -

cvs commit: www/en/snapshots index.sgml

2007-04-19 Thread Ken Smith
kensmith2007-04-19 12:31:39 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: Add April 2007 snapshots. Revision ChangesPath 1.36 +3 -3 www/en/snapshots/index.sgml ___ cvs-all@freebsd.

Re: cvs commit: ports/mail/claws-mail Makefile distinfo ports/mail/claws-mail-att_remover Makefile ports/mail/claws-mail-attach_warner Makefile ports/mail/claws-mail-cachesaver Makefil

2007-04-19 Thread Alexander Leidinger
Quoting Martin Wilke <[EMAIL PROTECTED]> (from Thu, 19 Apr 2007 10:45:20 + (UTC)): Approved by:netchild@ Security: http://www.vuxml.org/freebsd/c389d06d-ee57-11db-bd51-0016179b2dd5.html Nicely asked by: netchild :) Thanks! Bye, Alexander. -- Most public domain softw

cvs commit: ports/devel/py-freebsd Makefile

2007-04-19 Thread Martin Wilke
miwi2007-04-19 11:59:52 UTC FreeBSD ports repository Modified files: devel/py-freebsd Makefile Log: - Remove FreeBSD 4.X gruft PR: 111862 Submitted by: Marcelo Araujo <[EMAIL PROTECTED]> Revision ChangesPath 1.13 +1 -7 ports/deve

  1   2   >