cvs commit: src/sys/boot/common ufsread.c

2008-06-06 Thread Konstantin Belousov
kib 2008-06-07 05:49:24 UTC FreeBSD src repository Modified files: sys/boot/common ufsread.c Log: SVN rev 179634 on 2008-06-07 05:49:24Z by kib Fix the incorrect calculation of a block address within a single indirect block. PR: 108215 Submitted by: Y

cvs commit: src/sys/boot/common ufsread.c

2008-06-06 Thread Konstantin Belousov
kib 2008-06-07 05:47:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/boot/common ufsread.c Log: SVN rev 179633 on 2008-06-07 05:47:24Z by kib Revert the r179632, it was committed to the wrong branch. Revision ChangesPath 1.14

cvs commit: src/sys/boot/common ufsread.c

2008-06-06 Thread Konstantin Belousov
kib 2008-06-07 05:42:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/boot/common ufsread.c Log: SVN rev 179632 on 2008-06-07 05:42:22Z by kib Fix the incorrect calculation of a block address within a single indirect block. PR:

cvs commit: ports/net-mgmt/ocsinventory-agent Makefile distinfo pkg-plist

2008-06-06 Thread Marcelo Araujo
araujo 2008-06-07 03:30:20 UTC FreeBSD ports repository Modified files: net-mgmt/ocsinventory-agent Makefile distinfo pkg-plist Log: - Update to 0.0.9.2. PR: ports/123398 Reviewed by:lippe Approved by:maintainer timeout (4 weeks) Revision Chang

Re: cvs commit: src/sys/boot/i386/libi386 biossmap.c

2008-06-06 Thread John Baldwin
On Friday 06 June 2008 11:07:32 pm John Baldwin wrote: > jhb 2008-06-07 03:07:32 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/libi386 biossmap.c > Log: > SVN rev 179631 on 2008-06-07 03:07:32Z by jhb > > Workaround a bug in the BIOS of Dell R900 mac

cvs commit: src/sys/boot/i386/libi386 biossmap.c

2008-06-06 Thread John Baldwin
jhb 2008-06-07 03:07:32 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 biossmap.c Log: SVN rev 179631 on 2008-06-07 03:07:32Z by jhb Workaround a bug in the BIOS of Dell R900 machines. Specifically, each entry in the SMAP is a 20 byte structure and t

cvs commit: ports/palm/synce-kde Makefile pkg-plist

2008-06-06 Thread Marcelo Araujo
araujo 2008-06-07 02:57:36 UTC FreeBSD ports repository Modified files: palm/synce-kde Makefile pkg-plist Log: - Fix pkg-plist. - Reset maintainer. Noticed by: itetcu Revision ChangesPath 1.22 +1 -1 ports/palm/synce-kde/Makefile 1.4

cvs commit: ports/java/jgraph Makefile distinfo

2008-06-06 Thread Marcelo Araujo
araujo 2008-06-07 02:45:53 UTC FreeBSD ports repository Modified files: java/jgraph Makefile distinfo Log: - Update to 5.12.0.4. [1] - Reset maintainer. PR: ports/123162 [1] Submitted by: Wen Heping <[EMAIL PROTECTED]> Revision ChangesPa

cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml

2008-06-06 Thread Gabor Pali
pgj 2008-06-07 02:29:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Whitespace only changes in FAQ: - Fix indentation issues of the previous commit Approved by:gabor (mentor) Revision ChangesPath 1.884 +7 -9

cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml

2008-06-06 Thread Gabor Pali
pgj 2008-06-07 02:18:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update the FAQ: - Change the frequency of snapshots from a day to a month - Fix a missing closing parenthesis - Add snapshot site http://snapshots.us.freebsd.org

cvs commit: ports/www/shttpd Makefile distinfo

2008-06-06 Thread Wesley Shields
wxs 2008-06-07 01:27:56 UTC FreeBSD ports repository Modified files: www/shttpd Makefile distinfo Log: Update to 1.41 PR: ports/124170 Submitted by: Sergey Lyubka <[EMAIL PROTECTED]> Approved by:garga (mentor, implicit) Revision Chan

cvs commit: ports/www/hudson Makefile distinfo

2008-06-06 Thread Herve Quiroz
hq 2008-06-07 00:31:04 UTC FreeBSD ports repository Modified files: www/hudson Makefile distinfo Log: Update to 1.221 Revision ChangesPath 1.6 +2 -3 ports/www/hudson/Makefile 1.4 +3 -3 ports/www/hudson/distinfo __

cvs commit: ports/deskutils/recoll Makefile distinfo pkg-plist

2008-06-06 Thread Wesley Shields
wxs 2008-06-07 00:24:13 UTC FreeBSD ports repository Modified files: deskutils/recoll Makefile distinfo pkg-plist Log: Update to 1.10.2 PR: ports/124092 Submitted by: [EMAIL PROTECTED] (maintainer) Approved by:garga (mentor, implicit) Revis

cvs commit: src/sbin/geom/class/part gpart.8

2008-06-06 Thread Marcel Moolenaar
marcel 2008-06-07 00:14:06 UTC FreeBSD src repository Modified files: sbin/geom/class/part gpart.8 Log: SVN rev 179630 on 2008-06-07 00:14:06Z by marcel Document the new -p and -i options for writing bootstrap code into a partition. Make it clear that the -b option embeds

cvs commit: src/sbin/geom/class/part geom_part.c

2008-06-06 Thread Marcel Moolenaar
marcel 2008-06-06 23:58:29 UTC FreeBSD src repository Modified files: sbin/geom/class/part geom_part.c Log: SVN rev 179629 on 2008-06-06 23:58:29Z by marcel Enhance the bootcode command to also allow bootcode to be written to a partition. This avoids that users need to us

Re: cvs commit: src/sys/vm vm_page.c

2008-06-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Alan Cox writes: >Poul-Henning Kamp wrote: >>> Essentially, neither madvise(..., MADV_DONTNEED) nor madvise(..., >>> MADV_FREE) >>> work. (Moreover, I don't believe that they have ever worked as intended.) >> >> I remember they did have a measurable but minor im

Re: cvs commit: src/sys/vm vm_page.c

2008-06-06 Thread Alan Cox
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Alan Cox writes: alc 2008-06-06 18:38:43 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: SVN rev 179623 on 2008-06-06 18:38:43Z by alc Essentially, neither madvise(..., MADV_DONTNEED)

cvs commit: src/sbin/geom/misc subr.c subr.h

2008-06-06 Thread Marcel Moolenaar
marcel 2008-06-06 22:44:03 UTC FreeBSD src repository Modified files: sbin/geom/misc subr.c subr.h Log: SVN rev 179628 on 2008-06-06 22:44:03Z by marcel Add two support functions: o gctl_delete_param() -- intended for parameters that are consumed by geom(8) it

cvs commit: ports/editors/openoffice.org-2 Makefile ports/editors/openoffice.org-2-devel Makefile ports/graphics/xaralx Makefile ports/mail/enigmail Makefile ports/net/avahi-app Makefile ports/net/lin

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 22:01:01 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2 Makefile editors/openoffice.org-2-devel Makefile graphics/xaralx Makefile mail/enigmailMakefile net/avahi-appMakefile net/linc Ma

cvs commit: ports/graphics/ImageMagick Makefile distinfo

2008-06-06 Thread Martin Matuska
mm 2008-06-06 22:00:49 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo Log: - Update to 6.4.1-5 [1] - Remove ALL_TARGET from Makefile [2] PR: ports/124171 [2] Submitted by: mm [1], Adam McDougall <[EMAIL PROTECTED]>

cvs commit: src/sys/net if_bridge.c

2008-06-06 Thread Andrew Thompson
thompsa 2008-06-06 21:57:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_bridge.c Log: SVN rev 179627 on 2008-06-06 21:57:28Z by thompsa MFC r174749, r175396, r175419, r175432 - Simplify the error handling - Nuke licence

cvs commit: src MAINTAINERS

2008-06-06 Thread Peter Wemm
peter 2008-06-06 21:32:01 UTC FreeBSD src repository Modified files: .MAINTAINERS Log: SVN rev 179626 on 2008-06-06 21:32:01Z by peter Update description text Revision ChangesPath 1.150 +1 -1 src/MAINTAINERS

cvs commit: ports UPDATING

2008-06-06 Thread Ade Lovett
ade 2008-06-06 21:12:19 UTC FreeBSD ports repository Modified files: .UPDATING Log: Fix portmaster instructions (sorry, I don't use it) for devel/gettext update. Submitted by: Lots and lots and *lots* of people Revision ChangesPath 1.6

Re: cvs commit: src/sys/dev/smbus smb.c

2008-06-06 Thread John Baldwin
On Friday 06 June 2008 02:45:32 pm John Baldwin wrote: > jhb 2008-06-06 18:45:32 UTC > > FreeBSD src repository > > Modified files: > sys/dev/smbussmb.c > Log: > SVN rev 179625 on 2008-06-06 18:45:32Z by jhb > > - Store the device_t of the smbX device in the soft

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

2008-06-06 Thread Thierry Thomas
thierry 2008-06-06 20:53:32 UTC FreeBSD ports repository Modified files: graphics/cimgMakefile pkg-plist Log: - Fix DIST_SUBDIR; - Fix install with -DNOPORTDOCS -DNOPORTEXAMPLES (1) Reported by:itetcu (1) Revision ChangesPath 1.47 +16 -12

cvs commit: ports/x11/nvidia-driver Makefile distinfo ports/x11/nvidia-driver/files patch-src::nv-freebsd.h ports/x11/nvidia-driver-71xx Makefile ports/x11/nvidia-driver-96xx Makefile

2008-06-06 Thread Alexey Dokuchaev
danfe 2008-06-06 20:32:28 UTC FreeBSD ports repository Modified files: x11/nvidia-driverMakefile distinfo x11/nvidia-driver-71xx Makefile x11/nvidia-driver-96xx Makefile Removed files: x11/nvidia-driver/files patch-src::nv-freebsd.h Log: - Update to version

cvs commit: ports UPDATING

2008-06-06 Thread Martin Wilke
miwi2008-06-06 20:23:07 UTC FreeBSD ports repository Modified files: .UPDATING Log: - Fix merge mistake Revision ChangesPath 1.640 +1 -2 ports/UPDATING ___ cvs-all@freebsd.org mailing list ht

Re: cvs commit: ports/misc/figlet pkg-plist

2008-06-06 Thread QA Tindy (Ion-Mihai Tetcu)
On Fri, 6 Jun 2008 16:07:30 + (UTC) "David E. O'Brien" <[EMAIL PROTECTED]> wrote: > obrien 2008-06-06 16:07:30 UTC > > FreeBSD ports repository > > Modified files: > misc/figlet pkg-plist > Log: > Handle 'make -DNOPORTDOCS install deinstall' better. > > Revisi

Re: cvs commit: src/sys/vm vm_page.c

2008-06-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Alan Cox writes: >alc 2008-06-06 18:38:43 UTC > > FreeBSD src repository > > Modified files: >sys/vm vm_page.c > Log: > SVN rev 179623 on 2008-06-06 18:38:43Z by alc > > Essentially, neither madvise(..., MADV_DONTNEED) nor madvise(..

cvs commit: src/sys/dev/smbus smb.c

2008-06-06 Thread John Baldwin
jhb 2008-06-06 18:45:32 UTC FreeBSD src repository Modified files: sys/dev/smbussmb.c Log: SVN rev 179625 on 2008-06-06 18:45:32Z by jhb - Store the device_t of the smbX device in the softc. - Store the softc of the device in the 'si_drv1' of the cdev. - Look

cvs commit: src/sys/dev/bktr bktr_i2c.c src/sys/dev/iicbus iicsmb.c

2008-06-06 Thread John Baldwin
jhb 2008-06-06 18:40:38 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_i2c.c sys/dev/iicbus iicsmb.c Log: SVN rev 179624 on 2008-06-06 18:40:38Z by jhb Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmb drivers for now

cvs commit: src/sys/vm vm_page.c

2008-06-06 Thread Alan Cox
alc 2008-06-06 18:38:43 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: SVN rev 179623 on 2008-06-06 18:38:43Z by alc Essentially, neither madvise(..., MADV_DONTNEED) nor madvise(..., MADV_FREE) work. (Moreover, I don't believe that they

cvs commit: src/sys/dev/ichsmb ichsmb.c ichsmb_pci.c ichsmb_var.h src/sys/pci amdpm.c amdsmb.c intpm.c nfsmb.c viapm.c

2008-06-06 Thread John Baldwin
jhb 2008-06-06 18:29:56 UTC FreeBSD src repository Modified files: sys/dev/ichsmb ichsmb.c ichsmb_pci.c ichsmb_var.h sys/pci amdpm.c amdsmb.c intpm.c nfsmb.c viapm.c Log: SVN rev 179622 on 2008-06-06 18:29:56Z by jhb - Use bus_foo() rather than bu

cvs commit: src/sys/dev/cs if_cs.c

2008-06-06 Thread Warner Losh
imp 2008-06-06 17:27:19 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179621 on 2008-06-06 17:27:19Z by imp Tweak a comment and a constant to restore old 30ms upper bound. cs_readreg takes ~2us not ~1us to run. Revision Chan

cvs commit: src/sys/dev/cs if_cs.c

2008-06-06 Thread Warner Losh
imp 2008-06-06 17:22:07 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179620 on 2008-06-06 17:22:07Z by imp o Remove unused cs_debug tunable. I think I added it and then nothing with it. Bad imp. Removing us dips us under 10,

cvs commit: ports/print/latex-cjk pkg-deinstall

2008-06-06 Thread Rong-En Fan
rafan 2008-06-06 16:22:49 UTC FreeBSD ports repository Removed files: print/latex-cjk pkg-deinstall Log: - pkg-deinstall was moved to files/ Revision ChangesPath 1.5 +0 -28 ports/print/latex-cjk/pkg-deinstall (dead) ___

cvs commit: ports/print/latex-cjk Makefile distinfo pkg-plist ports/print/latex-cjk/files patch-utils-Makefiles pkg-deinstall.in pkg-install.in

2008-06-06 Thread Rong-En Fan
rafan 2008-06-06 16:21:54 UTC FreeBSD ports repository Modified files: print/latex-cjk Makefile distinfo pkg-plist print/latex-cjk/files patch-utils-Makefiles pkg-deinstall.in pkg-install.in Log: - Update to 4.8.0 - Respect LOCALBASE (ccma

cvs commit: ports/print/latex-cjk Makefile pkg-install ports/print/latex-cjk/files pkg-deinstall.in pkg-install.in

2008-06-06 Thread Rong-En Fan
rafan 2008-06-06 16:19:37 UTC FreeBSD ports repository Modified files: print/latex-cjk Makefile Added files: print/latex-cjk/files pkg-deinstall.in pkg-install.in Removed files: print/latex-cjk pkg-install Log: - Add pkg-install, pkg-deinstall to SUB_FIL

cvs commit: src/contrib/cvs/src classify.c

2008-06-06 Thread David E. O'Brien
obrien 2008-06-06 16:16:44 UTC FreeBSD src repository Modified files: contrib/cvs/src classify.c Log: SVN rev 179619 on 2008-06-06 16:16:44Z by obrien Optimize the CVS bug #17168 fix by relaxing the conditions for update with respect to sticky options. (r179561 was

cvs commit: ports/chinese/ttfm Makefile ports/chinese/ttfm/files patch-ttfm.sh

2008-06-06 Thread Rong-En Fan
rafan 2008-06-06 16:16:30 UTC FreeBSD ports repository Modified files: chinese/ttfm Makefile chinese/ttfm/files patch-ttfm.sh Log: - Respect PREFIX and LOCALBASE Revision ChangesPath 1.22 +4 -1 ports/chinese/ttfm/Makefile 1.3 +11 -2

cvs commit: src/sys/dev/cs if_cs_isa.c if_cs_pccard.c

2008-06-06 Thread Warner Losh
imp 2008-06-06 16:10:10 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs_isa.c if_cs_pccard.c Log: SVN rev 179618 on 2008-06-06 16:10:10Z by imp Forgot to commit these files too :-( Revision ChangesPath 1.12 +2 -2 src/sys/dev/cs

cvs commit: ports/misc/figlet pkg-plist

2008-06-06 Thread David E. O'Brien
obrien 2008-06-06 16:07:30 UTC FreeBSD ports repository Modified files: misc/figlet pkg-plist Log: Handle 'make -DNOPORTDOCS install deinstall' better. Revision ChangesPath 1.6 +4 -4 ports/misc/figlet/pkg-plist

cvs commit: ports/devel/p5-Module-Versions-Report Makefile distinfo

2008-06-06 Thread Mathieu Arnold
mat 2008-06-06 16:04:23 UTC FreeBSD ports repository Modified files: devel/p5-Module-Versions-Report Makefile distinfo Log: Update to 1.04 Revision ChangesPath 1.4 +1 -1 ports/devel/p5-Module-Versions-Report/Makefile 1.4 +3 -3 ports/devel/p

cvs commit: ports/science/liblinear Makefile distinfo

2008-06-06 Thread Rong-En Fan
rafan 2008-06-06 15:56:04 UTC FreeBSD ports repository Modified files: science/liblinearMakefile distinfo Log: - Update to 1.31 Revision ChangesPath 1.9 +1 -1 ports/science/liblinear/Makefile 1.8 +3 -3 ports/science/liblinear/distinfo ___

cvs commit: ports/x11-fonts/p5-Font-AFM Makefile distinfo

2008-06-06 Thread Mathieu Arnold
mat 2008-06-06 15:44:48 UTC FreeBSD ports repository Modified files: x11-fonts/p5-Font-AFM Makefile distinfo Log: Update to 1.20 Revision ChangesPath 1.8 +1 -1 ports/x11-fonts/p5-Font-AFM/Makefile 1.5 +3 -3 ports/x11-fonts/p5-Font-AFM/disti

cvs commit: ports/net/p5-Net-OAuth Makefile distinfo

2008-06-06 Thread Mathieu Arnold
mat 2008-06-06 15:44:34 UTC FreeBSD ports repository Modified files: net/p5-Net-OAuth Makefile distinfo Log: Update to 0.11 Revision ChangesPath 1.6 +1 -1 ports/net/p5-Net-OAuth/Makefile 1.6 +3 -3 ports/net/p5-Net-OAuth/distinfo ___

cvs commit: ports/textproc/p5-Pod-Simple Makefile distinfo

2008-06-06 Thread Mathieu Arnold
mat 2008-06-06 15:44:22 UTC FreeBSD ports repository Modified files: textproc/p5-Pod-Simple Makefile distinfo Log: Update to 3.07 Revision ChangesPath 1.15 +1 -1 ports/textproc/p5-Pod-Simple/Makefile 1.15 +3 -3 ports/textproc/p5-Pod-Simple/di

Re: cvs commit: ports/accessibility/accerciser Makefile ports/accessibility/at-poke Makefile ports/accessibility/atk Makefile ports/accessibility/dasher Makefile ports/accessibility/gnome-mag Makefile

2008-06-06 Thread Jeremy Messenger
On Fri, 06 Jun 2008 07:59:54 -0500, Edwin Groothuis <[EMAIL PROTECTED]> wrote: edwin 2008-06-06 12:59:54 UTC FreeBSD ports repository Modified files: accessibility/accerciser Makefile accessibility/at-poke Makefile accessibility/atkMakefile accessibility/dasher

Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main

2008-06-06 Thread M. Warner Losh
: It's not your call either. We have style(9), which says: Thus quote he from the holy book of style, section nine, verses 127-134 : For consistency, getopt(3) should be used to parse options. Options : should be sorted in the getopt(3) call and the switch statement, : unless :

cvs commit: ports/accessibility/at-spi Makefile ports/accessibility/gail Makefile ports/databases/namazu2 Makefile ports/devel/gettext Makefile ports/devel/gnome-vfs Makefile ports/devel/libgsf Makefi

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:33:40 UTC FreeBSD ports repository Modified files: accessibility/at-spi Makefile accessibility/gail Makefile databases/namazu2Makefile devel/gettextMakefile devel/gnome-vfs Makefile devel/libgsf Makefile de

cvs commit: ports/x11-wm/afterstep-stable Makefile ports/x11-wm/amaterus Makefile ports/x11-wm/awesome Makefile ports/x11-wm/bbconf Makefile ports/x11-wm/beryl Makefile ports/x11-wm/beryl-core Makefil

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:17:21 UTC FreeBSD ports repository Modified files: x11-wm/afterstep-stable Makefile x11-wm/amaterus Makefile x11-wm/awesome Makefile x11-wm/bbconfMakefile x11-wm/beryl Makefile x11-wm/beryl-coreMakefile

cvs commit: ports/x11-toolkits/bakery Makefile ports/x11-toolkits/easygtk Makefile ports/x11-toolkits/eel Makefile ports/x11-toolkits/efltk Makefile ports/x11-toolkits/enhance Makefile ports/x11-toolk

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:16:37 UTC FreeBSD ports repository Modified files: x11-toolkits/bakery Makefile x11-toolkits/easygtk Makefile x11-toolkits/eel Makefile x11-toolkits/efltk Makefile x11-toolkits/enhance Makefile x11-toolkits/etk Makefile x1

cvs commit: ports/x11-themes/baghira Makefile ports/x11-themes/beastie Makefile ports/x11-themes/bluecurve-themes Makefile ports/x11-themes/buffy Makefile ports/x11-themes/camaelon-nesedah Makefile po

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:14:43 UTC FreeBSD ports repository Modified files: x11-themes/baghira Makefile x11-themes/beastie Makefile x11-themes/bluecurve-themes Makefile x11-themes/buffy Makefile x11-themes/camaelon-nesedah Makefile x11-themes/clean-theme-

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

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:13:31 UTC FreeBSD ports repository Modified files: x11-servers/xephyr Makefile x11-servers/xorg-dmx Makefile x11-servers/xorg-server Makefile x11-servers/xorg-server-snap Makefile Log: Bump portrevision due to upgrade of devel/gettext.

cvs commit: ports/x11-fonts/fntsample Makefile ports/x11-fonts/fontmatrix Makefile ports/x11-fonts/gfe Makefile ports/x11-fonts/gnome-font-sampler Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:13:01 UTC FreeBSD ports repository Modified files: x11-fonts/fntsample Makefile x11-fonts/fontmatrix Makefile x11-fonts/gfeMakefile x11-fonts/gnome-font-sampler Makefile Log: Bump portrevision due to upgrade of devel/gettext. The

cvs commit: ports/x11-fm/FSViewer Makefile ports/x11-fm/dfm Makefile ports/x11-fm/dolphin Makefile ports/x11-fm/emelfm2 Makefile ports/x11-fm/entropyfm Makefile ports/x11-fm/evidence Makefile ports/x1

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:12:23 UTC FreeBSD ports repository Modified files: x11-fm/FSViewer Makefile x11-fm/dfm Makefile x11-fm/dolphin Makefile x11-fm/emelfm2 Makefile x11-fm/entropyfm Makefile x11-fm/evidence Makefile x1

cvs commit: ports/x11-drivers/synaptics Makefile ports/x11-drivers/xf86-input-acecad Makefile ports/x11-drivers/xf86-input-calcomp Makefile ports/x11-drivers/xf86-input-citron Makefile ports/x11-drive

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:10:29 UTC FreeBSD ports repository Modified files: x11-drivers/synaptics Makefile x11-drivers/xf86-input-acecad Makefile x11-drivers/xf86-input-calcomp Makefile x11-drivers/xf86-input-citron Makefile x11-drivers/xf86-input-digitaledge Makefile

cvs commit: ports/x11-clocks/aclock Makefile ports/x11-clocks/alltraxclock Makefile ports/x11-clocks/asclock-gtk Makefile ports/x11-clocks/bdesktopclock Makefile ports/x11-clocks/bmp-alarm Makefile po

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:09:35 UTC FreeBSD ports repository Modified files: x11-clocks/aclockMakefile x11-clocks/alltraxclock Makefile x11-clocks/asclock-gtk Makefile x11-clocks/bdesktopclock Makefile x11-clocks/bmp-alarm Makefile x11-clocks/cairo-clock Makef

cvs commit: ports/x11/Terminal Makefile ports/x11/alltray Makefile ports/x11/apwal Makefile ports/x11/aterm Makefile ports/x11/bbrun Makefile ports/x11/brightside Makefile ports/x11/chameleon Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:09:15 UTC FreeBSD ports repository Modified files: x11/Terminal Makefile x11/alltray Makefile x11/apwalMakefile x11/atermMakefile x11/bbrunMakefile x11/brightside Makefile x1

cvs commit: ports/www/adblock Makefile ports/www/amaya Makefile ports/www/apache-forrest Makefile ports/www/apache-jserv Makefile ports/www/aria Makefile ports/www/aria2 Makefile ports/www/aria2fe Mak

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:07:24 UTC FreeBSD ports repository Modified files: www/adblock Makefile www/amayaMakefile www/apache-forrest Makefile www/apache-jserv Makefile www/aria Makefile www/aria2Makefile ww

cvs commit: ports/vietnamese/aspell Makefile ports/vietnamese/gtk-im-vi Makefile ports/vietnamese/xvnkb Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:05:33 UTC FreeBSD ports repository Modified files: vietnamese/aspellMakefile vietnamese/gtk-im-vi Makefile vietnamese/xvnkb Makefile Log: Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext a

cvs commit: ports/ukrainian/aspell Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:05:22 UTC FreeBSD ports repository Modified files: ukrainian/aspell Makefile Log: Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the

cvs commit: ports/textproc/af-aspell Makefile ports/textproc/aiksaurus-gtk Makefile ports/textproc/am-aspell Makefile ports/textproc/ant-xinclude-task Makefile ports/textproc/aspell Makefile ports/tex

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:05:09 UTC FreeBSD ports repository Modified files: textproc/af-aspell Makefile textproc/aiksaurus-gtk Makefile textproc/am-aspell Makefile textproc/ant-xinclude-task Makefile textproc/aspell Makefile textproc/az-aspell Makefile

cvs commit: ports/sysutils/LPRng Makefile ports/sysutils/acidlaunch Makefile ports/sysutils/apt Makefile ports/sysutils/bacula-server Makefile ports/sysutils/bacula-server-devel Makefile ports/sysutil

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:03:26 UTC FreeBSD ports repository Modified files: sysutils/LPRng Makefile sysutils/acidlaunch Makefile sysutils/apt Makefile sysutils/bacula-server Makefile sysutils/bacula-server-devel Makefile sysutils/bashburnMakefi

cvs commit: ports/shells/bash Makefile ports/shells/bash-completion Makefile ports/shells/bush Makefile ports/shells/fish Makefile ports/shells/gscommander Makefile ports/shells/viewglob Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:01:29 UTC FreeBSD ports repository Modified files: shells/bash Makefile shells/bash-completion Makefile shells/bush Makefile shells/fish Makefile shells/gscommander Makefile shells/viewglob Makefile Lo

cvs commit: ports/security/aespipe Makefile ports/security/afterglow Makefile ports/security/amavisd-milter Makefile ports/security/amavisd-new Makefile ports/security/aolserver-nsmcrypt Makefile port

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 14:01:07 UTC FreeBSD ports repository Modified files: security/aespipe Makefile security/afterglow Makefile security/amavisd-milter Makefile security/amavisd-new Makefile security/aolserver-nsmcrypt Makefile security/authforce Makefi

cvs commit: ports/science/afni Makefile ports/science/cdcl Makefile ports/science/chemical-mime-data Makefile ports/science/chemtool Makefile ports/science/chemtool-devel Makefile ports/science/colt M

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:59:05 UTC FreeBSD ports repository Modified files: science/afni Makefile science/cdcl Makefile science/chemical-mime-data Makefile science/chemtool Makefile science/chemtool-devel Makefile science/colt Makefile

cvs commit: ports/russian/aspell Makefile ports/russian/eric4 Makefile ports/russian/ksocrat Makefile ports/russian/muttprint Makefile ports/russian/xmms Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:58:31 UTC FreeBSD ports repository Modified files: russian/aspell Makefile russian/eric4Makefile russian/ksocrat Makefile russian/muttprintMakefile russian/xmms Makefile Log: Bump portrevision due to upgrade

cvs commit: ports/print/apsfilter Makefile ports/print/auctex Makefile ports/print/cjk-lyx Makefile ports/print/cups Makefile ports/print/cups-base Makefile ports/print/cups-magicolor Makefile ports/p

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:58:01 UTC FreeBSD ports repository Modified files: print/apsfilter Makefile print/auctex Makefile print/cjk-lyxMakefile print/cups Makefile print/cups-base Makefile print/cups-magicolor Makefile pr

cvs commit: ports/portuguese/aspell Makefile ports/portuguese/aspell-pt_BR Makefile ports/portuguese/irpf-pt_BR Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:57:05 UTC FreeBSD ports repository Modified files: portuguese/aspellMakefile portuguese/aspell-pt_BR Makefile portuguese/irpf-pt_BR Makefile Log: Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gette

cvs commit: ports/ports-mgmt/barry Makefile ports/ports-mgmt/bpm Makefile ports/ports-mgmt/kports Makefile ports/ports-mgmt/port-maintenance-tools Makefile ports/ports-mgmt/portbrowser Makefile ports/

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:56:40 UTC FreeBSD ports repository Modified files: ports-mgmt/barry Makefile ports-mgmt/bpm Makefile ports-mgmt/kportsMakefile ports-mgmt/port-maintenance-tools Makefile ports-mgmt/portbrowser Makefile ports-mgmt/portdowngra

cvs commit: ports/polish/aspell Makefile ports/polish/ekg2 Makefile ports/polish/gnugadu Makefile ports/polish/gnugadu2 Makefile ports/polish/kadu Makefile ports/polish/tleenx2 Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:55:33 UTC FreeBSD ports repository Modified files: polish/aspellMakefile polish/ekg2 Makefile polish/gnugadu Makefile polish/gnugadu2 Makefile polish/kadu Makefile polish/tleenx2 Makefile Log:

cvs commit: ports/palm/coldsync Makefile ports/palm/gnome-pilot Makefile ports/palm/gnome-pilot-conduits Makefile ports/palm/jpilot Makefile ports/palm/jpilot-db Makefile ports/palm/pilrc Makefile por

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:55:21 UTC FreeBSD ports repository Modified files: palm/coldsyncMakefile palm/gnome-pilot Makefile palm/gnome-pilot-conduits Makefile palm/jpilot Makefile palm/jpilot-db Makefile palm/pilrc Makefile

cvs commit: ports/news/PicMonger Makefile ports/news/grn Makefile ports/news/klibido Makefile ports/news/knews Makefile ports/news/lusernet Makefile ports/news/openftd Makefile ports/news/pan Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:55:03 UTC FreeBSD ports repository Modified files: news/PicMonger Makefile news/grn Makefile news/klibido Makefile news/knews Makefile news/lusernetMakefile news/openftd Makefile ne

cvs commit: ports/net-p2p/amule2 Makefile ports/net-p2p/apollon Makefile ports/net-p2p/azureus Makefile ports/net-p2p/azureus2 Makefile ports/net-p2p/bittyrant Makefile ports/net-p2p/dctc-gui Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:53:49 UTC FreeBSD ports repository Modified files: net-p2p/amule2 Makefile net-p2p/apollon Makefile net-p2p/azureus Makefile net-p2p/azureus2 Makefile net-p2p/bittyrantMakefile net-p2p/dctc-gui Makefile ne

cvs commit: ports/net-mgmt/airport Makefile ports/net-mgmt/ap-utils Makefile ports/net-mgmt/cisco_conf Makefile ports/net-mgmt/confregdecode Makefile ports/net-mgmt/driftnet Makefile ports/net-mgmt/et

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:53:06 UTC FreeBSD ports repository Modified files: net-mgmt/airport Makefile net-mgmt/ap-utilsMakefile net-mgmt/cisco_conf Makefile net-mgmt/confregdecode Makefile net-mgmt/driftnetMakefile net-mgmt/etherapeMakefile

cvs commit: ports/net-im/amsn Makefile ports/net-im/ayttm Makefile ports/net-im/centericq Makefile ports/net-im/centerim Makefile ports/net-im/centerim-devel Makefile ports/net-im/climm Makefile ports

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:51:54 UTC FreeBSD ports repository Modified files: net-im/amsn Makefile net-im/ayttm Makefile net-im/centericq Makefile net-im/centerim Makefile net-im/centerim-devel Makefile net-im/climm Makefile n

cvs commit: ports/net/apache-soap Makefile ports/net/asterisk Makefile ports/net/asterisk-addons Makefile ports/net/asterisk-app-notify Makefile ports/net/asterisk-bristuff Makefile ports/net/asterisk

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:50:32 UTC FreeBSD ports repository Modified files: net/apache-soap Makefile net/asterisk Makefile net/asterisk-addons Makefile net/asterisk-app-notify Makefile net/asterisk-bristuff Makefile net/asterisk12 Makefile

cvs commit: ports/multimedia/acidrip Makefile ports/multimedia/audacious Makefile ports/multimedia/audacious-plugins Makefile ports/multimedia/avidemux2 Makefile ports/multimedia/avifile Makefile port

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:48:22 UTC FreeBSD ports repository Modified files: multimedia/acidrip Makefile multimedia/audacious Makefile multimedia/audacious-plugins Makefile multimedia/avidemux2 Makefile multimedia/avifile Makefile multimedia/beep-media-player

cvs commit: ports/misc/amanda-client Makefile ports/misc/amanda-server Makefile ports/misc/bibletime Makefile ports/misc/bidwatcher Makefile ports/misc/bigboard Makefile ports/misc/cdcollect Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:45:40 UTC FreeBSD ports repository Modified files: misc/amanda-client Makefile misc/amanda-server Makefile misc/bibletime Makefile misc/bidwatcher Makefile misc/bigboardMakefile misc/cdcollect Makefile mi

cvs commit: ports/math/PDL Makefile ports/math/R Makefile ports/math/abakus Makefile ports/math/asymptote Makefile ports/math/blacs Makefile ports/math/blocksolve95 Makefile ports/math/calcoo Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:44:06 UTC FreeBSD ports repository Modified files: math/PDL Makefile math/R Makefile math/abakus Makefile math/asymptote Makefile math/blacs Makefile math/blocksolve95Makefile ma

cvs commit: ports/mail/abook Makefile ports/mail/addresses Makefile ports/mail/addresses-goodies Makefile ports/mail/alpine Makefile ports/mail/althea Makefile ports/mail/anubis Makefile ports/mail/ba

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:43:09 UTC FreeBSD ports repository Modified files: mail/abook Makefile mail/addresses Makefile mail/addresses-goodies Makefile mail/alpine Makefile mail/althea Makefile mail/anubis Makefile

cvs commit: ports/lang/abcl Makefile ports/lang/bigloo Makefile ports/lang/clisp Makefile ports/lang/clojure Makefile ports/lang/csharp-mode.el Makefile ports/lang/elk Makefile ports/lang/erlang Makef

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:41:15 UTC FreeBSD ports repository Modified files: lang/abclMakefile lang/bigloo Makefile lang/clisp Makefile lang/clojure Makefile lang/csharp-mode.el Makefile lang/elk Makefile la

cvs commit: ports/korean/ami Makefile ports/korean/eterm Makefile ports/korean/gdick Makefile ports/korean/gtkcomm Makefile ports/korean/imhangul Makefile ports/korean/nabi Makefile ports/korean/scim-

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:39:17 UTC FreeBSD ports repository Modified files: korean/ami Makefile korean/eterm Makefile korean/gdick Makefile korean/gtkcomm Makefile korean/imhangul Makefile korean/nabi Makefile ko

cvs commit: ports/java/avalon-logkit Makefile ports/java/berkeley-db Makefile ports/java/bluej Makefile ports/java/bouncycastle Makefile ports/java/bsh Makefile ports/java/cacao Makefile ports/java/ca

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:38:51 UTC FreeBSD ports repository Modified files: java/avalon-logkit Makefile java/berkeley-db Makefile java/bluej Makefile java/bouncycastleMakefile java/bsh Makefile java/cacao Makefile ja

cvs commit: ports/japanese/VTPSfont Makefile ports/japanese/asterisk-sound Makefile ports/japanese/ddskk Makefile ports/japanese/eb Makefile ports/japanese/eblook Makefile ports/japanese/ebnetd Makefi

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:37:38 UTC FreeBSD ports repository Modified files: japanese/VTPSfontMakefile japanese/asterisk-sound Makefile japanese/ddskk Makefile japanese/eb Makefile japanese/eblook Makefile japanese/ebnetd Makefile

cvs commit: ports/sysutils/webmin Makefile distinfo

2008-06-06 Thread Jimmy Olgeni
olgeni 2008-06-06 13:37:15 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade module proc-1.420-2. Revision ChangesPath 1.290 +2 -2 ports/sysutils/webmin/Makefile 1.242 +3 -0 ports/sysutils/webmin/dist

cvs commit: ports/irc/bitlbee Makefile ports/irc/bobot++ Makefile ports/irc/ctrlproxy Makefile ports/irc/eggcreator Makefile ports/irc/erc Makefile ports/irc/gdesklets-irc Makefile ports/irc/irchat-jp

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:36:43 UTC FreeBSD ports repository Modified files: irc/bitlbee Makefile irc/bobot++ Makefile irc/ctrlproxyMakefile irc/eggcreator Makefile irc/erc Makefile irc/gdesklets-ircMakefile ir

cvs commit: ports/hungarian/aspell Makefile ports/hungarian/jdictionary-eng-hun Makefile ports/hungarian/jdictionary-eng-hun-expr Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:36:06 UTC FreeBSD ports repository Modified files: hungarian/aspell Makefile hungarian/jdictionary-eng-hun Makefile hungarian/jdictionary-eng-hun-expr Makefile Log: Bump portrevision due to upgrade of devel/gettext. The affected ports are

cvs commit: ports/hebrew/aspell Makefile ports/hebrew/koffice-i18n Makefile

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:35:52 UTC FreeBSD ports repository Modified files: hebrew/aspellMakefile hebrew/koffice-i18n Makefile Log: Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to p

cvs commit: ports/graphics/agave Makefile ports/graphics/albumshaper Makefile ports/graphics/amanith Makefile ports/graphics/aoi Makefile ports/graphics/asciio Makefile ports/graphics/autopano-sift Ma

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:35:04 UTC FreeBSD ports repository Modified files: graphics/agave Makefile graphics/albumshaper Makefile graphics/amanith Makefile graphics/aoi Makefile graphics/asciio Makefile graphics/autopano-sift Makefile

cvs commit: ports/german/alt-aspell Makefile ports/german/aspell Makefile ports/german/bsdforen-firefox-searchplugin Makefile ports/german/digibux Makefile ports/german/eric4 Makefile ports/german/geo

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:32:25 UTC FreeBSD ports repository Modified files: german/alt-aspellMakefile german/aspellMakefile german/bsdforen-firefox-searchplugin Makefile german/digibux Makefile german/eric4 Makefile german/geonext

cvs commit: ports/games/abridge Makefile ports/games/adonthell Makefile ports/games/anki Makefile ports/games/aqbubble Makefile ports/games/atlantikdesigner Makefile ports/games/atomix Makefile ports/

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:31:51 UTC FreeBSD ports repository Modified files: games/abridgeMakefile games/adonthell Makefile games/anki Makefile games/aqbubble Makefile games/atlantikdesigner Makefile games/atomix Makefile

cvs commit: ports/ftp/IglooFTP Makefile ports/ftp/axel Makefile ports/ftp/axyftp Makefile ports/ftp/dmachine Makefile ports/ftp/downloader Makefile ports/ftp/emacs-wget Makefile ports/ftp/filezilla Ma

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:28:21 UTC FreeBSD ports repository Modified files: ftp/IglooFTP Makefile ftp/axel Makefile ftp/axyftp Makefile ftp/dmachine Makefile ftp/downloader Makefile ftp/emacs-wget Makefile ft

cvs commit: ports/french/alphabet_sounds_fr Makefile ports/french/aspell Makefile ports/french/belote Makefile ports/french/eric4 Makefile ports/french/geonext Makefile ports/french/gfaim Makefile por

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:27:56 UTC FreeBSD ports repository Modified files: french/alphabet_sounds_fr Makefile french/aspellMakefile french/beloteMakefile french/eric4 Makefile french/geonext Makefile french/gfaim Makefile

cvs commit: ports/finance/aqbanking Makefile ports/finance/eqonomize Makefile ports/finance/expense Makefile ports/finance/gfp Makefile ports/finance/gnofin Makefile ports/finance/gnucash Makefile por

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:27:42 UTC FreeBSD ports repository Modified files: finance/aqbankingMakefile finance/eqonomizeMakefile finance/expense Makefile finance/gfp Makefile finance/gnofin Makefile finance/gnucash Makefile fi

cvs commit: ports/emulators/basiliskII Makefile ports/emulators/bfe Makefile ports/emulators/catapult Makefile ports/emulators/dboxfe Makefile ports/emulators/desmume Makefile ports/emulators/dynagen

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:27:07 UTC FreeBSD ports repository Modified files: emulators/basiliskII Makefile emulators/bfeMakefile emulators/catapult Makefile emulators/dboxfe Makefile emulators/desmumeMakefile emulators/dynagenMakefile em

cvs commit: ports/editors/MathPlanner Makefile ports/editors/abiword Makefile ports/editors/abiword-docs Makefile ports/editors/abiword-extras Makefile ports/editors/abiword-plugins Makefile ports/edi

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:25:59 UTC FreeBSD ports repository Modified files: editors/MathPlanner Makefile editors/abiword Makefile editors/abiword-docs Makefile editors/abiword-extras Makefile editors/abiword-plugins Makefile editors/apel Makefile

cvs commit: ports/dns/bind9-dlz Makefile ports/dns/crossip Makefile ports/dns/dnsjava Makefile ports/dns/gresolver Makefile ports/dns/libidn Makefile ports/dns/mydns Makefile ports/dns/nss_mdns Makefi

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:23:00 UTC FreeBSD ports repository Modified files: dns/bind9-dlzMakefile dns/crossip Makefile dns/dnsjava Makefile dns/gresolverMakefile dns/libidn Makefile dns/mydnsMakefile dn

cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit2 Makefile ports/devel/acovea-gtk Makefile ports/devel/aegis Makefile ports/devel/agide Makefile ports/devel/alabastra Makefile ports/devel/anju

2008-06-06 Thread Edwin Groothuis
edwin 2008-06-06 13:21:59 UTC FreeBSD ports repository Modified files: devel/ORBit Makefile devel/ORBit2 Makefile devel/acovea-gtk Makefile devel/aegis Makefile devel/agide Makefile devel/alabastra Makefile de

  1   2   >