cvs commit: ports/graphics/imlib2 pkg-descr

2005-12-21 Thread Vanilla I. Shu
vanilla 2005-12-22 05:31:19 UTC FreeBSD ports repository Modified files: graphics/imlib2 pkg-descr Log: Fixed WWW. PR: ports/90758 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Revision ChangesPath 1.6 +1 -1 ports/graphics/im

cvs commit: src/sys/net if.c

2005-12-21 Thread Ed Maste
emaste 2005-12-22 05:05:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if.c Log: MFC r1.235, r1.237, r1.238: (1.235) - Introduce a helper function if_setflag() containing the code common to ifpromisc() and if_allmult

cvs commit: src/sys/kern uipc_mbuf.c

2005-12-21 Thread Ed Maste
emaste 2005-12-22 04:29:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern uipc_mbuf.c Log: MFC r1.160: When using m_dup(9) to copy more than MHLEN bytes of data, don't create an mbuf chain that starts with a cluster containing j

cvs commit: src/sys/kern uipc_mbuf.c

2005-12-21 Thread Ed Maste
emaste 2005-12-22 04:23:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_mbuf.c Log: MFC r1.160: When using m_dup(9) to copy more than MHLEN bytes of data, don't create an mbuf chain that starts with a cluster containing j

cvs commit: src/tools/regression/lib/libutil Makefile test-trimdomain-nodomain.c test-trimdomain-nodomain.t test-trimdomain.c test-trimdomain.t

2005-12-21 Thread Brooks Davis
brooks 2005-12-22 03:47:05 UTC FreeBSD src repository Added files: (Branch: RELENG_6) tools/regression/lib/libutil Makefile test-trimdomain-nodomain.c test-trimdomain-nodomain.t

cvs commit: ports/textproc/dbacl distinfo

2005-12-21 Thread Cheng-Lung Sung
clsung 2005-12-22 02:20:51 UTC FreeBSD ports repository Modified files: textproc/dbacl distinfo Log: - add SHA256 Revision ChangesPath 1.10 +1 -0 ports/textproc/dbacl/distinfo ___ cvs-all@freebsd.org mailing

cvs commit: ports/textproc/p5-Text-Ngrams Makefile distinfo

2005-12-21 Thread Cheng-Lung Sung
clsung 2005-12-22 02:19:19 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Ngrams Makefile distinfo Log: - update to 1.8 - add SHA256 Revision ChangesPath 1.8 +1 -1 ports/textproc/p5-Text-Ngrams/Makefile 1.8 +3 -2 ports/textpro

cvs commit: src/sys/dev/bge if_bge.c

2005-12-21 Thread Pyun YongHyeon
yongari 2005-12-22 02:03:57 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Fix bge_eeprom_getbyte() to return 1 when timeout happens. Previously it always returned 0 which means success regardless of EEPROM status. While here, add a check w

cvs commit: src/lib/libthr/thread thr_join.c

2005-12-21 Thread David Xu
davidxu 2005-12-22 01:50:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libthr/threadthr_join.c Log: MFC revision 1.20: Clear return code to zero if joiner successfully waited joinee. Revision ChangesPath 1.16.2.2 +1 -0

cvs commit: src/sys/sparc64/conf GENERIC

2005-12-21 Thread Pyun YongHyeon
yongari 2005-12-22 01:46:28 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Uncomment bge(4) as it's now working. Revision ChangesPath 1.102 +1 -1 src/sys/sparc64/conf/GENERIC ___ cvs-al

cvs commit: src/sys/dev/bge if_bge.c

2005-12-21 Thread Pyun YongHyeon
yongari 2005-12-22 01:44:27 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Add bge(4) support for big-endian architectures(part 2/2). - removed unused funtion bge_handle_events(). - removed bus_dmamap_destroy(9) calls for DMA maps created by

cvs commit: ports/lang/gcc33 Makefile ports/lang/gcc41 Makefile ports/lang/gcc42 Makefile ports/lang/gcc40 Makefile distinfo pkg-plist

2005-12-21 Thread Gerald Pfeifer
gerald 2005-12-22 00:47:46 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile lang/gcc41 Makefile lang/gcc42 Makefile lang/gcc40 Makefile distinfo pkg-plist Log: Update to the 20051215 snapshot of GCC 4.0.3.

cvs commit: ports KNOBS

2005-12-21 Thread Pav Lucistnik
pav 2005-12-22 00:44:57 UTC FreeBSD ports repository Modified files: .KNOBS Log: - Typo fix Submitted by: Gregg Cooper <[EMAIL PROTECTED]> Revision ChangesPath 1.5 +2 -2 ports/KNOBS

cvs commit: ports/comms/xlog Makefile distinfo pkg-descr pkg-plist ports/comms/xlog/files patch-src-main.c

2005-12-21 Thread Pav Lucistnik
pav 2005-12-22 00:20:03 UTC FreeBSD ports repository Modified files: comms/xlog Makefile distinfo pkg-descr pkg-plist Added files: comms/xlog/files patch-src-main.c Log: - Update to 1.3 PR: ports/90768 Submitted by: Matt Dawson <[EMAI

cvs commit: src UPDATING

2005-12-21 Thread Brooks Davis
brooks 2005-12-22 00:43:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .UPDATING Log: Note that an MFC of a fix to trimdomain(3) may result in changes to host names in log files under certain circumstances. RevisionChanges

cvs commit: src/lib/libutil trimdomain.c

2005-12-21 Thread Brooks Davis
brooks 2005-12-22 00:34:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil trimdomain.c Log: MFC rev 1.6: When removing the local domain, only do so when the result will be a host name. This is matches the documented

cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files patch-slirp_throttle

2005-12-21 Thread Pav Lucistnik
pav 2005-12-21 23:46:31 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile emulators/qemu/files patch-slirp_throttle Log: - Fix patch from previous revision PR: ports/90778 Submitted by: Juergen Lock <[EMAIL PROTECTED]> (maint

Re: cvs commit: CVSROOT access

2005-12-21 Thread Mark Murray
Daniel Eischen writes: > > Welcome back Jasone Evans (jasone@). I am mentoring. > > Since he's been here before, does he need a mentor? Yeah. Its more a courtesy thing, as lots of things change over time. I expect this to be a really short mentorship :-) > Cool, welcome back! Yeah :-) M -- M

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

2005-12-21 Thread Florent Thoumie
flz 2005-12-21 23:11:14 UTC FreeBSD src repository (ports committer) Modified files:(Branch: RELENG_6) sys/dev/usb usb_quirks.c usbdevs Log: MFC: Add ProductID for the iPod Nano. usb_quirks.c: 1.44 usbdevs:1.237 Approved

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

2005-12-21 Thread Florent Thoumie
flz 2005-12-21 23:09:53 UTC FreeBSD src repository (ports committer) Modified files:(Branch: RELENG_5) sys/dev/usb usb_quirks.c usbdevs Log: MFC: Add ProductID for the iPod Nano. usb_quirks.c: 1.44 usbdevs:1.237 Approved

Re: cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c if_gif.c if_gif.h src/sys/netinet in_gif.c in_proto.c src/sys/netinet6 in6_gif.c

2005-12-21 Thread Wilko Bulte
On Thu, Dec 22, 2005 at 10:35:37AM +1300, Andrew Thompson wrote.. > On Wed, Dec 21, 2005 at 09:29:45PM +, Andrew Thompson wrote: > > thompsa 2005-12-21 21:29:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man4 if_bridge.4 > > sys/net

cvs commit: src/sys/net if_bridge.c

2005-12-21 Thread Andrew Thompson
thompsa 2005-12-21 22:52:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if_bridge.c Log: MFC r1.37: use m_dup rather than m_copypacket Revision ChangesPath 1.23.2.4 +6 -1 src/sys/net/if_bridge.c _

cvs commit: src/sys/net if_bridge.c

2005-12-21 Thread Andrew Thompson
thompsa 2005-12-21 22:52:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_bridge.c Log: MFC r1.37: use m_dup rather than m_copypacket Revision ChangesPath 1.11.2.18 +6 -1 src/sys/net/if_bridge.c ___

cvs commit: ports/lang/gcc40 Makefile ports/lang/gcc41 Makefile ports/lang/gcc34 Makefile distinfo pkg-plist

2005-12-21 Thread Gerald Pfeifer
gerald 2005-12-21 22:38:26 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile lang/gcc41 Makefile lang/gcc34 Makefile distinfo pkg-plist Log: Update to the 20051220 snapshot of GCC 3.4.6. Install the .info files of the l

cvs commit: ports/net/wmlj Makefile distinfo

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 22:25:55 UTC FreeBSD ports repository Modified files: net/wmlj Makefile distinfo Log: - Update to 0.4.0 - Assign maintainership to submitter PR: 90767 Submitted by: Frank Laszlo <[EMAIL PROTECTED]> Revision ChangesPa

Re: cvs commit: CVSROOT access

2005-12-21 Thread Jason Evans
On Dec 21, 2005, at 12:50 PM, Daniel Eischen wrote: On Wed, 21 Dec 2005, Mark Murray wrote: Welcome back Jasone Evans (jasone@). I am mentoring. Since he's been here before, does he need a mentor? Mark is mainly going to help me observe any procedural changes that have been made since t

cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files patch-slirp_throttle

2005-12-21 Thread Pav Lucistnik
pav 2005-12-21 22:12:46 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile Added files: emulators/qemu/files patch-slirp_throttle Log: - add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss) PR: ports/90763

cvs commit: ports/textproc/p5-Tk-XMLViewer Makefile distinfo

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 21:53:26 UTC FreeBSD ports repository Modified files: textproc/p5-Tk-XMLViewer Makefile distinfo Log: - Update to 0.17 - Mark for perl 5.8.0 and higher Revision ChangesPath 1.8 +9 -3 ports/textproc/p5-Tk-XMLViewer/Makefile 1.6 +

Re: cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c if_gif.c if_gif.h src/sys/netinet in_gif.c in_proto.c src/sys/netinet6 in6_gif.c

2005-12-21 Thread Andrew Thompson
On Wed, Dec 21, 2005 at 09:29:45PM +, Andrew Thompson wrote: > thompsa 2005-12-21 21:29:45 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 if_bridge.4 > sys/net if_bridge.c if_gif.c if_gif.h > sys/netinet in_gif.c in_proto.

cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c if_gif.c if_gif.h src/sys/netinet in_gif.c in_proto.c src/sys/netinet6 in6_gif.c

2005-12-21 Thread Andrew Thompson
thompsa 2005-12-21 21:29:45 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 sys/net if_bridge.c if_gif.c if_gif.h sys/netinet in_gif.c in_proto.c sys/netinet6 in6_gif.c Log: Add RFC 3378 EtherIP support. Thi

cvs commit: ports/lang/gcc33 Makefile ports/lang/gcc34 Makefile ports/lang/gcc42 Makefile pkg-plist

2005-12-21 Thread Gerald Pfeifer
gerald 2005-12-21 21:14:08 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile lang/gcc34 Makefile lang/gcc42 Makefile pkg-plist Log: Install the .info files of the lang/gcc42 port in a port-specific subdirectory, which allo

cvs commit: ports/security/p5-Crypt-IDEA Makefile distinfo pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 21:11:59 UTC FreeBSD ports repository Modified files: security/p5-Crypt-IDEA Makefile distinfo pkg-plist Log: Update to 1.06 Revision ChangesPath 1.26 +1 -1 ports/security/p5-Crypt-IDEA/Makefile 1.6 +3 -3 ports/security/p5-Cry

Re: cvs commit: src/sys/boot/i386/libi386 biosmem.c i386_copy.c libi386.h src/sys/boot/i386/loader main.c

2005-12-21 Thread Brian Fundakowski Feldman
On Wed, Dec 21, 2005 at 09:30:39AM -0800, Maxim Sobolev wrote: > Brian Fundakowski Feldman wrote: > >On Wed, Dec 21, 2005 at 02:17:59AM +, Maxim Sobolev wrote: > >>sobomax 2005-12-21 02:17:58 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>sys/boot/i386/libi386 bios

cvs commit: ports/www/htmlobject Makefile distinfo pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 21:00:25 UTC FreeBSD ports repository Modified files: www/htmlobject Makefile distinfo pkg-plist Log: - Update to 2.27 [1] - Assign maintainership to submitter [1] - Mark for perl 5.6.0 and higher only. PR: 90764 [1] Submitted by:

cvs commit: ports/www/resin2 Makefile distinfo pkg-plist ports/www/resin2/files patch-apache-Makefile.in patch-apache2-Makefile.in pkg-message.in resinctl

2005-12-21 Thread Herve Quiroz
hq 2005-12-21 20:55:50 UTC FreeBSD ports repository Modified files: www/resin2 Makefile distinfo pkg-plist www/resin2/files patch-apache-Makefile.in patch-apache2-Makefile.in pkg-message.in resinctl Log:

cvs commit: ports/www/mgstat Makefile distinfo ports/www/mgstat/files patch-gcc34

2005-12-21 Thread Pav Lucistnik
pav 2005-12-21 20:52:12 UTC FreeBSD ports repository Modified files: www/mgstat Makefile distinfo Removed files: www/mgstat/files patch-gcc34 Log: - Update to 0.12 - Claim maintainership PR: ports/90765 Submitted by: Frank Laszlo <[

cvs commit: ports/comms/gpsk31 Makefile distinfo pkg-plist ports/comms/gpsk31/files patch-call_dialog patch-linux-sondcard patch-src_server-main.C

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 20:51:09 UTC FreeBSD ports repository Modified files: comms/gpsk31 Makefile distinfo pkg-plist comms/gpsk31/files patch-src_server-main.C Removed files: comms/gpsk31/files patch-call_dialog patch-linux-sondcard Log: - Update to 0.3

Re: cvs commit: CVSROOT access

2005-12-21 Thread Daniel Eischen
On Wed, 21 Dec 2005, Mark Murray wrote: > markm 2005-12-21 18:05:37 UTC > > FreeBSD src repository > > Modified files: > .access > Log: > Welcome back Jasone Evans (jasone@). I am mentoring. Since he's been here before, does he need a mentor? > Jason says

cvs commit: ports/databases/p5-SQL-Abstract-Limit Makefile distinfo

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 20:44:55 UTC FreeBSD ports repository Modified files: databases/p5-SQL-Abstract-Limit Makefile distinfo Log: Update to 0.12 PR: 90762 Submitted by: Lars Balker Rasmussen <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.4

Re: cvs commit: CVSROOT access

2005-12-21 Thread Ruslan Ermilov
On Wed, Dec 21, 2005 at 06:05:37PM +, Mark Murray wrote: > markm 2005-12-21 18:05:37 UTC > > FreeBSD src repository > > Modified files: > .access > Log: > Welcome back Jasone Evans (jasone@). I am mentoring. > > Jason says - > As always, I am part

cvs commit: ports/databases/p5-DBIx-Class-Loader Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 20:41:44 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-Loader Makefile distinfo pkg-descr pkg-plist Log: Update to 0.10 PR: 90761 Submitted by: Lars Balker Rasmussen <[EMAIL PROTECT

cvs commit: ports/Mk bsd.emacs.mk

2005-12-21 Thread Andrey Slusar
anray 2005-12-21 20:40:42 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk Log: xemacs-devel-mule 21.5.b23 --> 21.5.b24. Approved by:sem(mentor) Revision ChangesPath 1.47 +2 -2 ports/Mk/bsd.emacs.mk __

cvs commit: ports/editors/xemacs-devel-mule Makefile distinfo pkg-plist pkg-plist.arch-dep ports/editors/xemacs-devel-mule/files patch-aa patch-configure.ac patch-mule-coding.c patch-unexelf.c patch-w

2005-12-21 Thread Andrey Slusar
anray 2005-12-21 20:38:39 UTC FreeBSD ports repository Modified files: editors/xemacs-devel-mule Makefile distinfo pkg-plist pkg-plist.arch-dep editors/xemacs-devel-mule/files patch-aa patch-configure.ac Added files: editors/xemacs-devel-mu

cvs commit: ports/mail/vexim Makefile

2005-12-21 Thread Pav Lucistnik
pav 2005-12-21 20:36:11 UTC FreeBSD ports repository Modified files: mail/vexim Makefile Log: - Optionalize MySQL/PgSQL support PR: ports/90110 Submitted by: James O'Gorman <[EMAIL PROTECTED]> Approved by:John Oxley <[EMAIL PROTECTED]> (ma

cvs commit: ports/mail/p5-Mail-RBL Makefile distinfo

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 20:35:23 UTC FreeBSD ports repository Modified files: mail/p5-Mail-RBL Makefile distinfo Log: - Update to 1.04 - Mark for perl 5.6.0 and higher Revision ChangesPath 1.6 +7 -10 ports/mail/p5-Mail-RBL/Makefile 1.5 +3 -3 po

cvs commit: ports/security/hunch Makefile distinfo

2005-12-21 Thread Pav Lucistnik
pav 2005-12-21 20:08:15 UTC FreeBSD ports repository Modified files: security/hunch Makefile distinfo Log: - Update to 1.1.8 PR: ports/90750 Submitted by: Dan Pelleg <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.10 +2 -2

cvs commit: ports/www/checkbot Makefile distinfo

2005-12-21 Thread Pav Lucistnik
pav 2005-12-21 20:04:53 UTC FreeBSD ports repository Modified files: www/checkbot Makefile distinfo Log: - Update to 1.77 - Claim maintainership PR: ports/90749 Submitted by: Frank Laszlo <[EMAIL PROTECTED]> Revision ChangesPath 1.35

cvs commit: CVSROOT modules

2005-12-21 Thread Emanuel Haupt
ehaupt 2005-12-21 20:03:01 UTC FreeBSD ports repository Modified files: .modules Log: mping --> ports/net/mping Revision ChangesPath 1.13952 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing

cvs commit: ports/net Makefile ports/net/mping Makefile distinfo pkg-descr

2005-12-21 Thread Emanuel Haupt
ehaupt 2005-12-21 20:02:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/mpingMakefile distinfo pkg-descr Log: Add mping. Mping is a system for collecting packet delay and loss statistics in a TCP/IP network usin

cvs commit: www/ru docs.sgml

2005-12-21 Thread Vitaly Bogdanov
bvs 2005-12-21 19:56:40 UTC FreeBSD doc repository Modified files: ru docs.sgml Log: Change all links to translated articles to point to translations not to english versions Obtained from: The FreeBSD Russian Documentation project Revision Change

cvs commit: ports/lang/atlast Makefile distinfo ports/lang/atlast/files patch-aa patch-atlast.c

2005-12-21 Thread Emanuel Haupt
ehaupt 2005-12-21 19:49:43 UTC FreeBSD ports repository Modified files: lang/atlast Makefile distinfo Removed files: lang/atlast/filespatch-aa patch-atlast.c Log: - Update to 1.1 - Remove two patches PR: 90723 Submitted by: Frank Laszlo

cvs commit: ports/x11/gnome-screensaver Makefile distinfo pkg-plist

2005-12-21 Thread Joe Marcus Clarke
marcus 2005-12-21 19:35:38 UTC FreeBSD ports repository Modified files: x11/gnome-screensaver Makefile distinfo pkg-plist Log: Update to 0.0.23. Revision ChangesPath 1.7 +1 -1 ports/x11/gnome-screensaver/Makefile 1.6 +3 -3 ports/x11/gnome-scre

cvs commit: ports/graphics/gsculpt Makefile

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 19:15:41 UTC FreeBSD ports repository Modified files: graphics/gsculpt Makefile Log: - Fixed mastersite to fix fetch problem. The tarball was unfetchable since 2004. PR: 90754 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Re

cvs commit: ports/graphics/imlib pkg-descr

2005-12-21 Thread Joe Marcus Clarke
marcus 2005-12-21 19:13:28 UTC FreeBSD ports repository Modified files: graphics/imlib pkg-descr Log: Fix WWW. PR: 90757 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Revision ChangesPath 1.4 +1 -1 ports/graphics/imlib/pkg-

cvs commit: ports/sysutils/radeontool pkg-descr

2005-12-21 Thread Christian Brueffer
brueffer2005-12-21 19:03:38 UTC FreeBSD ports repository (doc committer) Modified files: sysutils/radeontool pkg-descr Log: Fix typos. Revision ChangesPath 1.2 +1 -1 ports/sysutils/radeontool/pkg-descr ___ cvs-al

cvs commit: src/sys/kern imgact_elf.c

2005-12-21 Thread Alan Cox
alc 2005-12-21 18:58:40 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: Maintain the vnode lock throughout elfN_load_file() rather than releasing it and reacquiring it in vrele(). Consequently, there is no reason to increase the referenc

cvs commit: ports/lang/drscheme Makefile distinfo pkg-plist ports/lang/drscheme/files patch-Makefile.in patch-install

2005-12-21 Thread Joseph Koshy
jkoshy 2005-12-21 18:53:06 UTC FreeBSD ports repository Modified files: lang/drschemeMakefile distinfo pkg-plist Removed files: lang/drscheme/files patch-Makefile.in patch-install Log: - Upgrade to v300. This DrScheme release offers Unicode support, a foreig

cvs commit: ports/graphics/gimp1 Makefile

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 18:15:18 UTC FreeBSD ports repository Modified files: graphics/gimp1 Makefile Log: - Fixed MASTER_SITES to fix fetch problem on mpeg_lib. - Removed unfetchable sites to download gimp tarball and replaced by new site. PR: 90753 Submitt

cvs commit: CVSROOT access

2005-12-21 Thread Mark Murray
markm 2005-12-21 18:05:37 UTC FreeBSD src repository Modified files: .access Log: Welcome back Jasone Evans (jasone@). I am mentoring. Jason says - As always, I am particularly interested in multi-threaded application development, and want to work o

cvs commit: ports/audio/jack Makefile

2005-12-21 Thread Michael Nottebrock
lofi2005-12-21 18:00:59 UTC FreeBSD ports repository Modified files: audio/jack Makefile Log: The latest doxygen update seems to feature a funky bug that makes it create some dir__2Ffull_2Fpath_2Fto_2F${WRKSRC}_2F.html files. Since there is no sensible way to

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 17:39:19 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-TEA --> ports/security/p5-Crypt-TEA Revision ChangesPath 1.13951 +1 -0 CVSROOT/modules ___ cvs-all@

cvs commit: ports/security Makefile ports/security/p5-Crypt-TEA Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 17:39:06 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-TEA Makefile distinfo pkg-descr pkg-plist Log: TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number of rounds

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 17:38:28 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-X509 --> ports/security/p5-Crypt-X509 Revision ChangesPath 1.13950 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/security Makefile ports/security/p5-Crypt-X509 Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 17:38:15 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-X509 Makefile distinfo pkg-descr pkg-plist Log: Crypt::X509 parses X.509 certificates. Methods are provided for accessing most certificat

Re: cvs commit: src/sys/boot/i386/libi386 biosmem.c i386_copy.c libi386.h src/sys/boot/i386/loader main.c

2005-12-21 Thread Maxim Sobolev
Brian Fundakowski Feldman wrote: On Wed, Dec 21, 2005 at 02:17:59AM +, Maxim Sobolev wrote: sobomax 2005-12-21 02:17:58 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 biosmem.c i386_copy.c libi386.h sys/boot/i386/loader main.c Log: For the cases whe

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 16:37:32 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-SaltedHash --> ports/security/p5-Crypt-SaltedHash Revision ChangesPath 1.13949 +1 -0 CVSROOT/modules __

cvs commit: ports/security Makefile ports/security/p5-Crypt-SaltedHash Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 16:37:19 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-SaltedHash Makefile distinfo pkg-descr pkg-plist Log: The Crypt::SaltedHash module provides an object ori

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 16:35:49 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-Shark --> ports/security/p5-Crypt-Shark Revision ChangesPath 1.13948 +1 -0 CVSROOT/modules ___ cvs-

cvs commit: ports/security Makefile ports/security/p5-Crypt-Shark Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 16:35:33 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-Shark Makefile distinfo pkg-descr pkg-plist Log: Shark is 64-bit block cipher that accepts a 128-bit key. It was designed by Vincent Rijm

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 16:32:05 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-Salt --> ports/security/p5-Crypt-Salt Revision ChangesPath 1.13947 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/security Makefile ports/security/p5-Crypt-Salt Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 16:31:51 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-Salt Makefile distinfo pkg-descr pkg-plist Log: The single exported subroutine in this module is for generating a salt suitable for being

cvs commit: ports/games/tome Makefile distinfo pkg-plist

2005-12-21 Thread Tim Bishop
tdb 2005-12-21 16:27:43 UTC FreeBSD ports repository Modified files: games/tome Makefile distinfo pkg-plist Log: - Update to 2.3.3 PR: 90517 Submitted by: Peter Thoenen <[EMAIL PROTECTED]> (maintainer) Approved by:clement (mentor, implicit

cvs commit: ports/x11/gnomepanel Makefile ports/x11/gnomepanel/files patch-gnome-panel_egg-recent-model.c

2005-12-21 Thread Jean-Yves Lefort
jylefort2005-12-21 16:13:23 UTC FreeBSD ports repository Modified files: x11/gnomepanel Makefile Added files: x11/gnomepanel/files patch-gnome-panel_egg-recent-model.c Log: Lock ~/.recently-used. The lack of locking sometimes caused the "Places -> Recent Documents"

Re: cvs commit: src/sys/conf NOTES files src/sys/pci amdsmb.c nfsmb.c src/sys/dev/smbus smbus.c src/sys/modules/i2c/controllers Makefile src/sys/modules/i2c/controllers/amdsmb Makefile src/sys/modules

2005-12-21 Thread Ruslan Ermilov
On Wed, Dec 21, 2005 at 03:49:51PM +, Ruslan Ermilov wrote: > ru 2005-12-21 15:49:51 UTC > > FreeBSD src repository > > Modified files: > sys/conf NOTES files > sys/dev/smbussmbus.c > sys/modules/i2c/controllers Makefile > Added files: > s

cvs commit: ports/x11/nvidia-driver Makefile pkg-plist

2005-12-21 Thread Alexey Dokuchaev
danfe 2005-12-21 16:01:33 UTC FreeBSD ports repository Modified files: x11/nvidia-driverMakefile pkg-plist Log: Deal with non-standard DOCSDIR in a sane manner. Revision ChangesPath 1.42 +1 -0 ports/x11/nvidia-driver/Makefile 1.10 +56 -56por

cvs commit: src Makefile.inc1

2005-12-21 Thread Ruslan Ermilov
ru 2005-12-21 15:55:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile.inc1 Log: MFC: 1.523: Don't create a hierarchy before installing a kernel. Revision ChangesPath 1.499.2.6 +0 -6 src/Makefile.inc1

cvs commit: src/sys/conf NOTES files src/sys/pci amdsmb.c nfsmb.c src/sys/dev/smbus smbus.c src/sys/modules/i2c/controllers Makefile src/sys/modules/i2c/controllers/amdsmb Makefile src/sys/modules/i2c

2005-12-21 Thread Ruslan Ermilov
ru 2005-12-21 15:49:51 UTC FreeBSD src repository Modified files: sys/conf NOTES files sys/dev/smbussmbus.c sys/modules/i2c/controllers Makefile Added files: sys/pci amdsmb.c nfsmb.c sys/modules/i2c/controllers/amdsmb Makefil

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:41:05 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-SKey --> ports/security/p5-Crypt-SKey Revision ChangesPath 1.13946 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/security Makefile ports/security/p5-Crypt-SKey Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:40:50 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-SKey Makefile distinfo pkg-descr pkg-plist Log: This module contains a simple S/Key calculator (as described in RFC 1760) implemented in

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:40:01 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-Loki97 --> ports/security/p5-Crypt-Loki97 Revision ChangesPath 1.13945 +1 -0 CVSROOT/modules ___ cv

cvs commit: ports/security Makefile ports/security/p5-Crypt-Loki97 Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:39:47 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-Loki97 Makefile distinfo pkg-descr pkg-plist Log: Loki97 is 128-bit block cipher that accepts a variable-length key. It was designed by L

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:37:44 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-License --> ports/security/p5-Crypt-License Revision ChangesPath 1.13944 +1 -0 CVSROOT/modules ___

cvs commit: ports/security Makefile ports/security/p5-Crypt-License Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:37:30 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-License Makefile distinfo pkg-descr pkg-plist Log: Crypt::License decodes an encrypted file and attempts to

Re: cvs commit: src/sys/dev/pci vga_pci.c

2005-12-21 Thread John Baldwin
On Tuesday 20 December 2005 05:47 pm, Nate Lawson wrote: > John Baldwin wrote: > > jhb 2005-12-20 22:41:33 UTC > > > > FreeBSD src repository > > > > Added files: > > sys/dev/pci vga_pci.c > > Log: > > Add a vgapci(4) stub device driver for VGA PCI devices. This device

cvs commit: CVSROOT modules

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:30:27 UTC FreeBSD ports repository Modified files: .modules Log: p5-Crypt-Khazad --> ports/security/p5-Crypt-Khazad Revision ChangesPath 1.13943 +1 -0 CVSROOT/modules ___ cv

cvs commit: ports/security Makefile ports/security/p5-Crypt-Khazad Makefile distinfo pkg-descr pkg-plist

2005-12-21 Thread Erwin Lansing
erwin 2005-12-21 15:30:06 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-Khazad Makefile distinfo pkg-descr pkg-plist Log: Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and Paulo S. L

Re: cvs commit: www/en/projects/ideas index.sgml

2005-12-21 Thread Alexander Leidinger
Joel Dahl <[EMAIL PROTECTED]> wrote: On Wed, 2005-12-21 at 13:45 +, Joel Dahl wrote: joel2005-12-21 13:45:15 UTC FreeBSD doc repository Modified files: en/projects/ideasindex.sgml I'll add more projects and things tomorrow if time permits, but I have A LOT of mails i

cvs commit: src/sys/pci if_devar.h

2005-12-21 Thread John Baldwin
jhb 2005-12-21 15:15:43 UTC FreeBSD src repository Modified files: sys/pci if_devar.h Log: Use ETHER_ADDR_LEN rather than hardcoding 6. Revision ChangesPath 1.42 +1 -1 src/sys/pci/if_devar.h ___ cv

cvs commit: src/sys/arm/arm locore.S

2005-12-21 Thread Olivier Houchard
cognet 2005-12-21 15:02:31 UTC FreeBSD src repository Modified files: sys/arm/arm locore.S Log: Ooops, I removed the wrong bits. This unbreak boot from a VA which is different from the PA. Revision ChangesPath 1.13 +3 -2 src/sys/arm/arm/locore.S

cvs commit: src/sys/arm/xscale/i80321 iq31244_machdep.c

2005-12-21 Thread Olivier Houchard
cognet 2005-12-21 15:01:49 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 iq31244_machdep.c Log: Remove #undef DDB I shouldn't have committed. Revision ChangesPath 1.18 +0 -1 src/sys/arm/xscale/i80321/iq31244_machdep.c

Re: cvs commit: ports/sysutils/xmbmon Makefile ports/sysutils/xmbmon/files patch-sens_lm85.c

2005-12-21 Thread Alexey Dokuchaev
On Wed, Dec 21, 2005 at 02:03:54PM +, Ruslan Ermilov wrote: > ru 2005-12-21 14:03:54 UTC > > FreeBSD ports repository > > Modified files: > sysutils/xmbmon Makefile > Added files: > sysutils/xmbmon/files patch-sens_lm85.c > Log: > Fix reading temperature and

cvs commit: ports/editors/xenon Makefile distinfo pkg-descr

2005-12-21 Thread Renato Botelho
garga 2005-12-21 14:55:08 UTC FreeBSD ports repository Modified files: editors/xenonMakefile distinfo pkg-descr Log: - fix WWW line on pkg-descr - Add SHA256 hash PR: ports/89683 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Approved by:

cvs commit: ports/misc/susv3 Makefile distinfo

2005-12-21 Thread Sergey Skvortsov
skv 2005-12-21 14:52:50 UTC FreeBSD ports repository Modified files: misc/susv3 Makefile distinfo Log: Update to the latest edition (Fri Jan 21 10:30:24 GMT 2005): The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Revision ChangesPath

Re: cvs commit: ports/devel/libtool15 Makefile distinfo

2005-12-21 Thread Michael Nottebrock
Ade Lovett schrieb: > ade 2005-12-21 02:26:44 UTC > > FreeBSD ports repository > > Modified files: > devel/libtool15 Makefile distinfo > Log: > Update to 1.5.22 > > Revision ChangesPath > 1.50 +2 -2 ports/devel/libtool15/Makefile > 1.14 +3 -3

cvs commit: ports/misc/susv2 distinfo

2005-12-21 Thread Sergey Skvortsov
skv 2005-12-21 14:50:02 UTC FreeBSD ports repository Modified files: misc/susv2 distinfo Log: Add SIZE, SHA256. Revision ChangesPath 1.2 +2 -0 ports/misc/susv2/distinfo ___ cvs-all@freebsd.org mailin

cvs commit: ports/irc/hybserv Makefile distinfo pkg-plist

2005-12-21 Thread Renato Botelho
garga 2005-12-21 14:44:59 UTC FreeBSD ports repository Modified files: irc/hybserv Makefile distinfo pkg-plist Log: - Update to 1.9.1 - Pass maintainership to submitter PR: ports/90745 Submitted by: Frank Laszlo <[EMAIL PROTECTED]> Revision

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

2005-12-21 Thread Michael Nottebrock
lofi2005-12-21 14:43:37 UTC FreeBSD ports repository Modified files: security/gnupg-devel Makefile pkg-plist Log: Fix plist. Revision ChangesPath 1.30 +1 -0 ports/security/gnupg-devel/Makefile 1.12 +1 -0 ports/security/gnupg-devel/pkg-plist _

Re: cvs commit: ports/sysutils/xmbmon Makefile ports/sysutils/xmbmon/files patch-sens_lm85.c

2005-12-21 Thread Max Laier
On Wednesday 21 December 2005 15:03, Ruslan Ermilov wrote: > ru 2005-12-21 14:03:54 UTC > > FreeBSD ports repository > > Modified files: > sysutils/xmbmon Makefile > Added files: > sysutils/xmbmon/files patch-sens_lm85.c > Log: > Fix reading temperature and voltage f

cvs commit: ports/sysutils/xmbmon Makefile ports/sysutils/xmbmon/files patch-sens_lm85.c

2005-12-21 Thread Ruslan Ermilov
ru 2005-12-21 14:03:54 UTC FreeBSD ports repository Modified files: sysutils/xmbmon Makefile Added files: sysutils/xmbmon/files patch-sens_lm85.c Log: Fix reading temperature and voltage from ADM1027 sensors: - Don't add offsets, they are added automatically

Re: cvs commit: www/en/projects/ideas index.sgml

2005-12-21 Thread Joel Dahl
On Wed, 2005-12-21 at 13:45 +, Joel Dahl wrote: > joel2005-12-21 13:45:15 UTC > > FreeBSD doc repository > > Modified files: > en/projects/ideasindex.sgml I'll add more projects and things tomorrow if time permits, but I have A LOT of mails in my inbox from volunteers/de

  1   2   >