cvs commit: doc/share/sgml man-refs.ent

2008-03-14 Thread Bruce A. Mah
bmah2008-03-15 06:55:16 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entity for cpuset(1). Revision ChangesPath 1.452 +1 -0 doc/share/sgml/man-refs.ent ___ cvs-all@freebs

cvs commit: src/sys/ia64/isa isa_dma.c src/sys/sys bus_dma.h

2008-03-14 Thread Warner Losh
imp 2008-03-15 06:44:45 UTC FreeBSD src repository Modified files: sys/ia64/isa isa_dma.c sys/sys bus_dma.h Log: BUS_DMA_ISA is left over from Alpha, and is not used in the tree at all. The reference in ia64 code is due to cutNpaste in its history

cvs commit: src/usr.bin/tar bsdtar.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 05:08:21 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: style(9) fix to add whitespace around an '=' sign and restore a comment that got accidentally dropped. Revision ChangesPath 1.86 +2 -1 src/usr.bin/tar

cvs commit: src/lib/libarchive archive_write_disk.c config_freebsd.h

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 04:20:50 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c config_freebsd.h Log: FreeBSD does have fstat(). Correct the nasty typo this uncovers. Revision ChangesPath 1.24 +1 -1 src/lib/libarchive/archi

cvs commit: src/lib/libarchive archive_write_set_format_pax.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 03:49:18 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Testability is more important than standards conformance. Disable the use of PaxHeader. for the fake pax extension pathname until I can make the nam

cvs commit: src/usr.bin/tar bsdtar.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 03:28:39 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Support NetBSD's --insecure as a synonym for -P. Revision ChangesPath 1.85 +1 -0 src/usr.bin/tar/bsdtar.c __

cvs commit: src/usr.bin/tar bsdtar.1

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 03:25:26 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Document --chroot. Revision ChangesPath 1.40 +6 -0 src/usr.bin/tar/bsdtar.1 ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/kern kern_resource.c

2008-03-14 Thread Alfred Perlstein
alfred 2008-03-15 03:20:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_resource.c Log: In calcru, we make sure the thread's state is correct, however we do not emit the thread or proc information making debugging this assert

cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 03:18:24 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSD extension to GNU tar). Thanks to: Joerg Sonnenberger Revision ChangesPath 1

cvs commit: src/usr.bin/tar bsdtar.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 03:11:13 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Also accept --uncompress as a synonym for -Z. Thanks to: Joerg Sonnenberger Revision ChangesPath 1.83 +1 -0 src/usr.bin/tar/bsdtar.c __

cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h config_freebsd.h read.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 03:06:46 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h config_freebsd.h read.c Log: --chroot implementation thanks to Joerg Sonnenberger. Revision ChangesPath 1.82 +5 -0 src/usr.bin/tar/bsdtar.c 1.30

cvs commit: src/usr.bin/tar bsdtar.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 02:45:57 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Support --compress as a synonym for -Z. Revision ChangesPath 1.81 +1 -0 src/usr.bin/tar/bsdtar.c ___ cvs-all

cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c write.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 02:41:44 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c write.c Log: Enable and document the -Z option for selecting "compress" compression, now that libarchive supports it. Revision ChangesPath 1.38 +10 -0

cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c

2008-03-14 Thread Maksim Yevmenkin
emax2008-03-15 02:36:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c Log: MFC: Update usage() - add new -D option. While I'm here, update copyright information and license formatting Revision Ch

cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c

2008-03-14 Thread Maksim Yevmenkin
emax2008-03-15 02:35:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c Log: MFC: Update usage() - add new -D option. While I'm here, update copyright information and license formatting Revision Ch

cvs commit: src/lib/libarchive/test .cvsignore

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 02:31:28 UTC FreeBSD src repository Modified files: lib/libarchive/test .cvsignore Log: Ignore a few more common files. Revision ChangesPath 1.2 +7 -1 src/lib/libarchive/test/.cvsignore ___ cvs

cvs commit: src/lib/libarchive archive_write_set_format_pax.c config_freebsd.h

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 02:30:42 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c config_freebsd.h Log: Resolve a minor nit in SUS compliance by including the PID in the fake directory name used for pax extended

cvs commit: src/lib/libarchive/test Makefile

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 02:22:08 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile Log: GC a reference to the defunct TESTFILES variable. Revision ChangesPath 1.18 +1 -1 src/lib/libarchive/test/Makefile _

cvs commit: ports/editors/openoffice.org-3-devel Makefile

2008-03-14 Thread Maho Nakata
maho2008-03-15 01:57:00 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile Log: Remove CODELINE. Revision ChangesPath 1.357 +0 -1 ports/editors/openoffice.org-3-devel/Makefile _

cvs commit: ports/editors/openoffice.org-3-devel Makefile distinfo

2008-03-14 Thread Maho Nakata
maho2008-03-15 01:54:26 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Log: Update to DEV300_m3. Revision ChangesPath 1.356 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.166 +3 -3 ports/edi

cvs commit: src/lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c src/lib/libarchive/test Makefile test_pax_filename_encoding.c test_pax_filename_encoding.tar.gz.uu

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 01:43:59 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c lib/libarchive/test Makefile Added files: lib/libarchive/test test_pax_filename_encoding

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

2008-03-14 Thread Jung-uk Kim
jkim2008-03-15 01:36:20 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.c Log: Fix a typo. Revision ChangesPath 1.26 +1 -1 src/usr.sbin/mixer/mixer.c ___ cvs-all@freebsd.org mailing list h

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

2008-03-14 Thread Jung-uk Kim
jkim2008-03-15 01:20:05 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.c Log: Clean up code and fix style(9) nits. Revision ChangesPath 1.25 +101 -99 src/usr.sbin/mixer/mixer.c ___ cvs-all@f

cvs commit: src/usr.sbin/mixer mixer.8

2008-03-14 Thread Jung-uk Kim
jkim2008-03-15 01:15:16 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.8 Log: Update list of possible mixer devices. These devices were added to soundcard.h more than ten years ago. Revision ChangesPath 1.26 +3 -2 src/usr.sbin/m

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

2008-03-14 Thread Jung-uk Kim
jkim2008-03-15 01:09:47 UTC FreeBSD src repository Modified files: usr.sbin/mixer mixer.c Log: - Check device masks and bypass printing headers if capable device does not exist. /etc/rc.d/mixer tried to restore non-existent recording source because /var/var/db/mixe

Re: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c

2008-03-14 Thread Julian Elischer
Maksim Yevmenkin wrote: emax2008-03-14 16:11:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c Log: MFC: Add an option to register DUN (Dial-Up Networking) service on the same RFCOMM c

cvs commit: src/lib/libarchive/test .cvsignore

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 00:52:23 UTC FreeBSD src repository Added files: lib/libarchive/test .cvsignore Log: Ignore some built files. Revision ChangesPath 1.1 +4 -0 src/lib/libarchive/test/.cvsignore (new) ___ cvs-all

cvs commit: ports/x11/libXtst Makefile

2008-03-14 Thread Florent Thoumie
flz 2008-03-14 23:39:03 UTC FreeBSD ports repository Modified files: x11/libXtst Makefile Log: Add inputproto to RUN_DEPENDS as well. Revision ChangesPath 1.4 +2 -1 ports/x11/libXtst/Makefile ___ cvs-

cvs commit: ports/multimedia/kino Makefile pkg-plist

2008-03-14 Thread Pav Lucistnik
pav 2008-03-14 23:29:30 UTC FreeBSD ports repository Modified files: multimedia/kino Makefile pkg-plist Log: - Fix plist Reported by:pointyhat Revision ChangesPath 1.41 +1 -0 ports/multimedia/kino/Makefile 1.27 +1 -0 ports/multi

cvs commit: ports/x11-drivers/xf86-video-openchrome Makefile

2008-03-14 Thread Pav Lucistnik
pav 2008-03-14 23:20:55 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-openchrome Makefile Log: - Mark BROKEN on 5.X Reported by:pointyhat Revision ChangesPath 1.7 +7 -1 ports/x11-drivers/xf86-video-openchrome/Makefile

cvs commit: src/lib/libarchive archive_entry.c src/lib/libarchive/test test_entry.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 23:19:46 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c lib/libarchive/test test_entry.c Log: Don't lie. If a string can't be converted to a wide (Unicode) string, return a NULL instead of an incomplete string. Expand

cvs commit: ports/net/versuch Makefile

2008-03-14 Thread Pav Lucistnik
pav 2008-03-14 23:17:11 UTC FreeBSD ports repository Modified files: net/versuch Makefile Log: - Mark BROKEN Reported by:pointyhat Revision ChangesPath 1.8 +2 -0 ports/net/versuch/Makefile __

cvs commit: src/lib/libarchive archive_write.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 23:09:02 UTC FreeBSD src repository Modified files: lib/libarchive archive_write.c Log: Don't advertise the default block size as a constant; don't rely on a deprecated value to set the default. This is also related to a longer-term goal of setting t

cvs commit: ports/finance/grisbi Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 23:08:05 UTC FreeBSD ports repository Modified files: finance/grisbi Makefile Log: - Chase finance/libofx shlib version bump Submitted by: pavbot Revision ChangesPath 1.37 +1 -1 ports/finance/grisbi/Makefile __

cvs commit: src/lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h src/lib/libarchive/test test_entry.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 23:00:53 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h lib/libarchive/test test_entry.c Log: New public functions archive_entry_copy_link() and archive_en

cvs commit: ports/editors/emacs.app Makefile

2008-03-14 Thread Pav Lucistnik
pav 2008-03-14 22:56:28 UTC FreeBSD ports repository Modified files: editors/emacs.appMakefile Log: - Mark BROKEN Reported by:pointyhat Revision ChangesPath 1.8 +2 -0 ports/editors/emacs.app/Makefile

cvs commit: ports/audio/sdl_mixer Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 22:55:55 UTC FreeBSD ports repository Modified files: audio/sdl_mixer Makefile Log: - Add timidity++ support - Bump PORTREVISION PR: 117218 Submitted by: Olivier Smedts <[EMAIL PROTECTED]> maintainer Approved by:

cvs commit: src/lib/libarchive archive_entry.h

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 22:47:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.h Log: Update some comments, comment out argument names to guard against namespace problems. Revision ChangesPath 1.25 +50 -16src/lib/libarchive/archiv

cvs commit: ports/deskutils/adesklets Makefile ports/deskutils/adesklets/files patch-configure

2008-03-14 Thread Pav Lucistnik
pav 2008-03-14 22:46:23 UTC FreeBSD ports repository Modified files: deskutils/adesklets Makefile deskutils/adesklets/files patch-configure Log: (Committing on behalf of stas) - Fix adesklets breakage after an imlib2 update. Somehow, it started to detect iconv

cvs commit: ports/www Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 22:44:19 UTC FreeBSD ports repository Modified files: www Makefile Log: - Disconnect www/mod_dosevasise20 Revision ChangesPath 1.1998+0 -1 ports/www/Makefile ___ cvs-all@freebsd.o

cvs commit: src/lib/libarchive archive_entry.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 22:44:07 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Since "length" computes the length of a string and is used as an argument to malloc(3), it should be size_t, not int. Revision ChangesPath 1.49 +1 -

Re: cvs commit: ports/security/nmap Makefile distinfo pkg-descr pkg-descr.fe pkg-plist pkg-plist.fe ports/security/nmap/files patch-Makefile.in patch-configure patch-nbase::configure patch-nbase__conf

2008-03-14 Thread Alexey Dokuchaev
On Fri, Mar 14, 2008 at 09:30:23PM +, Martin Wilke wrote: > miwi2008-03-14 21:30:23 UTC > > FreeBSD ports repository > > Revision ChangesPath > 1.10 +0 -14 ports/security/nmap/files/patch-nbase::configure (dead) > 1.1 +11 -0 ports/security/nmap/files/pa

cvs commit: ports MOVED ports/www/mod_dosevasive20 Makefile distinfo pkg-descr

2008-03-14 Thread Martin Wilke
miwi2008-03-14 22:40:21 UTC FreeBSD ports repository Modified files: .MOVED Removed files: www/mod_dosevasive20 Makefile distinfo pkg-descr Log: - Remove www/mod_dosevasise20 (project was renamed to mod_evasive20) PR: 119982 Submi

cvs commit: src/lib/libarchive archive_entry.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 22:40:36 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Let archive_entry_clear() accept a NULL pointer and simply do nothing. In particular, this allows archive_entry_free() to work correctly for a NULL pointer, which

cvs commit: src/lib/libarchive archive_util.c src/lib/libarchive/test test_archive_api_feature.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 22:31:57 UTC FreeBSD src repository Modified files: lib/libarchive archive_util.c lib/libarchive/test test_archive_api_feature.c Log: Rework the versioning implementation and test to match the new interface. Mark the functions that are going away

cvs commit: ports/x11/xlockmore Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 22:31:12 UTC FreeBSD ports repository Modified files: x11/xlockmoreMakefile Log: - Fix build when MESAGL enabled is Submitted by: Mamoru Iwaki <[EMAIL PROTECTED]> (via ports@ ml) Revision ChangesPath 1.110 +2 -1 ports/x11/xlo

cvs commit: ports/security/nmap-i18n-man Makefile distinfo pkg-plist

2008-03-14 Thread Martin Wilke
miwi2008-03-14 22:25:40 UTC FreeBSD ports repository Modified files: security/nmap-i18n-man Makefile distinfo pkg-plist Log: - Update to 4.53.20080303 and make fetchable again PR: 121335 Submitted by: Daniel Roethlisberger <[EMAIL PROTECTED]> (maintainer)

cvs commit: src/lib/libarchive archive.h.in

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 22:19:50 UTC FreeBSD src repository Modified files: lib/libarchive archive.h.in Log: Rework the versioning information, hopefully for the last time. * There are now only two public version identifiers: "number" is a single integer that combines M

Re: cvs commit: ports/sysutils/fusefs-ntfs Makefile distinfo pkg-plist

2008-03-14 Thread Alejandro Pulver
On Thu, 13 Mar 2008 16:10:47 -0400 "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: > Alejandro Pulver wrote: > > alepulver2008-03-13 19:39:56 UTC > > > > FreeBSD ports repository > > > > Modified files: > > sysutils/fusefs-ntfs Makefile distinfo pkg-plist > > I have not completed rebu

cvs commit: src/lib/libarchive archive_string.h archive_string_sprintf.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 22:00:09 UTC FreeBSD src repository Modified files: lib/libarchive archive_string.h archive_string_sprintf.c Log: Add a useful sprintf()-style wrapper around archive_string_vsprintf(). (Which is built on top of libarchive's internal resizable string

cvs commit: ports/net/skype-devel Makefile distinfo pkg-plist

2008-03-14 Thread Beech Rintoul
beech 2008-03-14 21:59:21 UTC FreeBSD ports repository Modified files: net/skype-devel Makefile distinfo pkg-plist Log: - Unbreak, mirror proper distfile (vendor permission). - Add avatars Revision ChangesPath 1.39 +6 -5 ports/net/skype-devel/Makefi

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

2008-03-14 Thread Ed Maste
emaste 2008-03-14 21:59:11 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Change spelling and eliminate a typo in comments to reduce diffs with Adaptec's vendor driver. I have some fixes to bring in and this makes ongoing review of the FreeBSD-Ad

cvs commit: CVSROOT modules ports/x11 Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:57:19 UTC FreeBSD ports repository Modified files: .modules x11 Makefile Log: - Disconnect x11/hs-x11-extras-ghc Revision ChangesPath 1.19503 +0 -1 CVSROOT/modules 1.676 +0 -1 ports/x11/

cvs commit: ports MOVED ports/x11/hs-x11-extras-ghc Makefile distinfo pkg-descr pkg-plist

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:55:14 UTC FreeBSD ports repository Modified files: .MOVED Removed files: x11/hs-x11-extras-ghc Makefile distinfo pkg-descr pkg-plist Log: - Remove x11/hs-x11-extras-ghc (is now included in x11/hs-x11-ghc) PR: 12040

cvs commit: ports UPDATING

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:45:25 UTC FreeBSD ports repository Modified files: .UPDATING Log: - Fix whitespaces Revision ChangesPath 1.597 +12 -12ports/UPDATING ___ cvs-all@freebsd.org mailing list http

cvs commit: ports UPDATING

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:40:33 UTC FreeBSD ports repository Modified files: .UPDATING Log: - Add notes for security/nmapfe users Revision ChangesPath 1.596 +10 -1 ports/UPDATING ___ cvs-all@freebsd.o

cvs commit: CVSROOT modules ports/security Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:39:48 UTC FreeBSD ports repository Modified files: .modules security Makefile Log: - Disconnect security/nmapfe (project was renamed to security/zenmap) Revision ChangesPath 1.19502 +0 -1 CVSROOT/module

cvs commit: ports MOVED ports/security/nmapfe Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:38:10 UTC FreeBSD ports repository Modified files: .MOVED Removed files: security/nmapfe Makefile Log: - Remove security/nmapfe (project was renamed to security/zenmap) Revision ChangesPath 1.1556+2 -1 por

cvs commit: CVSROOT modules ports/security Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:33:15 UTC FreeBSD ports repository Modified files: .modules security Makefile Log: - Connect security/zenmap to the build Revision ChangesPath 1.19501 +1 -0 CVSROOT/modules 1.946 +1 -0 ports/

cvs commit: ports/security/zenmap Makefile distinfo pkg-descr pkg-plist

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:30:29 UTC FreeBSD ports repository Modified files: security/zenmap Makefile Added files: security/zenmap distinfo pkg-descr pkg-plist Log: - Update to 4.52 PR: 119673 Submitted by: Daniel Roethlisberger <[EMAIL PROTECTED

cvs commit: ports/security/nmap Makefile distinfo pkg-descr pkg-descr.fe pkg-plist pkg-plist.fe ports/security/nmap/files patch-Makefile.in patch-configure patch-nbase::configure patch-nbase__configur

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:30:23 UTC FreeBSD ports repository Modified files: security/nmapMakefile distinfo pkg-descr pkg-descr.fe pkg-plist pkg-plist.fe security/nmap/files patch-Makefile.in patch-configure Added files: security/nmap/files

cvs commit: ports/security/zenmap Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 21:08:31 UTC FreeBSD ports repository Modified files: security/zenmap Makefile Log: - Force commit to notes that's a repocopy from security/nmapfe to security/zenmap. Repocopy by:marcus Revision ChangesPath 1.38 +0 -0 ports/

cvs commit: ports/net/GeoIP Makefile distinfo

2008-03-14 Thread Martin Wilke
miwi2008-03-14 20:40:52 UTC FreeBSD ports repository Modified files: net/GeoIPMakefile distinfo Log: - Update to 1.4.4 PR: 121620 Submitted by: Ports Fury Revision ChangesPath 1.37 +3 -4 ports/net/GeoIP/Makefile 1.26

cvs commit: CVSROOT modules

2008-03-14 Thread Martin Wilke
miwi2008-03-14 20:38:45 UTC FreeBSD ports repository Modified files: .modules Log: ja-latex-japanese --> ports/japanese/latex-japanese Revision ChangesPath 1.19500 +1 -0 CVSROOT/modules ___ c

cvs commit: ports/japanese Makefile ports/japanese/latex-japanese Makefile distinfo pkg-descr pkg-plist

2008-03-14 Thread Martin Wilke
miwi2008-03-14 20:38:15 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/latex-japanese Makefile distinfo pkg-descr pkg-plist Log: The original babel package for LaTeX does not have an option Japanese. This port adds Ja

cvs commit: CVSROOT modules

2008-03-14 Thread Martin Wilke
miwi2008-03-14 20:37:16 UTC FreeBSD ports repository Modified files: .modules Log: randomshooter --> ports/games/randomshooter Revision ChangesPath 1.19499 +1 -0 CVSROOT/modules ___ cvs-all@f

cvs commit: ports/games Makefile ports/games/randomshooter Makefile distinfo pkg-descr pkg-plist ports/games/randomshooter/files patch-makefile patch-src-input.c

2008-03-14 Thread Martin Wilke
miwi2008-03-14 20:36:50 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/randomshooter Makefile distinfo pkg-descr pkg-plist games/randomshooter/files patch-makefile patch-src-input.c Log: This is the first release of

cvs commit: src/lib/libarchive Makefile archive.h.in archive_write_set_compression_compress.c src/lib/libarchive/test Makefile test_write_compress.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 20:35:38 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in lib/libarchive/test Makefile Added files: lib/libarchive archive_write_set_compression_compress.c lib/libarchive/test test_write_compress.c Log

cvs commit: src/lib/libarchive archive_read_support_format_tar.c

2008-03-14 Thread Tim Kientzle
kientzle2008-03-14 20:32:21 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: A block in a tar file is 512 bytes. Period. Remove the entirely pointless symbolic constant and sizeof(unsigned char). (The constant here is

cvs commit: www/share/sgml news.xml

2008-03-14 Thread Murray Stokely
murray 2008-03-14 20:25:45 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Note that Roman was a summer of code alumnus in his new committer announcement. Our 9th one to gain commit access, by my count. Revision ChangesPath 1.154

Re: cvs commit: www/en/projects/ideas ideas.xml

2008-03-14 Thread Alexander Leidinger
Quoting "Poul-Henning Kamp" <[EMAIL PROTECTED]> (Fri, 14 Mar 2008 17:31:49 +): > In message <[EMAIL PROTECTED]>, Alexander L > eidinger writes: > >Quoting Robert Watson <[EMAIL PROTECTED]> (from Fri, 14 Mar 2008 > >15:46:17 + (UTC)): > > > >> rwatson 2008-03-14 15:46:17 UTC > >> > >

cvs commit: ports/net/skype Makefile distinfo pkg-plist

2008-03-14 Thread Beech Rintoul
beech 2008-03-14 19:44:51 UTC FreeBSD ports repository Modified files: net/skypeMakefile distinfo pkg-plist Log: - Unbreak and make fetchable. Distfile hosted locally (with vendor permission). Revision ChangesPath 1.40 +4 -5 ports/net/skype/Ma

cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/amd64/include intr_machdep.h src/sys/arm/arm intr.c src/sys/i386/i386 intr_machdep.c src/sys/i386/include intr_machdep.h src/sys/ia64/ia64 interr

2008-03-14 Thread John Baldwin
jhb 2008-03-14 19:41:48 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c sys/amd64/includeintr_machdep.h sys/arm/arm intr.c sys/i386/i386intr_machdep.c sys/i386/include intr_machdep.h sys/ia64/ia64

cvs commit: ports/multimedia/xfce4-media Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 19:22:36 UTC FreeBSD ports repository Modified files: multimedia/xfce4-media Makefile Log: - Replace USE_XLIB to USE_XORG PR: 121628 Submitted by: Rene Ladan <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.27 +2 -2

cvs commit: ports/japanese/edict Makefile distinfo pkg-plist ports/japanese/edict/files patch-Makefile patch-aa patch-ab patch-exjdxgen.c patch-xjdic.h patch-xjdxgen.c

2008-03-14 Thread Martin Wilke
miwi2008-03-14 19:07:40 UTC FreeBSD ports repository Modified files: japanese/edict Makefile distinfo pkg-plist Added files: japanese/edict/files patch-Makefile patch-exjdxgen.c patch-xjdic.h patch-xjdxgen.c Removed files: japanese/edi

cvs commit: ports/security/fiked Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 18:54:35 UTC FreeBSD ports repository Modified files: security/fiked Makefile Log: - Update MASTER_SITES PR: 121334 Submitted by: Daniel Roethlisberger <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.6 +1 -1

cvs commit: ports/sysutils/ccze Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 18:53:27 UTC FreeBSD ports repository Modified files: sysutils/cczeMakefile Log: - Update MASTER_SITES PR: 121228 Submitted by: Nicolas Jombart <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.5 +2 -2 p

cvs commit: ports/games/linux-darwinia-demo Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 18:52:12 UTC FreeBSD ports repository Modified files: games/linux-darwinia-demo Makefile Log: - Fix MASTER_SITES to make it fetchable again PR: 121217 Submitted by: Marcus von Appen <[EMAIL PROTECTED]> (maintainer) Revision Changes

cvs commit: ports/x11-fm/emelfm2 Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 18:50:43 UTC FreeBSD ports repository Modified files: x11-fm/emelfm2 Makefile Log: - Update MASTER_SITES PR: 121216 Submitted by: Marcus von Appen <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.37 +1 -2

cvs commit: ports/deskutils/superkaramba-lwp Makefile

2008-03-14 Thread Martin Wilke
miwi2008-03-14 18:49:11 UTC FreeBSD ports repository Modified files: deskutils/superkaramba-lwp Makefile Log: - Update MASTER_SITES PR: 120371 Submitted by: Jason E. Hale <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.18 +1 -1

Re: cvs commit: src/sys/pc98/include nexusvar.h

2008-03-14 Thread John Baldwin
On Friday 14 March 2008 05:00:04 am Takahashi Yoshihiro wrote: > nyan2008-03-14 09:00:04 UTC > > FreeBSD src repository > > Added files: > sys/pc98/include nexusvar.h > Log: > Add stub for pc98. Sorry. :( -- John Baldwin ___

cvs commit: www/en/projects/ideas ideas.xsl

2008-03-14 Thread Robert Watson
rwatson 2008-03-14 17:47:13 UTC FreeBSD doc repository Modified files: en/projects/ideasideas.xsl Log: Add BSNMP TODO page as a pointer for additional project ideas. We should really move this list up to the top with the other list of larger project pointers. Revi

cvs commit: ports/misc/iso-codes Makefile distinfo

2008-03-14 Thread Thomas Abthorpe
tabthorpe2008-03-14 17:34:49 UTC FreeBSD ports repository Modified files: misc/iso-codes Makefile distinfo Log: - Update to 2.0 - Reassign to pool Revision ChangesPath 1.32 +3 -5 ports/misc/iso-codes/Makefile 1.17 +3 -3 ports/misc/iso-cod

Re: cvs commit: www/en/projects/ideas ideas.xml

2008-03-14 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Alexander L eidinger writes: >Quoting Robert Watson <[EMAIL PROTECTED]> (from Fri, 14 Mar 2008 >15:46:17 + (UTC)): > >> rwatson 2008-03-14 15:46:17 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en/projects/ideasideas.xml >> > >> Re

cvs commit: ports/mail/squirrelmail-compatibility-plugin Makefile distinfo

2008-03-14 Thread Thomas Abthorpe
tabthorpe2008-03-14 17:30:22 UTC FreeBSD ports repository Modified files: mail/squirrelmail-compatibility-plugin Makefile distinfo Log: - Update to 2.0.11 Revision ChangesPath 1.12 +1 -1 ports/mail/squirrelmail-compatibility-plugin/Makefile 1.8 +3 -3

cvs commit: ports/archivers/paq Makefile distinfo

2008-03-14 Thread Thomas Abthorpe
tabthorpe2008-03-14 17:28:16 UTC FreeBSD ports repository Modified files: archivers/paqMakefile distinfo Log: - Tarball re-roll, bugfix update - Bump PORTREVISION PR: ports/121677 Submitted by: bf (maintainer) Revision ChangesPath 1.12

cvs commit: src/sys/fs/coda coda_subr.c

2008-03-14 Thread Robert Watson
rwatson 2008-03-14 17:17:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/coda coda_subr.c Log: Merge coda_subr.c:1.38 from HEAD to RELENG_7: Update cache flushing behavior in light of recent namecache and access cache improvement

cvs commit: src/sys/fs/coda cnode.h coda_subr.c coda_vnops.c

2008-03-14 Thread Robert Watson
rwatson 2008-03-14 17:17:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/coda cnode.h coda_subr.c coda_vnops.c Log: Merge cnode.h:1.27, coda_subr.c:1.37, coda_vnops.c:1.95 from HEAD to RELENG_7: Implement a rudimentary access cache

cvs commit: src/sys/modules/coda5 Makefile

2008-03-14 Thread Robert Watson
rwatson 2008-03-14 17:15:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/modules/coda5Makefile Log: Merge Makefile:1.9 from HEAD to RELENG_7: Remove coda_namecache from coda5 as well. We should probably GC coda5 entirely at this point a

cvs commit: src/sys/conf files

2008-03-14 Thread Robert Watson
rwatson 2008-03-14 17:14:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/conf files Log: Merge files:1.1268 from HEAD to RELENG_7: Remove coda_namecache from "options vcoda", it is no longer required. RevisionChangesPath

cvs commit: src/sys/fs/coda cnode.h coda_namecache.c coda_namecache.h coda_psdev.c coda_subr.c coda_subr.h coda_vnops.c coda_vnops.h src/sys/modules/coda Makefile

2008-03-14 Thread Robert Watson
rwatson 2008-03-14 17:12:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/coda cnode.h coda_psdev.c coda_subr.c coda_subr.h coda_vnops.c coda_vnops.h sys/modules/coda Makefile Removed files: (Branch:

cvs commit: ports/x11/xfce4-clipman-plugin Makefile distinfo pkg-plist

2008-03-14 Thread Martin Wilke
miwi2008-03-14 16:51:14 UTC FreeBSD ports repository Modified files: x11/xfce4-clipman-plugin Makefile distinfo pkg-plist Log: - Update to 0.8.1 - Replace USE_XLIB by USE_XORG PR: 121484 Submitted by: Rene Ladan <[EMAIL PROTECTED]> (maintainer) Rev

Re: cvs commit: www/en/projects/ideas ideas.xml

2008-03-14 Thread Alexander Leidinger
Quoting Robert Watson <[EMAIL PROTECTED]> (from Fri, 14 Mar 2008 15:46:17 + (UTC)): rwatson 2008-03-14 15:46:17 UTC FreeBSD doc repository Modified files: en/projects/ideasideas.xml Remove syncer project (requested by phk). It would be good to record the reason fo

cvs commit: doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent rdivacky.key

2008-03-14 Thread Roman Divacky
rdivacky2008-03-14 16:38:23 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeysrdivacky.key Log: Add my pgp key. Approved by:kib (mentor) Revision ChangesP

cvs commit: src/sys/netinet ip_ipsec.c src/sys/netinet6 ip6_output.c src/sys/netipsec ipsec_output.c

2008-03-14 Thread Bjoern A. Zeeb
bz 2008-03-14 16:38:11 UTC FreeBSD src repository Modified files: sys/netinet ip_ipsec.c sys/netinet6 ip6_output.c sys/netipsec ipsec_output.c Log: Correct IPsec behaviour with a 'use' level in SP but no SA available. In that case return

cvs commit: ports/japanese/p5-Text-MeCab Makefile distinfo ports/japanese/p5-Text-MeCab/files patch-Makefile.PL

2008-03-14 Thread Martin Wilke
miwi2008-03-14 16:34:22 UTC FreeBSD ports repository Modified files: japanese/p5-Text-MeCab Makefile distinfo Added files: japanese/p5-Text-MeCab/files patch-Makefile.PL Log: - Update to 0.20007 PR: 121653 Submitted by: TAOKA Fumiyoshi <[EMAIL PROT

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

2008-03-14 Thread Martin Wilke
miwi2008-03-14 16:33:15 UTC FreeBSD ports repository Modified files: devel/libsigcx Makefile distinfo pkg-plist Log: - Update to 0.6.6 - Use SF macro PR: 118603 Submitted by: Ports Fury Revision ChangesPath 1.17 +6 -9 ports/d

cvs commit: ports/graphics/libgeotiff Makefile distinfo pkg-descr pkg-plist ports/graphics/libgeotiff/files patch-Makefile.in

2008-03-14 Thread Martin Wilke
miwi2008-03-14 16:32:26 UTC FreeBSD ports repository Modified files: graphics/libgeotiff Makefile distinfo pkg-descr pkg-plist graphics/libgeotiff/files patch-Makefile.in Log: - Update to 1.2.3 PR: 118598 Submitted by: Ports Fury Revision Chan

cvs commit: ports/x11-servers/xorg-vfbserver Makefile

2008-03-14 Thread Florent Thoumie
flz 2008-03-14 16:30:50 UTC FreeBSD ports repository Modified files: x11-servers/xorg-vfbserver Makefile Log: Add inputproto and xtrans to USE_XORG. Reported by:marcus, erwin Revision ChangesPath 1.13 +3 -2 ports/x11-servers/xorg-vfbserver/Makef

cvs commit: ports/x11-servers/xorg-nestserver Makefile

2008-03-14 Thread Florent Thoumie
flz 2008-03-14 16:29:57 UTC FreeBSD ports repository Modified files: x11-servers/xorg-nestserver Makefile Log: Add inputproto and xtrans to USE_XORG. Reported by:erwin Revision ChangesPath 1.10 +3 -2 ports/x11-servers/xorg-nestserver/Makefile __

  1   2   >