cvs commit: ports/sysutils/fusefs-ntfs Makefile

2007-08-24 Thread Max Khon
fjoe2007-08-25 06:40:21 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile Log: Remove --mandir from CONFIGURE_ARGS. It is now added by bsd.port.mk automatically. Revision ChangesPath 1.16 +1 -1 ports/sysutils/fusefs-ntfs/Makefi

cvs commit: www/zh_TW/share/sgml navibar.l10n.ent

2007-08-24 Thread Chin-San Huang
chinsan 2007-08-25 06:37:35 UTC FreeBSD doc repository Modified files: zh_TW/share/sgml navibar.l10n.ent Log: - update navibar. Obtained from: The FreeBSD Traditional Chinese project Revision ChangesPath 1.3 +4 -4 www/zh_TW/share/sgml/navibar.l10n

cvs commit: src/sys/vm vm_fault.c

2007-08-24 Thread Alan Cox
alc 2007-08-25 05:47:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_fault.c Log: MFC revision 1.233 When a cached page is reactivated in vm_fault(), update the counter that tracks the total number of reactivated pages.

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Yar Tikhiy
On Fri, Aug 24, 2007 at 11:08:01PM -0400, Daniel Eischen wrote: > > It should be easy to say FBSD_1.0 is RELEASE_7.0, FBBSD_1.1 is RELEASE_7.1, > etc. The versioned symbol namespace is mostly to aid the release > engineers. If you start to have FBSD_1.2, FBSD_1.3, and FBSD_1.4 > are interim ver

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Daniel Eischen
On Fri, 24 Aug 2007, M. Warner Losh wrote: There's much resistance to building everything that the build system might be used being build static. It adds too much time and complexity to the build system, the opponents say. So install libc and use LD_LIBRARY_PATH so the build use it instead of

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Yar Tikhiy
On Fri, Aug 24, 2007 at 06:25:17PM -0400, Daniel Eischen wrote: > On Fri, 24 Aug 2007, Alfred Perlstein wrote: > > >Not to pick on anyone here but Yar did something that works, > >why exactly are we not allowing him to use the tools provided > >for this exact purpose and instead making him do conv

cvs commit: src/lib/libarchive archive_write_disk.c

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:42:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libarchive archive_write_disk.c Log: MFC: Opportunistic SUID/SGID restore. If owner restore wasn't requested, then SUID/SGID restore failures caused by owner/group mism

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:38:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar.c Log: MFC: Enable -p by default for root, which seems to be what most people expect. Revision ChangesPath 1.24.2.4 +1 -1 s

cvs commit: src/usr.bin/tar Makefile

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:35:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile Log: Update bsdtar version to 1.9 to match libarchive. At this point, bsdtar is identical to that in 7-CURRENT except for one small behavioral change

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:33:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.c read.c Log: MFC: Use libarchive's new security checks (which are much faster) instead of implementing them in bsdtar. Revision ChangesPath

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:28:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar util.c Log: MFC a comment. Revision ChangesPath 1.13.2.5 +2 -0 src/usr.bin/tar/util.c ___ cvs-all@fr

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:27:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar write.c Log: MFC: Don't try to store file body if there was a fatal error writing the header. Revision ChangesPath 1.41.2.12 +1 -1 src/usr.b

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:26:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 Log: MFC additional manpage comments to more widely publicize some of bsdtar's key features. Revision ChangesPath 1.29.2.5 +6 -0 src/

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:24:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c bsdtar.h read.c write.c Log: MFC --use-compress-program support. Revision ChangesPath 1.29.2.4 +4 -0 src/usr.bin/tar/bsdtar.

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:21:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar util.c Log: MFC include guards. Revision ChangesPath 1.13.2.4 +12 -0 src/usr.bin/tar/util.c ___ cvs-a

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:19:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.h util.c write.c Log: MFC generic path comparisons. There was some old code to ignore leading "./" that was there to allow us to compare path names wi

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:14:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar read.c Log: MFC corrected error handling on extraction. Revision ChangesPath 1.23.2.6 +13 -15src/usr.bin/tar/read.c _

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:11:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar read.c Log: MFC some miscellaneous casts to correct printing of numerical UIDs, GIDs, and device numbers in tar -tv output.a Revision ChangesPath 1.

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:08:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar write.c Log: MFC refactored code to copy entry from one archive to another. This is the code that implements the @ interpolation feature. Revision Chang

cvs commit: ports/databases/fastdb Makefile distinfo

2007-08-24 Thread Cheng-Lung Sung
clsung 2007-08-25 04:04:26 UTC FreeBSD ports repository Modified files: databases/fastdb Makefile distinfo Log: - Update to 3.40 Revision ChangesPath 1.78 +2 -3 ports/databases/fastdb/Makefile 1.74 +3 -3 ports/databases/fastdb/distinfo _

cvs commit: ports/net/pecl-geoip Makefile distinfo

2007-08-24 Thread Cheng-Lung Sung
clsung 2007-08-25 04:03:51 UTC FreeBSD ports repository Modified files: net/pecl-geoip Makefile distinfo Log: - Update to 1.0.1 Revision ChangesPath 1.3 +1 -1 ports/net/pecl-geoip/Makefile 1.3 +3 -3 ports/net/pecl-geoip/distinfo

cvs commit: src/usr.bin/tar bsdtar_platform.h

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 03:59:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar_platform.h Log: MFC whitespace fixes. Revision ChangesPath 1.15.2.10 +2 -2 src/usr.bin/tar/bsdtar_platform.h ___

cvs commit: src/usr.bin/tar Makefile bsdtar_platform.h config_freebsd.h

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 03:58:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar_platform.h Added files: (Branch: RELENG_6) usr.bin/tar config_freebsd.h Log: MFC refactored platform configuration. Se

cvs commit: src/lib/libarchive Makefile archive_read_support_format_tar.c

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 03:49:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libarchive Makefile archive_read_support_format_tar.c Log: MFC archive_read_support_format_tar.c 1.61 This updates the support for GNU tar --posi

cvs commit: ports/devel/p5-Class-InsideOut Makefile distinfo

2007-08-24 Thread Cheng-Lung Sung
clsung 2007-08-25 03:45:41 UTC FreeBSD ports repository Modified files: devel/p5-Class-InsideOut Makefile distinfo Log: - Update to 1.08 Revision ChangesPath 1.13 +2 -3 ports/devel/p5-Class-InsideOut/Makefile 1.9 +3 -3 ports/devel/p5-Class-Insi

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Daniel Eischen <[EMAIL PROTECTED]> writes: : On Fri, 24 Aug 2007, Warner Losh wrote: : : > From: Daniel Eischen <[EMAIL PROTECTED]> : > Subject: Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h : > Date: Fri, 24 Aug 2007 18:25:17 -0400 (EDT) :

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Daniel Eischen
On Fri, 24 Aug 2007, Warner Losh wrote: From: Daniel Eischen <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h Date: Fri, 24 Aug 2007 18:25:17 -0400 (EDT) The other problem, once you get past the build tools, is now all your ports binaries do not work. Whi

cvs commit: ports/devel/compiz-bcop Makefile

2007-08-24 Thread Florent Thoumie
flz 2007-08-25 01:47:34 UTC FreeBSD ports repository Modified files: devel/compiz-bcopMakefile Log: Style fix. Suggested by: sat Revision ChangesPath 1.2 +1 -2 ports/devel/compiz-bcop/Makefile ___ c

cvs commit: ports/net/pyrad Makefile

2007-08-24 Thread Martin Wilke
miwi2007-08-25 01:14:47 UTC FreeBSD ports repository Modified files: net/pyradMakefile Log: - Set correct maintainer Reported by:sat Revision ChangesPath 1.2 +1 -1 ports/net/pyrad/Makefile ___

cvs commit: ports/mail/kcheckgmail Makefile

2007-08-24 Thread Xin LI
delphij 2007-08-25 01:06:15 UTC FreeBSD ports repository Modified files: mail/kcheckgmail Makefile Log: Use post-patch when doing REINPLACE, this is common practice in the past. Suggested by: sat Approved by:maintainer Revision ChangesPath 1.3

Re: cvs commit: src/include/arpa inet.h

2007-08-24 Thread Craig Rodrigues
On Fri, Aug 24, 2007 at 08:25:52PM +, Bruce M Simpson wrote: > bms 2007-08-24 20:25:52 UTC > > FreeBSD src repository > > Modified files: > include/arpa inet.h > Log: > Remove old prototypes for addr2ascii() and ascii2addr(), functions which no > longer exist in

cvs commit: src/etc/rc.d mdconfig

2007-08-24 Thread Matteo Riondato
matteo 2007-08-25 00:19:17 UTC FreeBSD src repository Modified files: etc/rc.d mdconfig Log: sleep 2 seconds after having loaded g_uzip.ko. We need this because otherwise the /dev/mdX.uzip won't be created immediately, which is needed because we issue a mount rig

Update Your Online Banking

2007-08-24 Thread HSBC BANK
[1]Home - HSBC Bank UK The world's local bank * [2]Personal * [3]Current accounts * [4]Savings Investments * [5]Credit cards * [6]Loans * [7]Mortgages * [8]Insurance * [9]Travel International * [10]Internet Banking

Update Your Online Banking

2007-08-24 Thread HSBC BANK
[1]Home - HSBC Bank UK The world's local bank * [2]Personal * [3]Current accounts * [4]Savings Investments * [5]Credit cards * [6]Loans * [7]Mortgages * [8]Insurance * [9]Travel International * [10]Internet Banking

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Warner Losh
From: Daniel Eischen <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h Date: Fri, 24 Aug 2007 18:25:17 -0400 (EDT) > On Fri, 24 Aug 2007, Alfred Perlstein wrote: > > > Not to pick on anyone here but Yar did something that works, > > why exactly are we not all

cvs commit: ports/graphics/cimg Makefile distinfo pkg-plist ports/graphics/cimg/files patch-examples::Makefile

2007-08-24 Thread Thierry Thomas
thierry 2007-08-24 22:31:56 UTC FreeBSD ports repository Modified files: graphics/cimgMakefile distinfo pkg-plist graphics/cimg/files patch-examples::Makefile Log: Upgrade to 1.2.3. Changelog at

cvs commit: CVSROOT modules

2007-08-24 Thread Thierry Thomas
thierry 2007-08-24 22:31:28 UTC FreeBSD ports repository Modified files: .modules Log: libboard --> ports/graphics/libboard Revision ChangesPath 1.18597 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.

cvs commit: ports/graphics Makefile ports/graphics/libboard Makefile distinfo pkg-descr pkg-plist

2007-08-24 Thread Thierry Thomas
thierry 2007-08-24 22:31:16 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libboardMakefile distinfo pkg-descr pkg-plist Log: The board library allows simple drawings in: * Encapsulated Postcript files (EPS

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2007-08-24 Thread Constantine A. Murenin
On 23/08/07, Nate Lawson <[EMAIL PROTECTED]> wrote: > Dag-Erling Smørgrav wrote: > > Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > >> Log: > >> Style nits + more reliable Tj(max) detection + improved reporting of > >> critical temperature + sched_unbind() after rdmsr + initialize sc_dev.

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Daniel Eischen
On Fri, 24 Aug 2007, Alfred Perlstein wrote: Not to pick on anyone here but Yar did something that works, why exactly are we not allowing him to use the tools provided for this exact purpose and instead making him do convoluted workarounds? I mean seriously, so we have a versioned symbol that c

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Daniel Eischen
On Sat, 25 Aug 2007, Yar Tikhiy wrote: On Fri, Aug 24, 2007 at 03:14:53PM -0400, Daniel Eischen wrote: this way: if there wasn't symbol versioning and libc was already bumped, how would you solve the problem? You wouldn't bump libc again, right? I've believed that symbol versioning should h

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Alfred Perlstein
Not to pick on anyone here but Yar did something that works, why exactly are we not allowing him to use the tools provided for this exact purpose and instead making him do convoluted workarounds? I mean seriously, so we have a versioned symbol that could possibly be avoided by a lot of hard work a

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Peter Jeremy
On 2007-Aug-24 22:36:30 +0400, Yar Tikhiy <[EMAIL PROTECTED]> wrote: >The reason for exercising symbol versions right now is that "make >installworld" is sensitive to the fts(3) ABI. If the ABI is just >broken w/o special measures, "make installworld" will fail in the >middle and leave you with a

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Yar Tikhiy
On Fri, Aug 24, 2007 at 03:14:53PM -0400, Daniel Eischen wrote: > On Fri, 24 Aug 2007, Yar Tikhiy wrote: > > >On Fri, Aug 24, 2007 at 11:03:12AM -0400, Daniel Eischen wrote: > >>On Thu, 23 Aug 2007, Yar Tikhiy wrote: > >> > >>>yar 2007-08-23 05:09:31 UTC > >>> > >>>FreeBSD src repository >

cvs commit: www/share/sgml events.xml

2007-08-24 Thread Murray Stokely
murray 2007-08-24 21:42:51 UTC FreeBSD doc repository Modified files: share/sgml events.xml Log: Add Kirk's upcoming UC Berkeley extension courses on FreeBSD Kernel Internals, and BSD history and community. Also note that there are tutorials preceding EuroBSDCon.

cvs commit: ports/databases/jasperreports Makefile distinfo

2007-08-24 Thread Thierry Thomas
thierry 2007-08-24 21:37:23 UTC FreeBSD ports repository Modified files: databases/jasperreports Makefile distinfo Log: Upgrade to JasperReports 2.0.1. Changelog at . Revision ChangesPath 1.25

cvs commit: ports/astro/gpstk Makefile distinfo pkg-plist

2007-08-24 Thread Bruce M Simpson
bms 2007-08-24 21:31:23 UTC FreeBSD ports repository (src committer) Modified files: astro/gpstk Makefile distinfo pkg-plist Log: Update to release 1.3. Submitted by: Ying-Chieh Liao PR: 115675 Revision ChangesPath 1.8 +3 -4

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Coleman Kane
John Baldwin wrote: On Friday 24 August 2007 02:36:30 pm Yar Tikhiy wrote: On Fri, Aug 24, 2007 at 11:03:12AM -0400, Daniel Eischen wrote: On Thu, 23 Aug 2007, Yar Tikhiy wrote: yar 2007-08-23 05:09:31 UTC FreeBSD src repository Modified files: lib/libc/gen

cvs commit: ports/emulators/wine Makefile distinfo

2007-08-24 Thread Gerald Pfeifer
gerald 2007-08-24 20:46:30 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo Log: Update to Wine 0.9.44. Among others, this brings the following changes: - Better heuristics for making windows managed. - Automatic detection of timezone pa

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread John Baldwin
On Friday 24 August 2007 02:36:30 pm Yar Tikhiy wrote: > On Fri, Aug 24, 2007 at 11:03:12AM -0400, Daniel Eischen wrote: > > On Thu, 23 Aug 2007, Yar Tikhiy wrote: > > > > >yar 2007-08-23 05:09:31 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > lib/libc/gen

cvs commit: src/sbin/sysctl sysctl.8

2007-08-24 Thread Daniel Gerzo
danger 2007-08-24 20:38:09 UTC FreeBSD src repository (doc committer) Modified files: sbin/sysctl sysctl.8 Log: document hw.realmem Submitted by: cnst@ (Constantine A. Murenin) Sponsored by: Google Summer of Code 2007 Approved by:re@ (bmah) MFC after:

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread John Baldwin
On Friday 24 August 2007 03:14:53 pm Daniel Eischen wrote: > On Fri, 24 Aug 2007, Yar Tikhiy wrote: > > The reason for exercising symbol versions right now is that "make > > installworld" is sensitive to the fts(3) ABI. If the ABI is just > > broken w/o special measures, "make installworld" will f

cvs commit: src/include/arpa inet.h

2007-08-24 Thread Bruce M Simpson
bms 2007-08-24 20:25:52 UTC FreeBSD src repository Modified files: include/arpa inet.h Log: Remove old prototypes for addr2ascii() and ascii2addr(), functions which no longer exist in libc. Requested by: Craig Rodrigues Approved by:re (kensmith) Re

cvs commit: ports/net-p2p/transmission Makefile distinfo ports/net-p2p/transmission/files patch-libtransmission_torrent.c ports/net-p2p/transmission-gtk2 pkg-plist

2007-08-24 Thread Jeremy Messenger
mezz2007-08-24 20:05:02 UTC FreeBSD ports repository Modified files: net-p2p/transmission Makefile distinfo net-p2p/transmission-gtk2 pkg-plist Removed files: net-p2p/transmission/files patch-libtransmission_torrent.c Log: Update to 0.81. Revision Changes

cvs commit: ports/x11-toolkits/blt Makefile

2007-08-24 Thread Martin Matuska
mm 2007-08-24 19:41:04 UTC FreeBSD ports repository Modified files: x11-toolkits/blt Makefile Log: - Use USE_TK=80+ and USE_XORG=x11 PR: ports/115766 Submitted by: mm Approved by:Kenijro Cho (maintainer) Revision ChangesPath 1.49

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Daniel Eischen
On Fri, 24 Aug 2007, Yar Tikhiy wrote: On Fri, Aug 24, 2007 at 11:03:12AM -0400, Daniel Eischen wrote: On Thu, 23 Aug 2007, Yar Tikhiy wrote: yar 2007-08-23 05:09:31 UTC FreeBSD src repository Modified files: lib/libc/gen fts-compat.c fts-compat.h Log: Forced commit to not

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Yar Tikhiy
On Fri, Aug 24, 2007 at 11:03:12AM -0400, Daniel Eischen wrote: > On Thu, 23 Aug 2007, Yar Tikhiy wrote: > > >yar 2007-08-23 05:09:31 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/gen fts-compat.c fts-compat.h > > Log: > > Forced commit to note repo-copy

cvs commit: ports/audio/musicpd Makefile distinfo

2007-08-24 Thread David Thiel
lx 2007-08-24 18:59:10 UTC FreeBSD ports repository Modified files: audio/musicpdMakefile distinfo Log: Update to 0.13.0. PR: ports/114893 Submitted by: Jan-Olof Lindqvist Revision ChangesPath 1.28 +1 -2 ports/audio/musicpd/

cvs commit: www/zh_TW/docs books.sgml

2007-08-24 Thread Chin-San Huang
chinsan 2007-08-24 18:53:35 UTC FreeBSD doc repository Modified files: zh_TW/docs books.sgml Log: - Fix links. - Improve translation. Obtained from: The FreeBSD Traditional Chinese project Revision ChangesPath 1.2 +61 -57www/zh_TW/docs/book

cvs commit: ports/audio/herrie Makefile distinfo pkg-plist

2007-08-24 Thread David Thiel
lx 2007-08-24 18:38:00 UTC FreeBSD ports repository Modified files: audio/herrie Makefile distinfo pkg-plist Log: Update to 1.8.2. PR: ports/115780 Submitted by: Ed Schouten Revision ChangesPath 1.23 +1 -2 ports/audio/herrie/Makefil

cvs commit: src/sbin/atacontrol atacontrol.c src/sys/dev/ata ata-raid.c src/sys/sys ata.h

2007-08-24 Thread John Baldwin
jhb 2007-08-24 18:43:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/atacontrol atacontrol.c sys/dev/ata ata-raid.c sys/sys ata.h Log: MFC: Expand the data structure returned by the ATA RAID status ioctl to i

cvs commit: ports/sysutils/pwgen2 Makefile distinfo

2007-08-24 Thread Sergey Matveychuk
sem 2007-08-24 18:42:34 UTC FreeBSD ports repository Modified files: sysutils/pwgen2 Makefile distinfo Log: - Update to 2.06 ChangeLog: * Fix pwgen -Bs so that this option combination works correctly (Closes: #368010) * Fix the pwgen -Bc option combination (Cl

cvs commit: ports/science/ovt Makefile distinfo ports/science/ovt/files patch-Makefile.in patch-bin-ovt.in patch-configure

2007-08-24 Thread Sergey Matveychuk
sem 2007-08-24 18:37:06 UTC FreeBSD ports repository Modified files: science/ovt Makefile distinfo Added files: science/ovt/filespatch-Makefile.in patch-bin-ovt.in patch-configure Log: - Unbreak - Pass maintainership to submitte

cvs commit: src/share/man/man4 mfi.4 src/sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h

2007-08-24 Thread John Baldwin
jhb 2007-08-24 17:29:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 mfi.4 sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h Log: MFC: Teach the mfi(4) driver to handle requests from u

cvs commit: ports/Mk bsd.sites.mk

2007-08-24 Thread Andrew Pantyukhin
sat 2007-08-24 17:27:23 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Add a few NonGNU Savannah mirrors Revision ChangesPath 1.427 +8 -2 ports/Mk/bsd.sites.mk ___ cvs-all@

cvs commit: ports/databases/mywwwatcher/files pkg-message.in

2007-08-24 Thread Ion-Mihai Tetcu
itetcu 2007-08-24 16:45:48 UTC FreeBSD ports repository Added files: databases/mywwwatcher/files pkg-message.in Log: Add file forgotten in previous commit: - update to 3.1 - WANT_PHP_WEB since it's web-based - default php to 5 and mark ignore with 3 - use WWWD

cvs commit: ports/databases/mywwwatcher Makefile distinfo pkg-message pkg-plist

2007-08-24 Thread Ion-Mihai Tetcu
itetcu 2007-08-24 16:43:59 UTC FreeBSD ports repository Modified files: databases/mywwwatcher Makefile distinfo pkg-plist Removed files: databases/mywwwatcher pkg-message Log: - update to 3.1 - WANT_PHP_WEB since it's web-based - default php to 5 and mark ignore with

cvs commit: src/gnu/lib/libdialog dialog.h

2007-08-24 Thread Andrey A. Chernov
ache2007-08-24 16:26:24 UTC FreeBSD src repository Modified files: gnu/lib/libdialogdialog.h Log: Fix stack overflow with too many items return list in 'dialog' program. (Noticed in ghostscript-gpl core dump) Approved by:re@ (bmah) Revision ChangesPat

cvs commit: src/sys/net80211 ieee80211_output.c

2007-08-24 Thread Sam Leffler
sam 2007-08-24 15:44:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: drop frames marked for encryption when no key is available Reviewed by:avatar Approved by:re (kensmith) Obtained from: madwifi Revision Chan

cvs commit: ports/Tools/scripts explicit_lib_depends.sh

2007-08-24 Thread Alexander Leidinger
netchild2007-08-24 15:30:32 UTC FreeBSD ports repository Modified files: Tools/scriptsexplicit_lib_depends.sh Log: We should also look into sbin/ (not only bin/ and lib/). Revision ChangesPath 1.2 +2 -2 ports/Tools/scripts/explicit_lib_depends.sh __

cvs commit: ports/security/vuxml vuln.xml

2007-08-24 Thread Ion-Mihai Tetcu
itetcu 2007-08-24 15:20:17 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: linux-opera and (for the moment defunct) opera-devel are also affected by df4a7d21-4b17-11dc-9fc2-001372ae3ab9 - Vulnerability in javascript handling so addd them to th

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

2007-08-24 Thread Bruce A. Mah
bmah2007-08-24 15:18:42 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release note: coretemp(4). Updated release note: tzdata2007g [1]. [1] Technically I should remove the &merged; entity here but the commit

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-24 Thread Daniel Eischen
On Thu, 23 Aug 2007, Yar Tikhiy wrote: yar 2007-08-23 05:09:31 UTC FreeBSD src repository Modified files: lib/libc/gen fts-compat.c fts-compat.h Log: Forced commit to note repo-copy: These files have been repo-copied from src/include/fts.h and src/lib/libc/gen/fts.c t

cvs commit: ports/x11-themes/gtk-murrina-aqua Makefile

2007-08-24 Thread Ion-Mihai Tetcu
itetcu 2007-08-24 15:02:26 UTC FreeBSD ports repository Modified files: x11-themes/gtk-murrina-aqua Makefile Log: Tell the subdir of local master site. Submitted by: sat@ Revision ChangesPath 1.4 +1 -0 ports/x11-themes/gtk-murrina-aqua/Makefile

cvs commit: CVSROOT modules

2007-08-24 Thread Ion-Mihai Tetcu
itetcu 2007-08-24 14:55:59 UTC FreeBSD ports repository Modified files: .modules Log: ocsinventory-agent --> ports/net-mgmt/ocsinventory-agent Revision ChangesPath 1.18596 +1 -0 CVSROOT/modules

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

2007-08-24 Thread Ion-Mihai Tetcu
itetcu 2007-08-24 14:55:36 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/ocsinventory-agent Makefile distinfo pkg-descr pkg-plist Log: Open Computer and Software Inventory Next Generation

cvs commit: ports/Tools/scripts explicit_lib_depends.sh

2007-08-24 Thread Alexander Leidinger
netchild2007-08-24 14:29:42 UTC FreeBSD ports repository Added files: Tools/scriptsexplicit_lib_depends.sh Log: explicit_lib_depends.sh shows you the current explicit dependency list of libs for a given installed port, e.g.: # ./explicit_lib_depends.sh gnome-v

cvs commit: ports/Tools/scripts resolveportsfromlibs.sh

2007-08-24 Thread Alexander Leidinger
netchild2007-08-24 14:29:03 UTC FreeBSD ports repository Modified files: Tools/scriptsresolveportsfromlibs.sh Log: Teach about USE_ICONV, USE_GETTEXT, USE_GNOME and USE_XORG. Revision ChangesPath 1.2 +39 -2 ports/Tools/scripts/resolveportsfromlibs.sh

cvs commit: ports/databases/virtuoso Makefile distinfo pkg-plist ports/databases/virtuoso/files patch-configure patch-libsrc-Wi-Makefile.in

2007-08-24 Thread Max Khon
fjoe2007-08-24 13:58:03 UTC FreeBSD ports repository Modified files: databases/virtuoso Makefile distinfo pkg-plist databases/virtuoso/files patch-configure Added files: databases/virtuoso/files patch-libsrc-Wi-Makefile.in Log: Update to 5.0.1. Revision Ch

Re: cvs commit: src/share/zoneinfo - Imported sources

2007-08-24 Thread Edwin Groothuis
On Fri, Aug 24, 2007 at 01:27:27PM +, Edwin Groothuis wrote: > PR: conf/115706 > Approved by:re (bmah@) Also approved by: greg@ (mentor) Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://

Re: cvs commit: src/share/zoneinfo africa australasia europe leapseconds northamerica zone.tab

2007-08-24 Thread Edwin Groothuis
On Fri, Aug 24, 2007 at 01:36:20PM +, Edwin Groothuis wrote: > PR: conf/115706 > Submitted by: edwin@ > Approved by:re (bmah@) Also approved by: greg@ (mentor) > Obtained from: ftp://elsie.nci.nih.gov/pub/ > MFC after: 1 week Edwin -- Edwin Groothuis

cvs commit: ports/textproc/py-genshi Makefile distinfo pkg-plist

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:44:28 UTC FreeBSD ports repository Modified files: textproc/py-genshi Makefile distinfo pkg-plist Log: - Update to 0.4.4 [1] - Install docs and/or examples PR: ports/115533 Submitted by: clsung [1] Revision ChangesPath 1.

cvs commit: ports/textproc/py-pygments Makefile distinfo pkg-plist

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:39:55 UTC FreeBSD ports repository Modified files: textproc/py-pygments Makefile distinfo pkg-plist Log: - Update to 0.8.1 Revision ChangesPath 1.4 +1 -1 ports/textproc/py-pygments/Makefile 1.2 +3 -3 ports/textproc/py-pygm

cvs commit: ports/x11/wbar Makefile distinfo pkg-plist ports/x11/wbar/files patch-Makefile

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:38:46 UTC FreeBSD ports repository Modified files: x11/wbar Makefile distinfo pkg-plist x11/wbar/files patch-Makefile Log: - Update to 1.3.1 Revision ChangesPath 1.3 +2 -2 ports/x11/wbar/Makefile 1.2 +3 -

cvs commit: ports/misc/py-yolk Makefile distinfo

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:37:29 UTC FreeBSD ports repository Modified files: misc/py-yolk Makefile distinfo Log: - Update to 0.3.0 - Remove PLIST_SUB variable Revision ChangesPath 1.6 +1 -3 ports/misc/py-yolk/Makefile 1.4 +3 -3 ports/misc

cvs commit: src/share/zoneinfo africa australasia europe leapseconds northamerica zone.tab

2007-08-24 Thread Edwin Groothuis
edwin 2007-08-24 13:36:20 UTC FreeBSD src repository Modified files: share/zoneinfo africa australasia europe leapseconds northamerica zone.tab Log: MFV: tzdata2007g PR: conf/115706 Submitted by: edwin@ Approved by:re (

cvs commit: ports/textproc/textogif pkg-descr

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:36:06 UTC FreeBSD ports repository Modified files: textproc/textogifpkg-descr Log: - Fix web site URL in pkg-descr Revision ChangesPath 1.2 +1 -1 ports/textproc/textogif/pkg-descr ___ cvs

cvs commit: ports/math/jsmath Makefile distinfo pkg-plist

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:34:56 UTC FreeBSD ports repository Modified files: math/jsmath Makefile distinfo pkg-plist Log: - Update to 3.4c Revision ChangesPath 1.10 +1 -1 ports/math/jsmath/Makefile 1.7 +3 -3 ports/math/jsmath/distinfo 1.6

Re: cvs commit: ports/databases/py-Elixir Makefile

2007-08-24 Thread Pav Lucistnik
Nicola Vitale píše v pá 24. 08. 2007 v 13:33 +: > nivit 2007-08-24 13:33:19 UTC > > FreeBSD ports repository > > Modified files: > databases/py-Elixir Makefile > Log: > - Set PLIST_FILES to %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% (as > suggested by sat@) You could al

cvs commit: ports/databases/py-Elixir Makefile

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:33:19 UTC FreeBSD ports repository Modified files: databases/py-Elixir Makefile Log: - Set PLIST_FILES to %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% (as suggested by sat@) Revision ChangesPath 1.4 +1 -1 ports/databases/py-Elixir/Mak

cvs commit: src/share/zoneinfo - Imported sources

2007-08-24 Thread Edwin Groothuis
edwin 2007-08-24 13:27:27 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv87348 Log Message: Import of timezone database from Arthur Olson et al. Timezone data changes

cvs commit: ports/graphics/mapyrus Makefile distinfo

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:26:13 UTC FreeBSD ports repository Modified files: graphics/mapyrus Makefile distinfo Log: - Update to 0.704 - Replace WITH_EXAMPLES knob with NOPORTEXAMPLES Revision ChangesPath 1.15 +7 -14 ports/graphics/mapyrus/Makefile 1.11

cvs commit: ports/graphics/l2p Makefile distinfo

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:22:45 UTC FreeBSD ports repository Modified files: graphics/l2p Makefile distinfo Log: - Update to 1.1 Revision ChangesPath 1.4 +3 -5 ports/graphics/l2p/Makefile 1.2 +3 -3 ports/graphics/l2p/distinfo __

cvs commit: ports/graphics/jdraw pkg-descr

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:21:24 UTC FreeBSD ports repository Modified files: graphics/jdraw pkg-descr Log: - Change web site URL in pkg-descr Revision ChangesPath 1.2 +1 -1 ports/graphics/jdraw/pkg-descr ___ cvs

cvs commit: ports/editors/morla Makefile distinfo pkg-plist

2007-08-24 Thread Nicola Vitale
nivit 2007-08-24 13:20:02 UTC FreeBSD ports repository Modified files: editors/morlaMakefile distinfo pkg-plist Log: - Update to 0.13 - Change MASTER_SITES - Add USE_LDCONFIG Revision ChangesPath 1.11 +6 -4 ports/editors/morla/Makefile 1.7

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2007-08-24 Thread Rui Paulo
Nate Lawson wrote: Dag-Erling Smørgrav wrote: Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: Log: Style nits + more reliable Tj(max) detection + improved reporting of critical temperature + sched_unbind() after rdmsr + initialize sc_dev. I should note that the driver currently only chec

cvs commit: ports/sysutils/duplicity Makefile distinfo pkg-plist

2007-08-24 Thread Vasil Dimov
vd 2007-08-24 10:39:18 UTC FreeBSD ports repository Modified files: sysutils/duplicity Makefile distinfo pkg-plist Log: * Upgrade sysutils/duplicity from 0.4.2 to 0.4.3 * Add conditional dependency to misc/py-pexpect Sample patches from rafan@ and from Peter Schulle

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

2007-08-24 Thread Andrew Thompson
thompsa 2007-08-24 10:34:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net bridgestp.c bridgestp.h Log: MFC r1.38,1.39 - Ensure the path cost does not exceed 65535 in legacy STP mode. - If the path cost is calculated when the li

cvs commit: ports/x11-drivers/xf86-video-nv Makefile distinfo

2007-08-24 Thread Florent Thoumie
flz 2007-08-24 09:44:12 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-nv Makefile distinfo Log: Update x11-drivers/xf86-video-nv to 2.1.3. Revision ChangesPath 1.3 +1 -1 ports/x11-drivers/xf86-video-nv/Makefile 1.3 +3 -3

cvs commit: ports/net-p2p/ctorrent Makefile

2007-08-24 Thread Florent Thoumie
flz 2007-08-24 09:40:35 UTC FreeBSD ports repository Modified files: net-p2p/ctorrent Makefile Log: Add UserGuide to the list of installed documentation files. Suggested by: John E Hein Revision ChangesPath 1.16 +2 -1 ports/net-p2p/ctorrent/Ma

  1   2   >