cvs commit: src/sys/kern kern_malloc.c

2006-03-06 Thread Paul Saab
ps 2006-03-06 08:42:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_malloc.c Log: MFC: rev 1.153 Fix bug in malloc_uninit(): Releasing items from the mt_zone can not be done by a simple uma_zfree() call since mt_zone is

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

2006-03-06 Thread Andrew Thompson
On Mon, Mar 06, 2006 at 02:28:41AM +, Andrew Thompson wrote: > thompsa 2006-03-06 02:28:41 UTC > > FreeBSD src repository > > Modified files: > sys/net bridgestp.c if_bridgevar.h > Log: > If we miss the LINK_UP event from the network interface then the bridge por

cvs commit: src/usr.sbin/rpcbind Makefile

2006-03-06 Thread Matteo Riondato
matteo 2006-03-06 10:07:52 UTC FreeBSD src repository Modified files: usr.sbin/rpcbind Makefile Log: Don't build IPv6 support if NO_INET6 was defined PR: kern/73865 Submitted by: Jeremy Chadwick <[EMAIL PROTECTED]> MFC after: 3 days Revision

cvs commit: src/bin/chflags chflags.1

2006-03-06 Thread Tom Rhodes
trhodes 2006-03-06 10:12:14 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 Log: Slightly better markup. Discussed with: ru Revision ChangesPath 1.27 +8 -8 src/bin/chflags/chflags.1 _

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

2006-03-06 Thread Anton Berezin
tobez 2006-03-06 10:14:39 UTC FreeBSD ports repository Modified files: lang/eperl Makefile pkg-plist Log: Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout. Bump PORTREVISION. PR: 93981 Submitted by: Matthias Meyser <[EMAIL P

cvs commit: ports/lang/eperl/files patch-eperl_perl5.h

2006-03-06 Thread Anton Berezin
tobez 2006-03-06 10:15:34 UTC FreeBSD ports repository Added files: lang/eperl/files patch-eperl_perl5.h Log: Add forgotten patch for the previous commit: Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout. Bump PORTREVISION. PR: 9

cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c

2006-03-06 Thread Pawel Jakub Dawidek
pjd 2006-03-06 10:36:33 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.8 syslogd.c Log: By default (for security reasons) syslogd(8) doesn't create log files when they don't exist, but sometimes its quite useful (eg. we use non-standard log files

cvs commit: ports/converters/ytnef Makefile

2006-03-06 Thread Renato Botelho
garga 2006-03-06 10:38:45 UTC FreeBSD ports repository Modified files: converters/ytnef Makefile Log: Add missing RUN_DEPENDS Submitted by: maintainer by email Reported by:Derek <[EMAIL PROTECTED]> Approved by:portmgr (erwin) Revision ChangesPat

cvs commit: src/sys/kern vfs_syscalls.c src/sys/compat/freebsd32 freebsd32_misc.c

2006-03-06 Thread Paul Saab
ps 2006-03-06 10:56:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_syscalls.c sys/compat/freebsd32 freebsd32_misc.c Log: MFC: Don't truncate f_mntfromname & f_mntonname to 16 characters when translating statfs into o

cvs commit: src Makefile

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 11:17:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Log: MFC rev. 1.326: Do not discard the current value of __MAKE_CONF when testing whether MAKEOBJDIRPREFIX is set at a wrong place. Appro

cvs commit: ports/converters/ytnef Makefile

2006-03-06 Thread Renato Botelho
garga 2006-03-06 11:22:00 UTC FreeBSD ports repository Modified files: converters/ytnef Makefile Log: Bump PORTREVISION dur to last commit Noted by: kris Approved by:portmgr (kris) Revision ChangesPath 1.3 +1 -0 ports/converters/ytnef

cvs commit: src Makefile

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 11:22:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) .Makefile Log: MFC rev. 1.326: Do not discard the current value of __MAKE_CONF when testing whether MAKEOBJDIRPREFIX is set at a wrong place. Appro

cvs commit: ports/security/vuxml vuln.xml

2006-03-06 Thread Marius Strobl
marius 2006-03-06 12:15:26 UTC FreeBSD ports repository (src committer) Modified files: security/vuxml vuln.xml Log: Add the ssh2-nox11 slave port to the list of ports affected by VID 594ad3c5-a39b-11da-926c-0800209adf0e. Prodded by: Dmitry Pryanishnikov <[EMAIL

cvs commit: src/lib/libpam/modules/pam_login_access login.access.5

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 12:26:43 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_login_access login.access.5 Log: Sync with src/usr.bin/login/login.access.5. src/usr.bin/login/login.access.5 should be removed from use because the whole login.access feature has

cvs commit: src/usr.bin/login Makefile src/lib/libpam/modules/pam_login_access Makefile

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 12:31:25 UTC FreeBSD src repository Modified files: usr.bin/loginMakefile lib/libpam/modules/pam_login_access Makefile Log: Since the whole login.access feature has moved to PAM, login.access.5 will be installed from the respective PAM module's

cvs commit: src/usr.bin/login pathnames.h

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 12:38:42 UTC FreeBSD src repository Modified files: usr.bin/loginpathnames.h Log: login(1) no longer handles /etc/login.access by itself, it's PAM's job. MFC after: 3 days Revision ChangesPath 1.6 +0 -1 src/usr.bin/log

cvs commit: src/usr.bin/login login.access.5 login_access.c

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 12:54:03 UTC FreeBSD src repository Removed files: usr.bin/loginlogin.access.5 login_access.c Log: login.access.5 and login_access.c are no longer used in usr.bin/login because the login.access feature has moved to PAM completely. Their counter

cvs commit: src/usr.bin/login README

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 12:56:35 UTC FreeBSD src repository Modified files: usr.bin/loginREADME Log: Remove the last reference to LOGIN_ACCESS from login(1). MFC after: 3 days Revision ChangesPath 1.5 +4 -3 src/usr.bin/login/README

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

2006-03-06 Thread Markus Brueffer
markus 2006-03-06 13:05:51 UTC FreeBSD src repository (ports committer) Modified files: share/man/man4 sysmouse.4 Log: s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/g s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g Approved by:brueffer MFC after: 3 days Revision

cvs commit: src/usr.bin/login login.1

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 13:07:17 UTC FreeBSD src repository Modified files: usr.bin/loginlogin.1 Log: Managing login.access is no longer a responsibility of login(1). Therefore give a xref, not details. MFC after: 3 days Revision ChangesPath 1.30 +

cvs commit: src/lib/libpam/modules/pam_login_access login.access.5 pam_login_access.8

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 13:15:12 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_login_access login.access.5 pam_login_access.8 Log: Add appropriate xrefs. MFC after: 3 days Revision ChangesPath 1.15

cvs commit: ports/graphics/gimpshop Makefile pkg-plist

2006-03-06 Thread Norikatsu Shigemura
nork2006-03-06 13:26:00 UTC FreeBSD ports repository Modified files: graphics/gimpshopMakefile pkg-plist Log: Conversion to a single libtool environment. Approved by:portmgr (erwin) Revision ChangesPath 1.191 +1 -1 ports/graphics/gimpshop/Mak

Re: cvs commit: ports/graphics/cenon Makefile pkg-plist

2006-03-06 Thread Alexey Dokuchaev
On Sat, Mar 04, 2006 at 09:10:31PM +, Dirk Meyer wrote: > dinoex 2006-03-04 21:10:31 UTC > > FreeBSD ports repository > > Modified files: > graphics/cenon Makefile pkg-plist > Log: > - Fix build after infrastructure update > - Fix package on clean ports tree Thanks!

cvs commit: www/en/commercial consult.xml

2006-03-06 Thread Jesus R. Camou
jcamou 2006-03-06 14:19:05 UTC FreeBSD doc repository Modified files: en/commercialconsult.xml Log: Add an entry for TecVD. Requested by: Fco. Jose Garrido Matamoros <[EMAIL PROTECTED]> Approved by:trhodes (mentor) Revision ChangesPath 1.59

cvs commit: src/include resolv.h

2006-03-06 Thread Hajimu UMEMOTO
ume 2006-03-06 14:31:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) include resolv.h Log: MFC 1.28: Decrease the value of RES_DFLRETRY from 4 to 2. Approved by:re (scottl) Revision ChangesPath 1.26.2.1 +1 -1 src

cvs commit: src/include resolv.h src/lib/libc/net res_init.c

2006-03-06 Thread Hajimu UMEMOTO
ume 2006-03-06 14:50:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) include resolv.h lib/libc/net res_init.c Log: MFC: Decrease the value of RES_DFLRETRY from 4 to 2. include/resolv.h: 1.26, 1.28

cvs commit: src/lib/libc/net inet_net.3 inet_net_ntop.c inet_net_pton.c

2006-03-06 Thread Hajimu UMEMOTO
ume 2006-03-06 14:53:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/net inet_net.3 inet_net_ntop.c inet_net_pton.c Log: MFC: Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes an IPv6 sup

cvs commit: src/lib/libc/net inet_net.3 inet_net_ntop.c inet_net_pton.c

2006-03-06 Thread Hajimu UMEMOTO
ume 2006-03-06 14:55:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) lib/libc/net inet_net.3 inet_net_ntop.c inet_net_pton.c Log: MFC: Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes an IPv6 sup

Re: cvs commit: src/sys/pc98/conf NOTES

2006-03-06 Thread Yar Tikhiy
On Sat, Mar 04, 2006 at 07:31:58AM +, Takahashi Yoshihiro wrote: > nyan2006-03-04 07:31:58 UTC > > FreeBSD src repository > > Modified files: > sys/pc98/confNOTES > Log: > MFi386: revision 1.1220. > > Revision ChangesPath > 1.73 +2 -3 src/sys

cvs commit: src/sys/amd64/conf NOTES

2006-03-06 Thread Yar Tikhiy
yar 2006-03-06 15:29:28 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES Log: MFi386 revision 1.1220: options TDFX_LINUX --> device tdfx_linux Revision ChangesPath 1.52 +2 -3 src/sys/amd64/conf/NOTES _

Re: cvs commit: src/usr.bin/finger sprint.c

2006-03-06 Thread Yar Tikhiy
On Sat, Mar 04, 2006 at 04:31:49PM +, Robert Watson wrote: > > BTW, the Linux layout solution is to allow the line to wrap, which I think > is pretty ugly. One place we could crib additional space is that we put > two-space gaps between columns, and could reduce that universally to one > s

Re: cvs commit: src/usr.bin/finger sprint.c

2006-03-06 Thread Matthew D. Fuller
On Mon, Mar 06, 2006 at 06:41:06PM +0300 I heard the voice of Yar Tikhiy, and lo! it spake thus: > > BTW, any ideas where to find some spare space for quota(1)? Don't forget repquota(8) too. A lot of scripts I've slapped together get really upset when things run together... -- Matthew Fuller

cvs commit: www/en/projects newbies.sgml projects.sgml

2006-03-06 Thread Jesus R. Camou
jcamou 2006-03-06 16:01:14 UTC FreeBSD doc repository Modified files: en/projects newbies.sgml projects.sgml Log: Add NanoBSD to the list of projects. PR: www/94061 Submitted by: Daniel Gerzo <[EMAIL PROTECTED]> Approved by:trhodes (mentor)

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

2006-03-06 Thread Max Laier
mlaier 2006-03-06 16:02:06 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: Fix the build. %ju prints uintmax_t not unsigned long long (which is actually "longer" than uintmax_t for the understanding of printf). Revision ChangesPath

cvs commit: src/sys/modules Makefile

2006-03-06 Thread Max Laier
mlaier 2006-03-06 16:05:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules Makefile Log: Link the firmware module the build. Forgotten in original MFC. Reminded by:Joerg Pulz Approved by:re (scottl) RevisionChang

cvs commit: src/etc/rc.d pflog src/sys/contrib/pf/net if_pflog.c if_pflog.h pf_ioctl.c src/sys/modules Makefile src/sys/modules/pf Makefile src/sys/modules/pflog Makefile

2006-03-06 Thread Max Laier
mlaier 2006-03-06 16:10:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d pflog sys/contrib/pf/net if_pflog.c if_pflog.h pf_ioctl.c sys/modules Makefile sys/modules/pf Makefile Added files: (Branc

Re: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/daily 406.status-gmirror

2006-03-06 Thread Andrea Campi
On Fri, Jan 13, 2006 at 06:07:52PM +, Garrett Wollman wrote: > wollman 2006-01-13 18:07:52 UTC > > FreeBSD src repository > > Modified files: > etc/defaults periodic.conf > Added files: > etc/periodic/daily 406.status-gmirror > Log: > Add a daily script to sh

cvs commit: www/en/projects newbies.sgml

2006-03-06 Thread Jesus R. Camou
jcamou 2006-03-06 16:25:13 UTC FreeBSD doc repository Modified files: en/projects newbies.sgml Log: Forced commit to set a commit message for my previous accidental commit on newbies.sgml. Log: o Do some general rewording. o Remove smilies.

cvs commit: www/en/docproj todo.sgml

2006-03-06 Thread Jesus R. Camou
jcamou 2006-03-06 16:39:11 UTC FreeBSD doc repository Modified files: en/docproj todo.sgml Log: Set me as responsible for the electronic mail chapter update. Approved by:trhodes (mentor) Revision ChangesPath 1.4 +3 -3 www/en/docproj/to

cvs commit: CVSROOT access

2006-03-06 Thread Hellmuth Michaelis
hm 2006-03-06 16:45:04 UTC FreeBSD src repository Modified files: .access Log: Add Thomas Wintergerst ([EMAIL PROTECTED]) as a new src committer. Thomas has done a large piece of work getting CAPI support for active ISDN hardware for FreeBSD ready whi

cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_var.h

2006-03-06 Thread Sam Leffler
sam 2006-03-06 17:23:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_var.h Log: when scanning channels marked passive defer p

cvs commit: src/sys/net80211 ieee80211_input.c

2006-03-06 Thread Sam Leffler
sam 2006-03-06 17:26:16 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: deliver an l2uf frame on sta join to prime the bridge Obtained from: madwifi MFC after: 1 week Revision ChangesPath 1.89 +51 -0 src

Re: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c

2006-03-06 Thread Garance A Drosihn
At 10:36 AM + 3/6/06, Pawel Jakub Dawidek wrote: pjd 2006-03-06 10:36:33 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.8 syslogd.c Log: By default (for security reasons) syslogd(8) doesn't create log files when they don't exist, but sometimes

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

2006-03-06 Thread Giorgos Keramidas
keramida2006-03-06 17:37:43 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 netgraph.4 Log: Revert parts of 1.51 and add a missing \& after "i.e." that is not the end of a sentence. Ruslan notes that: * The part about hexadecimal representa

cvs commit: CVSROOT access

2006-03-06 Thread Marc Fonvieille
blackend2006-03-06 18:05:03 UTC FreeBSD doc repository Modified files: .access Log: Remove mp@ who has been inactive in doc+www area for more than three years and who has not responded to doceng@ mail. Revision ChangesPath 1.553 +0 -1 CV

cvs commit: www/en/releases/6.1R schedule.sgml www/en/releases/5.5R schedule.sgml

2006-03-06 Thread Hiroki Sato
hrs 2006-03-06 18:16:28 UTC FreeBSD doc repository Modified files: en/releases/6.1R schedule.sgml en/releases/5.5R schedule.sgml Log: Update dates of 6.1-BETA3, 5.5-BETA3, and doc slush announcement. Revision ChangesPath 1.4 +4 -4 www/en/re

Re: cvs commit: src/sys/kern kern_tc.c

2006-03-06 Thread John Baldwin
On Saturday 04 March 2006 01:07, Poul-Henning Kamp wrote: > phk 2006-03-04 06:07:26 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_tc.c > Log: > Add missing cast. This is one part of the fixes I needed on Alpha. The missing cast handles the c

Re: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c

2006-03-06 Thread John Baldwin
On Monday 06 March 2006 05:36, Pawel Jakub Dawidek wrote: > pjd 2006-03-06 10:36:33 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/syslogd syslogd.8 syslogd.c > Log: > By default (for security reasons) syslogd(8) doesn't create log files > when they don't

cvs commit: www/en developers.sgml

2006-03-06 Thread Hiroki Sato
hrs 2006-03-06 18:56:47 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Add a.andre, a.kmacy, and a.mohans. Revision ChangesPath 1.127 +4 -1 www/en/developers.sgml ___ cvs-al

cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Hiroki Sato
hrs 2006-03-06 18:59:07 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Add new items: exec_map depletion, NFS data corruption between two 7.0 machines, panic in fxp driver, deadlock in vn_start_write() co

cvs commit: ports/japanese/dvipsk Makefile distinfo

2006-03-06 Thread Hiroki Sato
hrs 2006-03-06 19:08:32 UTC FreeBSD ports repository Modified files: japanese/dvipsk Makefile distinfo Log: Update distinfo and bump PORTREVISION because the distfile is updated again. Change the master site to prevent further unreasonable distfile replacing. A

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

2006-03-06 Thread Jesus R. Camou
jcamou 2006-03-06 19:26:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Document the use of the rc.d script for sshd instead of simply `sshd'. PR: docs/94112 Submitted by: Pierre-Paul Lavoie <[EMAIL P

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

2006-03-06 Thread Jesus R. Camou
jcamou 2006-03-06 19:33:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributing article.sgml Log: Add link to the `Ideas' page maintained by [EMAIL PROTECTED] PR: docs/92745 Submitted by: Daniel Gerzo <[EMAIL PROTECTED]> Appro

cvs commit: src Makefile

2006-03-06 Thread Ruslan Ermilov
ru 2006-03-06 19:36:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Log: MFC: don't attempt to compile DEFAULTS and don't compile LINT twice. Requested by: jkoshy Approved by:re (scottl) Revision Chang

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Gleb Smirnoff
On Mon, Mar 06, 2006 at 06:59:07PM +, Hiroki Sato wrote: H> H> Modified files: H> en/releases/6.1R todo.sgml H> Log: H> Add new items: H> exec_map depletion, H> NFS data corruption between two 7.0 machines, H> panic in fxp driver, H> deadl

cvs commit: ports/x11-wm/enlightenment Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:24:06 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment Makefile Log: BROKEN: Still has incomplete pkg-plist Approved by:portmgr (implicit) Revision ChangesPath 1.91 +2 -0 ports/x11-wm/enlightenment/Makefile ___

cvs commit: ports/emulators/skyeye Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:26:52 UTC FreeBSD ports repository Modified files: emulators/skyeye Makefile Log: BROKEN on !i386: Does not compile Approved by:portmgr (implicit) Revision ChangesPath 1.4 +7 -1 ports/emulators/skyeye/Makefile

cvs commit: ports/games/sfbol Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:27:29 UTC FreeBSD ports repository Modified files: games/sfbol Makefile Log: BROKEN: Tries to use java before it's present Approved by:portmgr (implicit) Revision ChangesPath 1.2 +2 -0 ports/games/sfbol/Makefile _

cvs commit: ports/editors/speedbar-emacs20 Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:28:02 UTC FreeBSD ports repository Modified files: editors/speedbar-emacs20 Makefile Log: BROKEN: Incorrect pkg-plist Repeatedly ignored requests to fix his commits: edwin Approved by:portmgr (implicit) Revision ChangesPath 1.3 +

cvs commit: ports/cad/xcircuit Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:29:24 UTC FreeBSD ports repository Modified files: cad/xcircuit Makefile Log: BROKEN: Incorrect pkg-plist Approved by:portmgr (implicit) Revision ChangesPath 1.58 +2 -0 ports/cad/xcircuit/Makefile __

cvs commit: ports/x11-servers/xorg-server-snap Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:30:19 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server-snap Makefile Log: BROKEN on sparc64: Does not compile Approved by:portmgr (implicit) Revision ChangesPath 1.35 +1 -0 ports/x11-servers/xorg-server-snap

cvs commit: ports/math/coq Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:30:52 UTC FreeBSD ports repository Modified files: math/coq Makefile Log: BROKEN: Does not build Approved by:portmgr (implicit) Revision ChangesPath 1.11 +2 -0 ports/math/coq/Makefile ___

cvs commit: ports/games/ggz-kde-client Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:32:10 UTC FreeBSD ports repository Modified files: games/ggz-kde-client Makefile Log: BROKEN: Incomplete pkg-plist Approved by:portmgr (implicit) Revision ChangesPath 1.2 +2 -0 ports/games/ggz-kde-client/Makefile _

cvs commit: ports/devel/hp48xgcc Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:33:56 UTC FreeBSD ports repository Modified files: devel/hp48xgcc Makefile Log: BROKEN on !i386: Configure fails Approved by:portmgr (implicit) Revision ChangesPath 1.4 +7 -1 ports/devel/hp48xgcc/Makefile ___

cvs commit: ports/java/jc Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:34:58 UTC FreeBSD ports repository Modified files: java/jc Makefile Log: Add NO_PACKAGE since this apparently takes an enormous amount of RAM to build, and has never built successfully on the package cluster since the update last year.

cvs commit: ports/shells/ksh93 Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:35:29 UTC FreeBSD ports repository Modified files: shells/ksh93 Makefile Log: BROKEN: Size mismatch Approved by:portmgr (implicit) Revision ChangesPath 1.45 +2 -0 ports/shells/ksh93/Makefile

cvs commit: ports/net-im/libjingle Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:36:14 UTC FreeBSD ports repository Modified files: net-im/libjingle Makefile Log: BROKEN on !i386: Does not compile Approved by:portmgr (implicit) Revision ChangesPath 1.2 +4 -0 ports/net-im/libjingle/Makefile

cvs commit: ports/devel/looks Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:37:07 UTC FreeBSD ports repository Modified files: devel/looks Makefile Log: BROKEN: Unfetchable Approved by:portmgr (implicit) Revision ChangesPath 1.5 +2 -0 ports/devel/looks/Makefile ___

cvs commit: ports/editors/ooo-build Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:37:22 UTC FreeBSD ports repository Modified files: editors/ooo-buildMakefile Log: BROKEN: Unfetchable Approved by:portmgr (implicit) Revision ChangesPath 1.5 +2 -0 ports/editors/ooo-build/Makefile _

cvs commit: ports/comms/vpb-driver Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:38:44 UTC FreeBSD ports repository Modified files: comms/vpb-driver Makefile Log: BROKEN: Incomplete pkg-plist Approved by:portmgr (implicit) Revision ChangesPath 1.5 +2 -0 ports/comms/vpb-driver/Makefile _

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

2006-03-06 Thread Ceri Davies
On Mon, Mar 06, 2006 at 07:26:16PM +, Jesus R. Camou wrote: > jcamou 2006-03-06 19:26:16 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/security chapter.sgml > Log: > Document the use of the rc.d script for sshd > instead of simply `ssh

cvs commit: ports/x11-wm/bbconf Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:39:53 UTC FreeBSD ports repository Modified files: x11-wm/bbconfMakefile Log: BROKEN on amd64: Does not compile Approved by:portmgr (implicit) Revision ChangesPath 1.17 +7 -1 ports/x11-wm/bbconf/Makefile ___

cvs commit: ports/net/openam Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:43:02 UTC FreeBSD ports repository Modified files: net/openam Makefile Log: BROKEN: Incomplete dependency list Approved by:portmgr (implicit) Revision ChangesPath 1.30 +2 -0 ports/net/openam/Makefile _

cvs commit: ports/net/ohphone Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:43:50 UTC FreeBSD ports repository Modified files: net/ohphone Makefile Log: BROKEN: Incomplete dependency list Approved by:portmgr (implicit) Revision ChangesPath 1.26 +2 -0 ports/net/ohphone/Makefile

cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Hiroki Sato
hrs 2006-03-06 20:44:07 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Add new item: dup(2) regression on 6.x. Requested by: glebius Revision ChangesPath 1.15 +11 -1 www/en/releases/6.1R/todo.sgml ___

cvs commit: ports/net/opengk Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:44:09 UTC FreeBSD ports repository Modified files: net/opengk Makefile Log: BROKEN: Incomplete dependency list Approved by:portmgr (implicit) Revision ChangesPath 1.13 +2 -0 ports/net/opengk/Makefile _

cvs commit: ports/net/openmcu Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:44:46 UTC FreeBSD ports repository Modified files: net/openmcu Makefile Log: BROKEN: Incomplete dependency list Approved by:portmgr (implicit) Revision ChangesPath 1.23 +2 -0 ports/net/openmcu/Makefile

Re: cvs commit: doc/en_US.ISO8859-1/articles/contributing article.sgml

2006-03-06 Thread Ceri Davies
On Mon, Mar 06, 2006 at 07:33:34PM +, Jesus R. Camou wrote: > jcamou 2006-03-06 19:33:34 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/articles/contributing article.sgml > Log: > Add link to the `Ideas' page > maintained by [EMAIL PROTECTED] > App

cvs commit: ports/net/gnomemeeting Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 20:47:23 UTC FreeBSD ports repository Modified files: net/gnomemeeting Makefile Log: BROKEN: Incomplete dependency list Approved by:portmgr (implicit) Revision ChangesPath 1.55 +2 -0 ports/net/gnomemeeting/Makefile ___

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Hiroki Sato
Gleb Smirnoff <[EMAIL PROTECTED]> wrote in <[EMAIL PROTECTED]>: gl> Is it possible place kern/87208 into TODO list for 6.1-RELEASE? gl> The problem appeared to be a bad regression in 6.0-RELEASE, gl> that hurted many users. The PR contains several test cases, gl> description and patch for the pr

Re: cvs commit: ports/cad/xcircuit Makefile

2006-03-06 Thread Ion-Mihai Tetcu
On Mon, 6 Mar 2006 20:29:24 + (UTC) Kris Kennaway <[EMAIL PROTECTED]> wrote: > kris2006-03-06 20:29:24 UTC > > FreeBSD ports repository > > Modified files: > cad/xcircuit Makefile > Log: > BROKEN: Incorrect pkg-plist > > Approved by:portmgr (implicit) I

Re: cvs commit: ports/editors/speedbar-emacs20 Makefile

2006-03-06 Thread Ion-Mihai Tetcu
On Mon, 6 Mar 2006 20:28:02 + (UTC) Kris Kennaway <[EMAIL PROTECTED]> wrote: > kris2006-03-06 20:28:02 UTC > > FreeBSD ports repository > > Modified files: > editors/speedbar-emacs20 Makefile > Log: > BROKEN: Incorrect pkg-plist > > Repeatedly ignored requests to fi

Re: cvs commit: ports/cad/xcircuit Makefile

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 11:15:49PM +0200, Ion-Mihai Tetcu wrote: > On Mon, 6 Mar 2006 20:29:24 + (UTC) > Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > kris2006-03-06 20:29:24 UTC > > > > FreeBSD ports repository > > > > Modified files: > > cad/xcircuit Makefile > >

cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml

2006-03-06 Thread Marc Fonvieille
blackend2006-03-06 21:31:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: s/to startup/to start up/ Revision ChangesPath 1.172 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml _

cvs commit: src/tools/tools/ncpus Makefile acpi.c biosmptable.c ncpus.c

2006-03-06 Thread Sam Leffler
sam 2006-03-06 21:51:27 UTC FreeBSD src repository Modified files: tools/tools/ncpusMakefile acpi.c biosmptable.c ncpus.c Log: fixups Submitted by: ru MFC after: 3 days Revision ChangesPath 1.3 +2 -1 src/tools/tools/ncpus/Makefile 1.

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

2006-03-06 Thread Jesus R. Camou
jcamou 2006-03-06 21:52:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributing article.sgml Log: Fix typo. Noticed by: ceri Approved by:trhodes (mentor) Revision ChangesPath 1.508 +1 -1 doc/en_US.ISO8859-1/articles

cvs commit: src/usr.bin/xinstall install.1 xinstall.c

2006-03-06 Thread David E. O'Brien
obrien 2006-03-06 21:52:59 UTC FreeBSD src repository Modified files: usr.bin/xinstall install.1 xinstall.c Log: Add an override (DONTSTRIP) so that one can easily install debugable binaries when one cannot easily edit a package's Makefiles and/or configure scripts.

Re: cvs commit: ports/cad/xcircuit Makefile

2006-03-06 Thread Ion-Mihai Tetcu
On Mon, 6 Mar 2006 16:18:30 -0500 Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Mon, Mar 06, 2006 at 11:15:49PM +0200, Ion-Mihai Tetcu wrote: > > On Mon, 6 Mar 2006 20:29:24 + (UTC) > > Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > > > kris2006-03-06 20:29:24 UTC > > > > > > FreeB

cvs commit: ports/shells/bash Makefile

2006-03-06 Thread Kris Kennaway
kris2006-03-06 21:58:25 UTC FreeBSD ports repository Modified files: shells/bash Makefile Log: When bash is built with the bison 1.75 port present it breaks the ability of bash to parse certain legal shell scripts (used by e.g. GNU configure). Fix this by explici

Re: cvs commit: www/en/releases/6.1R todo.sgml

2006-03-06 Thread Gleb Smirnoff
On Tue, Mar 07, 2006 at 05:46:54AM +0900, Hiroki Sato wrote: H> gl> Is it possible place kern/87208 into TODO list for 6.1-RELEASE? H> gl> The problem appeared to be a bad regression in 6.0-RELEASE, H> gl> that hurted many users. The PR contains several test cases, H> gl> description and patch for

Re: cvs commit: ports/cad/xcircuit Makefile

2006-03-06 Thread Pav Lucistnik
Ion-Mihai Tetcu píše v po 06. 03. 2006 v 23:55 +0200: > I won't let myself feel a little bit demotivated by the fact that my PRs > un-breaking ports sit in GNATS un-commited; I'll look again at it > tomorrow. I find it a somehow awkward I have to work the PR, then go > bug a portmgr for approval a

Re: cvs commit: ports/cad/xcircuit Makefile

2006-03-06 Thread Kris Kennaway
On Mon, Mar 06, 2006 at 11:04:33PM +0100, Pav Lucistnik wrote: > Ion-Mihai Tetcu p??e v po 06. 03. 2006 v 23:55 +0200: > > > I won't let myself feel a little bit demotivated by the fact that my PRs > > un-breaking ports sit in GNATS un-commited; I'll look again at it > > tomorrow. I find it a some

Re: cvs commit: ports/cad/xcircuit Makefile

2006-03-06 Thread Ion-Mihai Tetcu
On Mon, 6 Mar 2006 17:06:58 -0500 Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Mon, Mar 06, 2006 at 11:04:33PM +0100, Pav Lucistnik wrote: > > Ion-Mihai Tetcu p??e v po 06. 03. 2006 v 23:55 +0200: > > > > > I won't let myself feel a little bit demotivated by the fact that my PRs > > > un-breakin

cvs commit: ports/java/java-tutorial Makefile distinfo pkg-descr

2006-03-06 Thread Pav Lucistnik
pav 2006-03-06 22:19:53 UTC FreeBSD ports repository Modified files: java/java-tutorial Makefile distinfo pkg-descr Log: - Update to 2006.03.06 and unbreak - Drop maintainership PR: ports/94122 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]>

cvs commit: src/etc group

2006-03-06 Thread Robert Watson
rwatson 2006-03-06 22:23:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc group Log: Merge group:1.33,1.34 from HEAD to RELENG_6: Assign gid 77 to audit instead of gid 73. The ports group list did not include '73', which was

cvs commit: src/tools/tools/umastat umastat.c

2006-03-06 Thread Wojciech A. Koszek
wkoszek 2006-03-06 22:31:25 UTC FreeBSD src repository Modified files: tools/tools/umastat umastat.c Log: Allocate proper amount of memory. Otherwise, we pass the end of a buffer, thus having unpleasant warning. Was found by jemalloc redzone code. Reviewed by:rwatson

cvs commit: ports/net-p2p/verlihub-plugins Makefile

2006-03-06 Thread Pav Lucistnik
pav 2006-03-06 22:32:11 UTC FreeBSD ports repository Modified files: net-p2p/verlihub-plugins Makefile Log: - Remove references to recently removed pkg-message PR: ports/94080 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approved by:por

Re: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c

2006-03-06 Thread Greg 'groggy' Lehey
On Monday, 6 March 2006 at 12:33:57 -0500, Garance A Drosihn wrote: > At 10:36 AM + 3/6/06, Pawel Jakub Dawidek wrote: >> pjd 2006-03-06 10:36:33 UTC >> >> FreeBSD src repository >> >> Modified files: >>usr.sbin/syslogd syslogd.8 syslogd.c >> Log: >> By default (for securit

Re: cvs commit: src/sys/kern kern_malloc.c

2006-03-06 Thread Yar Tikhiy
On Fri, Mar 03, 2006 at 10:36:52PM +, Paul Saab wrote: > ps 2006-03-03 22:36:52 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_malloc.c > Log: > Fix bug in malloc_uninit(): > Releasing items from the mt_zone can not be done by a simple >

cvs commit: ports/sysutils/fortunelock Makefile distinfo pkg-descr

2006-03-06 Thread Pav Lucistnik
pav 2006-03-06 22:46:17 UTC FreeBSD ports repository Modified files: sysutils/fortunelock Makefile distinfo pkg-descr Log: - Unbreak PR: ports/93280 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approved by:maintainer timeout (dannyboy;

  1   2   >