From edwin at FreeBSD.org Mon Sep 1 00:09:14 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Sep 1 00:09:25 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200809010009.m8109EUr033675@repoman.freebsd.org> edwin 2008-09-01 00:09:13 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Monday 01 September 2008 at 00:09 Revision Changes Path 1.20144 +23 -0 CVSROOT/modules From marius at FreeBSD.org Mon Sep 1 00:42:08 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Mon Sep 1 00:42:15 2008 Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.h Message-ID: <200809010042.m810g8tA036405@repoman.freebsd.org> marius 2008-09-01 00:42:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 182582 on 2008-09-01 00:42:00Z by marius MFC: r182461 For chips with a broken DC_ISR_RX_STATE which f.e. never signals stopped nor the waiting state and also no other means to check whether the receiver is idle (see also r163774), we have no choice than to call mii_tick(9) unconditionally even in the case of the DC_REDUCED_MII_POLL handling as far as the RX side is concerned. This isn't necessarily worse than checking whether RX is idle though because unlike as with TX we're racing with the hardware, which might receive packets any time while we poll the MII, anyway. Reported and tested by: Jacob Owens Reviewed by: yongari Revision Changes Path 1.192.2.5 +7 -5 src/sys/dev/dc/if_dc.c 1.54.2.2 +4 -0 src/sys/dev/dc/if_dcreg.h From marius at FreeBSD.org Mon Sep 1 00:46:25 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Mon Sep 1 00:46:32 2008 Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h Message-ID: <200809010046.m810kOxU036776@repoman.freebsd.org> marius 2008-09-01 00:46:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_dc.c if_dcreg.h Log: SVN rev 182583 on 2008-09-01 00:46:14Z by marius MFC: r182461 For chips with a broken DC_ISR_RX_STATE which f.e. never signals stopped nor the waiting state and also no other means to check whether the receiver is idle (see also r163774), we have no choice than to call mii_tick(9) unconditionally even in the case of the DC_REDUCED_MII_POLL handling as far as the RX side is concerned. This isn't necessarily worse than checking whether RX is idle though because unlike as with TX we're racing with the hardware, which might receive packets any time while we poll the MII, anyway. Reported and tested by: Jacob Owens Reviewed by: yongari Revision Changes Path 1.160.2.16 +7 -5 src/sys/pci/if_dc.c 1.44.2.8 +4 -0 src/sys/pci/if_dcreg.h From linimon at FreeBSD.org Mon Sep 1 00:50:45 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 00:50:57 2008 Subject: cvs commit: ports/comms/comserv Makefile pkg-descr ports/devel/avrdude Makefile ports/sysutils/cdroot Makefile Message-ID: <200809010050.m810ohjR046437@repoman.freebsd.org> linimon 2008-09-01 00:50:43 UTC FreeBSD ports repository Modified files: comms/comserv Makefile pkg-descr devel/avrdude Makefile sysutils/cdroot Makefile Log: bsd@FreeBSD.org has not been active in ports in quite some time. hat: portmgr Revision Changes Path 1.17 +1 -1 ports/comms/comserv/Makefile 1.3 +0 -2 ports/comms/comserv/pkg-descr 1.15 +1 -1 ports/devel/avrdude/Makefile 1.6 +1 -1 ports/sysutils/cdroot/Makefile From linimon at FreeBSD.org Mon Sep 1 00:59:46 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 00:59:57 2008 Subject: cvs commit: ports/devel/libcheck Makefile ports/mail/xfmail Makefile ports/security/bfbtester Makefile ports/x11-toolkits/xforms Makefile Message-ID: <200809010059.m810xj1t047122@repoman.freebsd.org> linimon 2008-09-01 00:59:45 UTC FreeBSD ports repository Modified files: devel/libcheck Makefile mail/xfmail Makefile security/bfbtester Makefile x11-toolkits/xforms Makefile Log: Reset mikeh, who has not done any commits for over a year. Hat: portmgr Revision Changes Path 1.7 +1 -1 ports/devel/libcheck/Makefile 1.69 +1 -1 ports/mail/xfmail/Makefile 1.6 +1 -1 ports/security/bfbtester/Makefile 1.61 +1 -1 ports/x11-toolkits/xforms/Makefile From marcus at FreeBSD.org Mon Sep 1 01:06:58 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Mon Sep 1 01:07:12 2008 Subject: cvs commit: ports/net/howl Makefile Message-ID: <200809010106.m8116wPe048858@repoman.freebsd.org> marcus 2008-09-01 01:06:58 UTC FreeBSD ports repository Modified files: net/howl Makefile Log: Reset maintainer as I am purely an avahi guy now. Revision Changes Path 1.31 +1 -1 ports/net/howl/Makefile From dougb at FreeBSD.org Mon Sep 1 01:16:45 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Sep 1 01:16:52 2008 Subject: cvs commit: ports/mail/alpine Makefile distinfo Message-ID: <200809010116.m811GiPE049670@repoman.freebsd.org> dougb 2008-09-01 01:16:44 UTC FreeBSD ports repository Modified files: mail/alpine Makefile distinfo Log: Upgrade to version 2.00. The major new feature is experimental S/MIME support. There are also some improvements and bug fixes for charset handling, and various other small bug fixes. See http://www.washington.edu/alpine/changes/1.10-to-2.00.html for details. Revision Changes Path 1.5 +2 -3 ports/mail/alpine/Makefile 1.4 +9 -9 ports/mail/alpine/distinfo From edwin at FreeBSD.org Mon Sep 1 01:20:24 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Sep 1 01:20:29 2008 Subject: cvs commit: ports/dns/nss_mdns Makefile distinfo ports/dns/nss_mdns/files patch-configure.ac patch-src__Makefile.am patch-src__avahi-test.c patch-src__bsdnss.c patch-src__query.c Message-ID: <200809010120.m811KN67050035@repoman.freebsd.org> edwin 2008-09-01 01:20:23 UTC FreeBSD ports repository Modified files: dns/nss_mdns Makefile distinfo dns/nss_mdns/files patch-src__Makefile.am patch-src__bsdnss.c Removed files: dns/nss_mdns/files patch-configure.ac patch-src__avahi-test.c patch-src__query.c Log: Update dns/nss_mdns to v0.10 Updates dns/nss_mdns port to v0.10 and changes MAINTAINER field (as per bms's suggestion). This PR fixes the issue reported in PR ports/123169, so that PR can be closed. PR: ports/126952 Submitted by: Ashish Shukla Approved by: bms@ Revision Changes Path 1.11 +2 -3 ports/dns/nss_mdns/Makefile 1.2 +3 -3 ports/dns/nss_mdns/distinfo 1.2 +0 -16 ports/dns/nss_mdns/files/patch-configure.ac (dead) 1.2 +22 -53 ports/dns/nss_mdns/files/patch-src__Makefile.am 1.2 +0 -10 ports/dns/nss_mdns/files/patch-src__avahi-test.c (dead) 1.5 +36 -431 ports/dns/nss_mdns/files/patch-src__bsdnss.c 1.2 +0 -147 ports/dns/nss_mdns/files/patch-src__query.c (dead) From linimon at FreeBSD.org Mon Sep 1 01:41:17 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 01:41:28 2008 Subject: cvs commit: ports/devel/cvsdiff2patch Makefile ports/devel/cvswrap Makefile ports/devel/libmtrie Makefile ports/devel/replay Makefile ports/devel/st Makefile ports/irc/insub Makefile ports/misc/hulgalugha Makefile ports/net/proxy-connect Makefile ... Message-ID: <200809010141.m811fGmf051877@repoman.freebsd.org> linimon 2008-09-01 01:41:16 UTC FreeBSD ports repository Modified files: devel/cvsdiff2patch Makefile devel/cvswrap Makefile devel/libmtrie Makefile devel/replay Makefile devel/st Makefile irc/insub Makefile misc/hulgalugha Makefile net/proxy-connect Makefile security/p5-Business-PayPal-EWP Makefile Log: Reset alfred, who has not been active in ports for a while. Hat: portmgr Revision Changes Path 1.4 +1 -1 ports/devel/cvsdiff2patch/Makefile 1.5 +1 -1 ports/devel/cvswrap/Makefile 1.8 +1 -1 ports/devel/libmtrie/Makefile 1.8 +1 -1 ports/devel/replay/Makefile 1.11 +1 -1 ports/devel/st/Makefile 1.28 +1 -1 ports/irc/insub/Makefile 1.4 +1 -1 ports/misc/hulgalugha/Makefile 1.3 +1 -1 ports/net/proxy-connect/Makefile 1.9 +1 -1 ports/security/p5-Business-PayPal-EWP/Makefile From linimon at FreeBSD.org Mon Sep 1 01:45:38 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 01:45:44 2008 Subject: cvs commit: ports/textproc/docbook-410 Makefile Message-ID: <200809010145.m811jcvl052244@repoman.freebsd.org> linimon 2008-09-01 01:45:38 UTC FreeBSD ports repository Modified files: textproc/docbook-410 Makefile Log: Reset murray due to maintainer-timeouts. Others (including gabor) have taken over the maintenance of most the of the docbook ports by now. Hat: portmgr Revision Changes Path 1.15 +2 -2 ports/textproc/docbook-410/Makefile From linimon at FreeBSD.org Mon Sep 1 01:51:43 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 01:51:50 2008 Subject: cvs commit: ports/japanese/zope-ejsplitter Makefile ports/japanese/zope-jamailhost Makefile ports/www/zope-coreblog Makefile ports/www/zope-coreblog2 Makefile ports/www/zope-epoz Makefile ports/www/zope-mindmapbbs Makefile ports/www/zope210 Makefile ports/www/zope29 Makefile Message-ID: <200809010151.m811phDU052869@repoman.freebsd.org> linimon 2008-09-01 01:51:43 UTC FreeBSD ports repository Modified files: japanese/zope-ejsplitter Makefile japanese/zope-jamailhost Makefile www/zope-coreblog Makefile www/zope-coreblog2 Makefile www/zope-epoz Makefile www/zope-mindmapbbs Makefile www/zope210 Makefile www/zope29 Makefile Log: Reset yasi@yasi.to by request due to lack of current time to work on FreeBSD. Hat: portmgr Revision Changes Path 1.6 +1 -1 ports/japanese/zope-ejsplitter/Makefile 1.7 +1 -1 ports/japanese/zope-jamailhost/Makefile 1.16 +1 -1 ports/www/zope-coreblog/Makefile 1.22 +1 -1 ports/www/zope-coreblog2/Makefile 1.13 +1 -1 ports/www/zope-epoz/Makefile 1.2 +1 -1 ports/www/zope-mindmapbbs/Makefile 1.97 +1 -1 ports/www/zope210/Makefile 1.95 +1 -1 ports/www/zope29/Makefile From linimon at FreeBSD.org Mon Sep 1 01:55:54 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 01:56:01 2008 Subject: cvs commit: ports MOVED ports/games Makefile Message-ID: <200809010155.m811tqMO053240@repoman.freebsd.org> linimon 2008-09-01 01:55:52 UTC FreeBSD ports repository Modified files: . MOVED games Makefile Log: Remove games/q3base. Requested by: maintainer Revision Changes Path 1.1686 +2 -1 ports/MOVED 1.1236 +0 -1 ports/games/Makefile From linimon at FreeBSD.org Mon Sep 1 01:57:40 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 01:57:51 2008 Subject: cvs commit: ports/games/q3base Makefile distinfo ports/games/q3base/files patch-src__game__q_shared.h patch-src__qcommon__common.c Message-ID: <200809010157.m811veKk053399@repoman.freebsd.org> linimon 2008-09-01 01:57:40 UTC FreeBSD ports repository Removed files: games/q3base Makefile distinfo games/q3base/files patch-src__game__q_shared.h patch-src__qcommon__common.c Log: Remove games/q3base: project gone, website defaced. Requested by: maintainer Revision Changes Path 1.14 +0 -49 ports/games/q3base/Makefile (dead) 1.2 +0 -3 ports/games/q3base/distinfo (dead) 1.2 +0 -31 ports/games/q3base/files/patch-src__game__q_shared.h (dead) 1.2 +0 -10 ports/games/q3base/files/patch-src__qcommon__common.c (dead) From linimon at FreeBSD.org Mon Sep 1 01:57:56 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 01:58:08 2008 Subject: cvs commit: ports/games/q3base pkg-descr pkg-plist Message-ID: <200809010157.m811vts0053442@repoman.freebsd.org> linimon 2008-09-01 01:57:55 UTC FreeBSD ports repository Removed files: games/q3base pkg-descr pkg-plist Log: Remove these too. Revision Changes Path 1.2 +0 -13 ports/games/q3base/pkg-descr (dead) 1.4 +0 -10 ports/games/q3base/pkg-plist (dead) From jb at FreeBSD.org Mon Sep 1 02:00:41 2008 From: jb at FreeBSD.org (John Birrell) Date: Mon Sep 1 02:00:53 2008 Subject: cvs commit: src/sys/cddl/compat/opensolaris/kern opensolaris_kmem.c Message-ID: <200809010200.m8120eE0053711@repoman.freebsd.org> jb 2008-09-01 02:00:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cddl/compat/opensolaris/kern opensolaris_kmem.c Log: SVN rev 182584 on 2008-09-01 02:00:23Z by jb Disable debug mode. This is the likely cause of the performance degradation noticed by ZFS users after the DTrace merge. Revision Changes Path 1.4.2.3 +0 -2 src/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c From linimon at FreeBSD.org Mon Sep 1 02:04:27 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 02:04:33 2008 Subject: cvs commit: ports/x11-toolkits/gtkdatabox Makefile Message-ID: <200809010204.m8124QkU055087@repoman.freebsd.org> linimon 2008-09-01 02:04:26 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkdatabox Makefile Log: With the removal of x11-toolkits/gtkdatabox2, the CONFLICTS line no longer is relevant. Submitted by: maintainer Revision Changes Path 1.16 +0 -1 ports/x11-toolkits/gtkdatabox/Makefile From ganbold at micom.mng.net Mon Sep 1 02:10:03 2008 From: ganbold at micom.mng.net (Ganbold) Date: Mon Sep 1 02:10:09 2008 Subject: cvs commit: src/sys/netinet if_ether.c In-Reply-To: <200808180906.m7I96FIo099489@repoman.freebsd.org> References: <200808180906.m7I96FIo099489@repoman.freebsd.org> Message-ID: <48BB4684.701@micom.mng.net> Philip Paeps wrote: > philip 2008-08-18 09:06:11 UTC > > FreeBSD src repository > > Modified files: > sys/netinet if_ether.c > Log: > SVN rev 181824 on 2008-08-18 09:06:11Z by philip > > Fix ARP in bridging scenarios where the bridge shares its > MAC address with one of its members (see my r180140). > > Pointy hat to: philip > Submitted by: Eygene Ryabinkin > MFC after: 3 days > When this will be MFCed? This fixes connectivity problem on bridging firewall. thanks, Ganbold > > Revision Changes Path > 1.174 +24 -1 src/sys/netinet/if_ether.c > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > > -- It may be that your whole purpose in life is simply to serve as a warning to others. From thompsa at FreeBSD.org Mon Sep 1 02:17:42 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Mon Sep 1 02:17:58 2008 Subject: cvs commit: src/sys/netinet if_ether.c Message-ID: <200809010217.m812Hf5I056184@repoman.freebsd.org> thompsa 2008-09-01 02:17:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet if_ether.c Log: SVN rev 182585 on 2008-09-01 02:17:31Z by thompsa MFC r181824 Fix ARP in bridging scenarios where the bridge shares its MAC address with one of its members. Revision Changes Path 1.162.2.4 +24 -1 src/sys/netinet/if_ether.c From linimon at FreeBSD.org Mon Sep 1 02:17:50 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Mon Sep 1 02:17:59 2008 Subject: cvs commit: ports/devel/kdbg Makefile Message-ID: <200809010217.m812Hom0056220@repoman.freebsd.org> linimon 2008-09-01 02:17:50 UTC FreeBSD ports repository Modified files: devel/kdbg Makefile Log: Assign to new volunteer. Revision Changes Path 1.39 +1 -1 ports/devel/kdbg/Makefile From thompsa at FreeBSD.org Mon Sep 1 02:19:57 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Mon Sep 1 02:20:04 2008 Subject: cvs commit: src/sys/netinet if_ether.c Message-ID: <200809010219.m812JvV4056376@repoman.freebsd.org> thompsa 2008-09-01 02:19:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet if_ether.c Log: SVN rev 182586 on 2008-09-01 02:19:40Z by thompsa MFC r181824 Fix ARP in bridging scenarios where the bridge shares its MAC address with one of its members. Revision Changes Path 1.137.2.16 +24 -1 src/sys/netinet/if_ether.c From thompsa at FreeBSD.org Mon Sep 1 02:43:53 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Mon Sep 1 02:43:59 2008 Subject: cvs commit: src/sys/netinet if_ether.c In-Reply-To: <48BB4684.701@micom.mng.net> References: <200808180906.m7I96FIo099489@repoman.freebsd.org> <48BB4684.701@micom.mng.net> Message-ID: <20080901022034.GA78218@citylink.fud.org.nz> On Mon, Sep 01, 2008 at 09:33:56AM +0800, Ganbold wrote: > Philip Paeps wrote: >> philip 2008-08-18 09:06:11 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet if_ether.c Log: >> SVN rev 181824 on 2008-08-18 09:06:11Z by philip >> Fix ARP in bridging scenarios where the bridge shares its >> MAC address with one of its members (see my r180140). >> Pointy hat to: philip >> Submitted by: Eygene Ryabinkin >> MFC after: 3 days >> > > When this will be MFCed? Right now :) > This fixes connectivity problem on bridging firewall. Its done, you can update now. cheers, Andrew From kientzle at FreeBSD.org Mon Sep 1 02:50:44 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Mon Sep 1 02:50:55 2008 Subject: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c Message-ID: <200809010250.m812oink058875@repoman.freebsd.org> kientzle 2008-09-01 02:50:24 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: SVN rev 182587 on 2008-09-01 02:50:24Z by kientzle Use the "start_time" (time at which the restore process began) to fill in a missing atime instead of substituting mtime. PR: bin/124915 Revision Changes Path 1.33 +13 -5 src/lib/libarchive/archive_write_disk.c 1.12 +4 -2 src/lib/libarchive/test/test_write_disk.c From kientzle at FreeBSD.org Mon Sep 1 02:51:00 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Mon Sep 1 02:51:07 2008 Subject: cvs commit: src/lib/libarchive archive_write_set_format_by_name.c Message-ID: <200809010251.m812p0eq058932@repoman.freebsd.org> kientzle 2008-09-01 02:50:53 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_by_name.c Log: SVN rev 182588 on 2008-09-01 02:50:53Z by kientzle Sort the list of format names. Revision Changes Path 1.9 +1 -1 src/lib/libarchive/archive_write_set_format_by_name.c From wxs at FreeBSD.org Mon Sep 1 03:01:28 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Mon Sep 1 03:01:36 2008 Subject: cvs commit: ports/net/unfs3 Makefile distinfo ports/net/unfs3/files patch-configure.ac patch-daemon.c Message-ID: <200809010301.m8131SFu059904@repoman.freebsd.org> wxs 2008-09-01 03:01:28 UTC FreeBSD ports repository Modified files: net/unfs3 Makefile distinfo net/unfs3/files patch-configure.ac Added files: net/unfs3/files patch-daemon.c Log: - Update to 0.9.21 - Take maintainership. Revision Changes Path 1.18 +2 -3 ports/net/unfs3/Makefile 1.11 +3 -3 ports/net/unfs3/distinfo 1.3 +5 -5 ports/net/unfs3/files/patch-configure.ac 1.1 +11 -0 ports/net/unfs3/files/patch-daemon.c (new) From pgollucci at p6m7g8.com Mon Sep 1 03:32:40 2008 From: pgollucci at p6m7g8.com (Philip M. Gollucci) Date: Mon Sep 1 03:32:51 2008 Subject: cvs commit: ports/www/apache20 Makefile pkg-plist ports/www/apache20/files patch-CVE-2008-2939 In-Reply-To: <200808312304.m7VN4Eg0027335@repoman.freebsd.org> References: <200808312304.m7VN4Eg0027335@repoman.freebsd.org> Message-ID: <48BB6257.9030601@p6m7g8.com> Clement Laforet wrote: > clement 2008-08-31 23:04:14 UTC > > FreeBSD ports repository > > Modified files: > www/apache20 Makefile pkg-plist > Added files: > www/apache20/files patch-CVE-2008-2939 > Log: > - Revert previous patch to "fix" missing rc.d scripts. It > actually breaks profiles. It only breaks it b/c the patch was incomplete. The rc.d script itself needs a tweak. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From ganbold at micom.mng.net Mon Sep 1 03:34:15 2008 From: ganbold at micom.mng.net (Ganbold) Date: Mon Sep 1 03:34:27 2008 Subject: cvs commit: src/sys/netinet if_ether.c In-Reply-To: <20080901022034.GA78218@citylink.fud.org.nz> References: <200808180906.m7I96FIo099489@repoman.freebsd.org> <48BB4684.701@micom.mng.net> <20080901022034.GA78218@citylink.fud.org.nz> Message-ID: <48BB62B4.7060206@micom.mng.net> Andrew Thompson wrote: > On Mon, Sep 01, 2008 at 09:33:56AM +0800, Ganbold wrote: > >> Philip Paeps wrote: >> >>> philip 2008-08-18 09:06:11 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/netinet if_ether.c Log: >>> SVN rev 181824 on 2008-08-18 09:06:11Z by philip >>> Fix ARP in bridging scenarios where the bridge shares its >>> MAC address with one of its members (see my r180140). >>> Pointy hat to: philip >>> Submitted by: Eygene Ryabinkin >>> MFC after: 3 days >>> >>> >> When this will be MFCed? >> > > Right now :) > > >> This fixes connectivity problem on bridging firewall. >> > > Its done, you can update now. > Thanks a lot, Ganbold > > cheers, > Andrew > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > > -- TAKE FORCEFUL ACTION: Do something that should have been done a long time ago. From ganbold at FreeBSD.org Mon Sep 1 03:35:57 2008 From: ganbold at FreeBSD.org (Ganbold Tsagaankhuu) Date: Mon Sep 1 03:36:03 2008 Subject: cvs commit: doc/mn_MN.UTF-8/books/handbook/introduction chapter.sgml doc/mn_MN.UTF-8/books/handbook/network-servers chapter.sgml Message-ID: <200809010335.m813Zu5Z064063@repoman.freebsd.org> ganbold 2008-09-01 03:35:56 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/introduction chapter.sgml mn_MN.UTF-8/books/handbook/network-servers chapter.sgml Log: MFen: Resync with the English version of the handbook Obtained from: FreeBSD Mongolian Documentation project Revision Changes Path 1.11 +34 -11 doc/mn_MN.UTF-8/books/handbook/introduction/chapter.sgml 1.16 +2 -2 doc/mn_MN.UTF-8/books/handbook/network-servers/chapter.sgml From QAT at FreeBSD.org Mon Sep 1 03:46:06 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Mon Sep 1 03:46:24 2008 Subject: cvs commit: ports/devel/libcheck Makefile ports/mail/xfmail Makefile ports/security/bfbtester Makefile ports/x11-toolkits/xforms Makefile In-Reply-To: <200809010059.m810xj1t047122@repoman.freebsd.org> References: In-Reply-To: <200809010059.m810xj1t047122@repoman.freebsd.org> Message-ID: <20080901034603.DB89D12E4325@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/libcheck-0.9.5_1.log : building libcheck-0.9.5_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: ports@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/libcheck Makefile ident: $FreeBSD: ports/devel/libcheck/Makefile,v 1.7 2008/09/01 00:59:45 linimon Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Mon Sep 1 03:45:45 UTC 2008 ................................................... Creating package /tmp/packages/All/libcheck-0.9.5_1.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/libcheck-0.9.5_1.tbz' Deleting libcheck-0.9.5_1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 7022680 4 drwxr-xr-x 2 root wheel 512 Sep 1 03:46 usr/local/share/doc/check-0.9.5 7022681 240 -r--r--r-- 1 root wheel 121027 Sep 1 03:46 usr/local/share/doc/check-0.9.5/SVNChangeLog 7022682 68 -r--r--r-- 1 root wheel 33962 Sep 1 03:46 usr/local/share/doc/check-0.9.5/ChangeLog 7022683 8 -r--r--r-- 1 root wheel 3680 Sep 1 03:46 usr/local/share/doc/check-0.9.5/ChangeLogOld 7022684 16 -r--r--r-- 1 root wheel 7712 Sep 1 03:46 usr/local/share/doc/check-0.9.5/NEWS 7022685 8 -r--r--r-- 1 root wheel 2551 Sep 1 03:46 usr/local/share/doc/check-0.9.5/README 7022658 4 drwxr-xr-x 4 root wheel 512 Sep 1 03:46 usr/local/share/examples/check-0.9.5 7022659 4 -r--r--r-- 1 root wheel 80 Sep 1 03:46 usr/local/share/examples/check-0.9.5/Makefile.am 7022660 4 -r--r--r-- 1 root wheel 614 Sep 1 03:46 usr/local/share/examples/check-0.9.5/README 7022661 4 -r--r--r-- 1 root wheel 1144 Sep 1 03:46 usr/local/share/examples/check-0.9.5/configure.ac 7022662 4 drwxr-xr-x 2 root wheel 512 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src 7022663 4 -r--r--r-- 1 root wheel 195 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/Makefile.am 7022664 4 -r--r--r-- 1 root wheel 242 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/main.c 7022665 4 -r--r--r-- 1 root wheel 512 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.c 7022666 4 -r--r--r-- 1 root wheel 227 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.h 7022667 4 -r--r--r-- 1 root wheel 54 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.1.h 7022668 4 -r--r--r-- 1 root wheel 227 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.2.h 7022669 0 -r--r--r-- 1 root wheel 0 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.1.c 7022670 4 -r--r--r-- 1 root wheel 252 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.3.c 7022671 4 -r--r--r-- 1 root wheel 293 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.4.c 7022672 4 -r--r--r-- 1 root wheel 462 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.5.c 7022673 4 -r--r--r-- 1 root wheel 512 Sep 1 03:46 usr/local/share/examples/check-0.9.5/src/money.6.c 7022674 4 drwxr-xr-x 2 root wheel 512 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests 7022675 4 -r--r--r-- 1 root wheel 273 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests/Makefile.am 7022676 4 -r--r--r-- 1 root wheel 1610 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests/check_money.c 7022653 4 -r--r--r-- 1 root wheel 32 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests/check_money.1.c 7022654 4 -r--r--r-- 1 root wheel 379 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests/check_money.2.c 7022655 4 -r--r--r-- 1 root wheel 863 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests/check_money.3.c 7022677 4 -r--r--r-- 1 root wheel 1452 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests/check_money.6.c 7022678 4 -r--r--r-- 1 root wheel 1610 Sep 1 03:46 usr/local/share/examples/check-0.9.5/tests/check_money.7.c ================================================================ build of /usr/ports/devel/libcheck ended at Mon Sep 1 03:46:02 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From adamw at FreeBSD.org Mon Sep 1 04:34:58 2008 From: adamw at FreeBSD.org (Adam Weinberger) Date: Mon Sep 1 04:35:10 2008 Subject: cvs commit: ports/irc/insub Makefile Message-ID: <200809010434.m814YvUi069920@repoman.freebsd.org> adamw 2008-09-01 04:34:57 UTC FreeBSD ports repository Modified files: irc/insub Makefile Log: This app is too important to be without a maintainer. If alfred isn't the maintainer, I'll take it. Revision Changes Path 1.29 +1 -1 ports/irc/insub/Makefile From kmacy at FreeBSD.org Mon Sep 1 04:49:54 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Mon Sep 1 04:50:00 2008 Subject: cvs commit: src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c src/sys/netinet in_pcb.c in_pcb.h Message-ID: <200809010449.m814nrqd080657@repoman.freebsd.org> kmacy 2008-09-01 04:48:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb/ulp/tom cxgb_cpl_io.c sys/netinet in_pcb.c in_pcb.h Log: SVN rev 182589 on 2008-09-01 04:48:59Z by kmacy MFC 177530: Insulate inpcb consumers outside the stack from the lock type and offset within the pcb by adding accessor functions. Revision Changes Path 1.15.2.3 +41 -26 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.196.2.12 +44 -0 src/sys/netinet/in_pcb.c 1.100.2.8 +26 -0 src/sys/netinet/in_pcb.h From kientzle at FreeBSD.org Mon Sep 1 04:54:40 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Mon Sep 1 04:54:51 2008 Subject: cvs commit: src/lib/libarchive archive_entry.c archive_entry.h archive_entry_private.h src/lib/libarchive/test test_entry.c Message-ID: <200809010454.m814selE081057@repoman.freebsd.org> kientzle 2008-09-01 04:54:29 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_entry.h archive_entry_private.h lib/libarchive/test test_entry.c Log: SVN rev 182590 on 2008-09-01 04:54:29Z by kientzle MfP4: set/unset tracking for atime, ctime, mtime, and size fields. This generalizes the existing set/unset tracking for hardlink/symlink fields and extends it to cover non-string fields. Eventually, this will be further extended to cover most fields. In particular, this is needed to correctly detect when time fields are missing (for example, reading ustar archives doesn't set atime or ctime) for proper time restore and is helpful when trying to determine whether to overwrite data when restoring hardlinks. This commit updates the tests but not the docs. Revision Changes Path 1.53 +91 -24 src/lib/libarchive/archive_entry.c 1.28 +30 -2 src/lib/libarchive/archive_entry.h 1.5 +8 -2 src/lib/libarchive/archive_entry_private.h 1.7 +32 -1 src/lib/libarchive/test/test_entry.c From alexbl at FreeBSD.org Mon Sep 1 05:26:43 2008 From: alexbl at FreeBSD.org (Alexander Botero-Lowry) Date: Mon Sep 1 05:26:58 2008 Subject: cvs commit: ports/mail/xpi-displayquota Makefile distinfo Message-ID: <200809010526.m815QgIl084682@repoman.freebsd.org> alexbl 2008-09-01 05:26:42 UTC FreeBSD ports repository Modified files: mail/xpi-displayquota Makefile distinfo Log: - update to 0.2.1.1 PR: 126376 Submitted by: Steven Kreuzer Revision Changes Path 1.4 +1 -1 ports/mail/xpi-displayquota/Makefile 1.3 +3 -3 ports/mail/xpi-displayquota/distinfo From alexbl at FreeBSD.org Mon Sep 1 05:30:20 2008 From: alexbl at FreeBSD.org (Alexander Botero-Lowry) Date: Mon Sep 1 05:30:27 2008 Subject: cvs commit: ports/textproc/highlight Makefile distinfo Message-ID: <200809010530.m815UK0D085015@repoman.freebsd.org> alexbl 2008-09-01 05:30:20 UTC FreeBSD ports repository Modified files: textproc/highlight Makefile distinfo Log: - update to 2.6.10 PR: 125439 Submitted by: Yi-Jheng Lin Revision Changes Path 1.40 +3 -3 ports/textproc/highlight/Makefile 1.29 +3 -3 ports/textproc/highlight/distinfo From alexbl at FreeBSD.org Mon Sep 1 05:31:11 2008 From: alexbl at FreeBSD.org (Alexander Botero-Lowry) Date: Mon Sep 1 05:31:22 2008 Subject: cvs commit: ports/net/mDNSResponder Makefile Message-ID: <200809010531.m815VAIE085124@repoman.freebsd.org> alexbl 2008-09-01 05:31:10 UTC FreeBSD ports repository Modified files: net/mDNSResponder Makefile Log: Drop maintainership Revision Changes Path 1.20 +1 -1 ports/net/mDNSResponder/Makefile From kmacy at FreeBSD.org Mon Sep 1 05:31:24 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Mon Sep 1 05:31:35 2008 Subject: cvs commit: src/sys/dev/cxgb/ulp/toecore toedev.c src/sys/netinet tcp_offload.c toedev.h Message-ID: <200809010531.m815VOf0085178@repoman.freebsd.org> kmacy 2008-09-01 05:30:22 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/toecore toedev.c sys/netinet tcp_offload.c toedev.h Log: SVN rev 182591 on 2008-09-01 05:30:22Z by kmacy Don't check if an interface can do tcp offload if there are no offload devices registered on the system. Suggested by: rwatson MFC after: 3 days Revision Changes Path 1.2 +1 -0 src/sys/dev/cxgb/ulp/toecore/toedev.c 1.6 +6 -1 src/sys/netinet/tcp_offload.c 1.6 +2 -0 src/sys/netinet/toedev.h From alexbl at FreeBSD.org Mon Sep 1 05:36:52 2008 From: alexbl at FreeBSD.org (Alexander Botero-Lowry) Date: Mon Sep 1 05:36:59 2008 Subject: cvs commit: ports/audio/picard Makefile distinfo pkg-plist Message-ID: <200809010536.m815aqxT085704@repoman.freebsd.org> alexbl 2008-09-01 05:36:52 UTC FreeBSD ports repository Modified files: audio/picard Makefile distinfo pkg-plist Log: - update to 0.10 PR: 126466 Submitted by: Martin Tournoij Revision Changes Path 1.15 +4 -3 ports/audio/picard/Makefile 1.5 +3 -3 ports/audio/picard/distinfo 1.5 +216 -208 ports/audio/picard/pkg-plist From kientzle at FreeBSD.org Mon Sep 1 05:38:44 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Mon Sep 1 05:38:50 2008 Subject: cvs commit: src/lib/libarchive/test read_open_memory.c test_acl_basic.c test_acl_pax.c test_bad_fd.c test_compat_gtar.c test_compat_zip.c test_empty_write.c test_entry.c test_read_compress_program.c test_read_data_large.c test_read_extract.c test_read_format_ar.c ... Message-ID: <200809010538.m815chFV086005@repoman.freebsd.org> kientzle 2008-09-01 05:38:33 UTC FreeBSD src repository Modified files: lib/libarchive/test read_open_memory.c test_acl_basic.c test_acl_pax.c test_bad_fd.c test_compat_gtar.c test_compat_zip.c test_empty_write.c test_entry.c test_read_compress_program.c test_read_data_large.c test_read_extract.c test_read_format_ar.c test_read_format_cpio_bin.c test_read_format_cpio_bin_Z.c test_read_format_cpio_bin_bz2.c test_read_format_cpio_bin_gz.c test_read_format_cpio_odc.c test_read_format_cpio_svr4_gzip.c test_read_format_cpio_svr4c_Z.c test_read_format_empty.c test_read_format_gtar_gz.c test_read_format_gtar_sparse.c test_read_format_iso_gz.c test_read_format_isorr_bz2.c test_read_format_mtree.c test_read_format_pax_bz2.c test_read_format_tar.c test_read_format_tar_empty_filename.c test_read_format_tbz.c test_read_format_tgz.c test_read_format_tz.c test_read_format_zip.c test_read_large.c test_read_pax_truncated.c test_read_position.c test_read_truncated.c test_tar_filenames.c test_tar_large.c test_write_compress.c test_write_compress_program.c test_write_disk.c test_write_disk_hardlink.c test_write_disk_perms.c test_write_disk_secure.c test_write_format_ar.c test_write_format_cpio.c test_write_format_cpio_empty.c test_write_format_cpio_newc.c test_write_format_cpio_odc.c test_write_format_shar_empty.c test_write_format_tar.c test_write_format_tar_empty.c test_write_open_memory.c Log: SVN rev 182592 on 2008-09-01 05:38:33Z by kientzle Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests on the particular libarchive version being tested instead of the deprecated ARCHIVE_API_VERSION and ARCHIVE_VERSION_STAMP macros. Revision Changes Path 1.3 +2 -2 src/lib/libarchive/test/read_open_memory.c 1.5 +1 -1 src/lib/libarchive/test/test_acl_basic.c 1.6 +8 -8 src/lib/libarchive/test/test_acl_pax.c 1.2 +3 -3 src/lib/libarchive/test/test_bad_fd.c 1.3 +3 -3 src/lib/libarchive/test/test_compat_gtar.c 1.3 +3 -3 src/lib/libarchive/test/test_compat_zip.c 1.3 +9 -10 src/lib/libarchive/test/test_empty_write.c 1.8 +40 -40 src/lib/libarchive/test/test_entry.c 1.3 +4 -4 src/lib/libarchive/test/test_read_compress_program.c 1.4 +9 -9 src/lib/libarchive/test/test_read_data_large.c 1.5 +6 -6 src/lib/libarchive/test/test_read_extract.c 1.6 +5 -5 src/lib/libarchive/test/test_read_format_ar.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_cpio_bin.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_cpio_bin_Z.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_cpio_bin_bz2.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_cpio_bin_gz.c 1.3 +3 -3 src/lib/libarchive/test/test_read_format_cpio_odc.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_cpio_svr4_gzip.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_cpio_svr4c_Z.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_empty.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_gtar_gz.c 1.9 +5 -5 src/lib/libarchive/test/test_read_format_gtar_sparse.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_iso_gz.c 1.5 +3 -3 src/lib/libarchive/test/test_read_format_isorr_bz2.c 1.3 +4 -4 src/lib/libarchive/test/test_read_format_mtree.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_pax_bz2.c 1.4 +6 -6 src/lib/libarchive/test/test_read_format_tar.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_tar_empty_filename.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_tbz.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_tgz.c 1.2 +3 -3 src/lib/libarchive/test/test_read_format_tz.c 1.7 +3 -3 src/lib/libarchive/test/test_read_format_zip.c 1.4 +9 -9 src/lib/libarchive/test/test_read_large.c 1.3 +30 -30 src/lib/libarchive/test/test_read_pax_truncated.c 1.4 +3 -3 src/lib/libarchive/test/test_read_position.c 1.4 +9 -9 src/lib/libarchive/test/test_read_truncated.c 1.10 +10 -10 src/lib/libarchive/test/test_tar_filenames.c 1.4 +8 -8 src/lib/libarchive/test/test_tar_large.c 1.3 +6 -6 src/lib/libarchive/test/test_write_compress.c 1.3 +7 -7 src/lib/libarchive/test/test_write_compress_program.c 1.13 +11 -11 src/lib/libarchive/test/test_write_disk.c 1.4 +1 -1 src/lib/libarchive/test/test_write_disk_hardlink.c 1.10 +5 -5 src/lib/libarchive/test/test_write_disk_perms.c 1.5 +4 -5 src/lib/libarchive/test/test_write_disk_secure.c 1.8 +14 -14 src/lib/libarchive/test/test_write_format_ar.c 1.5 +8 -8 src/lib/libarchive/test/test_write_format_cpio.c 1.3 +3 -3 src/lib/libarchive/test/test_write_format_cpio_empty.c 1.3 +3 -3 src/lib/libarchive/test/test_write_format_cpio_newc.c 1.2 +3 -3 src/lib/libarchive/test/test_write_format_cpio_odc.c 1.3 +3 -3 src/lib/libarchive/test/test_write_format_shar_empty.c 1.4 +6 -6 src/lib/libarchive/test/test_write_format_tar.c 1.4 +8 -8 src/lib/libarchive/test/test_write_format_tar_empty.c 1.4 +3 -3 src/lib/libarchive/test/test_write_open_memory.c From QAT at FreeBSD.org Mon Sep 1 05:42:13 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Mon Sep 1 05:42:26 2008 Subject: cvs commit: ports/mail/xpi-displayquota Makefile distinfo In-Reply-To: <200809010526.m815QgIl084682@repoman.freebsd.org> References: In-Reply-To: <200809010526.m815QgIl084682@repoman.freebsd.org> Message-ID: <20080901054207.B30A512E434C@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/xpi-displayquota-0.2.1.1.log : building xpi-displayquota-0.2.1.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: alexbl@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/mail/xpi-displayquota Makefile ident: $FreeBSD: ports/mail/xpi-displayquota/Makefile,v 1.4 2008/09/01 05:26:42 alexbl Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Mon Sep 1 05:41:59 UTC 2008 ................................................... 9209627 4 -rw-r--r-- 1 root wheel 992 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/en-US/displayquota/displayquota.dtd 9209628 4 -rw-r--r-- 1 root wheel 595 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/en-US/displayquota/displayquota.properties 9209629 4 drwxr-xr-x 3 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE 9209630 4 drwxr-xr-x 2 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota 9209631 4 -rw-r--r-- 1 root wheel 622 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota/contents.rdf 9209632 4 -rw-r--r-- 1 root wheel 743 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota/displayquota.dtd 9209633 4 -rw-r--r-- 1 root wheel 605 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota/displayquota.properties 9209634 4 drwxr-xr-x 3 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR 9209635 4 drwxr-xr-x 2 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota 9209636 4 -rw-r--r-- 1 root wheel 622 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota/contents.rdf 9209637 4 -rw-r--r-- 1 root wheel 729 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota/displayquota.dtd 9209638 4 -rw-r--r-- 1 root wheel 590 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota/displayquota.properties 9209639 4 drwxr-xr-x 3 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP 9209640 4 drwxr-xr-x 2 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota 9209641 4 -rw-r--r-- 1 root wheel 622 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota/contents.rdf 9209642 4 -rw-r--r-- 1 root wheel 742 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota/displayquota.dtd 9209643 4 -rw-r--r-- 1 root wheel 799 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota/displayquota.properties 9209644 4 drwxr-xr-x 3 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD 9209645 4 drwxr-xr-x 2 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota 9209646 4 -rw-r--r-- 1 root wheel 622 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota/contents.rdf 9209647 4 -rw-r--r-- 1 root wheel 733 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota/displayquota.dtd 9209648 4 -rw-r--r-- 1 root wheel 592 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota/displayquota.properties 9209649 4 drwxr-xr-x 3 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ 9209650 4 drwxr-xr-x 2 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota 9209651 4 -rw-r--r-- 1 root wheel 622 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota/contents.rdf 9209652 4 -rw-r--r-- 1 root wheel 741 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota/displayquota.dtd 9209653 4 -rw-r--r-- 1 root wheel 571 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota/displayquota.properties 9209654 4 drwxr-xr-x 3 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT 9209655 4 drwxr-xr-x 2 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota 9209656 4 -rw-r--r-- 1 root wheel 622 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota/contents.rdf 9209657 4 -rw-r--r-- 1 root wheel 757 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota/displayquota.dtd 9209658 4 -rw-r--r-- 1 root wheel 611 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota/displayquota.properties 9209659 4 drwxr-xr-x 3 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT 9209660 4 drwxr-xr-x 2 root wheel 512 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota 9209661 4 -rw-r--r-- 1 root wheel 622 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota/contents.rdf 9209662 4 -rw-r--r-- 1 root wheel 780 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota/displayquota.dtd 9209663 4 -rw-r--r-- 1 root wheel 770 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota/displayquota.properties 7021734 4 -rwxr-xr-x 1 root wheel 285 Sep 1 05:42 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/package.sh.bak ================================================================ build of /usr/ports/mail/xpi-displayquota ended at Mon Sep 1 05:42:06 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From alexbl at FreeBSD.org Mon Sep 1 06:25:51 2008 From: alexbl at FreeBSD.org (Alexander Botero-Lowry) Date: Mon Sep 1 06:26:01 2008 Subject: cvs commit: ports/mail/xpi-displayquota Makefile Message-ID: <200809010625.m816Pp98091499@repoman.freebsd.org> alexbl 2008-09-01 06:25:51 UTC FreeBSD ports repository Modified files: mail/xpi-displayquota Makefile Log: - Fix build Revision Changes Path 1.5 +2 -2 ports/mail/xpi-displayquota/Makefile From QAT at FreeBSD.org Mon Sep 1 07:09:35 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Mon Sep 1 07:09:42 2008 Subject: cvs commit: ports/mail/xpi-displayquota Makefile In-Reply-To: <200809010625.m816Pp98091499@repoman.freebsd.org> References: In-Reply-To: <200809010625.m816Pp98091499@repoman.freebsd.org> Message-ID: <20080901070933.927BB12E3D84@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/xpi-displayquota-0.2.1.1.log : building xpi-displayquota-0.2.1.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: alexbl@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/mail/xpi-displayquota Makefile ident: $FreeBSD: ports/mail/xpi-displayquota/Makefile,v 1.5 2008/09/01 06:25:51 alexbl Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Mon Sep 1 07:09:28 UTC 2008 ................................................... 7161433 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/en-US/displayquota/contents.rdf 7161434 4 -rw-r--r-- 1 root wheel 992 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/en-US/displayquota/displayquota.dtd 7161435 4 -rw-r--r-- 1 root wheel 595 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/en-US/displayquota/displayquota.properties 7161436 4 drwxr-xr-x 3 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE 7161437 4 drwxr-xr-x 2 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota 7161438 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota/contents.rdf 7161439 4 -rw-r--r-- 1 root wheel 743 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota/displayquota.dtd 7161440 4 -rw-r--r-- 1 root wheel 605 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/sv-SE/displayquota/displayquota.properties 7161441 4 drwxr-xr-x 3 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR 7161442 4 drwxr-xr-x 2 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota 7161444 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota/contents.rdf 7161445 4 -rw-r--r-- 1 root wheel 729 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota/displayquota.dtd 7161446 4 -rw-r--r-- 1 root wheel 590 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-BR/displayquota/displayquota.properties 7161447 4 drwxr-xr-x 3 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP 7161448 4 drwxr-xr-x 2 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota 7161449 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota/contents.rdf 7161450 4 -rw-r--r-- 1 root wheel 742 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota/displayquota.dtd 7161453 4 -rw-r--r-- 1 root wheel 799 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ja-JP/displayquota/displayquota.properties 7161454 4 drwxr-xr-x 3 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD 7161455 4 drwxr-xr-x 2 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota 7161457 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota/contents.rdf 7161458 4 -rw-r--r-- 1 root wheel 733 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota/displayquota.dtd 7161459 4 -rw-r--r-- 1 root wheel 592 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/ca-AD/displayquota/displayquota.properties 7161461 4 drwxr-xr-x 3 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ 7161462 4 drwxr-xr-x 2 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota 7161463 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota/contents.rdf 7161464 4 -rw-r--r-- 1 root wheel 741 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota/displayquota.dtd 7161465 4 -rw-r--r-- 1 root wheel 571 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/cs-CZ/displayquota/displayquota.properties 7161466 4 drwxr-xr-x 3 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT 7161467 4 drwxr-xr-x 2 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota 7161468 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota/contents.rdf 7161469 4 -rw-r--r-- 1 root wheel 757 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota/displayquota.dtd 7161470 4 -rw-r--r-- 1 root wheel 611 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/pt-PT/displayquota/displayquota.properties 7161471 4 drwxr-xr-x 3 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT 7161473 4 drwxr-xr-x 2 root wheel 512 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota 7161474 4 -rw-r--r-- 1 root wheel 622 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota/contents.rdf 7161475 4 -rw-r--r-- 1 root wheel 780 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota/displayquota.dtd 7161478 4 -rw-r--r-- 1 root wheel 770 Sep 1 07:09 usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/locale.old/it-IT/displayquota/displayquota.properties ================================================================ build of /usr/ports/mail/xpi-displayquota ended at Mon Sep 1 07:09:32 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From kmacy at FreeBSD.org Mon Sep 1 07:38:00 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Mon Sep 1 07:38:11 2008 Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200809010738.m817c098098631@repoman.freebsd.org> kmacy 2008-09-01 07:37:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c Log: SVN rev 182593 on 2008-09-01 07:37:41Z by kmacy fix LINT build Revision Changes Path 1.196.2.13 +17 -2 src/sys/netinet/in_pcb.c From gabor at FreeBSD.org Mon Sep 1 07:44:14 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Mon Sep 1 07:44:20 2008 Subject: cvs commit: ports/textproc/docbook-410 Makefile Message-ID: <200809010744.m817iEx9099147@repoman.freebsd.org> gabor 2008-09-01 07:44:14 UTC FreeBSD ports repository Modified files: textproc/docbook-410 Makefile Log: - Take maintainership Revision Changes Path 1.16 +1 -1 ports/textproc/docbook-410/Makefile From kmacy at FreeBSD.org Mon Sep 1 07:50:16 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Mon Sep 1 07:50:23 2008 Subject: cvs commit: src/usr.sbin/cxgbtool cxgbtool.c reg_defs_t3.c reg_defs_t3b.c version.h Message-ID: <200809010750.m817oGK6099662@repoman.freebsd.org> kmacy 2008-09-01 07:50:04 UTC FreeBSD src repository Modified files: usr.sbin/cxgbtool cxgbtool.c reg_defs_t3.c reg_defs_t3b.c version.h Log: SVN rev 182594 on 2008-09-01 07:50:04Z by kmacy Bring cxgbtool up to date with version 1.5 Obtained from: Chelsio Inc. MFC after: 3 days Revision Changes Path 1.3 +274 -664 src/usr.sbin/cxgbtool/cxgbtool.c 1.2 +1 -1 src/usr.sbin/cxgbtool/reg_defs_t3.c 1.2 +1 -1 src/usr.sbin/cxgbtool/reg_defs_t3b.c 1.2 +3 -3 src/usr.sbin/cxgbtool/version.h From clement at FreeBSD.org Mon Sep 1 08:18:28 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Mon Sep 1 08:18:35 2008 Subject: cvs commit: ports/mail/ssmtp Makefile Message-ID: <200809010818.m818ISmt003075@repoman.freebsd.org> clement 2008-09-01 08:18:28 UTC FreeBSD ports repository Modified files: mail/ssmtp Makefile Log: - Drop maintainership Revision Changes Path 1.25 +1 -1 ports/mail/ssmtp/Makefile From jadawin at FreeBSD.org Mon Sep 1 08:27:37 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Mon Sep 1 08:27:44 2008 Subject: cvs commit: ports/audio/ampache Makefile distinfo pkg-plist Message-ID: <200809010827.m818Rbh1003857@repoman.freebsd.org> jadawin 2008-09-01 08:27:37 UTC FreeBSD ports repository Modified files: audio/ampache Makefile distinfo pkg-plist Log: - Update to 3.4.3 PR: ports/126996 Submitter: chinsan@ Revision Changes Path 1.7 +1 -1 ports/audio/ampache/Makefile 1.5 +3 -3 ports/audio/ampache/distinfo 1.4 +2 -1 ports/audio/ampache/pkg-plist From matteo at FreeBSD.org Mon Sep 1 08:37:18 2008 From: matteo at FreeBSD.org (Matteo Riondato) Date: Mon Sep 1 08:37:24 2008 Subject: cvs commit: src/sbin/mount mount.c Message-ID: <200809010837.m818bHti004676@repoman.freebsd.org> matteo 2008-09-01 08:37:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/mount mount.c Log: SVN rev 182595 on 2008-09-01 08:37:13Z by matteo Don't return always 0. Return what we get from exec_mountprog or mount_fs. PR: bin/125154 Revision Changes Path 1.96.2.2 +1 -1 src/sbin/mount/mount.c From gerald at FreeBSD.org Mon Sep 1 09:05:46 2008 From: gerald at FreeBSD.org (Gerald Pfeifer) Date: Mon Sep 1 09:05:53 2008 Subject: cvs commit: ports/lang/gcc43 Makefile distinfo Message-ID: <200809010905.m8195kHj017294@repoman.freebsd.org> gerald 2008-09-01 09:05:46 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile distinfo Log: Update to the 20080828 snapshot of GCC 4.3.3, which is basically the GCC 4.3.2 release. Revision Changes Path 1.356 +2 -2 ports/lang/gcc43/Makefile 1.240 +18 -18 ports/lang/gcc43/distinfo From johans at FreeBSD.org Mon Sep 1 09:24:39 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Mon Sep 1 09:24:45 2008 Subject: cvs commit: ports/net-im/climm Makefile distinfo Message-ID: <200809010924.m819OcGL018761@repoman.freebsd.org> johans 2008-09-01 09:24:38 UTC FreeBSD ports repository Modified files: net-im/climm Makefile distinfo Log: Update to 0.6.3 Revision Changes Path 1.70 +1 -2 ports/net-im/climm/Makefile 1.40 +3 -3 ports/net-im/climm/distinfo From johans at FreeBSD.org Mon Sep 1 09:25:19 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Mon Sep 1 09:25:25 2008 Subject: cvs commit: ports/lang/afnix Makefile distinfo pkg-plist Message-ID: <200809010925.m819PJeQ018901@repoman.freebsd.org> johans 2008-09-01 09:25:19 UTC FreeBSD ports repository Modified files: lang/afnix Makefile distinfo pkg-plist Log: Update to 1.7.1 Revision Changes Path 1.41 +1 -1 ports/lang/afnix/Makefile 1.26 +3 -3 ports/lang/afnix/distinfo 1.15 +2 -1 ports/lang/afnix/pkg-plist From rafan at FreeBSD.org Mon Sep 1 09:30:38 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Mon Sep 1 09:30:45 2008 Subject: cvs commit: ports/math/pari Makefile distinfo pkg-plist pkg-plist.emacs.noperl pkg-plist.emacs.perl pkg-plist.perl Message-ID: <200809010930.m819UcVL019311@repoman.freebsd.org> rafan 2008-09-01 09:30:38 UTC FreeBSD ports repository Modified files: math/pari Makefile distinfo pkg-plist Removed files: math/pari pkg-plist.emacs.noperl pkg-plist.emacs.perl pkg-plist.perl Log: - Update to 2.3.4 PR: ports/126992 Submitted by: Yoshiaki Uchikawa - Eliminate the need of different plist files by using PLIST_SUB Revision Changes Path 1.44 +13 -12 ports/math/pari/Makefile 1.18 +3 -3 ports/math/pari/distinfo 1.19 +12 -2 ports/math/pari/pkg-plist 1.2 +0 -86 ports/math/pari/pkg-plist.emacs.noperl (dead) 1.2 +0 -89 ports/math/pari/pkg-plist.emacs.perl (dead) 1.2 +0 -80 ports/math/pari/pkg-plist.perl (dead) From des at FreeBSD.org Mon Sep 1 09:40:39 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Mon Sep 1 09:40:51 2008 Subject: cvs commit: doc/share/pgpkeys des.key Message-ID: <200809010940.m819edQY020113@repoman.freebsd.org> des 2008-09-01 09:40:39 UTC FreeBSD doc repository (src,ports committer) Modified files: share/pgpkeys des.key Log: Extend the key's lifetime and change the primary UID. Revision Changes Path 1.11 +190 -141 doc/share/pgpkeys/des.key From pjd at FreeBSD.org Mon Sep 1 10:11:50 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Mon Sep 1 10:12:02 2008 Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200809011011.m81ABol3023656@repoman.freebsd.org> pjd 2008-09-01 10:11:39 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: SVN rev 182596 on 2008-09-01 10:11:39Z by pjd When setting error to EINVAL in 'fvp == tdvp' case, jump to out label, because if not, the error will be later overwritten by mac_vnode_check_rename_to() call. Reviewed by: rwatson Revision Changes Path 1.457 +3 -1 src/sys/kern/vfs_syscalls.c From des at des.no Mon Sep 1 10:14:03 2008 From: des at des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) Date: Mon Sep 1 10:14:15 2008 Subject: cvs commit: src/sys/netinet sctp_timer.c sctp_timer.h In-Reply-To: <87tzd4n6z8.fsf@kobe.laptop> (Giorgos Keramidas's message of "Fri, 29 Aug 2008 00:51:39 +0300") References: <200808282031.m7SKVUdD076580@repoman.freebsd.org> <87tzd4n6z8.fsf@kobe.laptop> Message-ID: <86abes9nrp.fsf@ds4.des.no> Giorgos Keramidas writes: > Randall Stewart writes: > > ok, non static the function and put in the .h so when we do INVARANT > > compile the compiler will not dis the function that is not used. Hmm > > maybe I should have made it ifndef INVARIANTs.. Why did you commit this patch when you already knew of a better (and trivial) alternative? > gcc should be smart enough to throw away the non-static function if > SCTP is built into the kernel (and not as a module) *and* there are no > external references from other parts of the source. Absolutely not - gcc has no way of knowing that the function isn't used by something else (like a loadable module) that is linked into the kernel at a later time. DES -- Dag-Erling Sm?rgrav - des@des.no From johans at FreeBSD.org Mon Sep 1 10:18:28 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Mon Sep 1 10:18:40 2008 Subject: cvs commit: ports/security/xmlsec1 Makefile Message-ID: <200809011018.m81AIRsI024206@repoman.freebsd.org> johans 2008-09-01 10:18:27 UTC FreeBSD ports repository Modified files: security/xmlsec1 Makefile Log: On FreeBSD, at least, the CLOCKS_PER_SEC is defined as 128. Integer-divided by 1000 this means a sure zero, which brings up a compiler warning -- a good thing. The patch fixes the problem while maintaining compatibility for all. Submitted by: mi Revision Changes Path 1.24 +5 -3 ports/security/xmlsec1/Makefile From koitsu at FreeBSD.org Mon Sep 1 10:21:54 2008 From: koitsu at FreeBSD.org (Jeremy Chadwick) Date: Mon Sep 1 10:22:05 2008 Subject: cvs commit: ports/www/p5-Markup-Perl Makefile distinfo pkg-descr pkg-plist Message-ID: <200809011021.m81ALsOr024563@repoman.freebsd.org> koitsu 2008-09-01 10:21:54 UTC FreeBSD ports repository Added files: www/p5-Markup-Perl Makefile distinfo pkg-descr pkg-plist Log: This perl module allows the embedding of perl code within CGI scripts using simple tags, and , to begin and end perl parsing. Once the perl module is included via "use", all text gets output to stdout except for code within the above tags. Despite what's in the CPAN README, this module does not require Filter::Simple, only CGI.pm. WWW: http://search.cpan.org/~mmathews/Markup-Perl/ Tindy testing by: itetcu Revision Changes Path 1.1 +26 -0 ports/www/p5-Markup-Perl/Makefile (new) 1.1 +3 -0 ports/www/p5-Markup-Perl/distinfo (new) 1.1 +9 -0 ports/www/p5-Markup-Perl/pkg-descr (new) 1.1 +6 -0 ports/www/p5-Markup-Perl/pkg-plist (new) From miwi at FreeBSD.org Mon Sep 1 11:07:28 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Sep 1 11:09:47 2008 Subject: cvs commit: ports/x11-drivers/xf86-video-openchrome Makefile distinfo Message-ID: <200809011107.m81B7SxY029640@repoman.freebsd.org> miwi 2008-09-01 11:07:28 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-openchrome Makefile distinfo Log: - Update to 0.2.903 - Remove 5.X support Revision Changes Path 1.10 +2 -8 ports/x11-drivers/xf86-video-openchrome/Makefile 1.4 +3 -3 ports/x11-drivers/xf86-video-openchrome/distinfo From miwi at FreeBSD.org Mon Sep 1 11:07:56 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Sep 1 11:10:03 2008 Subject: cvs commit: ports/x11-drivers/xf86-video-nv Makefile distinfo Message-ID: <200809011107.m81B7uGc029705@repoman.freebsd.org> miwi 2008-09-01 11:07:56 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-nv Makefile distinfo Log: - Update to 2.1.11 Revision Changes Path 1.12 +1 -1 ports/x11-drivers/xf86-video-nv/Makefile 1.10 +3 -3 ports/x11-drivers/xf86-video-nv/distinfo From erwin at FreeBSD.org Mon Sep 1 11:27:24 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Mon Sep 1 11:27:35 2008 Subject: cvs commit: CVSROOT access Message-ID: <200809011127.m81BRNce031318@repoman.freebsd.org> erwin 2008-09-01 11:27:23 UTC FreeBSD ports repository Modified files: . access Log: Take mikeh and aarons commit bits in for safekeeping Submitted by: The Grim Reaper Approved by: portmgr Revision Changes Path 1.849 +0 -2 CVSROOT/access From koitsu at FreeBSD.org Mon Sep 1 11:40:47 2008 From: koitsu at FreeBSD.org (Jeremy Chadwick) Date: Mon Sep 1 11:40:54 2008 Subject: cvs commit: ports/www/p5-Markup-Perl Makefile Message-ID: <200809011140.m81Bekad032417@repoman.freebsd.org> koitsu 2008-09-01 11:40:46 UTC FreeBSD ports repository Modified files: www/p5-Markup-Perl Makefile Log: - Fixup: only require p5-CGI.pm if perl version is < 5.8.5. Earlier perl releases do include CGI.pm, but that version is fairly buggy. Revision Changes Path 1.2 +7 -3 ports/www/p5-Markup-Perl/Makefile From girgen at FreeBSD.org Mon Sep 1 11:59:13 2008 From: girgen at FreeBSD.org (Palle Girgensohn) Date: Mon Sep 1 11:59:24 2008 Subject: cvs commit: ports/databases/postgresql81-server Makefile ports/databases/postgresql83-server Makefile Message-ID: <200809011159.m81BxCGr033786@repoman.freebsd.org> girgen 2008-09-01 11:59:12 UTC FreeBSD ports repository Modified files: databases/postgresql81-server Makefile databases/postgresql83-server Makefile Log: Fix missed commit when updating ICU patch to chase update of autoconf 2.61 -> 2.62 Revision Changes Path 1.179 +1 -1 ports/databases/postgresql81-server/Makefile 1.188 +1 -1 ports/databases/postgresql83-server/Makefile From ticso at FreeBSD.org Mon Sep 1 12:32:53 2008 From: ticso at FreeBSD.org (Bernd Walter) Date: Mon Sep 1 12:32:59 2008 Subject: cvs commit: src/usr.sbin/lpr/lpd recvjob.c Message-ID: <200809011232.m81CWq6W037705@repoman.freebsd.org> ticso 2008-09-01 12:32:40 UTC FreeBSD src repository Modified files: usr.sbin/lpr/lpd recvjob.c Log: SVN rev 182599 on 2008-09-01 12:32:40Z by ticso use bigger local variable to calculate free space int overflows at 1T free space Revision Changes Path 1.33 +1 -1 src/usr.sbin/lpr/lpd/recvjob.c From kib at FreeBSD.org Mon Sep 1 13:18:24 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Mon Sep 1 13:18:35 2008 Subject: cvs commit: src/sys/fs/msdosfs msdosfs_fat.c Message-ID: <200809011318.m81DINfA052112@repoman.freebsd.org> kib 2008-09-01 13:18:16 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c Log: SVN rev 182600 on 2008-09-01 13:18:16Z by kib In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were replaced by file relative sector numbers as the buffer block number when zero-padding a file during extension. Revert the change, it causes wrong blocks filled with zeroes on seeking beyond end of file. PR: kern/47628 Submitted by: tegge MFC after: 3 days Revision Changes Path 1.50 +2 -2 src/sys/fs/msdosfs/msdosfs_fat.c From bms at FreeBSD.org Mon Sep 1 13:34:41 2008 From: bms at FreeBSD.org (Bruce M Simpson) Date: Mon Sep 1 13:34:48 2008 Subject: cvs commit: ports/graphics/geomview Makefile Message-ID: <200809011334.m81DYfjP053452@repoman.freebsd.org> bms 2008-09-01 13:34:41 UTC FreeBSD ports repository (src committer) Modified files: graphics/geomview Makefile Log: fix IGNORE Revision Changes Path 1.47 +1 -1 ports/graphics/geomview/Makefile From bms at FreeBSD.org Mon Sep 1 13:35:21 2008 From: bms at FreeBSD.org (Bruce M Simpson) Date: Mon Sep 1 13:35:28 2008 Subject: cvs commit: ports/graphics/geomview Makefile Message-ID: <200809011335.m81DZLJS053597@repoman.freebsd.org> bms 2008-09-01 13:35:21 UTC FreeBSD ports repository (src committer) Modified files: graphics/geomview Makefile Log: drop maintainership Revision Changes Path 1.48 +1 -1 ports/graphics/geomview/Makefile From des at FreeBSD.org Mon Sep 1 14:16:13 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Mon Sep 1 14:16:25 2008 Subject: cvs commit: src/crypto/openssh config.h Message-ID: <200809011416.m81EGDhm057872@repoman.freebsd.org> des 2008-09-01 14:15:57 UTC FreeBSD src repository Modified files: crypto/openssh config.h Log: SVN rev 182601 on 2008-09-01 14:15:57Z by des Set SIZEOF_LONG_INT and SIZEOF_LONG_LONG_INT to plausible values. They aren't used for anything, but that's no excuse for being silly. Revision Changes Path 1.22 +2 -2 src/crypto/openssh/config.h From rafan at FreeBSD.org Mon Sep 1 14:20:49 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Mon Sep 1 14:21:10 2008 Subject: cvs commit: ports/www/p5-FCGI-Spawn Makefile distinfo Message-ID: <200809011420.m81EKn9O058264@repoman.freebsd.org> rafan 2008-09-01 14:20:49 UTC FreeBSD ports repository Modified files: www/p5-FCGI-Spawn Makefile distinfo Log: - Update to 0.13 PR: ports/127007 Submitted by: Peter Vereshagin (maintainer) Revision Changes Path 1.3 +1 -1 ports/www/p5-FCGI-Spawn/Makefile 1.3 +3 -3 ports/www/p5-FCGI-Spawn/distinfo From rafan at FreeBSD.org Mon Sep 1 14:26:36 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Mon Sep 1 14:26:42 2008 Subject: cvs commit: ports/cad/netgen/files patch-libsrc::makefile.mach.FREEBSD patch-libsrc_makefile.mach.FREEBSD Message-ID: <200809011426.m81EQaHE058732@repoman.freebsd.org> rafan 2008-09-01 14:26:36 UTC FreeBSD ports repository Added files: cad/netgen/files patch-libsrc_makefile.mach.FREEBSD Removed files: cad/netgen/files patch-libsrc::makefile.mach.FREEBSD Log: - Rename for the upcoming patch (PR 127016) Revision Changes Path 1.5 +0 -22 ports/cad/netgen/files/patch-libsrc::makefile.mach.FREEBSD (dead) 1.1 +22 -0 ports/cad/netgen/files/patch-libsrc_makefile.mach.FREEBSD (new) From rafan at FreeBSD.org Mon Sep 1 14:27:08 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Mon Sep 1 14:27:20 2008 Subject: cvs commit: ports/cad/netgen/files patch-libsrc_makefile.mach.FREEBSD Message-ID: <200809011427.m81ER8VG058798@repoman.freebsd.org> rafan 2008-09-01 14:27:08 UTC FreeBSD ports repository Modified files: cad/netgen/files patch-libsrc_makefile.mach.FREEBSD Log: - Fix patching PR: ports/127016 Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.2 +6 -12 ports/cad/netgen/files/patch-libsrc_makefile.mach.FREEBSD From rafan at FreeBSD.org Mon Sep 1 14:41:51 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Mon Sep 1 14:41:58 2008 Subject: cvs commit: ports/cad/netgen/files patch-ngtcltk::ngappinit.cpp patch-ngtcltk_ngappinit.cpp Message-ID: <200809011441.m81EfpXK060005@repoman.freebsd.org> rafan 2008-09-01 14:41:51 UTC FreeBSD ports repository Added files: cad/netgen/files patch-ngtcltk_ngappinit.cpp Removed files: cad/netgen/files patch-ngtcltk::ngappinit.cpp Log: - Rename for the upcoming patch Revision Changes Path 1.4 +0 -35 ports/cad/netgen/files/patch-ngtcltk::ngappinit.cpp (dead) 1.1 +35 -0 ports/cad/netgen/files/patch-ngtcltk_ngappinit.cpp (new) From obrien at FreeBSD.org Mon Sep 1 15:04:47 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 15:04:59 2008 Subject: cvs commit: src/usr.bin/netstat inet.c main.c netstat.h route.c Message-ID: <200809011504.m81F4iK2062788@repoman.freebsd.org> obrien 2008-09-01 15:04:38 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c main.c netstat.h route.c Log: SVN rev 182602 on 2008-09-01 15:04:38Z by obrien Minimize changes CURRENT<->releng7. Revision Changes Path 1.86 +4 -5 src/usr.bin/netstat/inet.c 1.90 +1 -1 src/usr.bin/netstat/main.c 1.55 +1 -1 src/usr.bin/netstat/netstat.h 1.91 +2 -2 src/usr.bin/netstat/route.c From obrien at FreeBSD.org Mon Sep 1 15:05:30 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 15:05:41 2008 Subject: cvs commit: src/usr.bin/netstat Makefile bpf.c inet.c pfkey.c route.c sctp.c Message-ID: <200809011505.m81F5UwC062968@repoman.freebsd.org> obrien 2008-09-01 15:05:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/netstat Makefile bpf.c inet.c pfkey.c route.c sctp.c Log: SVN rev 182603 on 2008-09-01 15:05:19Z by obrien MFC: r182602: Minimize changes CURRENT<->releng7. Revision Changes Path 1.39.2.1 +1 -0 src/usr.bin/netstat/Makefile 1.9.2.2 +2 -2 src/usr.bin/netstat/bpf.c 1.78.2.4 +2 -2 src/usr.bin/netstat/inet.c 1.5.2.2 +6 -3 src/usr.bin/netstat/pfkey.c 1.82.2.7 +8 -7 src/usr.bin/netstat/route.c 1.7.2.3 +4 -4 src/usr.bin/netstat/sctp.c From obrien at FreeBSD.org Mon Sep 1 15:10:31 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 15:10:43 2008 Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200809011510.m81FASkS063370@repoman.freebsd.org> obrien 2008-09-01 15:10:03 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: SVN rev 182605 on 2008-09-01 15:10:03Z by obrien Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL. Revision Changes Path 1.158 +1 -2 src/usr.sbin/syslogd/syslogd.c From chinsan at FreeBSD.org Mon Sep 1 15:14:34 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Mon Sep 1 15:14:46 2008 Subject: cvs commit: ports/graphics/p5-Graphics-Primitive-Driver-Cairo Makefile distinfo Message-ID: <200809011514.m81FEXRa063699@repoman.freebsd.org> chinsan 2008-09-01 15:14:33 UTC FreeBSD ports repository Modified files: graphics/p5-Graphics-Primitive-Driver-Cairo Makefile distinfo Log: - Update to 0.20 Revision Changes Path 1.2 +1 -1 ports/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile 1.2 +3 -3 ports/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo From chinsan at FreeBSD.org Mon Sep 1 15:15:55 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Mon Sep 1 15:16:01 2008 Subject: cvs commit: ports/graphics/p5-Image-Pngslimmer Makefile distinfo Message-ID: <200809011515.m81FFsE2063865@repoman.freebsd.org> chinsan 2008-09-01 15:15:54 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Pngslimmer Makefile distinfo Log: - Update to 0.29 Revision Changes Path 1.16 +1 -1 ports/graphics/p5-Image-Pngslimmer/Makefile 1.14 +3 -3 ports/graphics/p5-Image-Pngslimmer/distinfo From rafan at FreeBSD.org Mon Sep 1 15:21:14 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Mon Sep 1 15:21:26 2008 Subject: cvs commit: ports/cad/netgen/files patch-ngtcltk_ngappinit.cpp Message-ID: <200809011521.m81FLEKx064320@repoman.freebsd.org> rafan 2008-09-01 15:21:14 UTC FreeBSD ports repository Modified files: cad/netgen/files patch-ngtcltk_ngappinit.cpp Log: - Fix build by comment out some code according to README.INSTALL Revision Changes Path 1.2 +14 -4 ports/cad/netgen/files/patch-ngtcltk_ngappinit.cpp From chinsan at FreeBSD.org Mon Sep 1 15:22:28 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Mon Sep 1 15:22:34 2008 Subject: cvs commit: ports/astro/gkrellmoon Makefile Message-ID: <200809011522.m81FMSuX064435@repoman.freebsd.org> chinsan 2008-09-01 15:22:28 UTC FreeBSD ports repository Modified files: astro/gkrellmoon Makefile Log: - Update PORTSCOUT Noticed by: miwi Revision Changes Path 1.15 +1 -1 ports/astro/gkrellmoon/Makefile From fjoe at FreeBSD.org Mon Sep 1 15:31:11 2008 From: fjoe at FreeBSD.org (Max Khon) Date: Mon Sep 1 15:31:23 2008 Subject: cvs commit: ports/x11-toolkits/wxgtk28 Makefile Message-ID: <200809011531.m81FVBWR065108@repoman.freebsd.org> fjoe 2008-09-01 15:31:10 UTC FreeBSD ports repository Modified files: x11-toolkits/wxgtk28 Makefile Log: - Build with --enable-graphics_ctx - Bump PORTREVISION PR: 126583 Revision Changes Path 1.46 +4 -3 ports/x11-toolkits/wxgtk28/Makefile From sam at freebsd.org Mon Sep 1 15:54:25 2008 From: sam at freebsd.org (Sam Leffler) Date: Mon Sep 1 15:54:36 2008 Subject: cvs commit: src/sys/dev/cxgb/ulp/toecore toedev.c src/sys/netinet tcp_offload.c toedev.h In-Reply-To: <200809010531.m815VOf0085178@repoman.freebsd.org> References: <200809010531.m815VOf0085178@repoman.freebsd.org> Message-ID: <48BC102C.3080508@freebsd.org> Kip Macy wrote: > kmacy 2008-09-01 05:30:22 UTC > > FreeBSD src repository > > Modified files: > sys/dev/cxgb/ulp/toecore toedev.c > sys/netinet tcp_offload.c toedev.h > Log: > SVN rev 182591 on 2008-09-01 05:30:22Z by kmacy > > Don't check if an interface can do tcp offload if there are no offload devices registered on the system. > > This appears to have an unrelated change as well: > /* > * Look up the route used for the connection to > * determine if it uses an interface capable of > * offloading the connection. > */ > - rt = rtalloc1(nam, 1 /*report*/, 0 /*ignflags*/); > + rt = rtalloc1(nam, 0 /*report*/, 0 /*ignflags*/); > if (rt) > RT_UNLOCK(rt); > else > Was that intentional? Sam From obrien at FreeBSD.org Mon Sep 1 16:09:23 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 16:09:29 2008 Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200809011609.m81G9NIZ069117@repoman.freebsd.org> obrien 2008-09-01 16:09:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/syslogd syslogd.c Log: SVN rev 182606 on 2008-09-01 16:09:07Z by obrien MFC: r174533, r182605: + Open ctty in non-blocking mode to avoid hangs during open and close(waiting for the port to drain). + Handle "*" as a priority properly. + Test what is free'ed. + Dynamically determine length vs. hardcoding it. + Free the previous message buffer (f_prevline) only after logging all the messages and just before the process exit. Also check f_prevline for NULL before using it. + The time displayed is not synchornized with the other log destinations. + Fix a comment. + Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL. Revision Changes Path 1.152.2.3 +20 -10 src/usr.sbin/syslogd/syslogd.c From obrien at FreeBSD.org Mon Sep 1 16:10:24 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 16:10:30 2008 Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200809011610.m81GANXn069284@repoman.freebsd.org> obrien 2008-09-01 16:10:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/syslogd syslogd.c Log: SVN rev 182607 on 2008-09-01 16:10:09Z by obrien MFC: r176427: Two no-op fixes to improve corretness of syslogd code: 1) Use [AP]F_LOCAL rather than [AP]F_UNIX. 2) When copying a pipe's name, use f->f_un.f_pipe.f_pname, not f->f_un.f_fname. Revision Changes Path 1.152.2.4 +4 -3 src/usr.sbin/syslogd/syslogd.c From obrien at FreeBSD.org Mon Sep 1 16:10:54 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 16:11:01 2008 Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c Message-ID: <200809011610.m81GAsZu069346@repoman.freebsd.org> obrien 2008-09-01 16:10:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/syslogd syslogd.8 syslogd.c Log: SVN rev 182608 on 2008-09-01 16:10:47Z by obrien MFC: r178986: Add -8 switch to syslogd to prevent it from mangling 8-bit data. Revision Changes Path 1.61.2.1 +19 -2 src/usr.sbin/syslogd/syslogd.8 1.152.2.5 +7 -3 src/usr.sbin/syslogd/syslogd.c From des at FreeBSD.org Mon Sep 1 16:34:15 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Mon Sep 1 16:34:21 2008 Subject: cvs commit: src/crypto/openssh/openbsd-compat fake-queue.h tree.h Message-ID: <200809011634.m81GYCot071284@repoman.freebsd.org> des 2008-09-01 16:34:02 UTC FreeBSD src repository Removed files: crypto/openssh/openbsd-compat fake-queue.h tree.h Log: SVN rev 182614 on 2008-09-01 16:34:02Z by des Remove some unused files. Revision Changes Path 1.2 +0 -584 src/crypto/openssh/openbsd-compat/fake-queue.h (dead) 1.2 +0 -667 src/crypto/openssh/openbsd-compat/tree.h (dead) From brooks at FreeBSD.org Mon Sep 1 17:15:44 2008 From: brooks at FreeBSD.org (Brooks Davis) Date: Mon Sep 1 17:15:56 2008 Subject: cvs commit: src/sys/net route.c Message-ID: <200809011715.m81HFh37085061@repoman.freebsd.org> brooks 2008-09-01 17:15:29 UTC FreeBSD src repository Modified files: sys/net route.c Log: SVN rev 182615 on 2008-09-01 17:15:29Z by brooks Wrap a line that became too long with the addition of V_. (This file contains many more unwrapped or badly wrapped lines.) Revision Changes Path 1.134 +2 -1 src/sys/net/route.c From db at FreeBSD.org Mon Sep 1 17:20:15 2008 From: db at FreeBSD.org (Diane Bruce) Date: Mon Sep 1 17:20:23 2008 Subject: cvs commit: ports/multimedia/transcode Makefile Message-ID: <200809011720.m81HKFsA085433@repoman.freebsd.org> db 2008-09-01 17:20:15 UTC FreeBSD ports repository Modified files: multimedia/transcode Makefile Log: - Fix multimedia/transcode configure failure locating libavcodec on 6.x [1] - Add @ in front of LZO REPLACE_CMD to quieten down the build a bit. PR: ports/126310 Revision Changes Path 1.111 +6 -2 ports/multimedia/transcode/Makefile From yar at FreeBSD.org Mon Sep 1 17:48:45 2008 From: yar at FreeBSD.org (Yar Tikhiy) Date: Mon Sep 1 17:48:51 2008 Subject: cvs commit: src/usr.bin/sed sed.1 Message-ID: <200809011748.m81Hmi44087648@repoman.freebsd.org> yar 2008-09-01 17:48:40 UTC FreeBSD src repository Modified files: usr.bin/sed sed.1 Log: SVN rev 182616 on 2008-09-01 17:48:40Z by yar Correct a silly typo I introduced: withing -> within. Noticed by: das Revision Changes Path 1.48 +1 -1 src/usr.bin/sed/sed.1 From obrien at FreeBSD.org Mon Sep 1 17:50:45 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 17:50:58 2008 Subject: cvs commit: src/sys/sys ioccom.h Message-ID: <200809011750.m81Hojdv087856@repoman.freebsd.org> obrien 2008-09-01 17:50:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys ioccom.h Log: SVN rev 182617 on 2008-09-01 17:50:33Z by obrien MFC: 182391: Protect _IOC's 'len' and 'inout' parameters. Revision Changes Path 1.16.2.1 +2 -2 src/sys/sys/ioccom.h From yar at FreeBSD.org Mon Sep 1 17:52:16 2008 From: yar at FreeBSD.org (Yar Tikhiy) Date: Mon Sep 1 17:52:28 2008 Subject: cvs commit: src/usr.bin/sed sed.1 Message-ID: <200809011752.m81HqGoR087984@repoman.freebsd.org> yar 2008-09-01 17:52:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/sed sed.1 Log: SVN rev 182618 on 2008-09-01 17:52:01Z by yar MFC r182616: Correct a silly typo I introduced: withing -> within. Revision Changes Path 1.46.2.2 +1 -1 src/usr.bin/sed/sed.1 From oliver at FreeBSD.org Mon Sep 1 17:55:59 2008 From: oliver at FreeBSD.org (Oliver Lehmann) Date: Mon Sep 1 17:56:06 2008 Subject: cvs commit: ports/x11-wm/xfce Makefile Message-ID: <200809011755.m81HtwoB088308@repoman.freebsd.org> oliver 2008-09-01 17:55:58 UTC FreeBSD ports repository Modified files: x11-wm/xfce Makefile Log: make it use gcc 4.2 or above instead of 4.1 only. Requested by: gerald Revision Changes Path 1.91 +1 -1 ports/x11-wm/xfce/Makefile From obrien at FreeBSD.org Mon Sep 1 17:56:06 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 17:56:15 2008 Subject: cvs commit: ports/security/pgp6 Makefile ports/security/pgp6/files patch-Make-platform patch-StPGPRefs.h patch-ag patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-aq patch-ar patch-as patch-at patch-ca patch-cmdline%keygen.c patch-cmdline%keymaint.c ... Message-ID: <200809011756.m81Hu5mg088401@repoman.freebsd.org> obrien 2008-09-01 17:56:05 UTC FreeBSD ports repository Modified files: security/pgp6 Makefile security/pgp6/files patch-ai patch-aj patch-aq patch-ar patch-as patch-at patch-ca Added files: security/pgp6/files patch-Make-platform patch-StPGPRefs.h patch-cmdline%keygen.c patch-cmdline%keymaint.c patch-cmdline%prototypes.h patch-cmdline%stubs.c patch-ldaplib%Makefile Removed files: security/pgp6/files patch-ag patch-ak patch-al patch-am patch-an Log: Fix build on FreeBSD/i386 8-CURRENT. (7.0 building with GCC 4.2) Revision Changes Path 1.51 +5 -4 ports/security/pgp6/Makefile 1.1 +10 -0 ports/security/pgp6/files/patch-Make-platform (new) 1.1 +63 -0 ports/security/pgp6/files/patch-StPGPRefs.h (new) 1.2 +0 -25 ports/security/pgp6/files/patch-ag (dead) 1.2 +14 -25 ports/security/pgp6/files/patch-ai 1.2 +11 -15 ports/security/pgp6/files/patch-aj 1.2 +0 -70 ports/security/pgp6/files/patch-ak (dead) 1.2 +0 -31 ports/security/pgp6/files/patch-al (dead) 1.2 +0 -36 ports/security/pgp6/files/patch-am (dead) 1.2 +0 -220 ports/security/pgp6/files/patch-an (dead) 1.2 +11 -15 ports/security/pgp6/files/patch-aq 1.2 +5 -8 ports/security/pgp6/files/patch-ar 1.2 +4 -6 ports/security/pgp6/files/patch-as 1.2 +9 -9 ports/security/pgp6/files/patch-at 1.2 +4 -4 ports/security/pgp6/files/patch-ca 1.1 +6 -0 ports/security/pgp6/files/patch-cmdline%keygen.c (new) 1.1 +11 -0 ports/security/pgp6/files/patch-cmdline%keymaint.c (new) 1.1 +20 -0 ports/security/pgp6/files/patch-cmdline%prototypes.h (new) 1.1 +6 -0 ports/security/pgp6/files/patch-cmdline%stubs.c (new) 1.1 +17 -0 ports/security/pgp6/files/patch-ldaplib%Makefile (new) From keramida at FreeBSD.org Mon Sep 1 17:56:31 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 17:56:43 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml mailing-lists.ent Message-ID: <200809011756.m81HuVCx088450@repoman.freebsd.org> keramida 2008-09-01 17:56:31 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml mailing-lists.ent Log: MFen: 1.59 -> 1.61 en_US.ISO8859-1/share/sgml/mailing-lists.ent Revision Changes Path 1.9 +7 -3 doc/el_GR.ISO8859-7/share/sgml/mailing-lists.ent From obrien at FreeBSD.org Mon Sep 1 18:03:22 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:03:33 2008 Subject: cvs commit: src/usr.bin Makefile Message-ID: <200809011803.m81I3LSt090086@repoman.freebsd.org> obrien 2008-09-01 18:03:09 UTC FreeBSD src repository Modified files: usr.bin Makefile Log: SVN rev 182619 on 2008-09-01 18:03:09Z by obrien Truss and gprof doesn't build for MIPS. Revision Changes Path 1.317 +3 -1 src/usr.bin/Makefile From obrien at FreeBSD.org Mon Sep 1 18:06:52 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:07:04 2008 Subject: cvs commit: src/sys/kern link_elf_obj.c Message-ID: <200809011806.m81I6qLC090412@repoman.freebsd.org> obrien 2008-09-01 18:06:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern link_elf_obj.c Log: SVN rev 182620 on 2008-09-01 18:06:44Z by obrien MFC: r180447: Improve readability and cscope searches a little bit. Revision Changes Path 1.95.2.6 +38 -38 src/sys/kern/link_elf_obj.c From obrien at FreeBSD.org Mon Sep 1 18:12:16 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:12:23 2008 Subject: cvs commit: src/sys/powerpc/conf GENERIC src/sys/sun4v/conf GENERIC Message-ID: <200809011812.m81ICGtm090924@repoman.freebsd.org> obrien 2008-09-01 18:11:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/powerpc/conf GENERIC sys/sun4v/conf GENERIC Log: SVN rev 182621 on 2008-09-01 18:11:22Z by obrien MFC: r179164: "options " spelling (vs. "options") so that commented lines line up nicely. Revision Changes Path 1.71.2.8 +2 -2 src/sys/powerpc/conf/GENERIC 1.14.2.4 +9 -9 src/sys/sun4v/conf/GENERIC From obrien at FreeBSD.org Mon Sep 1 18:18:37 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:18:44 2008 Subject: cvs commit: src/gnu/usr.bin Makefile Message-ID: <200809011818.m81IIaWl091452@repoman.freebsd.org> obrien 2008-09-01 18:18:19 UTC FreeBSD src repository Modified files: gnu/usr.bin Makefile Log: SVN rev 182622 on 2008-09-01 18:18:19Z by obrien GDB isn't building on MIPS. Temporarily disable, to revisit soon. Revision Changes Path 1.98 +5 -1 src/gnu/usr.bin/Makefile From ahze at FreeBSD.org Mon Sep 1 18:26:20 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 18:26:27 2008 Subject: cvs commit: ports/print/py-cups Makefile distinfo Message-ID: <200809011826.m81IQKxd092118@repoman.freebsd.org> ahze 2008-09-01 18:26:20 UTC FreeBSD ports repository Modified files: print/py-cups Makefile distinfo Log: Update to 1.9.42 Revision Changes Path 1.8 +1 -1 ports/print/py-cups/Makefile 1.5 +3 -3 ports/print/py-cups/distinfo From beech at FreeBSD.org Mon Sep 1 18:27:20 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Mon Sep 1 18:27:27 2008 Subject: cvs commit: ports/www/cherokee Makefile ports/www/cherokee/files cherokee.sh.in Message-ID: <200809011827.m81IRKaL092228@repoman.freebsd.org> beech 2008-09-01 18:27:20 UTC FreeBSD ports repository Modified files: www/cherokee Makefile www/cherokee/files cherokee.sh.in Log: - Add flag to detach from console on system start - Bump portrevision PR: ports/127020 Submitted by: Dulmandakh Sukhbaatar Revision Changes Path 1.46 +1 -1 ports/www/cherokee/Makefile 1.7 +2 -2 ports/www/cherokee/files/cherokee.sh.in From obrien at FreeBSD.org Mon Sep 1 18:30:02 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:30:09 2008 Subject: cvs commit: src/sys/netinet6 frag6.c icmp6.c in6.c in6_ifattach.c in6_pcb.c in6_proto.c in6_rmx.c in6_src.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c udp6_usrreq.c Message-ID: <200809011829.m81ITrgP092459@repoman.freebsd.org> obrien 2008-09-01 18:29:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 frag6.c icmp6.c in6.c in6_ifattach.c in6_pcb.c in6_proto.c in6_rmx.c in6_src.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c udp6_usrreq.c Log: SVN rev 182624 on 2008-09-01 18:29:39Z by obrien MFC: r175162: un-__P() Revision Changes Path 1.33.2.1 +5 -5 src/sys/netinet6/frag6.c 1.80.2.5 +9 -9 src/sys/netinet6/icmp6.c 1.73.2.3 +1 -1 src/sys/netinet6/in6.c 1.39.2.2 +6 -6 src/sys/netinet6/in6_ifattach.c 1.84.2.7 +1 -1 src/sys/netinet6/in6_pcb.c 1.46.2.1 +1 -1 src/sys/netinet6/in6_proto.c 1.18.2.2 +1 -1 src/sys/netinet6/in6_rmx.c 1.46.2.5 +7 -7 src/sys/netinet6/in6_src.c 1.95.2.3 +4 -4 src/sys/netinet6/ip6_input.c 1.46.2.1 +11 -11 src/sys/netinet6/ip6_mroute.c 1.109.2.8 +7 -7 src/sys/netinet6/ip6_output.c 1.31.2.1 +1 -1 src/sys/netinet6/mld6.c 1.83.2.2 +6 -6 src/sys/netinet6/nd6.c 1.47.2.1 +8 -8 src/sys/netinet6/nd6_nbr.c 1.36.2.2 +10 -10 src/sys/netinet6/nd6_rtr.c 1.73.2.8 +1 -1 src/sys/netinet6/raw_ip6.c 1.81.2.4 +1 -1 src/sys/netinet6/udp6_usrreq.c From obrien at FreeBSD.org Mon Sep 1 18:31:54 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:32:00 2008 Subject: cvs commit: src/sys/kern kern_tc.c Message-ID: <200809011831.m81IVrWT092694@repoman.freebsd.org> obrien 2008-09-01 18:31:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_tc.c Log: SVN rev 182625 on 2008-09-01 18:31:43Z by obrien MFC: r175058: Note what is too {short,long}. Revision Changes Path 1.178.2.2 +2 -2 src/sys/kern/kern_tc.c From obrien at FreeBSD.org Mon Sep 1 18:38:39 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:38:45 2008 Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c Message-ID: <200809011838.m81Icd4P093374@repoman.freebsd.org> obrien 2008-09-01 18:38:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ufs/ffs ffs_vnops.c Log: SVN rev 182626 on 2008-09-01 18:38:29Z by obrien MFC: r175053: style(9) Revision Changes Path 1.173.2.2 +17 -17 src/sys/ufs/ffs/ffs_vnops.c From ahze at FreeBSD.org Mon Sep 1 18:43:56 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 18:44:17 2008 Subject: cvs commit: ports/print/system-config-printer Makefile distinfo pkg-plist Message-ID: <200809011843.m81Ihubs093841@repoman.freebsd.org> ahze 2008-09-01 18:43:56 UTC FreeBSD ports repository Modified files: print/system-config-printer Makefile distinfo pkg-plist Log: Update to 1.0.7 Revision Changes Path 1.8 +1 -1 ports/print/system-config-printer/Makefile 1.5 +3 -3 ports/print/system-config-printer/distinfo 1.8 +3 -0 ports/print/system-config-printer/pkg-plist From obrien at FreeBSD.org Mon Sep 1 18:50:29 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:50:41 2008 Subject: cvs commit: src/contrib/gcc/config freebsd-spec.h freebsd.h src/contrib/gcc/config/mips freebsd.h src/gnu/lib/libgcc Makefile src/gnu/lib/libgomp Makefile config.h src/gnu/usr.bin/cc Makefile.tgt src/gnu/usr.bin/cc/cc_tools Makefile elfos-undef.h Message-ID: <200809011850.m81IoSV4094494@repoman.freebsd.org> obrien 2008-09-01 18:46:03 UTC FreeBSD src repository Modified files: contrib/gcc/config freebsd-spec.h freebsd.h gnu/lib/libgcc Makefile gnu/lib/libgomp Makefile config.h gnu/usr.bin/cc Makefile.tgt gnu/usr.bin/cc/cc_tools Makefile Added files: contrib/gcc/config/mips freebsd.h gnu/usr.bin/cc/cc_tools elfos-undef.h Log: SVN rev 182627 on 2008-09-01 18:46:03Z by obrien Add FreeBSD/MIPS support to GCC. Revision Changes Path 1.24 +6 -1 src/contrib/gcc/config/freebsd-spec.h 1.42 +13 -2 src/contrib/gcc/config/freebsd.h 1.1 +241 -0 src/contrib/gcc/config/mips/freebsd.h (new) 1.60 +1 -1 src/gnu/lib/libgcc/Makefile 1.3 +1 -1 src/gnu/lib/libgomp/Makefile 1.2 +1 -1 src/gnu/lib/libgomp/config.h 1.13 +3 -0 src/gnu/usr.bin/cc/Makefile.tgt 1.91 +2 -1 src/gnu/usr.bin/cc/cc_tools/Makefile 1.1 +9 -0 src/gnu/usr.bin/cc/cc_tools/elfos-undef.h (new) From ed at FreeBSD.org Mon Sep 1 18:56:07 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Mon Sep 1 18:56:14 2008 Subject: cvs commit: src/sys/dev/cpuctl cpuctl.c Message-ID: <200809011856.m81Iu7db095023@repoman.freebsd.org> ed 2008-09-01 18:56:01 UTC FreeBSD src repository Modified files: sys/dev/cpuctl cpuctl.c Log: SVN rev 182628 on 2008-09-01 18:56:01Z by ed Remove unneeded D_NEEDMINOR from cpuctl(4). The D_NEEDMINOR flag was introduced for drivers that do not actually depend on storing a device unit/minor number, but require the ability to address the cdevs by this number, which is used by clone_create(). The cpuctl(4) driver sets D_NEEDMINOR, even though it doesn't use the clone_create() API. Remove the flag, because maybe we want to get rid of it somewhere in the far future. Revision Changes Path 1.2 +0 -1 src/sys/dev/cpuctl/cpuctl.c From obrien at FreeBSD.org Mon Sep 1 18:59:24 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 18:59:35 2008 Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200809011859.m81IxNKD095297@repoman.freebsd.org> obrien 2008-09-01 18:59:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_sig.c Log: SVN rev 182629 on 2008-09-01 18:59:20Z by obrien MFC: r174756: Be more exact with sigaction SA_SIGINFO handling. Revision Changes Path 1.349.2.6 +5 -2 src/sys/kern/kern_sig.c From obrien at FreeBSD.org Mon Sep 1 19:01:25 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 19:01:32 2008 Subject: cvs commit: src/sys/sys pcpu.h Message-ID: <200809011901.m81J1Oo8095549@repoman.freebsd.org> obrien 2008-09-01 19:01:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys pcpu.h Log: SVN rev 182630 on 2008-09-01 19:01:18Z by obrien MFC: r174598: Complete merge of "add comment to pc_cp_time" to -CURRENT. Revision Changes Path 1.22.2.3 +1 -1 src/sys/sys/pcpu.h From obrien at FreeBSD.org Mon Sep 1 19:02:40 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 19:02:53 2008 Subject: cvs commit: src/sys/kern Makefile Message-ID: <200809011902.m81J2e4j095649@repoman.freebsd.org> obrien 2008-09-01 19:02:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern Makefile Log: SVN rev 182631 on 2008-09-01 19:02:27Z by obrien MFC: r174596: style.Makefile(5) Revision Changes Path 1.14.2.1 +1 -1 src/sys/kern/Makefile From ahze at FreeBSD.org Mon Sep 1 19:03:06 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 19:03:18 2008 Subject: cvs commit: ports/misc/pciids Makefile distinfo Message-ID: <200809011903.m81J36rm096754@repoman.freebsd.org> ahze 2008-09-01 19:03:06 UTC FreeBSD ports repository Modified files: misc/pciids Makefile distinfo Log: Update to 20080901 snapshot Revision Changes Path 1.16 +1 -1 ports/misc/pciids/Makefile 1.15 +3 -3 ports/misc/pciids/distinfo From loader at FreeBSD.org Mon Sep 1 19:09:30 2008 From: loader at FreeBSD.org (Fukang Chen) Date: Mon Sep 1 19:09:37 2008 Subject: cvs commit: doc/zh_CN.GB2312/share/sgml mailing-lists.ent Message-ID: <200809011909.m81J9U3r097324@repoman.freebsd.org> loader 2008-09-01 19:09:30 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/share/sgml mailing-lists.ent Log: MFen: mailing-lists.ent 1.59 -> 1.61 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.10 +7 -3 doc/zh_CN.GB2312/share/sgml/mailing-lists.ent From loader at FreeBSD.org Mon Sep 1 19:16:57 2008 From: loader at FreeBSD.org (Fukang Chen) Date: Mon Sep 1 19:17:05 2008 Subject: cvs commit: doc/zh_CN.GB2312/books/handbook/advanced-networking chapter.sgml doc/zh_CN.GB2312/books/handbook/config chapter.sgml doc/zh_CN.GB2312/books/handbook/cutting-edge chapter.sgml doc/zh_CN.GB2312/books/handbook/disks chapter.sgml doc/zh_CN.GB2312/books/handbook/eresources chapter.sgml doc/zh_CN.GB2312/books/handbook/firewalls chapter.sgml ... Message-ID: <200809011916.m81JGu8l098332@repoman.freebsd.org> loader 2008-09-01 19:16:56 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/advanced-networking chapter.sgml zh_CN.GB2312/books/handbook/config chapter.sgml zh_CN.GB2312/books/handbook/cutting-edge chapter.sgml zh_CN.GB2312/books/handbook/disks chapter.sgml zh_CN.GB2312/books/handbook/eresources chapter.sgml zh_CN.GB2312/books/handbook/firewalls chapter.sgml zh_CN.GB2312/books/handbook/geom chapter.sgml zh_CN.GB2312/books/handbook/install chapter.sgml zh_CN.GB2312/books/handbook/introduction chapter.sgml zh_CN.GB2312/books/handbook/jails chapter.sgml zh_CN.GB2312/books/handbook/kernelconfig chapter.sgml zh_CN.GB2312/books/handbook/linuxemu chapter.sgml zh_CN.GB2312/books/handbook/mac chapter.sgml zh_CN.GB2312/books/handbook/mirrors chapter.sgml zh_CN.GB2312/books/handbook/network-servers chapter.sgml zh_CN.GB2312/books/handbook/ports chapter.sgml zh_CN.GB2312/books/handbook/ppp-and-slip chapter.sgml zh_CN.GB2312/books/handbook/printing chapter.sgml zh_CN.GB2312/books/handbook/security chapter.sgml zh_CN.GB2312/books/handbook/serialcomms chapter.sgml zh_CN.GB2312/books/handbook/virtualization chapter.sgml Log: MFen: advanced-networking/chapter.sgml 1.408 -> 1.412 config/chapter.sgml 1.232 -> 1.233 cutting-edge/chapter.sgml 1.227 -> 1.228 disks/chapter.sgml 1.285 -> 1.286 eresources/chapter.sgml 1.185 -> 1.186 firewalls/chapter.sgml 1.83 -> 1.85 geom/chapter.sgml 1.41 -> 1.42 install/chapter.sgml 1.390 -> 1.390 introduction/chapter.sgml 1.123 -> 1.124 jails/chapter.sgml 1.15 -> 1.16 kernelconfig/chapter.sgml 1.184 -> 1.186 linuxemu/chapter.sgml 1.135 -> 1.136 mac/chapter.sgml 1.71 -> 1.73 mirrors/chapter.sgml 1.444 -> 1.448 network-servers/chapter.sgml 1.104 -> 1.108 ports/chapter.sgml 1.281 -> 1.282 ppp-and-slip/chapter.sgml 1.180 -> 1.183 printing/chapter.sgml 1.114 -> 1.120 security/chapter.sgml 1.321 -> 1.330 serialcomms/chapter.sgml 1.128 -> 1.130 virtualization/chapter.sgml 1.16 -> 1.17 Obtained from: The FreeBSD Simplified Chinese Project Merging work done by: delphij, loader Revision Changes Path 1.21 +21 -6 doc/zh_CN.GB2312/books/handbook/advanced-networking/chapter.sgml 1.21 +17 -15 doc/zh_CN.GB2312/books/handbook/config/chapter.sgml 1.10 +3 -2 doc/zh_CN.GB2312/books/handbook/cutting-edge/chapter.sgml 1.23 +3 -3 doc/zh_CN.GB2312/books/handbook/disks/chapter.sgml 1.11 +27 -1 doc/zh_CN.GB2312/books/handbook/eresources/chapter.sgml 1.18 +3 -3 doc/zh_CN.GB2312/books/handbook/firewalls/chapter.sgml 1.17 +8 -8 doc/zh_CN.GB2312/books/handbook/geom/chapter.sgml 1.32 +1 -1 doc/zh_CN.GB2312/books/handbook/install/chapter.sgml 1.16 +119 -100 doc/zh_CN.GB2312/books/handbook/introduction/chapter.sgml 1.9 +20 -20 doc/zh_CN.GB2312/books/handbook/jails/chapter.sgml 1.20 +44 -2 doc/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml 1.12 +2 -2 doc/zh_CN.GB2312/books/handbook/linuxemu/chapter.sgml 1.12 +43 -43 doc/zh_CN.GB2312/books/handbook/mac/chapter.sgml 1.22 +16 -13 doc/zh_CN.GB2312/books/handbook/mirrors/chapter.sgml 1.20 +36 -26 doc/zh_CN.GB2312/books/handbook/network-servers/chapter.sgml 1.21 +11 -11 doc/zh_CN.GB2312/books/handbook/ports/chapter.sgml 1.14 +7 -6 doc/zh_CN.GB2312/books/handbook/ppp-and-slip/chapter.sgml 1.15 +272 -265 doc/zh_CN.GB2312/books/handbook/printing/chapter.sgml 1.25 +296 -761 doc/zh_CN.GB2312/books/handbook/security/chapter.sgml 1.15 +11 -24 doc/zh_CN.GB2312/books/handbook/serialcomms/chapter.sgml 1.7 +2 -1 doc/zh_CN.GB2312/books/handbook/virtualization/chapter.sgml From ahze at FreeBSD.org Mon Sep 1 19:21:48 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 19:21:54 2008 Subject: cvs commit: ports/multimedia/gstreamer-plugins-good pkg-plist ports/multimedia/gstreamer-plugins Makefile Makefile.common distinfo Message-ID: <200809011921.m81JLmUJ098780@repoman.freebsd.org> ahze 2008-09-01 19:21:48 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-good pkg-plist multimedia/gstreamer-plugins Makefile Makefile.common distinfo Log: Update ugly plugins to 0.10.9 and good plugins to 0.10.10 Revision Changes Path 1.10 +1 -0 ports/multimedia/gstreamer-plugins-good/pkg-plist 1.131 +2 -2 ports/multimedia/gstreamer-plugins/Makefile 1.73 +2 -2 ports/multimedia/gstreamer-plugins/Makefile.common 1.43 +6 -6 ports/multimedia/gstreamer-plugins/distinfo From obrien at FreeBSD.org Mon Sep 1 19:23:15 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 19:23:22 2008 Subject: cvs commit: src/sys/netinet6 dest6.c frag6.c icmp6.c in6.c in6.h in6_cksum.c in6_gif.c in6_gif.h in6_ifattach.c in6_ifattach.h in6_pcb.c in6_pcb.h in6_proto.c in6_rmx.c in6_src.c in6_var.h ip6_ecn.h ip6_forward.c ip6_id.c ip6_input.c ip6_ipsec.c ... Message-ID: <200809011923.m81JNDDk099041@repoman.freebsd.org> obrien 2008-09-01 19:23:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 dest6.c frag6.c icmp6.c in6.c in6.h in6_cksum.c in6_gif.c in6_gif.h in6_ifattach.c in6_ifattach.h in6_pcb.c in6_pcb.h in6_proto.c in6_rmx.c in6_src.c in6_var.h ip6_ecn.h ip6_forward.c ip6_id.c ip6_input.c ip6_ipsec.c ip6_ipsec.h ip6_mroute.c ip6_mroute.h ip6_output.c ip6_var.h ip6protosw.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c pim6.h pim6_var.h raw_ip6.c raw_ip6.h route6.c scope6.c scope6_var.h sctp6_usrreq.c sctp6_var.h tcp6_var.h udp6_usrreq.c udp6_var.h Log: SVN rev 182632 on 2008-09-01 19:23:04Z by obrien MFC: r174510: Clean up VCS Ids. Revision Changes Path 1.11.2.1 +5 -3 src/sys/netinet6/dest6.c 1.33.2.2 +5 -3 src/sys/netinet6/frag6.c 1.80.2.6 +5 -3 src/sys/netinet6/icmp6.c 1.73.2.4 +5 -3 src/sys/netinet6/in6.c 1.51.2.1 +3 -3 src/sys/netinet6/in6.h 1.16.2.1 +5 -3 src/sys/netinet6/in6_cksum.c 1.29.2.1 +5 -3 src/sys/netinet6/in6_gif.c 1.7.10.1 +3 -3 src/sys/netinet6/in6_gif.h 1.39.2.3 +5 -3 src/sys/netinet6/in6_ifattach.c 1.7.2.1 +3 -3 src/sys/netinet6/in6_ifattach.h 1.84.2.8 +4 -3 src/sys/netinet6/in6_pcb.c 1.19.2.3 +2 -3 src/sys/netinet6/in6_pcb.h 1.46.2.2 +5 -3 src/sys/netinet6/in6_proto.c 1.18.2.3 +5 -3 src/sys/netinet6/in6_rmx.c 1.46.2.6 +5 -3 src/sys/netinet6/in6_src.c 1.31.2.1 +3 -3 src/sys/netinet6/in6_var.h 1.6.10.1 +3 -3 src/sys/netinet6/ip6_ecn.h 1.40.2.1 +5 -3 src/sys/netinet6/ip6_forward.c 1.8.2.1 +7 -4 src/sys/netinet6/ip6_id.c 1.95.2.4 +5 -3 src/sys/netinet6/ip6_input.c 1.6.2.4 +3 -2 src/sys/netinet6/ip6_ipsec.c 1.2.2.2 +1 -1 src/sys/netinet6/ip6_ipsec.h 1.46.2.2 +7 -6 src/sys/netinet6/ip6_mroute.c 1.12.2.1 +3 -3 src/sys/netinet6/ip6_mroute.h 1.109.2.9 +5 -3 src/sys/netinet6/ip6_output.c 1.39.2.5 +3 -3 src/sys/netinet6/ip6_var.h 1.13.10.1 +3 -5 src/sys/netinet6/ip6protosw.h 1.31.2.2 +5 -3 src/sys/netinet6/mld6.c 1.7.2.1 +3 -3 src/sys/netinet6/mld6_var.h 1.83.2.3 +5 -3 src/sys/netinet6/nd6.c 1.21.2.1 +3 -3 src/sys/netinet6/nd6.h 1.47.2.2 +5 -3 src/sys/netinet6/nd6_nbr.c 1.36.2.3 +5 -3 src/sys/netinet6/nd6_rtr.c 1.3.10.1 +3 -3 src/sys/netinet6/pim6.h 1.5.2.1 +6 -6 src/sys/netinet6/pim6_var.h 1.73.2.9 +3 -2 src/sys/netinet6/raw_ip6.c 1.2.10.1 +3 -3 src/sys/netinet6/raw_ip6.h 1.14.2.1 +5 -3 src/sys/netinet6/route6.c 1.17.2.1 +5 -3 src/sys/netinet6/scope6.c 1.5.2.1 +3 -3 src/sys/netinet6/scope6_var.h 1.41.2.5 +1 -1 src/sys/netinet6/sctp6_usrreq.c 1.8.2.2 +2 -0 src/sys/netinet6/sctp6_var.h 1.7.10.1 +0 -2 src/sys/netinet6/tcp6_var.h 1.81.2.5 +6 -4 src/sys/netinet6/udp6_usrreq.c 1.9.2.1 +1 -2 src/sys/netinet6/udp6_var.h From brooks at FreeBSD.org Mon Sep 1 19:25:44 2008 From: brooks at FreeBSD.org (Brooks Davis) Date: Mon Sep 1 19:25:50 2008 Subject: cvs commit: src/sys/netinet tcp_hostcache.c Message-ID: <200809011925.m81JPhk5099276@repoman.freebsd.org> brooks 2008-09-01 19:25:27 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: SVN rev 182633 on 2008-09-01 19:25:27Z by brooks Wrap an 81 column SYSCTL_NODE decleration. Obtained from: //depot/projects/vimage-commit2/... Revision Changes Path 1.22 +2 -1 src/sys/netinet/tcp_hostcache.c From ahze at FreeBSD.org Mon Sep 1 19:25:52 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 19:26:06 2008 Subject: cvs commit: ports/net-im/loudmouth Makefile distinfo Message-ID: <200809011925.m81JPoSV099312@repoman.freebsd.org> ahze 2008-09-01 19:25:50 UTC FreeBSD ports repository Modified files: net-im/loudmouth Makefile distinfo Log: Update to 1.4.2 Revision Changes Path 1.45 +1 -1 ports/net-im/loudmouth/Makefile 1.26 +3 -3 ports/net-im/loudmouth/distinfo From pav at FreeBSD.org Mon Sep 1 19:27:05 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Mon Sep 1 19:27:17 2008 Subject: cvs commit: ports/security/samhain Makefile Message-ID: <200809011927.m81JR5HC099423@repoman.freebsd.org> pav 2008-09-01 19:27:05 UTC FreeBSD ports repository Modified files: security/samhain Makefile Log: - Mark BROKEN on amd64 Revision Changes Path 1.57 +1 -0 ports/security/samhain/Makefile From jadawin at FreeBSD.org Mon Sep 1 19:45:05 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Mon Sep 1 19:45:10 2008 Subject: cvs commit: ports/converters/chmview Makefile ports/converters/chmview/files patch-aa patch-bb Message-ID: <200809011945.m81Jj4u5001074@repoman.freebsd.org> jadawin 2008-09-01 19:45:04 UTC FreeBSD ports repository Modified files: converters/chmview Makefile converters/chmview/files patch-aa Added files: converters/chmview/files patch-bb Log: - Fix build on amd64 PR: ports/126653 Submitted by: Valerio Daelli Revision Changes Path 1.7 +2 -6 ports/converters/chmview/Makefile 1.3 +51 -7 ports/converters/chmview/files/patch-aa 1.1 +23 -0 ports/converters/chmview/files/patch-bb (new) From dougb at FreeBSD.org Mon Sep 1 19:58:02 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Sep 1 19:58:14 2008 Subject: cvs commit: ports/dns/fpdns Makefile Message-ID: <200809011958.m81Jw2f1002293@repoman.freebsd.org> dougb 2008-09-01 19:58:02 UTC FreeBSD ports repository Modified files: dns/fpdns Makefile Log: Master site has moved to google code. Revision Changes Path 1.7 +1 -1 ports/dns/fpdns/Makefile From des at FreeBSD.org Mon Sep 1 20:06:56 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Mon Sep 1 20:08:57 2008 Subject: cvs commit: src/crypto/openssh ChangeLog FREEBSD-Xlist FREEBSD-tricks FREEBSD-upgrade FREEBSD-vendor INSTALL LICENCE Makefile.in Makefile.inc PROTOCOL PROTOCOL.agent README README.platform addrmatch.c atomicio.c audit-bsm.c auth-bsdauth.c ... Message-ID: <200809012006.m81K6uaQ004879@repoman.freebsd.org> des 2008-09-01 20:03:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) crypto/openssh ChangeLog FREEBSD-Xlist FREEBSD-tricks FREEBSD-upgrade INSTALL LICENCE README README.platform atomicio.c audit-bsm.c auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c auth-options.h auth-pam.c auth-pam.h auth-passwd.c auth-rhosts.c auth-rsa.c auth-shadow.c auth-sia.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-pubkey.c auth2.c bufaux.c bufbn.c buffer.h canohost.c channels.c channels.h cipher-3des1.c cipher-bf1.c cipher-ctr.c clientloop.c clientloop.h compat.c compat.h config.h defines.h dh.c dh.h dns.c entropy.c groupaccess.c groupaccess.h gss-genr.c gss-serv.c includes.h kex.c kex.h key.c key.h log.c log.h loginrec.c mac.c mac.h match.c match.h misc.c misc.h moduli moduli.c monitor.c monitor.h monitor_fdpass.c monitor_fdpass.h monitor_mm.h monitor_wrap.c monitor_wrap.h myproposal.h nchan.c packet.c packet.h readconf.c readconf.h scard-opensc.c scp.1 scp.c servconf.c servconf.h serverloop.c session.c session.h sftp-client.c sftp-client.h sftp-server.8 sftp-server.c sftp.1 sftp.c sftp.h ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-gss.h ssh-keygen.1 ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh-keysign.8 ssh-rand-helper.8 ssh-rand-helper.c ssh.1 ssh.c ssh_config ssh_config.5 ssh_namespace.h sshconnect.c sshconnect.h sshconnect2.c sshd.8 sshd.c sshd_config sshd_config.5 sshlogin.c sshpty.c sshpty.h sshtty.c ttymodes.c version.c version.h crypto/openssh/openbsd-compat base64.c bindresvport.c bsd-arc4random.c bsd-asprintf.c bsd-cray.c bsd-cygwin_util.c bsd-getpeereid.c bsd-misc.c bsd-snprintf.c fake-rfc2553.c fake-rfc2553.h getrrsetbyname.c getrrsetbyname.h glob.c glob.h openbsd-compat.h openssl-compat.c openssl-compat.h port-aix.c port-aix.h port-linux.c port-linux.h port-tun.c port-uw.c port-uw.h rresvport.c setenv.c setproctitle.c sigact.c sys-queue.h sys-tree.h xcrypt.c xmmap.c secure/lib/libssh Makefile secure/libexec/sftp-server Makefile secure/usr.bin/ssh Makefile secure/usr.sbin/sshd Makefile Added files: (Branch: RELENG_7) crypto/openssh FREEBSD-vendor PROTOCOL PROTOCOL.agent addrmatch.c config.h.in moduli.5 mux.c sftp-server-main.c umac.c umac.h crypto/openssh/openbsd-compat bsd-poll.c bsd-poll.h bsd-statvfs.c bsd-statvfs.h fmt_scaled.c Removed files: (Branch: RELENG_7) crypto/openssh Makefile.in Makefile.inc buildpkg.sh.in config.sub configure.ac install-sh mdoc2man.awk nchan.ms nchan2.ms openssh.xml.in opensshd.init.in ssh_prng_cmds.in survey.sh.in crypto/openssh/openbsd-compat Makefile.in fake-queue.h tree.h crypto/openssh/openbsd-compat/regress Makefile.in closefromtest.c snprintftest.c strduptest.c strtonumtest.c crypto/openssh/regress Makefile README.regress agent-getpeereid.sh agent-ptrace.sh agent-timeout.sh agent.sh banner.sh broken-pipe.sh brokenkeys.sh bsd.regress.mk cfgmatch.sh cipher-speed.sh connect-privsep.sh connect.sh copy.1 copy.2 dsa_ssh2.prv dsa_ssh2.pub dynamic-forward.sh envpass.sh exit-status.sh forcecommand.sh forwarding.sh keygen-change.sh keyscan.sh login-timeout.sh multiplex.sh proto-mismatch.sh proto-version.sh proxy-connect.sh reconfigure.sh reexec.sh rekey.sh rsa_openssh.prv rsa_openssh.pub rsa_ssh2.prv runtests.sh scp-ssh-wrapper.sh scp.sh sftp-badcmds.sh sftp-batch.sh sftp-cmds.sh sftp-glob.sh sftp.sh ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh sshd-log-wrapper.sh stderr-after-eof.sh stderr-data.sh t4.ok t5.ok test-exec.sh transfer.sh try-ciphers.sh yes-head.sh crypto/openssh/scard Makefile.in Ssh.bin Ssh.bin.uu Ssh.java Log: SVN rev 182634 on 2008-09-01 20:03:13Z by des MFH OpenSSH 5.1p1 Revision Changes Path 1.1.1.14.2.1 +2106 -2 src/crypto/openssh/ChangeLog 1.3.18.1 +7 -8 src/crypto/openssh/FREEBSD-Xlist 1.6.2.1 +3 -9 src/crypto/openssh/FREEBSD-tricks 1.12.2.1 +8 -14 src/crypto/openssh/FREEBSD-upgrade 1.2.2.1 +8 -0 src/crypto/openssh/FREEBSD-vendor (new) 1.1.1.9.2.1 +39 -23 src/crypto/openssh/INSTALL 1.9.2.1 +1 -0 src/crypto/openssh/LICENCE 1.1.1.12.2.1 +0 -438 src/crypto/openssh/Makefile.in (dead) 1.1.1.4.24.1 +0 -26 src/crypto/openssh/Makefile.inc (dead) 1.1.2.1 +243 -0 src/crypto/openssh/PROTOCOL (new) 1.1.2.1 +516 -0 src/crypto/openssh/PROTOCOL.agent (new) 1.1.1.15.2.1 +2 -2 src/crypto/openssh/README 1.1.1.5.2.1 +15 -1 src/crypto/openssh/README.platform 1.1.2.1 +421 -0 src/crypto/openssh/addrmatch.c (new) 1.1.1.10.2.1 +29 -7 src/crypto/openssh/atomicio.c 1.3.2.1 +50 -8 src/crypto/openssh/audit-bsm.c 1.1.1.5.2.1 +1 -1 src/crypto/openssh/auth-bsdauth.c 1.11.2.1 +0 -1 src/crypto/openssh/auth-chall.c 1.22.2.1 +1 -2 src/crypto/openssh/auth-krb5.c 1.1.1.11.2.1 +27 -8 src/crypto/openssh/auth-options.c 1.1.1.7.2.1 +2 -1 src/crypto/openssh/auth-options.h 1.19.2.1 +11 -11 src/crypto/openssh/auth-pam.c 1.12.2.1 +0 -1 src/crypto/openssh/auth-pam.h 1.21.2.1 +1 -2 src/crypto/openssh/auth-passwd.c 1.1.1.11.2.1 +22 -4 src/crypto/openssh/auth-rhosts.c 1.18.2.1 +2 -21 src/crypto/openssh/auth-rsa.c 1.1.1.4.2.1 +1 -0 src/crypto/openssh/auth-shadow.c 1.1.1.7.2.1 +53 -0 src/crypto/openssh/auth-sia.c 1.17.2.1 +3 -12 src/crypto/openssh/auth-skey.c 1.20.2.1 +52 -11 src/crypto/openssh/auth.c 1.17.2.1 +2 -11 src/crypto/openssh/auth.h 1.34.2.1 +6 -4 src/crypto/openssh/auth1.c 1.12.2.1 +2 -3 src/crypto/openssh/auth2-chall.c 1.1.1.6.2.1 +1 -1 src/crypto/openssh/auth2-gss.c 1.1.1.4.2.1 +6 -5 src/crypto/openssh/auth2-hostbased.c 1.5.2.1 +0 -1 src/crypto/openssh/auth2-kbdint.c 1.1.1.7.2.1 +3 -66 src/crypto/openssh/auth2-none.c 1.1.1.7.2.1 +4 -18 src/crypto/openssh/auth2-pubkey.c 1.28.2.1 +79 -11 src/crypto/openssh/auth2.c 1.19.2.1 +18 -3 src/crypto/openssh/bufaux.c 1.1.1.2.2.1 +7 -5 src/crypto/openssh/bufbn.c 1.1.1.8.2.1 +2 -1 src/crypto/openssh/buffer.h 1.1.1.5.2.1 +0 -682 src/crypto/openssh/buildpkg.sh.in (dead) 1.20.2.1 +5 -4 src/crypto/openssh/canohost.c 1.23.2.2 +250 -126 src/crypto/openssh/channels.c 1.16.2.1 +44 -12 src/crypto/openssh/channels.h 1.1.1.3.2.1 +1 -3 src/crypto/openssh/cipher-3des1.c 1.1.1.2.2.1 +1 -3 src/crypto/openssh/cipher-bf1.c 1.1.1.6.2.1 +1 -7 src/crypto/openssh/cipher-ctr.c 1.1.1.20.2.1 +415 -419 src/crypto/openssh/clientloop.c 1.1.1.8.2.1 +17 -3 src/crypto/openssh/clientloop.h 1.14.2.1 +3 -3 src/crypto/openssh/compat.c 1.14.2.1 +2 -1 src/crypto/openssh/compat.h 1.19.2.1 +94 -14 src/crypto/openssh/config.h 1.1.2.1 +1423 -0 src/crypto/openssh/config.h.in (new) 1.1.1.6.2.1 +0 -1570 src/crypto/openssh/config.sub (dead) 1.17.2.1 +0 -4068 src/crypto/openssh/configure.ac (dead) 1.1.1.12.2.1 +28 -19 src/crypto/openssh/defines.h 1.1.1.11.2.1 +20 -5 src/crypto/openssh/dh.c 1.1.1.5.2.1 +25 -1 src/crypto/openssh/dh.h 1.1.1.6.2.1 +12 -3 src/crypto/openssh/dns.c 1.1.1.7.2.1 +2 -1 src/crypto/openssh/entropy.c 1.1.1.5.2.1 +26 -1 src/crypto/openssh/groupaccess.c 1.1.1.3.2.1 +2 -1 src/crypto/openssh/groupaccess.h 1.1.1.5.2.1 +4 -47 src/crypto/openssh/gss-genr.c 1.1.1.5.2.1 +50 -1 src/crypto/openssh/gss-serv.c 1.22.2.1 +3 -2 src/crypto/openssh/includes.h 1.1.1.2.18.1 +0 -251 src/crypto/openssh/install-sh (dead) 1.1.1.14.2.1 +14 -9 src/crypto/openssh/kex.c 1.1.1.13.2.1 +6 -2 src/crypto/openssh/kex.h 1.22.2.1 +116 -3 src/crypto/openssh/key.c 1.1.1.10.2.1 +3 -2 src/crypto/openssh/key.h 1.1.1.14.2.1 +26 -1 src/crypto/openssh/log.c 1.8.2.1 +9 -14 src/crypto/openssh/log.h 1.14.2.1 +1 -0 src/crypto/openssh/loginrec.c 1.1.1.6.2.1 +95 -32 src/crypto/openssh/mac.c 1.1.1.3.2.1 +4 -2 src/crypto/openssh/mac.h 1.1.1.8.2.1 +8 -4 src/crypto/openssh/match.c 1.1.1.5.2.1 +4 -1 src/crypto/openssh/match.h 1.1.1.4.2.1 +0 -351 src/crypto/openssh/mdoc2man.awk (dead) 1.1.1.13.2.1 +33 -2 src/crypto/openssh/misc.c 1.1.1.10.2.1 +4 -1 src/crypto/openssh/misc.h 1.1.1.3.10.1 +173 -185 src/crypto/openssh/moduli 1.1.2.1 +124 -0 src/crypto/openssh/moduli.5 (new) 1.1.1.7.2.1 +18 -37 src/crypto/openssh/moduli.c 1.22.2.1 +25 -17 src/crypto/openssh/monitor.c 1.8.2.1 +0 -1 src/crypto/openssh/monitor.h 1.1.1.7.2.1 +49 -26 src/crypto/openssh/monitor_fdpass.c 1.1.1.4.2.1 +2 -2 src/crypto/openssh/monitor_fdpass.h 1.1.1.5.2.1 +1 -4 src/crypto/openssh/monitor_mm.h 1.13.2.1 +47 -17 src/crypto/openssh/monitor_wrap.c 1.10.2.1 +0 -1 src/crypto/openssh/monitor_wrap.h 1.1.2.1 +728 -0 src/crypto/openssh/mux.c (new) 1.9.2.1 +2 -3 src/crypto/openssh/myproposal.h 1.1.1.10.2.1 +31 -1 src/crypto/openssh/nchan.c 1.1.1.4.18.1 +0 -99 src/crypto/openssh/nchan.ms (dead) 1.1.1.3.18.1 +0 -88 src/crypto/openssh/nchan2.ms (dead) 1.1.1.9.2.1 +0 -42 src/crypto/openssh/openbsd-compat/Makefile.in (dead) 1.1.1.5.2.1 +1 -11 src/crypto/openssh/openbsd-compat/base64.c 1.1.1.5.2.1 +7 -7 src/crypto/openssh/openbsd-compat/bindresvport.c 1.1.1.7.2.1 +66 -0 src/crypto/openssh/openbsd-compat/bsd-arc4random.c 1.1.1.2.4.1 +4 -2 src/crypto/openssh/openbsd-compat/bsd-asprintf.c 1.1.1.6.2.1 +1 -3 src/crypto/openssh/openbsd-compat/bsd-cray.c 1.1.1.8.2.1 +1 -39 src/crypto/openssh/openbsd-compat/bsd-cygwin_util.c 1.1.1.4.2.1 +22 -0 src/crypto/openssh/openbsd-compat/bsd-getpeereid.c 1.1.1.10.2.1 +4 -1 src/crypto/openssh/openbsd-compat/bsd-misc.c 1.1.2.1 +118 -0 src/crypto/openssh/openbsd-compat/bsd-poll.c (new) 1.1.2.1 +61 -0 src/crypto/openssh/openbsd-compat/bsd-poll.h (new) 1.1.1.6.2.1 +110 -65 src/crypto/openssh/openbsd-compat/bsd-snprintf.c 1.1.2.1 +37 -0 src/crypto/openssh/openbsd-compat/bsd-statvfs.c (new) 1.1.2.1 +68 -0 src/crypto/openssh/openbsd-compat/bsd-statvfs.h (new) 1.1.1.1.28.1 +0 -584 src/crypto/openssh/openbsd-compat/fake-queue.h (dead) 1.1.1.3.2.1 +7 -0 src/crypto/openssh/openbsd-compat/fake-rfc2553.c 1.8.2.1 +6 -3 src/crypto/openssh/openbsd-compat/fake-rfc2553.h 1.1.2.1 +274 -0 src/crypto/openssh/openbsd-compat/fmt_scaled.c (new) 1.1.1.7.2.1 +11 -13 src/crypto/openssh/openbsd-compat/getrrsetbyname.c 1.1.1.2.18.1 +2 -2 src/crypto/openssh/openbsd-compat/getrrsetbyname.h 1.1.1.6.2.1 +8 -7 src/crypto/openssh/openbsd-compat/glob.c 1.1.1.6.2.1 +10 -10 src/crypto/openssh/openbsd-compat/glob.h 1.1.1.9.2.1 +16 -1 src/crypto/openssh/openbsd-compat/openbsd-compat.h 1.1.1.2.2.1 +1 -1 src/crypto/openssh/openbsd-compat/openssl-compat.c 1.1.1.3.2.1 +18 -3 src/crypto/openssh/openbsd-compat/openssl-compat.h 1.1.1.9.2.1 +45 -2 src/crypto/openssh/openbsd-compat/port-aix.c 1.1.1.10.2.1 +12 -2 src/crypto/openssh/openbsd-compat/port-aix.h 1.1.1.1.4.1 +4 -2 src/crypto/openssh/openbsd-compat/port-linux.c 1.1.1.1.4.1 +2 -1 src/crypto/openssh/openbsd-compat/port-linux.h 1.1.1.2.4.1 +1 -0 src/crypto/openssh/openbsd-compat/port-tun.c 1.1.1.3.2.1 +3 -3 src/crypto/openssh/openbsd-compat/port-uw.c 1.1.1.1.4.1 +1 -1 src/crypto/openssh/openbsd-compat/port-uw.h 1.1.1.1.4.1 +0 -38 src/crypto/openssh/openbsd-compat/regress/Makefile.in (dead) 1.1.1.1.4.1 +0 -60 src/crypto/openssh/openbsd-compat/regress/closefromtest.c (dead) 1.1.1.1.4.1 +0 -73 src/crypto/openssh/openbsd-compat/regress/snprintftest.c (dead) 1.1.1.1.4.1 +0 -45 src/crypto/openssh/openbsd-compat/regress/strduptest.c (dead) 1.1.1.1.4.1 +0 -66 src/crypto/openssh/openbsd-compat/regress/strtonumtest.c (dead) 1.1.1.6.2.1 +1 -0 src/crypto/openssh/openbsd-compat/rresvport.c 1.1.1.7.2.1 +3 -3 src/crypto/openssh/openbsd-compat/setenv.c 1.1.1.5.2.1 +8 -4 src/crypto/openssh/openbsd-compat/setproctitle.c 1.1.1.4.2.1 +39 -11 src/crypto/openssh/openbsd-compat/sigact.c 1.1.1.5.2.1 +25 -6 src/crypto/openssh/openbsd-compat/sys-queue.h 1.1.1.4.2.1 +8 -8 src/crypto/openssh/openbsd-compat/sys-tree.h 1.1.1.1.28.1 +0 -667 src/crypto/openssh/openbsd-compat/tree.h (dead) 1.1.1.5.2.1 +1 -1 src/crypto/openssh/openbsd-compat/xcrypt.c 1.1.1.5.2.1 +4 -2 src/crypto/openssh/openbsd-compat/xmmap.c 1.1.1.1.4.1 +0 -87 src/crypto/openssh/openssh.xml.in (dead) 1.1.1.2.2.1 +0 -82 src/crypto/openssh/opensshd.init.in (dead) 1.1.1.19.2.1 +123 -25 src/crypto/openssh/packet.c 1.16.2.1 +6 -3 src/crypto/openssh/packet.h 1.28.2.1 +35 -13 src/crypto/openssh/readconf.c 1.20.2.1 +3 -2 src/crypto/openssh/readconf.h 1.1.1.8.2.1 +0 -98 src/crypto/openssh/regress/Makefile (dead) 1.1.1.5.2.1 +0 -108 src/crypto/openssh/regress/README.regress (dead) 1.1.1.4.2.1 +0 -45 src/crypto/openssh/regress/agent-getpeereid.sh (dead) 1.1.1.4.10.1 +0 -53 src/crypto/openssh/regress/agent-ptrace.sh (dead) 1.1.1.2.18.1 +0 -36 src/crypto/openssh/regress/agent-timeout.sh (dead) 1.1.1.2.18.1 +0 -75 src/crypto/openssh/regress/agent.sh (dead) 1.1.1.1.18.1 +0 -44 src/crypto/openssh/regress/banner.sh (dead) 1.1.1.1.26.1 +0 -15 src/crypto/openssh/regress/broken-pipe.sh (dead) 1.1.1.1.10.1 +0 -23 src/crypto/openssh/regress/brokenkeys.sh (dead) 1.1.1.1.26.1 +0 -79 src/crypto/openssh/regress/bsd.regress.mk (dead) 1.1.1.1.4.1 +0 -106 src/crypto/openssh/regress/cfgmatch.sh (dead) 1.1.1.1.4.1 +0 -47 src/crypto/openssh/regress/cipher-speed.sh (dead) 1.1.1.1.26.1 +0 -13 src/crypto/openssh/regress/connect-privsep.sh (dead) 1.1.1.1.26.1 +0 -13 src/crypto/openssh/regress/connect.sh (dead) 1.1.1.1.26.1 +0 -143 src/crypto/openssh/regress/copy.1 (dead) 1.1.1.1.26.1 +0 -143 src/crypto/openssh/regress/copy.2 (dead) 1.1.1.1.26.1 +0 -14 src/crypto/openssh/regress/dsa_ssh2.prv (dead) 1.1.1.1.26.1 +0 -13 src/crypto/openssh/regress/dsa_ssh2.pub (dead) 1.1.1.4.10.1 +0 -50 src/crypto/openssh/regress/dynamic-forward.sh (dead) 1.1.1.2.10.1 +0 -60 src/crypto/openssh/regress/envpass.sh (dead) 1.1.1.1.26.1 +0 -24 src/crypto/openssh/regress/exit-status.sh (dead) 1.1.1.1.4.1 +0 -42 src/crypto/openssh/regress/forcecommand.sh (dead) 1.1.1.4.2.1 +0 -95 src/crypto/openssh/regress/forwarding.sh (dead) 1.1.1.1.22.1 +0 -23 src/crypto/openssh/regress/keygen-change.sh (dead) 1.1.1.1.26.1 +0 -19 src/crypto/openssh/regress/keyscan.sh (dead) 1.1.1.3.10.1 +0 -29 src/crypto/openssh/regress/login-timeout.sh (dead) 1.1.1.4.2.1 +0 -92 src/crypto/openssh/regress/multiplex.sh (dead) 1.1.1.1.26.1 +0 -19 src/crypto/openssh/regress/proto-mismatch.sh (dead) 1.1.1.2.18.1 +0 -34 src/crypto/openssh/regress/proto-version.sh (dead) 1.1.1.2.22.1 +0 -18 src/crypto/openssh/regress/proxy-connect.sh (dead) 1.1.1.2.2.1 +0 -36 src/crypto/openssh/regress/reconfigure.sh (dead) 1.1.1.3.2.1 +0 -72 src/crypto/openssh/regress/reexec.sh (dead) 1.1.1.2.10.1 +0 -32 src/crypto/openssh/regress/rekey.sh (dead) 1.1.1.1.26.1 +0 -15 src/crypto/openssh/regress/rsa_openssh.prv (dead) 1.1.1.1.26.1 +0 -1 src/crypto/openssh/regress/rsa_openssh.pub (dead) 1.1.1.1.26.1 +0 -16 src/crypto/openssh/regress/rsa_ssh2.prv (dead) 1.1.1.1.26.1 +0 -13 src/crypto/openssh/regress/runtests.sh (dead) 1.1.1.2.2.1 +0 -57 src/crypto/openssh/regress/scp-ssh-wrapper.sh (dead) 1.1.1.3.2.1 +0 -127 src/crypto/openssh/regress/scp.sh (dead) 1.1.1.2.18.1 +0 -78 src/crypto/openssh/regress/sftp-badcmds.sh (dead) 1.1.1.3.18.1 +0 -57 src/crypto/openssh/regress/sftp-batch.sh (dead) 1.1.1.4.18.1 +0 -211 src/crypto/openssh/regress/sftp-cmds.sh (dead) 1.1.1.1.10.1 +0 -28 src/crypto/openssh/regress/sftp-glob.sh (dead) 1.1.1.2.18.1 +0 -35 src/crypto/openssh/regress/sftp.sh (dead) 1.1.1.4.18.1 +0 -134 src/crypto/openssh/regress/ssh-com-client.sh (dead) 1.1.1.4.18.1 +0 -74 src/crypto/openssh/regress/ssh-com-keygen.sh (dead) 1.1.1.4.18.1 +0 -67 src/crypto/openssh/regress/ssh-com-sftp.sh (dead) 1.1.1.5.18.1 +0 -119 src/crypto/openssh/regress/ssh-com.sh (dead) 1.1.1.1.10.1 +0 -13 src/crypto/openssh/regress/sshd-log-wrapper.sh (dead) 1.1.1.2.18.1 +0 -40 src/crypto/openssh/regress/stderr-after-eof.sh (dead) 1.1.1.2.18.1 +0 -33 src/crypto/openssh/regress/stderr-data.sh (dead) 1.1.1.1.26.1 +0 -1 src/crypto/openssh/regress/t4.ok (dead) 1.1.1.1.26.1 +0 -1 src/crypto/openssh/regress/t5.ok (dead) 1.1.1.9.2.1 +0 -307 src/crypto/openssh/regress/test-exec.sh (dead) 1.1.1.2.18.1 +0 -29 src/crypto/openssh/regress/transfer.sh (dead) 1.1.1.5.2.1 +0 -49 src/crypto/openssh/regress/try-ciphers.sh (dead) 1.1.1.3.2.1 +0 -15 src/crypto/openssh/regress/yes-head.sh (dead) 1.1.1.5.2.1 +1 -0 src/crypto/openssh/scard-opensc.c 1.1.1.2.2.1 +0 -29 src/crypto/openssh/scard/Makefile.in (dead) 1.1.1.1.26.1 +0 -20 src/crypto/openssh/scard/Ssh.bin (dead) 1.1.1.2.26.1 +0 -17 src/crypto/openssh/scard/Ssh.bin.uu (dead) 1.1.1.3.26.1 +0 -164 src/crypto/openssh/scard/Ssh.java (dead) 1.1.1.17.2.1 +18 -7 src/crypto/openssh/scp.1 1.11.2.1 +98 -40 src/crypto/openssh/scp.c 1.49.2.1 +363 -97 src/crypto/openssh/servconf.c 1.20.2.1 +11 -3 src/crypto/openssh/servconf.h 1.17.2.1 +49 -23 src/crypto/openssh/serverloop.c 1.50.2.1 +429 -195 src/crypto/openssh/session.c 1.11.2.1 +3 -1 src/crypto/openssh/session.h 1.1.1.17.2.1 +176 -35 src/crypto/openssh/sftp-client.c 1.1.1.7.2.1 +22 -7 src/crypto/openssh/sftp-client.h 1.1.2.1 +50 -0 src/crypto/openssh/sftp-server-main.c (new) 1.1.1.8.2.1 +12 -2 src/crypto/openssh/sftp-server.8 1.1.1.14.2.1 +195 -65 src/crypto/openssh/sftp-server.c 1.1.1.11.2.1 +23 -4 src/crypto/openssh/sftp.1 1.1.1.17.2.1 +400 -184 src/crypto/openssh/sftp.c 1.1.1.3.2.1 +10 -1 src/crypto/openssh/sftp.h 1.1.1.12.2.1 +14 -3 src/crypto/openssh/ssh-add.1 1.18.2.1 +3 -2 src/crypto/openssh/ssh-add.c 1.1.1.14.2.1 +14 -14 src/crypto/openssh/ssh-agent.1 1.28.2.1 +81 -46 src/crypto/openssh/ssh-agent.c 1.1.1.4.2.1 +2 -3 src/crypto/openssh/ssh-gss.h 1.1.1.16.2.1 +11 -11 src/crypto/openssh/ssh-keygen.1 1.1.1.22.2.1 +80 -46 src/crypto/openssh/ssh-keygen.c 1.1.1.8.2.1 +3 -3 src/crypto/openssh/ssh-keyscan.1 1.15.2.1 +4 -4 src/crypto/openssh/ssh-keyscan.c 1.1.1.5.2.1 +2 -2 src/crypto/openssh/ssh-keysign.8 1.1.1.2.18.1 +3 -3 src/crypto/openssh/ssh-rand-helper.8 1.1.1.9.2.1 +1 -0 src/crypto/openssh/ssh-rand-helper.c 1.35.2.1 +63 -9 src/crypto/openssh/ssh.1 1.32.2.1 +190 -386 src/crypto/openssh/ssh.c 1.32.2.1 +4 -3 src/crypto/openssh/ssh_config 1.23.2.1 +47 -12 src/crypto/openssh/ssh_config.5 1.2.2.1 +57 -20 src/crypto/openssh/ssh_namespace.h 1.1.1.3.18.1 +0 -75 src/crypto/openssh/ssh_prng_cmds.in (dead) 1.33.2.1 +122 -37 src/crypto/openssh/sshconnect.c 1.9.2.1 +3 -3 src/crypto/openssh/sshconnect.h 1.18.2.1 +28 -8 src/crypto/openssh/sshconnect2.c 1.34.2.1 +78 -31 src/crypto/openssh/sshd.8 1.45.2.1 +124 -41 src/crypto/openssh/sshd.c 1.47.2.1 +14 -5 src/crypto/openssh/sshd_config 1.29.2.1 +123 -38 src/crypto/openssh/sshd_config.5 1.13.2.1 +2 -3 src/crypto/openssh/sshlogin.c 1.13.2.1 +1 -1 src/crypto/openssh/sshpty.c 1.1.1.4.2.1 +2 -2 src/crypto/openssh/sshpty.h 1.1.1.6.2.1 +3 -3 src/crypto/openssh/sshtty.c 1.1.1.1.10.1 +0 -69 src/crypto/openssh/survey.sh.in (dead) 1.1.1.9.2.1 +7 -7 src/crypto/openssh/ttymodes.c 1.1.2.1 +1277 -0 src/crypto/openssh/umac.c (new) 1.1.2.1 +123 -0 src/crypto/openssh/umac.h (new) 1.5.10.1 +4 -0 src/crypto/openssh/version.c 1.35.2.1 +4 -4 src/crypto/openssh/version.h 1.43.2.1 +5 -4 src/secure/lib/libssh/Makefile 1.15.2.1 +1 -1 src/secure/libexec/sftp-server/Makefile 1.35.2.2 +1 -1 src/secure/usr.bin/ssh/Makefile 1.50.2.2 +4 -4 src/secure/usr.sbin/sshd/Makefile From maho at FreeBSD.org Mon Sep 1 20:08:49 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Mon Sep 1 20:09:57 2008 Subject: cvs commit: ports MOVED ports/editors Makefile ports/editors/ooo-build Makefile distinfo pkg-descr ports/editors/ooo-build/files ooo-build-patch set_soenv-patch Message-ID: <200809012008.m81K8n3E005118@repoman.freebsd.org> maho 2008-09-01 20:08:49 UTC FreeBSD ports repository Modified files: . MOVED editors Makefile Removed files: editors/ooo-build Makefile distinfo pkg-descr editors/ooo-build/files ooo-build-patch set_soenv-patch Log: Removing editors/ooo-build: Has been broken for more than 6 months. Revision Changes Path 1.1687 +2 -1 ports/MOVED 1.401 +0 -1 ports/editors/Makefile 1.37 +0 -89 ports/editors/ooo-build/Makefile (dead) 1.18 +0 -33 ports/editors/ooo-build/distinfo (dead) 1.15 +0 -64 ports/editors/ooo-build/files/ooo-build-patch (dead) 1.2 +0 -21 ports/editors/ooo-build/files/set_soenv-patch (dead) 1.2 +0 -20 ports/editors/ooo-build/pkg-descr (dead) From marius at FreeBSD.org Mon Sep 1 20:19:25 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Mon Sep 1 20:19:36 2008 Subject: cvs commit: src/sys/sparc64/pci ofw_pcibus.c Message-ID: <200809012019.m81KJOix006334@repoman.freebsd.org> marius 2008-09-01 20:19:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/pci ofw_pcibus.c Log: SVN rev 182635 on 2008-09-01 20:19:14Z by marius Revert the part of r182385 which sets PCIB_BCR_MASTER_ABORT_MODE in order to detect misbehaving drivers. While this should be fine in generally, it's probably no good idea to do so shortly before a new release. Revision Changes Path 1.16.2.6 +4 -0 src/sys/sparc64/pci/ofw_pcibus.c From marius at FreeBSD.org Mon Sep 1 20:20:10 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Mon Sep 1 20:20:16 2008 Subject: cvs commit: src/sys/sparc64/pci ofw_pcibus.c Message-ID: <200809012020.m81KKAUN006451@repoman.freebsd.org> marius 2008-09-01 20:19:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/pci ofw_pcibus.c Log: SVN rev 182636 on 2008-09-01 20:19:51Z by marius Revert the part of r182386 which sets PCIB_BCR_MASTER_ABORT_MODE in order to detect misbehaving drivers. While this should be fine in generally, it's probably no good idea to do so shortly before a new release. Revision Changes Path 1.6.2.8 +4 -0 src/sys/sparc64/pci/ofw_pcibus.c From dougb at FreeBSD.org Mon Sep 1 20:21:48 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Sep 1 20:21:54 2008 Subject: cvs commit: ports MOVED ports/editors/pico Makefile distinfo pkg-descr ports/editors/pico/files patch-aa patch-an patch-ap patch-as patch-bd ports/mail/pine4 Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/mail/pine4/files patch-ac ... Message-ID: <200809012021.m81KLl4T006744@repoman.freebsd.org> dougb 2008-09-01 20:21:47 UTC FreeBSD ports repository Modified files: . MOVED Removed files: editors/pico Makefile distinfo pkg-descr editors/pico/files patch-aa patch-an patch-ap patch-as patch-bd mail/pine4 Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist mail/pine4/files patch-ac patch-af patch-ai patch-ak patch-al patch-ax patch-bb patch-pico_makefile.bsf patch-pine_pine.hlp patch-pine_screen.c patch-reply.c Log: Remove the port for Pine, and the slave port for Pico. UW has discontinued development on the Pine branch, and is instead focusing its efforts on the successor, Alpine. http://www.washington.edu/alpine/ Alpine has more features, much better localization, better organized (and largely rewritten) code, is BSD licensed, and should be a drop-in replacement in terms of configuration files. Alpine version 1.00 was released on March 17, 2008 after over a year of development and community testing, and has since had 2 releases for bugfixes and new features, so it's safe to say that this is a mature replacement. Revision Changes Path 1.1688 +3 -1 ports/MOVED 1.21 +0 -54 ports/editors/pico/Makefile (dead) 1.16 +0 -3 ports/editors/pico/distinfo (dead) 1.3 +0 -31 ports/editors/pico/files/patch-aa (dead) 1.4 +0 -31 ports/editors/pico/files/patch-an (dead) 1.3 +0 -20 ports/editors/pico/files/patch-ap (dead) 1.4 +0 -57 ports/editors/pico/files/patch-as (dead) 1.2 +0 -11 ports/editors/pico/files/patch-bd (dead) 1.2 +0 -4 ports/editors/pico/pkg-descr (dead) 1.89 +0 -141 ports/mail/pine4/Makefile (dead) 1.43 +0 -6 ports/mail/pine4/distinfo (dead) 1.15 +0 -63 ports/mail/pine4/files/patch-ac (dead) 1.18 +0 -23 ports/mail/pine4/files/patch-af (dead) 1.14 +0 -70 ports/mail/pine4/files/patch-ai (dead) 1.9 +0 -37 ports/mail/pine4/files/patch-ak (dead) 1.17 +0 -50 ports/mail/pine4/files/patch-al (dead) 1.10 +0 -19 ports/mail/pine4/files/patch-ax (dead) 1.6 +0 -13 ports/mail/pine4/files/patch-bb (dead) 1.2 +0 -13 ports/mail/pine4/files/patch-pico_makefile.bsf (dead) 1.2 +0 -10 ports/mail/pine4/files/patch-pine_pine.hlp (dead) 1.2 +0 -15 ports/mail/pine4/files/patch-pine_screen.c (dead) 1.5 +0 -44 ports/mail/pine4/files/patch-reply.c (dead) 1.14 +0 -21 ports/mail/pine4/pkg-descr (dead) 1.4 +0 -7 ports/mail/pine4/pkg-install (dead) 1.2 +0 -5 ports/mail/pine4/pkg-message (dead) 1.21 +0 -24 ports/mail/pine4/pkg-plist (dead) From QAT at FreeBSD.org Mon Sep 1 20:32:43 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Mon Sep 1 20:32:55 2008 Subject: cvs commit: ports/net-im/loudmouth Makefile distinfo In-Reply-To: <200809011925.m81JPoSV099312@repoman.freebsd.org> References: In-Reply-To: <200809011925.m81JPoSV099312@repoman.freebsd.org> Message-ID: <20080901203241.8429A12E4151@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/loudmouth-1.4.2.log : building loudmouth-1.4.2 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/net-im/loudmouth Makefile ident: $FreeBSD: ports/net-im/loudmouth/Makefile,v 1.45 2008/09/01 19:25:50 ahze Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Mon Sep 1 20:32:34 UTC 2008 ................................................... prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Mon Sep 1 20:32:34 UTC 2008 FETCH_DEPENDS= PATCH_DEPENDS=libtool-1.5.26.tbz EXTRACT_DEPENDS= BUILD_DEPENDS=libtool-1.5.26.tbz gettext-0.17_1.tbz libiconv-1.11_1.tbz gmake-3.81_3.tbz pkg-config-0.23_1.tbz libidn-1.8_2.tbz libgcrypt-1.4.1_1.tbz libgpg-error-1.6_1.tbz gnutls-2.4.1_1.tbz pcre-7.7_1.tbz python25-2.5.2_2.tbz perl-5.8.8_1.tbz glib-2.16.5.tbz RUN_DEPENDS=libiconv-1.11_1.tbz gettext-0.17_1.tbz pkg-config-0.23_1.tbz libidn-1.8_2.tbz libgcrypt-1.4.1_1.tbz libgpg-error-1.6_1.tbz gnutls-2.4.1_1.tbz pcre-7.7_1.tbz python25-2.5.2_2.tbz perl-5.8.8_1.tbz glib-2.16.5.tbz gamin-0.1.9_2.tbz gio-fam-backend-2.16.5.tbz add_pkg ================================================================ ======================================== => loudmouth-1.4.2.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from file:///distcache//. fetch: file:///distcache//loudmouth-1.4.2.tar.bz2: No such file or directory => Attempting to fetch from http://ftp.imendio.com/pub/imendio/loudmouth/src/. loudmouth-1.4.2.tar.bz2 371 kB 117 kBps => MD5 Checksum OK for loudmouth-1.4.2.tar.bz2. => SHA256 Checksum OK for loudmouth-1.4.2.tar.bz2. ================================================================ ======================================== add_pkg ===> Extracting for loudmouth-1.4.2 => MD5 Checksum OK for loudmouth-1.4.2.tar.bz2. => SHA256 Checksum OK for loudmouth-1.4.2.tar.bz2. ================================================================ ======================================== add_pkg libtool-1.5.26.tbz adding dependencies pkg_add libtool-1.5.26.tbz ===> Patching for loudmouth-1.4.2 ===> loudmouth-1.4.2 depends on file: /usr/local/bin/libtool - found ===> Applying FreeBSD patches for loudmouth-1.4.2 1 out of 1 hunks failed--saving rejects to loudmouth/lm-sock.c.rej => Patch patch-loudmouth_lm-sock.c failed to apply cleanly. => Patch(es) patch-loudmouth_Makefile.in applied cleanly. *** Error code 1 Stop in /a/ports/net-im/loudmouth. ================================================================ build of /usr/ports/net-im/loudmouth ended at Mon Sep 1 20:32:40 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From unixmania at gmail.com Mon Sep 1 20:35:03 2008 From: unixmania at gmail.com (Carlos A. M. dos Santos) Date: Mon Sep 1 20:35:10 2008 Subject: cvs commit: ports MOVED ports/editors/pico Makefile distinfo pkg-descr ports/editors/pico/files patch-aa patch-an patch-ap patch-as patch-bd ports/mail/pine4 Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/mail/pine4/files pat Message-ID: On Mon, Sep 1, 2008 at 5:21 PM, Doug Barton wrote: > dougb 2008-09-01 20:21:47 UTC > > FreeBSD ports repository > > Modified files: > . MOVED > Removed files: > editors/pico Makefile distinfo pkg-descr > editors/pico/files patch-aa patch-an patch-ap patch-as > patch-bd > mail/pine4 Makefile distinfo pkg-descr pkg-install > pkg-message pkg-plist > mail/pine4/files patch-ac patch-af patch-ai patch-ak > patch-al patch-ax patch-bb > patch-pico_makefile.bsf > patch-pine_pine.hlp patch-pine_screen.c > patch-reply.c > Log: > Remove the port for Pine, and the slave port for Pico. UW has discontinued > development on the Pine branch, and is instead focusing its efforts on the > successor, Alpine. http://www.washington.edu/alpine/ > > Alpine has more features, much better localization, better organized > (and largely rewritten) code, is BSD licensed, and should be a drop-in > replacement in terms of configuration files. Just a small note: Alpine is distributed under Apache License, Version 2.0, not BSD license. The net effect is almost the same, but the licenses are not. > > Alpine version 1.00 was released on March 17, 2008 after over a year of > development and community testing, and has since had 2 releases for > bugfixes and new features, so it's safe to say that this is a mature > replacement. > > Revision Changes Path > 1.1688 +3 -1 ports/MOVED > 1.21 +0 -54 ports/editors/pico/Makefile (dead) > 1.16 +0 -3 ports/editors/pico/distinfo (dead) > 1.3 +0 -31 ports/editors/pico/files/patch-aa (dead) > 1.4 +0 -31 ports/editors/pico/files/patch-an (dead) > 1.3 +0 -20 ports/editors/pico/files/patch-ap (dead) > 1.4 +0 -57 ports/editors/pico/files/patch-as (dead) > 1.2 +0 -11 ports/editors/pico/files/patch-bd (dead) > 1.2 +0 -4 ports/editors/pico/pkg-descr (dead) > 1.89 +0 -141 ports/mail/pine4/Makefile (dead) > 1.43 +0 -6 ports/mail/pine4/distinfo (dead) > 1.15 +0 -63 ports/mail/pine4/files/patch-ac (dead) > 1.18 +0 -23 ports/mail/pine4/files/patch-af (dead) > 1.14 +0 -70 ports/mail/pine4/files/patch-ai (dead) > 1.9 +0 -37 ports/mail/pine4/files/patch-ak (dead) > 1.17 +0 -50 ports/mail/pine4/files/patch-al (dead) > 1.10 +0 -19 ports/mail/pine4/files/patch-ax (dead) > 1.6 +0 -13 ports/mail/pine4/files/patch-bb (dead) > 1.2 +0 -13 ports/mail/pine4/files/patch-pico_makefile.bsf (dead) > 1.2 +0 -10 ports/mail/pine4/files/patch-pine_pine.hlp (dead) > 1.2 +0 -15 ports/mail/pine4/files/patch-pine_screen.c (dead) > 1.5 +0 -44 ports/mail/pine4/files/patch-reply.c (dead) > 1.14 +0 -21 ports/mail/pine4/pkg-descr (dead) > 1.4 +0 -7 ports/mail/pine4/pkg-install (dead) > 1.2 +0 -5 ports/mail/pine4/pkg-message (dead) > 1.21 +0 -24 ports/mail/pine4/pkg-plist (dead) > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > -- cd /usr/ports/sysutils/life make clean From jkois at FreeBSD.org Mon Sep 1 20:54:16 2008 From: jkois at FreeBSD.org (Johann Kois) Date: Mon Sep 1 20:54:28 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/portbuild article.sgml Message-ID: <200809012054.m81KsFv9018780@repoman.freebsd.org> jkois 2008-09-01 20:54:15 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/portbuild article.sgml Log: Fix some tags so that a "make lint" does not break the build any longer. Found by: make lint Revision Changes Path 1.31 +1 -1 doc/en_US.ISO8859-1/articles/portbuild/article.sgml From amdmi3 at FreeBSD.org Mon Sep 1 21:20:07 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Mon Sep 1 21:20:18 2008 Subject: cvs commit: ports/sysutils/cmdwatch Makefile ports/sysutils/cmdwatch/files patch-cmdwatch.1 Message-ID: <200809012120.m81LK7EH021941@repoman.freebsd.org> amdmi3 2008-09-01 21:20:07 UTC FreeBSD ports repository Modified files: sysutils/cmdwatch Makefile Added files: sysutils/cmdwatch/files patch-cmdwatch.1 Log: - Add patch to correct manpage - Bump PORTREVISION PR: 126087 Submitted by: Dmitry Patch by: Beat Gaetzi Approved by: maintainer timeout Revision Changes Path 1.7 +1 -0 ports/sysutils/cmdwatch/Makefile 1.1 +81 -0 ports/sysutils/cmdwatch/files/patch-cmdwatch.1 (new) From amdmi3 at FreeBSD.org Mon Sep 1 21:55:33 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Mon Sep 1 21:55:49 2008 Subject: cvs commit: ports/devel/avrdude Makefile Message-ID: <200809012155.m81LtW4E024720@repoman.freebsd.org> amdmi3 2008-09-01 21:55:32 UTC FreeBSD ports repository Modified files: devel/avrdude Makefile Log: - Fix misspelled LIB_DEPENDS PR: 126387 Submitted by: William Grim Revision Changes Path 1.16 +1 -1 ports/devel/avrdude/Makefile From ahze at FreeBSD.org Mon Sep 1 21:59:04 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 21:59:14 2008 Subject: cvs commit: ports/net-im/telepathy-glib Makefile distinfo pkg-plist Message-ID: <200809012159.m81Lx3Jf024977@repoman.freebsd.org> ahze 2008-09-01 21:59:03 UTC FreeBSD ports repository Modified files: net-im/telepathy-glib Makefile distinfo pkg-plist Log: Update to 0.7.14 Revision Changes Path 1.14 +1 -1 ports/net-im/telepathy-glib/Makefile 1.10 +3 -3 ports/net-im/telepathy-glib/distinfo 1.9 +4 -1 ports/net-im/telepathy-glib/pkg-plist From thierry at FreeBSD.org Mon Sep 1 22:00:11 2008 From: thierry at FreeBSD.org (Thierry Thomas) Date: Mon Sep 1 22:00:17 2008 Subject: cvs commit: ports/cad/scotch Makefile pkg-plist Message-ID: <200809012200.m81M0Ac0025142@repoman.freebsd.org> thierry 2008-09-01 22:00:10 UTC FreeBSD ports repository Modified files: cad/scotch Makefile pkg-plist Log: Fix plist. Reported by: QAT Revision Changes Path 1.10 +4 -1 ports/cad/scotch/Makefile 1.4 +82 -82 ports/cad/scotch/pkg-plist From ahze at FreeBSD.org Mon Sep 1 22:09:05 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 22:09:17 2008 Subject: cvs commit: ports/net-im/telepathy-gabble Makefile distinfo Message-ID: <200809012209.m81M954N026915@repoman.freebsd.org> ahze 2008-09-01 22:09:05 UTC FreeBSD ports repository Modified files: net-im/telepathy-gabble Makefile distinfo Log: Update to 0.7.8 Revision Changes Path 1.10 +1 -1 ports/net-im/telepathy-gabble/Makefile 1.7 +3 -3 ports/net-im/telepathy-gabble/distinfo From obrien at FreeBSD.org Mon Sep 1 22:22:59 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 22:23:11 2008 Subject: cvs commit: src/contrib/gcc/config freebsd-spec.h Message-ID: <200809012222.m81MMxgL028071@repoman.freebsd.org> obrien 2008-09-01 22:22:44 UTC FreeBSD src repository Modified files: contrib/gcc/config freebsd-spec.h Log: SVN rev 182644 on 2008-09-01 22:22:44Z by obrien Add __unix__. Tweak __KPRINTF_ATTRIBUTE__ while I'm here. Revision Changes Path 1.25 +2 -1 src/contrib/gcc/config/freebsd-spec.h From ahze at FreeBSD.org Mon Sep 1 22:23:49 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 22:24:01 2008 Subject: cvs commit: ports/net-im/telepathy-haze Makefile distinfo Message-ID: <200809012223.m81MNmx2028156@repoman.freebsd.org> ahze 2008-09-01 22:23:48 UTC FreeBSD ports repository Modified files: net-im/telepathy-haze Makefile distinfo Log: Update to 0.2.1 Revision Changes Path 1.5 +1 -2 ports/net-im/telepathy-haze/Makefile 1.2 +3 -3 ports/net-im/telepathy-haze/distinfo From ahze at FreeBSD.org Mon Sep 1 22:29:59 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 22:30:04 2008 Subject: cvs commit: ports/net-im/telepathy-python Makefile distinfo pkg-plist Message-ID: <200809012229.m81MTwSI028628@repoman.freebsd.org> ahze 2008-09-01 22:29:58 UTC FreeBSD ports repository Modified files: net-im/telepathy-python Makefile distinfo pkg-plist Log: Update to 0.15.1 Revision Changes Path 1.8 +1 -2 ports/net-im/telepathy-python/Makefile 1.6 +3 -3 ports/net-im/telepathy-python/distinfo 1.6 +36 -0 ports/net-im/telepathy-python/pkg-plist From keramida at FreeBSD.org Mon Sep 1 22:34:14 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:34:20 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml freebsd.ent Message-ID: <200809012234.m81MYD00029022@repoman.freebsd.org> keramida 2008-09-01 22:34:13 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml freebsd.ent Log: MFen: 1.100 -> 1.101 share/sgml/freebsd.ent We don't really need freebsd.ent 1.101 in the localized version. It modifies numeric-only entities that we need no translation. Revision Changes Path 1.5 +1 -1 doc/el_GR.ISO8859-7/share/sgml/freebsd.ent From keramida at FreeBSD.org Mon Sep 1 22:35:09 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:35:22 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books Makefile.inc Message-ID: <200809012235.m81MZ9qk029142@repoman.freebsd.org> keramida 2008-09-01 22:35:09 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books Makefile.inc Log: Bump %SRCID% to 1.4 This file is in sync with revision 1.4 of the English version. Revision Changes Path 1.3 +1 -1 doc/el_GR.ISO8859-7/books/Makefile.inc From keramida at FreeBSD.org Mon Sep 1 22:35:36 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:35:42 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/releng extra.css Message-ID: <200809012235.m81MZatK029261@repoman.freebsd.org> keramida 2008-09-01 22:35:36 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/releng extra.css Log: Bump %SRCID% to 1.3 Revision Changes Path 1.3 +1 -1 doc/el_GR.ISO8859-7/articles/releng/extra.css From keramida at FreeBSD.org Mon Sep 1 22:36:09 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:36:21 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/jails chapter.sgml Message-ID: <200809012236.m81Ma9G5029324@repoman.freebsd.org> keramida 2008-09-01 22:36:09 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/jails chapter.sgml Log: MFen: 1.15 en_US.ISO8859-1/books/handbook/jails/chapter.sgml Revision Changes Path 1.4 +2 -2 doc/el_GR.ISO8859-7/books/handbook/jails/chapter.sgml From keramida at FreeBSD.org Mon Sep 1 22:37:02 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:37:15 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/jails chapter.sgml Message-ID: <200809012237.m81Mb2F6029409@repoman.freebsd.org> keramida 2008-09-01 22:37:02 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/jails chapter.sgml Log: MFen: 1.16 en_US.ISO8859-1/books/handbook/jails/chapter.sgml Revision Changes Path 1.5 +20 -20 doc/el_GR.ISO8859-7/books/handbook/jails/chapter.sgml From keramida at FreeBSD.org Mon Sep 1 22:37:35 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:37:42 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012237.m81MbZte029475@repoman.freebsd.org> keramida 2008-09-01 22:37:35 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.30 -> 1.32 en_US.ISO8859-1/articles/dialup-firewall/article.sgml * Add trademark attributions near the start of the article. * Update %SRCID% for the merge Revision Changes Path 1.8 +9 -1 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:37:58 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:38:09 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/dialup-firewall article.sgml Message-ID: <200809012237.m81Mbvf6029525@repoman.freebsd.org> keramida 2008-09-01 22:37:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/dialup-firewall article.sgml Log: Be a tiny bit more explicit about what a 'profile name' is, when we discuss PPP's build-in NAT options for 'rc.conf'. Revision Changes Path 1.43 +3 -1 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:38:38 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:38:44 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012238.m81Mcbut029595@repoman.freebsd.org> keramida 2008-09-01 22:38:37 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.33 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml Revision Changes Path 1.9 +110 -182 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:38:57 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:39:09 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012238.m81McvgD029635@repoman.freebsd.org> keramida 2008-09-01 22:38:57 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.34 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml Revision Changes Path 1.10 +22 -3 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:39:17 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:39:29 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012239.m81MdG98029688@repoman.freebsd.org> keramida 2008-09-01 22:39:16 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.35 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml Nothing to merge. The Greek wording is slightly better than the original in en_US/1.34 so we just bump the %SRCID% tag. Revision Changes Path 1.11 +1 -1 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:39:37 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:39:50 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012239.m81MdbE1029737@repoman.freebsd.org> keramida 2008-09-01 22:39:37 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.36 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml (nothing to merge in the Greek version) Revision Changes Path 1.12 +1 -1 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:40:02 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:40:08 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012240.m81Me2Wi029833@repoman.freebsd.org> keramida 2008-09-01 22:40:02 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.37 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml Revision Changes Path 1.13 +5 -2 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:40:44 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:40:51 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012240.m81MeiQN029927@repoman.freebsd.org> keramida 2008-09-01 22:40:44 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.38 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml Revision Changes Path 1.14 +3 -9 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:41:02 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:41:08 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012241.m81Mf1kV029993@repoman.freebsd.org> keramida 2008-09-01 22:41:01 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.39 en_US.ISO8859-1/articles/dialup-firewall/article.sgml Revision Changes Path 1.15 +2 -2 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:41:25 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:41:31 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012241.m81MfP5K030043@repoman.freebsd.org> keramida 2008-09-01 22:41:25 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.40 en_US.ISO8859-1/articles/dialup-firewall/article.sgml (nothing to merge) Revision Changes Path 1.16 +1 -1 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:41:47 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:41:54 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012241.m81MfljT030092@repoman.freebsd.org> keramida 2008-09-01 22:41:47 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.41 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml Revision Changes Path 1.17 +1 -3 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From keramida at FreeBSD.org Mon Sep 1 22:42:13 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 22:42:19 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012242.m81MgDhv030146@repoman.freebsd.org> keramida 2008-09-01 22:42:13 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.42 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml (nothing to merge) Revision Changes Path 1.18 +1 -1 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From ahze at FreeBSD.org Mon Sep 1 22:42:51 2008 From: ahze at FreeBSD.org (Michael Johnson) Date: Mon Sep 1 22:43:03 2008 Subject: cvs commit: ports/net-im/telepathy-salut Makefile distinfo Message-ID: <200809012242.m81Mgp0h030215@repoman.freebsd.org> ahze 2008-09-01 22:42:51 UTC FreeBSD ports repository Modified files: net-im/telepathy-salut Makefile distinfo Log: Update to 0.3.4 Revision Changes Path 1.13 +1 -1 ports/net-im/telepathy-salut/Makefile 1.8 +3 -3 ports/net-im/telepathy-salut/distinfo From dougb at FreeBSD.org Mon Sep 1 22:55:31 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Sep 1 22:55:48 2008 Subject: cvs commit: src/contrib/bind9 CHANGES COPYRIGHT configure.in version src/contrib/bind9/bin/dig dighost.c src/contrib/bind9/bin/named client.c config.c controlconf.c interfacemgr.c lwresd.c named.conf.docbook server.c ... Message-ID: <200809012255.m81MtTMD031503@repoman.freebsd.org> dougb 2008-09-01 22:54:49 UTC FreeBSD src repository Modified files: contrib/bind9 CHANGES COPYRIGHT configure.in version contrib/bind9/bin/dig dighost.c contrib/bind9/bin/named client.c config.c controlconf.c interfacemgr.c lwresd.c named.conf.docbook server.c contrib/bind9/bin/rndc rndc.c contrib/bind9/doc/arm Bv9ARM-book.xml contrib/bind9/lib/bind configure.in contrib/bind9/lib/bind9 check.c contrib/bind9/lib/dns api dispatch.c request.c resolver.c xfrin.c contrib/bind9/lib/dns/include/dns dispatch.h contrib/bind9/lib/isc api timer.c contrib/bind9/lib/isc/include/isc resource.h socket.h timer.h contrib/bind9/lib/isc/unix app.c resource.c socket.c socket_p.h contrib/bind9/lib/isccfg api namedconf.c Log: SVN rev 182645 on 2008-09-01 22:54:49Z by dougb Merge from vendor/bind9/dist as of the 9.4.2-P2 import Revision Changes Path 1.3 +45 -1 src/contrib/bind9/CHANGES 1.2 +3 -3 src/contrib/bind9/COPYRIGHT 1.2 +857 -530 src/contrib/bind9/bin/dig/dighost.c 1.3 +2 -2 src/contrib/bind9/bin/named/client.c 1.2 +146 -72 src/contrib/bind9/bin/named/config.c 1.2 +221 -83 src/contrib/bind9/bin/named/controlconf.c 1.2 +88 -20 src/contrib/bind9/bin/named/interfacemgr.c 1.2 +29 -20 src/contrib/bind9/bin/named/lwresd.c 1.2 +169 -102 src/contrib/bind9/bin/named/named.conf.docbook 1.3 +54 -15 src/contrib/bind9/bin/named/server.c 1.2 +208 -43 src/contrib/bind9/bin/rndc/rndc.c 1.2 +698 -332 src/contrib/bind9/configure.in 1.3 +21 -2 src/contrib/bind9/doc/arm/Bv9ARM-book.xml 1.2 +442 -166 src/contrib/bind9/lib/bind/configure.in 1.3 +2 -2 src/contrib/bind9/lib/bind9/check.c 1.3 +1 -1 src/contrib/bind9/lib/dns/api 1.3 +27 -7 src/contrib/bind9/lib/dns/dispatch.c 1.3 +2 -2 src/contrib/bind9/lib/dns/include/dns/dispatch.h 1.2 +14 -8 src/contrib/bind9/lib/dns/request.c 1.3 +17 -5 src/contrib/bind9/lib/dns/resolver.c 1.2 +124 -55 src/contrib/bind9/lib/dns/xfrin.c 1.2 +3 -3 src/contrib/bind9/lib/isc/api 1.2 +31 -16 src/contrib/bind9/lib/isc/include/isc/resource.h 1.2 +242 -181 src/contrib/bind9/lib/isc/include/isc/socket.h 1.2 +84 -76 src/contrib/bind9/lib/isc/include/isc/timer.h 1.2 +59 -47 src/contrib/bind9/lib/isc/timer.c 1.2 +15 -13 src/contrib/bind9/lib/isc/unix/app.c 1.2 +73 -5 src/contrib/bind9/lib/isc/unix/resource.c 1.2 +627 -139 src/contrib/bind9/lib/isc/unix/socket.c 1.2 +5 -3 src/contrib/bind9/lib/isc/unix/socket_p.h 1.2 +1 -1 src/contrib/bind9/lib/isccfg/api 1.2 +261 -117 src/contrib/bind9/lib/isccfg/namedconf.c 1.3 +2 -2 src/contrib/bind9/version From dougb at FreeBSD.org Mon Sep 1 22:55:31 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Sep 1 22:55:48 2008 Subject: cvs commit: src/lib/bind config.h Message-ID: <200809012255.m81MtUKR031530@repoman.freebsd.org> dougb 2008-09-01 22:55:23 UTC FreeBSD src repository Modified files: lib/bind config.h Log: SVN rev 182646 on 2008-09-01 22:55:23Z by dougb Update for version 9.4.2-P2 Revision Changes Path 1.9 +7 -3 src/lib/bind/config.h From dougb at FreeBSD.org Mon Sep 1 22:56:23 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Sep 1 22:56:29 2008 Subject: cvs commit: src/contrib/bind9 CHANGES configure.in version src/contrib/bind9/bin/dig dighost.c src/contrib/bind9/bin/named client.c config.c controlconf.c interfacemgr.c lwresd.c named.conf.docbook server.c src/contrib/bind9/doc/arm ... Message-ID: <200809012256.m81MuMw1031836@repoman.freebsd.org> dougb 2008-09-01 22:56:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/bind9 CHANGES configure.in version contrib/bind9/bin/dig dighost.c contrib/bind9/bin/named client.c config.c controlconf.c interfacemgr.c lwresd.c named.conf.docbook server.c contrib/bind9/doc/arm Bv9ARM-book.xml contrib/bind9/lib/bind configure.in contrib/bind9/lib/dns api dispatch.c message.c request.c resolver.c xfrin.c contrib/bind9/lib/dns/include/dns dispatch.h contrib/bind9/lib/isc api timer.c contrib/bind9/lib/isc/include/isc resource.h socket.h timer.h contrib/bind9/lib/isc/unix app.c resource.c socket.c socket_p.h contrib/bind9/lib/isccfg api namedconf.c Log: SVN rev 182647 on 2008-09-01 22:56:10Z by dougb Merge from vendor/bind9/dist-9.3 as of the 9.3.5-P2 import Revision Changes Path 1.1.1.3.2.9 +43 -2 src/contrib/bind9/CHANGES 1.1.1.2.2.4 +7 -5 src/contrib/bind9/bin/dig/dighost.c 1.1.1.2.2.6 +23 -23 src/contrib/bind9/bin/named/client.c 1.1.1.2.2.3 +7 -6 src/contrib/bind9/bin/named/config.c 1.1.1.1.4.3 +3 -3 src/contrib/bind9/bin/named/controlconf.c 1.1.1.1.4.3 +10 -9 src/contrib/bind9/bin/named/interfacemgr.c 1.1.1.1.4.2 +6 -5 src/contrib/bind9/bin/named/lwresd.c 1.1.1.2.2.4 +4 -2 src/contrib/bind9/bin/named/named.conf.docbook 1.1.1.2.2.5 +52 -13 src/contrib/bind9/bin/named/server.c 1.1.1.2.2.5 +2 -2 src/contrib/bind9/configure.in 1.1.1.2.2.5 +19 -1 src/contrib/bind9/doc/arm/Bv9ARM-book.xml 1.1.1.2.2.4 +2 -2 src/contrib/bind9/lib/bind/configure.in 1.1.1.2.2.6 +1 -1 src/contrib/bind9/lib/dns/api 1.1.1.1.4.5 +34 -14 src/contrib/bind9/lib/dns/dispatch.c 1.1.1.1.4.4 +7 -7 src/contrib/bind9/lib/dns/include/dns/dispatch.h 1.1.1.1.4.4 +8 -5 src/contrib/bind9/lib/dns/message.c 1.1.1.1.4.3 +9 -9 src/contrib/bind9/lib/dns/request.c 1.1.1.2.2.9 +16 -4 src/contrib/bind9/lib/dns/resolver.c 1.1.1.2.2.4 +18 -7 src/contrib/bind9/lib/dns/xfrin.c 1.1.1.2.2.4 +3 -3 src/contrib/bind9/lib/isc/api 1.1.1.1.4.1 +16 -3 src/contrib/bind9/lib/isc/include/isc/resource.h 1.1.1.1.4.2 +16 -3 src/contrib/bind9/lib/isc/include/isc/socket.h 1.1.1.1.4.3 +4 -2 src/contrib/bind9/lib/isc/include/isc/timer.h 1.1.1.1.4.4 +10 -8 src/contrib/bind9/lib/isc/timer.c 1.1.1.1.4.2 +4 -4 src/contrib/bind9/lib/isc/unix/app.c 1.1.1.1.4.2 +55 -1 src/contrib/bind9/lib/isc/unix/resource.c 1.1.1.2.2.4 +202 -44 src/contrib/bind9/lib/isc/unix/socket.c 1.1.1.1.4.1 +2 -2 src/contrib/bind9/lib/isc/unix/socket_p.h 1.1.1.2.2.3 +1 -1 src/contrib/bind9/lib/isccfg/api 1.1.1.2.2.4 +2 -1 src/contrib/bind9/lib/isccfg/namedconf.c 1.1.1.3.2.9 +2 -2 src/contrib/bind9/version From dougb at FreeBSD.org Mon Sep 1 22:56:54 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Sep 1 22:57:05 2008 Subject: cvs commit: src/lib/bind config.h src/lib/bind/bind config.h Message-ID: <200809012256.m81MurZM031907@repoman.freebsd.org> dougb 2008-09-01 22:56:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/bind config.h lib/bind/bind config.h Log: SVN rev 182648 on 2008-09-01 22:56:37Z by dougb Update for version 9.3.5-P2 Revision Changes Path 1.1.4.6 +2 -2 src/lib/bind/bind/config.h 1.2.2.6 +7 -3 src/lib/bind/config.h From obrien at FreeBSD.org Mon Sep 1 22:58:12 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 22:58:30 2008 Subject: cvs commit: src/sys/netinet6 dest6.c frag6.c icmp6.c in6.c in6.h in6_cksum.c in6_gif.c in6_gif.h in6_ifattach.c in6_ifattach.h in6_pcb.c in6_pcb.h in6_proto.c in6_rmx.c in6_src.c in6_var.h ip6_ecn.h ip6_forward.c ip6_id.c ip6_input.c ip6_mroute.c ... Message-ID: <200809012258.m81MwBtk032142@repoman.freebsd.org> obrien 2008-09-01 22:57:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 dest6.c frag6.c icmp6.c in6.c in6.h in6_cksum.c in6_gif.c in6_gif.h in6_ifattach.c in6_ifattach.h in6_pcb.c in6_pcb.h in6_proto.c in6_rmx.c in6_src.c in6_var.h ip6_ecn.h ip6_forward.c ip6_id.c ip6_input.c ip6_mroute.c ip6_mroute.h ip6_output.c ip6_var.h ip6protosw.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c pim6.h pim6_var.h raw_ip6.c raw_ip6.h route6.c scope6.c scope6_var.h tcp6_var.h udp6_usrreq.c udp6_var.h Log: SVN rev 182649 on 2008-09-01 22:57:56Z by obrien MFC: r175162 & r174510: un-__P() & clean up VCS Ids. Revision Changes Path 1.10.2.1 +5 -3 src/sys/netinet6/dest6.c 1.25.2.3 +10 -8 src/sys/netinet6/frag6.c 1.62.2.10 +14 -12 src/sys/netinet6/icmp6.c 1.51.2.12 +6 -4 src/sys/netinet6/in6.c 1.36.2.9 +3 -3 src/sys/netinet6/in6.h 1.10.2.2 +5 -3 src/sys/netinet6/in6_cksum.c 1.22.2.3 +5 -3 src/sys/netinet6/in6_gif.c 1.7.2.1 +3 -3 src/sys/netinet6/in6_gif.h 1.26.2.9 +10 -8 src/sys/netinet6/in6_ifattach.c 1.5.2.3 +3 -3 src/sys/netinet6/in6_ifattach.h 1.62.2.7 +7 -11 src/sys/netinet6/in6_pcb.c 1.16.2.1 +2 -3 src/sys/netinet6/in6_pcb.h 1.32.2.9 +6 -4 src/sys/netinet6/in6_proto.c 1.14.2.1 +6 -4 src/sys/netinet6/in6_rmx.c 1.30.2.6 +12 -12 src/sys/netinet6/in6_src.c 1.21.2.8 +3 -3 src/sys/netinet6/in6_var.h 1.6.2.1 +3 -3 src/sys/netinet6/ip6_ecn.h 1.28.2.4 +5 -3 src/sys/netinet6/ip6_forward.c 1.7.2.1 +7 -4 src/sys/netinet6/ip6_id.c 1.81.2.5 +9 -7 src/sys/netinet6/ip6_input.c 1.29.2.9 +18 -17 src/sys/netinet6/ip6_mroute.c 1.6.2.2 +3 -3 src/sys/netinet6/ip6_mroute.h 1.90.2.12 +12 -10 src/sys/netinet6/ip6_output.c 1.30.2.8 +3 -3 src/sys/netinet6/ip6_var.h 1.13.2.1 +3 -5 src/sys/netinet6/ip6protosw.h 1.19.2.7 +6 -4 src/sys/netinet6/mld6.c 1.6.2.2 +3 -3 src/sys/netinet6/mld6_var.h 1.48.2.21 +11 -9 src/sys/netinet6/nd6.c 1.19.2.3 +3 -3 src/sys/netinet6/nd6.h 1.29.2.10 +13 -11 src/sys/netinet6/nd6_nbr.c 1.26.2.6 +15 -13 src/sys/netinet6/nd6_rtr.c 1.3.2.1 +3 -3 src/sys/netinet6/pim6.h 1.4.2.1 +6 -6 src/sys/netinet6/pim6_var.h 1.50.2.9 +4 -3 src/sys/netinet6/raw_ip6.c 1.2.2.1 +3 -3 src/sys/netinet6/raw_ip6.h 1.11.2.3 +5 -3 src/sys/netinet6/route6.c 1.12.2.2 +5 -3 src/sys/netinet6/scope6.c 1.4.2.2 +3 -3 src/sys/netinet6/scope6_var.h 1.7.2.1 +0 -2 src/sys/netinet6/tcp6_var.h 1.54.2.4 +8 -5 src/sys/netinet6/udp6_usrreq.c 1.7.2.1 +1 -2 src/sys/netinet6/udp6_var.h From obrien at FreeBSD.org Mon Sep 1 23:03:14 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:03:20 2008 Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200809012303.m81N3CRX033675@repoman.freebsd.org> obrien 2008-09-01 23:03:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sig.c Log: SVN rev 182650 on 2008-09-01 23:03:05Z by obrien MFC: r174756: Be more exact with sigaction SA_SIGINFO handling. Revision Changes Path 1.306.2.8 +5 -2 src/sys/kern/kern_sig.c From keramida at FreeBSD.org Mon Sep 1 23:03:51 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Mon Sep 1 23:03:58 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml Message-ID: <200809012303.m81N3pJD033728@repoman.freebsd.org> keramida 2008-09-01 23:03:51 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: MFen: 1.43 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml (I've already added similar wording to the el_GR translation.) Revision Changes Path 1.19 +1 -1 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From obrien at FreeBSD.org Mon Sep 1 23:04:14 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:04:20 2008 Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c Message-ID: <200809012304.m81N4DFc033787@repoman.freebsd.org> obrien 2008-09-01 23:03:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vnops.c Log: SVN rev 182651 on 2008-09-01 23:03:55Z by obrien MFC: r175053: style(9) Revision Changes Path 1.157.2.9 +17 -17 src/sys/ufs/ffs/ffs_vnops.c From mlaier at FreeBSD.org Mon Sep 1 23:05:44 2008 From: mlaier at FreeBSD.org (Max Laier) Date: Mon Sep 1 23:05:56 2008 Subject: cvs commit: src/sys/netinet ip_carp.c Message-ID: <200809012305.m81N5isc034004@repoman.freebsd.org> mlaier 2008-09-01 23:05:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_carp.c Log: SVN rev 182652 on 2008-09-01 23:05:41Z by mlaier MFC: r179490 Sort IP addresses before hashing them for the signature. Otherwise carp is sensitive to address configuration order. PR: kern/121574 Forgotten by: mlaier Revision Changes Path 1.27.2.13 +39 -13 src/sys/netinet/ip_carp.c From obrien at FreeBSD.org Mon Sep 1 23:08:01 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:08:12 2008 Subject: cvs commit: src/sys/kern link_elf_obj.c Message-ID: <200809012308.m81N801g034171@repoman.freebsd.org> obrien 2008-09-01 23:07:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern link_elf_obj.c Log: SVN rev 182653 on 2008-09-01 23:07:50Z by obrien MFC: r180447: Improve readability and cscope searches a little bit. Revision Changes Path 1.87.2.6 +38 -38 src/sys/kern/link_elf_obj.c From obrien at FreeBSD.org Mon Sep 1 23:10:01 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:10:07 2008 Subject: cvs commit: src/contrib/gcc/config/mips freebsd.h Message-ID: <200809012310.m81NA14X034335@repoman.freebsd.org> obrien 2008-09-01 23:09:45 UTC FreeBSD src repository Modified files: contrib/gcc/config/mips freebsd.h Log: SVN rev 182654 on 2008-09-01 23:09:45Z by obrien We're not quite ready for the full %(endian_spec). Revision Changes Path 1.2 +3 -1 src/contrib/gcc/config/mips/freebsd.h From obrien at FreeBSD.org Mon Sep 1 23:10:52 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:11:04 2008 Subject: cvs commit: src/sys/sys ioccom.h Message-ID: <200809012310.m81NAosh034468@repoman.freebsd.org> obrien 2008-09-01 23:10:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys ioccom.h Log: SVN rev 182655 on 2008-09-01 23:10:16Z by obrien MFC: 182391: Protect _IOC's 'len' and 'inout' parameters. Revision Changes Path 1.15.8.2 +2 -2 src/sys/sys/ioccom.h From obrien at FreeBSD.org Mon Sep 1 23:19:08 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:19:14 2008 Subject: cvs commit: src/sys/netinet ip_carp.c Message-ID: <200809012319.m81NJ7Ms035088@repoman.freebsd.org> obrien 2008-09-01 23:19:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_carp.c Log: SVN rev 182656 on 2008-09-01 23:19:00Z by obrien Backout r182652 - as it breaks the build (due to `IN6_IS_SCOPE_EMBED'). [My apologies for backing this out, but we're up against a code freeze] Revision Changes Path 1.27.2.14 +13 -39 src/sys/netinet/ip_carp.c From obrien at FreeBSD.org Mon Sep 1 23:42:39 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:42:50 2008 Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200809012342.m81NgciD037110@repoman.freebsd.org> obrien 2008-09-01 23:42:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/syslogd syslogd.c Log: SVN rev 182657 on 2008-09-01 23:42:21Z by obrien MFC: r176427: Two no-op fixes to improve corretness of syslogd code: 1) Use [AP]F_LOCAL rather than [AP]F_UNIX. 2) When copying a pipe's name, use f->f_un.f_pipe.f_pname, not f->f_un.f_fname. Revision Changes Path 1.144.2.5 +4 -3 src/usr.sbin/syslogd/syslogd.c From obrien at FreeBSD.org Mon Sep 1 23:43:55 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:44:02 2008 Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c Message-ID: <200809012343.m81NhssS037219@repoman.freebsd.org> obrien 2008-09-01 23:43:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/syslogd syslogd.8 syslogd.c Log: SVN rev 182658 on 2008-09-01 23:43:48Z by obrien MFC: r178986: Add -8 switch to syslogd to prevent it from mangling 8-bit data. Revision Changes Path 1.60.2.1 +19 -2 src/usr.sbin/syslogd/syslogd.8 1.144.2.6 +7 -3 src/usr.sbin/syslogd/syslogd.c From obrien at FreeBSD.org Mon Sep 1 23:46:25 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:46:37 2008 Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200809012346.m81NkP3i037471@repoman.freebsd.org> obrien 2008-09-01 23:46:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/syslogd syslogd.c Log: SVN rev 182659 on 2008-09-01 23:46:17Z by obrien MFC: r174533, r182605: + Open ctty in non-blocking mode to avoid hangs during open and close(waiting for the port to drain). + Handle "*" as a priority properly. + Test what is free'ed. + Dynamically determine length vs. hardcoding it. + Free the previous message buffer (f_prevline) only after logging all the messages and just before the process exit. Also check f_prevline for NULL before using it. + The time displayed is not synchornized with the other log destinations. + Fix a comment. + Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL. Revision Changes Path 1.144.2.7 +30 -13 src/usr.sbin/syslogd/syslogd.c From obrien at FreeBSD.org Mon Sep 1 23:48:11 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:48:23 2008 Subject: cvs commit: src/tools/tools/editing freebsd.vim Message-ID: <200809012348.m81NmBTE037609@repoman.freebsd.org> obrien 2008-09-01 23:48:06 UTC FreeBSD src repository Added files: (Branch: RELENG_6) tools/tools/editing freebsd.vim Log: SVN rev 182660 on 2008-09-01 23:48:06Z by obrien MFC: r174533, r182605: + Open ctty in non-blocking mode to avoid hangs during open and close(waiting for the port to drain). + Handle "*" as a priority properly. + Test what is free'ed. + Dynamically determine length vs. hardcoding it. + Free the previous message buffer (f_prevline) only after logging all the messages and just before the process exit. Also check f_prevline for NULL before using it. + The time displayed is not synchornized with the other log destinations. + Fix a comment. + Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL. Revision Changes Path 1.2.2.1 +68 -0 src/tools/tools/editing/freebsd.vim (new) From chinsan at FreeBSD.org Mon Sep 1 23:48:39 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Mon Sep 1 23:48:45 2008 Subject: cvs commit: ports/x11/rendercheck Makefile distinfo pkg-plist Message-ID: <200809012348.m81Nmdow037660@repoman.freebsd.org> chinsan 2008-09-01 23:48:39 UTC FreeBSD ports repository Modified files: x11/rendercheck Makefile distinfo Removed files: x11/rendercheck pkg-plist Log: - Update to 1.3 - Use PLIST_FILES PR: ports/126569 Submitted by: chinsan Revision Changes Path 1.6 +3 -2 ports/x11/rendercheck/Makefile 1.5 +3 -3 ports/x11/rendercheck/distinfo 1.2 +0 -1 ports/x11/rendercheck/pkg-plist (dead) From des at FreeBSD.org Mon Sep 1 23:49:44 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Mon Sep 1 23:49:50 2008 Subject: cvs commit: src/crypto/openssh ssh_config.5 Message-ID: <200809012349.m81NngOr037752@repoman.freebsd.org> des 2008-09-01 23:49:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) crypto/openssh ssh_config.5 Log: SVN rev 182661 on 2008-09-01 23:49:34Z by des Document the correct algorithm preference. Revision Changes Path 1.23.2.2 +1 -1 src/crypto/openssh/ssh_config.5 From des at FreeBSD.org Mon Sep 1 23:55:46 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Mon Sep 1 23:55:58 2008 Subject: cvs commit: src UPDATING Message-ID: <200809012355.m81NtjZT038288@repoman.freebsd.org> des 2008-09-01 23:50:56 UTC FreeBSD src repository Modified files: . UPDATING Log: SVN rev 182662 on 2008-09-01 23:50:56Z by des Belatedly add a notice about the reversed order of preference for OpenSSH authentication keys. Revision Changes Path 1.540 +15 -0 src/UPDATING From obrien at FreeBSD.org Mon Sep 1 23:57:16 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Mon Sep 1 23:57:22 2008 Subject: cvs commit: src/sys Makefile Message-ID: <200809012357.m81NvGpT038406@repoman.freebsd.org> obrien 2008-09-01 23:52:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys Makefile Log: SVN rev 182663 on 2008-09-01 23:52:54Z by obrien MFC: r179174 (rev 1.47): Cscope enhancement's. Revision Changes Path 1.33.2.4 +18 -9 src/sys/Makefile From des at FreeBSD.org Tue Sep 2 00:01:55 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Tue Sep 2 00:02:02 2008 Subject: cvs commit: src UPDATING Message-ID: <200809020001.m8201tuT038765@repoman.freebsd.org> des 2008-09-01 23:53:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING Log: SVN rev 182664 on 2008-09-01 23:53:55Z by des Note the OpenSSH upgrade. Revision Changes Path 1.507.2.12 +3 -0 src/UPDATING From obrien at FreeBSD.org Tue Sep 2 00:03:16 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Tue Sep 2 00:03:24 2008 Subject: cvs commit: src/sbin/fdisk fdisk.8 fdisk.c Message-ID: <200809020003.m8203FiS039994@repoman.freebsd.org> obrien 2008-09-01 23:54:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/fdisk fdisk.8 fdisk.c Log: SVN rev 182665 on 2008-09-01 23:54:57Z by obrien MFC: r181036: Add a -q[uiet] flag for scripts. Revision Changes Path 1.36.8.2 +4 -1 src/sbin/fdisk/fdisk.8 1.79.2.5 +8 -3 src/sbin/fdisk/fdisk.c From obrien at FreeBSD.org Tue Sep 2 00:03:16 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Tue Sep 2 00:03:39 2008 Subject: cvs commit: src/usr.bin/fetch fetch.c Message-ID: <200809020003.m8203GSt040021@repoman.freebsd.org> obrien 2008-09-01 23:55:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/fetch fetch.c Log: SVN rev 182666 on 2008-09-01 23:55:38Z by obrien MFC r181962: Use the SCHEME_ knobs rather than knowing what they expand to. Revision Changes Path 1.75.2.3 +2 -2 src/usr.bin/fetch/fetch.c From obrien at FreeBSD.org Tue Sep 2 00:03:49 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Tue Sep 2 00:04:02 2008 Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master src/sys/kern syscalls.master Message-ID: <200809020003.m8203mKf040093@repoman.freebsd.org> obrien 2008-09-01 23:56:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 syscalls.master sys/kern syscalls.master Log: SVN rev 182667 on 2008-09-01 23:56:23Z by obrien MFC r181972: Add comments on NOARGS, NODEF, and NOPROTO. Revision Changes Path 1.50.2.17 +7 -0 src/sys/compat/freebsd32/syscalls.master 1.198.2.7 +8 -0 src/sys/kern/syscalls.master From imp at FreeBSD.org Tue Sep 2 00:04:33 2008 From: imp at FreeBSD.org (Warner Losh) Date: Tue Sep 2 00:04:38 2008 Subject: cvs commit: src/sys/modules/aha Makefile src/sys/modules/ahb Makefile src/sys/modules/an Makefile src/sys/modules/ar Makefile src/sys/modules/ath_rate_amrr Makefile src/sys/modules/ath_rate_onoe Makefile src/sys/modules/ath_rate_sample Makefile ... Message-ID: <200809020004.m8204W0e040848@repoman.freebsd.org> imp 2008-09-01 23:59:00 UTC FreeBSD src repository Modified files: sys/modules/aha Makefile sys/modules/ahb Makefile sys/modules/an Makefile sys/modules/ar Makefile sys/modules/ath_rate_amrr Makefile sys/modules/ath_rate_onoe Makefile sys/modules/ath_rate_sample Makefile sys/modules/ce Makefile sys/modules/cp Makefile sys/modules/ctau Makefile sys/modules/cx Makefile sys/modules/digi/digi Makefile sys/modules/fatm Makefile sys/modules/hatm Makefile sys/modules/hifn Makefile sys/modules/if_tap Makefile sys/modules/linux Makefile sys/modules/netgraph/sync_ar Makefile sys/modules/netgraph/sync_sr Makefile sys/modules/patm Makefile sys/modules/pf Makefile sys/modules/pflog Makefile sys/modules/rp Makefile sys/modules/safe Makefile sys/modules/sppp Makefile sys/modules/sr Makefile sys/modules/svr4 Makefile sys/modules/trm Makefile sys/modules/ubsec Makefile sys/modules/wlan Makefile sys/modules/wlan_acl Makefile sys/modules/wlan_amrr Makefile sys/modules/wlan_ccmp Makefile sys/modules/wlan_rssadapt Makefile sys/modules/wlan_tkip Makefile sys/modules/wlan_wep Makefile sys/modules/wlan_xauth Makefile Log: SVN rev 182668 on 2008-09-01 23:59:00Z by imp Per email to arch@ a little while ago (that was greeted with silence), prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles. Revision Changes Path 1.10 +1 -1 src/sys/modules/aha/Makefile 1.3 +2 -3 src/sys/modules/ahb/Makefile 1.9 +1 -1 src/sys/modules/an/Makefile 1.6 +1 -1 src/sys/modules/ar/Makefile 1.8 +2 -2 src/sys/modules/ath_rate_amrr/Makefile 1.7 +2 -2 src/sys/modules/ath_rate_onoe/Makefile 1.7 +2 -2 src/sys/modules/ath_rate_sample/Makefile 1.4 +2 -2 src/sys/modules/ce/Makefile 1.6 +2 -2 src/sys/modules/cp/Makefile 1.5 +2 -2 src/sys/modules/ctau/Makefile 1.6 +2 -2 src/sys/modules/cx/Makefile 1.6 +2 -2 src/sys/modules/digi/digi/Makefile 1.4 +2 -2 src/sys/modules/fatm/Makefile 1.4 +2 -2 src/sys/modules/hatm/Makefile 1.7 +1 -1 src/sys/modules/hifn/Makefile 1.7 +1 -1 src/sys/modules/if_tap/Makefile 1.73 +1 -1 src/sys/modules/linux/Makefile 1.4 +3 -3 src/sys/modules/netgraph/sync_ar/Makefile 1.3 +3 -3 src/sys/modules/netgraph/sync_sr/Makefile 1.4 +2 -2 src/sys/modules/patm/Makefile 1.14 +5 -5 src/sys/modules/pf/Makefile 1.7 +3 -3 src/sys/modules/pflog/Makefile 1.5 +1 -1 src/sys/modules/rp/Makefile 1.5 +1 -1 src/sys/modules/safe/Makefile 1.8 +3 -3 src/sys/modules/sppp/Makefile 1.5 +1 -1 src/sys/modules/sr/Makefile 1.31 +2 -2 src/sys/modules/svr4/Makefile 1.3 +1 -1 src/sys/modules/trm/Makefile 1.7 +1 -1 src/sys/modules/ubsec/Makefile 1.11 +4 -4 src/sys/modules/wlan/Makefile 1.3 +1 -1 src/sys/modules/wlan_acl/Makefile 1.3 +1 -1 src/sys/modules/wlan_amrr/Makefile 1.5 +1 -1 src/sys/modules/wlan_ccmp/Makefile 1.2 +1 -1 src/sys/modules/wlan_rssadapt/Makefile 1.3 +1 -1 src/sys/modules/wlan_tkip/Makefile 1.3 +1 -1 src/sys/modules/wlan_wep/Makefile 1.3 +1 -1 src/sys/modules/wlan_xauth/Makefile From chinsan at FreeBSD.org Tue Sep 2 00:08:46 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 00:08:56 2008 Subject: cvs commit: ports/irc/ctrlproxy Makefile ports/irc/ctrlproxy/files patch-lib_connection.c Message-ID: <200809020008.m8208jXt041332@repoman.freebsd.org> chinsan 2008-09-02 00:08:45 UTC FreeBSD ports repository Modified files: irc/ctrlproxy Makefile Added files: irc/ctrlproxy/files patch-lib_connection.c Log: - Fix segfaulting if unable to resolve hostname - Bump PORTREVISION PR: ports/126846 Submitted by: Ashish Shukla Approved by: maintainer Revision Changes Path 1.24 +1 -0 ports/irc/ctrlproxy/Makefile 1.1 +15 -0 ports/irc/ctrlproxy/files/patch-lib_connection.c (new) From edwin at FreeBSD.org Tue Sep 2 00:09:10 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Sep 2 00:09:21 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200809020009.m82099Zh041408@repoman.freebsd.org> edwin 2008-09-02 00:09:09 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Tuesday 02 September 2008 at 00:09 Revision Changes Path 1.20145 +1 -1 CVSROOT/modules From lippe at FreeBSD.org Tue Sep 2 01:07:18 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 01:07:24 2008 Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/echinus Makefile distinfo pkg-descr ports/x11-wm/echinus/files patch-Makefile patch-config.mk pkg-message.in Message-ID: <200809020107.m8217IRW056853@repoman.freebsd.org> lippe 2008-09-02 01:07:18 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/echinus Makefile distinfo pkg-descr x11-wm/echinus/files patch-Makefile patch-config.mk pkg-message.in Log: echinus is a dynamic window manager for X11 supporting managing windows in floating, tiled and maximized layouts based on dwm. All the configuration is made via config file in Xresources format. Echinus supports a small subset of EWMH to be compatible with external panels and pagers. The goal of development is a small, fast window manager without features not strictly related to window management (menus, panels, etc.) WWW: http://rootshell.be/~polachok/code/ PR: ports/126238 Submitted by: Henrik Friedrichsen Revision Changes Path 1.231 +1 -0 ports/x11-wm/Makefile 1.1 +43 -0 ports/x11-wm/echinus/Makefile (new) 1.1 +3 -0 ports/x11-wm/echinus/distinfo (new) 1.1 +11 -0 ports/x11-wm/echinus/files/patch-Makefile (new) 1.1 +29 -0 ports/x11-wm/echinus/files/patch-config.mk (new) 1.1 +9 -0 ports/x11-wm/echinus/files/pkg-message.in (new) 1.1 +9 -0 ports/x11-wm/echinus/pkg-descr (new) From lippe at FreeBSD.org Tue Sep 2 01:19:18 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 01:19:24 2008 Subject: cvs commit: ports/databases Makefile ports/databases/sqlbuddy Makefile distinfo pkg-descr pkg-plist ports/databases/sqlbuddy/files pkg-message.in Message-ID: <200809020119.m821JHw1057816@repoman.freebsd.org> lippe 2008-09-02 01:19:17 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/sqlbuddy Makefile distinfo pkg-descr pkg-plist databases/sqlbuddy/files pkg-message.in Log: SQL Buddy - Web based MySQL administration PR: ports/126646 Submitted by: ChenGuang LI Revision Changes Path 1.706 +1 -0 ports/databases/Makefile 1.1 +44 -0 ports/databases/sqlbuddy/Makefile (new) 1.1 +3 -0 ports/databases/sqlbuddy/distinfo (new) 1.1 +13 -0 ports/databases/sqlbuddy/files/pkg-message.in (new) 1.1 +23 -0 ports/databases/sqlbuddy/pkg-descr (new) 1.1 +103 -0 ports/databases/sqlbuddy/pkg-plist (new) From lippe at FreeBSD.org Tue Sep 2 01:22:35 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 01:22:47 2008 Subject: cvs commit: ports/www Makefile ports/www/p5-Catalyst-Model-Adaptor Makefile distinfo pkg-descr pkg-plist Message-ID: <200809020122.m821MZvM058205@repoman.freebsd.org> lippe 2008-09-02 01:22:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Model-Adaptor Makefile distinfo pkg-descr pkg-plist Log: Catalyst::Model::Adaptor - use a plain class as a Catalyst model WWW: http://search.cpan.org/dist/Catalyst-Model-Adaptor PR: ports/127022 Submitted by: Vladimir Timofeev Revision Changes Path 1.2141 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/p5-Catalyst-Model-Adaptor/Makefile (new) 1.1 +3 -0 ports/www/p5-Catalyst-Model-Adaptor/distinfo (new) 1.1 +3 -0 ports/www/p5-Catalyst-Model-Adaptor/pkg-descr (new) 1.1 +19 -0 ports/www/p5-Catalyst-Model-Adaptor/pkg-plist (new) From lippe at FreeBSD.org Tue Sep 2 01:28:35 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 01:28:43 2008 Subject: cvs commit: ports/devel/tmake Makefile Message-ID: <200809020128.m821SZ0C058759@repoman.freebsd.org> lippe 2008-09-02 01:28:35 UTC FreeBSD ports repository Modified files: devel/tmake Makefile Log: - Although it is used to construct makefiles for qt3-related projects, does not actually use USE_QT. With this change, ports that use tmake during a build, but should only depend on qt conditionally, are not forced to depend upon qt unconditionally. Example: devel/doxygen. - Optimize Makefile. - Bump PORTREVISION. PR: ports/126542 Submitted by: bf Approved by: maintainer timeout (> 2 weeks) Revision Changes Path 1.20 +5 -8 ports/devel/tmake/Makefile From kmacy at FreeBSD.org Tue Sep 2 01:33:08 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Tue Sep 2 01:33:14 2008 Subject: cvs commit: src/sys/i386/xen xen_machdep.c Message-ID: <200809020132.m821WxN1060176@repoman.freebsd.org> kmacy 2008-09-02 01:32:52 UTC FreeBSD src repository Modified files: sys/i386/xen xen_machdep.c Log: SVN rev 182669 on 2008-09-02 01:32:52Z by kmacy Fix problem with large memory configuration by ensuring that all NKPT page table pages have been zeroed before entering them in the page directory MFC after: 1 month Revision Changes Path 1.7 +7 -0 src/sys/i386/xen/xen_machdep.c From lippe at FreeBSD.org Tue Sep 2 01:37:53 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 01:37:58 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml Message-ID: <200809020137.m821bqYn060999@repoman.freebsd.org> lippe 2008-09-02 01:37:52 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add ChenGuang LI by databases/sqlbuddy. - Add Henrik Friedrichsen by x11-wm/echinus. Revision Changes Path 1.821 +10 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From maho at FreeBSD.org Tue Sep 2 01:45:57 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Tue Sep 2 01:46:03 2008 Subject: cvs commit: ports/cad/calculix Makefile distinfo pkg-plist ports/cad/calculix/files patch-ccx_VER+src+CalculiX.h patch-ccx_VER+src+Makefile patch-cgx_VER+src+Makefile patch-cgx_VER+src+cgx.h patch-cgx_VER+src+uselibSNL.cpp Message-ID: <200809020145.m821juZx061756@repoman.freebsd.org> maho 2008-09-02 01:45:56 UTC FreeBSD ports repository Modified files: cad/calculix Makefile distinfo pkg-plist cad/calculix/files patch-ccx_VER+src+CalculiX.h patch-ccx_VER+src+Makefile patch-cgx_VER+src+Makefile patch-cgx_VER+src+cgx.h patch-cgx_VER+src+uselibSNL.cpp Log: Update to 1.8. Suggested by: Pedro Giffuni Revision Changes Path 1.26 +1 -1 ports/cad/calculix/Makefile 1.14 +18 -18 ports/cad/calculix/distinfo 1.8 +2 -2 ports/cad/calculix/files/patch-ccx_VER+src+CalculiX.h 1.11 +13 -13 ports/cad/calculix/files/patch-ccx_VER+src+Makefile 1.9 +2 -2 ports/cad/calculix/files/patch-cgx_VER+src+Makefile 1.8 +4 -4 ports/cad/calculix/files/patch-cgx_VER+src+cgx.h 1.8 +2 -2 ports/cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp 1.12 +89 -6 ports/cad/calculix/pkg-plist From chinsan at FreeBSD.org Tue Sep 2 01:49:09 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 01:49:20 2008 Subject: cvs commit: ports/graphics/epdfview Makefile ports/graphics/epdfview/files patch-PrintPtr.cxx Message-ID: <200809020149.m821n3jZ062007@repoman.freebsd.org> chinsan 2008-09-02 01:49:03 UTC FreeBSD ports repository Modified files: graphics/epdfview Makefile Added files: graphics/epdfview/files patch-PrintPtr.cxx Log: - Fix segfault when opening the print dialog. - Bump PORTREVISION PR: ports/126917 Submitted by: Henrik Friedrichsen Approved by: maintainer Revision Changes Path 1.16 +1 -1 ports/graphics/epdfview/Makefile 1.1 +103 -0 ports/graphics/epdfview/files/patch-PrintPtr.cxx (new) From maho at FreeBSD.org Tue Sep 2 01:59:59 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Tue Sep 2 02:00:05 2008 Subject: cvs commit: ports/math/superlu_mt Makefile Message-ID: <200809020159.m821xwPR070631@repoman.freebsd.org> maho 2008-09-02 01:59:58 UTC FreeBSD ports repository Modified files: math/superlu_mt Makefile Log: Hopefully fix the build... Revision Changes Path 1.21 +0 -4 ports/math/superlu_mt/Makefile From maho at FreeBSD.org Tue Sep 2 02:10:58 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Tue Sep 2 02:11:05 2008 Subject: cvs commit: ports/math/octave Makefile ports/math/octave/files patch-mkoctfile.in Message-ID: <200809020210.m822Avhq075058@repoman.freebsd.org> maho 2008-09-02 02:10:57 UTC FreeBSD ports repository Modified files: math/octave Makefile Added files: math/octave/files patch-mkoctfile.in Log: Recognize the -pthread flag, and bump port revision. PR: 126899 Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.84 +1 -1 ports/math/octave/Makefile 1.4 +11 -0 ports/math/octave/files/patch-mkoctfile.in (new) From keramida at FreeBSD.org Tue Sep 2 02:36:01 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 02:36:07 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook colophon.sgml Message-ID: <200809020236.m822a1Md077039@repoman.freebsd.org> keramida 2008-09-02 02:36:01 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook colophon.sgml Log: Bump %SRCID% to revision 1.9 (latest translated version) Revision Changes Path 1.3 +1 -1 doc/el_GR.ISO8859-7/books/handbook/colophon.sgml From keramida at FreeBSD.org Tue Sep 2 02:36:47 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 02:36:53 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/freebsd-questions article.sgml Message-ID: <200809020236.m822alt7077117@repoman.freebsd.org> keramida 2008-09-02 02:36:47 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/freebsd-questions article.sgml Log: MFen: 1.17 doc/en_US.ISO8859-1/articles/freebsd-questions/article.sgml Revision Changes Path 1.8 +63 -54 doc/el_GR.ISO8859-7/articles/freebsd-questions/article.sgml From keramida at FreeBSD.org Tue Sep 2 02:37:08 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 02:37:13 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/freebsd-questions article.sgml Message-ID: <200809020237.m822b7dI077174@repoman.freebsd.org> keramida 2008-09-02 02:37:07 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/freebsd-questions article.sgml Log: MFen: 1.18 doc/en_US.ISO8859-1/articles/freebsd-questions/article.sgml Revision Changes Path 1.9 +3 -3 doc/el_GR.ISO8859-7/articles/freebsd-questions/article.sgml From keramida at FreeBSD.org Tue Sep 2 02:37:49 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 02:38:01 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/freebsd-questions article.sgml Message-ID: <200809020237.m822bnd4077242@repoman.freebsd.org> keramida 2008-09-02 02:37:49 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/freebsd-questions article.sgml Log: MFen: 1.18 -> 1.20 en_US.ISO8859-1/articles/freebsd-questions/article.sgml Revision Changes Path 1.10 +2 -2 doc/el_GR.ISO8859-7/articles/freebsd-questions/article.sgml From keramida at FreeBSD.org Tue Sep 2 02:38:51 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 02:39:02 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/freebsd-questions article.sgml Message-ID: <200809020238.m822cpjm077333@repoman.freebsd.org> keramida 2008-09-02 02:38:51 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/freebsd-questions article.sgml Log: MFen: 1.20 -> 1.22 doc/en_US.ISO8859-1/articles/freebsd-questions/article.sgml Revision Changes Path 1.11 +3 -3 doc/el_GR.ISO8859-7/articles/freebsd-questions/article.sgml From keramida at FreeBSD.org Tue Sep 2 02:39:14 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 02:39:31 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/freebsd-questions article.sgml Message-ID: <200809020239.m822dESA077390@repoman.freebsd.org> keramida 2008-09-02 02:39:14 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/freebsd-questions article.sgml Log: MFen: 1.23 en_US.ISO8859-1/articles/freebsd-questions/article.sgml Revision Changes Path 1.12 +10 -10 doc/el_GR.ISO8859-7/articles/freebsd-questions/article.sgml From keramida at FreeBSD.org Tue Sep 2 02:39:45 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 02:39:56 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/freebsd-questions article.sgml Message-ID: <200809020239.m822diuD077440@repoman.freebsd.org> keramida 2008-09-02 02:39:44 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/freebsd-questions article.sgml Log: MFen: 1.24 doc/en_US.ISO8859-1/articles/freebsd-questions/article.sgml (no content to merge) Revision Changes Path 1.13 +1 -1 doc/el_GR.ISO8859-7/articles/freebsd-questions/article.sgml From nwhitehorn at FreeBSD.org Tue Sep 2 02:51:01 2008 From: nwhitehorn at FreeBSD.org (Nathan Whitehorn) Date: Tue Sep 2 02:51:13 2008 Subject: cvs commit: src/sys/dev/bm if_bm.c Message-ID: <200809020251.m822p0P3078372@repoman.freebsd.org> nwhitehorn 2008-09-02 02:50:52 UTC FreeBSD src repository Modified files: sys/dev/bm if_bm.c Log: SVN rev 182670 on 2008-09-02 02:50:52Z by nwhitehorn Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enabled kernel. Approved by: marcel (mentor) MFC after: 1 day Revision Changes Path 1.3 +1 -1 src/sys/dev/bm/if_bm.c From kmacy at FreeBSD.org Tue Sep 2 02:55:46 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Tue Sep 2 02:55:53 2008 Subject: cvs commit: src/sys/i386/xen xen_machdep.c Message-ID: <200809020255.m822tkSN078771@repoman.freebsd.org> kmacy 2008-09-02 02:55:45 UTC FreeBSD src repository Modified files: sys/i386/xen xen_machdep.c Log: SVN rev 182671 on 2008-09-02 02:55:45Z by kmacy Accomodate the fact that the number of l1 pages varies with the size of the initially allocated memory - this lets us boot with 3GB MFC after: 1 month Revision Changes Path 1.8 +8 -5 src/sys/i386/xen/xen_machdep.c From kevlo at FreeBSD.org Tue Sep 2 02:59:17 2008 From: kevlo at FreeBSD.org (Kevin Lo) Date: Tue Sep 2 02:59:28 2008 Subject: cvs commit: src/sbin/md5 md5.c Message-ID: <200809020259.m822xH35079016@repoman.freebsd.org> kevlo 2008-09-02 02:59:13 UTC FreeBSD src repository Modified files: sbin/md5 md5.c Log: SVN rev 182672 on 2008-09-02 02:59:13Z by kevlo Use RUSAGE_SELF for the current process instead of hardcoded value Revision Changes Path 1.37 +2 -2 src/sbin/md5/md5.c From kevlo at FreeBSD.org Tue Sep 2 02:59:49 2008 From: kevlo at FreeBSD.org (Kevin Lo) Date: Tue Sep 2 03:00:01 2008 Subject: cvs commit: src/usr.bin/locate/locate locate.c Message-ID: <200809020259.m822xm6o079070@repoman.freebsd.org> kevlo 2008-09-02 02:59:38 UTC FreeBSD src repository Modified files: usr.bin/locate/locate locate.c Log: SVN rev 182673 on 2008-09-02 02:59:38Z by kevlo Use RUSAGE_SELF for the current process instead of hardcoded value Revision Changes Path 1.18 +1 -1 src/usr.bin/locate/locate/locate.c From maho at FreeBSD.org Tue Sep 2 03:11:08 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Tue Sep 2 03:11:15 2008 Subject: cvs commit: ports/math/octave-devel Makefile ports/math/octave-devel/files patch-mkoctfile.in Message-ID: <200809020311.m823B8RQ081431@repoman.freebsd.org> maho 2008-09-02 03:11:08 UTC FreeBSD ports repository Modified files: math/octave-devel Makefile Added files: math/octave-devel/files patch-mkoctfile.in Log: Recognize the -pthread flag, and bump port revision. PR: 126899 Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.78 +1 -0 ports/math/octave-devel/Makefile 1.4 +11 -0 ports/math/octave-devel/files/patch-mkoctfile.in (new) From QAT at FreeBSD.org Tue Sep 2 03:17:32 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue Sep 2 03:17:38 2008 Subject: cvs commit: ports/math/octave-devel Makefile ports/math/octave-devel/files patch-mkoctfile.in In-Reply-To: <200809020311.m823B8RQ081431@repoman.freebsd.org> References: In-Reply-To: <200809020311.m823B8RQ081431@repoman.freebsd.org> Message-ID: <20080902031730.6D9EA12E4306@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/octave-devel-3.1.51_1.log : building octave-devel-3.1.51_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: maho@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/math/octave-devel Makefile ident: $FreeBSD: ports/math/octave-devel/Makefile,v 1.78 2008/09/02 03:11:07 maho Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Sep 2 03:13:40 UTC 2008 ................................................... checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking for fnmatch... no checking for fnmatch in -lglob... no checking for glob... no checking for glob in -lglob... no configure: error: You are required to have fnmatch and glob ===> Script "configure" failed unexpectedly. Please report the problem to maho@FreeBSD.org [maintainer] and attach the "/work/a/ports/math/octave-devel/work/octave-3.1.51/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /a/ports/math/octave-devel. ================================================================ build of /usr/ports/math/octave-devel ended at Tue Sep 2 03:17:28 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From lippe at FreeBSD.org Tue Sep 2 03:45:11 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 03:45:21 2008 Subject: cvs commit: doc/share/pgpkeys lippe.key Message-ID: <200809020345.m823jAAD092420@repoman.freebsd.org> lippe 2008-09-02 03:45:10 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys lippe.key Log: - Update my PGP Key. Revision Changes Path 1.2 +32 -18 doc/share/pgpkeys/lippe.key From osa at FreeBSD.org Tue Sep 2 03:56:06 2008 From: osa at FreeBSD.org (Sergey A. Osokin) Date: Tue Sep 2 03:56:17 2008 Subject: cvs commit: ports/www/nginx-devel Makefile distinfo Message-ID: <200809020356.m823u6BI093283@repoman.freebsd.org> osa 2008-09-02 03:56:06 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Log: Update from 0.7.13 to 0.7.14. *) Change: now the ssl_certificate and ssl_certificate_key directives have not default values. *) Feature: the "listen" directive supports the "ssl" parameter. *) Feature: now nginx takes into account a time zone change while reconfiguration on FreeBSD and Linux. *) Bugfix: the "listen" directive parameters such as "backlog", "rcvbuf", etc. were not set, if a default server was not the first one. *) Bugfix: if URI part captured by a "rewrite" directive was used as a query string, then the query string was not escaped. *) Bugfix: configuration file validity test improvements. Revision Changes Path 1.161 +1 -1 ports/www/nginx-devel/Makefile 1.146 +3 -3 ports/www/nginx-devel/distinfo From weongyo at FreeBSD.org Tue Sep 2 04:49:50 2008 From: weongyo at FreeBSD.org (Weongyo Jeong) Date: Tue Sep 2 04:49:57 2008 Subject: cvs commit: src/sys/net80211 ieee80211.c Message-ID: <200809020449.m824nopu010573@repoman.freebsd.org> weongyo 2008-09-02 04:49:35 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: SVN rev 182674 on 2008-09-02 04:49:35Z by weongyo free ifp allocated at ieee80211_vap_setup. Reviewed by: sam, thompsa Revision Changes Path 1.54 +2 -0 src/sys/net80211/ieee80211.c From gshapiro at FreeBSD.org Tue Sep 2 04:53:36 2008 From: gshapiro at FreeBSD.org (Gregory Neil Shapiro) Date: Tue Sep 2 04:53:48 2008 Subject: cvs commit: src/contrib/sendmail/libmilter main.c Message-ID: <200809020453.m824raP6010911@repoman.freebsd.org> gshapiro 2008-09-02 04:53:24 UTC FreeBSD src repository Modified files: contrib/sendmail/libmilter main.c Log: SVN rev 182675 on 2008-09-02 04:53:24Z by gshapiro Fix an ABI breakage found after the import that will be part of the next version of sendmail. Putting it in now for the upcoming 7-BETA and 6-BETA test releases. Submitted by: Mike Tancsa Revision Changes Path 1.2 +129 -14 src/contrib/sendmail/libmilter/main.c From kuriyama at FreeBSD.org Tue Sep 2 04:55:58 2008 From: kuriyama at FreeBSD.org (Jun Kuriyama) Date: Tue Sep 2 04:56:05 2008 Subject: cvs commit: ports/japanese/zipcodes Makefile distinfo Message-ID: <200809020455.m824tvgw011147@repoman.freebsd.org> kuriyama 2008-09-02 04:55:57 UTC FreeBSD ports repository Modified files: japanese/zipcodes Makefile distinfo Log: Update to 20080829. Revision Changes Path 1.63 +2 -2 ports/japanese/zipcodes/Makefile 1.47 +6 -6 ports/japanese/zipcodes/distinfo From gshapiro at FreeBSD.org Tue Sep 2 05:08:38 2008 From: gshapiro at FreeBSD.org (Gregory Neil Shapiro) Date: Tue Sep 2 05:08:44 2008 Subject: cvs commit: src/contrib/sendmail/libmilter main.c Message-ID: <200809020508.m8258b5R013292@repoman.freebsd.org> gshapiro 2008-09-02 05:08:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/sendmail/libmilter main.c Log: SVN rev 182677 on 2008-09-02 05:08:26Z by gshapiro MFC r182675: Fix an ABI breakage found after the import that will be part of the next version of sendmail. Putting it in now for the upcoming 7-BETA and 6-BETA test releases. Submitted by: Mike Tancsa Approved by: re (kensmith) Revision Changes Path 1.1.1.15.2.2 +2 -1 src/contrib/sendmail/libmilter/main.c From gshapiro at FreeBSD.org Tue Sep 2 05:09:08 2008 From: gshapiro at FreeBSD.org (Gregory Neil Shapiro) Date: Tue Sep 2 05:09:15 2008 Subject: cvs commit: src/contrib/sendmail/libmilter main.c Message-ID: <200809020509.m82598gc013362@repoman.freebsd.org> gshapiro 2008-09-02 05:08:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/sendmail/libmilter main.c Log: SVN rev 182678 on 2008-09-02 05:08:53Z by gshapiro MFC r182675: Fix an ABI breakage found after the import that will be part of the next version of sendmail. Putting it in now for the upcoming 7-BETA and 6-BETA test releases. Submitted by: Mike Tancsa Approved by: re (kensmith) Revision Changes Path 1.1.1.12.8.4 +2 -1 src/contrib/sendmail/libmilter/main.c From chinsan at FreeBSD.org Tue Sep 2 05:16:42 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 05:16:48 2008 Subject: cvs commit: ports/net/xmlrpc-c Makefile Message-ID: <200809020516.m825GesX014070@repoman.freebsd.org> chinsan 2008-09-02 05:16:40 UTC FreeBSD ports repository Modified files: net/xmlrpc-c Makefile Log: - Add conflicts with net/xmlrpc-c-devel Revision Changes Path 1.34 +2 -0 ports/net/xmlrpc-c/Makefile From chinsan at FreeBSD.org Tue Sep 2 05:22:16 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 05:22:26 2008 Subject: cvs commit: ports/net/xmlrpc-c Makefile Message-ID: <200809020522.m825MFUM014558@repoman.freebsd.org> chinsan 2008-09-02 05:22:15 UTC FreeBSD ports repository Modified files: net/xmlrpc-c Makefile Log: - Fix conflicts Revision Changes Path 1.35 +1 -3 ports/net/xmlrpc-c/Makefile From chinsan at FreeBSD.org Tue Sep 2 05:23:41 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 05:24:01 2008 Subject: cvs commit: ports/net/xmlrpc-epi Makefile Message-ID: <200809020523.m825Ne8W014675@repoman.freebsd.org> chinsan 2008-09-02 05:23:40 UTC FreeBSD ports repository Modified files: net/xmlrpc-epi Makefile Log: - Add conflicts with xmlrpc-c-devel Revision Changes Path 1.8 +1 -1 ports/net/xmlrpc-epi/Makefile From jkoshy at FreeBSD.org Tue Sep 2 05:32:25 2008 From: jkoshy at FreeBSD.org (Joseph Koshy) Date: Tue Sep 2 05:32:30 2008 Subject: cvs commit: www/en/donations wantlist.sgml Message-ID: <200809020532.m825WOTT015427@repoman.freebsd.org> jkoshy 2008-09-02 05:32:24 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Update wishlist. Revision Changes Path 1.461 +22 -1 www/en/donations/wantlist.sgml From loader at FreeBSD.org Tue Sep 2 05:37:46 2008 From: loader at FreeBSD.org (Fukang Chen) Date: Tue Sep 2 05:37:55 2008 Subject: cvs commit: doc/zh_CN.GB2312/books/porters-handbook book.sgml Message-ID: <200809020537.m825bkHT016132@repoman.freebsd.org> loader 2008-09-02 05:37:46 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/porters-handbook book.sgml Log: MFen: porters-handbook: book.sgml 1.936 -> 1.946 Obtained from: The FreeBSD Simplified Chinese Project Merging work done by: delphij, loader Revision Changes Path 1.42 +97 -43 doc/zh_CN.GB2312/books/porters-handbook/book.sgml From vova at fbsd.ru Tue Sep 2 06:13:14 2008 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Tue Sep 2 06:13:26 2008 Subject: cvs commit: VOP_ATTRIB ... and sysutils/fusefs-kmod In-Reply-To: <200808281530.m7SFU3h7013986@repoman.freebsd.org> References: <200808281530.m7SFU3h7013986@repoman.freebsd.org> Message-ID: <1220333613.6499.5.camel@localhost> On Thu, 2008-08-28 at 15:23 +0000, Attilio Rao wrote: > attilio 2008-08-28 15:23:18 UTC This patch makes CURRENT with Gnome badly crash (just crash while starting Gnome). I've found that it is due to ABI change, and tried to rebuild fusefs-kmod - it just fails due to changed interface. Patch below fixes problem for me. (but I still does not completely sure about td = curthread) Please fix fusefs-kmod port also. Side question, is there any way to prevent loading of kmod's with broken ABI ? > FreeBSD src repository > > Modified files: > share/man/man9 VOP_ATTRIB.9 ... > Log: > SVN rev 182371 on 2008-08-28 15:23:18Z by attilio > > Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread > was always curthread and totally unuseful. > > Tested by: Giovanni Trematerra --- fuse_module/fuse_vfsops.c.orig 2008-09-02 09:16:27.000000000 +0400 +++ fuse_module/fuse_vfsops.c 2008-09-02 09:16:50.000000000 +0400 @@ -668,7 +668,7 @@ if (vp->v_type == VNON) { struct vattr va; - (void)VOP_GETATTR(vp, &va, td->td_ucred, td); + (void)VOP_GETATTR(vp, &va, td->td_ucred); } *vpp = vp; #if _DEBUG2G --- fuse_module/fuse_vnops.c.orig 2008-09-02 09:17:32.000000000 +0400 +++ fuse_module/fuse_vnops.c 2008-09-02 09:21:02.000000000 +0400 @@ -799,7 +799,7 @@ struct vnode *vp = ap->a_vp; struct vattr *vap = ap->a_vap; struct ucred *cred = ap->a_cred; - struct thread *td = ap->a_td; + struct thread *td = curthread; struct fuse_dispatcher fdi; struct timespec uptsp; @@ -946,7 +946,7 @@ /* We are to do the check in-kernel */ if (! (facp->facc_flags & FACCESS_VA_VALID)) { - err = VOP_GETATTR(vp, VTOVA(vp), cred, td); + err = VOP_GETATTR(vp, VTOVA(vp), cred); if (err) return (err); facp->facc_flags |= FACCESS_VA_VALID; @@ -3005,7 +3005,7 @@ struct vattr *vap = ap->a_vap; struct vnode *vp = ap->a_vp; struct ucred *cred = ap->a_cred; - struct thread *td = ap->a_td; + struct thread *td = curthread; int err = 0; struct fuse_dispatcher fdi; --- fuse_module/fuse_io.c.orig 2008-09-02 09:21:25.000000000 +0400 +++ fuse_module/fuse_io.c 2008-09-02 09:21:49.000000000 +0400 @@ -157,7 +157,7 @@ goto out; if (uio->uio_rw == UIO_WRITE && fp->f_flag & O_APPEND) { - if ((err = VOP_GETATTR(vp, &va, cred, td))) + if ((err = VOP_GETATTR(vp, &va, cred))) goto out; uio->uio_offset = va.va_size; } else if ((flags & FOF_OFFSET) == 0) @@ -823,7 +823,7 @@ #if FUSELIB_CONFORM_BIOREAD struct vattr va; - if ((err = VOP_GETATTR(vp, &va, cred, curthread))) + if ((err = VOP_GETATTR(vp, &va, cred))) goto out; #endif -- Vladimir B. Grebenschikov vova@fbsd.ru From danfe at FreeBSD.org Tue Sep 2 06:29:48 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Tue Sep 2 06:29:55 2008 Subject: cvs commit: ports/x11-toolkits/libxfce4gui Makefile In-Reply-To: <20080831122400.3c12f314@kan.dnsalias.net> References: <200808300526.m7U5QNUM070422@repoman.freebsd.org> <20080831092939.GA60104@FreeBSD.org> <20080831122400.3c12f314@kan.dnsalias.net> Message-ID: <20080902062948.GB18477@FreeBSD.org> On Sun, Aug 31, 2008 at 12:24:00PM -0400, Alexander Kabaev wrote: > On Sun, 31 Aug 2008 09:29:39 +0000 > Alexey Dokuchaev wrote: > > On Sat, Aug 30, 2008 at 05:26:23AM +0000, Alexander Kabaev wrote: > > > kan 2008-08-30 05:26:23 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > x11-toolkits/libxfce4gui Makefile > > > Log: > > > Add explicit dependency for libSM library. It is required for > > > XFCE components to be able to issue session-management requests to > > > xfce4-session, but is not pulled in by default when packages are > > > build on package cluster. > > > The user-visible effect of this omission was non-funtional Quit > > > button on xfce panel. > > > > Thanks for fixing, but reflecting maintainer's (oliver@) feeling about > > the change in the commit message would be nice. > > This is a Makefile change which is arguably a missing part of > conversion to modularized Xorg, not a change to the port itself. Oh, OK, sorry for the noise them. It just happened before that seemingly simple changes turned out being not quite right, so I thought I'd better ask. ./danfe From rwatson at FreeBSD.org Tue Sep 2 06:41:07 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Tue Sep 2 06:41:14 2008 Subject: cvs commit: VOP_ATTRIB ... and sysutils/fusefs-kmod In-Reply-To: <1220333613.6499.5.camel@localhost> References: <200808281530.m7SFU3h7013986@repoman.freebsd.org> <1220333613.6499.5.camel@localhost> Message-ID: On Tue, 2 Sep 2008, Vladimir Grebenschikov wrote: > On Thu, 2008-08-28 at 15:23 +0000, Attilio Rao wrote: >> attilio 2008-08-28 15:23:18 UTC > > This patch makes CURRENT with Gnome badly crash (just crash while starting > Gnome). > > I've found that it is due to ABI change, and tried to rebuild fusefs-kmod - > it just fails due to changed interface. > > Patch below fixes problem for me. (but I still does not completely sure > about td = curthread) > > Please fix fusefs-kmod port also. > > Side question, is there any way to prevent loading of kmod's with broken ABI > ? 8-CURRENT kernels should reject old modules from loading unless __FreeBSD_version hasn't been bumped. And indeed, it looks like this change did not come with a __FreeBSD_version bump, which it should have as a non-trivial change to the kernel KPI and KBI. Robert N M Watson Computer Laboratory University of Cambridge > >> FreeBSD src repository >> >> Modified files: >> share/man/man9 VOP_ATTRIB.9 > ... >> Log: >> SVN rev 182371 on 2008-08-28 15:23:18Z by attilio >> >> Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread >> was always curthread and totally unuseful. >> >> Tested by: Giovanni Trematerra > > --- fuse_module/fuse_vfsops.c.orig 2008-09-02 09:16:27.000000000 +0400 > +++ fuse_module/fuse_vfsops.c 2008-09-02 09:16:50.000000000 +0400 > @@ -668,7 +668,7 @@ > if (vp->v_type == VNON) { > struct vattr va; > > - (void)VOP_GETATTR(vp, &va, td->td_ucred, td); > + (void)VOP_GETATTR(vp, &va, td->td_ucred); > } > *vpp = vp; > #if _DEBUG2G > --- fuse_module/fuse_vnops.c.orig 2008-09-02 09:17:32.000000000 +0400 > +++ fuse_module/fuse_vnops.c 2008-09-02 09:21:02.000000000 +0400 > @@ -799,7 +799,7 @@ > struct vnode *vp = ap->a_vp; > struct vattr *vap = ap->a_vap; > struct ucred *cred = ap->a_cred; > - struct thread *td = ap->a_td; > + struct thread *td = curthread; > > struct fuse_dispatcher fdi; > struct timespec uptsp; > @@ -946,7 +946,7 @@ > /* We are to do the check in-kernel */ > > if (! (facp->facc_flags & FACCESS_VA_VALID)) { > - err = VOP_GETATTR(vp, VTOVA(vp), cred, td); > + err = VOP_GETATTR(vp, VTOVA(vp), cred); > if (err) > return (err); > facp->facc_flags |= FACCESS_VA_VALID; > @@ -3005,7 +3005,7 @@ > struct vattr *vap = ap->a_vap; > struct vnode *vp = ap->a_vp; > struct ucred *cred = ap->a_cred; > - struct thread *td = ap->a_td; > + struct thread *td = curthread; > > int err = 0; > struct fuse_dispatcher fdi; > --- fuse_module/fuse_io.c.orig 2008-09-02 09:21:25.000000000 +0400 > +++ fuse_module/fuse_io.c 2008-09-02 09:21:49.000000000 +0400 > @@ -157,7 +157,7 @@ > goto out; > > if (uio->uio_rw == UIO_WRITE && fp->f_flag & O_APPEND) { > - if ((err = VOP_GETATTR(vp, &va, cred, td))) > + if ((err = VOP_GETATTR(vp, &va, cred))) > goto out; > uio->uio_offset = va.va_size; > } else if ((flags & FOF_OFFSET) == 0) > @@ -823,7 +823,7 @@ > #if FUSELIB_CONFORM_BIOREAD > struct vattr va; > > - if ((err = VOP_GETATTR(vp, &va, cred, curthread))) > + if ((err = VOP_GETATTR(vp, &va, cred))) > goto out; > #endif > > > > -- > Vladimir B. Grebenschikov > vova@fbsd.ru > From lth at FreeBSD.org Tue Sep 2 06:51:08 2008 From: lth at FreeBSD.org (Lars Thegler) Date: Tue Sep 2 06:51:15 2008 Subject: cvs commit: ports/textproc/p5-Perl-MinimumVersion Makefile distinfo Message-ID: <200809020651.m826p7tR025830@repoman.freebsd.org> lth 2008-09-02 06:51:07 UTC FreeBSD ports repository Modified files: textproc/p5-Perl-MinimumVersion Makefile distinfo Log: Update to 1.18 Revision Changes Path 1.7 +1 -2 ports/textproc/p5-Perl-MinimumVersion/Makefile 1.7 +3 -3 ports/textproc/p5-Perl-MinimumVersion/distinfo From lth at FreeBSD.org Tue Sep 2 06:57:56 2008 From: lth at FreeBSD.org (Lars Thegler) Date: Tue Sep 2 06:58:08 2008 Subject: cvs commit: ports/textproc/p5-UML-Class-Simple Makefile distinfo Message-ID: <200809020657.m826vuHE028455@repoman.freebsd.org> lth 2008-09-02 06:57:56 UTC FreeBSD ports repository Modified files: textproc/p5-UML-Class-Simple Makefile distinfo Log: Update to 0.15 Revision Changes Path 1.7 +1 -1 ports/textproc/p5-UML-Class-Simple/Makefile 1.5 +3 -3 ports/textproc/p5-UML-Class-Simple/distinfo From dougb at FreeBSD.org Tue Sep 2 07:22:16 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Tue Sep 2 07:22:22 2008 Subject: cvs commit: ports/editors Makefile ports/mail Makefile Message-ID: <200809020722.m827MFj6031540@repoman.freebsd.org> dougb 2008-09-02 07:22:15 UTC FreeBSD ports repository Modified files: editors Makefile mail Makefile Log: I knew I forgot something. :-/ Remove pine4 and pico from the build. Reminded by: marck Revision Changes Path 1.402 +0 -1 ports/editors/Makefile 1.921 +0 -1 ports/mail/Makefile From dougb at FreeBSD.org Tue Sep 2 07:29:21 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Tue Sep 2 07:29:33 2008 Subject: cvs commit: ports/mail/pine-pgp-filters Makefile pkg-descr Message-ID: <200809020729.m827TLni032424@repoman.freebsd.org> dougb 2008-09-02 07:29:20 UTC FreeBSD ports repository Modified files: mail/pine-pgp-filters Makefile pkg-descr Log: Recognize the demise of Pine. Revision Changes Path 1.15 +3 -7 ports/mail/pine-pgp-filters/Makefile 1.6 +1 -1 ports/mail/pine-pgp-filters/pkg-descr From clement at FreeBSD.org Tue Sep 2 07:34:21 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Tue Sep 2 07:34:27 2008 Subject: cvs commit: ports/www/apache22 Makefile ports/www/apache22/files apache22.sh.in Message-ID: <200809020734.m827YLVG032878@repoman.freebsd.org> clement 2008-09-02 07:34:21 UTC FreeBSD ports repository Modified files: www/apache22 Makefile www/apache22/files apache22.sh.in Log: - Fix incorrect redirection order in startup script - Bump PORTREVISION PR: ports/127038 [1] Submitted by: edwin@ [1] Reported by: Tod McQuillin Revision Changes Path 1.223 +1 -1 ports/www/apache22/Makefile 1.7 +3 -3 ports/www/apache22/files/apache22.sh.in From kmacy at FreeBSD.org Tue Sep 2 07:47:26 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Tue Sep 2 07:47:32 2008 Subject: cvs commit: src/sys/dev/cxgb cxgb_ioctl.h cxgb_main.c cxgb_sge.c Message-ID: <200809020747.m827lQMb033946@repoman.freebsd.org> kmacy 2008-09-02 07:47:14 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_ioctl.h cxgb_main.c cxgb_sge.c Log: SVN rev 182679 on 2008-09-02 07:47:14Z by kmacy Import ioctl updates for latest rev of cxgbtool Obtained from: Chelsio Inc. MFC after: 3 days Revision Changes Path 1.8 +63 -116 src/sys/dev/cxgb/cxgb_ioctl.h 1.60 +182 -126 src/sys/dev/cxgb/cxgb_main.c 1.57 +1 -1 src/sys/dev/cxgb/cxgb_sge.c From clement at FreeBSD.org Tue Sep 2 07:56:49 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Tue Sep 2 07:57:01 2008 Subject: cvs commit: ports/www/apache20 Makefile.modules Message-ID: <200809020756.m827unxc036049@repoman.freebsd.org> clement 2008-09-02 07:56:49 UTC FreeBSD ports repository Modified files: www/apache20 Makefile.modules Log: - apache 2.0.x doesn't support BDB 4.7 Revision Changes Path 1.27 +2 -2 ports/www/apache20/Makefile.modules From jadawin at FreeBSD.org Tue Sep 2 08:09:21 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Tue Sep 2 08:09:26 2008 Subject: cvs commit: ports/sysutils/ataidle Makefile distinfo ports/sysutils/ataidle/files ataidle.in Message-ID: <200809020809.m8289Jtf038202@repoman.freebsd.org> jadawin 2008-09-02 08:09:19 UTC FreeBSD ports repository Modified files: sysutils/ataidle Makefile distinfo sysutils/ataidle/files ataidle.in Log: - Update to 2.4 PR: ports/126964 Submitted by: Bruce Cran (maintainer) Revision Changes Path 1.13 +1 -1 ports/sysutils/ataidle/Makefile 1.9 +3 -3 ports/sysutils/ataidle/distinfo 1.5 +11 -11 ports/sysutils/ataidle/files/ataidle.in From hq at FreeBSD.org Tue Sep 2 08:13:30 2008 From: hq at FreeBSD.org (Herve Quiroz) Date: Tue Sep 2 08:13:37 2008 Subject: cvs commit: ports/java/jgrapht Makefile Message-ID: <200809020813.m828DUaq038702@repoman.freebsd.org> hq 2008-09-02 08:13:30 UTC FreeBSD ports repository Modified files: java/jgrapht Makefile Log: Fix build with Java 1.6 Reported by: pointyhat Revision Changes Path 1.7 +1 -1 ports/java/jgrapht/Makefile From hq at FreeBSD.org Tue Sep 2 08:19:55 2008 From: hq at FreeBSD.org (Herve Quiroz) Date: Tue Sep 2 08:20:01 2008 Subject: cvs commit: ports/www/hudson Makefile distinfo Message-ID: <200809020819.m828JtCm039197@repoman.freebsd.org> hq 2008-09-02 08:19:55 UTC FreeBSD ports repository Modified files: www/hudson Makefile distinfo Log: Update to 1.251 Revision Changes Path 1.7 +2 -2 ports/www/hudson/Makefile 1.5 +3 -3 ports/www/hudson/distinfo From attilio at freebsd.org Tue Sep 2 09:19:54 2008 From: attilio at freebsd.org (Attilio Rao) Date: Tue Sep 2 09:20:00 2008 Subject: cvs commit: VOP_ATTRIB ... and sysutils/fusefs-kmod In-Reply-To: References: <200808281530.m7SFU3h7013986@repoman.freebsd.org> <1220333613.6499.5.camel@localhost> Message-ID: <3bbf2fe10809020219s3c63d387y31bd43e33c0b9c33@mail.gmail.com> 2008/9/2, Robert Watson : > > On Tue, 2 Sep 2008, Vladimir Grebenschikov wrote: > > > > On Thu, 2008-08-28 at 15:23 +0000, Attilio Rao wrote: > > > > > attilio 2008-08-28 15:23:18 UTC > > > > > > > This patch makes CURRENT with Gnome badly crash (just crash while starting > Gnome). > > > > I've found that it is due to ABI change, and tried to rebuild fusefs-kmod > - it just fails due to changed interface. > > > > Patch below fixes problem for me. (but I still does not completely sure > about td = curthread) > > > > Please fix fusefs-kmod port also. > > > > Side question, is there any way to prevent loading of kmod's with broken > ABI ? > > > > 8-CURRENT kernels should reject old modules from loading unless > __FreeBSD_version hasn't been bumped. And indeed, it looks like this change > did not come with a __FreeBSD_version bump, which it should have as a > non-trivial change to the kernel KPI and KBI. As this is not a sole change (and it is a part of a bigger plan) I intended to do a __FreeBSD_version bump just once all the changes are in place. I came to this after past experience to do 1:1 modify for __FreeBSD_version and KPI, which was adding too much overhead for what it was needed. If we still think a 1:1 __FreeBSD_version bumping is the right thing to do, I can establish again this in new VFS commit though. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein From chinsan at FreeBSD.org Tue Sep 2 09:32:30 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 09:32:41 2008 Subject: cvs commit: ports/net/xmlrpc-c-devel Makefile distinfo pkg-plist ports/net/xmlrpc-c-devel/files patch-src-Makefile Message-ID: <200809020932.m829WTMJ055921@repoman.freebsd.org> chinsan 2008-09-02 09:32:29 UTC FreeBSD ports repository Modified files: net/xmlrpc-c-devel Makefile distinfo pkg-plist Added files: net/xmlrpc-c-devel/files patch-src-Makefile Log: - Update to 1.11.00 Revision Changes Path 1.34 +9 -5 ports/net/xmlrpc-c-devel/Makefile 1.12 +3 -3 ports/net/xmlrpc-c-devel/distinfo 1.1 +11 -0 ports/net/xmlrpc-c-devel/files/patch-src-Makefile (new) 1.7 +45 -59 ports/net/xmlrpc-c-devel/pkg-plist From chinsan at FreeBSD.org Tue Sep 2 09:36:22 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 09:36:33 2008 Subject: cvs commit: ports/net Makefile Message-ID: <200809020936.m829aMSu056313@repoman.freebsd.org> chinsan 2008-09-02 09:36:21 UTC FreeBSD ports repository Modified files: net Makefile Log: - Connect xmlrpc-c-devel to build Revision Changes Path 1.2031 +1 -0 ports/net/Makefile From leeym at FreeBSD.org Tue Sep 2 09:46:04 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Tue Sep 2 09:46:10 2008 Subject: cvs commit: ports/science/p5-Chemistry-Elements Makefile distinfo Message-ID: <200809020946.m829k3wm057155@repoman.freebsd.org> leeym 2008-09-02 09:46:03 UTC FreeBSD ports repository Modified files: science/p5-Chemistry-Elements Makefile distinfo Log: - update to 1.07 Revision Changes Path 1.10 +8 -2 ports/science/p5-Chemistry-Elements/Makefile 1.8 +3 -3 ports/science/p5-Chemistry-Elements/distinfo From knu at FreeBSD.org Tue Sep 2 10:05:20 2008 From: knu at FreeBSD.org (Akinori MUSHA) Date: Tue Sep 2 10:05:26 2008 Subject: cvs commit: ports/converters/cocot Makefile distinfo Message-ID: <200809021005.m82A5IIn059834@repoman.freebsd.org> knu 2008-09-02 10:05:18 UTC FreeBSD ports repository Modified files: converters/cocot Makefile distinfo Log: Update to 20080315. Revision Changes Path 1.3 +1 -1 ports/converters/cocot/Makefile 1.2 +3 -3 ports/converters/cocot/distinfo From amdmi3 at FreeBSD.org Tue Sep 2 10:49:17 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Tue Sep 2 10:49:28 2008 Subject: cvs commit: ports/devel/log4cxx/files patch-include-log4cxx-xml-domconfigurator.h Message-ID: <200809021049.m82AnGOK064461@repoman.freebsd.org> amdmi3 2008-09-02 10:49:16 UTC FreeBSD ports repository Added files: devel/log4cxx/files patch-include-log4cxx-xml-domconfigurator.h Log: - Fix compiling with gcc 4 in some cases PR: 126486 Submitted by: Volker Werth Approved by: maintainer timeout Revision Changes Path 1.1 +14 -0 ports/devel/log4cxx/files/patch-include-log4cxx-xml-domconfigurator.h (new) From kwm at FreeBSD.org Tue Sep 2 10:53:15 2008 From: kwm at FreeBSD.org (Koop Mast) Date: Tue Sep 2 10:53:22 2008 Subject: cvs commit: ports/textproc/rarian Makefile distinfo Message-ID: <200809021053.m82ArFBZ064849@repoman.freebsd.org> kwm 2008-09-02 10:53:15 UTC FreeBSD ports repository Modified files: textproc/rarian Makefile distinfo Log: Update to 0.8.1. Revision Changes Path 1.4 +1 -2 ports/textproc/rarian/Makefile 1.3 +3 -3 ports/textproc/rarian/distinfo From koitsu at FreeBSD.org Tue Sep 2 11:11:14 2008 From: koitsu at FreeBSD.org (Jeremy Chadwick) Date: Tue Sep 2 11:11:29 2008 Subject: cvs commit: ports/databases/rrdtool12 Makefile distinfo pkg-descr pkg-plist ports/databases/rrdtool12/files patch-bindings-Makefile.in patch-doc-Makefile.in patch-examples-Makefile.in Message-ID: <200809021111.m82BBE34069041@repoman.freebsd.org> koitsu 2008-09-02 11:11:14 UTC FreeBSD ports repository Added files: databases/rrdtool12 Makefile distinfo pkg-descr pkg-plist databases/rrdtool12/files patch-bindings-Makefile.in patch-doc-Makefile.in patch-examples-Makefile.in Log: Addition of databases/rrdtool12, for those of us who prefer to use the previous release of RRDTool. Also incorporate the CONFIGURE_TARGET changes (PR ports/126524). Revision Changes Path 1.1 +97 -0 ports/databases/rrdtool12/Makefile (new) 1.1 +3 -0 ports/databases/rrdtool12/distinfo (new) 1.1 +24 -0 ports/databases/rrdtool12/files/patch-bindings-Makefile.in (new) 1.1 +14 -0 ports/databases/rrdtool12/files/patch-doc-Makefile.in (new) 1.1 +11 -0 ports/databases/rrdtool12/files/patch-examples-Makefile.in (new) 1.1 +10 -0 ports/databases/rrdtool12/pkg-descr (new) 1.1 +119 -0 ports/databases/rrdtool12/pkg-plist (new) From ehaupt at FreeBSD.org Tue Sep 2 11:31:34 2008 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Tue Sep 2 11:31:45 2008 Subject: cvs commit: ports/devel/p5-Data-TreeDumper-Renderer-GTK Makefile distinfo Message-ID: <200809021131.m82BVY3n071682@repoman.freebsd.org> ehaupt 2008-09-02 11:31:34 UTC FreeBSD ports repository Modified files: devel/p5-Data-TreeDumper-Renderer-GTK Makefile distinfo Log: Update to 0.02 Revision Changes Path 1.3 +1 -2 ports/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile 1.2 +3 -3 ports/devel/p5-Data-TreeDumper-Renderer-GTK/distinfo From knu at FreeBSD.org Tue Sep 2 11:32:01 2008 From: knu at FreeBSD.org (Akinori MUSHA) Date: Tue Sep 2 11:32:07 2008 Subject: cvs commit: ports/databases Makefile ports/databases/mysql-q4m Makefile distinfo pkg-descr pkg-plist Message-ID: <200809021132.m82BW1wR071776@repoman.freebsd.org> knu 2008-09-02 11:32:01 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/mysql-q4m Makefile distinfo pkg-descr pkg-plist Log: Add mysql-q4m, a message queue that works as a pluggable storage engine of MySQL. Revision Changes Path 1.707 +1 -0 ports/databases/Makefile 1.1 +50 -0 ports/databases/mysql-q4m/Makefile (new) 1.1 +3 -0 ports/databases/mysql-q4m/distinfo (new) 1.1 +7 -0 ports/databases/mysql-q4m/pkg-descr (new) 1.1 +5 -0 ports/databases/mysql-q4m/pkg-plist (new) From QAT at FreeBSD.org Tue Sep 2 11:53:30 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue Sep 2 11:53:36 2008 Subject: cvs commit: ports/databases Makefile ports/databases/mysql-q4m Makefile distinfo pkg-descr pkg-plist In-Reply-To: <200809021132.m82BW1wR071776@repoman.freebsd.org> References: In-Reply-To: <200809021132.m82BW1wR071776@repoman.freebsd.org> Message-ID: <20080902115325.49B0B12E4348@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/mysql51-q4m-0.8.3.log : building mysql51-q4m-0.8.3 in directory /var/tinderbox/7-STABLE-FTP maintained by: knu@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/databases/mysql-q4m Makefile ident: $FreeBSD: ports/databases/mysql-q4m/Makefile,v 1.1 2008/09/02 11:32:01 knu Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Sep 2 11:47:08 UTC 2008 ................................................... usr/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/pt_BR/LC_MESSAGES/make.mo extra usr/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/ro/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/ru/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/ru/LC_MESSAGES/make.mo extra usr/local/share/locale/rw extra usr/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sk/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sl/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sr/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sv/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sv/LC_MESSAGES/make.mo extra usr/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/tr/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/tr/LC_MESSAGES/make.mo extra usr/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/uk/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/uk/LC_MESSAGES/make.mo extra usr/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/vi/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/vi/LC_MESSAGES/make.mo extra usr/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/zh_CN/LC_MESSAGES/make.mo extra usr/local/share/locale/zh_HK extra usr/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo extra var/db/pkg/gettext-0.17_1 extra var/db/pkg/gmake-3.81_3 extra var/db/pkg/libiconv-1.11_1 extra var/db/pkg/libtool-1.5.26 extra ================================================================ ================================================================ build of /usr/ports/databases/mysql-q4m ended at Tue Sep 2 11:53:21 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From flz at FreeBSD.org Tue Sep 2 12:14:52 2008 From: flz at FreeBSD.org (Florent Thoumie) Date: Tue Sep 2 12:15:27 2008 Subject: cvs commit: ports/x11-drivers/xf86-video-intel Makefile distinfo Message-ID: <200809021214.m82CEp2D076381@repoman.freebsd.org> flz 2008-09-02 12:14:51 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-intel Makefile distinfo Log: Update x11-drivers/xf86-video-intel to 2.4.2. Revision Changes Path 1.10 +1 -1 ports/x11-drivers/xf86-video-intel/Makefile 1.9 +3 -3 ports/x11-drivers/xf86-video-intel/distinfo From tabthorpe at FreeBSD.org Tue Sep 2 12:25:46 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Tue Sep 2 12:25:52 2008 Subject: cvs commit: ports/lang/munger Makefile distinfo pkg-plist Message-ID: <200809021225.m82CPjeA077328@repoman.freebsd.org> tabthorpe 2008-09-02 12:25:45 UTC FreeBSD ports repository Modified files: lang/munger Makefile distinfo pkg-plist Log: - Update to 4.152 PR: ports/126903 Submitted by: James Bailie (maintainer) Revision Changes Path 1.75 +1 -1 ports/lang/munger/Makefile 1.75 +3 -3 ports/lang/munger/distinfo 1.48 +1 -1 ports/lang/munger/pkg-plist From clement at FreeBSD.org Tue Sep 2 12:26:38 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Tue Sep 2 12:26:49 2008 Subject: cvs commit: ports/www/apache22 Makefile Makefile.modules ports/www/apache22/files mpm-itk-20080727-00 patch-mpm-itk-20070425-00 Message-ID: <200809021226.m82CQbEZ077433@repoman.freebsd.org> clement 2008-09-02 12:26:37 UTC FreeBSD ports repository Modified files: www/apache22 Makefile Makefile.modules Added files: www/apache22/files mpm-itk-20080727-00 Removed files: www/apache22/files patch-mpm-itk-20070425-00 Log: - Update MPM itk patch to 20080727-00 (it is actually a no op on FreeBSD) - Move mpm-itk patch to EXTRA_PATCHES to avoid conflicts with alternative mpm patches [1] - update PLIST_SUBS when SLAVE_PORT_MPM is defined Requested by: Jille Timmermans [1] Revision Changes Path 1.224 +2 -0 ports/www/apache22/Makefile 1.28 +3 -2 ports/www/apache22/Makefile.modules 1.1 +1907 -0 ports/www/apache22/files/mpm-itk-20080727-00 (new) 1.2 +0 -1885 ports/www/apache22/files/patch-mpm-itk-20070425-00 (dead) From tabthorpe at FreeBSD.org Tue Sep 2 12:29:39 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Tue Sep 2 12:29:45 2008 Subject: cvs commit: ports/misc/bibletime-devel Makefile distinfo Message-ID: <200809021229.m82CTdkB077652@repoman.freebsd.org> tabthorpe 2008-09-02 12:29:39 UTC FreeBSD ports repository Modified files: misc/bibletime-devel Makefile distinfo Log: - Update to 1.7.b1 Revision Changes Path 1.34 +2 -2 ports/misc/bibletime-devel/Makefile 1.17 +3 -3 ports/misc/bibletime-devel/distinfo From glarkin at FreeBSD.org Tue Sep 2 12:54:33 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Tue Sep 2 12:54:45 2008 Subject: cvs commit: ports/www/slash Makefile pkg-message ports/www/slash/files pkg-message.in Message-ID: <200809021254.m82CsWkH089160@repoman.freebsd.org> glarkin 2008-09-02 12:54:32 UTC FreeBSD ports repository Modified files: www/slash Makefile Added files: www/slash/files pkg-message.in Removed files: www/slash pkg-message Log: - Added a check to make sure that Apache 1.3.x is used instead of any version of Apache. At the moment, www/slash only works with mod_perl 1.0 and Apache 1.3.x. - Take maintainership. Submitted by: Guoqin Ren (via freebsd-ports@) Approved by: beech (mentor, implicit) Revision Changes Path 1.18 +7 -4 ports/www/slash/Makefile 1.1 +19 -0 ports/www/slash/files/pkg-message.in (new) 1.5 +0 -19 ports/www/slash/pkg-message (dead) From tabthorpe at FreeBSD.org Tue Sep 2 13:22:45 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Tue Sep 2 13:22:57 2008 Subject: cvs commit: ports/devel/pear-XML_Parser Makefile distinfo Message-ID: <200809021322.m82DMjmS092561@repoman.freebsd.org> tabthorpe 2008-09-02 13:22:45 UTC FreeBSD ports repository Modified files: devel/pear-XML_Parser Makefile distinfo Log: - Update to 1.3.0 PR: ports/126809 Submitted by: Wen heping Revision Changes Path 1.17 +1 -1 ports/devel/pear-XML_Parser/Makefile 1.12 +3 -3 ports/devel/pear-XML_Parser/distinfo From glarkin at FreeBSD.org Tue Sep 2 13:41:44 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Tue Sep 2 13:41:50 2008 Subject: cvs commit: ports/net/p5-Net-Amazon-EC2 Makefile distinfo pkg-plist Message-ID: <200809021341.m82DfhuQ094587@repoman.freebsd.org> glarkin 2008-09-02 13:41:43 UTC FreeBSD ports repository Modified files: net/p5-Net-Amazon-EC2 Makefile distinfo pkg-plist Log: - Update to 0.09 PR: ports/126961 Submitted by: Gea-Suan Lin Reviewed by: Greg Larkin Approved by: beech (mentor, implicit) Revision Changes Path 1.7 +12 -9 ports/net/p5-Net-Amazon-EC2/Makefile 1.5 +3 -3 ports/net/p5-Net-Amazon-EC2/distinfo 1.5 +5 -1 ports/net/p5-Net-Amazon-EC2/pkg-plist From mat at FreeBSD.org Tue Sep 2 13:44:42 2008 From: mat at FreeBSD.org (Mathieu Arnold) Date: Tue Sep 2 13:44:48 2008 Subject: cvs commit: ports/net-mgmt/scotty3 Makefile ports/net-mgmt/scotty3/files scotty.c Message-ID: <200809021344.m82DifBC094824@repoman.freebsd.org> mat 2008-09-02 13:44:41 UTC FreeBSD ports repository Modified files: net-mgmt/scotty3 Makefile net-mgmt/scotty3/files scotty.c Log: Make it compile with GCC 4.2 Revision Changes Path 1.59 +1 -5 ports/net-mgmt/scotty3/Makefile 1.2 +1 -1 ports/net-mgmt/scotty3/files/scotty.c From flz at FreeBSD.org Tue Sep 2 13:45:20 2008 From: flz at FreeBSD.org (Florent Thoumie) Date: Tue Sep 2 13:45:31 2008 Subject: cvs commit: ports/sysutils/testdisk Makefile Message-ID: <200809021345.m82DjJFm094962@repoman.freebsd.org> flz 2008-09-02 13:45:19 UTC FreeBSD ports repository Modified files: sysutils/testdisk Makefile Log: Fix packing list when NOPORTDOCS is defined. Reported by: QAT Revision Changes Path 1.23 +1 -1 ports/sysutils/testdisk/Makefile From keramida at FreeBSD.org Tue Sep 2 13:56:43 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 13:56:57 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/virtualization chapter.sgml Message-ID: <200809021356.m82Duhaw096395@repoman.freebsd.org> keramida 2008-09-02 13:56:43 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/virtualization chapter.sgml Log: MFen: 1.11 -> 1.13 en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml Revision Changes Path 1.5 +9 -4 doc/el_GR.ISO8859-7/books/handbook/virtualization/chapter.sgml From keramida at FreeBSD.org Tue Sep 2 13:57:42 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 13:57:48 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/virtualization chapter.sgml Message-ID: <200809021357.m82DvfMv096494@repoman.freebsd.org> keramida 2008-09-02 13:57:41 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/virtualization chapter.sgml Log: MFen: 1.13 -> 1.17 en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml Revision Changes Path 1.6 +198 -3 doc/el_GR.ISO8859-7/books/handbook/virtualization/chapter.sgml From roberto at FreeBSD.org Tue Sep 2 14:00:33 2008 From: roberto at FreeBSD.org (Ollivier Robert) Date: Tue Sep 2 14:00:44 2008 Subject: cvs commit: src/usr.sbin/ntp config.h Message-ID: <200809021400.m82E0Wh7096774@repoman.freebsd.org> roberto 2008-09-02 14:00:17 UTC FreeBSD src repository Modified files: usr.sbin/ntp config.h Log: SVN rev 182680 on 2008-09-02 14:00:17Z by roberto Allow again compilation w/o GNU readline. There are conditionals in {ntpdc,ntpq}/Makefile. Submitted by: Ben Kelly Revision Changes Path 1.15 +3 -3 src/usr.sbin/ntp/config.h From keramida at FreeBSD.org Tue Sep 2 14:04:26 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 14:04:39 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook chapters.ent Message-ID: <200809021404.m82E4Qes098165@repoman.freebsd.org> keramida 2008-09-02 14:04:26 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook chapters.ent Log: Bump %SRCID%. This file is up to date with the en_US/1.37 revision. Revision Changes Path 1.3 +1 -1 doc/el_GR.ISO8859-7/books/handbook/chapters.ent From bms at FreeBSD.org Tue Sep 2 14:08:08 2008 From: bms at FreeBSD.org (Bruce M Simpson) Date: Tue Sep 2 14:08:13 2008 Subject: cvs commit: ports/multimedia Makefile ports/multimedia/spook Makefile distinfo pkg-descr ports/multimedia/spook/files patch-bswap.h patch-configure.ac patch-input-oss.c patch-md5.c patch-tcp.c pkg-message.in Message-ID: <200809021408.m82E877o098622@repoman.freebsd.org> bms 2008-09-02 14:08:07 UTC FreeBSD ports repository (src committer) Modified files: multimedia Makefile Added files: multimedia/spook Makefile distinfo pkg-descr multimedia/spook/files patch-bswap.h patch-configure.ac patch-input-oss.c patch-md5.c patch-tcp.c pkg-message.in Log: Add new port spook: a minimalist RTP/RTSP/HTTP multimedia streamer for use in small systems. Revision Changes Path 1.273 +1 -0 ports/multimedia/Makefile 1.1 +69 -0 ports/multimedia/spook/Makefile (new) 1.1 +3 -0 ports/multimedia/spook/distinfo (new) 1.1 +14 -0 ports/multimedia/spook/files/patch-bswap.h (new) 1.1 +11 -0 ports/multimedia/spook/files/patch-configure.ac (new) 1.1 +14 -0 ports/multimedia/spook/files/patch-input-oss.c (new) 1.1 +14 -0 ports/multimedia/spook/files/patch-md5.c (new) 1.1 +11 -0 ports/multimedia/spook/files/patch-tcp.c (new) 1.1 +5 -0 ports/multimedia/spook/files/pkg-message.in (new) 1.1 +9 -0 ports/multimedia/spook/pkg-descr (new) From amdmi3 at FreeBSD.org Tue Sep 2 14:09:21 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Tue Sep 2 14:09:27 2008 Subject: cvs commit: ports/misc/magicpoint Makefile pkg-plist Message-ID: <200809021409.m82E9K2N098713@repoman.freebsd.org> amdmi3 2008-09-02 14:09:20 UTC FreeBSD ports repository Modified files: misc/magicpoint Makefile pkg-plist Log: - Fix plist for NOPORTDOCS case, use DOCSDIR Reported by: QAT Revision Changes Path 1.45 +9 -8 ports/misc/magicpoint/Makefile 1.9 +58 -58 ports/misc/magicpoint/pkg-plist From rafan at FreeBSD.org Tue Sep 2 14:30:05 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Tue Sep 2 14:30:11 2008 Subject: cvs commit: ports/www/smarty Makefile distinfo ports/www/smarty/files pkg-message pkg-message.in Message-ID: <200809021430.m82EU5MS000949@repoman.freebsd.org> rafan 2008-09-02 14:30:05 UTC FreeBSD ports repository Modified files: www/smarty Makefile distinfo Added files: www/smarty/files pkg-message.in Removed files: www/smarty/files pkg-message Log: - Update to 2.6.20 - Use PLIST_SUB instead of home-made recipe PR: ports/126889 Submitted by: Yi-Jheng Lin Approved by: maintainer Revision Changes Path 1.34 +2 -6 ports/www/smarty/Makefile 1.28 +3 -3 ports/www/smarty/distinfo 1.2 +0 -4 ports/www/smarty/files/pkg-message (dead) 1.1 +4 -0 ports/www/smarty/files/pkg-message.in (new) From chinsan at FreeBSD.org Tue Sep 2 14:47:06 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 14:47:11 2008 Subject: cvs commit: ports/audio/jack-rack Makefile distinfo Message-ID: <200809021447.m82El5mj005709@repoman.freebsd.org> chinsan 2008-09-02 14:47:05 UTC FreeBSD ports repository Modified files: audio/jack-rack Makefile distinfo Log: - Update to 1.4.7 - Give a few homeless ports a home with multimedia@ Revision Changes Path 1.9 +2 -3 ports/audio/jack-rack/Makefile 1.4 +3 -3 ports/audio/jack-rack/distinfo From tabthorpe at FreeBSD.org Tue Sep 2 14:57:01 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Tue Sep 2 14:57:13 2008 Subject: cvs commit: ports/www/pear-HTTP Makefile distinfo Message-ID: <200809021457.m82Ev1qS007161@repoman.freebsd.org> tabthorpe 2008-09-02 14:57:01 UTC FreeBSD ports repository Modified files: www/pear-HTTP Makefile distinfo Log: - Update to 1.4.1 Notified by: portscout Revision Changes Path 1.15 +5 -1 ports/www/pear-HTTP/Makefile 1.10 +3 -3 ports/www/pear-HTTP/distinfo From markus at FreeBSD.org Tue Sep 2 15:02:53 2008 From: markus at FreeBSD.org (Markus Brueffer) Date: Tue Sep 2 15:03:04 2008 Subject: cvs commit: ports/irc/konversation Makefile distinfo pkg-plist ports/irc/konversation/files patch-konversation-src-dcccommon.cpp Message-ID: <200809021502.m82F2rMO008641@repoman.freebsd.org> markus 2008-09-02 15:02:53 UTC FreeBSD ports repository Modified files: irc/konversation Makefile distinfo pkg-plist Added files: irc/konversation/files patch-konversation-src-dcccommon.cpp Log: Update to version 1.1 Submitted by: makc Revision Changes Path 1.31 +1 -2 ports/irc/konversation/Makefile 1.16 +3 -3 ports/irc/konversation/distinfo 1.1 +10 -0 ports/irc/konversation/files/patch-konversation-src-dcccommon.cpp (new) 1.16 +11 -37 ports/irc/konversation/pkg-plist From mat at FreeBSD.org Tue Sep 2 15:13:18 2008 From: mat at FreeBSD.org (Mathieu Arnold) Date: Tue Sep 2 15:13:30 2008 Subject: cvs commit: ports/devel Makefile ports/devel/libphk Makefile distinfo pkg-descr pkg-plist Message-ID: <200809021513.m82FDIIs010658@repoman.freebsd.org> mat 2008-09-02 15:13:18 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libphk Makefile distinfo pkg-descr pkg-plist Log: Add libphk-0.3, PHK's utilities functions. Revision Changes Path 1.3184 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/libphk/Makefile (new) 1.1 +3 -0 ports/devel/libphk/distinfo (new) 1.1 +3 -0 ports/devel/libphk/pkg-descr (new) 1.1 +12 -0 ports/devel/libphk/pkg-plist (new) From chinsan at FreeBSD.org Tue Sep 2 15:15:33 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 15:15:39 2008 Subject: cvs commit: ports/net-im/pidgin-msn-pecan Makefile distinfo pkg-plist ports/net-im/pidgin-msn-pecan/files patch-Makefile Message-ID: <200809021515.m82FFXv0010904@repoman.freebsd.org> chinsan 2008-09-02 15:15:33 UTC FreeBSD ports repository Modified files: net-im/pidgin-msn-pecan Makefile distinfo net-im/pidgin-msn-pecan/files patch-Makefile Added files: net-im/pidgin-msn-pecan pkg-plist Log: - Update to 0.0.15 - Change maintainer's mail address PR: ports/126959 Submitted by: maintainer Revision Changes Path 1.3 +5 -4 ports/net-im/pidgin-msn-pecan/Makefile 1.2 +3 -3 ports/net-im/pidgin-msn-pecan/distinfo 1.2 +22 -4 ports/net-im/pidgin-msn-pecan/files/patch-Makefile 1.1 +8 -0 ports/net-im/pidgin-msn-pecan/pkg-plist (new) From amdmi3 at FreeBSD.org Tue Sep 2 15:16:10 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Tue Sep 2 15:16:17 2008 Subject: cvs commit: ports/net-mgmt/nfsen/files patch-libexec-NfSenRRD.pm Message-ID: <200809021516.m82FGAS3010972@repoman.freebsd.org> amdmi3 2008-09-02 15:16:10 UTC FreeBSD ports repository Added files: net-mgmt/nfsen/files patch-libexec-NfSenRRD.pm Log: - Fix build with rrdtool 1.3 PR: 126852 Submitted by: Vincent Hoffman Approved by: Mohacsi Janos (maintainer) Revision Changes Path 1.1 +11 -0 ports/net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm (new) From obrien at FreeBSD.org Tue Sep 2 15:36:09 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Tue Sep 2 15:36:17 2008 Subject: cvs commit: src/usr.bin Makefile src/usr.bin/gprof mips.h Message-ID: <200809021536.m82Fa91X013543@repoman.freebsd.org> obrien 2008-09-02 15:35:47 UTC FreeBSD src repository Modified files: usr.bin Makefile Added files: usr.bin/gprof mips.h Log: SVN rev 182681 on 2008-09-02 15:35:47Z by obrien Add gprof MIPS MD header and enable building gprof. Obtained from: Juniper Networks Revision Changes Path 1.318 +0 -2 src/usr.bin/Makefile 1.4 +46 -0 src/usr.bin/gprof/mips.h (new) From mat at FreeBSD.org Tue Sep 2 15:42:19 2008 From: mat at FreeBSD.org (Mathieu Arnold) Date: Tue Sep 2 15:42:33 2008 Subject: cvs commit: ports/devel Makefile ports/devel/configkit Makefile distinfo pkg-descr pkg-plist Message-ID: <200809021542.m82FgIcU014123@repoman.freebsd.org> mat 2008-09-02 15:42:18 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/configkit Makefile distinfo pkg-descr pkg-plist Log: Add ConfigKit 0.3, a somewhat prototypical facility for generating CLI interfaces. Revision Changes Path 1.3185 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/configkit/Makefile (new) 1.1 +3 -0 ports/devel/configkit/distinfo (new) 1.1 +3 -0 ports/devel/configkit/pkg-descr (new) 1.1 +7 -0 ports/devel/configkit/pkg-plist (new) From obrien at freebsd.org Tue Sep 2 16:12:15 2008 From: obrien at freebsd.org (David O'Brien) Date: Tue Sep 2 16:12:22 2008 Subject: cvs commit: VOP_ATTRIB ... and sysutils/fusefs-kmod In-Reply-To: <3bbf2fe10809020219s3c63d387y31bd43e33c0b9c33@mail.gmail.com> References: <200808281530.m7SFU3h7013986@repoman.freebsd.org> <1220333613.6499.5.camel@localhost> <3bbf2fe10809020219s3c63d387y31bd43e33c0b9c33@mail.gmail.com> Message-ID: <20080902161209.GB71213@dragon.NUXI.org> On Tue, Sep 02, 2008 at 11:19:52AM +0200, Attilio Rao wrote: > As this is not a sole change (and it is a part of a bigger plan) I > intended to do a __FreeBSD_version bump just once all the changes are > in place. It is better to bump it when the incompatibility is committed. You can bump __FreeBSD_version again for other commits of this larger work. Bumping __FreeBSD_version is cheap and easy. Better to make life easier for folks using 8-CURRENT when its this easy to do so. -- -- David (obrien@FreeBSD.org) From mat at FreeBSD.org Tue Sep 2 16:16:51 2008 From: mat at FreeBSD.org (Mathieu Arnold) Date: Tue Sep 2 16:17:02 2008 Subject: cvs commit: ports/devel/libphk Makefile pkg-descr Message-ID: <200809021616.m82GGpsR018462@repoman.freebsd.org> mat 2008-09-02 16:16:51 UTC FreeBSD ports repository Modified files: devel/libphk Makefile pkg-descr Log: Fixup descriptions and comments. Revision Changes Path 1.2 +1 -1 ports/devel/libphk/Makefile 1.2 +1 -1 ports/devel/libphk/pkg-descr From rwatson at FreeBSD.org Tue Sep 2 16:55:27 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Tue Sep 2 16:55:38 2008 Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200809021655.m82GtQk4031040@repoman.freebsd.org> rwatson 2008-09-02 16:55:21 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: SVN rev 182682 on 2008-09-02 16:55:21Z by rwatson Remove XXXRW in soreceive_dgram that proves unnecessary. Remove unused orig_resid variable in soreceive_dgram. Submitted by: alfred X-MFC with: soreceive_dgram (r180198, r180211) Revision Changes Path 1.314 +0 -5 src/sys/kern/uipc_socket.c From clement at FreeBSD.org Tue Sep 2 16:56:15 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Tue Sep 2 16:56:26 2008 Subject: cvs commit: ports/www/apache13-modperl Makefile distinfo Message-ID: <200809021656.m82GuFK4031122@repoman.freebsd.org> clement 2008-09-02 16:56:14 UTC FreeBSD ports repository Modified files: www/apache13-modperl Makefile distinfo Log: - Update apache to 1.3.41 Revision Changes Path 1.22 +1 -1 ports/www/apache13-modperl/Makefile 1.8 +3 -3 ports/www/apache13-modperl/distinfo From glarkin at FreeBSD.org Tue Sep 2 17:09:04 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Tue Sep 2 17:09:15 2008 Subject: cvs commit: ports/graphics/GraphicsMagick Makefile distinfo pkg-descr pkg-plist ports/graphics/GraphicsMagick/files patch-Magick++__lib__Makefile.in patch-Makefile.in patch-coders__Makefile.in patch-coders__fpx.c patch-configure patch-filters__Makefile.in ... Message-ID: <200809021709.m82H93AJ033344@repoman.freebsd.org> glarkin 2008-09-02 17:09:03 UTC FreeBSD ports repository Modified files: graphics/GraphicsMagick Makefile distinfo pkg-descr pkg-plist graphics/GraphicsMagick/files patch-configure Added files: graphics/GraphicsMagick/files patch-Magick++__lib__Makefile.in patch-coders__Makefile.in patch-coders__fpx.c patch-filters__Makefile.in patch-magick__Makefile.in patch-magick__symbols.h patch-wand__Makefile.in Removed files: graphics/GraphicsMagick/files patch-Makefile.in patch-magick_symbols.h patch-newfpx Log: - Upgraded to 1.1.14. - Made various stylistic fixes to Makefile. - Broke files/patch-* files into individiual patch files and used "make makepatch" to name them all correctly. - Removed NOPORTDOCS support, pending support in upstream package installation process. Reviewed by: beech, itetcu Approved by: beech (mentor, implicit) Revision Changes Path 1.24 +10 -14 ports/graphics/GraphicsMagick/Makefile 1.9 +3 -3 ports/graphics/GraphicsMagick/distinfo 1.1 +11 -0 ports/graphics/GraphicsMagick/files/patch-Magick++__lib__Makefile.in (new) 1.6 +0 -89 ports/graphics/GraphicsMagick/files/patch-Makefile.in (dead) 1.1 +29 -0 ports/graphics/GraphicsMagick/files/patch-coders__Makefile.in (new) 1.1 +22 -0 ports/graphics/GraphicsMagick/files/patch-coders__fpx.c (new) 1.4 +15 -9 ports/graphics/GraphicsMagick/files/patch-configure 1.1 +20 -0 ports/graphics/GraphicsMagick/files/patch-filters__Makefile.in (new) 1.1 +20 -0 ports/graphics/GraphicsMagick/files/patch-magick__Makefile.in (new) 1.1 +19 -0 ports/graphics/GraphicsMagick/files/patch-magick__symbols.h (new) 1.4 +0 -19 ports/graphics/GraphicsMagick/files/patch-magick_symbols.h (dead) 1.4 +0 -20 ports/graphics/GraphicsMagick/files/patch-newfpx (dead) 1.1 +11 -0 ports/graphics/GraphicsMagick/files/patch-wand__Makefile.in (new) 1.2 +6 -9 ports/graphics/GraphicsMagick/pkg-descr 1.8 +147 -157 ports/graphics/GraphicsMagick/pkg-plist From ed at FreeBSD.org Tue Sep 2 17:13:28 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Tue Sep 2 17:13:39 2008 Subject: cvs commit: src/sys/kern tty_ttydisc.c Message-ID: <200809021713.m82HDRS8033775@repoman.freebsd.org> ed 2008-09-02 17:13:11 UTC FreeBSD src repository Modified files: sys/kern tty_ttydisc.c Log: SVN rev 182683 on 2008-09-02 17:13:11Z by ed Use size_t to store the return value of ttydisc_getc(). The ttydisc_getc() routine obtains a read length from ttyoutq_read(). For no valid reason, the current code stores this value in an int, and returns a size_t. There is no need to perform this useless conversion. Obtained from: //depot/projects/mpsafetty/... Revision Changes Path 1.3 +3 -4 src/sys/kern/tty_ttydisc.c From glarkin at FreeBSD.org Tue Sep 2 17:16:41 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Tue Sep 2 17:16:52 2008 Subject: cvs commit: ports/graphics Makefile ports/graphics/GraphicsMagick12 Makefile distinfo pkg-plist ports/graphics/GraphicsMagick12/files patch-Makefile.in patch-configure patch-configure.in patch-magick_symbols.h patch-newfpx Message-ID: <200809021716.m82HGfYJ034177@repoman.freebsd.org> glarkin 2008-09-02 17:16:41 UTC FreeBSD ports repository Modified files: graphics Makefile graphics/GraphicsMagick12 Makefile distinfo pkg-plist graphics/GraphicsMagick12/files patch-Makefile.in Added files: graphics/GraphicsMagick12/files patch-configure.in Removed files: graphics/GraphicsMagick12/files patch-configure patch-magick_symbols.h patch-newfpx Log: - Upgraded to 1.2.5 - Stylistic issues fixed in Makefile and added new options to help performance on certain architectures - Removed NOPORTDOCS support, pending upstream installation process support Reviewed by: beech, itetcu Approved by: beech (mentor, implicit) Revision Changes Path 1.24 +37 -17 ports/graphics/GraphicsMagick12/Makefile 1.10 +3 -3 ports/graphics/GraphicsMagick12/distinfo 1.7 +14 -83 ports/graphics/GraphicsMagick12/files/patch-Makefile.in 1.5 +0 -23 ports/graphics/GraphicsMagick12/files/patch-configure (dead) 1.3 +20 -0 ports/graphics/GraphicsMagick12/files/patch-configure.in (new) 1.5 +0 -19 ports/graphics/GraphicsMagick12/files/patch-magick_symbols.h (dead) 1.5 +0 -20 ports/graphics/GraphicsMagick12/files/patch-newfpx (dead) 1.9 +169 -163 ports/graphics/GraphicsMagick12/pkg-plist 1.1183 +1 -0 ports/graphics/Makefile From ijliao at FreeBSD.org Tue Sep 2 17:20:52 2008 From: ijliao at FreeBSD.org (Ying-Chieh Liao) Date: Tue Sep 2 17:20:59 2008 Subject: cvs commit: ports/graphics/rubygem-scruffy Makefile distinfo pkg-plist Message-ID: <200809021720.m82HKqo2034604@repoman.freebsd.org> ijliao 2008-09-02 17:20:52 UTC FreeBSD ports repository Modified files: graphics/rubygem-scruffy Makefile distinfo pkg-plist Log: upgrade to 0.2.4 drop maintainership Revision Changes Path 1.5 +16 -4 ports/graphics/rubygem-scruffy/Makefile 1.2 +3 -3 ports/graphics/rubygem-scruffy/distinfo 1.2 +216 -87 ports/graphics/rubygem-scruffy/pkg-plist From markus at FreeBSD.org Tue Sep 2 17:21:31 2008 From: markus at FreeBSD.org (Markus Brueffer) Date: Tue Sep 2 17:21:43 2008 Subject: cvs commit: ports/graphics/kphotoalbum Makefile Message-ID: <200809021721.m82HLV6N034694@repoman.freebsd.org> markus 2008-09-02 17:21:31 UTC FreeBSD ports repository Modified files: graphics/kphotoalbum Makefile Log: Make fetchable again Revision Changes Path 1.28 +1 -1 ports/graphics/kphotoalbum/Makefile From tabthorpe at FreeBSD.org Tue Sep 2 17:37:10 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Tue Sep 2 17:37:16 2008 Subject: cvs commit: ports/sysutils/virtualmin Makefile distinfo pkg-plist Message-ID: <200809021737.m82HbAFq050161@repoman.freebsd.org> tabthorpe 2008-09-02 17:37:09 UTC FreeBSD ports repository Modified files: sysutils/virtualmin Makefile distinfo pkg-plist Log: - Update to 3.61 Revision Changes Path 1.34 +1 -1 ports/sysutils/virtualmin/Makefile 1.32 +3 -3 ports/sysutils/virtualmin/distinfo 1.27 +431 -5 ports/sysutils/virtualmin/pkg-plist From jkois at FreeBSD.org Tue Sep 2 17:44:04 2008 From: jkois at FreeBSD.org (Johann Kois) Date: Tue Sep 2 17:44:15 2008 Subject: cvs commit: www/share/sgml commercial.isp.xml Message-ID: <200809021744.m82Hi36g050757@repoman.freebsd.org> jkois 2008-09-02 17:44:03 UTC FreeBSD doc repository Modified files: share/sgml commercial.isp.xml Log: PR: www/126938 Add Shockmedia.nl as an ISP offering webhosting on FreeBSD servers. For more information see: http://www.shockmedia.nl/hosting/dedicated.html Revision Changes Path 1.36 +15 -2 www/share/sgml/commercial.isp.xml From kib at FreeBSD.org Tue Sep 2 17:52:29 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Tue Sep 2 17:52:36 2008 Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S machdep.c src/sys/amd64/ia32 ia32_signal.c Message-ID: <200809021752.m82HqTFW051447@repoman.freebsd.org> kib 2008-09-02 17:52:11 UTC FreeBSD src repository Modified files: sys/amd64/amd64 cpu_switch.S machdep.c sys/amd64/ia32 ia32_signal.c Log: SVN rev 182684 on 2008-09-02 17:52:11Z by kib - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386 processes, clear PCB_32BIT and PCB_GS32BIT bits [1]. - Reread the fs and gs bases from the msr unconditionally, not believing the values in pcb_fsbase and pcb_gsbase, since usermode may reload segment registers, invalidating the cache. [2]. Both problems resulted in the wrong fs base, causing wrong tls pointer be dereferenced in the usermode. Reported and tested by: Vyacheslav Bocharov [1] Reported by: Bernd Walter , Artem Belevich [2] Reviewed by: peter MFC after: 3 days Revision Changes Path 1.163 +18 -2 src/sys/amd64/amd64/cpu_switch.S 1.688 +1 -0 src/sys/amd64/amd64/machdep.c 1.19 +1 -0 src/sys/amd64/ia32/ia32_signal.c From dougb at FreeBSD.org Tue Sep 2 18:10:40 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Tue Sep 2 18:10:50 2008 Subject: cvs commit: ports UPDATING Message-ID: <200809021810.m82IAdA1054052@repoman.freebsd.org> dougb 2008-09-02 18:10:39 UTC FreeBSD ports repository Modified files: . UPDATING Log: Per user request, add a note about the move from pine to alpine. Revision Changes Path 1.712 +12 -1 ports/UPDATING From tabthorpe at FreeBSD.org Tue Sep 2 18:22:12 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Tue Sep 2 18:22:18 2008 Subject: cvs commit: ports/mail/squirrelmail bsd.squirrelmail.mk Message-ID: <200809021822.m82IMCho055050@repoman.freebsd.org> tabthorpe 2008-09-02 18:22:12 UTC FreeBSD ports repository Modified files: mail/squirrelmail bsd.squirrelmail.mk Log: - Fix common include - This is a no-op on the build cluster, no bump required PR: ports/126901 Submitted by: Petr Rehor Revision Changes Path 1.3 +2 -2 ports/mail/squirrelmail/bsd.squirrelmail.mk From adrian at FreeBSD.org Tue Sep 2 18:23:01 2008 From: adrian at FreeBSD.org (Adrian Chadd) Date: Tue Sep 2 18:23:13 2008 Subject: cvs commit: ports/www/cacheboy15-devel Makefile distinfo Message-ID: <200809021823.m82IN1pb055137@repoman.freebsd.org> adrian 2008-09-02 18:23:01 UTC FreeBSD ports repository (src committer) Modified files: www/cacheboy15-devel Makefile distinfo Log: Update to 1.5.PRE3. Revision Changes Path 1.17 +4 -4 ports/www/cacheboy15-devel/Makefile 1.12 +3 -3 ports/www/cacheboy15-devel/distinfo From jhb at FreeBSD.org Tue Sep 2 18:33:51 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Sep 2 18:33:56 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml Message-ID: <200809021833.m82IXoqh056044@repoman.freebsd.org> jhb 2008-09-02 18:33:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document 700112. Revision Changes Path 1.947 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From keramida at FreeBSD.org Tue Sep 2 18:58:28 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 18:59:16 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook txtfiles.ent Message-ID: <200809021858.m82IwSdi058025@repoman.freebsd.org> keramida 2008-09-02 18:58:28 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook txtfiles.ent Log: MFen: 1.4 en_US.ISO8859-1/books/handbook/txtfiles.ent Revision Changes Path 1.3 +2 -3 doc/el_GR.ISO8859-7/books/handbook/txtfiles.ent From keramida at FreeBSD.org Tue Sep 2 18:58:58 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 18:59:31 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/laptop article.sgml Message-ID: <200809021858.m82Iwv4o058080@repoman.freebsd.org> keramida 2008-09-02 18:58:57 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/laptop article.sgml Log: MFen: 1.9 -> 1.13 el_GR.ISO8859-7/articles/laptop/article.sgml Revision Changes Path 1.5 +28 -18 doc/el_GR.ISO8859-7/articles/laptop/article.sgml From lippe at FreeBSD.org Tue Sep 2 19:05:13 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 19:05:25 2008 Subject: cvs commit: ports/net/bounce Makefile pkg-plist ports/net/bounce/files patch-01 patch-02 patch-03 patch-04 patch-bounce.c Message-ID: <200809021905.m82J5DLs062424@repoman.freebsd.org> lippe 2008-09-02 19:05:13 UTC FreeBSD ports repository Modified files: net/bounce Makefile Added files: net/bounce/files patch-bounce.c Removed files: net/bounce pkg-plist net/bounce/files patch-01 patch-02 patch-03 patch-04 Log: - Fix source bind address using -b option. - Use PLIST_FILES instead of pkg-plist. - The patches were merged. - Bump PORTREVISION. PR: ports/124062 Submitted by: Eugene Grosbein Approved by: maintainer timeout (>2 weeks) Revision Changes Path 1.25 +4 -3 ports/net/bounce/Makefile 1.4 +0 -149 ports/net/bounce/files/patch-01 (dead) 1.3 +0 -52 ports/net/bounce/files/patch-02 (dead) 1.2 +0 -44 ports/net/bounce/files/patch-03 (dead) 1.3 +0 -58 ports/net/bounce/files/patch-04 (dead) 1.1 +224 -0 ports/net/bounce/files/patch-bounce.c (new) 1.4 +0 -2 ports/net/bounce/pkg-plist (dead) From lippe at FreeBSD.org Tue Sep 2 19:06:46 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 19:06:55 2008 Subject: cvs commit: ports/print/pstotext Makefile distinfo pkg-descr ports/print/pstotext/files patch-aa patch-ab patch-pstotext.1 Message-ID: <200809021906.m82J6jI9068040@repoman.freebsd.org> lippe 2008-09-02 19:06:45 UTC FreeBSD ports repository Modified files: print/pstotext Makefile distinfo pkg-descr print/pstotext/files patch-aa patch-ab Added files: print/pstotext/files patch-pstotext.1 Log: - Update to 1.9. PR: ports/125611 Submitted by: bf Approved by: maintainer timeout (> 2 weeks) Revision Changes Path 1.16 +12 -6 ports/print/pstotext/Makefile 1.5 +3 -3 ports/print/pstotext/distinfo 1.4 +9 -10 ports/print/pstotext/files/patch-aa 1.2 +132 -18 ports/print/pstotext/files/patch-ab 1.1 +11 -0 ports/print/pstotext/files/patch-pstotext.1 (new) 1.3 +0 -16 ports/print/pstotext/pkg-descr From ed at FreeBSD.org Tue Sep 2 19:13:32 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Tue Sep 2 19:13:38 2008 Subject: cvs commit: src/usr.bin/limits limits.1 limits.c Message-ID: <200809021913.m82JDVfI096524@repoman.freebsd.org> ed 2008-09-02 19:13:24 UTC FreeBSD src repository Modified files: usr.bin/limits limits.1 limits.c Log: SVN rev 182685 on 2008-09-02 19:13:24Z by ed Add support for RLIMIT_NPTS to limits(1). After the MPSAFE TTY import we support an additional rlimit, called RLIMIT_NPTS. This limit allows you to cap the amount of pseudo-terminals allocated by one user. We forgot to add support for this limit to limits(1), which means it crashed. Add the proper bits to make it work like it should. Unfortunately not all shells actually implement the RLIMIT, so unfortunately I suspect it to be broken with certain shells. Submitted by: Yuriy Tsibizov Revision Changes Path 1.30 +6 -2 src/usr.bin/limits/limits.1 1.18 +62 -52 src/usr.bin/limits/limits.c From peter at wemm.org Tue Sep 2 19:18:48 2008 From: peter at wemm.org (Peter Wemm) Date: Tue Sep 2 19:19:04 2008 Subject: cvs commit: src/etc/sendmail freebsd.submit.mc In-Reply-To: <200808311821.m7VILVqO088485@repoman.freebsd.org> References: <200808311821.m7VILVqO088485@repoman.freebsd.org> Message-ID: On Sun, Aug 31, 2008 at 11:21 AM, Gregory Neil Shapiro wrote: > gshapiro 2008-08-31 18:21:15 UTC > > FreeBSD src repository > > Modified files: > etc/sendmail freebsd.submit.mc > Log: > SVN rev 182556 on 2008-08-31 18:21:15Z by gshapiro > > A no-op commit to simulate the effect of a forced commit so the file > has a new timestamp as needed for mergemaster. A more long term > solution to this is needed since svn doesn't support forced commits. It also doesn't support setting timestamps on checkout either, by default. You can change a setting in ~/.subversion/config, but the code there makes things even worse and is guaranteed to break everything. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell From mcdouga9 at egr.msu.edu Tue Sep 2 19:18:49 2008 From: mcdouga9 at egr.msu.edu (Adam McDougall) Date: Tue Sep 2 19:19:05 2008 Subject: cvs commit: src UPDATING In-Reply-To: <200809020001.m8201tuT038765@repoman.freebsd.org> References: <200809020001.m8201tuT038765@repoman.freebsd.org> Message-ID: <20080902190138.GG95608@egr.msu.edu> Shouldn't the warning about authentication keys be here too, not just in HEAD? Thanks On Mon, Sep 01, 2008 at 11:53:55PM +0000, Dag-Erling Smorgrav wrote: des 2008-09-01 23:53:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING Log: SVN rev 182664 on 2008-09-01 23:53:55Z by des Note the OpenSSH upgrade. Revision Changes Path 1.507.2.12 +3 -0 src/UPDATING _______________________________________________ cvs-src@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-src To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" From imp at bsdimp.com Tue Sep 2 19:27:16 2008 From: imp at bsdimp.com (M. Warner Losh) Date: Tue Sep 2 19:27:22 2008 Subject: cvs commit: VOP_ATTRIB ... and sysutils/fusefs-kmod In-Reply-To: References: <200808281530.m7SFU3h7013986@repoman.freebsd.org> <1220333613.6499.5.camel@localhost> Message-ID: <20080902.132447.652861696.imp@bsdimp.com> In message: Robert Watson writes: : 8-CURRENT kernels should reject old modules from loading unless : __FreeBSD_version hasn't been bumped. Sure would be nice if the error message were more helpful as to the cause. The current behavior is a bit, ummm, cryptic... Warner From des at des.no Tue Sep 2 19:32:33 2008 From: des at des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) Date: Tue Sep 2 19:32:45 2008 Subject: cvs commit: src UPDATING In-Reply-To: <20080902190138.GG95608@egr.msu.edu> (Adam McDougall's message of "Tue, 2 Sep 2008 15:01:38 -0400") References: <200809020001.m8201tuT038765@repoman.freebsd.org> <20080902190138.GG95608@egr.msu.edu> Message-ID: <86ljyamjht.fsf@ds4.des.no> Adam McDougall writes: > Shouldn't the warning about authentication keys be here too, > not just in HEAD? It doesn't apply to 7. DES -- Dag-Erling Sm?rgrav - des@des.no From vanhu at FreeBSD.org Tue Sep 2 19:37:03 2008 From: vanhu at FreeBSD.org (VANHULLEBUS Yvan) Date: Tue Sep 2 19:37:14 2008 Subject: cvs commit: src/sys/netipsec key.c Message-ID: <200809021937.m82Jb3AG079502@repoman.freebsd.org> vanhu 2008-09-02 19:36:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netipsec key.c Log: SVN rev 182686 on 2008-09-02 19:36:47Z by vanhu MFC: Add lifetime informations to generated SPD entries when SPDDUMP Approved by: re Revision Changes Path 1.28.2.5 +17 -0 src/sys/netipsec/key.c From vova at fbsd.ru Tue Sep 2 19:50:48 2008 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Tue Sep 2 19:50:56 2008 Subject: cvs commit: src/sys/contrib/dev/ath COPYRIGHT README ah.h ah_desc.h ah_devid.h ah_soc.h version.h src/sys/contrib/dev/ath/public alpha-elf.hal.o.uu alpha-elf.inc alpha-elf.opt_ah.h ap30.hal.o.uu ap30.inc ap43.hal.o.uu ap43.inc ... In-Reply-To: <200808280023.m7S0NN0B078088@repoman.freebsd.org> References: <200808280023.m7S0NN0B078088@repoman.freebsd.org> Message-ID: <1220382480.2493.5.camel@localhost> ? Thu, 28/08/2008 ? 00:22 +0000, Rui Paulo ?????: > rpaulo 2008-08-28 00:22:59 UTC After that commit my wireless stop work: wpa_supplicant.conf: ... network={ ssid="Networkname" proto=WPA key_mgmt=WPA-PS pairwise=TKIP group=TKIP psk=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff } ... wpa_supplicant output: ... State: DISCONNECTED -> SCANNING Starting AP scan (broadcast SSID) Received 0 bytes of scan results (4 BSSes) Scan results: 4 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:16:e6:30:77:4f ssid='Networkname' wpa_ie_len=24 rsn_ie_len=22 caps=0x31 selected based on WPA IE selected WPA AP 00:16:e6:30:77:4f ssid='Networkname' Try to find non-WPA AP Trying to associate with 00:16:e6:30:77:4f (SSID='Networkname' freq=2437 MHz) Cancelling scan request WPA: clearing own WPA/RSN IE Automatic auth_alg selection: 0x1 wpa_driver_bsd_set_auth_alg alg 0x1 authmode 1 WPA: using IEEE 802.11i/D3.0 WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1 WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 ... WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 ... 04 01 00 00 0f ac 02 00 00 WPA: using GTK TKIP WPA: using PTK TKIP WPA: using KEY_MGMT WPA-PSK WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 ... No keys have been configured - skip key clearing wpa_driver_bsd_set_drop_unencrypted: enabled=1 State: SCANNING -> ASSOCIATING wpa_driver_bsd_associate: ssid 'Networkname' wpa ie len 24 pairwise 2 group 2 key mgmt 1 wpa_driver_bsd_associate: set PRIVACY 1 Setting authentication timeout: 10 sec 0 usec EAPOL: External notification - EAP success=0 EAPOL: External notification - EAP fail=0 EAPOL: External notification - portControl=Auto RSN: Ignored PMKID candidate without preauth flag Authentication with 00:16:e6:30:77:4f timed out. BSSID 00:16:e6:30:77:4f blacklist count incremented to 2 No keys have been configured - skip key clearing State: ASSOCIATING -> DISCONNECTED EAPOL: External notification - portEnabled=0 EAPOL: External notification - portValid=0 EAPOL: External notification - EAP success=0 Setting scan request: 0 sec 0 usec State: DISCONNECTED -> SCANNING Starting AP scan (broadcast SSID) ^CCTRL-EVENT-TERMINATING - signal 2 received Removing interface wlan0 State: SCANNING -> DISCONNECTED No keys have been configured - skip key clearing EAPOL: External notification - portEnabled=0 EAPOL: External notification - portValid=0 ... After rollback of patch it works. Any hints will be very appreciated. > FreeBSD src repository > > Modified files: > sys/contrib/dev/ath COPYRIGHT README ah.h ah_desc.h > ah_devid.h ah_soc.h version.h > sys/contrib/dev/ath/public alpha-elf.hal.o.uu alpha-elf.inc > alpha-elf.opt_ah.h ap30.hal.o.uu > ap30.inc ap43.hal.o.uu ap43.inc > ap51.hal.o.uu ap51.inc > ap61.hal.o.uu ap61.inc > arm9-le-thumb-elf.hal.o.uu > arm9-le-thumb-elf.inc > arm9-le-thumb-elf.opt_ah.h > armv4-be-elf.hal.o.uu > armv4-be-elf.inc > armv4-be-elf.opt_ah.h > armv4-le-elf.hal.o.uu > armv4-le-elf.inc > armv4-le-elf.opt_ah.h > i386-elf.hal.o.uu i386-elf.inc > i386-elf.opt_ah.h > mips-be-elf.hal.o.uu > mips-be-elf.inc > mips-be-elf.opt_ah.h > mips-le-elf.hal.o.uu > mips-le-elf.inc > mips-le-elf.opt_ah.h > mips1-be-elf.hal.o.uu > mips1-be-elf.inc > mips1-be-elf.opt_ah.h > mips1-le-elf.hal.o.uu > mips1-le-elf.inc > mips1-le-elf.opt_ah.h > mipsisa32-be-elf.hal.o.uu > mipsisa32-be-elf.inc > mipsisa32-be-elf.opt_ah.h > mipsisa32-le-elf.hal.o.uu > mipsisa32-le-elf.inc > mipsisa32-le-elf.opt_ah.h > powerpc-be-eabi.hal.o.uu > powerpc-be-eabi.inc > powerpc-be-eabi.opt_ah.h > powerpc-be-elf.hal.o.uu > powerpc-be-elf.inc > powerpc-be-elf.opt_ah.h > powerpc-le-eabi.hal.o.uu > powerpc-le-eabi.inc > powerpc-le-eabi.opt_ah.h > sh4-le-elf.hal.o.uu sh4-le-elf.inc > sh4-le-elf.opt_ah.h > sparc-be-elf.hal.o.uu > sparc-be-elf.inc > sparc-be-elf.opt_ah.h > sparc64-be-elf.hal.o.uu > sparc64-be-elf.inc > sparc64-be-elf.opt_ah.h wackelf.c > x86_64-elf.hal.o.uu x86_64-elf.inc > x86_64-elf.opt_ah.h > xscale-be-elf.hal.o.uu > xscale-be-elf.inc > xscale-be-elf.opt_ah.h > xscale-le-elf.hal.o.uu > xscale-le-elf.inc > xscale-le-elf.opt_ah.h > Log: > SVN rev 182312 on 2008-08-28 00:22:59Z by rpaulo > > Merge ath_hal 0.10.5.10 to head. > > Approved by: sam > > Revision Changes Path > 1.2 +2 -2 src/sys/contrib/dev/ath/COPYRIGHT > 1.2 +47 -36 src/sys/contrib/dev/ath/README > 1.2 +595 -177 src/sys/contrib/dev/ath/ah.h > 1.2 +81 -15 src/sys/contrib/dev/ath/ah_desc.h > 1.2 +41 -2 src/sys/contrib/dev/ath/ah_devid.h > 1.2 +2 -2 src/sys/contrib/dev/ath/ah_soc.h > 1.2 +13457 -9892 src/sys/contrib/dev/ath/public/alpha-elf.hal.o.uu > 1.2 +6 -1 src/sys/contrib/dev/ath/public/alpha-elf.inc > 1.2 +6 -1 src/sys/contrib/dev/ath/public/alpha-elf.opt_ah.h > 1.2 +4021 -3695 src/sys/contrib/dev/ath/public/ap30.hal.o.uu > 1.2 +1 -1 src/sys/contrib/dev/ath/public/ap30.inc > 1.2 +3961 -3633 src/sys/contrib/dev/ath/public/ap43.hal.o.uu > 1.2 +1 -1 src/sys/contrib/dev/ath/public/ap43.inc > 1.2 +3737 -3369 src/sys/contrib/dev/ath/public/ap51.hal.o.uu > 1.2 +1 -1 src/sys/contrib/dev/ath/public/ap51.inc > 1.2 +3759 -3388 src/sys/contrib/dev/ath/public/ap61.hal.o.uu > 1.2 +1 -1 src/sys/contrib/dev/ath/public/ap61.inc > 1.2 +8283 -4850 src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.hal.o.uu > 1.2 +4 -3 src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.inc > 1.2 +7 -1 src/sys/contrib/dev/ath/public/arm9-le-thumb-elf.opt_ah.h > 1.2 +7828 -4553 src/sys/contrib/dev/ath/public/armv4-be-elf.hal.o.uu > 1.2 +9 -3 src/sys/contrib/dev/ath/public/armv4-be-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/armv4-be-elf.opt_ah.h > 1.2 +7807 -4018 src/sys/contrib/dev/ath/public/armv4-le-elf.hal.o.uu > 1.2 +9 -3 src/sys/contrib/dev/ath/public/armv4-le-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/armv4-le-elf.opt_ah.h > 1.2 +6415 -3320 src/sys/contrib/dev/ath/public/i386-elf.hal.o.uu > 1.2 +2 -2 src/sys/contrib/dev/ath/public/i386-elf.inc > 1.2 +7 -1 src/sys/contrib/dev/ath/public/i386-elf.opt_ah.h > 1.2 +8231 -4576 src/sys/contrib/dev/ath/public/mips-be-elf.hal.o.uu > 1.2 +7 -2 src/sys/contrib/dev/ath/public/mips-be-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/mips-be-elf.opt_ah.h > 1.2 +8207 -4025 src/sys/contrib/dev/ath/public/mips-le-elf.hal.o.uu > 1.2 +7 -2 src/sys/contrib/dev/ath/public/mips-le-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/mips-le-elf.opt_ah.h > 1.2 +8603 -4987 src/sys/contrib/dev/ath/public/mips1-be-elf.hal.o.uu > 1.2 +7 -2 src/sys/contrib/dev/ath/public/mips1-be-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/mips1-be-elf.opt_ah.h > 1.2 +8545 -4292 src/sys/contrib/dev/ath/public/mips1-le-elf.hal.o.uu > 1.2 +7 -2 src/sys/contrib/dev/ath/public/mips1-le-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/mips1-le-elf.opt_ah.h > 1.2 +8821 -5024 src/sys/contrib/dev/ath/public/mipsisa32-be-elf.hal.o.uu > 1.2 +7 -2 src/sys/contrib/dev/ath/public/mipsisa32-be-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/mipsisa32-be-elf.opt_ah.h > 1.2 +8807 -4457 src/sys/contrib/dev/ath/public/mipsisa32-le-elf.hal.o.uu > 1.2 +7 -2 src/sys/contrib/dev/ath/public/mipsisa32-le-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/mipsisa32-le-elf.opt_ah.h > 1.2 +7703 -4230 src/sys/contrib/dev/ath/public/powerpc-be-eabi.hal.o.uu > 1.2 +8 -3 src/sys/contrib/dev/ath/public/powerpc-be-eabi.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/powerpc-be-eabi.opt_ah.h > 1.2 +7575 -5153 src/sys/contrib/dev/ath/public/powerpc-be-elf.hal.o.uu > 1.2 +8 -3 src/sys/contrib/dev/ath/public/powerpc-be-elf.inc > 1.2 +7 -1 src/sys/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h > 1.2 +7881 -4378 src/sys/contrib/dev/ath/public/powerpc-le-eabi.hal.o.uu > 1.2 +8 -3 src/sys/contrib/dev/ath/public/powerpc-le-eabi.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/powerpc-le-eabi.opt_ah.h > 1.2 +6894 -3771 src/sys/contrib/dev/ath/public/sh4-le-elf.hal.o.uu > 1.2 +2 -2 src/sys/contrib/dev/ath/public/sh4-le-elf.inc > 1.2 +7 -1 src/sys/contrib/dev/ath/public/sh4-le-elf.opt_ah.h > 1.2 +7677 -5286 src/sys/contrib/dev/ath/public/sparc-be-elf.hal.o.uu > 1.2 +1 -1 src/sys/contrib/dev/ath/public/sparc-be-elf.inc > 1.2 +6 -1 src/sys/contrib/dev/ath/public/sparc-be-elf.opt_ah.h > 1.2 +8798 -6166 src/sys/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu > 1.2 +7 -1 src/sys/contrib/dev/ath/public/sparc64-be-elf.inc > 1.2 +6 -1 src/sys/contrib/dev/ath/public/sparc64-be-elf.opt_ah.h > 1.2 +3 -3 src/sys/contrib/dev/ath/public/wackelf.c > 1.2 +7735 -4455 src/sys/contrib/dev/ath/public/x86_64-elf.hal.o.uu > 1.2 +7 -2 src/sys/contrib/dev/ath/public/x86_64-elf.inc > 1.2 +7 -1 src/sys/contrib/dev/ath/public/x86_64-elf.opt_ah.h > 1.2 +7800 -4342 src/sys/contrib/dev/ath/public/xscale-be-elf.hal.o.uu > 1.2 +9 -4 src/sys/contrib/dev/ath/public/xscale-be-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/xscale-be-elf.opt_ah.h > 1.2 +7788 -4336 src/sys/contrib/dev/ath/public/xscale-le-elf.hal.o.uu > 1.2 +9 -4 src/sys/contrib/dev/ath/public/xscale-le-elf.inc > 1.2 +8 -1 src/sys/contrib/dev/ath/public/xscale-le-elf.opt_ah.h > 1.2 +3 -3 src/sys/contrib/dev/ath/version.h > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" -- Vladimir B. Grebenschikov vova@fbsd.ru From brooks at FreeBSD.org Tue Sep 2 19:51:04 2008 From: brooks at FreeBSD.org (Brooks Davis) Date: Tue Sep 2 19:51:15 2008 Subject: cvs commit: ports/audio/squeezecenter Makefile distinfo ports/audio/squeezecenter/files patch-convert.conf pkg-install.in squeezecenter.sh.in Message-ID: <200809021951.m82Jp4aP031991@repoman.freebsd.org> brooks 2008-09-02 19:51:04 UTC FreeBSD ports repository Modified files: audio/squeezecenter Makefile distinfo audio/squeezecenter/files patch-convert.conf pkg-install.in squeezecenter.sh.in Log: Upgrade to squeezecenter 7.2 which has: - Added support for Squeezebox Boom - Squeezebox and Transporter firmware updates to fix a number of issues - Improved performance in web interface - New and improved alarm clock - Improved Rhapsody behavior Fix the startup script when /var/*/squeezecenter are symlinks. Revision Changes Path 1.52 +1 -1 ports/audio/squeezecenter/Makefile 1.26 +3 -3 ports/audio/squeezecenter/distinfo 1.3 +5 -5 ports/audio/squeezecenter/files/patch-convert.conf 1.8 +1 -2 ports/audio/squeezecenter/files/pkg-install.in 1.13 +5 -5 ports/audio/squeezecenter/files/squeezecenter.sh.in From julian at FreeBSD.org Tue Sep 2 19:54:20 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Tue Sep 2 19:54:31 2008 Subject: cvs commit: src/sys/net route.c Message-ID: <200809021954.m82JsJNA032210@repoman.freebsd.org> julian 2008-09-02 19:54:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net route.c Log: SVN rev 182687 on 2008-09-02 19:54:07Z by julian Allow users to add new p2p links that have routes on only the required FIB. Approved by: re (kensmith) Revision Changes Path 1.120.2.6 +22 -3 src/sys/net/route.c From QAT at FreeBSD.org Tue Sep 2 20:03:01 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue Sep 2 20:03:07 2008 Subject: cvs commit: ports/audio/squeezecenter Makefile distinfo ports/audio/squeezecenter/files patch-convert.conf pkg-install.in squeezecenter.sh.in In-Reply-To: <200809021951.m82Jp4aP031991@repoman.freebsd.org> References: In-Reply-To: <200809021951.m82Jp4aP031991@repoman.freebsd.org> Message-ID: <20080902200258.C4E7A12E42F3@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/squeezecenter-7.2.0.log : building squeezecenter-7.2.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: brooks@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/audio/squeezecenter Makefile ident: $FreeBSD: ports/audio/squeezecenter/Makefile,v 1.52 2008/09/02 19:51:03 brooks Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Sep 2 19:57:14 UTC 2008 ................................................... ===> squeezecenter-7.2.0 depends on executable: mppdec - found ===> squeezecenter-7.2.0 depends on executable: oggdec - found ===> squeezecenter-7.2.0 depends on file: /usr/local/bin/perl5.8.8 - found ===> squeezecenter-7.2.0 depends on shared library: mysqlclient.15 - found Creating group "slimserv", (gid: 104). Creating user "slimserv", (uid: 104). ===> Generating temporary packing list ===> Checking if audio/squeezecenter already installed Adding squeezecenter log entry to /etc/newsyslog.conf. ************************************************************************* Note on security settings: The slimserver service is wide open, and by default there is no password. You can control access to your music collection by pointing your web browser to http://localhost:9000/, and then choosing: Server Settings -> Security ************************************************************************* ===> Installing rc.d startup script(s) ===> Registering installation for squeezecenter-7.2.0 ================================================================ ======================================== ===> Building package for squeezecenter-7.2.0 tar: squeezecenter/CPAN/Log/Log4perl/Logger.pm: Cannot stat: No such file or directory tar: squeezecenter/Firmware/receiver_36.bin: Cannot stat: No such file or directory tar: squeezecenter/Firmware/squeezebox2_101.bin: Cannot stat: No such file or directory tar: squeezecenter/Firmware/transporter_50.bin: Cannot stat: No such file or directory tar: squeezecenter/Slim/Buttons/AlarmClock.pm: Cannot stat: No such file or directory tar: squeezecenter/Slim/Utils/Alarms.pm: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/squeezecenter-7.2.0.tbz Registering depends: p5-Compress-Zlib-2.012 p5-IO-Compress-Zlib-2.012 p5-Compress-Raw-Zlib-2.012 p5-IO-Compress-Base-2.012 musepack-1.15v esound-0.2.39_1 faad2-2.6.1,1 vorbis-tools-1.2.0_3,3 flac-1.2.1 libao-0.8.8_1 libaudiofile-0.2.6 speex-1.2.r1_1,1 libvorbis-1.2.0_2,3 libogg-1.1.3,4 mac-3.99.4.5 gettext-0.17_1 libiconv-1.11_1 p5-Encode-Detect-1.01 p5-JSON-XS-2.22 p5-DBD-mysql-4.006 mysql-server-5.0.67 mysql-client-5.0.67 p5-DBI-1.60.4 p5-Template-Toolkit-2.19 p5-AppConfig-1.66 p5-File-Temp-0.20 p5-PathTools-3.2701 p5-Storable-2.18 p5-Time-HiRes-1.9715,1 p5-GD-2.41 gd-2.0.35,1 freetype2-2.3.7 pkg-config-0.23_1 curl-7.18.0 jpeg-6b_7 png-1.2.31 p5-Digest-SHA1-2.11 p5-HTML-Parser-3.56_1 p5-HTML-Tagset-3.20 p5-URI-1.37 p5-XML-Parser-2.36 p5-YAML-Syck-1.05 perl-5.8.8_1 mDNSResponder-108 expat-2.0.1. Creating bzip'd tar ball in '/tmp/packages/All/squeezecenter-7.2.0.tbz' *** Error code 1 Stop in /a/ports/audio/squeezecenter. ================================================================ build of /usr/ports/audio/squeezecenter ended at Tue Sep 2 20:02:54 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From amdmi3 at FreeBSD.org Tue Sep 2 20:27:35 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Tue Sep 2 20:27:41 2008 Subject: cvs commit: ports/emulators/desmume Makefile distinfo pkg-plist Message-ID: <200809022027.m82KRZSF055569@repoman.freebsd.org> amdmi3 2008-09-02 20:27:35 UTC FreeBSD ports repository Modified files: emulators/desmume Makefile distinfo Added files: emulators/desmume pkg-plist Log: - Update to 0.8. The latest version of the emulator includes several major feature additions, including support for 3D rendering and a gdb stub. - Pass maintainership to submitter PR: 126985 Submitted by: L Campbell (improved by me) Approved by: Stefan Sperling (maintainer) Revision Changes Path 1.7 +17 -6 ports/emulators/desmume/Makefile 1.2 +3 -3 ports/emulators/desmume/distinfo 1.1 +14 -0 ports/emulators/desmume/pkg-plist (new) From amdmi3 at FreeBSD.org Tue Sep 2 20:39:27 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Tue Sep 2 20:39:42 2008 Subject: cvs commit: ports/textproc/isearch Makefile pkg-plist ports/textproc/isearch/files patch-Makefile patch-doctype+Makefile patch-src+string::hxx patch-src::Iindex.cxx patch-src::fc.hxx patch-src::intlist.hxx patch-src::mergeunit.hxx patch-src::opstack.hxx ... Message-ID: <200809022039.m82KdQ6x056537@repoman.freebsd.org> amdmi3 2008-09-02 20:39:26 UTC FreeBSD ports repository Modified files: textproc/isearch Makefile pkg-plist textproc/isearch/files patch-src::string.cxx Added files: textproc/isearch/files patch-Makefile patch-doctype+Makefile patch-src+string::hxx patch-src::Iindex.cxx patch-src::fc.hxx patch-src::intlist.hxx patch-src::mergeunit.hxx patch-src::opstack.hxx Log: - Fix build with gcc4.2 and amd64: remove -fwritable-strings. - Remove GNU_CONFIGURE since it was doing nothing: respect CXX CXXFLAGS. - Clean some warnings related to deprecated C++ headers. - Use %%DOCSDIR%% in pkg-plist PR: 126441 Submitted by: "Pedro F. Giffuni" Approved by: Paul Marquis (maintainer) Revision Changes Path 1.22 +6 -9 ports/textproc/isearch/Makefile 1.1 +53 -0 ports/textproc/isearch/files/patch-Makefile (new) 1.1 +20 -0 ports/textproc/isearch/files/patch-doctype+Makefile (new) 1.1 +12 -0 ports/textproc/isearch/files/patch-src+string::hxx (new) 1.1 +11 -0 ports/textproc/isearch/files/patch-src::Iindex.cxx (new) 1.1 +12 -0 ports/textproc/isearch/files/patch-src::fc.hxx (new) 1.1 +12 -0 ports/textproc/isearch/files/patch-src::intlist.hxx (new) 1.1 +10 -0 ports/textproc/isearch/files/patch-src::mergeunit.hxx (new) 1.1 +11 -0 ports/textproc/isearch/files/patch-src::opstack.hxx (new) 1.2 +15 -3 ports/textproc/isearch/files/patch-src::string.cxx 1.5 +5 -5 ports/textproc/isearch/pkg-plist From brooks at FreeBSD.org Tue Sep 2 20:55:46 2008 From: brooks at FreeBSD.org (Brooks Davis) Date: Tue Sep 2 20:55:52 2008 Subject: cvs commit: ports/audio/squeezecenter Makefile pkg-plist Message-ID: <200809022055.m82KtkUc067271@repoman.freebsd.org> brooks 2008-09-02 20:55:46 UTC FreeBSD ports repository Modified files: audio/squeezecenter Makefile pkg-plist Log: Fix the plist. While here, tidy up a bit and reduce portlint warnings. Reported by: QA-Tindy Revision Changes Path 1.53 +3 -3 ports/audio/squeezecenter/Makefile 1.11 +42 -6 ports/audio/squeezecenter/pkg-plist From marius at FreeBSD.org Tue Sep 2 21:06:36 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Tue Sep 2 21:06:49 2008 Subject: cvs commit: src/sys/sparc64/sparc64 autoconf.c Message-ID: <200809022106.m82L6a7f073544@repoman.freebsd.org> marius 2008-09-02 21:06:28 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 autoconf.c Log: SVN rev 182688 on 2008-09-02 21:06:28Z by marius Bypass isa_probe_children(9) and directly call bus_generic_attach(9) in order to avoid the invasive probes done by identify-routines of ISA drivers, which may access unassigned addresses or those of unrelated devices and thus in turn can trigger master/target aborts as revealed by r182108 and ahc(4). I think that this is also the cause of the hang previously seen on B100 blades during boot. Bypassing isa_probe_children(9) also avoids adding ISA hints, which just can be wrong for sparc64. Reported by: gavin Revision Changes Path 1.16 +7 -1 src/sys/sparc64/sparc64/autoconf.c From marius at FreeBSD.org Tue Sep 2 21:14:10 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Tue Sep 2 21:14:17 2008 Subject: cvs commit: src/sys/sparc64/include cache.h pcpu.h src/sys/sparc64/sparc64 cache.c cheetah.c genassym.c machdep.c mp_exception.S mp_machdep.c spitfire.c Message-ID: <200809022114.m82LE9sE074249@repoman.freebsd.org> marius 2008-09-02 21:13:54 UTC FreeBSD src repository Modified files: sys/sparc64/include cache.h pcpu.h sys/sparc64/sparc64 cache.c cheetah.c genassym.c machdep.c mp_exception.S mp_machdep.c spitfire.c Log: SVN rev 182689 on 2008-09-02 21:13:54Z by marius - USIII-based machines can consist of CPUs having different cache sizes (and running at different frequencies) so move the cacheinfo to the PCPU data. While at it, remove some redundant and/or unused members from struct cacheinfo. - In sparc64_init don't assume the first CPU node we find in the OFW device tree is the BSP. Revision Changes Path 1.15 +3 -13 src/sys/sparc64/include/cache.h 1.25 +2 -0 src/sys/sparc64/include/pcpu.h 1.22 +28 -21 src/sys/sparc64/sparc64/cache.c 1.8 +1 -1 src/sys/sparc64/sparc64/cheetah.c 1.71 +2 -1 src/sys/sparc64/sparc64/genassym.c 1.143 +34 -19 src/sys/sparc64/sparc64/machdep.c 1.14 +5 -8 src/sys/sparc64/sparc64/mp_exception.S 1.43 +2 -0 src/sys/sparc64/sparc64/mp_machdep.c 1.8 +8 -4 src/sys/sparc64/sparc64/spitfire.c From thomas at FreeBSD.org Tue Sep 2 21:27:26 2008 From: thomas at FreeBSD.org (Thomas Quinot) Date: Tue Sep 2 21:27:33 2008 Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh Message-ID: <200809022127.m82LRPPI075465@repoman.freebsd.org> thomas 2008-09-02 21:27:19 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 182690 on 2008-09-02 21:27:19Z by thomas Fix typo in comment. Revision Changes Path 1.37 +1 -1 src/tools/tools/nanobsd/nanobsd.sh From marius at FreeBSD.org Tue Sep 2 21:28:11 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Tue Sep 2 21:28:23 2008 Subject: cvs commit: src/sys/sun4v/sun4v clock.c Message-ID: <200809022128.m82LSBiO075550@repoman.freebsd.org> marius 2008-09-02 21:28:04 UTC FreeBSD src repository Added files: sys/sun4v/sun4v clock.c Log: SVN rev 182691 on 2008-09-02 21:28:04Z by marius Resurrect clock.c from r164371. Revision Changes Path 1.3 +67 -0 src/sys/sun4v/sun4v/clock.c (new) From cy at FreeBSD.org Tue Sep 2 21:32:26 2008 From: cy at FreeBSD.org (Cy Schubert) Date: Tue Sep 2 21:32:39 2008 Subject: cvs commit: ports/security Makefile ports/security/fwbuilder Makefile distinfo pkg-plist ports/security/fwbuilder/files patch-aa patch-src-gui-ipfAdvancedDialog.cpp patch-src-gui-ipfadvanceddialog_q.ui ports/security/fwbuilder2 Makefile ports/security/libfwbuilder ... Message-ID: <200809022132.m82LWQUd076133@repoman.freebsd.org> cy 2008-09-02 21:32:26 UTC FreeBSD ports repository Modified files: security Makefile security/fwbuilder Makefile distinfo pkg-plist security/fwbuilder/files patch-aa security/fwbuilder2 Makefile security/libfwbuilder Makefile distinfo pkg-plist security/libfwbuilder2 Makefile Added files: security/fwbuilder/files patch-src-gui-ipfAdvancedDialog.cpp patch-src-gui-ipfadvanceddialog_q.ui Removed files: security/libfwbuilder/files patch-IPAddress.h patch-dns.h Log: Welcome fwbuilder and libfwbuilder 3.0.0, replacing 2.1.19. The old version is deprecated and scheduled for deletion as it is no longer supported by its author. Revision Changes Path 1.991 +2 -0 ports/security/Makefile 1.50 +4 -7 ports/security/fwbuilder/Makefile 1.24 +3 -3 ports/security/fwbuilder/distinfo 1.9 +5 -5 ports/security/fwbuilder/files/patch-aa 1.3 +11 -0 ports/security/fwbuilder/files/patch-src-gui-ipfAdvancedDialog.cpp (new) 1.4 +67 -0 ports/security/fwbuilder/files/patch-src-gui-ipfadvanceddialog_q.ui (new) 1.22 +30 -33 ports/security/fwbuilder/pkg-plist 1.51 +2 -0 ports/security/fwbuilder2/Makefile 1.46 +5 -7 ports/security/libfwbuilder/Makefile 1.23 +3 -3 ports/security/libfwbuilder/distinfo 1.3 +0 -10 ports/security/libfwbuilder/files/patch-IPAddress.h (dead) 1.3 +0 -10 ports/security/libfwbuilder/files/patch-dns.h (dead) 1.22 +150 -131 ports/security/libfwbuilder/pkg-plist 1.47 +2 -0 ports/security/libfwbuilder2/Makefile From marius at FreeBSD.org Tue Sep 2 21:36:13 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Tue Sep 2 21:36:19 2008 Subject: cvs commit: src/sys/sun4v/sun4v clock.c Message-ID: <200809022136.m82LaCOp076530@repoman.freebsd.org> marius 2008-09-02 21:35:57 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v clock.c Log: SVN rev 182692 on 2008-09-02 21:35:57Z by marius MFsparc64: r177642 Remove sysbeep() from the non-beeping archs. Revision Changes Path 1.4 +0 -9 src/sys/sun4v/sun4v/clock.c From obrien at FreeBSD.org Tue Sep 2 21:46:28 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Tue Sep 2 21:46:40 2008 Subject: cvs commit: src/sys/sparc64/conf GENERIC Message-ID: <200809022146.m82LkSIV077395@repoman.freebsd.org> obrien 2008-09-02 21:46:17 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: SVN rev 182693 on 2008-09-02 21:46:17Z by obrien ahc(4) work better in Sparc64 with AHC_ALLOW_MEMIO. Submitted by: Nathan Whitehorn Revision Changes Path 1.143 +1 -0 src/sys/sparc64/conf/GENERIC From lippe at FreeBSD.org Tue Sep 2 21:52:16 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 21:52:28 2008 Subject: cvs commit: ports/devel/open-beagle Makefile distinfo pkg-plist ports/devel/open-beagle/files patch-PACC-Util-SignalHandler.cpp Message-ID: <200809022152.m82LqGgB077890@repoman.freebsd.org> lippe 2008-09-02 21:52:16 UTC FreeBSD ports repository Modified files: devel/open-beagle Makefile distinfo pkg-plist Removed files: devel/open-beagle/files patch-PACC-Util-SignalHandler.cpp Log: - Update to 3.0.3. - Makefile style. PR: ports/125557 Submitted by: bf Approved by: maintainer timeout (> 2 weeks) Revision Changes Path 1.10 +12 -6 ports/devel/open-beagle/Makefile 1.6 +3 -3 ports/devel/open-beagle/distinfo 1.2 +0 -20 ports/devel/open-beagle/files/patch-PACC-Util-SignalHandler.cpp (dead) 1.5 +10 -6 ports/devel/open-beagle/pkg-plist From lippe at FreeBSD.org Tue Sep 2 21:55:40 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Sep 2 21:55:52 2008 Subject: cvs commit: ports/www/mod_wsgi Makefile distinfo pkg-message ports/www/mod_wsgi/files patch-mod_wsgi.c pkg-message.in Message-ID: <200809022155.m82LteD8078220@repoman.freebsd.org> lippe 2008-09-02 21:55:40 UTC FreeBSD ports repository Modified files: www/mod_wsgi Makefile distinfo www/mod_wsgi/files patch-mod_wsgi.c Added files: www/mod_wsgi/files pkg-message.in Removed files: www/mod_wsgi pkg-message Log: - Update to 2.3. - Move pkg-message to FILESDIR. PR: ports/127025 Submitted by: Douglas William Thrift Approved by: Douglas William Thrift (maintainer) Revision Changes Path 1.3 +3 -1 ports/www/mod_wsgi/Makefile 1.3 +3 -3 ports/www/mod_wsgi/distinfo 1.2 +11 -18 ports/www/mod_wsgi/files/patch-mod_wsgi.c 1.1 +5 -0 ports/www/mod_wsgi/files/pkg-message.in (new) 1.2 +0 -5 ports/www/mod_wsgi/pkg-message (dead) From emss at free.fr Tue Sep 2 21:57:51 2008 From: emss at free.fr (Eric Masson) Date: Tue Sep 2 21:58:08 2008 Subject: cvs commit: ports/audio/squeezecenter Makefile pkg-plist In-Reply-To: <200809022055.m82KtkUc067271@repoman.freebsd.org> (Brooks Davis's message of "Tue, 2 Sep 2008 20:55:46 +0000 (UTC)") References: <200809022055.m82KtkUc067271@repoman.freebsd.org> Message-ID: <86r682i7c3.fsf@srvbsdnanssv.interne.kisoft-services.com> Brooks Davis writes: Hi, > Modified files: > audio/squeezecenter Makefile pkg-plist Thanks a lot, I'll update tomorrow. Regards ?ric Masson -- SJ> Just do it. TM> Traduction ? Bouge toi le cul. -+- RMD in : Move your ass -+- From keramida at FreeBSD.org Tue Sep 2 22:03:13 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 22:03:19 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/laptop article.sgml Message-ID: <200809022203.m82M3CVG079882@repoman.freebsd.org> keramida 2008-09-02 22:03:12 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/laptop article.sgml Log: MFen: 1.14 en_US.ISO8859-1/articles/laptop/article.sgml Revision Changes Path 1.6 +138 -25 doc/el_GR.ISO8859-7/articles/laptop/article.sgml From keramida at FreeBSD.org Tue Sep 2 22:10:55 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 22:11:02 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/laptop article.sgml Message-ID: <200809022210.m82MAt3P080575@repoman.freebsd.org> keramida 2008-09-02 22:10:55 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/laptop article.sgml Log: MFen: 1.14 -> 1.20 en_US.ISO8859-1/articles/laptop/article.sgml . Mark up HorizSync and VertRefresh with . Use &os; instead of "FreeBSD" . Point to the `FreeBSD Laptop Compatibility List' web pages . Point to the freebsd-mobile mailing list . Use &xfree86; instead to refer to XFree86 . Pull in all the article-related SGML entities, instead of including each sgml entity list by itself Revision Changes Path 1.7 +32 -25 doc/el_GR.ISO8859-7/articles/laptop/article.sgml From keramida at FreeBSD.org Tue Sep 2 22:14:23 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Tue Sep 2 22:14:33 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/laptop article.sgml Message-ID: <200809022214.m82MENXU080850@repoman.freebsd.org> keramida 2008-09-02 22:14:23 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/laptop article.sgml Log: MFen: 1.20 -> 1.25 en_US.ISO8859-1/articles/laptop/article.sgml . Replace &xfree86; references with &xorg; and update for Xorg . Update the URL of the FreeBSD Laptop Compatibility List page . Add a link to http://tuxmobil.org . Add id="tag" attributes to parts, so that they don't change output filename if more are added, or they are reordered Revision Changes Path 1.8 +20 -23 doc/el_GR.ISO8859-7/articles/laptop/article.sgml From linimon at FreeBSD.org Tue Sep 2 22:14:44 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Tue Sep 2 22:14:50 2008 Subject: cvs commit: ports/math/ploticus Makefile distinfo pkg-descr pkg-plist ports/math/ploticus/files patch-README patch-man-man3-libploticus.3 patch-man_man1-pl.1 patch-pltestsuite-README patch-pltestsuite-run_all_scripts patch-pltestsuite-run_script_test patch-src-execline.c ... Message-ID: <200809022214.m82MEi8s080940@repoman.freebsd.org> linimon 2008-09-02 22:14:44 UTC FreeBSD ports repository Modified files: math/ploticus Makefile distinfo pkg-descr pkg-plist math/ploticus/files patch-man_man1-pl.1 Added files: math/ploticus/files patch-README patch-man-man3-libploticus.3 patch-pltestsuite-README patch-pltestsuite-run_all_scripts patch-pltestsuite-run_script_test patch-src-execline.c patch-src-pl.c patch-src-preliminaries.c Log: Update to 2.40. Major changes: - added: proc catlines; proc tree; proc image. - deprecated: server-side image maps (use client-side instead); definition of categories within proc areadef (use proc categories instead); proc print. - discontinued attributes: proc processdata's stack; proc usedata's element, proc getdata's rotate, and proc defineunits (use the $changeunits() function instead). - proc rangebar has been renamed proc boxplot and there are major functionality changes. Any script that uses proc rangebar will need maintenance. - rewrite of parser. - many bugfixes. For complete list, see http://ploticus.sourceforge.net/doc/news.html. Revision Changes Path 1.29 +3 -4 ports/math/ploticus/Makefile 1.13 +3 -3 ports/math/ploticus/distinfo 1.1 +11 -0 ports/math/ploticus/files/patch-README (new) 1.1 +35 -0 ports/math/ploticus/files/patch-man-man3-libploticus.3 (new) 1.2 +23 -5 ports/math/ploticus/files/patch-man_man1-pl.1 1.1 +11 -0 ports/math/ploticus/files/patch-pltestsuite-README (new) 1.1 +8 -0 ports/math/ploticus/files/patch-pltestsuite-run_all_scripts (new) 1.1 +10 -0 ports/math/ploticus/files/patch-pltestsuite-run_script_test (new) 1.1 +11 -0 ports/math/ploticus/files/patch-src-execline.c (new) 1.1 +29 -0 ports/math/ploticus/files/patch-src-pl.c (new) 1.1 +11 -0 ports/math/ploticus/files/patch-src-preliminaries.c (new) 1.2 +3 -0 ports/math/ploticus/pkg-descr 1.12 +14 -4 ports/math/ploticus/pkg-plist From linimon at FreeBSD.org Tue Sep 2 22:17:45 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Tue Sep 2 22:17:51 2008 Subject: cvs commit: ports UPDATING Message-ID: <200809022217.m82MHiwD081204@repoman.freebsd.org> linimon 2008-09-02 22:17:44 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add note about deprecations and changes in math/ploticus. Revision Changes Path 1.713 +20 -1 ports/UPDATING From kmacy at FreeBSD.org Tue Sep 2 22:21:00 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Tue Sep 2 22:21:11 2008 Subject: cvs commit: src/usr.sbin/cxgbtool reg_defs_t3c.c Message-ID: <200809022220.m82MKxVm081528@repoman.freebsd.org> kmacy 2008-09-02 22:20:46 UTC FreeBSD src repository Added files: usr.sbin/cxgbtool reg_defs_t3c.c Log: SVN rev 182694 on 2008-09-02 22:20:46Z by kmacy Add support for t3c to cxgbtool Obtained from: Chelsio Inc. Revision Changes Path 1.1 +3119 -0 src/usr.sbin/cxgbtool/reg_defs_t3c.c (new) From kmacy at FreeBSD.org Tue Sep 2 22:39:04 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Tue Sep 2 22:39:17 2008 Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c Message-ID: <200809022239.m82Md0Rr082956@repoman.freebsd.org> kmacy 2008-09-02 22:38:49 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c Log: SVN rev 182695 on 2008-09-02 22:38:49Z by kmacy Indicate at probe time if device can do offload and which revision it is MFC after: 3 days Revision Changes Path 1.61 +4 -1 src/sys/dev/cxgb/cxgb_main.c From stas at FreeBSD.org Tue Sep 2 22:40:52 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Tue Sep 2 22:41:03 2008 Subject: cvs commit: ports/graphics/evince Makefile Message-ID: <200809022240.m82MeqHD083198@repoman.freebsd.org> stas 2008-09-02 22:40:52 UTC FreeBSD ports repository Modified files: graphics/evince Makefile Log: - Bump up PORTREVISION and shared library version for djvulibre after the djvu ports update. - Always depend on -nox11 version of djvulibre as now -nox11 and x11 version don't conflict. Spotted by: Geraud CONTINSOUZAS Revision Changes Path 1.41 +2 -8 ports/graphics/evince/Makefile From chinsan at FreeBSD.org Tue Sep 2 23:18:50 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 23:19:02 2008 Subject: cvs commit: ports/devel/p5-B-Utils Makefile distinfo pkg-plist Message-ID: <200809022318.m82NInG7089752@repoman.freebsd.org> chinsan 2008-09-02 23:18:49 UTC FreeBSD ports repository Modified files: devel/p5-B-Utils Makefile distinfo pkg-plist Log: - Update to 0.06 - Take maintainership Revision Changes Path 1.5 +3 -3 ports/devel/p5-B-Utils/Makefile 1.2 +3 -3 ports/devel/p5-B-Utils/distinfo 1.2 +11 -3 ports/devel/p5-B-Utils/pkg-plist From beech at FreeBSD.org Tue Sep 2 23:33:54 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Tue Sep 2 23:34:05 2008 Subject: cvs commit: ports/ftp/smbftpd Makefile distinfo Message-ID: <200809022333.m82NXrGk090955@repoman.freebsd.org> beech 2008-09-02 23:33:53 UTC FreeBSD ports repository Modified files: ftp/smbftpd Makefile distinfo Log: - Update to 2.1 PR: ports/127009 Submitted by: Jui-Nan Lin (maintainer) Revision Changes Path 1.5 +1 -2 ports/ftp/smbftpd/Makefile 1.4 +3 -3 ports/ftp/smbftpd/distinfo From chinsan at FreeBSD.org Tue Sep 2 23:50:55 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Tue Sep 2 23:51:01 2008 Subject: cvs commit: ports/editors/texmacs Makefile distinfo pkg-plist Message-ID: <200809022350.m82Notlp001159@repoman.freebsd.org> chinsan 2008-09-02 23:50:54 UTC FreeBSD ports repository Modified files: editors/texmacs Makefile distinfo pkg-plist Log: - Update to 1.0.6.15 Revision Changes Path 1.35 +1 -2 ports/editors/texmacs/Makefile 1.19 +3 -3 ports/editors/texmacs/distinfo 1.18 +15 -0 ports/editors/texmacs/pkg-plist From kmacy at FreeBSD.org Wed Sep 3 00:06:21 2008 From: kmacy at FreeBSD.org (Kip Macy) Date: Wed Sep 3 00:06:33 2008 Subject: cvs commit: src/sys/i386/xen locore.s Message-ID: <200809030006.m8306IFD003457@repoman.freebsd.org> kmacy 2008-09-03 00:06:10 UTC FreeBSD src repository Modified files: sys/i386/xen locore.s Log: SVN rev 182697 on 2008-09-03 00:06:10Z by kmacy enable the xen_guest string so that the freebsd xen kernel will at least pass muster with the loader on 3.0.3 Note that this doesn't actually make it work as Xen 3.0.3 appears to disallow recursive mappings on the page directory Revision Changes Path 1.3 +1 -2 src/sys/i386/xen/locore.s From edwin at FreeBSD.org Wed Sep 3 00:09:18 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Wed Sep 3 00:09:29 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200809030009.m8309IoR003769@repoman.freebsd.org> edwin 2008-09-03 00:09:17 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Wednesday 03 September 2008 at 00:09 Revision Changes Path 1.20146 +8 -3 CVSROOT/modules From pgollucci at FreeBSD.org Wed Sep 3 00:30:57 2008 From: pgollucci at FreeBSD.org (Philip M. Gollucci) Date: Wed Sep 3 00:31:03 2008 Subject: cvs commit: ports UPDATING ports/net-mgmt Makefile ports/net-mgmt/nagios Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/nagios/files nagios.in nagios.sh.in patch-Makefile.in patch-base-Makefile.in patch-cgi-Makefile.in ... Message-ID: <200809030030.m830UuAI005937@repoman.freebsd.org> pgollucci 2008-09-03 00:30:56 UTC FreeBSD ports repository Modified files: . UPDATING net-mgmt Makefile net-mgmt/nagios Makefile distinfo pkg-descr pkg-plist net-mgmt/nagios/files patch-Makefile.in patch-base-Makefile.in patch-cgi-Makefile.in patch-configure.in patch-html-Makefile.in patch-sample-config-template-object-localhost.cfg.in net-mgmt/nagios12 Makefile pkg-plist net-mgmt/nagios2 Makefile Added files: net-mgmt/nagios/files nagios.in patch-include-locations.h.in patch-sample-config-nagios.cfg.in patch-sample-config-template-object-templates.cfg.in net-mgmt/nagios12/files nagios.in pkg-deinstall.in pkg-install.in pkg-message.in net-mgmt/nagios2/files nagios.in Removed files: net-mgmt/nagios/files nagios.sh.in patch-html-docs-xodtemplate.html net-mgmt/nagios12/files DEINSTALL.tmpl INSTALL.tmpl MESSAGE.tmpl nagios.sh.tmpl net-mgmt/nagios2/files nagios.sh.in Log: - repocopy net-mgmt/nagios -> net-mgmt/nagios2 and connect net-mgmt/nagios2 to the build - Move net-mgmt/nagios-devel -> net-mgmt/nagios (v3.0.3) - Add note to UPDATING o net-mgmt/nagios [3] SF Macro USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in) OPTIONS+= EVENT_BROKER [1] use @dirrmtry in pkg-plist o net-mgmt/nagios12 [2] SF Macro USE_RC_SUBR != yes (files/nagios.sh.tmpl -> files/nagios.in) Conversion to pkg-install, pkg-deinstall, pkg-message use @dirrmtry in pkg-plist o net-mgmt/nagios2 [4] SF Macro USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in) PRs: ports/126758 [4] ports/126761 [3] ports/126754 [2] ports/126684 [1] Submitted by: Jarrod Sayers (maintainer) Reworked by: pgollucci - freebsd ports infrastructure changes Reviewed by: pgollucci Approved by: gabor (mentor) Revision Changes Path 1.714 +29 -1 ports/UPDATING 1.170 +1 -0 ports/net-mgmt/Makefile 1.72 +18 -23 ports/net-mgmt/nagios/Makefile 1.40 +3 -3 ports/net-mgmt/nagios/distinfo 1.1 +70 -0 ports/net-mgmt/nagios/files/nagios.in (new) 1.5 +0 -70 ports/net-mgmt/nagios/files/nagios.sh.in (dead) 1.5 +36 -9 ports/net-mgmt/nagios/files/patch-Makefile.in 1.3 +4 -4 ports/net-mgmt/nagios/files/patch-base-Makefile.in 1.3 +4 -4 ports/net-mgmt/nagios/files/patch-cgi-Makefile.in 1.4 +19 -16 ports/net-mgmt/nagios/files/patch-configure.in 1.2 +8 -5 ports/net-mgmt/nagios/files/patch-html-Makefile.in 1.2 +0 -24 ports/net-mgmt/nagios/files/patch-html-docs-xodtemplate.html (dead) 1.1 +11 -0 ports/net-mgmt/nagios/files/patch-include-locations.h.in (new) 1.1 +11 -0 ports/net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in (new) 1.2 +30 -26 ports/net-mgmt/nagios/files/patch-sample-config-template-object-localhost.cfg.in 1.1 +26 -0 ports/net-mgmt/nagios/files/patch-sample-config-template-object-templates.cfg.in (new) 1.4 +7 -9 ports/net-mgmt/nagios/pkg-descr 1.22 +115 -29 ports/net-mgmt/nagios/pkg-plist 1.52 +22 -21 ports/net-mgmt/nagios12/Makefile 1.3 +0 -23 ports/net-mgmt/nagios12/files/DEINSTALL.tmpl (dead) 1.3 +0 -67 ports/net-mgmt/nagios12/files/INSTALL.tmpl (dead) 1.2 +0 -15 ports/net-mgmt/nagios12/files/MESSAGE.tmpl (dead) 1.1 +55 -0 ports/net-mgmt/nagios12/files/nagios.in (new) 1.4 +0 -55 ports/net-mgmt/nagios12/files/nagios.sh.tmpl (dead) 1.1 +23 -0 ports/net-mgmt/nagios12/files/pkg-deinstall.in (new) 1.1 +67 -0 ports/net-mgmt/nagios12/files/pkg-install.in (new) 1.1 +15 -0 ports/net-mgmt/nagios12/files/pkg-message.in (new) 1.20 +3 -4 ports/net-mgmt/nagios12/pkg-plist 1.73 +4 -4 ports/net-mgmt/nagios2/Makefile 1.1 +70 -0 ports/net-mgmt/nagios2/files/nagios.in (new) 1.6 +0 -70 ports/net-mgmt/nagios2/files/nagios.sh.in (dead) From chat95 at mac.com Wed Sep 3 00:34:33 2008 From: chat95 at mac.com (Maho NAKATA) Date: Wed Sep 3 00:34:39 2008 Subject: cvs commit: ports/math/octave-devel Makefile ports/math/octave-devel/files patch-mkoctfile.in In-Reply-To: <20080902031730.6D9EA12E4306@quark.ds9.tecnik93.com> References: <200809020311.m823B8RQ081431@repoman.freebsd.org> <20080902031730.6D9EA12E4306@quark.ds9.tecnik93.com> Message-ID: <20080903.093344.59723741.chat95@mac.com> Hi, All package builders reproted the same error - still I cannot figure out what went wrong. Could you please send me the tarball of work dir? Thanks From: QAT@FreeBSD.org Subject: Re: cvs commit: ports/math/octave-devel Makefile ports/math/octave-devel/files patch-mkoctfile.in Date: Tue, 02 Sep 2008 06:17:30 +0300 (EEST) > Hi, > > > The build which triggered this email is done under tinderbox-2.4.3, on > 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" > and ccache support, with the "official" up-to-date Ports Tree, with the > following vars set: > NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. > > > Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/octave-devel-3.1.51_1.log : > > > building octave-devel-3.1.51_1 in directory /var/tinderbox/7-STABLE-FTP > maintained by: maho@FreeBSD.org > building for: 7.0-STABLE amd64 > port directory: /usr/ports/math/octave-devel > Makefile ident: $FreeBSD: ports/math/octave-devel/Makefile,v 1.78 2008/09/02 03:11:07 maho Exp $ > prefixes: LOCALBASE=usr/local X11BASE=usr/local > NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes > build started at Tue Sep 2 03:13:40 UTC 2008 > > ................................................... > > checking varargs.h usability... no > checking varargs.h presence... no > checking for varargs.h... no > checking sstream usability... yes > checking sstream presence... yes > checking for sstream... yes > checking termios.h usability... yes > checking termios.h presence... yes > checking for termios.h... yes > checking termio.h usability... no > checking termio.h presence... no > checking for termio.h... no > checking sgtty.h usability... yes > checking sgtty.h presence... yes > checking for sgtty.h... yes > checking glob.h usability... yes > checking glob.h presence... yes > checking for glob.h... yes > checking fnmatch.h usability... yes > checking fnmatch.h presence... yes > checking for fnmatch.h... yes > checking conio.h usability... no > checking conio.h presence... no > checking for conio.h... no > checking for fnmatch... no > checking for fnmatch in -lglob... no > checking for glob... no > checking for glob in -lglob... no > configure: error: You are required to have fnmatch and glob > ===> Script "configure" failed unexpectedly. > Please report the problem to maho@FreeBSD.org [maintainer] and attach the > "/work/a/ports/math/octave-devel/work/octave-3.1.51/config.log" including the > output of the failure of your make command. Also, it might be a good idea to > provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Stop in /a/ports/math/octave-devel. > ================================================================ > build of /usr/ports/math/octave-devel ended at Tue Sep 2 03:17:28 UTC 2008 > > > A description of the testing process can be found here: > http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt > > > Thanks for your work on making FreeBSD better, > > -- > IOnut - Un^d^dregistered ;) FreeBSD "user" > "Intellectual Property" is nowhere near as valuable as "Intellect" > FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B > From bzeeb-lists at lists.zabbadoz.net Wed Sep 3 01:01:11 2008 From: bzeeb-lists at lists.zabbadoz.net (Bjoern A. Zeeb) Date: Wed Sep 3 01:01:17 2008 Subject: cvs commit: src UPDATING In-Reply-To: <200809012355.m81NtjZT038288@repoman.freebsd.org> References: <200809012355.m81NtjZT038288@repoman.freebsd.org> Message-ID: <20080903002453.I65801@maildrop.int.zabbadoz.net> On Mon, 1 Sep 2008, Dag-Erling Smorgrav wrote: Hi, > des 2008-09-01 23:50:56 UTC > > FreeBSD src repository > > Modified files: > . UPDATING > Log: > SVN rev 182662 on 2008-09-01 23:50:56Z by des > > Belatedly add a notice about the reversed order of preference for OpenSSH > authentication keys. So I had an updated ssh client in use since at least Aug 22 and it didn't bother me to ask about any remote machines. Now that people are updating their 7-STABLE machines, those 7-STABLE machines with an OpenSSH 5.1p1 start to pop up and do the DSA vs. RSA fingerprint dance for the host keys (at least until I added this to line 1 of my ~/.ssh/config as hinted with this UPDATING entry: HostKeyAlgorithms ssh-dss,ssh-rsa ). To my understanding this should have happened 10 days ago to me. I wonder why the peer needs to be updated as well for this? Is this because sshds up to now only advertised dss (also on stable) and with the update to 5.1p1 start to advertise rsa,dss and with the updated client rsa matches? In that case that would mean that stable users would see that as well? Or at least STABLE sshds would behave different on new clients? That could potentially break auto-pilot setups for people on the stable branch? /bz, highly confused (and tired) -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From kan at FreeBSD.org Wed Sep 3 01:05:51 2008 From: kan at FreeBSD.org (Alexander Kabaev) Date: Wed Sep 3 01:05:57 2008 Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <200809030105.m8315o1h020105@repoman.freebsd.org> kan 2008-09-03 01:05:32 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: SVN rev 182698 on 2008-09-03 01:05:32Z by kan Make sure internal rtld malloc routines are not called from unlocked contexts as rtld's malloc is not thread safe and is only supposed to be called with exclusive bind lock already held. The originating PR submitted a patch on top of different pre-requisite workaroud for unsafe dlopen calls, and the patch was midief slighlty to apply to stock sources for the purpose of this commit. Running rtld malloc from unlocked contexts is a bug on its own. PR: 126950 Submited by: Oleg Dolgov Revision Changes Path 1.127 +17 -14 src/libexec/rtld-elf/rtld.c From amdmi3 at FreeBSD.org Wed Sep 3 01:45:11 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Wed Sep 3 01:45:22 2008 Subject: cvs commit: ports/graphics/geomview Makefile ports/graphics/geomview/files patch-lisp.c patch-streampool.h Message-ID: <200809030145.m831jAn9023213@repoman.freebsd.org> amdmi3 2008-09-03 01:45:10 UTC FreeBSD ports repository Modified files: graphics/geomview Makefile graphics/geomview/files patch-lisp.c patch-streampool.h Log: - Fix a typo on this port that enables it to build again. - Label NOT_FOR AMD64 since it coredumps. - Sync the patches with those on CVS. - No functional change. PR: 126037 Submitted by: "Pedro F. Giffuni" Revision Changes Path 1.49 +3 -0 ports/graphics/geomview/Makefile 1.2 +49 -2 ports/graphics/geomview/files/patch-lisp.c 1.2 +11 -11 ports/graphics/geomview/files/patch-streampool.h From amdmi3 at FreeBSD.org Wed Sep 3 01:52:00 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Wed Sep 3 01:52:07 2008 Subject: cvs commit: ports/sysutils/automounter Makefile distinfo Message-ID: <200809030152.m831q0no023780@repoman.freebsd.org> amdmi3 2008-09-03 01:52:00 UTC FreeBSD ports repository Modified files: sysutils/automounter Makefile distinfo Log: - Update to 1.3.2 PR: 127049 Submitted by: Dominic Fandrey (maintaier) Revision Changes Path 1.3 +1 -1 ports/sysutils/automounter/Makefile 1.3 +3 -3 ports/sysutils/automounter/distinfo From linimon at FreeBSD.org Wed Sep 3 02:26:24 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 02:26:30 2008 Subject: cvs commit: ports/audio/ogg2mp3 Makefile ports/comms/nokryptia Makefile ports/deskutils/kdissert Makefile ports/polish/ekg Makefile ports/polish/ekg2 Makefile ports/polish/fortunepl Makefile ports/polish/libgadu Makefile ports/polish/sap Makefile ... Message-ID: <200809030226.m832QOq0027711@repoman.freebsd.org> linimon 2008-09-03 02:26:24 UTC FreeBSD ports repository Modified files: audio/ogg2mp3 Makefile comms/nokryptia Makefile deskutils/kdissert Makefile polish/ekg Makefile polish/ekg2 Makefile polish/fortunepl Makefile polish/libgadu Makefile polish/sap Makefile security/vinetto Makefile Log: Reset alex@bsdguru.org due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.5 +1 -1 ports/audio/ogg2mp3/Makefile 1.5 +1 -1 ports/comms/nokryptia/Makefile 1.28 +1 -1 ports/deskutils/kdissert/Makefile 1.29 +1 -1 ports/polish/ekg/Makefile 1.13 +1 -1 ports/polish/ekg2/Makefile 1.4 +1 -1 ports/polish/fortunepl/Makefile 1.10 +1 -1 ports/polish/libgadu/Makefile 1.4 +1 -1 ports/polish/sap/Makefile 1.5 +1 -1 ports/security/vinetto/Makefile From linimon at FreeBSD.org Wed Sep 3 02:30:34 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 02:30:40 2008 Subject: cvs commit: ports/databases/p5-DBD-Mock Makefile ports/textproc/p5-Excel-Template Makefile ports/www/p5-CGI-Application-Plugin-DBH Makefile ports/www/p5-CGI-Application-Plugin-HTDot Makefile ports/www/p5-CGI-Application-Plugin-ValidateRM Makefile ports/www/p5-HTML-Template-Pluggable Makefile Message-ID: <200809030230.m832UYV1028146@repoman.freebsd.org> linimon 2008-09-03 02:30:34 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Mock Makefile textproc/p5-Excel-Template Makefile www/p5-CGI-Application-Plugin-DBH Makefile www/p5-CGI-Application-Plugin-HTDot Makefile www/p5-CGI-Application-Plugin-ValidateRM Makefile www/p5-HTML-Template-Pluggable Makefile Log: Reset espen@tagestad.no due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.6 +1 -1 ports/databases/p5-DBD-Mock/Makefile 1.6 +1 -1 ports/textproc/p5-Excel-Template/Makefile 1.4 +1 -1 ports/www/p5-CGI-Application-Plugin-DBH/Makefile 1.5 +1 -1 ports/www/p5-CGI-Application-Plugin-HTDot/Makefile 1.4 +1 -1 ports/www/p5-CGI-Application-Plugin-ValidateRM/Makefile 1.5 +1 -1 ports/www/p5-HTML-Template-Pluggable/Makefile From linimon at FreeBSD.org Wed Sep 3 02:33:58 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 02:34:10 2008 Subject: cvs commit: ports/devel/p5-Devel-SimpleTrace Makefile ports/devel/p5-Geo-ShapeFile Makefile ports/graphics/p5-Geo-Proj4 Makefile Message-ID: <200809030233.m832XvkT028462@repoman.freebsd.org> linimon 2008-09-03 02:33:57 UTC FreeBSD ports repository Modified files: devel/p5-Devel-SimpleTrace Makefile devel/p5-Geo-ShapeFile Makefile graphics/p5-Geo-Proj4 Makefile Log: Reset estith.freebsd.ports@thelunarempire.net due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.5 +1 -1 ports/devel/p5-Devel-SimpleTrace/Makefile 1.5 +1 -1 ports/devel/p5-Geo-ShapeFile/Makefile 1.4 +1 -1 ports/graphics/p5-Geo-Proj4/Makefile From wxs at FreeBSD.org Wed Sep 3 02:42:09 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Wed Sep 3 02:42:15 2008 Subject: cvs commit: ports/ports-mgmt/fastest_sites Makefile ports/ports-mgmt/fastest_sites/files patch-fastest_sites.py Message-ID: <200809030242.m832g94J029229@repoman.freebsd.org> wxs 2008-09-03 02:42:09 UTC FreeBSD ports repository Modified files: ports-mgmt/fastest_sites Makefile Added files: ports-mgmt/fastest_sites/files patch-fastest_sites.py Log: Add a patch to workaround a bug noticed by Doug Barton. The new code will silently ignore MASTER_SITE_GOOGLE_CODE and MASTER_SITE_DEBIAN_POOL unless specifically asked to sort them, in which case an error message is printed. Most of the patch came from Ryan Steinmetz with small additions by me. Revision Changes Path 1.2 +1 -0 ports/ports-mgmt/fastest_sites/Makefile 1.1 +57 -0 ports/ports-mgmt/fastest_sites/files/patch-fastest_sites.py (new) From linimon at FreeBSD.org Wed Sep 3 02:50:58 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 02:51:09 2008 Subject: cvs commit: ports/deskutils/everygui Makefile ports/deskutils/superswitcher Makefile ports/devel/cdk Makefile ports/devel/p5-Cdk Makefile ports/multimedia/gcfilms Makefile ports/security/openvpn-admin Makefile ports/sysutils/915resolution Makefile ... Message-ID: <200809030250.m832ovZk030077@repoman.freebsd.org> linimon 2008-09-03 02:50:57 UTC FreeBSD ports repository Modified files: deskutils/everygui Makefile deskutils/superswitcher Makefile devel/cdk Makefile devel/p5-Cdk Makefile multimedia/gcfilms Makefile security/openvpn-admin Makefile sysutils/915resolution Makefile sysutils/ghasher Makefile x11-themes/metacity-themes Makefile Log: Reset MrL0Lz@gmail.com due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.6 +1 -1 ports/deskutils/everygui/Makefile 1.8 +1 -1 ports/deskutils/superswitcher/Makefile 1.40 +1 -1 ports/devel/cdk/Makefile 1.11 +1 -1 ports/devel/p5-Cdk/Makefile 1.8 +1 -1 ports/multimedia/gcfilms/Makefile 1.11 +1 -1 ports/security/openvpn-admin/Makefile 1.9 +1 -1 ports/sysutils/915resolution/Makefile 1.6 +1 -1 ports/sysutils/ghasher/Makefile 1.11 +1 -1 ports/x11-themes/metacity-themes/Makefile From linimon at FreeBSD.org Wed Sep 3 02:53:00 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 02:53:06 2008 Subject: cvs commit: ports/sysutils/3dm Makefile Message-ID: <200809030252.m832qxdX030235@repoman.freebsd.org> linimon 2008-09-03 02:52:59 UTC FreeBSD ports repository Modified files: sysutils/3dm Makefile Log: Reset ports.maintainer@evilphi.com due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.22 +1 -1 ports/sysutils/3dm/Makefile From linimon at FreeBSD.org Wed Sep 3 02:57:45 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 02:57:51 2008 Subject: cvs commit: ports/benchmarks/stream Makefile ports/biology/avida Makefile ports/devel/open-beagle Makefile ports/lang/cmucl-extra Makefile ports/lang/screamer Makefile ports/math/maxima Makefile Message-ID: <200809030257.m832vi0p030716@repoman.freebsd.org> linimon 2008-09-03 02:57:44 UTC FreeBSD ports repository Modified files: benchmarks/stream Makefile biology/avida Makefile devel/open-beagle Makefile lang/cmucl-extra Makefile lang/screamer Makefile math/maxima Makefile Log: Reset sf@slappy.org due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.10 +1 -1 ports/benchmarks/stream/Makefile 1.23 +1 -1 ports/biology/avida/Makefile 1.11 +1 -1 ports/devel/open-beagle/Makefile 1.11 +1 -1 ports/lang/cmucl-extra/Makefile 1.8 +1 -1 ports/lang/screamer/Makefile 1.32 +1 -1 ports/math/maxima/Makefile From linimon at FreeBSD.org Wed Sep 3 02:59:46 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 02:59:58 2008 Subject: cvs commit: ports/devel/p5-Test-LectroTest Makefile ports/devel/p5-Test-NoWarnings Makefile Message-ID: <200809030259.m832xkao030897@repoman.freebsd.org> linimon 2008-09-03 02:59:46 UTC FreeBSD ports repository Modified files: devel/p5-Test-LectroTest Makefile devel/p5-Test-NoWarnings Makefile Log: Reset alex@kapranoff.ru due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.9 +1 -1 ports/devel/p5-Test-LectroTest/Makefile 1.8 +1 -1 ports/devel/p5-Test-NoWarnings/Makefile From koitsu at FreeBSD.org Wed Sep 3 03:01:48 2008 From: koitsu at FreeBSD.org (Jeremy Chadwick) Date: Wed Sep 3 03:02:00 2008 Subject: cvs commit: ports/databases/rrdtool12 Makefile distinfo ports/databases/rrdtool12/files patch-configure Message-ID: <200809030301.m8331mVg031262@repoman.freebsd.org> koitsu 2008-09-03 03:01:48 UTC FreeBSD ports repository Modified files: databases/rrdtool12 Makefile distinfo Added files: databases/rrdtool12/files patch-configure Log: - Update to rrdtool 1.2.28 - Add a small patch that gets rid of the "ordering CD from..." sleeps, speeding up initial configure time Update requested by: Terry Kennedy Revision Changes Path 1.2 +1 -2 ports/databases/rrdtool12/Makefile 1.2 +3 -3 ports/databases/rrdtool12/distinfo 1.1 +19 -0 ports/databases/rrdtool12/files/patch-configure (new) From linimon at FreeBSD.org Wed Sep 3 03:04:35 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 03:04:47 2008 Subject: cvs commit: ports/mail/spampd Makefile Message-ID: <200809030304.m8334Z79032563@repoman.freebsd.org> linimon 2008-09-03 03:04:35 UTC FreeBSD ports repository Modified files: mail/spampd Makefile Log: Reset christian.schade@interface-systems.de due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.11 +1 -1 ports/mail/spampd/Makefile From linimon at FreeBSD.org Wed Sep 3 03:09:06 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 03:09:18 2008 Subject: cvs commit: ports/devel/cppunit Makefile Message-ID: <200809030309.m833952h032941@repoman.freebsd.org> linimon 2008-09-03 03:09:05 UTC FreeBSD ports repository Modified files: devel/cppunit Makefile Log: Reset gcross@fastmail.fm due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.10 +1 -1 ports/devel/cppunit/Makefile From linimon at FreeBSD.org Wed Sep 3 03:12:34 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 03:12:39 2008 Subject: cvs commit: ports/databases/p5-Test-DatabaseRow Makefile ports/security/p5-Nmap-Parser Makefile ports/security/pbnj Makefile Message-ID: <200809030312.m833CXpU033307@repoman.freebsd.org> linimon 2008-09-03 03:12:33 UTC FreeBSD ports repository Modified files: databases/p5-Test-DatabaseRow Makefile security/p5-Nmap-Parser Makefile security/pbnj Makefile Log: Reset jabra@ccs.neu.edu due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.5 +1 -1 ports/databases/p5-Test-DatabaseRow/Makefile 1.4 +1 -1 ports/security/p5-Nmap-Parser/Makefile 1.4 +1 -1 ports/security/pbnj/Makefile From QAT at FreeBSD.org Wed Sep 3 03:25:13 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Wed Sep 3 03:25:19 2008 Subject: cvs commit: ports/deskutils/everygui Makefile ports/deskutils/superswitcher Makefile ports/devel/cdk Makefile ports/devel/p5-Cdk Makefile ports/multimedia/gcfilms Makefile ports/security/openvpn-admin Makefile ports/sysutils/915 In-Reply-To: <200809030250.m832ovZk030077@repoman.freebsd.org> References: In-Reply-To: <200809030250.m832ovZk030077@repoman.freebsd.org> Message-ID: <20080903032511.5545A12E4368@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/cdk-5.0.20050424,1.log : building cdk-5.0.20050424,1 in directory /var/tinderbox/7-STABLE-FTP maintained by: ports@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/cdk Makefile ident: $FreeBSD: ports/devel/cdk/Makefile,v 1.40 2008/09/03 02:50:56 linimon Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Sep 3 03:24:34 UTC 2008 ................................................... /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/deleteCursesWindow.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/dirName.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/eraseCursesWindow.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/floorCDK.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/freeCharList.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/freeChtypeList.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/char2DisplayType.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/checkForLink.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/chstrncpy.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/chtype2String.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/justifyString.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/mode2Filetype.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/moveCursesWindow.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/popupLabelAttrib.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/selectFile.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/setWidgetDimension.3.gz /usr/local/man/man3/cdk_util.3.gz /usr/local/man/man3/viewInfo.3.gz ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for cdk-5.0.20050424,1 ================================================================ ======================================== ===> Building package for cdk-5.0.20050424,1 Creating package /tmp/packages/All/cdk-5.0.20050424,1.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/cdk-5.0.20050424,1.tbz' Deleting cdk-5.0.20050424,1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 9234121 4 drwxr-xr-x 2 root wheel 512 Sep 3 03:24 usr/local/share/doc/cdk 9234122 8 -r--r--r-- 1 root wheel 3331 Sep 3 03:24 usr/local/share/doc/cdk/EXPANDING 9234123 8 -r--r--r-- 1 root wheel 2313 Sep 3 03:24 usr/local/share/doc/cdk/NOTES 9234124 8 -r--r--r-- 1 root wheel 2420 Sep 3 03:24 usr/local/share/doc/cdk/TODO 9234125 12 -r--r--r-- 1 root wheel 4936 Sep 3 03:24 usr/local/share/doc/cdk/COPYING 9234126 4 -r--r--r-- 1 root wheel 1994 Sep 3 03:24 usr/local/share/doc/cdk/INSTALL 9234127 16 -r--r--r-- 1 root wheel 7752 Sep 3 03:24 usr/local/share/doc/cdk/README ================================================================ build of /usr/ports/devel/cdk ended at Wed Sep 3 03:25:09 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From edwin at FreeBSD.org Wed Sep 3 03:30:37 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Wed Sep 3 03:30:49 2008 Subject: cvs commit: ports/net-mgmt/nagios-devel Makefile Message-ID: <200809030330.m833UbYh034703@repoman.freebsd.org> edwin 2008-09-03 03:30:37 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-devel Makefile Log: - Unbreak INDEX Reported by: erwin Discussed with: kiotsu on #bsdports Revision Changes Path 1.18 +1 -0 ports/net-mgmt/nagios-devel/Makefile From linimon at FreeBSD.org Wed Sep 3 03:34:02 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 03:34:08 2008 Subject: cvs commit: ports/net/x11vnc Makefile ports/sysutils/dirvish Makefile Message-ID: <200809030334.m833Y0FQ035015@repoman.freebsd.org> linimon 2008-09-03 03:34:00 UTC FreeBSD ports repository Modified files: net/x11vnc Makefile sysutils/dirvish Makefile Log: Reset lorenl@north-winds.org due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.13 +1 -1 ports/net/x11vnc/Makefile 1.6 +1 -1 ports/sysutils/dirvish/Makefile From linimon at FreeBSD.org Wed Sep 3 03:37:20 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 03:37:27 2008 Subject: cvs commit: ports/databases/pgtop Makefile ports/net-im/jggtrans Makefile ports/net-mgmt/pftabled Makefile ports/www/hastymail Makefile ports/www/ilias Makefile Message-ID: <200809030337.m833bKIO035393@repoman.freebsd.org> linimon 2008-09-03 03:37:20 UTC FreeBSD ports repository Modified files: databases/pgtop Makefile net-im/jggtrans Makefile net-mgmt/pftabled Makefile www/hastymail Makefile www/ilias Makefile Log: Reset r@robakdesign.com due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.4 +1 -1 ports/databases/pgtop/Makefile 1.6 +1 -1 ports/net-im/jggtrans/Makefile 1.3 +1 -1 ports/net-mgmt/pftabled/Makefile 1.6 +1 -1 ports/www/hastymail/Makefile 1.7 +1 -1 ports/www/ilias/Makefile From kuriyama at FreeBSD.org Wed Sep 3 03:37:35 2008 From: kuriyama at FreeBSD.org (Jun Kuriyama) Date: Wed Sep 3 03:37:42 2008 Subject: cvs commit: ports/devel Makefile ports/devel/flex_compiler_shell Makefile ports/devel/flex-sdk Makefile distinfo pkg-descr pkg-plist ports/devel/flex-sdk/files aasdoc.sh.in acompc.sh.in amxmlc.sh.in copylocale.sh.in digest.sh.in fcsh.sh.in ... Message-ID: <200809030337.m833bYvu035552@repoman.freebsd.org> kuriyama 2008-09-03 03:37:34 UTC FreeBSD ports repository Modified files: devel Makefile devel/flex_compiler_shell Makefile devel/flex-sdk Makefile distinfo pkg-descr pkg-plist devel/flex-sdk2 Makefile japanese/flex-sdk Makefile Added files: devel/flex-sdk/files aasdoc.sh.in acompc.sh.in amxmlc.sh.in copylocale.sh.in digest.sh.in fcsh.sh.in optimizer.sh.in Log: Upgrade to 3.1.0.2701. Old version (2.0.1) was repocopied as devel/flex-sdk2. This is MPL version (not including Flash Player binaries etc). Revision Changes Path 1.3186 +1 -0 ports/devel/Makefile 1.4 +11 -26 ports/devel/flex-sdk/Makefile 1.3 +3 -3 ports/devel/flex-sdk/distinfo 1.1 +9 -0 ports/devel/flex-sdk/files/aasdoc.sh.in (new) 1.1 +9 -0 ports/devel/flex-sdk/files/acompc.sh.in (new) 1.1 +9 -0 ports/devel/flex-sdk/files/amxmlc.sh.in (new) 1.1 +9 -0 ports/devel/flex-sdk/files/copylocale.sh.in (new) 1.1 +9 -0 ports/devel/flex-sdk/files/digest.sh.in (new) 1.1 +9 -0 ports/devel/flex-sdk/files/fcsh.sh.in (new) 1.1 +9 -0 ports/devel/flex-sdk/files/optimizer.sh.in (new) 1.2 +11 -3 ports/devel/flex-sdk/pkg-descr 1.3 +1244 -866 ports/devel/flex-sdk/pkg-plist 1.4 +1 -1 ports/devel/flex-sdk2/Makefile 1.3 +1 -0 ports/devel/flex_compiler_shell/Makefile 1.3 +1 -1 ports/japanese/flex-sdk/Makefile From linimon at FreeBSD.org Wed Sep 3 03:39:48 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 03:39:59 2008 Subject: cvs commit: ports/games/prboom Makefile ports/www/winhelpcgi Makefile Message-ID: <200809030339.m833dl2x035730@repoman.freebsd.org> linimon 2008-09-03 03:39:47 UTC FreeBSD ports repository Modified files: games/prboom Makefile www/winhelpcgi Makefile Log: Reset robin.schoonover@gmail.com due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.20 +1 -1 ports/games/prboom/Makefile 1.11 +1 -1 ports/www/winhelpcgi/Makefile From linimon at FreeBSD.org Wed Sep 3 03:42:44 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 03:42:50 2008 Subject: cvs commit: ports/misc/hello Makefile ports/net/libnet Makefile ports/net/libnet10 Makefile ports/net/tdetect Makefile ports/security/slush Makefile Message-ID: <200809030342.m833ghJq036113@repoman.freebsd.org> linimon 2008-09-03 03:42:43 UTC FreeBSD ports repository Modified files: misc/hello Makefile net/libnet Makefile net/libnet10 Makefile net/tdetect Makefile security/slush Makefile Log: Reset shipley@dis.org due to maintainer-timeouts and no response to email. Hat: portmgr Revision Changes Path 1.15 +1 -1 ports/misc/hello/Makefile 1.20 +1 -1 ports/net/libnet/Makefile 1.23 +1 -1 ports/net/libnet10/Makefile 1.17 +1 -1 ports/net/tdetect/Makefile 1.17 +1 -1 ports/security/slush/Makefile From beech at FreeBSD.org Wed Sep 3 04:24:21 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Wed Sep 3 04:24:27 2008 Subject: cvs commit: ports/net/x11vnc Makefile Message-ID: <200809030424.m834OK3o040624@repoman.freebsd.org> beech 2008-09-03 04:24:20 UTC FreeBSD ports repository Modified files: net/x11vnc Makefile Log: - Use SF macro - Take maintainership Revision Changes Path 1.14 +2 -2 ports/net/x11vnc/Makefile From QAT at FreeBSD.org Wed Sep 3 05:12:19 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Wed Sep 3 05:12:24 2008 Subject: cvs commit: ports/devel Makefile ports/devel/flex_compiler_shell Makefile ports/devel/flex-sdk Makefile distinfo pkg-descr pkg-plist ports/devel/flex-sdk/files aasdoc.sh.in acompc.sh.in amxmlc.sh.in copylocale.sh.in digest.sh.in In-Reply-To: <200809030337.m833bYvu035552@repoman.freebsd.org> References: In-Reply-To: <200809030337.m833bYvu035552@repoman.freebsd.org> Message-ID: <20080903051217.07F4A12E436F@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/flex_compiler_shell-0.20070123_1.log : building flex_compiler_shell-0.20070123_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: kuriyama@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/flex_compiler_shell Makefile ident: $FreeBSD: ports/devel/flex_compiler_shell/Makefile,v 1.3 2008/09/03 03:37:34 kuriyama Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Sep 3 05:11:12 UTC 2008 ................................................... pkg_add libXtst-1.0.3_1.tbz pkg_add inputproto-1.4.2.1.tbz skipping inputproto-1.4.2.1, already added pkg_add xproto-7.0.10_1.tbz skipping xproto-7.0.10_1, already added pkg_add libX11-1.1.3_1,1.tbz skipping libX11-1.1.3_1,1, already added pkg_add libXext-1.0.3,1.tbz skipping libXext-1.0.3,1, already added pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added pkg_add printproto-1.0.3.tbz skipping printproto-1.0.3, already added pkg_add libXau-1.0.3_2.tbz skipping libXau-1.0.3_2, already added pkg_add libSM-1.0.3_1,1.tbz skipping libSM-1.0.3_1,1, already added pkg_add recordproto-1.13.2.tbz skipping recordproto-1.13.2, already added pkg_add kbproto-1.0.3.tbz skipping kbproto-1.0.3, already added pkg_add libXdmcp-1.0.2_1.tbz skipping libXdmcp-1.0.2_1, already added pkg_add xextproto-7.0.2.tbz skipping xextproto-7.0.2, already added pkg_add libICE-1.0.4_1,1.tbz skipping libICE-1.0.4_1,1, already added pkg_add flex-sdk-3.1.0.2710.tbz ===> Installing for flex_compiler_shell-0.20070123_1 ===> flex_compiler_shell-0.20070123_1 conflicts with installed package(s): flex-sdk-3.1.0.2710 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /a/ports/devel/flex_compiler_shell. ================================================================ build of /usr/ports/devel/flex_compiler_shell ended at Wed Sep 3 05:12:15 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From ale at FreeBSD.org Wed Sep 3 06:04:15 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 06:04:26 2008 Subject: cvs commit: ports/www/boa Makefile distinfo Message-ID: <200809030604.m8364C9Y060018@repoman.freebsd.org> ale 2008-09-03 06:04:12 UTC FreeBSD ports repository Modified files: www/boa Makefile distinfo Log: Update to 0.94.14rc21 release. Revision Changes Path 1.26 +1 -4 ports/www/boa/Makefile 1.17 +3 -3 ports/www/boa/distinfo From ale at FreeBSD.org Wed Sep 3 06:11:52 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 06:11:58 2008 Subject: cvs commit: ports/devel/javolution Makefile distinfo Message-ID: <200809030611.m836Bpeg060797@repoman.freebsd.org> ale 2008-09-03 06:11:51 UTC FreeBSD ports repository Modified files: devel/javolution Makefile distinfo Log: Update to 5.2.6 release. Revision Changes Path 1.3 +1 -2 ports/devel/javolution/Makefile 1.2 +3 -3 ports/devel/javolution/distinfo From ale at FreeBSD.org Wed Sep 3 06:14:06 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 06:14:12 2008 Subject: cvs commit: ports/mail/qmailmrtg7 pkg-descr Message-ID: <200809030614.m836E5KE061037@repoman.freebsd.org> ale 2008-09-03 06:14:05 UTC FreeBSD ports repository Modified files: mail/qmailmrtg7 pkg-descr Log: Update WWW site. Revision Changes Path 1.3 +1 -1 ports/mail/qmailmrtg7/pkg-descr From ale at FreeBSD.org Wed Sep 3 06:15:51 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 06:15:57 2008 Subject: cvs commit: ports/mail/qscan Makefile pkg-descr Message-ID: <200809030615.m836FoJ0061233@repoman.freebsd.org> ale 2008-09-03 06:15:50 UTC FreeBSD ports repository Modified files: mail/qscan Makefile pkg-descr Log: Update WWW and MASTER_SITES. Revision Changes Path 1.5 +2 -1 ports/mail/qscan/Makefile 1.2 +1 -1 ports/mail/qscan/pkg-descr From imp at FreeBSD.org Wed Sep 3 06:57:40 2008 From: imp at FreeBSD.org (Warner Losh) Date: Wed Sep 3 06:57:51 2008 Subject: cvs commit: src/sys/dev/pci pci_pci.c Message-ID: <200809030657.m836veGT064540@repoman.freebsd.org> imp 2008-09-03 06:57:21 UTC FreeBSD src repository Modified files: sys/dev/pci pci_pci.c Log: SVN rev 182706 on 2008-09-03 06:57:21Z by imp Style nit. Continued lines are indented 2 spaces in this file. Revision Changes Path 1.56 +4 -4 src/sys/dev/pci/pci_pci.c From imp at FreeBSD.org Wed Sep 3 07:03:41 2008 From: imp at FreeBSD.org (Warner Losh) Date: Wed Sep 3 07:03:52 2008 Subject: cvs commit: src/usr.sbin/pciconf pciconf.c Message-ID: <200809030703.m8373fjD066144@repoman.freebsd.org> imp 2008-09-03 07:03:38 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.c Log: SVN rev 182707 on 2008-09-03 07:03:38Z by imp minor style(9) police: sort getopt options alphabetically. The semi-logical segregation of 'b' and 'h' doesn't seem to make sense and makes it harder to read. Revision Changes Path 1.31 +9 -9 src/usr.sbin/pciconf/pciconf.c From linimon at FreeBSD.org Wed Sep 3 07:05:56 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 07:06:07 2008 Subject: cvs commit: ports/devel/cppunit Makefile Message-ID: <200809030705.m8375tDH066397@repoman.freebsd.org> linimon 2008-09-03 07:05:54 UTC FreeBSD ports repository Modified files: devel/cppunit Makefile Log: Assign to new volunteer. Revision Changes Path 1.11 +1 -1 ports/devel/cppunit/Makefile From imp at FreeBSD.org Wed Sep 3 07:08:27 2008 From: imp at FreeBSD.org (Warner Losh) Date: Wed Sep 3 07:08:39 2008 Subject: cvs commit: src/usr.sbin/pciconf pciconf.c Message-ID: <200809030708.m8378Rq8066588@repoman.freebsd.org> imp 2008-09-03 07:08:22 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.c Log: SVN rev 182708 on 2008-09-03 07:08:22Z by imp style nit: indent continuation lines correctly, use style(9) style if() statement. Revision Changes Path 1.32 +16 -15 src/usr.sbin/pciconf/pciconf.c From linimon at FreeBSD.org Wed Sep 3 07:09:47 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Wed Sep 3 07:09:58 2008 Subject: cvs commit: ports/news/nzbget Makefile Message-ID: <200809030709.m8379ki0066697@repoman.freebsd.org> linimon 2008-09-03 07:09:46 UTC FreeBSD ports repository Modified files: news/nzbget Makefile Log: Assign to new volunteer. Revision Changes Path 1.10 +1 -1 ports/news/nzbget/Makefile From das at FreeBSD.org Wed Sep 3 07:24:14 2008 From: das at FreeBSD.org (David Schultz) Date: Wed Sep 3 07:24:21 2008 Subject: cvs commit: src/contrib/gdtoa README dtoa.c gdtoa.h gdtoaimp.h gethex.c strtoIg.c strtod.c strtodg.c xsum0.out src/contrib/gdtoa/test README f.out getround.c xsum0.out Message-ID: <200809030724.m837ODRO067948@repoman.freebsd.org> das 2008-09-03 07:23:57 UTC FreeBSD src repository Modified files: contrib/gdtoa README dtoa.c gdtoa.h gdtoaimp.h gethex.c strtoIg.c strtod.c strtodg.c xsum0.out contrib/gdtoa/test README f.out getround.c xsum0.out Log: SVN rev 182709 on 2008-09-03 07:23:57Z by das Merge gdtoa 20080831. This fixes several bugs, including an infinite loop pointed out by cognet@ that occurs when calling strtod() with a string representing a number between DBL_MAX and 2*DBL_MAX, when the rounding mode is anything other than the default. Revision Changes Path 1.2 +38 -14 src/contrib/gdtoa/README 1.2 +27 -24 src/contrib/gdtoa/dtoa.c 1.2 +5 -11 src/contrib/gdtoa/gdtoa.h 1.10 +13 -9 src/contrib/gdtoa/gdtoaimp.h 1.3 +69 -10 src/contrib/gdtoa/gethex.c 1.2 +12 -14 src/contrib/gdtoa/strtoIg.c 1.3 +38 -22 src/contrib/gdtoa/strtod.c 1.2 +75 -58 src/contrib/gdtoa/strtodg.c 1.2 +5 -0 src/contrib/gdtoa/test/README 1.2 +30 -10 src/contrib/gdtoa/test/f.out 1.2 +10 -9 src/contrib/gdtoa/test/getround.c 1.2 +17 -17 src/contrib/gdtoa/test/xsum0.out 1.2 +48 -46 src/contrib/gdtoa/xsum0.out From das at FreeBSD.org Wed Sep 3 07:32:14 2008 From: das at FreeBSD.org (David Schultz) Date: Wed Sep 3 07:32:21 2008 Subject: cvs commit: src/contrib/gdtoa strtof.c Message-ID: <200809030732.m837WEhc068606@repoman.freebsd.org> das 2008-09-03 07:32:06 UTC FreeBSD src repository Modified files: contrib/gdtoa strtof.c Log: SVN rev 182710 on 2008-09-03 07:32:06Z by das Make strtof() respect the current rounding mode. Revision Changes Path 1.3 +10 -2 src/contrib/gdtoa/strtof.c From das at FreeBSD.org Wed Sep 3 07:35:31 2008 From: das at FreeBSD.org (David Schultz) Date: Wed Sep 3 07:35:47 2008 Subject: cvs commit: src/tools/regression/lib/libc/stdio test-scanfloat.c Message-ID: <200809030735.m837ZUH8068986@repoman.freebsd.org> das 2008-09-03 07:35:14 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/stdio test-scanfloat.c Log: SVN rev 182711 on 2008-09-03 07:35:14Z by das Regression tests for bugs in gdtoa. Revision Changes Path 1.11 +17 -11 src/tools/regression/lib/libc/stdio/test-scanfloat.c From dfr at FreeBSD.org Wed Sep 3 07:50:02 2008 From: dfr at FreeBSD.org (Doug Rabson) Date: Wed Sep 3 07:50:18 2008 Subject: cvs commit: src/sys/nlm nlm_prot_server.c Message-ID: <200809030750.m837o1JW070129@repoman.freebsd.org> dfr 2008-09-03 07:49:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nlm nlm_prot_server.c Log: SVN rev 182712 on 2008-09-03 07:49:49Z by dfr MFC: r182153 - fix interoperability issues with Mac OS X. PR: 126561 Submitted by: Richard.Conto sy gmail.com Approved by: re (kensmith) Revision Changes Path 1.2.2.3 +1 -0 src/sys/nlm/nlm_prot_server.c From ale at FreeBSD.org Wed Sep 3 08:04:42 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 08:04:53 2008 Subject: cvs commit: ports/mail Makefile ports/mail/mime4j Makefile distinfo pkg-descr Message-ID: <200809030804.m8384fm6072394@repoman.freebsd.org> ale 2008-09-03 08:04:41 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/mime4j Makefile distinfo pkg-descr Log: mime4j provides a parser, MimeStreamParser, for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you should have no problem getting started with mime4j. The parser only deals with the structure of the message stream. It won't do any decoding of base64 or quoted-printable encoded header fields and bodies. The parser has been designed to be extremely tolerant against messages violating the standards. mime4j can also be used to build a tree representation of an e-mail message using the Message class. Using this facility mime4j automatically handles the decoding of fields and bodies and uses temporary files for large attachments. WWW: http://james.apache.org/mime4j/ Revision Changes Path 1.922 +1 -0 ports/mail/Makefile 1.1 +43 -0 ports/mail/mime4j/Makefile (new) 1.1 +3 -0 ports/mail/mime4j/distinfo (new) 1.1 +22 -0 ports/mail/mime4j/pkg-descr (new) From ale at FreeBSD.org Wed Sep 3 08:06:18 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 08:06:30 2008 Subject: cvs commit: ports/www Makefile ports/www/httpcore Makefile distinfo pkg-descr Message-ID: <200809030806.m8386IUM072647@repoman.freebsd.org> ale 2008-09-03 08:06:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/httpcore Makefile distinfo pkg-descr Log: The HttpCore components implement the most fundamental aspects of the HTTP protocol. They are nonetheless sufficient to develop basic client-side and server-side HTTP services with a minimal footprint and no external dependencies. The HttpCore base module contains the public API and the default implementation based on the Java classic (blocking) I/O model. It requires a Java 1.3 compatible runtime and has no dependency on any external libraries. HttpCore NIO extensions contain optional components that leverage the event driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO extensions are intended for those usage scenarios where raw throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner. WWW: http://hc.apache.org/httpcomponents-core/ Revision Changes Path 1.2142 +1 -0 ports/www/Makefile 1.1 +45 -0 ports/www/httpcore/Makefile (new) 1.1 +3 -0 ports/www/httpcore/distinfo (new) 1.1 +20 -0 ports/www/httpcore/pkg-descr (new) From ale at FreeBSD.org Wed Sep 3 08:07:19 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 08:07:30 2008 Subject: cvs commit: ports/www Makefile ports/www/httpclient Makefile distinfo pkg-descr Message-ID: <200809030807.m8387IGa072778@repoman.freebsd.org> ale 2008-09-03 08:07:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/httpclient Makefile distinfo pkg-descr Log: HttpClient provides components for client-side authentication, HTTP state management, connection management, and an HTTP/1.1 compliant HTTP agent implementation based on those components. It is intended as successor of and replacement for Jakarta Commons HttpClient 3.x. The HttpClient module is a full-featured, HTTP/1.1 compliant agent built on top of HttpCore. The HttpMime module extends mime4j library with some HTTP specific functionality and integrates it with the HttpComponents framework. WWW: http://hc.apache.org/httpcomponents-client/ Revision Changes Path 1.2143 +1 -0 ports/www/Makefile 1.1 +50 -0 ports/www/httpclient/Makefile (new) 1.1 +3 -0 ports/www/httpclient/distinfo (new) 1.1 +15 -0 ports/www/httpclient/pkg-descr (new) From bz at FreeBSD.org Wed Sep 3 08:14:03 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Wed Sep 3 08:14:09 2008 Subject: cvs commit: src/sys/netinet6 mld6.c Message-ID: <200809030814.m838E3au073349@repoman.freebsd.org> bz 2008-09-03 08:13:58 UTC FreeBSD src repository Modified files: sys/netinet6 mld6.c Log: SVN rev 182713 on 2008-09-03 08:13:58Z by bz Fix a bug, when a specially crafted ICMPV6 MLD packet could lead to an integer divide by zero panic in the kernel, if the kernel was run with hz<1000. Neither i386, pc98, amd64 or sparc64 are affected in the currently supported branches and default configuration. Submitted by: Miikka Saukko, Ossi Herrala and Jukka Taimisto from the CROSS project at Codenomicon Ltd. via CERT-FI. Reviewed by: bz, rwatson Security: CVE-2008-2464 MFC after: 8 hours Revision Changes Path 1.35 +4 -4 src/sys/netinet6/mld6.c From leeym at FreeBSD.org Wed Sep 3 08:26:23 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Sep 3 08:26:35 2008 Subject: cvs commit: ports/www/p5-CGI-Application Makefile distinfo Message-ID: <200809030826.m838QNb4074397@repoman.freebsd.org> leeym 2008-09-03 08:26:23 UTC FreeBSD ports repository Modified files: www/p5-CGI-Application Makefile distinfo Log: - update to 4.11 Revision Changes Path 1.19 +1 -1 ports/www/p5-CGI-Application/Makefile 1.13 +3 -3 ports/www/p5-CGI-Application/distinfo From roberto at FreeBSD.org Wed Sep 3 08:33:27 2008 From: roberto at FreeBSD.org (Ollivier Robert) Date: Wed Sep 3 08:33:38 2008 Subject: cvs commit: src UPDATING Message-ID: <200809030833.m838XQCG075025@repoman.freebsd.org> roberto 2008-09-03 08:30:17 UTC FreeBSD src repository Modified files: . UPDATING Log: SVN rev 182714 on 2008-09-03 08:30:17Z by roberto Mention ntpd upgrade to 4.2.4p5. Revision Changes Path 1.541 +3 -0 src/UPDATING From roberto at FreeBSD.org Wed Sep 3 08:52:39 2008 From: roberto at FreeBSD.org (Ollivier Robert) Date: Wed Sep 3 08:52:54 2008 Subject: cvs commit: src/contrib/ntp COPYRIGHT ChangeLog ChangeLog-4.1.0 CommitLog CommitLog-4.1.0 INSTALL Makefile.am Makefile.in NEWS README README.bk README.patches README.refclocks README.versions TODO WHERE-TO-START acinclude.m4 aclocal.m4 bincheck.mf bootstrap ... Message-ID: <200809030852.m838qdPu088675@repoman.freebsd.org> roberto 2008-09-03 08:49:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/ntp COPYRIGHT ChangeLog INSTALL Makefile.am Makefile.in NEWS README README.bk README.patches README.refclocks README.versions TODO WHERE-TO-START aclocal.m4 build compile config.guess config.h.in config.sub configure depcomp flock-build install-sh missing version contrib/ntp/adjtimed Makefile.am Makefile.in contrib/ntp/arlib Makefile.in aclocal.m4 configure depcomp install-sh missing contrib/ntp/clockstuff Makefile.am Makefile.in clktest.c propdelay.c contrib/ntp/html accopt.html assoc.html audio.html authopt.html clockopt.html confopt.html copyright.html debug.html extern.html howto.html index.html kern.html keygen.html ldisc.html manyopt.html measure.html miscopt.html monopt.html msyslog.html mx4200data.html notes.html ntpd.html ntpdate.html ntpdc.html ntpdsim.html ntpq.html ntptime.html ntptrace.html parsedata.html parsenew.html pps.html prefer.html rdebug.html refclock.html release.html sntp.html tickadj.html contrib/ntp/html/drivers driver1.html driver10.html driver11.html driver12.html driver16.html driver18.html driver19.html driver2.html driver20.html driver22.html driver26.html driver27.html driver28.html driver29.html driver3.html driver30.html driver32.html driver33.html driver34.html driver35.html driver36.html driver37.html driver38.html driver39.html driver4.html driver40.html driver42.html driver43.html driver44.html driver5.html driver6.html driver7.html driver8.html driver9.html oncore-shmem.html contrib/ntp/html/scripts links11.txt links7.txt links8.txt links9.txt contrib/ntp/include Makefile.am Makefile.in adjtime.h ascii.h binio.h ieee754io.h l_stdlib.h mbg_gps166.h ntp.h ntp_config.h ntp_control.h ntp_crypto.h ntp_filegen.h ntp_fp.h ntp_machine.h ntp_refclock.h ntp_request.h ntp_rfc2553.h ntp_stdlib.h ntp_tty.h ntp_types.h ntpd.h parse.h parse_conf.h recvbuff.h trimble.h contrib/ntp/include/isc Makefile.am Makefile.in interfaceiter.h ipv6.h msgs.h net.h netaddr.h result.h sockaddr.h contrib/ntp/kernel Makefile.in chuinit.c clkinit.c contrib/ntp/kernel/sys Makefile.in parsestreams.h contrib/ntp/libisc ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c net.c contrib/ntp/libntp Makefile.am Makefile.in a_md5encrypt.c adjtime.c audio.c buftvtots.c caljulian.c clocktypes.c decodenetnum.c dolfptoa.c humandate.c icom.c iosignal.c lib_strbuf.h machines.c mktime.c msyslog.c ntp_rfc2553.c numtohost.c prettydate.c recvbuff.c socktoa.c socktohost.c statestr.c systime.c contrib/ntp/libparse Makefile.am Makefile.in README clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_trimtaip.c clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c info_trimble.c parse.c parse_conf.c parsesolaris.c parsestreams.c trim_info.c contrib/ntp/ntpd Makefile.am Makefile.in cmd_args.c ntp_config.c ntp_control.c ntp_crypto.c ntp_filegen.c ntp_intres.c ntp_io.c ntp_loopfilter.c ntp_monitor.c ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c ntp_restrict.c ntp_timer.c ntp_util.c ntpd.c ntpsim.c refclock_acts.c refclock_arbiter.c refclock_arc.c refclock_atom.c refclock_bancomm.c refclock_chu.c refclock_conf.c refclock_datum.c refclock_fg.c refclock_gpsvme.c refclock_heath.c refclock_hopfpci.c refclock_hopfser.c refclock_hpgps.c refclock_irig.c refclock_jjy.c refclock_jupiter.c refclock_leitch.c refclock_local.c refclock_msfees.c refclock_mx4200.c refclock_neoclock4x.c refclock_nmea.c refclock_oncore.c refclock_palisade.c refclock_palisade.h refclock_parse.c refclock_pst.c refclock_ripencc.c refclock_shm.c refclock_ulink.c refclock_wwv.c refclock_wwvb.c contrib/ntp/ntpdate Makefile.am Makefile.in ntpdate.c ntptimeset.c contrib/ntp/ntpdc Makefile.am Makefile.in layout.std nl.pl nl.pl.in ntpdc.c ntpdc.h ntpdc_ops.c contrib/ntp/ntpq Makefile.am Makefile.in ntpq.c ntpq.h contrib/ntp/parseutil Makefile.in dcfd.c testdcf.c contrib/ntp/scripts Makefile.am Makefile.in mkver.in ntpsweep.in ntptrace.in contrib/ntp/scripts/monitoring lr.pl ntploopwatch contrib/ntp/sntp Makefile.am Makefile.in README aclocal.m4 config.guess config.sub configure configure.ac depcomp header.h install-sh internet.c internet.h main.c missing socket.c timing.c contrib/ntp/util Makefile.am Makefile.in ansi2knr.c hist.c jitter.c ntp-keygen.c ntptime.c usr.sbin/ntp Makefile Makefile.inc config.h usr.sbin/ntp/doc Makefile usr.sbin/ntp/libntp Makefile usr.sbin/ntp/libparse Makefile usr.sbin/ntp/ntp-keygen Makefile usr.sbin/ntp/ntpd Makefile usr.sbin/ntp/ntpdate Makefile usr.sbin/ntp/ntpdc Makefile usr.sbin/ntp/ntpq Makefile usr.sbin/ntp/scripts mkver usr.sbin/ntp/sntp Makefile Added files: (Branch: RELENG_7) contrib/ntp CommitLog CommitLog-4.1.0 bincheck.mf bootstrap configure.ac ltmain.sh packageinfo.sh version.m4 contrib/ntp/html gadget.html groups.html ntp_conf.html ntpdsim_new.html contrib/ntp/html/build build.html config.html hints.html patches.html porting.html quick.html contrib/ntp/html/build/hints a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix netbsd notes-xntp-v3 parse refclocks rs6000 sco.html sgi solaris-dosynctodr.html solaris.html solaris.xtra.4023118 solaris.xtra.S99ntpd solaris.xtra.patchfreq sun4 svr4-dell svr4_package todo vxworks.html winnt.html contrib/ntp/html/build/scripts footer.txt links10.txt links11.txt links12.txt links7.txt links8.txt links9.txt style.css contrib/ntp/html/drivers driver31.html tf582_4.html contrib/ntp/html/drivers/scripts footer.txt style.css contrib/ntp/include autogen-version.def copyright.def debug-opt.def homerc.def ntp_debug.h ntp_random.h timepps-SCO.h timepps-Solaris.h timepps-SunOS.h version.def contrib/ntp/include/isc buffer.h netscope.h region.h contrib/ntp/libisc ifiter_getifaddrs.c inet_aton.c inet_pton.c netaddr.c netscope.c sockaddr.c contrib/ntp/libntp ntp_random.c contrib/ntp/libopts COPYING.lgpl COPYING.mbsd MakeDefs.inc Makefile.am Makefile.in README autoopts.c autoopts.h boolean.c configfile.c cook.c enumeration.c environment.c genshell.c genshell.h libopts.c load.c makeshell.c nested.c numeric.c pgusage.c proto.h putshell.c restore.c save.c sort.c stack.c streqvcmp.c text_mmap.c tokenize.c usage.c version.c contrib/ntp/libopts/autoopts options.h usage-txt.h contrib/ntp/libopts/compat compat.h pathfind.c snprintf.c strchr.c strdup.c windows-config.h contrib/ntp/libopts/m4 libopts.m4 liboptschk.m4 contrib/ntp/libparse binio.c gpstolfp.c ieee754io.c mfp_mul.c contrib/ntp/m4 define_dir.m4 hs_ulong_const.m4 os_cflags.m4 contrib/ntp/ntpd ntpd-opts.c ntpd-opts.def ntpd-opts.h ntpd-opts.menu ntpd-opts.texi ntpd.1 ntpdbase-opts.def ntpdsim-opts.c ntpdsim-opts.def ntpdsim-opts.h ntpdsim-opts.menu ntpdsim-opts.texi ntpdsim.1 ppsapi_timepps.h contrib/ntp/ntpdc ntpdc-opts.c ntpdc-opts.def ntpdc-opts.h ntpdc-opts.menu ntpdc-opts.texi ntpdc.1 contrib/ntp/ntpq ntpq-opts.c ntpq-opts.def ntpq-opts.h ntpq-opts.menu ntpq-opts.texi ntpq-subs.c ntpq.1 contrib/ntp/scripts VersionName genCommitLog genver html2man.in contrib/ntp/sntp COPYRIGHT autogen-version.def bincheck.mf compile config.h.in ltmain.sh sntp-opts.c sntp-opts.def sntp-opts.h sntp-opts.menu sntp-opts.texi sntp.1 version.def contrib/ntp/sntp/libopts COPYING.lgpl COPYING.mbsd MakeDefs.inc Makefile.am Makefile.in README autoopts.c autoopts.h boolean.c configfile.c cook.c enumeration.c environment.c genshell.c genshell.h libopts.c load.c makeshell.c nested.c numeric.c pgusage.c proto.h putshell.c restore.c save.c sort.c stack.c streqvcmp.c text_mmap.c tokenize.c usage.c version.c contrib/ntp/sntp/libopts/autoopts options.h usage-txt.h contrib/ntp/sntp/libopts/compat compat.h pathfind.c snprintf.c strchr.c strdup.c windows-config.h contrib/ntp/sntp/libopts/m4 libopts.m4 liboptschk.m4 contrib/ntp/util jitter.h ntp-keygen-opts.c ntp-keygen-opts.def ntp-keygen-opts.h ntp-keygen-opts.menu ntp-keygen-opts.texi ntp-keygen.1 tg.c usr.sbin/ntp/libopts Makefile Removed files: (Branch: RELENG_7) contrib/ntp ChangeLog-4.1.0 acinclude.m4 configure.in mkinstalldirs contrib/ntp/arlib mkinstalldirs contrib/ntp/html build.html config.html hints.html patches.html porting.html quick.html contrib/ntp/html/drivers driver23.html driver24.html contrib/ntp/html/hints a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix netbsd notes-xntp-v3 parse refclocks rs6000 sco.html sgi solaris-dosynctodr.html solaris.html solaris.xtra.4023118 solaris.xtra.4095849 solaris.xtra.S99ntpd solaris.xtra.patchfreq sun4 svr4-dell svr4_package todo vxworks.html winnt.html contrib/ntp/libntp binio.c calleapwhen.c gpstolfp.c ieee754io.c log.c log.h mfp_mul.c random.c ranny.c contrib/ntp/ntpd map_vme.c refclock_ptbacts.c refclock_usno.c contrib/ntp/ntpq ntpq_ops.c contrib/ntp/scripts/support README contrib/ntp/scripts/support/bin monl mvstats contrib/ntp/scripts/support/conf hp300.hp300 hp700.hp700 hp700.hp700.faui47 hp800.hp800 ntp.conf sun3.sun3 sun4.sun4.faui01 sun4.sun4.faui10 sun4.sun4.faui45 sun4.sun4c sun4.sun4c.Lucifer sun4.sun4m sun4.sun4m.faui42 sun4.sun4m.faui45m tickconf contrib/ntp/scripts/support/etc cron crontab install rc setup contrib/ntp/sntp mkinstalldirs Log: SVN rev 182716 on 2008-09-03 08:49:07Z by roberto MFH ntpd 4.2.4p5. Approved by: re (kensmith) Revision Changes Path 1.1.1.5.18.1 +10 -10 src/contrib/ntp/COPYRIGHT 1.1.1.5.18.1 +405 -23989 src/contrib/ntp/ChangeLog 1.1.1.2.18.1 +0 -6152 src/contrib/ntp/ChangeLog-4.1.0 (dead) 1.1.2.1 +23578 -0 src/contrib/ntp/CommitLog (new) 1.1.2.1 +6152 -0 src/contrib/ntp/CommitLog-4.1.0 (new) 1.1.1.2.24.1 +1 -1 src/contrib/ntp/INSTALL 1.1.1.5.18.1 +97 -63 src/contrib/ntp/Makefile.am 1.1.1.6.18.1 +277 -181 src/contrib/ntp/Makefile.in 1.1.1.6.18.1 +69 -154 src/contrib/ntp/NEWS 1.1.1.3.18.1 +4 -4 src/contrib/ntp/README 1.1.1.3.18.1 +3 -59 src/contrib/ntp/README.bk 1.1.1.1.18.1 +11 -1 src/contrib/ntp/README.patches 1.1.1.1.24.1 +2 -2 src/contrib/ntp/README.refclocks 1.1.1.1.24.1 +10 -18 src/contrib/ntp/README.versions 1.1.1.3.18.1 +0 -2 src/contrib/ntp/TODO 1.1.1.1.44.1 +5 -5 src/contrib/ntp/WHERE-TO-START 1.1.1.3.18.1 +0 -37 src/contrib/ntp/acinclude.m4 (dead) 1.1.1.6.18.1 +6661 -654 src/contrib/ntp/aclocal.m4 1.1.1.1.44.1 +10 -8 src/contrib/ntp/adjtimed/Makefile.am 1.1.1.5.18.1 +181 -109 src/contrib/ntp/adjtimed/Makefile.in 1.1.1.1.18.1 +151 -119 src/contrib/ntp/arlib/Makefile.in 1.1.1.1.18.1 +539 -524 src/contrib/ntp/arlib/aclocal.m4 1.1.1.1.18.1 +590 -250 src/contrib/ntp/arlib/configure 1.1.1.1.18.1 +95 -37 src/contrib/ntp/arlib/depcomp 1.1.1.1.18.1 +250 -221 src/contrib/ntp/arlib/install-sh 1.1.1.1.18.1 +86 -62 src/contrib/ntp/arlib/missing 1.1.1.1.18.1 +0 -111 src/contrib/ntp/arlib/mkinstalldirs (dead) 1.1.2.1 +15 -0 src/contrib/ntp/bincheck.mf (new) 1.1.2.1 +120 -0 src/contrib/ntp/bootstrap (new) 1.1.1.4.18.1 +18 -0 src/contrib/ntp/build 1.1.1.2.24.1 +3 -1 src/contrib/ntp/clockstuff/Makefile.am 1.1.1.5.18.1 +159 -109 src/contrib/ntp/clockstuff/Makefile.in 1.1.1.1.44.1 +31 -148 src/contrib/ntp/clockstuff/clktest.c 1.1.1.1.44.1 +6 -6 src/contrib/ntp/clockstuff/propdelay.c 1.1.1.1.18.1 +96 -53 src/contrib/ntp/compile 1.1.1.5.18.1 +328 -272 src/contrib/ntp/config.guess 1.1.1.6.18.1 +248 -43 src/contrib/ntp/config.h.in 1.1.1.5.18.1 +125 -50 src/contrib/ntp/config.sub 1.1.1.6.18.1 +35299 -5278 src/contrib/ntp/configure 1.1.2.1 +4206 -0 src/contrib/ntp/configure.ac (new) 1.1.1.6.18.1 +0 -3707 src/contrib/ntp/configure.in (dead) 1.1.1.4.18.1 +95 -37 src/contrib/ntp/depcomp 1.1.1.3.18.1 +25 -26 src/contrib/ntp/flock-build 1.1.1.1.18.1 +66 -63 src/contrib/ntp/html/accopt.html 1.1.1.1.18.1 +52 -51 src/contrib/ntp/html/assoc.html 1.1.1.1.18.1 +141 -48 src/contrib/ntp/html/audio.html 1.1.1.1.18.1 +148 -137 src/contrib/ntp/html/authopt.html 1.1.1.1.18.1 +0 -83 src/contrib/ntp/html/build.html (dead) 1.1.2.1 +83 -0 src/contrib/ntp/html/build/build.html (new) 1.1.2.1 +168 -0 src/contrib/ntp/html/build/config.html (new) 1.1.2.1 +23 -0 src/contrib/ntp/html/build/hints.html (new) 1.1.2.1 +195 -0 src/contrib/ntp/html/build/hints/a-ux (new) 1.1.2.1 +76 -0 src/contrib/ntp/html/build/hints/aix (new) 1.1.2.1 +65 -0 src/contrib/ntp/html/build/hints/bsdi (new) 1.1.2.1 +13 -0 src/contrib/ntp/html/build/hints/changes (new) 1.1.2.1 +40 -0 src/contrib/ntp/html/build/hints/decosf1 (new) 1.1.2.1 +54 -0 src/contrib/ntp/html/build/hints/decosf2 (new) 1.1.2.1 +15 -0 src/contrib/ntp/html/build/hints/freebsd (new) 1.1.2.1 +158 -0 src/contrib/ntp/html/build/hints/hpux (new) 1.1.2.1 +5 -0 src/contrib/ntp/html/build/hints/linux (new) 1.1.2.1 +50 -0 src/contrib/ntp/html/build/hints/mpeix (new) 1.1.2.1 +37 -0 src/contrib/ntp/html/build/hints/netbsd (new) 1.1.2.1 +119 -0 src/contrib/ntp/html/build/hints/notes-xntp-v3 (new) 1.1.2.1 +105 -0 src/contrib/ntp/html/build/hints/parse (new) 1.1.2.1 +35 -0 src/contrib/ntp/html/build/hints/refclocks (new) 1.1.2.1 +56 -0 src/contrib/ntp/html/build/hints/rs6000 (new) 1.1.2.1 +24 -0 src/contrib/ntp/html/build/hints/sco.html (new) 1.1.2.1 +74 -0 src/contrib/ntp/html/build/hints/sgi (new) 1.1.2.1 +321 -0 src/contrib/ntp/html/build/hints/solaris-dosynctodr.html (new) 1.1.2.1 +144 -0 src/contrib/ntp/html/build/hints/solaris.html (new) 1.1.2.1 +36 -0 src/contrib/ntp/html/build/hints/solaris.xtra.4023118 (new) 1.1.2.1 +21 -0 src/contrib/ntp/html/build/hints/solaris.xtra.S99ntpd (new) 1.1.2.1 +85 -0 src/contrib/ntp/html/build/hints/solaris.xtra.patchfreq (new) 1.1.2.1 +15 -0 src/contrib/ntp/html/build/hints/sun4 (new) 1.1.2.1 +8 -0 src/contrib/ntp/html/build/hints/svr4-dell (new) 1.1.2.1 +33 -0 src/contrib/ntp/html/build/hints/svr4_package (new) 1.1.2.1 +4 -0 src/contrib/ntp/html/build/hints/todo (new) 1.1.2.1 +82 -0 src/contrib/ntp/html/build/hints/vxworks.html (new) 1.1.2.1 +281 -0 src/contrib/ntp/html/build/hints/winnt.html (new) 1.1.2.1 +36 -0 src/contrib/ntp/html/build/patches.html (new) 1.1.2.1 +40 -0 src/contrib/ntp/html/build/porting.html (new) 1.1.2.1 +30 -0 src/contrib/ntp/html/build/quick.html (new) 1.1.2.1 +7 -0 src/contrib/ntp/html/build/scripts/footer.txt (new) 1.1.2.1 +5 -0 src/contrib/ntp/html/build/scripts/links10.txt (new) 1.1.2.1 +5 -0 src/contrib/ntp/html/build/scripts/links11.txt (new) 1.1.2.1 +5 -0 src/contrib/ntp/html/build/scripts/links12.txt (new) 1.1.2.1 +5 -0 src/contrib/ntp/html/build/scripts/links7.txt (new) 1.1.2.1 +6 -0 src/contrib/ntp/html/build/scripts/links8.txt (new) 1.1.2.1 +7 -0 src/contrib/ntp/html/build/scripts/links9.txt (new) 1.1.2.1 +64 -0 src/contrib/ntp/html/build/scripts/style.css (new) 1.1.1.1.18.1 +62 -61 src/contrib/ntp/html/clockopt.html 1.1.1.1.18.1 +0 -168 src/contrib/ntp/html/config.html (dead) 1.1.1.1.18.1 +37 -43 src/contrib/ntp/html/confopt.html 1.1.1.1.18.1 +73 -72 src/contrib/ntp/html/copyright.html 1.1.1.1.18.1 +119 -118 src/contrib/ntp/html/debug.html 1.1.1.1.18.1 +59 -58 src/contrib/ntp/html/drivers/driver1.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver10.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver11.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver12.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver16.html 1.1.1.1.18.1 +75 -80 src/contrib/ntp/html/drivers/driver18.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver19.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver2.html 1.1.1.1.18.1 +59 -64 src/contrib/ntp/html/drivers/driver20.html 1.1.1.1.18.1 +53 -49 src/contrib/ntp/html/drivers/driver22.html 1.1.1.1.18.1 +0 -104 src/contrib/ntp/html/drivers/driver23.html (dead) 1.1.1.1.18.1 +0 -46 src/contrib/ntp/html/drivers/driver24.html (dead) 1.1.1.1.18.1 +14 -11 src/contrib/ntp/html/drivers/driver26.html 1.1.1.1.18.1 +198 -200 src/contrib/ntp/html/drivers/driver27.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver28.html 1.1.1.1.18.1 +769 -790 src/contrib/ntp/html/drivers/driver29.html 1.1.1.1.18.1 +47 -47 src/contrib/ntp/html/drivers/driver3.html 1.1.1.1.18.1 +76 -77 src/contrib/ntp/html/drivers/driver30.html 1.1.2.1 +58 -0 src/contrib/ntp/html/drivers/driver31.html (new) 1.1.1.1.18.1 +23 -23 src/contrib/ntp/html/drivers/driver32.html 1.1.1.1.18.1 +23 -23 src/contrib/ntp/html/drivers/driver33.html 1.1.1.1.18.1 +67 -38 src/contrib/ntp/html/drivers/driver34.html 1.1.1.1.18.1 +41 -40 src/contrib/ntp/html/drivers/driver35.html 1.1.1.1.18.1 +140 -256 src/contrib/ntp/html/drivers/driver36.html 1.1.1.1.18.1 +44 -43 src/contrib/ntp/html/drivers/driver37.html 1.1.1.1.18.1 +124 -131 src/contrib/ntp/html/drivers/driver38.html 1.1.1.1.18.1 +106 -109 src/contrib/ntp/html/drivers/driver39.html 1.1.1.1.18.1 +59 -58 src/contrib/ntp/html/drivers/driver4.html 1.1.1.1.18.1 +128 -93 src/contrib/ntp/html/drivers/driver40.html 1.1.1.1.18.1 +23 -22 src/contrib/ntp/html/drivers/driver42.html 1.1.1.1.18.1 +36 -35 src/contrib/ntp/html/drivers/driver43.html 1.1.1.1.18.1 +81 -85 src/contrib/ntp/html/drivers/driver44.html 1.1.1.1.18.1 +3 -3 src/contrib/ntp/html/drivers/driver5.html 1.1.1.1.18.1 +79 -76 src/contrib/ntp/html/drivers/driver6.html 1.1.1.1.18.1 +207 -208 src/contrib/ntp/html/drivers/driver7.html 1.1.1.1.18.1 +273 -130 src/contrib/ntp/html/drivers/driver8.html 1.1.1.1.18.1 +2 -2 src/contrib/ntp/html/drivers/driver9.html 1.1.1.1.18.1 +58 -55 src/contrib/ntp/html/drivers/oncore-shmem.html 1.1.2.1 +7 -0 src/contrib/ntp/html/drivers/scripts/footer.txt (new) 1.1.2.1 +64 -0 src/contrib/ntp/html/drivers/scripts/style.css (new) 1.1.2.1 +71 -0 src/contrib/ntp/html/drivers/tf582_4.html (new) 1.1.1.1.18.1 +26 -25 src/contrib/ntp/html/extern.html 1.1.2.1 +33 -0 src/contrib/ntp/html/gadget.html (new) 1.1.2.1 +47 -0 src/contrib/ntp/html/groups.html (new) 1.1.1.1.18.1 +0 -23 src/contrib/ntp/html/hints.html (dead) 1.1.1.1.44.1 +0 -195 src/contrib/ntp/html/hints/a-ux (dead) 1.1.1.1.44.1 +0 -76 src/contrib/ntp/html/hints/aix (dead) 1.1.1.1.44.1 +0 -65 src/contrib/ntp/html/hints/bsdi (dead) 1.1.1.1.44.1 +0 -13 src/contrib/ntp/html/hints/changes (dead) 1.1.1.1.44.1 +0 -40 src/contrib/ntp/html/hints/decosf1 (dead) 1.1.1.1.44.1 +0 -54 src/contrib/ntp/html/hints/decosf2 (dead) 1.1.1.1.26.1 +0 -15 src/contrib/ntp/html/hints/freebsd (dead) 1.1.1.1.44.1 +0 -158 src/contrib/ntp/html/hints/hpux (dead) 1.1.1.1.44.1 +0 -5 src/contrib/ntp/html/hints/linux (dead) 1.1.1.1.24.1 +0 -50 src/contrib/ntp/html/hints/mpeix (dead) 1.1.1.1.18.1 +0 -37 src/contrib/ntp/html/hints/netbsd (dead) 1.1.1.1.44.1 +0 -119 src/contrib/ntp/html/hints/notes-xntp-v3 (dead) 1.1.1.1.44.1 +0 -105 src/contrib/ntp/html/hints/parse (dead) 1.1.1.1.44.1 +0 -35 src/contrib/ntp/html/hints/refclocks (dead) 1.1.1.1.44.1 +0 -56 src/contrib/ntp/html/hints/rs6000 (dead) 1.1.1.1.18.1 +0 -24 src/contrib/ntp/html/hints/sco.html (dead) 1.1.1.1.44.1 +0 -74 src/contrib/ntp/html/hints/sgi (dead) 1.1.1.2.18.1 +0 -321 src/contrib/ntp/html/hints/solaris-dosynctodr.html (dead) 1.1.1.3.18.1 +0 -144 src/contrib/ntp/html/hints/solaris.html (dead) 1.1.1.1.44.1 +0 -36 src/contrib/ntp/html/hints/solaris.xtra.4023118 (dead) 1.1.1.1.44.1 +0 -74 src/contrib/ntp/html/hints/solaris.xtra.4095849 (dead) 1.1.1.2.44.1 +0 -21 src/contrib/ntp/html/hints/solaris.xtra.S99ntpd (dead) 1.1.1.1.44.1 +0 -85 src/contrib/ntp/html/hints/solaris.xtra.patchfreq (dead) 1.1.1.1.44.1 +0 -15 src/contrib/ntp/html/hints/sun4 (dead) 1.1.1.1.44.1 +0 -8 src/contrib/ntp/html/hints/svr4-dell (dead) 1.1.1.1.44.1 +0 -33 src/contrib/ntp/html/hints/svr4_package (dead) 1.1.1.1.44.1 +0 -4 src/contrib/ntp/html/hints/todo (dead) 1.1.1.3.18.1 +0 -82 src/contrib/ntp/html/hints/vxworks.html (dead) 1.1.1.1.18.1 +0 -259 src/contrib/ntp/html/hints/winnt.html (dead) 1.1.1.1.18.1 +89 -88 src/contrib/ntp/html/howto.html 1.1.1.1.18.1 +94 -94 src/contrib/ntp/html/index.html 1.1.1.1.18.1 +27 -26 src/contrib/ntp/html/kern.html 1.1.1.1.18.1 +109 -105 src/contrib/ntp/html/keygen.html 1.1.1.1.18.1 +35 -34 src/contrib/ntp/html/ldisc.html 1.1.1.1.18.1 +76 -62 src/contrib/ntp/html/manyopt.html 1.1.1.1.18.1 +16 -15 src/contrib/ntp/html/measure.html 1.1.1.1.18.1 +117 -87 src/contrib/ntp/html/miscopt.html 1.1.1.1.18.1 +126 -117 src/contrib/ntp/html/monopt.html 1.1.1.1.18.1 +118 -121 src/contrib/ntp/html/msyslog.html 1.1.1.1.18.1 +1069 -1068 src/contrib/ntp/html/mx4200data.html 1.1.1.1.18.1 +153 -152 src/contrib/ntp/html/notes.html 1.1.2.1 +173 -0 src/contrib/ntp/html/ntp_conf.html (new) 1.1.1.1.18.1 +179 -178 src/contrib/ntp/html/ntpd.html 1.1.1.1.18.1 +66 -63 src/contrib/ntp/html/ntpdate.html 1.1.1.1.18.1 +208 -151 src/contrib/ntp/html/ntpdc.html 1.1.1.1.18.1 +58 -57 src/contrib/ntp/html/ntpdsim.html 1.1.2.1 +102 -0 src/contrib/ntp/html/ntpdsim_new.html (new) 1.1.1.1.18.1 +258 -256 src/contrib/ntp/html/ntpq.html 1.1.1.1.18.1 +41 -40 src/contrib/ntp/html/ntptime.html 1.1.1.1.18.1 +37 -36 src/contrib/ntp/html/ntptrace.html 1.1.1.1.18.1 +158 -145 src/contrib/ntp/html/parsedata.html 1.1.1.1.18.1 +50 -47 src/contrib/ntp/html/parsenew.html 1.1.1.1.18.1 +0 -36 src/contrib/ntp/html/patches.html (dead) 1.1.1.1.18.1 +0 -40 src/contrib/ntp/html/porting.html (dead) 1.1.1.1.18.1 +34 -33 src/contrib/ntp/html/pps.html 1.1.1.1.18.1 +65 -64 src/contrib/ntp/html/prefer.html 1.1.1.1.18.1 +0 -30 src/contrib/ntp/html/quick.html (dead) 1.1.1.1.18.1 +26 -25 src/contrib/ntp/html/rdebug.html 1.1.1.1.18.1 +96 -96 src/contrib/ntp/html/refclock.html 1.1.1.1.18.1 +63 -50 src/contrib/ntp/html/release.html 1.1.1.1.18.1 +2 -0 src/contrib/ntp/html/scripts/links11.txt 1.1.1.1.18.1 +1 -0 src/contrib/ntp/html/scripts/links7.txt 1.1.1.1.18.1 +3 -3 src/contrib/ntp/html/scripts/links8.txt 1.1.1.1.18.1 +1 -0 src/contrib/ntp/html/scripts/links9.txt 1.1.1.1.18.1 +50 -49 src/contrib/ntp/html/sntp.html 1.1.1.1.18.1 +36 -35 src/contrib/ntp/html/tickadj.html 1.1.1.4.18.1 +6 -1 src/contrib/ntp/include/Makefile.am 1.1.1.5.18.1 +153 -83 src/contrib/ntp/include/Makefile.in 1.1.1.2.18.1 +0 -6 src/contrib/ntp/include/adjtime.h 1.1.1.1.44.1 +37 -2 src/contrib/ntp/include/ascii.h 1.1.2.1 +2 -0 src/contrib/ntp/include/autogen-version.def (new) 1.1.1.1.44.1 +37 -2 src/contrib/ntp/include/binio.h 1.1.2.1 +18 -0 src/contrib/ntp/include/copyright.def (new) 1.1.2.1 +34 -0 src/contrib/ntp/include/debug-opt.def (new) 1.1.2.1 +9 -0 src/contrib/ntp/include/homerc.def (new) 1.1.1.1.44.1 +37 -2 src/contrib/ntp/include/ieee754io.h 1.1.1.1.18.1 +3 -0 src/contrib/ntp/include/isc/Makefile.am 1.1.1.1.18.1 +112 -56 src/contrib/ntp/include/isc/Makefile.in 1.1.2.1 +800 -0 src/contrib/ntp/include/isc/buffer.h (new) 1.1.1.1.18.1 +2 -0 src/contrib/ntp/include/isc/interfaceiter.h 1.1.1.1.18.1 +17 -15 src/contrib/ntp/include/isc/ipv6.h 1.1.1.1.18.1 +12 -10 src/contrib/ntp/include/isc/msgs.h 1.1.1.1.18.1 +58 -13 src/contrib/ntp/include/isc/net.h 1.1.1.1.18.1 +22 -12 src/contrib/ntp/include/isc/netaddr.h 1.1.2.1 +40 -0 src/contrib/ntp/include/isc/netscope.h (new) 1.1.2.1 +95 -0 src/contrib/ntp/include/isc/region.h (new) 1.1.1.1.18.1 +14 -11 src/contrib/ntp/include/isc/result.h 1.1.1.1.18.1 +6 -0 src/contrib/ntp/include/isc/sockaddr.h 1.1.1.5.18.1 +0 -13 src/contrib/ntp/include/l_stdlib.h 1.1.1.1.44.1 +49 -5 src/contrib/ntp/include/mbg_gps166.h 1.1.1.6.18.1 +140 -107 src/contrib/ntp/include/ntp.h 1.1.1.2.18.1 +20 -17 src/contrib/ntp/include/ntp_config.h 1.1.1.3.18.1 +24 -20 src/contrib/ntp/include/ntp_control.h 1.1.1.2.18.1 +13 -9 src/contrib/ntp/include/ntp_crypto.h 1.1.2.1 +26 -0 src/contrib/ntp/include/ntp_debug.h (new) 1.1.1.1.44.1 +1 -1 src/contrib/ntp/include/ntp_filegen.h 1.1.1.2.18.1 +5 -2 src/contrib/ntp/include/ntp_fp.h 1.1.1.4.18.1 +5 -11 src/contrib/ntp/include/ntp_machine.h 1.1.2.1 +14 -0 src/contrib/ntp/include/ntp_random.h (new) 1.1.1.4.18.1 +16 -10 src/contrib/ntp/include/ntp_refclock.h 1.1.1.4.18.1 +43 -1 src/contrib/ntp/include/ntp_request.h 1.1.1.1.18.1 +114 -76 src/contrib/ntp/include/ntp_rfc2553.h 1.1.1.4.2.1 +1 -9 src/contrib/ntp/include/ntp_stdlib.h 1.1.1.1.26.1 +0 -13 src/contrib/ntp/include/ntp_tty.h 1.1.1.2.24.1 +7 -0 src/contrib/ntp/include/ntp_types.h 1.1.1.5.2.1 +70 -33 src/contrib/ntp/include/ntpd.h 1.1.1.1.44.1 +42 -12 src/contrib/ntp/include/parse.h 1.1.1.1.44.1 +38 -9 src/contrib/ntp/include/parse_conf.h 1.1.1.2.18.1 +17 -7 src/contrib/ntp/include/recvbuff.h 1.1.2.1 +503 -0 src/contrib/ntp/include/timepps-SCO.h (new) 1.1.2.1 +501 -0 src/contrib/ntp/include/timepps-Solaris.h (new) 1.1.2.1 +504 -0 src/contrib/ntp/include/timepps-SunOS.h (new) 1.1.1.1.44.1 +37 -2 src/contrib/ntp/include/trimble.h 1.1.2.1 +1 -0 src/contrib/ntp/include/version.def (new) 1.1.1.3.18.1 +250 -221 src/contrib/ntp/install-sh 1.1.1.5.18.1 +145 -78 src/contrib/ntp/kernel/Makefile.in 1.1.1.1.44.1 +0 -2 src/contrib/ntp/kernel/chuinit.c 1.1.1.1.44.1 +0 -2 src/contrib/ntp/kernel/clkinit.c 1.1.1.5.18.1 +109 -56 src/contrib/ntp/kernel/sys/Makefile.in 1.1.1.2.18.1 +33 -9 src/contrib/ntp/kernel/sys/parsestreams.h 1.1.2.1 +191 -0 src/contrib/ntp/libisc/ifiter_getifaddrs.c (new) 1.1.1.1.18.1 +447 -149 src/contrib/ntp/libisc/ifiter_ioctl.c 1.1.1.1.18.1 +24 -14 src/contrib/ntp/libisc/ifiter_sysctl.c 1.1.2.1 +195 -0 src/contrib/ntp/libisc/inet_aton.c (new) 1.1.2.1 +211 -0 src/contrib/ntp/libisc/inet_pton.c (new) 1.1.1.1.18.1 +83 -22 src/contrib/ntp/libisc/interfaceiter.c 1.1.1.1.18.1 +201 -13 src/contrib/ntp/libisc/net.c 1.1.2.1 +363 -0 src/contrib/ntp/libisc/netaddr.c (new) 1.1.2.1 +74 -0 src/contrib/ntp/libisc/netscope.c (new) 1.1.2.1 +480 -0 src/contrib/ntp/libisc/sockaddr.c (new) 1.1.1.5.18.1 +12 -9 src/contrib/ntp/libntp/Makefile.am 1.1.1.5.18.1 +472 -494 src/contrib/ntp/libntp/Makefile.in 1.1.1.3.18.1 +1 -1 src/contrib/ntp/libntp/a_md5encrypt.c 1.1.1.3.18.1 +80 -17 src/contrib/ntp/libntp/adjtime.c 1.1.1.3.18.1 +24 -9 src/contrib/ntp/libntp/audio.c 1.1.1.2.18.1 +0 -128 src/contrib/ntp/libntp/binio.c (dead) 1.1.1.2.24.1 +12 -83 src/contrib/ntp/libntp/buftvtots.c 1.1.1.2.18.1 +31 -0 src/contrib/ntp/libntp/caljulian.c 1.1.1.1.44.1 +0 -59 src/contrib/ntp/libntp/calleapwhen.c (dead) 1.1.1.6.18.1 +10 -10 src/contrib/ntp/libntp/clocktypes.c 1.1.1.2.18.1 +0 -1 src/contrib/ntp/libntp/decodenetnum.c 1.1.1.2.18.1 +11 -0 src/contrib/ntp/libntp/dolfptoa.c 1.1.1.2.24.1 +0 -41 src/contrib/ntp/libntp/gpstolfp.c (dead) 1.1.1.3.18.1 +3 -4 src/contrib/ntp/libntp/humandate.c 1.1.1.3.18.1 +1 -0 src/contrib/ntp/libntp/icom.c 1.1.1.2.18.1 +0 -575 src/contrib/ntp/libntp/ieee754io.c (dead) 1.1.1.4.18.1 +25 -12 src/contrib/ntp/libntp/iosignal.c 1.1.1.1.44.1 +2 -1 src/contrib/ntp/libntp/lib_strbuf.h 1.1.1.2.18.1 +0 -161 src/contrib/ntp/libntp/log.c (dead) 1.1.1.1.44.1 +0 -21 src/contrib/ntp/libntp/log.h (dead) 1.1.1.4.18.1 +4 -2 src/contrib/ntp/libntp/machines.c 1.1.1.1.44.1 +0 -140 src/contrib/ntp/libntp/mfp_mul.c (dead) 1.1.1.4.18.1 +3 -6 src/contrib/ntp/libntp/mktime.c 1.1.1.4.18.1 +0 -1 src/contrib/ntp/libntp/msyslog.c 1.1.2.1 +485 -0 src/contrib/ntp/libntp/ntp_random.c (new) 1.1.1.1.18.1 +242 -130 src/contrib/ntp/libntp/ntp_rfc2553.c 1.1.1.1.44.1 +0 -1 src/contrib/ntp/libntp/numtohost.c 1.1.1.2.24.1 +73 -9 src/contrib/ntp/libntp/prettydate.c 1.1.1.1.26.1 +0 -482 src/contrib/ntp/libntp/random.c (dead) 1.1.1.1.44.1 +0 -82 src/contrib/ntp/libntp/ranny.c (dead) 1.1.1.3.24.1 +148 -161 src/contrib/ntp/libntp/recvbuff.c 1.1.1.1.18.1 +11 -3 src/contrib/ntp/libntp/socktoa.c 1.1.1.1.18.1 +0 -1 src/contrib/ntp/libntp/socktohost.c 1.1.1.2.18.1 +6 -4 src/contrib/ntp/libntp/statestr.c 1.1.1.4.18.1 +39 -18 src/contrib/ntp/libntp/systime.c 1.1.2.1 +502 -0 src/contrib/ntp/libopts/COPYING.lgpl (new) 1.1.2.1 +26 -0 src/contrib/ntp/libopts/COPYING.mbsd (new) 1.1.2.1 +0 -0 src/contrib/ntp/libopts/MakeDefs.inc (new) 1.1.2.1 +24 -0 src/contrib/ntp/libopts/Makefile.am (new) 1.1.2.1 +528 -0 src/contrib/ntp/libopts/Makefile.in (new) 1.1.2.1 +93 -0 src/contrib/ntp/libopts/README (new) 1.1.2.1 +1120 -0 src/contrib/ntp/libopts/autoopts.c (new) 1.1.2.1 +387 -0 src/contrib/ntp/libopts/autoopts.h (new) 1.1.2.1 +977 -0 src/contrib/ntp/libopts/autoopts/options.h (new) 1.1.2.1 +355 -0 src/contrib/ntp/libopts/autoopts/usage-txt.h (new) 1.1.2.1 +106 -0 src/contrib/ntp/libopts/boolean.c (new) 1.1.2.1 +319 -0 src/contrib/ntp/libopts/compat/compat.h (new) 1.1.2.1 +339 -0 src/contrib/ntp/libopts/compat/pathfind.c (new) 1.1.2.1 +60 -0 src/contrib/ntp/libopts/compat/snprintf.c (new) 1.1.2.1 +60 -0 src/contrib/ntp/libopts/compat/strchr.c (new) 1.1.2.1 +19 -0 src/contrib/ntp/libopts/compat/strdup.c (new) 1.1.2.1 +130 -0 src/contrib/ntp/libopts/compat/windows-config.h (new) 1.1.2.1 +1290 -0 src/contrib/ntp/libopts/configfile.c (new) 1.1.2.1 +354 -0 src/contrib/ntp/libopts/cook.c (new) 1.1.2.1 +498 -0 src/contrib/ntp/libopts/enumeration.c (new) 1.1.2.1 +279 -0 src/contrib/ntp/libopts/environment.c (new) 1.1.2.1 +354 -0 src/contrib/ntp/libopts/genshell.c (new) 1.1.2.1 +149 -0 src/contrib/ntp/libopts/genshell.h (new) 1.1.2.1 +30 -0 src/contrib/ntp/libopts/libopts.c (new) 1.1.2.1 +563 -0 src/contrib/ntp/libopts/load.c (new) 1.1.2.1 +509 -0 src/contrib/ntp/libopts/m4/libopts.m4 (new) 1.1.2.1 +42 -0 src/contrib/ntp/libopts/m4/liboptschk.m4 (new) 1.1.2.1 +1122 -0 src/contrib/ntp/libopts/makeshell.c (new) 1.1.2.1 +733 -0 src/contrib/ntp/libopts/nested.c (new) 1.1.2.1 +93 -0 src/contrib/ntp/libopts/numeric.c (new) 1.1.2.1 +157 -0 src/contrib/ntp/libopts/pgusage.c (new) 1.1.2.1 +91 -0 src/contrib/ntp/libopts/proto.h (new) 1.1.2.1 +335 -0 src/contrib/ntp/libopts/putshell.c (new) 1.1.2.1 +250 -0 src/contrib/ntp/libopts/restore.c (new) 1.1.2.1 +521 -0 src/contrib/ntp/libopts/save.c (new) 1.1.2.1 +359 -0 src/contrib/ntp/libopts/sort.c (new) 1.1.2.1 +269 -0 src/contrib/ntp/libopts/stack.c (new) 1.1.2.1 +289 -0 src/contrib/ntp/libopts/streqvcmp.c (new) 1.1.2.1 +363 -0 src/contrib/ntp/libopts/text_mmap.c (new) 1.1.2.1 +321 -0 src/contrib/ntp/libopts/tokenize.c (new) 1.1.2.1 +740 -0 src/contrib/ntp/libopts/usage.c (new) 1.1.2.1 +178 -0 src/contrib/ntp/libopts/version.c (new) 1.1.1.3.24.1 +23 -2 src/contrib/ntp/libparse/Makefile.am 1.1.1.5.18.1 +222 -153 src/contrib/ntp/libparse/Makefile.in 1.1.1.1.44.1 +2 -2 src/contrib/ntp/libparse/README 1.1.2.1 +155 -0 src/contrib/ntp/libparse/binio.c (new) 1.1.1.3.24.1 +35 -9 src/contrib/ntp/libparse/clk_computime.c 1.1.1.3.24.1 +34 -8 src/contrib/ntp/libparse/clk_dcf7000.c 1.1.1.3.24.1 +5 -2 src/contrib/ntp/libparse/clk_hopf6021.c 1.1.1.3.24.1 +39 -10 src/contrib/ntp/libparse/clk_meinberg.c 1.1.1.3.24.1 +87 -44 src/contrib/ntp/libparse/clk_rawdcf.c 1.1.1.3.24.1 +5 -2 src/contrib/ntp/libparse/clk_rcc8000.c 1.1.1.3.24.1 +35 -8 src/contrib/ntp/libparse/clk_schmid.c 1.1.1.3.24.1 +36 -2 src/contrib/ntp/libparse/clk_trimtaip.c 1.1.1.3.24.1 +38 -3 src/contrib/ntp/libparse/clk_trimtsip.c 1.1.1.2.24.1 +43 -8 src/contrib/ntp/libparse/clk_varitext.c 1.1.1.2.24.1 +2 -2 src/contrib/ntp/libparse/clk_wharton.c 1.1.1.2.44.1 +102 -54 src/contrib/ntp/libparse/data_mbg.c 1.1.2.1 +76 -0 src/contrib/ntp/libparse/gpstolfp.c (new) 1.1.2.1 +610 -0 src/contrib/ntp/libparse/ieee754io.c (new) 1.1.1.1.44.1 +4 -4 src/contrib/ntp/libparse/info_trimble.c 1.1.2.1 +206 -0 src/contrib/ntp/libparse/mfp_mul.c (new) 1.1.1.3.24.1 +43 -11 src/contrib/ntp/libparse/parse.c 1.1.1.3.24.1 +34 -8 src/contrib/ntp/libparse/parse_conf.c 1.1.1.3.24.1 +39 -12 src/contrib/ntp/libparse/parsesolaris.c 1.1.1.2.44.1 +40 -11 src/contrib/ntp/libparse/parsestreams.c 1.1.1.1.44.1 +36 -2 src/contrib/ntp/libparse/trim_info.c 1.1.2.1 +6863 -0 src/contrib/ntp/ltmain.sh (new) 1.1.2.1 +26 -0 src/contrib/ntp/m4/define_dir.m4 (new) 1.1.2.1 +11 -0 src/contrib/ntp/m4/hs_ulong_const.m4 (new) 1.1.2.1 +87 -0 src/contrib/ntp/m4/os_cflags.m4 (new) 1.1.1.5.18.1 +86 -62 src/contrib/ntp/missing 1.1.1.6.18.1 +0 -111 src/contrib/ntp/mkinstalldirs (dead) 1.1.1.6.18.1 +68 -20 src/contrib/ntp/ntpd/Makefile.am 1.1.1.6.18.1 +463 -360 src/contrib/ntp/ntpd/Makefile.in 1.1.1.2.18.1 +163 -349 src/contrib/ntp/ntpd/cmd_args.c 1.1.1.2.44.1 +0 -135 src/contrib/ntp/ntpd/map_vme.c (dead) 1.1.1.4.18.1 +271 -63 src/contrib/ntp/ntpd/ntp_config.c 1.9.18.1 +149 -74 src/contrib/ntp/ntpd/ntp_control.c 1.1.1.3.18.1 +581 -428 src/contrib/ntp/ntpd/ntp_crypto.c 1.1.1.2.18.1 +31 -2 src/contrib/ntp/ntpd/ntp_filegen.c 1.1.1.5.18.1 +181 -107 src/contrib/ntp/ntpd/ntp_intres.c 1.1.1.6.18.1 +2974 -1318 src/contrib/ntp/ntpd/ntp_io.c 1.1.1.6.18.1 +386 -328 src/contrib/ntp/ntpd/ntp_loopfilter.c 1.1.1.3.18.1 +29 -6 src/contrib/ntp/ntpd/ntp_monitor.c 1.1.1.3.18.1 +296 -125 src/contrib/ntp/ntpd/ntp_peer.c 1.6.18.1 +1461 -1219 src/contrib/ntp/ntpd/ntp_proto.c 1.1.1.4.18.1 +353 -253 src/contrib/ntp/ntpd/ntp_refclock.c 1.1.1.4.18.1 +200 -68 src/contrib/ntp/ntpd/ntp_request.c 1.1.1.2.18.1 +53 -32 src/contrib/ntp/ntpd/ntp_restrict.c 1.1.1.4.18.1 +40 -8 src/contrib/ntp/ntpd/ntp_timer.c 1.1.1.3.18.1 +95 -91 src/contrib/ntp/ntpd/ntp_util.c 1.1.2.1 +1021 -0 src/contrib/ntp/ntpd/ntpd-opts.c (new) 1.1.2.1 +13 -0 src/contrib/ntp/ntpd/ntpd-opts.def (new) 1.1.2.1 +351 -0 src/contrib/ntp/ntpd/ntpd-opts.h (new) 1.1.2.1 +1 -0 src/contrib/ntp/ntpd/ntpd-opts.menu (new) 1.1.2.1 +489 -0 src/contrib/ntp/ntpd/ntpd-opts.texi (new) 1.1.2.1 +296 -0 src/contrib/ntp/ntpd/ntpd.1 (new) 1.1.1.5.18.1 +419 -462 src/contrib/ntp/ntpd/ntpd.c 1.1.2.1 +459 -0 src/contrib/ntp/ntpd/ntpdbase-opts.def (new) 1.1.2.1 +1262 -0 src/contrib/ntp/ntpd/ntpdsim-opts.c (new) 1.1.2.1 +15 -0 src/contrib/ntp/ntpd/ntpdsim-opts.def (new) 1.1.2.1 +422 -0 src/contrib/ntp/ntpd/ntpdsim-opts.h (new) 1.1.2.1 +1 -0 src/contrib/ntp/ntpd/ntpdsim-opts.menu (new) 1.1.2.1 +509 -0 src/contrib/ntp/ntpd/ntpdsim-opts.texi (new) 1.1.2.1 +357 -0 src/contrib/ntp/ntpd/ntpdsim.1 (new) 1.1.1.1.18.1 +15 -12 src/contrib/ntp/ntpd/ntpsim.c 1.1.2.1 +26 -0 src/contrib/ntp/ntpd/ppsapi_timepps.h (new) 1.1.1.3.18.1 +670 -723 src/contrib/ntp/ntpd/refclock_acts.c 1.1.1.3.18.1 +83 -59 src/contrib/ntp/ntpd/refclock_arbiter.c 1.1.1.3.18.1 +46 -6 src/contrib/ntp/ntpd/refclock_arc.c 1.1.1.4.18.1 +163 -150 src/contrib/ntp/ntpd/refclock_atom.c 1.1.1.3.18.1 +138 -104 src/contrib/ntp/ntpd/refclock_bancomm.c 1.1.1.5.18.1 +10 -10 src/contrib/ntp/ntpd/refclock_chu.c 1.1.1.6.18.1 +10 -22 src/contrib/ntp/ntpd/refclock_conf.c 1.1.1.3.18.1 +13 -5 src/contrib/ntp/ntpd/refclock_datum.c 1.1.1.3.18.1 +0 -3 src/contrib/ntp/ntpd/refclock_fg.c 1.1.1.4.18.1 +244 -612 src/contrib/ntp/ntpd/refclock_gpsvme.c 1.1.1.3.18.1 +43 -13 src/contrib/ntp/ntpd/refclock_heath.c 1.1.1.2.18.1 +0 -8 src/contrib/ntp/ntpd/refclock_hopfpci.c 1.1.1.2.18.1 +5 -3 src/contrib/ntp/ntpd/refclock_hopfser.c 1.1.1.3.18.1 +18 -3 src/contrib/ntp/ntpd/refclock_hpgps.c 1.1.1.4.18.1 +23 -24 src/contrib/ntp/ntpd/refclock_irig.c 1.1.1.3.18.1 +332 -31 src/contrib/ntp/ntpd/refclock_jjy.c 1.1.1.4.18.1 +22 -25 src/contrib/ntp/ntpd/refclock_jupiter.c 1.1.1.3.18.1 +12 -6 src/contrib/ntp/ntpd/refclock_leitch.c 1.1.1.5.18.1 +2 -8 src/contrib/ntp/ntpd/refclock_local.c 1.1.1.4.18.1 +35 -28 src/contrib/ntp/ntpd/refclock_msfees.c 1.1.1.4.18.1 +11 -13 src/contrib/ntp/ntpd/refclock_mx4200.c 1.1.1.2.18.1 +82 -37 src/contrib/ntp/ntpd/refclock_neoclock4x.c 1.1.1.4.18.1 +51 -12 src/contrib/ntp/ntpd/refclock_nmea.c 1.1.1.5.18.1 +418 -409 src/contrib/ntp/ntpd/refclock_oncore.c 1.1.1.5.18.1 +1 -1 src/contrib/ntp/ntpd/refclock_palisade.c 1.1.1.3.18.1 +2 -0 src/contrib/ntp/ntpd/refclock_palisade.h 1.1.1.4.18.1 +1091 -432 src/contrib/ntp/ntpd/refclock_parse.c 1.1.1.3.18.1 +2 -1 src/contrib/ntp/ntpd/refclock_pst.c 1.1.1.1.44.1 +0 -16 src/contrib/ntp/ntpd/refclock_ptbacts.c (dead) 1.1.1.2.18.1 +3 -7 src/contrib/ntp/ntpd/refclock_ripencc.c 1.1.1.4.18.1 +8 -1 src/contrib/ntp/ntpd/refclock_shm.c 1.1.1.3.18.1 +161 -69 src/contrib/ntp/ntpd/refclock_ulink.c 1.1.1.3.18.1 +0 -674 src/contrib/ntp/ntpd/refclock_usno.c (dead) 1.1.1.3.18.1 +866 -1016 src/contrib/ntp/ntpd/refclock_wwv.c 1.1.1.4.18.1 +57 -39 src/contrib/ntp/ntpd/refclock_wwvb.c 1.1.1.4.18.1 +18 -12 src/contrib/ntp/ntpdate/Makefile.am 1.1.1.5.18.1 +194 -138 src/contrib/ntp/ntpdate/Makefile.in 1.1.1.7.10.1 +367 -264 src/contrib/ntp/ntpdate/ntpdate.c 1.1.1.3.24.1 +7 -14 src/contrib/ntp/ntpdate/ntptimeset.c 1.1.1.3.18.1 +34 -13 src/contrib/ntp/ntpdc/Makefile.am 1.1.1.5.18.1 +276 -130 src/contrib/ntp/ntpdc/Makefile.in 1.1.1.1.18.1 +22 -0 src/contrib/ntp/ntpdc/layout.std 1.1.1.1.18.1 +2 -2 src/contrib/ntp/ntpdc/nl.pl 1.1.1.1.18.1 +2 -2 src/contrib/ntp/ntpdc/nl.pl.in 1.1.2.1 +667 -0 src/contrib/ntp/ntpdc/ntpdc-opts.c (new) 1.1.2.1 +127 -0 src/contrib/ntp/ntpdc/ntpdc-opts.def (new) 1.1.2.1 +222 -0 src/contrib/ntp/ntpdc/ntpdc-opts.h (new) 1.1.2.1 +1 -0 src/contrib/ntp/ntpdc/ntpdc-opts.menu (new) 1.1.2.1 +275 -0 src/contrib/ntp/ntpdc/ntpdc-opts.texi (new) 1.1.2.1 +158 -0 src/contrib/ntp/ntpdc/ntpdc.1 (new) 1.1.1.4.18.1 +180 -75 src/contrib/ntp/ntpdc/ntpdc.c 1.1.1.2.18.1 +13 -10 src/contrib/ntp/ntpdc/ntpdc.h 1.1.1.4.18.1 +333 -141 src/contrib/ntp/ntpdc/ntpdc_ops.c 1.1.1.4.18.1 +31 -10 src/contrib/ntp/ntpq/Makefile.am 1.1.1.5.18.1 +259 -122 src/contrib/ntp/ntpq/Makefile.in 1.1.2.1 +607 -0 src/contrib/ntp/ntpq/ntpq-opts.c (new) 1.1.2.1 +345 -0 src/contrib/ntp/ntpq/ntpq-opts.def (new) 1.1.2.1 +208 -0 src/contrib/ntp/ntpq/ntpq-opts.h (new) 1.1.2.1 +1 -0 src/contrib/ntp/ntpq/ntpq-opts.menu (new) 1.1.2.1 +215 -0 src/contrib/ntp/ntpq/ntpq-opts.texi (new) 1.1.2.1 +1768 -0 src/contrib/ntp/ntpq/ntpq-subs.c (new) 1.1.2.1 +385 -0 src/contrib/ntp/ntpq/ntpq.1 (new) 1.1.1.5.18.1 +158 -93 src/contrib/ntp/ntpq/ntpq.c 1.1.1.2.18.1 +11 -8 src/contrib/ntp/ntpq/ntpq.h 1.1.1.4.18.1 +0 -1734 src/contrib/ntp/ntpq/ntpq_ops.c (dead) 1.1.2.1 +31 -0 src/contrib/ntp/packageinfo.sh (new) 1.1.1.5.18.1 +148 -99 src/contrib/ntp/parseutil/Makefile.in 1.1.1.3.18.1 +81 -30 src/contrib/ntp/parseutil/dcfd.c 1.1.1.3.18.1 +63 -16 src/contrib/ntp/parseutil/testdcf.c 1.1.1.3.18.1 +5 -4 src/contrib/ntp/scripts/Makefile.am 1.1.1.5.18.1 +132 -68 src/contrib/ntp/scripts/Makefile.in 1.1.2.1 +41 -0 src/contrib/ntp/scripts/VersionName (new) 1.1.2.1 +7 -0 src/contrib/ntp/scripts/genCommitLog (new) 1.1.2.1 +67 -0 src/contrib/ntp/scripts/genver (new) 1.1.2.1 +172 -0 src/contrib/ntp/scripts/html2man.in (new) 1.1.1.3.24.1 +6 -9 src/contrib/ntp/scripts/mkver.in 1.1.1.2.24.1 +12 -12 src/contrib/ntp/scripts/monitoring/lr.pl 1.1.1.1.44.1 +31 -31 src/contrib/ntp/scripts/monitoring/ntploopwatch 1.1.1.2.24.1 +1 -2 src/contrib/ntp/scripts/ntpsweep.in 1.1.1.1.18.1 +15 -5 src/contrib/ntp/scripts/ntptrace.in 1.1.1.1.44.1 +0 -73 src/contrib/ntp/scripts/support/README (dead) 1.1.1.1.44.1 +0 -213 src/contrib/ntp/scripts/support/bin/monl (dead) 1.1.1.1.44.1 +0 -23 src/contrib/ntp/scripts/support/bin/mvstats (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp300.hp300 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp700.hp700 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp700.hp700.faui47 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp800.hp800 (dead) 1.1.1.1.44.1 +0 -3 src/contrib/ntp/scripts/support/conf/ntp.conf (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun3.sun3 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4.faui01 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4.faui10 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4.faui45 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4c (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4c.Lucifer (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4m (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4m.faui42 (dead) 1.1.1.1.44.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4m.faui45m (dead) 1.1.1.1.44.1 +0 -19 src/contrib/ntp/scripts/support/conf/tickconf (dead) 1.1.1.1.44.1 +0 -18 src/contrib/ntp/scripts/support/etc/cron (dead) 1.1.1.1.44.1 +0 -8 src/contrib/ntp/scripts/support/etc/crontab (dead) 1.1.1.1.44.1 +0 -67 src/contrib/ntp/scripts/support/etc/install (dead) 1.1.1.1.44.1 +0 -198 src/contrib/ntp/scripts/support/etc/rc (dead) 1.1.1.1.44.1 +0 -72 src/contrib/ntp/scripts/support/etc/setup (dead) 1.1.2.1 +80 -0 src/contrib/ntp/sntp/COPYRIGHT (new) 1.1.1.1.18.1 +61 -22 src/contrib/ntp/sntp/Makefile.am 1.1.1.1.18.1 +496 -177 src/contrib/ntp/sntp/Makefile.in 1.1.1.1.18.1 +28 -27 src/contrib/ntp/sntp/README 1.1.1.1.18.1 +6680 -488 src/contrib/ntp/sntp/aclocal.m4 1.1.2.1 +2 -0 src/contrib/ntp/sntp/autogen-version.def (new) 1.1.2.1 +15 -0 src/contrib/ntp/sntp/bincheck.mf (new) 1.1.2.1 +142 -0 src/contrib/ntp/sntp/compile (new) 1.1.1.1.18.1 +328 -272 src/contrib/ntp/sntp/config.guess 1.1.2.1 +312 -0 src/contrib/ntp/sntp/config.h.in (new) 1.1.1.1.18.1 +125 -50 src/contrib/ntp/sntp/config.sub 1.1.1.1.18.1 +26496 -632 src/contrib/ntp/sntp/configure 1.1.1.1.18.1 +72 -9 src/contrib/ntp/sntp/configure.ac 1.1.1.1.18.1 +95 -37 src/contrib/ntp/sntp/depcomp 1.1.1.1.18.1 +3 -5 src/contrib/ntp/sntp/header.h 1.1.1.1.18.1 +250 -221 src/contrib/ntp/sntp/install-sh 1.1.1.1.18.1 +10 -24 src/contrib/ntp/sntp/internet.c 1.1.1.1.18.1 +2 -2 src/contrib/ntp/sntp/internet.h 1.1.2.1 +502 -0 src/contrib/ntp/sntp/libopts/COPYING.lgpl (new) 1.1.2.1 +26 -0 src/contrib/ntp/sntp/libopts/COPYING.mbsd (new) 1.1.2.1 +0 -0 src/contrib/ntp/sntp/libopts/MakeDefs.inc (new) 1.1.2.1 +24 -0 src/contrib/ntp/sntp/libopts/Makefile.am (new) 1.1.2.1 +496 -0 src/contrib/ntp/sntp/libopts/Makefile.in (new) 1.1.2.1 +93 -0 src/contrib/ntp/sntp/libopts/README (new) 1.1.2.1 +1120 -0 src/contrib/ntp/sntp/libopts/autoopts.c (new) 1.1.2.1 +387 -0 src/contrib/ntp/sntp/libopts/autoopts.h (new) 1.1.2.1 +977 -0 src/contrib/ntp/sntp/libopts/autoopts/options.h (new) 1.1.2.1 +355 -0 src/contrib/ntp/sntp/libopts/autoopts/usage-txt.h (new) 1.1.2.1 +106 -0 src/contrib/ntp/sntp/libopts/boolean.c (new) 1.1.2.1 +319 -0 src/contrib/ntp/sntp/libopts/compat/compat.h (new) 1.1.2.1 +339 -0 src/contrib/ntp/sntp/libopts/compat/pathfind.c (new) 1.1.2.1 +60 -0 src/contrib/ntp/sntp/libopts/compat/snprintf.c (new) 1.1.2.1 +60 -0 src/contrib/ntp/sntp/libopts/compat/strchr.c (new) 1.1.2.1 +19 -0 src/contrib/ntp/sntp/libopts/compat/strdup.c (new) 1.1.2.1 +130 -0 src/contrib/ntp/sntp/libopts/compat/windows-config.h (new) 1.1.2.1 +1290 -0 src/contrib/ntp/sntp/libopts/configfile.c (new) 1.1.2.1 +354 -0 src/contrib/ntp/sntp/libopts/cook.c (new) 1.1.2.1 +498 -0 src/contrib/ntp/sntp/libopts/enumeration.c (new) 1.1.2.1 +279 -0 src/contrib/ntp/sntp/libopts/environment.c (new) 1.1.2.1 +354 -0 src/contrib/ntp/sntp/libopts/genshell.c (new) 1.1.2.1 +149 -0 src/contrib/ntp/sntp/libopts/genshell.h (new) 1.1.2.1 +30 -0 src/contrib/ntp/sntp/libopts/libopts.c (new) 1.1.2.1 +563 -0 src/contrib/ntp/sntp/libopts/load.c (new) 1.1.2.1 +509 -0 src/contrib/ntp/sntp/libopts/m4/libopts.m4 (new) 1.1.2.1 +42 -0 src/contrib/ntp/sntp/libopts/m4/liboptschk.m4 (new) 1.1.2.1 +1122 -0 src/contrib/ntp/sntp/libopts/makeshell.c (new) 1.1.2.1 +733 -0 src/contrib/ntp/sntp/libopts/nested.c (new) 1.1.2.1 +93 -0 src/contrib/ntp/sntp/libopts/numeric.c (new) 1.1.2.1 +157 -0 src/contrib/ntp/sntp/libopts/pgusage.c (new) 1.1.2.1 +91 -0 src/contrib/ntp/sntp/libopts/proto.h (new) 1.1.2.1 +335 -0 src/contrib/ntp/sntp/libopts/putshell.c (new) 1.1.2.1 +250 -0 src/contrib/ntp/sntp/libopts/restore.c (new) 1.1.2.1 +521 -0 src/contrib/ntp/sntp/libopts/save.c (new) 1.1.2.1 +359 -0 src/contrib/ntp/sntp/libopts/sort.c (new) 1.1.2.1 +269 -0 src/contrib/ntp/sntp/libopts/stack.c (new) 1.1.2.1 +289 -0 src/contrib/ntp/sntp/libopts/streqvcmp.c (new) 1.1.2.1 +363 -0 src/contrib/ntp/sntp/libopts/text_mmap.c (new) 1.1.2.1 +321 -0 src/contrib/ntp/sntp/libopts/tokenize.c (new) 1.1.2.1 +740 -0 src/contrib/ntp/sntp/libopts/usage.c (new) 1.1.2.1 +178 -0 src/contrib/ntp/sntp/libopts/version.c (new) 1.1.2.1 +6863 -0 src/contrib/ntp/sntp/ltmain.sh (new) 1.1.1.1.18.1 +89 -143 src/contrib/ntp/sntp/main.c 1.1.1.1.18.1 +86 -62 src/contrib/ntp/sntp/missing 1.1.1.1.18.1 +0 -111 src/contrib/ntp/sntp/mkinstalldirs (dead) 1.1.2.1 +691 -0 src/contrib/ntp/sntp/sntp-opts.c (new) 1.1.2.1 +327 -0 src/contrib/ntp/sntp/sntp-opts.def (new) 1.1.2.1 +283 -0 src/contrib/ntp/sntp/sntp-opts.h (new) 1.1.2.1 +1 -0 src/contrib/ntp/sntp/sntp-opts.menu (new) 1.1.2.1 +173 -0 src/contrib/ntp/sntp/sntp-opts.texi (new) 1.1.2.1 +400 -0 src/contrib/ntp/sntp/sntp.1 (new) 1.1.1.1.18.1 +21 -31 src/contrib/ntp/sntp/socket.c 1.1.1.1.18.1 +6 -4 src/contrib/ntp/sntp/timing.c 1.1.2.1 +1 -0 src/contrib/ntp/sntp/version.def (new) 1.1.1.3.18.1 +33 -6 src/contrib/ntp/util/Makefile.am 1.1.1.5.18.1 +333 -201 src/contrib/ntp/util/Makefile.in 1.1.1.3.24.1 +1 -1 src/contrib/ntp/util/ansi2knr.c 1.1.1.3.18.1 +18 -11 src/contrib/ntp/util/hist.c 1.1.1.2.24.1 +87 -21 src/contrib/ntp/util/jitter.c 1.1.2.1 +412 -0 src/contrib/ntp/util/jitter.h (new) 1.1.2.1 +1044 -0 src/contrib/ntp/util/ntp-keygen-opts.c (new) 1.1.2.1 +209 -0 src/contrib/ntp/util/ntp-keygen-opts.def (new) 1.1.2.1 +318 -0 src/contrib/ntp/util/ntp-keygen-opts.h (new) 1.1.2.1 +1 -0 src/contrib/ntp/util/ntp-keygen-opts.menu (new) 1.1.2.1 +364 -0 src/contrib/ntp/util/ntp-keygen-opts.texi (new) 1.1.2.1 +176 -0 src/contrib/ntp/util/ntp-keygen.1 (new) 1.1.1.2.18.1 +69 -177 src/contrib/ntp/util/ntp-keygen.c 1.1.1.3.18.1 +2 -2 src/contrib/ntp/util/ntptime.c 1.1.2.1 +652 -0 src/contrib/ntp/util/tg.c (new) 1.1.1.3.18.1 +1 -1 src/contrib/ntp/version 1.1.2.1 +1 -0 src/contrib/ntp/version.m4 (new) 1.12.2.1 +1 -1 src/usr.sbin/ntp/Makefile 1.9.2.1 +1 -0 src/usr.sbin/ntp/Makefile.inc 1.13.10.1 +274 -65 src/usr.sbin/ntp/config.h 1.14.2.1 +3 -2 src/usr.sbin/ntp/doc/Makefile 1.10.10.1 +13 -11 src/usr.sbin/ntp/libntp/Makefile 1.1.2.1 +13 -0 src/usr.sbin/ntp/libopts/Makefile (new) 1.7.10.1 +2 -1 src/usr.sbin/ntp/libparse/Makefile 1.7.2.1 +5 -3 src/usr.sbin/ntp/ntp-keygen/Makefile 1.14.2.1 +8 -7 src/usr.sbin/ntp/ntpd/Makefile 1.6.10.1 +2 -2 src/usr.sbin/ntp/ntpdate/Makefile 1.11.2.1 +5 -4 src/usr.sbin/ntp/ntpdc/Makefile 1.11.2.1 +5 -4 src/usr.sbin/ntp/ntpq/Makefile 1.9.18.1 +1 -1 src/usr.sbin/ntp/scripts/mkver 1.3.10.1 +4 -3 src/usr.sbin/ntp/sntp/Makefile From tobez at FreeBSD.org Wed Sep 3 08:53:02 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 08:53:09 2008 Subject: cvs commit: ports/databases/p5-Cache-Memcached-Fast Makefile distinfo Message-ID: <200809030853.m838r2Eo088731@repoman.freebsd.org> tobez 2008-09-03 08:53:02 UTC FreeBSD ports repository Modified files: databases/p5-Cache-Memcached-Fast Makefile distinfo Log: Update to 0.12. Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes Revision Changes Path 1.7 +1 -1 ports/databases/p5-Cache-Memcached-Fast/Makefile 1.6 +3 -3 ports/databases/p5-Cache-Memcached-Fast/distinfo From roberto at FreeBSD.org Wed Sep 3 08:54:27 2008 From: roberto at FreeBSD.org (Ollivier Robert) Date: Wed Sep 3 08:54:37 2008 Subject: cvs commit: src UPDATING Message-ID: <200809030854.m838sRlX088834@repoman.freebsd.org> roberto 2008-09-03 08:50:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING Log: SVN rev 182717 on 2008-09-03 08:50:30Z by roberto Note the ntpd upgrade. Approved by: re (kensmith) Revision Changes Path 1.507.2.13 +3 -0 src/UPDATING From tobez at FreeBSD.org Wed Sep 3 08:57:21 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 08:57:28 2008 Subject: cvs commit: ports/textproc/p5-Template-Declare Makefile distinfo Message-ID: <200809030857.m838vLXx089107@repoman.freebsd.org> tobez 2008-09-03 08:57:21 UTC FreeBSD ports repository Modified files: textproc/p5-Template-Declare Makefile distinfo Log: Update to 0.29. Changes: http://search.cpan.org/dist/Template-Declare/Changes Revision Changes Path 1.6 +1 -1 ports/textproc/p5-Template-Declare/Makefile 1.5 +3 -3 ports/textproc/p5-Template-Declare/distinfo From leeym at FreeBSD.org Wed Sep 3 09:01:38 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Sep 3 09:01:44 2008 Subject: cvs commit: ports/textproc/p5-Data-FormValidator Makefile Message-ID: <200809030901.m8391bDU089486@repoman.freebsd.org> leeym 2008-09-03 09:01:37 UTC FreeBSD ports repository Modified files: textproc/p5-Data-FormValidator Makefile Log: - fix dependency (add Email::Valid) - bump PORTREVISION Revision Changes Path 1.32 +8 -9 ports/textproc/p5-Data-FormValidator/Makefile From knu at FreeBSD.org Wed Sep 3 09:06:59 2008 From: knu at FreeBSD.org (Akinori MUSHA) Date: Wed Sep 3 09:07:05 2008 Subject: cvs commit: ports/databases/mysql-q4m Makefile Message-ID: <200809030906.m8396xre091026@repoman.freebsd.org> knu 2008-09-03 09:06:59 UTC FreeBSD ports repository Modified files: databases/mysql-q4m Makefile Log: Fix permissions of example files so that make test works after installation. COPYTREE_* macros install files with cpio -dumpl (l -- hardlink) and then do chmod & chown against the newly installed files, so when WRKSRC and PREFIX are under the same filesystem, permissions of the original files under the working directory are also affected. That was how installing files with wrong permissions caused make test under the working directory to fail. Revision Changes Path 1.2 +16 -5 ports/databases/mysql-q4m/Makefile From QAT at FreeBSD.org Wed Sep 3 09:14:43 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Wed Sep 3 09:14:54 2008 Subject: cvs commit: ports/databases/mysql-q4m Makefile In-Reply-To: <200809030906.m8396xre091026@repoman.freebsd.org> References: In-Reply-To: <200809030906.m8396xre091026@repoman.freebsd.org> Message-ID: <20080903091441.20A1D12E4376@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/mysql51-q4m-0.8.3_1.log : building mysql51-q4m-0.8.3_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: knu@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/databases/mysql-q4m Makefile ident: $FreeBSD: ports/databases/mysql-q4m/Makefile,v 1.2 2008/09/03 09:06:58 knu Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Sep 3 09:08:43 UTC 2008 ................................................... usr/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/pt_BR/LC_MESSAGES/make.mo extra usr/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/ro/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/ru/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/ru/LC_MESSAGES/make.mo extra usr/local/share/locale/rw extra usr/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sk/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sl/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sr/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/sv/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/sv/LC_MESSAGES/make.mo extra usr/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/tr/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/tr/LC_MESSAGES/make.mo extra usr/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/uk/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/uk/LC_MESSAGES/make.mo extra usr/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/vi/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/vi/LC_MESSAGES/make.mo extra usr/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo extra usr/local/share/locale/zh_CN/LC_MESSAGES/make.mo extra usr/local/share/locale/zh_HK extra usr/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo extra usr/local/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo extra var/db/pkg/gettext-0.17_1 extra var/db/pkg/gmake-3.81_3 extra var/db/pkg/libiconv-1.11_1 extra var/db/pkg/libtool-1.5.26 extra ================================================================ ================================================================ build of /usr/ports/databases/mysql-q4m ended at Wed Sep 3 09:14:37 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From jadawin at FreeBSD.org Wed Sep 3 09:38:58 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Wed Sep 3 09:39:04 2008 Subject: cvs commit: ports/archivers/p5-Compress-Raw-Bzip2 Makefile distinfo ports/archivers/p5-Compress-Raw-Zlib Makefile distinfo ports/archivers/p5-Compress-Zlib Makefile distinfo ports/archivers/p5-IO-Compress-Base Makefile distinfo ... Message-ID: <200809030938.m839cv3Z094272@repoman.freebsd.org> jadawin 2008-09-03 09:38:57 UTC FreeBSD ports repository Modified files: archivers/p5-Compress-Raw-Bzip2 Makefile distinfo archivers/p5-Compress-Raw-Zlib Makefile distinfo archivers/p5-Compress-Zlib Makefile distinfo archivers/p5-IO-Compress-Base Makefile distinfo archivers/p5-IO-Compress-Bzip2 Makefile distinfo archivers/p5-IO-Compress-Zlib Makefile distinfo Log: - Update to 2.014 Revision Changes Path 1.13 +1 -1 ports/archivers/p5-Compress-Raw-Bzip2/Makefile 1.11 +3 -3 ports/archivers/p5-Compress-Raw-Bzip2/distinfo 1.14 +1 -1 ports/archivers/p5-Compress-Raw-Zlib/Makefile 1.12 +3 -3 ports/archivers/p5-Compress-Raw-Zlib/distinfo 1.58 +1 -1 ports/archivers/p5-Compress-Zlib/Makefile 1.36 +3 -3 ports/archivers/p5-Compress-Zlib/distinfo 1.15 +1 -1 ports/archivers/p5-IO-Compress-Base/Makefile 1.12 +3 -3 ports/archivers/p5-IO-Compress-Base/distinfo 1.12 +1 -1 ports/archivers/p5-IO-Compress-Bzip2/Makefile 1.10 +3 -3 ports/archivers/p5-IO-Compress-Bzip2/distinfo 1.14 +1 -1 ports/archivers/p5-IO-Compress-Zlib/Makefile 1.12 +3 -3 ports/archivers/p5-IO-Compress-Zlib/distinfo From des at des.no Wed Sep 3 09:42:45 2008 From: des at des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) Date: Wed Sep 3 09:42:57 2008 Subject: cvs commit: src UPDATING In-Reply-To: <20080903002453.I65801@maildrop.int.zabbadoz.net> (Bjoern A. Zeeb's message of "Wed, 3 Sep 2008 00:43:18 +0000 (UTC)") References: <200809012355.m81NtjZT038288@repoman.freebsd.org> <20080903002453.I65801@maildrop.int.zabbadoz.net> Message-ID: <86ej41d0q4.fsf@ds4.des.no> "Bjoern A. Zeeb" writes: > So I had an updated ssh client in use since at least Aug 22 and it > didn't bother me to ask about any remote machines. > > Now that people are updating their 7-STABLE machines, those 7-STABLE > machines with an OpenSSH 5.1p1 start to pop up and do the DSA vs. RSA > fingerprint dance for the host keys (at least until I added this to > line 1 of my ~/.ssh/config as hinted with this UPDATING entry: > HostKeyAlgorithms ssh-dss,ssh-rsa > ). > > To my understanding this should have happened 10 days ago to me. > I wonder why the peer needs to be updated as well for this? Because older servers don't have RSA keys (or rather, they don't load them). Instead of just inverting the order, whoever decided that we should prefer DSA to RSA (before my time) just removed the two lines of code that load the RSA key. 8 will load both RSA and DSA keys, as intended. So will 7, but that was actually a mis-merge on my part. I will revert it as soon as I get re@'s approval. DES -- Dag-Erling Sm?rgrav - des@des.no From des at des.no Wed Sep 3 09:45:58 2008 From: des at des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) Date: Wed Sep 3 09:46:03 2008 Subject: cvs commit: src UPDATING In-Reply-To: <86ej41d0q4.fsf@ds4.des.no> ("Dag-Erling =?utf-8?Q?Sm=C3=B8rg?= =?utf-8?Q?rav=22's?= message of "Wed, 03 Sep 2008 11:42:43 +0200") References: <200809012355.m81NtjZT038288@repoman.freebsd.org> <20080903002453.I65801@maildrop.int.zabbadoz.net> <86ej41d0q4.fsf@ds4.des.no> Message-ID: <86abepd0kr.fsf@ds4.des.no> Dag-Erling Sm?rgrav writes: > Because older servers don't have RSA keys (or rather, they don't load > them). Instead of just inverting the order, whoever decided that we > should prefer DSA to RSA (before my time) just removed the two lines of > code that load the RSA key. Ah, bullshit. It was me who made the change. Memory ain't what it used to be (and neither is nostalgia) DES -- Dag-Erling Sm?rgrav - des@des.no From bzeeb-lists at lists.zabbadoz.net Wed Sep 3 09:50:08 2008 From: bzeeb-lists at lists.zabbadoz.net (Bjoern A. Zeeb) Date: Wed Sep 3 09:50:14 2008 Subject: cvs commit: src UPDATING In-Reply-To: <86ej41d0q4.fsf@ds4.des.no> References: <200809012355.m81NtjZT038288@repoman.freebsd.org> <20080903002453.I65801@maildrop.int.zabbadoz.net> <86ej41d0q4.fsf@ds4.des.no> Message-ID: <20080903094624.I65801@maildrop.int.zabbadoz.net> On Wed, 3 Sep 2008, Dag-Erling Sm?rgrav wrote: Hi, > "Bjoern A. Zeeb" writes: >> So I had an updated ssh client in use since at least Aug 22 and it >> didn't bother me to ask about any remote machines. >> >> Now that people are updating their 7-STABLE machines, those 7-STABLE >> machines with an OpenSSH 5.1p1 start to pop up and do the DSA vs. RSA >> fingerprint dance for the host keys (at least until I added this to >> line 1 of my ~/.ssh/config as hinted with this UPDATING entry: >> HostKeyAlgorithms ssh-dss,ssh-rsa >> ). >> >> To my understanding this should have happened 10 days ago to me. >> I wonder why the peer needs to be updated as well for this? > > Because older servers don't have RSA keys (or rather, they don't load > them). Instead of just inverting the order, whoever decided that we > should prefer DSA to RSA (before my time) just removed the two lines of > code that load the RSA key. > > 8 will load both RSA and DSA keys, as intended. So will 7, but that was > actually a mis-merge on my part. I will revert it as soon as I get > re@'s approval. Ah, makes much more sense now. Thanks for explaining (and fixing in 7:) /bz -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From gahr at FreeBSD.org Wed Sep 3 09:50:57 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Wed Sep 3 09:51:04 2008 Subject: cvs commit: ports/lang/seed7 Makefile distinfo Message-ID: <200809030950.m839ovBJ095265@repoman.freebsd.org> gahr 2008-09-03 09:50:57 UTC FreeBSD ports repository Modified files: lang/seed7 Makefile distinfo Log: - Update to 05_20080902 Revision Changes Path 1.5 +1 -1 ports/lang/seed7/Makefile 1.5 +3 -3 ports/lang/seed7/distinfo From trasz at FreeBSD.org Wed Sep 3 10:09:45 2008 From: trasz at FreeBSD.org (Edward Tomasz Napierala) Date: Wed Sep 3 10:09:51 2008 Subject: cvs commit: src/bin/cp utils.c Message-ID: <200809031009.m83A9iFj097807@repoman.freebsd.org> trasz 2008-09-03 10:09:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) bin/cp utils.c Log: SVN rev 182718 on 2008-09-03 10:09:31Z by trasz MFC: Fix ACL preservation. Approved by: re (kensmith), rwatson (mentor) Revision Changes Path 1.52.2.2 +3 -1 src/bin/cp/utils.c From tobez at FreeBSD.org Wed Sep 3 10:15:41 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 10:15:48 2008 Subject: cvs commit: ports/textproc/p5-Text-Tmpl Makefile distinfo Message-ID: <200809031015.m83AFeHf098376@repoman.freebsd.org> tobez 2008-09-03 10:15:40 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Tmpl Makefile distinfo Log: Update to 0.31. Fix a coredump on 64-bit platforms (also reported upstream). Changes: http://search.cpan.org/dist/Text-Tmpl/Changes Revision Changes Path 1.10 +3 -1 ports/textproc/p5-Text-Tmpl/Makefile 1.7 +3 -3 ports/textproc/p5-Text-Tmpl/distinfo From chinsan at FreeBSD.org Wed Sep 3 10:32:16 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Wed Sep 3 10:32:22 2008 Subject: cvs commit: ports/games/kuklomenos Makefile distinfo Message-ID: <200809031032.m83AWGHh099640@repoman.freebsd.org> chinsan 2008-09-03 10:32:16 UTC FreeBSD ports repository Modified files: games/kuklomenos Makefile distinfo Log: - Update to 0.2.1 Revision Changes Path 1.2 +1 -1 ports/games/kuklomenos/Makefile 1.2 +3 -3 ports/games/kuklomenos/distinfo From chinsan at FreeBSD.org Wed Sep 3 10:45:36 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Wed Sep 3 10:45:42 2008 Subject: cvs commit: ports/graphics/p5-Graphics-Primitive Makefile distinfo Message-ID: <200809031045.m83Ajacc001001@repoman.freebsd.org> chinsan 2008-09-03 10:45:36 UTC FreeBSD ports repository Modified files: graphics/p5-Graphics-Primitive Makefile distinfo Log: - Update to 0.28 - Add missing dependency on graphics/p5-Graphics-Color Revision Changes Path 1.2 +2 -1 ports/graphics/p5-Graphics-Primitive/Makefile 1.2 +3 -3 ports/graphics/p5-Graphics-Primitive/distinfo From chinsan at FreeBSD.org Wed Sep 3 10:46:32 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Wed Sep 3 10:46:37 2008 Subject: cvs commit: ports/graphics/p5-Graphics-Primitive-Driver-Cairo Makefile distinfo Message-ID: <200809031046.m83AkVth001101@repoman.freebsd.org> chinsan 2008-09-03 10:46:31 UTC FreeBSD ports repository Modified files: graphics/p5-Graphics-Primitive-Driver-Cairo Makefile distinfo Log: - Update to 0.23 Revision Changes Path 1.3 +1 -1 ports/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile 1.3 +3 -3 ports/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo From chinsan at FreeBSD.org Wed Sep 3 10:47:30 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Wed Sep 3 10:47:36 2008 Subject: cvs commit: ports/graphics/p5-Chart-Clicker Makefile distinfo Message-ID: <200809031047.m83AlT48001196@repoman.freebsd.org> chinsan 2008-09-03 10:47:29 UTC FreeBSD ports repository Modified files: graphics/p5-Chart-Clicker Makefile distinfo Log: - Update to 2.07 Revision Changes Path 1.15 +2 -2 ports/graphics/p5-Chart-Clicker/Makefile 1.13 +3 -3 ports/graphics/p5-Chart-Clicker/distinfo From trasz at FreeBSD.org Wed Sep 3 10:55:16 2008 From: trasz at FreeBSD.org (Edward Tomasz Napierala) Date: Wed Sep 3 10:55:22 2008 Subject: cvs commit: src/bin/cp utils.c Message-ID: <200809031055.m83AtG6l001861@repoman.freebsd.org> trasz 2008-09-03 10:55:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/cp utils.c Log: SVN rev 182719 on 2008-09-03 10:55:08Z by trasz MFC: Fix ACL preservation. Approved by: re (kensmith), rwatson (mentor) Revision Changes Path 1.45.2.4 +3 -1 src/bin/cp/utils.c From tobez at FreeBSD.org Wed Sep 3 11:05:29 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 11:05:41 2008 Subject: cvs commit: ports/www/p5-Continuity Makefile distinfo Message-ID: <200809031105.m83B5Sdj003933@repoman.freebsd.org> tobez 2008-09-03 11:05:28 UTC FreeBSD ports repository Modified files: www/p5-Continuity Makefile distinfo Log: Update to 0.995. Changes: http://search.cpan.org/dist/Continuity/Changes Revision Changes Path 1.2 +1 -1 ports/www/p5-Continuity/Makefile 1.2 +3 -3 ports/www/p5-Continuity/distinfo From kuriyama at FreeBSD.org Wed Sep 3 11:06:08 2008 From: kuriyama at FreeBSD.org (Jun Kuriyama) Date: Wed Sep 3 11:06:19 2008 Subject: cvs commit: ports/japanese/p5-Jcode Makefile distinfo Message-ID: <200809031106.m83B6730004008@repoman.freebsd.org> kuriyama 2008-09-03 11:06:07 UTC FreeBSD ports repository Modified files: japanese/p5-Jcode Makefile distinfo Log: Upgrade to 2.07. PR: ports/127041 Submitted by: Takefu Kenji Revision Changes Path 1.35 +1 -1 ports/japanese/p5-Jcode/Makefile 1.18 +3 -3 ports/japanese/p5-Jcode/distinfo From tobez at FreeBSD.org Wed Sep 3 11:50:33 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 11:50:45 2008 Subject: cvs commit: ports/www/p5-Squatting Makefile distinfo pkg-plist Message-ID: <200809031150.m83BoXFL007625@repoman.freebsd.org> tobez 2008-09-03 11:50:33 UTC FreeBSD ports repository Modified files: www/p5-Squatting Makefile distinfo pkg-plist Log: Update to 0.52. Changes: http://search.cpan.org/dist/Squatting/Changes Revision Changes Path 1.2 +4 -2 ports/www/p5-Squatting/Makefile 1.2 +3 -3 ports/www/p5-Squatting/distinfo 1.2 +3 -0 ports/www/p5-Squatting/pkg-plist From tobez at FreeBSD.org Wed Sep 3 11:53:02 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 11:53:09 2008 Subject: cvs commit: ports/devel/p5-Sub-Name Makefile distinfo Message-ID: <200809031153.m83Br2JF007825@repoman.freebsd.org> tobez 2008-09-03 11:53:02 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Name Makefile distinfo Log: Update to 0.04. Do not require 5.8.X, since it works now with 5.6.X. Changes: http://search.cpan.org/dist/Sub-Name/Changes Nudged by: lbr Revision Changes Path 1.5 +2 -2 ports/devel/p5-Sub-Name/Makefile 1.3 +3 -3 ports/devel/p5-Sub-Name/distinfo From tobez at FreeBSD.org Wed Sep 3 11:56:35 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 11:56:51 2008 Subject: cvs commit: ports/devel/p5-Clone Makefile distinfo Message-ID: <200809031156.m83BuZF5008172@repoman.freebsd.org> tobez 2008-09-03 11:56:35 UTC FreeBSD ports repository Modified files: devel/p5-Clone Makefile distinfo Log: Update to 0.29. Changes file is not very useful, since it does not list several latest revisions, but here it is: http://search.cpan.org/dist/Clone/Changes Revision Changes Path 1.12 +1 -1 ports/devel/p5-Clone/Makefile 1.11 +3 -3 ports/devel/p5-Clone/distinfo From tabthorpe at FreeBSD.org Wed Sep 3 12:20:00 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Wed Sep 3 12:20:06 2008 Subject: cvs commit: ports/devel/pear-Date_Holidays Makefile distinfo Message-ID: <200809031219.m83CJxbc011190@repoman.freebsd.org> tabthorpe 2008-09-03 12:19:59 UTC FreeBSD ports repository Modified files: devel/pear-Date_Holidays Makefile distinfo Log: - Update to 0.20.1 Reported by: portscout Revision Changes Path 1.14 +16 -16 ports/devel/pear-Date_Holidays/Makefile 1.11 +3 -3 ports/devel/pear-Date_Holidays/distinfo From tabthorpe at FreeBSD.org Wed Sep 3 12:20:38 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Wed Sep 3 12:20:56 2008 Subject: cvs commit: ports/devel/pear-Date_Holidays_Brazil Makefile distinfo pkg-plist Message-ID: <200809031220.m83CKcYw011371@repoman.freebsd.org> tabthorpe 2008-09-03 12:20:38 UTC FreeBSD ports repository Modified files: devel/pear-Date_Holidays_Brazil Makefile distinfo pkg-plist Log: - Update to 0.1.2 Reported by: portscout Revision Changes Path 1.3 +1 -1 ports/devel/pear-Date_Holidays_Brazil/Makefile 1.3 +3 -3 ports/devel/pear-Date_Holidays_Brazil/distinfo 1.3 +2 -2 ports/devel/pear-Date_Holidays_Brazil/pkg-plist From tabthorpe at FreeBSD.org Wed Sep 3 12:21:52 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Wed Sep 3 12:22:05 2008 Subject: cvs commit: ports/devel/pear-Date_Holidays_Austria Makefile distinfo ports/devel/pear-Date_Holidays_Denmark Makefile distinfo pkg-plist ports/devel/pear-Date_Holidays_Discordian Makefile distinfo pkg-plist ports/devel/pear-Date_Holidays_EnglandWales Makefile ... Message-ID: <200809031221.m83CLqsl011844@repoman.freebsd.org> tabthorpe 2008-09-03 12:21:52 UTC FreeBSD ports repository Modified files: devel/pear-Date_Holidays_Austria Makefile distinfo devel/pear-Date_Holidays_Denmark Makefile distinfo pkg-plist devel/pear-Date_Holidays_Discordian Makefile distinfo pkg-plist devel/pear-Date_Holidays_EnglandWales Makefile distinfo pkg-plist devel/pear-Date_Holidays_Germany Makefile distinfo pkg-plist devel/pear-Date_Holidays_Iceland Makefile distinfo pkg-plist devel/pear-Date_Holidays_Ireland Makefile distinfo pkg-plist devel/pear-Date_Holidays_Netherlands Makefile distinfo pkg-plist devel/pear-Date_Holidays_Norway Makefile distinfo pkg-plist devel/pear-Date_Holidays_PHPdotNet Makefile distinfo pkg-plist devel/pear-Date_Holidays_Romania Makefile distinfo pkg-plist devel/pear-Date_Holidays_Slovenia Makefile distinfo pkg-plist devel/pear-Date_Holidays_Sweden Makefile distinfo pkg-plist devel/pear-Date_Holidays_UNO Makefile distinfo pkg-plist devel/pear-Date_Holidays_USA Makefile distinfo pkg-plist devel/pear-Date_Holidays_Ukraine Makefile distinfo pkg-plist Log: - Update to 0.1.1 Reported by: portscout Revision Changes Path 1.2 +1 -1 ports/devel/pear-Date_Holidays_Austria/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Austria/distinfo 1.2 +1 -1 ports/devel/pear-Date_Holidays_Denmark/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Denmark/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Denmark/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_Discordian/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Discordian/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Discordian/pkg-plist 1.2 +2 -2 ports/devel/pear-Date_Holidays_EnglandWales/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_EnglandWales/distinfo 1.2 +2 -3 ports/devel/pear-Date_Holidays_EnglandWales/pkg-plist 1.2 +2 -2 ports/devel/pear-Date_Holidays_Germany/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Germany/distinfo 1.2 +2 -3 ports/devel/pear-Date_Holidays_Germany/pkg-plist 1.2 +2 -2 ports/devel/pear-Date_Holidays_Iceland/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Iceland/distinfo 1.2 +2 -3 ports/devel/pear-Date_Holidays_Iceland/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_Ireland/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Ireland/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Ireland/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_Netherlands/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Netherlands/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Netherlands/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_Norway/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Norway/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Norway/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_PHPdotNet/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_PHPdotNet/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_PHPdotNet/pkg-plist 1.2 +2 -2 ports/devel/pear-Date_Holidays_Romania/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Romania/distinfo 1.2 +2 -3 ports/devel/pear-Date_Holidays_Romania/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_Slovenia/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Slovenia/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Slovenia/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_Sweden/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Sweden/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Sweden/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_UNO/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_UNO/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_UNO/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_USA/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_USA/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_USA/pkg-plist 1.2 +1 -1 ports/devel/pear-Date_Holidays_Ukraine/Makefile 1.2 +3 -3 ports/devel/pear-Date_Holidays_Ukraine/distinfo 1.2 +2 -2 ports/devel/pear-Date_Holidays_Ukraine/pkg-plist From QAT at FreeBSD.org Wed Sep 3 12:26:32 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Wed Sep 3 12:26:43 2008 Subject: cvs commit: ports/devel/pear-Date_Holidays_Austria Makefile distinfo ports/devel/pear-Date_Holidays_Denmark Makefile distinfo pkg-plist ports/devel/pear-Date_Holidays_Discordian Makefile distinfo pkg-plist ports/devel/pear-Date_ In-Reply-To: <200809031221.m83CLqsl011844@repoman.freebsd.org> References: In-Reply-To: <200809031221.m83CLqsl011844@repoman.freebsd.org> Message-ID: <20080903122630.2DAB512E4006@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/pear-Date_Holidays_Austria-0.1.1.log : building pear-Date_Holidays_Austria-0.1.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: tabthorpe@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/pear-Date_Holidays_Austria Makefile ident: $FreeBSD: ports/devel/pear-Date_Holidays_Austria/Makefile,v 1.2 2008/09/03 12:21:49 tabthorpe Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Sep 3 12:26:21 UTC 2008 ................................................... pkg_add pear-XML_Parser-1.3.0.tbz skipping pear-XML_Parser-1.3.0, already added pkg_add pear-XML_Util-1.2.0.tbz skipping pear-XML_Util-1.2.0, already added pkg_add php5-5.2.6_1.tbz skipping php5-5.2.6_1, already added pkg_add php5-pcre-5.2.6_1.tbz skipping php5-pcre-5.2.6_1, already added pkg_add php5-xml-5.2.6_1.tbz skipping php5-xml-5.2.6_1, already added pkg_add libxml2-2.6.32.tbz skipping libxml2-2.6.32, already added pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add pear-Date_Holidays-0.20.1.tbz skipping pear-Date_Holidays-0.20.1, already added ===> Installing for pear-Date_Holidays_Austria-0.1.1 ===> pear-Date_Holidays_Austria-0.1.1 depends on file: /usr/local/share/pear/Date/Holidays.php - found ===> pear-Date_Holidays_Austria-0.1.1 depends on executable: pear - found ===> Generating temporary packing list ===> Checking if devel/pear-Date_Holidays_Austria already installed ===> Installing tests in /usr/local/share/pear/tests/Date_Holidays_Austria. install ok: channel://pear.php.net/Date_Holidays_Austria-0.1.1 ===> Registering installation for pear-Date_Holidays_Austria-0.1.1 ================================================================ ======================================== ===> Building package for pear-Date_Holidays_Austria-0.1.1 tar: share/pear/packages/pear-Date_Holidays_Austria-0.1.0/package.xml: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/pear-Date_Holidays_Austria-0.1.1.tbz Registering depends: pear-Date_Holidays-0.20.1 pear-Date-1.4.7 pear-XML_Serializer-0.18.0 pear-XML_Util-1.2.0 pear-XML_Parser-1.3.0 pear-1.7.2 php5-xml-5.2.6_1 php5-pcre-5.2.6_1 php5-5.2.6_1 libxml2-2.6.32 libiconv-1.11_1 pkg-config-0.23_1. Creating bzip'd tar ball in '/tmp/packages/All/pear-Date_Holidays_Austria-0.1.1.tbz' *** Error code 1 Stop in /a/ports/devel/pear-Date_Holidays_Austria. ================================================================ build of /usr/ports/devel/pear-Date_Holidays_Austria ended at Wed Sep 3 12:26:28 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From lbr at FreeBSD.org Wed Sep 3 12:28:52 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Wed Sep 3 12:29:03 2008 Subject: cvs commit: ports/devel Makefile ports/devel/p5-Devel-GlobalDestruction Makefile distinfo pkg-descr pkg-plist Message-ID: <200809031228.m83CSqkU012895@repoman.freebsd.org> lbr 2008-09-03 12:28:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Devel-GlobalDestruction Makefile distinfo pkg-descr pkg-plist Log: New port: devel/p5-Devel-GlobalDestruction, Expose PL_dirty, the flag which marks global destruction Revision Changes Path 1.3187 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Devel-GlobalDestruction/Makefile (new) 1.1 +3 -0 ports/devel/p5-Devel-GlobalDestruction/distinfo (new) 1.1 +11 -0 ports/devel/p5-Devel-GlobalDestruction/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Devel-GlobalDestruction/pkg-plist (new) From itetcu at FreeBSD.org Wed Sep 3 12:29:01 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Wed Sep 3 12:29:13 2008 Subject: cvs commit: ports/ports-mgmt/tinderbox Makefile distinfo pkg-descr pkg-plist ports/ports-mgmt/tinderbox/files extra-patch-www-exp__core__TinderboxDS.php extra-patch-www-exp__module__moduleBuildPorts.php patch-buildscript patch-portbuild pkg-message.in Message-ID: <200809031229.m83CT1DR012967@repoman.freebsd.org> itetcu 2008-09-03 12:29:01 UTC FreeBSD ports repository Modified files: ports-mgmt/tinderbox Makefile distinfo pkg-descr pkg-plist ports-mgmt/tinderbox/files pkg-message.in Removed files: ports-mgmt/tinderbox/files extra-patch-www-exp__core__TinderboxDS.php extra-patch-www-exp__module__moduleBuildPorts.php patch-buildscript patch-portbuild Log: This is tinderbox 3.0.0 release with patches (see bellow). Changes in 3.0 include: * The www-exp module has been renamed webui, and a new web frontend has been added called paefchen. * All Tinderbox commands with the exception of tinderd are now performed using the tc utility. * The Hosts system has been removed as it was not really used, and not really suited to the purpose of distributed builds. The ground work has been laid to support distributed builds, but that is not present in 3.0. * A DISTFILE_URI config directive has been introduced to allow for distributed distfile caches. * The latest port fail reasons and patterns have been synced from pointyhat. * The total size taken by a port build (in KB) is now tracked in the database. This can be obtained using the command ``tc getPortTotalSize -d DIRECTORY -b BUILD''. * Port build logs now contain OPTIONS and environment details. * The ``tc addPort'' command assumes a recursive add by default. This can be disabled by passing the -R argument. * Port dependencies are now recorded in the database when ``tc addPort'' is called without -R. The dependency list can be retrieved with ``tc getDependenciesForPort -d DIRECTORY -b BUILD''. * The ``tc tbcleanup'' command now supports pruning stale distfiles, stale packages, and not pruning old error logs. See the README for command line details. * The default update type and update host are configurable at Setup and Upgrade time. The default update type has been changed from CVSUP to CSUP. * The last_fail_reason is now exported to the postPortBuild Hook. * Fix the build time display if a tinderbuild takes longer than 24 hours. * Add a new command, ``tc rescanPorts'' which updates the properties of all ports in the datastore (including dependencies). * Display the remake count in the webui frontends. * Hack around a potential perl-related leftover false positive. * A new -O option has been added to addPort/rescanPorts which enables OPTIONS, but does not run rmconfig before calling config. This way, existing OPTIONS can be preserved. The default behavior is to call rmconfig to maintain POLA. * The webui index page has been enhanced to make it more readable, and more powerful. * The number of ports not built due to dependency failures has been added to the webui's main page. * tc processLog -v now prints the matching text to aid with false positive identification. PLUS: * In webui: - Change tinderd queue view. Field for adding new ports is the first now. - Show target port of current build. - miwi's RSS module - an other patch from miwi for inc_tinderbox.php.dist which should make setting-up the webui easier on non-standard configurations. * Bug-fix: Add o and O to the list of valid options for addPort. Revision Changes Path 1.46 +15 -57 ports/ports-mgmt/tinderbox/Makefile 1.19 +3 -9 ports/ports-mgmt/tinderbox/distinfo 1.2 +0 -14 ports/ports-mgmt/tinderbox/files/extra-patch-www-exp__core__TinderboxDS.php (dead) 1.2 +0 -11 ports/ports-mgmt/tinderbox/files/extra-patch-www-exp__module__moduleBuildPorts.php (dead) 1.2 +0 -27 ports/ports-mgmt/tinderbox/files/patch-buildscript (dead) 1.4 +0 -10 ports/ports-mgmt/tinderbox/files/patch-portbuild (dead) 1.12 +2 -105 ports/ports-mgmt/tinderbox/files/pkg-message.in 1.3 +1 -1 ports/ports-mgmt/tinderbox/pkg-descr 1.16 +114 -139 ports/ports-mgmt/tinderbox/pkg-plist From lbr at FreeBSD.org Wed Sep 3 12:29:40 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Wed Sep 3 12:29:52 2008 Subject: cvs commit: ports/devel/p5-Class-MOP Makefile distinfo Message-ID: <200809031229.m83CTev3013041@repoman.freebsd.org> lbr 2008-09-03 12:29:40 UTC FreeBSD ports repository Modified files: devel/p5-Class-MOP Makefile distinfo Log: Updated to 0.65 Revision Changes Path 1.30 +5 -4 ports/devel/p5-Class-MOP/Makefile 1.26 +3 -3 ports/devel/p5-Class-MOP/distinfo From lbr at FreeBSD.org Wed Sep 3 12:30:10 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Wed Sep 3 12:30:21 2008 Subject: cvs commit: ports/devel/p5-Moose Makefile distinfo pkg-plist Message-ID: <200809031230.m83CU9MV013144@repoman.freebsd.org> lbr 2008-09-03 12:30:09 UTC FreeBSD ports repository Modified files: devel/p5-Moose Makefile distinfo pkg-plist Log: Updated to 0.56 Revision Changes Path 1.32 +9 -3 ports/devel/p5-Moose/Makefile 1.30 +3 -3 ports/devel/p5-Moose/distinfo 1.14 +5 -0 ports/devel/p5-Moose/pkg-plist From lbr at FreeBSD.org Wed Sep 3 12:30:31 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Wed Sep 3 12:30:42 2008 Subject: cvs commit: ports/devel/p5-MooseX-AttributeHelpers Makefile distinfo Message-ID: <200809031230.m83CUUPG013230@repoman.freebsd.org> lbr 2008-09-03 12:30:30 UTC FreeBSD ports repository Modified files: devel/p5-MooseX-AttributeHelpers Makefile distinfo Log: Updated to 0.13 Revision Changes Path 1.2 +2 -2 ports/devel/p5-MooseX-AttributeHelpers/Makefile 1.2 +3 -3 ports/devel/p5-MooseX-AttributeHelpers/distinfo From ale at FreeBSD.org Wed Sep 3 12:33:09 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Wed Sep 3 12:33:17 2008 Subject: cvs commit: ports/www/pserv Makefile distinfo ports/www/pserv/files patch-handlers.c patch-main.c Message-ID: <200809031233.m83CX8Dr013487@repoman.freebsd.org> ale 2008-09-03 12:33:08 UTC FreeBSD ports repository Modified files: www/pserv Makefile distinfo www/pserv/files patch-handlers.c patch-main.c Log: Update to 3.4 release. Revision Changes Path 1.14 +2 -1 ports/www/pserv/Makefile 1.9 +3 -3 ports/www/pserv/distinfo 1.9 +58 -39 ports/www/pserv/files/patch-handlers.c 1.6 +31 -62 ports/www/pserv/files/patch-main.c From keramida at FreeBSD.org Wed Sep 3 12:41:19 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Wed Sep 3 12:41:31 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/releng article.sgml Message-ID: <200809031241.m83CfJsF015457@repoman.freebsd.org> keramida 2008-09-03 12:41:18 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/releng article.sgml Log: MFen: 1.39 -> 1.44 en_US.ISO8859-1/articles/releng/article.sgml Revision Changes Path 1.6 +24 -3 doc/el_GR.ISO8859-7/articles/releng/article.sgml From des at FreeBSD.org Wed Sep 3 12:45:50 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Wed Sep 3 12:45:56 2008 Subject: cvs commit: src/crypto/openssh servconf.c sshd_config Message-ID: <200809031245.m83CjnbE015858@repoman.freebsd.org> des 2008-09-03 12:45:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) crypto/openssh servconf.c sshd_config Log: SVN rev 182720 on 2008-09-03 12:45:31Z by des Revert to previous behaviour re host keys. I inadvertently merged a little too much from head. Approved by: re (kensmith) Revision Changes Path 1.49.2.2 +0 -2 src/crypto/openssh/servconf.c 1.47.2.2 +0 -1 src/crypto/openssh/sshd_config From trasz at FreeBSD.org Wed Sep 3 12:46:21 2008 From: trasz at FreeBSD.org (Edward Tomasz Napierala) Date: Wed Sep 3 12:46:34 2008 Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c src/sys/ufs/ufs ufs_extattr.c Message-ID: <200809031246.m83CkKoU015944@repoman.freebsd.org> trasz 2008-09-03 12:46:09 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c sys/ufs/ufs ufs_extattr.c Log: SVN rev 182721 on 2008-09-03 12:46:09Z by trasz When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}. Approved by: rwatson (mentor) Revision Changes Path 1.183 +4 -4 src/sys/ufs/ffs/ffs_vnops.c 1.92 +3 -3 src/sys/ufs/ufs/ufs_extattr.c From tabthorpe at FreeBSD.org Wed Sep 3 12:52:23 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Wed Sep 3 12:52:29 2008 Subject: cvs commit: ports/devel/pear-Date_Holidays_Austria pkg-plist Message-ID: <200809031252.m83CqMjc025824@repoman.freebsd.org> tabthorpe 2008-09-03 12:52:22 UTC FreeBSD ports repository Modified files: devel/pear-Date_Holidays_Austria pkg-plist Log: - Fix plist Reported by: QAT Revision Changes Path 1.2 +2 -2 ports/devel/pear-Date_Holidays_Austria/pkg-plist From tabthorpe at freebsd.org Wed Sep 3 12:55:24 2008 From: tabthorpe at freebsd.org (Thomas Abthorpe) Date: Wed Sep 3 12:55:30 2008 Subject: cvs commit: ports/devel/pear-Date_Holidays_Austria Makefile distinfo ports/devel/pear-Date_Holidays_Denmark Makefile distinfo pkg-plist ports/devel/pear-Date_Holidays_Discordian Makefile distinfo pkg-plist ports/devel/pear-Date_ In-Reply-To: <20080903122630.2DAB512E4006@quark.ds9.tecnik93.com> References: <200809031221.m83CLqsl011844@repoman.freebsd.org> <20080903122630.2DAB512E4006@quark.ds9.tecnik93.com> Message-ID: <200809030854.01271.tabthorpe@freebsd.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 03 September 2008 08:26:29 QAT@freebsd.org wrote: > *** Error code 1 > > Stop in /a/ports/devel/pear-Date_Holidays_Austria. > ================================================================ > build of /usr/ports/devel/pear-Date_Holidays_Austria ended at Wed Sep ?3 > 12:26:28 UTC 2008 Fixed, thanks for the public service, ionbot! :-) - -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAki+iOkACgkQ5Gm/jNBp8qBu/wCgghnKzuO9+uQ2cEQ15Wo5RZgJ SGsAnR2f9pjkAG5XrJAc6NMY8YVUeq2+ =/5/v -----END PGP SIGNATURE----- From keramida at FreeBSD.org Wed Sep 3 12:58:22 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Wed Sep 3 13:01:57 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/articles/releng article.sgml Message-ID: <200809031258.m83CwLqX026325@repoman.freebsd.org> keramida 2008-09-03 12:58:21 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/releng article.sgml Log: MFen: 1.44 -> 1.48 en_US.ISO8859-1/articles/releng/article.sgml Revision Changes Path 1.7 +46 -40 doc/el_GR.ISO8859-7/articles/releng/article.sgml From miwi at FreeBSD.org Wed Sep 3 13:06:24 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Sep 3 13:06:31 2008 Subject: cvs commit: ports/Mk bsd.kde4.mk ports/accessibility/kdeaccessibility4 Makefile distinfo ports/chinese/kde4-l10n-zh_CN Makefile distinfo pkg-plist ports/chinese/kde4-l10n-zh_TW Makefile distinfo pkg-plist ports/deskutils/kdepim4 Makefile distinfo pkg-plist ... Message-ID: <200809031306.m83D6Om7029979@repoman.freebsd.org> miwi 2008-09-03 13:06:24 UTC FreeBSD ports repository Modified files: Mk bsd.kde4.mk accessibility/kdeaccessibility4 Makefile distinfo chinese/kde4-l10n-zh_CN Makefile distinfo pkg-plist chinese/kde4-l10n-zh_TW Makefile distinfo pkg-plist deskutils/kdepim4 Makefile distinfo pkg-plist deskutils/kdepimlibs4 Makefile distinfo deskutils/kdeplasma-addons Makefile distinfo devel/kdesdk4 Makefile distinfo french/kde4-l10n Makefile distinfo pkg-plist games/kdegames4 Makefile distinfo german/kde4-l10n Makefile distinfo pkg-plist graphics Makefile graphics/kdegraphics4 Makefile distinfo pkg-plist graphics/kpovmodeler Makefile distinfo hungarian/kde4-l10n Makefile distinfo pkg-plist japanese/kde4-l10n Makefile distinfo pkg-plist korean/kde4-l10n Makefile distinfo pkg-plist misc/kde4-l10n Makefile misc/kde4-l10n/files bsd.l10n.mk misc/kde4-l10n-bg Makefile distinfo pkg-plist misc/kde4-l10n-ca Makefile distinfo pkg-plist misc/kde4-l10n-cs Makefile distinfo pkg-plist misc/kde4-l10n-csb Makefile distinfo pkg-plist misc/kde4-l10n-da Makefile distinfo pkg-plist misc/kde4-l10n-el Makefile distinfo pkg-plist misc/kde4-l10n-en_GB Makefile distinfo pkg-plist misc/kde4-l10n-eo Makefile distinfo pkg-plist misc/kde4-l10n-es Makefile distinfo pkg-plist misc/kde4-l10n-et Makefile distinfo pkg-plist misc/kde4-l10n-fi Makefile distinfo pkg-plist misc/kde4-l10n-fy Makefile distinfo pkg-plist misc/kde4-l10n-ga Makefile distinfo pkg-plist misc/kde4-l10n-gl Makefile distinfo pkg-plist misc/kde4-l10n-hi Makefile distinfo pkg-plist misc/kde4-l10n-it Makefile distinfo pkg-plist misc/kde4-l10n-kk Makefile distinfo pkg-plist misc/kde4-l10n-km Makefile distinfo pkg-plist misc/kde4-l10n-ku Makefile distinfo misc/kde4-l10n-lt Makefile distinfo pkg-plist misc/kde4-l10n-lv Makefile distinfo pkg-plist misc/kde4-l10n-mk Makefile distinfo pkg-plist misc/kde4-l10n-ml Makefile distinfo pkg-plist misc/kde4-l10n-nb Makefile distinfo pkg-plist misc/kde4-l10n-nds Makefile distinfo pkg-plist misc/kde4-l10n-nl Makefile distinfo pkg-plist misc/kde4-l10n-nn Makefile distinfo pkg-plist misc/kde4-l10n-pa Makefile distinfo pkg-plist misc/kde4-l10n-sl Makefile distinfo pkg-plist misc/kde4-l10n-sr Makefile distinfo pkg-plist misc/kde4-l10n-sv Makefile distinfo pkg-plist misc/kde4-l10n-ta Makefile distinfo pkg-plist misc/kde4-l10n-th Makefile distinfo pkg-plist misc/kde4-l10n-tr Makefile distinfo pkg-plist misc/kde4-l10n-wa Makefile distinfo pkg-plist misc/kde4-shared-mime-info Makefile misc/kdeedu4 Makefile distinfo pkg-plist misc/kdeutils4 Makefile distinfo misc/konq-plugins-kde4 Makefile distinfo pkg-plist multimedia/kdemultimedia4 Makefile distinfo net/kdenetwork4 Makefile distinfo pkg-plist polish/kde4-l10n Makefile distinfo pkg-plist portuguese/kde4-l10n Makefile distinfo pkg-plist portuguese/kde4-l10n-pt_BR Makefile distinfo pkg-plist russian/kde4-l10n Makefile distinfo pkg-plist sysutils/kdeadmin4 Makefile distinfo ukrainian/kde4-l10n Makefile distinfo pkg-plist www/kdewebdev4 Makefile distinfo x11/kdebase4 Makefile distinfo x11/kdebase4-runtime Makefile distinfo pkg-plist x11/kdebase4-workspace Makefile distinfo pkg-plist x11/kdebase4-workspace/files kdm.in x11/kdelibs4 Makefile distinfo pkg-plist x11-clocks/kdetoys4 Makefile distinfo pkg-plist x11-themes/kdeartwork4 Makefile distinfo Added files: graphics/kcoloredit Makefile distinfo pkg-descr pkg-plist graphics/kgraphviewer Makefile distinfo pkg-descr pkg-plist graphics/kiconedit pkg-descr graphics/skanlite Makefile distinfo pkg-descr pkg-plist misc/kdeutils4/files patch-ark_plugins_libzipplugin-zipplugin.cpp x11/kdelibs4/files patch-Modules_FindQt4.cmake Log: The KDE FreeBSD team is proud to announce the release of KDE 4.1.1 for FreeBSD. The official KDE 4.1.1 release notes can be found at http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php. KDE Community ships sirst translation and service release of the 4.1 dree desktop, containing numerous bugfixes, Performance Improvements and Translation Updates. Pretty much all applications have received the developers' attention, resulting in a long list of bugfixes and improvements. The most significant changes are: * Significant performance, interaction and rendering correctness improvements in KHTML and Konqueror, KDE's web browser * User interaction, rendering and stability fixes in Plasma, the KDE4 desktop shell * PDF backend fixes in the document viewer Okular * Fixes in Gwenview, the image viewer's thumbnailing, more robust retrieval and display of images with broken metadata * Stability and interaction fixes in KMail New Ports: - graphics/kcoloredit * KColorEdit is a palette files editor. It can be used for editing color palettes and for color choosing and naming. - graphics/kgraphviewer * KGraphViewer is a GraphViz DOT graph viewer for KDE. The GraphViz programs are free-software layout engines for graphs. KGraphViewer displays the graphs in a modern, user-friendly GUI with all the power of a well integrated KDE application. - graphics/kiconedit * KIconEdit is designed to help create icons for KDE using the standard icon palette. - graphics/skanlite * Skanlite is a simple image scanning application that does nothing more than scan and save images. Skanlite can open a save dialog for every image scanned or save the images immediately in a specified directory with auto-generated names and format. The user can also choose to show the scanned image before saving. Revision Changes Path 1.79 +1 -1 ports/Mk/bsd.kde4.mk 1.28 +0 -0 ports/accessibility/kdeaccessibility4/Makefile 1.24 +3 -3 ports/accessibility/kdeaccessibility4/distinfo 1.45 +0 -0 ports/chinese/kde4-l10n-zh_CN/Makefile 1.36 +3 -3 ports/chinese/kde4-l10n-zh_CN/distinfo 1.28 +3 -7 ports/chinese/kde4-l10n-zh_CN/pkg-plist 1.46 +0 -0 ports/chinese/kde4-l10n-zh_TW/Makefile 1.33 +3 -3 ports/chinese/kde4-l10n-zh_TW/distinfo 1.22 +2 -5 ports/chinese/kde4-l10n-zh_TW/pkg-plist 1.82 +0 -0 ports/deskutils/kdepim4/Makefile 1.40 +3 -3 ports/deskutils/kdepim4/distinfo 1.35 +15 -73 ports/deskutils/kdepim4/pkg-plist 1.2 +0 -0 ports/deskutils/kdepimlibs4/Makefile 1.2 +3 -3 ports/deskutils/kdepimlibs4/distinfo 1.2 +0 -0 ports/deskutils/kdeplasma-addons/Makefile 1.2 +3 -3 ports/deskutils/kdeplasma-addons/distinfo 1.68 +0 -0 ports/devel/kdesdk4/Makefile 1.40 +3 -3 ports/devel/kdesdk4/distinfo 1.42 +0 -0 ports/french/kde4-l10n/Makefile 1.35 +3 -3 ports/french/kde4-l10n/distinfo 1.32 +68 -5 ports/french/kde4-l10n/pkg-plist 1.104 +0 -0 ports/games/kdegames4/Makefile 1.55 +3 -3 ports/games/kdegames4/distinfo 1.41 +0 -0 ports/german/kde4-l10n/Makefile 1.35 +3 -3 ports/german/kde4-l10n/distinfo 1.32 +14 -5 ports/german/kde4-l10n/pkg-plist 1.1184 +4 -0 ports/graphics/Makefile 1.1 +28 -0 ports/graphics/kcoloredit/Makefile (new) 1.1 +3 -0 ports/graphics/kcoloredit/distinfo (new) 1.1 +4 -0 ports/graphics/kcoloredit/pkg-descr (new) 1.1 +81 -0 ports/graphics/kcoloredit/pkg-plist (new) 1.128 +0 -1 ports/graphics/kdegraphics4/Makefile 1.52 +3 -3 ports/graphics/kdegraphics4/distinfo 1.44 +4 -0 ports/graphics/kdegraphics4/pkg-plist 1.1 +28 -0 ports/graphics/kgraphviewer/Makefile (new) 1.1 +3 -0 ports/graphics/kgraphviewer/distinfo (new) 1.1 +6 -0 ports/graphics/kgraphviewer/pkg-descr (new) 1.1 +87 -0 ports/graphics/kgraphviewer/pkg-plist (new) 1.1 +4 -0 ports/graphics/kiconedit/pkg-descr (new) 1.5 +4 -3 ports/graphics/kpovmodeler/Makefile 1.4 +3 -3 ports/graphics/kpovmodeler/distinfo 1.1 +30 -0 ports/graphics/skanlite/Makefile (new) 1.1 +3 -0 ports/graphics/skanlite/distinfo (new) 1.1 +7 -0 ports/graphics/skanlite/pkg-descr (new) 1.1 +43 -0 ports/graphics/skanlite/pkg-plist (new) 1.52 +0 -0 ports/hungarian/kde4-l10n/Makefile 1.41 +3 -3 ports/hungarian/kde4-l10n/distinfo 1.31 +18 -2 ports/hungarian/kde4-l10n/pkg-plist 1.42 +0 -0 ports/japanese/kde4-l10n/Makefile 1.35 +3 -3 ports/japanese/kde4-l10n/distinfo 1.26 +5 -8 ports/japanese/kde4-l10n/pkg-plist 1.47 +0 -0 ports/korean/kde4-l10n/Makefile 1.26 +3 -3 ports/korean/kde4-l10n/distinfo 1.15 +3 -6 ports/korean/kde4-l10n/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-bg/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-bg/distinfo 1.24 +1 -3 ports/misc/kde4-l10n-bg/pkg-plist 1.53 +0 -0 ports/misc/kde4-l10n-ca/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-ca/distinfo 1.33 +4 -8 ports/misc/kde4-l10n-ca/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-cs/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-cs/distinfo 1.33 +4 -2 ports/misc/kde4-l10n-cs/pkg-plist 1.4 +0 -0 ports/misc/kde4-l10n-csb/Makefile 1.4 +3 -3 ports/misc/kde4-l10n-csb/distinfo 1.4 +0 -1 ports/misc/kde4-l10n-csb/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-da/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-da/distinfo 1.31 +1 -8 ports/misc/kde4-l10n-da/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-el/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-el/distinfo 1.25 +1 -6 ports/misc/kde4-l10n-el/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-en_GB/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-en_GB/distinfo 1.32 +1 -2 ports/misc/kde4-l10n-en_GB/pkg-plist 1.52 +0 -0 ports/misc/kde4-l10n-eo/Makefile 1.37 +3 -3 ports/misc/kde4-l10n-eo/distinfo 1.23 +1 -1 ports/misc/kde4-l10n-eo/pkg-plist 1.53 +0 -0 ports/misc/kde4-l10n-es/Makefile 1.42 +3 -3 ports/misc/kde4-l10n-es/distinfo 1.37 +1 -10 ports/misc/kde4-l10n-es/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-et/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-et/distinfo 1.32 +21 -6 ports/misc/kde4-l10n-et/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-fi/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-fi/distinfo 1.36 +7 -6 ports/misc/kde4-l10n-fi/pkg-plist 1.12 +0 -0 ports/misc/kde4-l10n-fy/Makefile 1.11 +3 -3 ports/misc/kde4-l10n-fy/distinfo 1.9 +1 -1 ports/misc/kde4-l10n-fy/pkg-plist 1.12 +0 -0 ports/misc/kde4-l10n-ga/Makefile 1.11 +3 -3 ports/misc/kde4-l10n-ga/distinfo 1.6 +1 -5 ports/misc/kde4-l10n-ga/pkg-plist 1.27 +0 -0 ports/misc/kde4-l10n-gl/Makefile 1.18 +3 -3 ports/misc/kde4-l10n-gl/distinfo 1.13 +1 -7 ports/misc/kde4-l10n-gl/pkg-plist 1.27 +0 -0 ports/misc/kde4-l10n-hi/Makefile 1.24 +3 -3 ports/misc/kde4-l10n-hi/distinfo 1.15 +1 -1 ports/misc/kde4-l10n-hi/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-it/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-it/distinfo 1.35 +5 -5 ports/misc/kde4-l10n-it/pkg-plist 1.10 +0 -0 ports/misc/kde4-l10n-kk/Makefile 1.9 +3 -3 ports/misc/kde4-l10n-kk/distinfo 1.9 +2 -2 ports/misc/kde4-l10n-kk/pkg-plist 1.12 +0 -0 ports/misc/kde4-l10n-km/Makefile 1.11 +3 -3 ports/misc/kde4-l10n-km/distinfo 1.11 +1 -2 ports/misc/kde4-l10n-km/pkg-plist 1.2 +0 -0 ports/misc/kde4-l10n-ku/Makefile 1.2 +3 -3 ports/misc/kde4-l10n-ku/distinfo 1.51 +0 -0 ports/misc/kde4-l10n-lt/Makefile 1.36 +3 -3 ports/misc/kde4-l10n-lt/distinfo 1.25 +1 -4 ports/misc/kde4-l10n-lt/pkg-plist 1.57 +0 -0 ports/misc/kde4-l10n-lv/Makefile 1.32 +3 -3 ports/misc/kde4-l10n-lv/distinfo 1.20 +5 -4 ports/misc/kde4-l10n-lv/pkg-plist 1.29 +0 -0 ports/misc/kde4-l10n-mk/Makefile 1.20 +3 -3 ports/misc/kde4-l10n-mk/distinfo 1.17 +1 -1 ports/misc/kde4-l10n-mk/pkg-plist 1.2 +0 -0 ports/misc/kde4-l10n-ml/Makefile 1.2 +3 -3 ports/misc/kde4-l10n-ml/distinfo 1.2 +1 -2 ports/misc/kde4-l10n-ml/pkg-plist 1.53 +0 -0 ports/misc/kde4-l10n-nb/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-nb/distinfo 1.29 +8 -2 ports/misc/kde4-l10n-nb/pkg-plist 1.26 +0 -0 ports/misc/kde4-l10n-nds/Makefile 1.23 +3 -3 ports/misc/kde4-l10n-nds/distinfo 1.20 +5 -7 ports/misc/kde4-l10n-nds/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-nl/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-nl/distinfo 1.34 +5 -5 ports/misc/kde4-l10n-nl/pkg-plist 1.53 +0 -0 ports/misc/kde4-l10n-nn/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-nn/distinfo 1.29 +16 -6 ports/misc/kde4-l10n-nn/pkg-plist 1.20 +0 -0 ports/misc/kde4-l10n-pa/Makefile 1.18 +3 -3 ports/misc/kde4-l10n-pa/distinfo 1.10 +1 -2 ports/misc/kde4-l10n-pa/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-sl/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-sl/distinfo 1.30 +5 -2 ports/misc/kde4-l10n-sl/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-sr/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-sr/distinfo 1.30 +1 -33 ports/misc/kde4-l10n-sr/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-sv/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-sv/distinfo 1.34 +1 -5 ports/misc/kde4-l10n-sv/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-ta/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-ta/distinfo 1.27 +1 -2 ports/misc/kde4-l10n-ta/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-th/Makefile 1.25 +3 -3 ports/misc/kde4-l10n-th/distinfo 1.20 +1 -2 ports/misc/kde4-l10n-th/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-tr/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-tr/distinfo 1.25 +1 -5 ports/misc/kde4-l10n-tr/pkg-plist 1.4 +0 -0 ports/misc/kde4-l10n-wa/Makefile 1.4 +3 -3 ports/misc/kde4-l10n-wa/distinfo 1.4 +38 -0 ports/misc/kde4-l10n-wa/pkg-plist 1.55 +3 -5 ports/misc/kde4-l10n/Makefile 1.2 +7 -7 ports/misc/kde4-l10n/files/bsd.l10n.mk 1.2 +0 -0 ports/misc/kde4-shared-mime-info/Makefile 1.42 +0 -0 ports/misc/kdeedu4/Makefile 1.33 +3 -3 ports/misc/kdeedu4/distinfo 1.29 +6 -1 ports/misc/kdeedu4/pkg-plist 1.119 +0 -0 ports/misc/kdeutils4/Makefile 1.56 +3 -3 ports/misc/kdeutils4/distinfo 1.1 +13 -0 ports/misc/kdeutils4/files/patch-ark_plugins_libzipplugin-zipplugin.cpp (new) 1.29 +1 -1 ports/misc/konq-plugins-kde4/Makefile 1.22 +3 -3 ports/misc/konq-plugins-kde4/distinfo 1.23 +5 -0 ports/misc/konq-plugins-kde4/pkg-plist 1.143 +0 -0 ports/multimedia/kdemultimedia4/Makefile 1.54 +3 -3 ports/multimedia/kdemultimedia4/distinfo 1.135 +0 -1 ports/net/kdenetwork4/Makefile 1.57 +3 -3 ports/net/kdenetwork4/distinfo 1.59 +0 -1 ports/net/kdenetwork4/pkg-plist 1.57 +0 -0 ports/polish/kde4-l10n/Makefile 1.41 +3 -3 ports/polish/kde4-l10n/distinfo 1.36 +8 -6 ports/polish/kde4-l10n/pkg-plist 1.53 +0 -0 ports/portuguese/kde4-l10n-pt_BR/Makefile 1.41 +3 -3 ports/portuguese/kde4-l10n-pt_BR/distinfo 1.34 +2 -7 ports/portuguese/kde4-l10n-pt_BR/pkg-plist 1.56 +0 -0 ports/portuguese/kde4-l10n/Makefile 1.41 +3 -3 ports/portuguese/kde4-l10n/distinfo 1.32 +1 -5 ports/portuguese/kde4-l10n/pkg-plist 1.46 +0 -0 ports/russian/kde4-l10n/Makefile 1.35 +3 -3 ports/russian/kde4-l10n/distinfo 1.32 +7 -2 ports/russian/kde4-l10n/pkg-plist 1.54 +0 -0 ports/sysutils/kdeadmin4/Makefile 1.40 +3 -3 ports/sysutils/kdeadmin4/distinfo 1.42 +0 -0 ports/ukrainian/kde4-l10n/Makefile 1.38 +3 -3 ports/ukrainian/kde4-l10n/distinfo 1.33 +182 -5 ports/ukrainian/kde4-l10n/pkg-plist 1.66 +0 -0 ports/www/kdewebdev4/Makefile 1.36 +3 -3 ports/www/kdewebdev4/distinfo 1.73 +0 -0 ports/x11-clocks/kdetoys4/Makefile 1.48 +3 -3 ports/x11-clocks/kdetoys4/distinfo 1.28 +10 -0 ports/x11-clocks/kdetoys4/pkg-plist 1.57 +0 -1 ports/x11-themes/kdeartwork4/Makefile 1.38 +3 -3 ports/x11-themes/kdeartwork4/distinfo 1.210 +1 -1 ports/x11/kdebase4-runtime/Makefile 1.60 +3 -3 ports/x11/kdebase4-runtime/distinfo 1.76 +1 -15 ports/x11/kdebase4-runtime/pkg-plist 1.210 +0 -0 ports/x11/kdebase4-workspace/Makefile 1.60 +3 -3 ports/x11/kdebase4-workspace/distinfo 1.9 +0 -0 ports/x11/kdebase4-workspace/files/kdm.in 1.76 +5 -1 ports/x11/kdebase4-workspace/pkg-plist 1.210 +0 -0 ports/x11/kdebase4/Makefile 1.60 +3 -3 ports/x11/kdebase4/distinfo 1.229 +0 -0 ports/x11/kdelibs4/Makefile 1.64 +3 -3 ports/x11/kdelibs4/distinfo 1.1 +39 -0 ports/x11/kdelibs4/files/patch-Modules_FindQt4.cmake (new) 1.78 +1 -0 ports/x11/kdelibs4/pkg-plist From skv at FreeBSD.org Wed Sep 3 13:09:47 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Wed Sep 3 13:09:57 2008 Subject: cvs commit: ports/security/keepassx Makefile distinfo ports/security/keepassx/files patch-src-src.pro Message-ID: <200809031309.m83D9k73030250@repoman.freebsd.org> skv 2008-09-03 13:09:46 UTC FreeBSD ports repository Modified files: security/keepassx Makefile distinfo Removed files: security/keepassx/files patch-src-src.pro Log: Update to 0.3.3 Submitted by: anders Revision Changes Path 1.8 +3 -3 ports/security/keepassx/Makefile 1.3 +3 -3 ports/security/keepassx/distinfo 1.2 +0 -21 ports/security/keepassx/files/patch-src-src.pro (dead) From clement at FreeBSD.org Wed Sep 3 13:19:30 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Wed Sep 3 13:19:41 2008 Subject: cvs commit: ports/www/apache22 Makefile Makefile.modules pkg-plist Message-ID: <200809031319.m83DJOZb031084@repoman.freebsd.org> clement 2008-09-03 13:19:24 UTC FreeBSD ports repository Modified files: www/apache22 Makefile Makefile.modules pkg-plist Log: - Fix plist where apr_dbd is used - Fix Postgresql build, don't trust pg_config - Don't overwrite apr_dbd_mysql.c - Bump PORTREVISION No cookie for: clement Revision Changes Path 1.225 +1 -5 ports/www/apache22/Makefile 1.29 +8 -1 ports/www/apache22/Makefile.modules 1.90 +13 -1 ports/www/apache22/pkg-plist From tobez at FreeBSD.org Wed Sep 3 13:25:53 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 13:25:59 2008 Subject: cvs commit: ports/devel/p5-Data-Compare Makefile distinfo Message-ID: <200809031325.m83DPrkD031697@repoman.freebsd.org> tobez 2008-09-03 13:25:53 UTC FreeBSD ports repository Modified files: devel/p5-Data-Compare Makefile distinfo Log: Update to 1.21. Changes: http://search.cpan.org/dist/Data-Compare/CHANGES Revision Changes Path 1.15 +1 -1 ports/devel/p5-Data-Compare/Makefile 1.12 +3 -3 ports/devel/p5-Data-Compare/distinfo From des at FreeBSD.org Wed Sep 3 13:27:50 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Wed Sep 3 13:28:02 2008 Subject: cvs commit: ports/sysutils/munin-main Makefile distinfo pkg-plist ports/sysutils/munin-main/files patch-Makefile.config ports/sysutils/munin-node Makefile distinfo pkg-plist ports/sysutils/munin-node/files patch-Makefile.config patch-hddtemp_smartctl.in patch-if_.in ... Message-ID: <200809031327.m83DRoD5031917@repoman.freebsd.org> des 2008-09-03 13:27:50 UTC FreeBSD ports repository Modified files: sysutils/munin-main Makefile distinfo pkg-plist sysutils/munin-main/files patch-Makefile.config sysutils/munin-node Makefile distinfo pkg-plist sysutils/munin-node/files patch-Makefile.config patch-hddtemp_smartctl.in patch-if_.in Added files: sysutils/munin-node/files patch-netstat.in Log: Update to 1.2.6. PR: ports/126371 Submitted by: Matthias Fechner , Lupe Christoph Revision Changes Path 1.17 +6 -7 ports/sysutils/munin-main/Makefile 1.12 +3 -3 ports/sysutils/munin-main/distinfo 1.5 +14 -8 ports/sysutils/munin-main/files/patch-Makefile.config 1.8 +6 -5 ports/sysutils/munin-main/pkg-plist 1.25 +3 -4 ports/sysutils/munin-node/Makefile 1.12 +3 -3 ports/sysutils/munin-node/distinfo 1.6 +14 -8 ports/sysutils/munin-node/files/patch-Makefile.config 1.2 +0 -13 ports/sysutils/munin-node/files/patch-hddtemp_smartctl.in 1.2 +0 -22 ports/sysutils/munin-node/files/patch-if_.in 1.1 +18 -0 ports/sysutils/munin-node/files/patch-netstat.in (new) 1.13 +6 -0 ports/sysutils/munin-node/pkg-plist From rpaulo at FreeBSD.org Wed Sep 3 13:34:37 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Wed Sep 3 13:34:48 2008 Subject: cvs commit: src/sys/dev/k8temp k8temp.c Message-ID: <200809031334.m83DYasv032511@repoman.freebsd.org> rpaulo 2008-09-03 13:34:31 UTC FreeBSD src repository Modified files: sys/dev/k8temp k8temp.c Log: SVN rev 182722 on 2008-09-03 13:34:31Z by rpaulo Fix the sysctl function parameters. We were only querying Sensor 0. Noticed by: des MFC after: 3 days Revision Changes Path 1.8 +2 -2 src/sys/dev/k8temp/k8temp.c From bsam at FreeBSD.org Wed Sep 3 13:36:28 2008 From: bsam at FreeBSD.org (Boris Samorodov) Date: Wed Sep 3 13:36:39 2008 Subject: cvs commit: ports/www/web2ldap Makefile distinfo pkg-plist Message-ID: <200809031336.m83DaSDO032758@repoman.freebsd.org> bsam 2008-09-03 13:36:27 UTC FreeBSD ports repository Modified files: www/web2ldap Makefile distinfo pkg-plist Log: Update to 1.0.0 release. Michael Stroder (author): Well, 10 years after the first public release (formerly called ldap-client-cgi) it was time for 1.0. ;-) Changes: http://www.web2ldap.de/changes-1.0.html Revision Changes Path 1.48 +1 -1 ports/www/web2ldap/Makefile 1.37 +3 -3 ports/www/web2ldap/distinfo 1.21 +239 -220 ports/www/web2ldap/pkg-plist From miwi at FreeBSD.org Wed Sep 3 13:37:51 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Sep 3 13:37:59 2008 Subject: cvs commit: ports/graphics/kiconedit Makefile distinfo pkg-plist Message-ID: <200809031337.m83DbpMO032888@repoman.freebsd.org> miwi 2008-09-03 13:37:51 UTC FreeBSD ports repository Added files: graphics/kiconedit Makefile distinfo pkg-plist Log: - woops merge mistake, add missing files. Reported by: freshports sanity test Revision Changes Path 1.1 +26 -0 ports/graphics/kiconedit/Makefile (new) 1.1 +3 -0 ports/graphics/kiconedit/distinfo (new) 1.1 +112 -0 ports/graphics/kiconedit/pkg-plist (new) From tobez at FreeBSD.org Wed Sep 3 13:40:02 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 13:40:09 2008 Subject: cvs commit: ports/devel/p5-IPC-PubSub Makefile distinfo Message-ID: <200809031340.m83De2mH033106@repoman.freebsd.org> tobez 2008-09-03 13:40:02 UTC FreeBSD ports repository Modified files: devel/p5-IPC-PubSub Makefile distinfo Log: Update to 0.28. Rework the dependencies. Changes: http://search.cpan.org/dist/IPC-PubSub/Changes Revision Changes Path 1.7 +13 -6 ports/devel/p5-IPC-PubSub/Makefile 1.6 +3 -3 ports/devel/p5-IPC-PubSub/distinfo From tobez at FreeBSD.org Wed Sep 3 13:41:19 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 13:41:26 2008 Subject: cvs commit: ports/databases/p5-DBIx-Perlish Makefile distinfo Message-ID: <200809031341.m83DfJZi033272@repoman.freebsd.org> tobez 2008-09-03 13:41:19 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Perlish Makefile distinfo Log: Update to 0.43. Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes Revision Changes Path 1.19 +1 -1 ports/databases/p5-DBIx-Perlish/Makefile 1.17 +3 -3 ports/databases/p5-DBIx-Perlish/distinfo From roam at FreeBSD.org Wed Sep 3 13:46:12 2008 From: roam at FreeBSD.org (Peter Pentchev) Date: Wed Sep 3 13:46:27 2008 Subject: cvs commit: ports/sysutils/timelimit Makefile distinfo Message-ID: <200809031346.m83DkBFc033682@repoman.freebsd.org> roam 2008-09-03 13:46:11 UTC FreeBSD ports repository Modified files: sysutils/timelimit Makefile distinfo Log: Update to timelimit-1.3. Revision Changes Path 1.7 +1 -1 ports/sysutils/timelimit/Makefile 1.5 +3 -3 ports/sysutils/timelimit/distinfo From tobez at FreeBSD.org Wed Sep 3 13:48:41 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Wed Sep 3 13:48:53 2008 Subject: cvs commit: ports/textproc/p5-Data-Report Makefile distinfo Message-ID: <200809031348.m83Dmf1e033870@repoman.freebsd.org> tobez 2008-09-03 13:48:41 UTC FreeBSD ports repository Modified files: textproc/p5-Data-Report Makefile distinfo Log: Update to 0.10. Changes: http://www.rian.ru/world/20080903/150926569.html Revision Changes Path 1.7 +1 -1 ports/textproc/p5-Data-Report/Makefile 1.4 +3 -3 ports/textproc/p5-Data-Report/distinfo From fjoe at FreeBSD.org Wed Sep 3 14:41:58 2008 From: fjoe at FreeBSD.org (Max Khon) Date: Wed Sep 3 14:42:04 2008 Subject: cvs commit: ports/java/java3d Makefile distinfo pkg-descr pkg-message-jre pkg-message-libmap pkg-plist ports/java/java3d/files patch-freebsd Message-ID: <200809031441.m83EfwRE039516@repoman.freebsd.org> fjoe 2008-09-03 14:41:58 UTC FreeBSD ports repository Modified files: java/java3d Makefile distinfo pkg-descr pkg-message-jre pkg-message-libmap pkg-plist Added files: java/java3d/files patch-freebsd Log: - Update to 1.5.2 - Assign maintainership to PR submitter PR: 125828 Submitted by: Jonathan Chen Revision Changes Path 1.10 +31 -72 ports/java/java3d/Makefile 1.4 +3 -3 ports/java/java3d/distinfo 1.1 +167 -0 ports/java/java3d/files/patch-freebsd (new) 1.2 +5 -5 ports/java/java3d/pkg-descr 1.2 +0 -8 ports/java/java3d/pkg-message-jre 1.2 +0 -20 ports/java/java3d/pkg-message-libmap 1.3 +4 -492 ports/java/java3d/pkg-plist From fjoe at FreeBSD.org Wed Sep 3 14:45:11 2008 From: fjoe at FreeBSD.org (Max Khon) Date: Wed Sep 3 14:45:21 2008 Subject: cvs commit: ports/java/java3d pkg-message-jre pkg-message-libmap Message-ID: <200809031445.m83EjAXg039815@repoman.freebsd.org> fjoe 2008-09-03 14:45:10 UTC FreeBSD ports repository Removed files: java/java3d pkg-message-jre pkg-message-libmap Log: Remove empty files. Revision Changes Path 1.3 +0 -0 ports/java/java3d/pkg-message-jre (dead) 1.3 +0 -0 ports/java/java3d/pkg-message-libmap (dead) From skv at FreeBSD.org Wed Sep 3 14:49:44 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Wed Sep 3 14:49:50 2008 Subject: cvs commit: ports/devel/p5-Event Makefile distinfo pkg-plist Message-ID: <200809031449.m83Enhq4040155@repoman.freebsd.org> skv 2008-09-03 14:49:43 UTC FreeBSD ports repository Modified files: devel/p5-Event Makefile distinfo pkg-plist Log: Update to 1.11 PR: ports/125180 Submitted by: leeym Revision Changes Path 1.17 +10 -6 ports/devel/p5-Event/Makefile 1.17 +3 -3 ports/devel/p5-Event/distinfo 1.8 +0 -8 ports/devel/p5-Event/pkg-plist From lme at FreeBSD.org Wed Sep 3 15:01:20 2008 From: lme at FreeBSD.org (Lars Engels) Date: Wed Sep 3 15:01:31 2008 Subject: cvs commit: ports/sysutils/desktopbsd-tools Makefile ports/sysutils/desktopbsd-tools/files patch-libdesktopbsd-netinterface.cpp patch-libdesktopbsd-wirelessinterface.cpp Message-ID: <200809031501.m83F1KSH043385@repoman.freebsd.org> lme 2008-09-03 15:01:20 UTC FreeBSD ports repository Modified files: sysutils/desktopbsd-tools Makefile Added files: sysutils/desktopbsd-tools/files patch-libdesktopbsd-netinterface.cpp patch-libdesktopbsd-wirelessinterface.cpp Log: Unbreak on CURRENT PR: ports/126489 Submitted by: "Dima Panov" Approved by: Peter Hofer (maintainer) Revision Changes Path 1.15 +0 -4 ports/sysutils/desktopbsd-tools/Makefile 1.1 +12 -0 ports/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-netinterface.cpp (new) 1.1 +21 -0 ports/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-wirelessinterface.cpp (new) From rafan at FreeBSD.org Wed Sep 3 15:17:35 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Wed Sep 3 15:17:54 2008 Subject: cvs commit: ports/math/maxima Makefile distinfo pkg-plist Message-ID: <200809031517.m83FHZoj058891@repoman.freebsd.org> rafan 2008-09-03 15:17:35 UTC FreeBSD ports repository Modified files: math/maxima Makefile distinfo pkg-plist Log: - Update to 5.16.3 - Pass maintainership to submitter PR: ports/126995 Submitted by: bf Revision Changes Path 1.33 +5 -3 ports/math/maxima/Makefile 1.13 +3 -3 ports/math/maxima/distinfo 1.13 +21 -2 ports/math/maxima/pkg-plist From makc at FreeBSD.org Wed Sep 3 15:17:44 2008 From: makc at FreeBSD.org (Max Brazhnikov) Date: Wed Sep 3 15:18:04 2008 Subject: cvs commit: ports/emulators/aqemu/files patch-AQEMU.pro ports/emulators/aqemu Makefile distinfo pkg-descr pkg-plist Message-ID: <200809031517.m83FHhkI060011@repoman.freebsd.org> makc 2008-09-03 15:17:43 UTC FreeBSD ports repository Added files: emulators/aqemu/files patch-AQEMU.pro emulators/aqemu Makefile distinfo pkg-descr pkg-plist Log: Add new port emulators/aqemu: AQEMU is a QEMU GUI written in Qt4. The program have user-friendly interface and allows to set up the majority of QEMU options. WWW: http://sourceforge.net/projects/aqemu/ Approved by: miwi (mentor) Revision Changes Path 1.1 +59 -0 ports/emulators/aqemu/Makefile (new) 1.1 +3 -0 ports/emulators/aqemu/distinfo (new) 1.1 +10 -0 ports/emulators/aqemu/files/patch-AQEMU.pro (new) 1.1 +4 -0 ports/emulators/aqemu/pkg-descr (new) 1.1 +38 -0 ports/emulators/aqemu/pkg-plist (new) From makc at FreeBSD.org Wed Sep 3 15:18:49 2008 From: makc at FreeBSD.org (Max Brazhnikov) Date: Wed Sep 3 15:18:55 2008 Subject: cvs commit: ports/emulators Makefile Message-ID: <200809031518.m83FInOu065364@repoman.freebsd.org> makc 2008-09-03 15:18:48 UTC FreeBSD ports repository Modified files: emulators Makefile Log: Add entry for emulators/aqemu Approved by: miwi (mentor) Revision Changes Path 1.263 +1 -0 ports/emulators/Makefile From leeym at FreeBSD.org Wed Sep 3 15:20:17 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Sep 3 15:20:23 2008 Subject: cvs commit: ports/security/p5-Digest Makefile Message-ID: <200809031520.m83FKGt8071737@repoman.freebsd.org> leeym 2008-09-03 15:20:16 UTC FreeBSD ports repository Modified files: security/p5-Digest Makefile Log: - simplify dependency - bump PORTREVISION Revision Changes Path 1.17 +8 -4 ports/security/p5-Digest/Makefile From manolis at FreeBSD.org Wed Sep 3 15:25:32 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Wed Sep 3 15:25:38 2008 Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Message-ID: <200809031525.m83FPW7F078384@repoman.freebsd.org> manolis 2008-09-03 15:25:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Add an entry for SVN to the glossary Approved by: gabor (mentor) Revision Changes Path 1.32 +15 -0 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From manolis at FreeBSD.org Wed Sep 3 15:28:35 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Wed Sep 3 15:28:47 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml Message-ID: <200809031528.m83FSYI3078613@repoman.freebsd.org> manolis 2008-09-03 15:28:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/introduction chapter.sgml Log: Whitespace only: Fix several whitespace issues in Handbook's "introduction" chapter. Approved by: gabor (mentor) Revision Changes Path 1.126 +209 -210 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml From amdmi3 at FreeBSD.org Wed Sep 3 15:32:26 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Wed Sep 3 15:32:37 2008 Subject: cvs commit: ports/graphics/proj Makefile distinfo pkg-plist Message-ID: <200809031532.m83FWPkm092319@repoman.freebsd.org> amdmi3 2008-09-03 15:32:25 UTC FreeBSD ports repository Modified files: graphics/proj Makefile distinfo pkg-plist Log: - Update to proj-4.6.1 and proj-datumgrid-1.4 PR: 127068 Submitted by: TAOKA Fumiyoshi (maintainer) Revision Changes Path 1.15 +5 -6 ports/graphics/proj/Makefile 1.8 +6 -6 ports/graphics/proj/distinfo 1.5 +2 -0 ports/graphics/proj/pkg-plist From obrien at FreeBSD.org Wed Sep 3 15:32:54 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Wed Sep 3 15:33:02 2008 Subject: cvs commit: ports/ftp/ncftp3 Makefile ports/ftp/ncftp3/files patch-SConnect.c Message-ID: <200809031532.m83FWsWu095636@repoman.freebsd.org> obrien 2008-09-03 15:32:54 UTC FreeBSD ports repository Modified files: ftp/ncftp3 Makefile Added files: ftp/ncftp3/files patch-SConnect.c Log: Somewhere along the way of 8-CURRENT, we seem to have diverged in functionality from other Unixen (including FreeBSD 7.0): NcFTP's sio library function, _SConnect, wants to select() for one descriptor. It creates fd_set structures for writable fds and exception fds, with each fd set having only one bit set corresponding to the single descriptor it is selecting. select() then returns 2, rather than 1. NcFTP was checking if select returned 1, and if so, OK, if not 1, error. Since 2 was returned, this was causing a problem. Submitted by: Mike Gleason Revision Changes Path 1.112 +1 -1 ports/ftp/ncftp3/Makefile 1.1 +11 -0 ports/ftp/ncftp3/files/patch-SConnect.c (new) From manolis at FreeBSD.org Wed Sep 3 15:33:37 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Wed Sep 3 15:33:43 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/introduction chapter.sgml Message-ID: <200809031533.m83FXbI6000873@repoman.freebsd.org> manolis 2008-09-03 15:33:37 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/introduction chapter.sgml Log: MFen 1.1 -> 1.126 and several fixes along the way in the Greek translation of Handbook's "introduction" chapter. Obtained from: FreeBSD Greek Documentation Project Reviewed by: keramida Approved by: gabor (mentor) Revision Changes Path 1.3 +606 -534 doc/el_GR.ISO8859-7/books/handbook/introduction/chapter.sgml From nork at FreeBSD.org Wed Sep 3 15:34:58 2008 From: nork at FreeBSD.org (Norikatsu Shigemura) Date: Wed Sep 3 15:35:04 2008 Subject: cvs commit: ports/net/liveMedia Makefile distinfo Message-ID: <200809031534.m83FYvqB008816@repoman.freebsd.org> nork 2008-09-03 15:34:57 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2008.09.02. Revision Changes Path 1.274 +1 -1 ports/net/liveMedia/Makefile 1.257 +3 -3 ports/net/liveMedia/distinfo From gahr at FreeBSD.org Wed Sep 3 15:36:47 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Wed Sep 3 15:36:55 2008 Subject: cvs commit: ports/games/gnubg Makefile pkg-plist Message-ID: <200809031536.m83Falwl020929@repoman.freebsd.org> gahr 2008-09-03 15:36:47 UTC FreeBSD ports repository Modified files: games/gnubg Makefile pkg-plist Log: - Enable 3D boards - Update autotools dependency on automake 110 - Refactor Makefile - Fix PLIST - Bump PORTREVISION Revision Changes Path 1.23 +9 -14 ports/games/gnubg/Makefile 1.9 +1 -0 ports/games/gnubg/pkg-plist From raj at FreeBSD.org Wed Sep 3 15:40:10 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Wed Sep 3 15:40:15 2008 Subject: cvs commit: src/sys/boot/uboot/common main.c src/sys/boot/uboot/lib Makefile console.c elf_freebsd.c glue.h net.c reboot.c time.c Message-ID: <200809031540.m83Fe9Yn040184@repoman.freebsd.org> raj 2008-09-03 15:39:50 UTC FreeBSD src repository Modified files: sys/boot/uboot/common main.c sys/boot/uboot/lib Makefile console.c elf_freebsd.c glue.h net.c reboot.c time.c Log: SVN rev 182723 on 2008-09-03 15:39:50Z by raj Move U-Boot compatibility library to WARNS=2 level. Revision Changes Path 1.4 +4 -7 src/sys/boot/uboot/common/main.c 1.4 +1 -0 src/sys/boot/uboot/lib/Makefile 1.3 +2 -1 src/sys/boot/uboot/lib/console.c 1.3 +11 -8 src/sys/boot/uboot/lib/elf_freebsd.c 1.3 +6 -4 src/sys/boot/uboot/lib/glue.h 1.4 +19 -19 src/sys/boot/uboot/lib/net.c 1.3 +3 -0 src/sys/boot/uboot/lib/reboot.c 1.3 +3 -1 src/sys/boot/uboot/lib/time.c From manolis at FreeBSD.org Wed Sep 3 15:45:55 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Wed Sep 3 15:46:06 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/arch-handbook/boot chapter.sgml Message-ID: <200809031545.m83Fjs5l082243@repoman.freebsd.org> manolis 2008-09-03 15:45:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/arch-handbook/boot chapter.sgml Log: Reword a paragraph to more proper English PR: docs/127027 Submitted by: Eitan Adler Approved by: gabor (mentor) Revision Changes Path 1.27 +4 -3 doc/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml From amdmi3 at FreeBSD.org Wed Sep 3 15:51:11 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Wed Sep 3 15:51:16 2008 Subject: cvs commit: ports/net/rabbitmq Makefile pkg-plist ports/net/rabbitmq/files rabbitmq.in Message-ID: <200809031551.m83FpAB9007315@repoman.freebsd.org> amdmi3 2008-09-03 15:51:10 UTC FreeBSD ports repository Modified files: net/rabbitmq Makefile pkg-plist net/rabbitmq/files rabbitmq.in Log: - Change rabbitmq to rabbitmq_server in TARGET_DIR to match rabbitmq install docs recommendation - Fix rcscript - Create var/etc dirs on package installation and correctly dirrmtry them on deinstallation PR: 127033 Submitted by: Barry Pederson Approved by: "Phillip N." (maintainer) Revision Changes Path 1.3 +6 -3 ports/net/rabbitmq/Makefile 1.2 +3 -2 ports/net/rabbitmq/files/rabbitmq.in 1.3 +90 -86 ports/net/rabbitmq/pkg-plist From raj at FreeBSD.org Wed Sep 3 15:52:37 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Wed Sep 3 15:52:48 2008 Subject: cvs commit: src/sys/boot/powerpc/uboot Makefile metadata.c src/sys/boot/uboot/common Makefile.inc metadata.c Message-ID: <200809031552.m83FqbuR017428@repoman.freebsd.org> raj 2008-09-03 15:52:05 UTC FreeBSD src repository Modified files: sys/boot/powerpc/uboot Makefile sys/boot/uboot/common Makefile.inc Added files: sys/boot/uboot/common metadata.c Removed files: sys/boot/powerpc/uboot metadata.c Log: SVN rev 182724 on 2008-09-03 15:52:05Z by raj Make metadata.c shared across all platforms using U-Boot. This will [soon] be needed for ARM. Revision Changes Path 1.3 +1 -1 src/sys/boot/powerpc/uboot/Makefile 1.5 +0 -456 src/sys/boot/powerpc/uboot/metadata.c (dead) 1.2 +1 -1 src/sys/boot/uboot/common/Makefile.inc 1.1 +457 -0 src/sys/boot/uboot/common/metadata.c (new) From amdmi3 at FreeBSD.org Wed Sep 3 16:03:01 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Wed Sep 3 16:03:13 2008 Subject: cvs commit: ports/games/love Makefile distinfo ports/games/love/files patch-Makefile Message-ID: <200809031603.m83G31BN082871@repoman.freebsd.org> amdmi3 2008-09-03 16:03:01 UTC FreeBSD ports repository Modified files: games/love Makefile distinfo games/love/files patch-Makefile Log: - Update to 0.4-0 Revision Changes Path 1.2 +6 -2 ports/games/love/Makefile 1.2 +3 -3 ports/games/love/distinfo 1.2 +3 -3 ports/games/love/files/patch-Makefile From obrien at FreeBSD.org Wed Sep 3 16:21:39 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Wed Sep 3 16:21:50 2008 Subject: cvs commit: src/usr.sbin/crunch/crunchide exec_elf32.c Message-ID: <200809031621.m83GLcOi094671@repoman.freebsd.org> obrien 2008-09-03 16:21:28 UTC FreeBSD src repository Modified files: usr.sbin/crunch/crunchide exec_elf32.c Log: SVN rev 182725 on 2008-09-03 16:21:28Z by obrien Introduce crunchide to the ELF e_machine MIPS values. Revision Changes Path 1.16 +8 -0 src/usr.sbin/crunch/crunchide/exec_elf32.c From raj at FreeBSD.org Wed Sep 3 16:38:39 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Wed Sep 3 16:38:45 2008 Subject: cvs commit: src/sys/boot/powerpc/uboot start.S Message-ID: <200809031638.m83GcdGc002323@repoman.freebsd.org> raj 2008-09-03 16:38:27 UTC FreeBSD src repository Modified files: sys/boot/powerpc/uboot start.S Log: SVN rev 182726 on 2008-09-03 16:38:27Z by raj Use current SP instead of global data ptr for the U-Boot API signature search hint. Global data (pointed by R2 on PowerPC) in principle is not guaranteed to be in proximity of U-Boot heap (where the API signature is placed) accross different architectures and platforms. Instead, use U-Boot stack pointer as a hint for the search instead of the global data; this method tends to be more uniform accross different platforms. Obtained from: Semihalf Revision Changes Path 1.4 +1 -1 src/sys/boot/powerpc/uboot/start.S From bz at FreeBSD.org Wed Sep 3 17:11:56 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Wed Sep 3 17:12:08 2008 Subject: cvs commit: src/sys/netinet6 mld6.c Message-ID: <200809031711.m83HBu6x010882@repoman.freebsd.org> bz 2008-09-03 17:11:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 mld6.c Log: SVN rev 182727 on 2008-09-03 17:11:39Z by bz MFC: svn 182713, cvs rev. 1.35 mld6.c Fix a bug, when a specially crafted ICMPV6 MLD packet could lead to an integer divide by zero panic in the kernel, if the kernel was run with hz<1000. Neither i386, pc98, amd64 or sparc64 are affected in the currently supported branches and default configuration. Submitted by: Miikka Saukko, Ossi Herrala and Jukka Taimisto from the CROSS project at Codenomicon Ltd. via CERT-FI. Reviewed by: bz, rwatson Approved by: re (SA blanket) Approved by: so (simon) Security: CVE-2008-2464 Revision Changes Path 1.31.2.3 +4 -4 src/sys/netinet6/mld6.c From bz at FreeBSD.org Wed Sep 3 17:14:42 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Wed Sep 3 17:14:49 2008 Subject: cvs commit: src/sys/netinet6 mld6.c Message-ID: <200809031714.m83HEgXJ034037@repoman.freebsd.org> bz 2008-09-03 17:14:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 mld6.c Log: SVN rev 182728 on 2008-09-03 17:14:29Z by bz MFC: svn 182713, cvs rev. 1.35 mld6.c Fix a bug, when a specially crafted ICMPV6 MLD packet could lead to an integer divide by zero panic in the kernel, if the kernel was run with hz<1000. Neither i386, pc98, amd64 or sparc64 are affected in the currently supported branches and default configuration. Submitted by: Miikka Saukko, Ossi Herrala and Jukka Taimisto from the CROSS project at Codenomicon Ltd. via CERT-FI. Reviewed by: bz, rwatson Approved by: re (SA blanket) Approved by: so (simon) Security: CVE-2008-2464 Revision Changes Path 1.19.2.8 +4 -4 src/sys/netinet6/mld6.c From cy at FreeBSD.org Wed Sep 3 17:15:04 2008 From: cy at FreeBSD.org (Cy Schubert) Date: Wed Sep 3 17:15:10 2008 Subject: cvs commit: ports/security/fwbuilder Makefile Message-ID: <200809031715.m83HF3u8037525@repoman.freebsd.org> cy 2008-09-03 17:15:03 UTC FreeBSD ports repository Modified files: security/fwbuilder Makefile Log: Display a message suggesting that users back up their fwbuilder database files prior to invoking fwbuilder after an upgrade. Revision Changes Path 1.51 +5 -0 ports/security/fwbuilder/Makefile From chinsan at FreeBSD.org Wed Sep 3 17:27:54 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Wed Sep 3 17:28:00 2008 Subject: cvs commit: ports/devel/libdsp Makefile Message-ID: <200809031727.m83HRr1K016929@repoman.freebsd.org> chinsan 2008-09-03 17:27:53 UTC FreeBSD ports repository Modified files: devel/libdsp Makefile Log: - Mark borken on 6.x Revision Changes Path 1.26 +4 -0 ports/devel/libdsp/Makefile From marius at FreeBSD.org Wed Sep 3 17:31:29 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Wed Sep 3 17:31:36 2008 Subject: cvs commit: src/sys/conf files.sun4v Message-ID: <200809031731.m83HVTaP033879@repoman.freebsd.org> marius 2008-09-03 17:31:13 UTC FreeBSD src repository Modified files: sys/conf files.sun4v Log: SVN rev 182729 on 2008-09-03 17:31:13Z by marius Switch sun4v to back to using its own clock.c, which was ressurected in 182691, as the sparc64 version is going to be rototilled and sun4v currently can't be verified to still work with the new sparc64 one due to its overall state. Revision Changes Path 1.16 +1 -1 src/sys/conf/files.sun4v From mezz at FreeBSD.org Wed Sep 3 17:38:59 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Wed Sep 3 17:39:06 2008 Subject: cvs commit: ports/net-im/loudmouth/files patch-loudmouth_lm-sock.c Message-ID: <200809031738.m83HcxFl087453@repoman.freebsd.org> mezz 2008-09-03 17:38:59 UTC FreeBSD ports repository Removed files: net-im/loudmouth/files patch-loudmouth_lm-sock.c Log: Remove a stale patch to fix the apply patch. Revision Changes Path 1.3 +0 -13 ports/net-im/loudmouth/files/patch-loudmouth_lm-sock.c (dead) From marius at FreeBSD.org Wed Sep 3 17:39:31 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Wed Sep 3 17:39:42 2008 Subject: cvs commit: src/sys/sparc64/include clock.h cpufunc.h pcpu.h smp.h tick.h ver.h src/sys/sparc64/sparc64 clock.c genassym.c locore.S machdep.c mp_locore.S mp_machdep.c tick.c Message-ID: <200809031739.m83HdU9b089814@repoman.freebsd.org> marius 2008-09-03 17:39:19 UTC FreeBSD src repository Modified files: sys/sparc64/include clock.h cpufunc.h pcpu.h smp.h tick.h ver.h sys/sparc64/sparc64 clock.c genassym.c locore.S machdep.c mp_locore.S mp_machdep.c tick.c Log: SVN rev 182730 on 2008-09-03 17:39:19Z by marius - USIII-based machines can consist of CPUs running at different frequencies (and having different cache sizes) so use the STICK (System TICK) timer, which was introduced due to this and is driven by the same frequency across all CPUs, instead of the TICK timer, whose frequency varies with the CPU clock, to drive hardclock. We try to use the STICK counter with all CPUs that are USIII or beyond, even when not necessary due to identical CPUs, as we can can also avoid the workaround for the BlackBird erratum #1 there. Unfortunately, using the STICK counter currently causes a hang with USIIIi MP machines for reasons unknown, so we still use the TICK timer there (which is okay as they can only consist of identical CPUs). - Given that we only (try to) synchronize the (S)TICK timers of APs with the BSP during startup, we could end up spinning forever in DELAY(9) if that function is migrated to another CPU while we're spinning due to clock drift afterwards, so pin to the CPU in order to avoid migration. Unfortunately, pinning doesn't work at the point DELAY(9) is required by the low-level console drivers, yet, so switch to a function pointer, which is updated accordingly, for implementing DELAY(9). For USIII and beyond, this would also allow to easily use the STICK counter instead of the TICK one here, there's no benefit in doing so however. While at it, use cpu_spinwait(9) for spinning in the delay- functions. This currently is a NOP though. - Don't set the TICK timer of the BSP to 0 during at startup as there's no need to do so. - Implement cpu_est_clockrate(). - Unfortunately, USIIIi-based machines don't provide a timecounter device besides the STICK and TICK counters (well, in theory the Tomatillo bridges have a performance counter that can be (ab)used as timecounter by configuring it to count bus cycles, though unlike the performance counter of Schizo bridges, the Tomatillo one is broken and counts Sun knows what in this mode). This means that we've to use a (S)TICK counter for timecounting, which has the old problem of not being in sync across CPUs, so provide an additional timecounter function which binds itself to the BSP but has an adequate low priority. Revision Changes Path 1.9 +5 -3 src/sys/sparc64/include/clock.h 1.24 +9 -0 src/sys/sparc64/include/cpufunc.h 1.26 +1 -0 src/sys/sparc64/include/pcpu.h 1.24 +5 -3 src/sys/sparc64/include/smp.h 1.5 +1 -1 src/sys/sparc64/include/tick.h 1.7 +4 -0 src/sys/sparc64/include/ver.h 1.13 +42 -9 src/sys/sparc64/sparc64/clock.c 1.72 +3 -2 src/sys/sparc64/sparc64/genassym.c 1.25 +0 -1 src/sys/sparc64/sparc64/locore.S 1.144 +39 -44 src/sys/sparc64/sparc64/machdep.c 1.10 +25 -9 src/sys/sparc64/sparc64/mp_locore.S 1.44 +11 -3 src/sys/sparc64/sparc64/mp_machdep.c 1.24 +184 -52 src/sys/sparc64/sparc64/tick.c From raj at FreeBSD.org Wed Sep 3 17:41:46 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Wed Sep 3 17:41:57 2008 Subject: cvs commit: src/sys/boot/common dev_net.c devopen.c Message-ID: <200809031741.m83Hfknq098346@repoman.freebsd.org> raj 2008-09-03 17:41:44 UTC FreeBSD src repository Modified files: sys/boot/common dev_net.c devopen.c Log: SVN rev 182731 on 2008-09-03 17:41:44Z by raj Show info about net devices in loader's 'lsdev' command. While there fix style. Revision Changes Path 1.17 +166 -154 src/sys/boot/common/dev_net.c 1.6 +21 -20 src/sys/boot/common/devopen.c From raj at FreeBSD.org Wed Sep 3 17:48:49 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Wed Sep 3 17:49:00 2008 Subject: cvs commit: src/sys/boot/uboot/common main.c src/sys/boot/uboot/lib glue.c glue.h Message-ID: <200809031748.m83HmlU3041008@repoman.freebsd.org> raj 2008-09-03 17:48:41 UTC FreeBSD src repository Modified files: sys/boot/uboot/common main.c sys/boot/uboot/lib glue.c glue.h Log: SVN rev 182732 on 2008-09-03 17:48:41Z by raj Improve loader support for U-Boot. - add new diag commands: devinfo, sysinfo for U-Boot-style details about the system configuration - better memory info summary - style corrections Obtained from: Semihalf Revision Changes Path 1.5 +79 -40 src/sys/boot/uboot/common/main.c 1.5 +86 -6 src/sys/boot/uboot/lib/glue.c 1.4 +23 -19 src/sys/boot/uboot/lib/glue.h From jkim at FreeBSD.org Wed Sep 3 17:53:30 2008 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Wed Sep 3 17:53:36 2008 Subject: cvs commit: ports/editors/openoffice.org-3-RC Makefile ports/editors/openoffice.org-3-RC/files amd64-gcc42-workaround ports/editors/openoffice.org-3-devel Makefile ports/editors/openoffice.org-3-devel/files amd64-gcc42-workaround Message-ID: <200809031753.m83HrUmp052612@repoman.freebsd.org> jkim 2008-09-03 17:53:30 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile editors/openoffice.org-3-devel Makefile Added files: editors/openoffice.org-3-RC/files amd64-gcc42-workaround editors/openoffice.org-3-devel/files amd64-gcc42-workaround Log: Add a workaround for amd64 and GCC 4.2. Approved by: maho (amd64 blanket) Revision Changes Path 1.354 +3 -0 ports/editors/openoffice.org-3-RC/Makefile 1.1 +13 -0 ports/editors/openoffice.org-3-RC/files/amd64-gcc42-workaround (new) 1.400 +3 -0 ports/editors/openoffice.org-3-devel/Makefile 1.1 +13 -0 ports/editors/openoffice.org-3-devel/files/amd64-gcc42-workaround (new) From julian at FreeBSD.org Wed Sep 3 18:09:34 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Wed Sep 3 18:09:40 2008 Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200809031809.m83I9Xih015439@repoman.freebsd.org> julian 2008-09-03 18:09:15 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 182733 on 2008-09-03 18:09:15Z by julian whitespace nit Revision Changes Path 1.191 +1 -1 src/sys/netinet/ip_fw2.c From julian at FreeBSD.org Wed Sep 3 18:17:51 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Wed Sep 3 18:17:58 2008 Subject: cvs commit: src/sys/netgraph ng_pipe.c ng_pipe.h Message-ID: <200809031817.m83IHptF060450@repoman.freebsd.org> julian 2008-09-03 18:17:45 UTC FreeBSD src repository Added files: sys/netgraph ng_pipe.c ng_pipe.h Log: SVN rev 182734 on 2008-09-03 18:17:45Z by julian Add Marko's pipe node. This allows one to do flow modulation similar to dummynet between arbitrary nodes. Revision Changes Path 1.1 +1053 -0 src/sys/netgraph/ng_pipe.c (new) 1.1 +173 -0 src/sys/netgraph/ng_pipe.h (new) From leeym at FreeBSD.org Wed Sep 3 18:19:14 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Sep 3 18:19:20 2008 Subject: cvs commit: ports/security/p5-Digest-MD5 Makefile Message-ID: <200809031819.m83IJE0F068708@repoman.freebsd.org> leeym 2008-09-03 18:19:14 UTC FreeBSD ports repository Modified files: security/p5-Digest-MD5 Makefile Log: - simplify dependency - bump PORTREVISION Revision Changes Path 1.36 +4 -6 ports/security/p5-Digest-MD5/Makefile From obrien at FreeBSD.org Wed Sep 3 18:40:25 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Wed Sep 3 18:40:37 2008 Subject: cvs commit: src/sys/mips/malta files.malta src/sys/mips/mips in_cksum.c Message-ID: <200809031840.m83IePlq039443@repoman.freebsd.org> obrien 2008-09-03 18:40:02 UTC FreeBSD src repository Modified files: sys/mips/malta files.malta sys/mips/mips in_cksum.c Log: SVN rev 182735 on 2008-09-03 18:40:02Z by obrien Style(9). Revision Changes Path 1.2 +3 -3 src/sys/mips/malta/files.malta 1.2 +20 -20 src/sys/mips/mips/in_cksum.c From obrien at FreeBSD.org Wed Sep 3 18:40:42 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Wed Sep 3 18:40:54 2008 Subject: cvs commit: src/sys/mips/conf MALTA src/sys/mips/malta std.malta Message-ID: <200809031840.m83IefxF041227@repoman.freebsd.org> obrien 2008-09-03 18:40:29 UTC FreeBSD src repository Modified files: sys/mips/conf MALTA sys/mips/malta std.malta Log: SVN rev 182736 on 2008-09-03 18:40:29Z by obrien Catch up with the move from mips32/. Revision Changes Path 1.4 +1 -1 src/sys/mips/conf/MALTA 1.2 +1 -1 src/sys/mips/malta/std.malta From rwatson at FreeBSD.org Wed Sep 3 18:49:57 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Wed Sep 3 18:50:04 2008 Subject: cvs commit: src/sys/netinet6 udp6_usrreq.c Message-ID: <200809031849.m83InvO9097403@repoman.freebsd.org> rwatson 2008-09-03 18:49:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 udp6_usrreq.c Log: SVN rev 182737 on 2008-09-03 18:49:42Z by rwatson Merge r182537 from head to stable/7: In UDPv6, reduce scope of global udbinfo lock during append to last matching socket by dropping it before udp6_append(), and remove duplicate unlocks of udbinfo and inpcb in sysctl return path. Approved by: re (kensmith) Revision Changes Path 1.81.2.6 +1 -3 src/sys/netinet6/udp6_usrreq.c From obrien at FreeBSD.org Wed Sep 3 18:49:59 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Wed Sep 3 18:50:14 2008 Subject: cvs commit: src/sys/mips/adm5120 std.adm5120 src/sys/mips/conf ADM5120 IDT SENTRY5 src/sys/mips/idt std.idt Message-ID: <200809031849.m83InwHq097474@repoman.freebsd.org> obrien 2008-09-03 18:49:54 UTC FreeBSD src repository Modified files: sys/mips/adm5120 std.adm5120 sys/mips/conf ADM5120 IDT SENTRY5 sys/mips/idt std.idt Log: SVN rev 182738 on 2008-09-03 18:49:54Z by obrien Catch up with the move from mips32/. Revision Changes Path 1.2 +2 -1 src/sys/mips/adm5120/std.adm5120 1.4 +1 -1 src/sys/mips/conf/ADM5120 1.4 +1 -1 src/sys/mips/conf/IDT 1.4 +1 -1 src/sys/mips/conf/SENTRY5 1.2 +2 -1 src/sys/mips/idt/std.idt From delphij at FreeBSD.org Wed Sep 3 18:53:59 2008 From: delphij at FreeBSD.org (Xin LI) Date: Wed Sep 3 18:54:07 2008 Subject: cvs commit: src/sys/fs/tmpfs tmpfs.h tmpfs_fifoops.c tmpfs_fifoops.h tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c tmpfs_vnops.h Message-ID: <200809031853.m83IrxY9000189@repoman.freebsd.org> delphij 2008-09-03 18:53:48 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs.h tmpfs_fifoops.c tmpfs_fifoops.h tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c tmpfs_vnops.h Log: SVN rev 182739 on 2008-09-03 18:53:48Z by delphij Reflect license change of NetBSD code. Obtained from: NetBSD MFC after: 3 days Revision Changes Path 1.14 +1 -8 src/sys/fs/tmpfs/tmpfs.h 1.4 +1 -8 src/sys/fs/tmpfs/tmpfs_fifoops.c 1.4 +1 -8 src/sys/fs/tmpfs/tmpfs_fifoops.h 1.18 +1 -8 src/sys/fs/tmpfs/tmpfs_subr.c 1.20 +1 -8 src/sys/fs/tmpfs/tmpfs_vfsops.c 1.20 +1 -8 src/sys/fs/tmpfs/tmpfs_vnops.c 1.3 +1 -8 src/sys/fs/tmpfs/tmpfs_vnops.h From mi at FreeBSD.org Wed Sep 3 18:54:24 2008 From: mi at FreeBSD.org (Mikhail Teterin) Date: Wed Sep 3 18:54:30 2008 Subject: cvs commit: ports/hungarian/hunspell Makefile distinfo pkg-plist ports/hungarian/hunspell/files patch-src_parsers_latexparser.cxx patch-src_tools_hunspell.cxx patch-sysintl Message-ID: <200809031854.m83IsO1E000268@repoman.freebsd.org> mi 2008-09-03 18:54:24 UTC FreeBSD ports repository Modified files: hungarian/hunspell Makefile distinfo pkg-plist hungarian/hunspell/files patch-src_tools_hunspell.cxx Added files: hungarian/hunspell/files patch-sysintl Removed files: hungarian/hunspell/files patch-src_parsers_latexparser.cxx Log: Upgrade from 1.2.2b to 1.2.7. Install header-files, which make the port's shared library usable by other applications -- such as, most importantly, OpenOffice. While here, ensure, the already installed -lintl is used, and configure in the use of readline too. Rephrase COMMENT to ease the confusion, that the port is only of interest to Hungarian-speakers. It is not -- the software is an improved version of myspell and can work with any dictionary. Approved by: maintainer Revision Changes Path 1.14 +17 -16 ports/hungarian/hunspell/Makefile 1.10 +3 -3 ports/hungarian/hunspell/distinfo 1.2 +0 -11 ports/hungarian/hunspell/files/patch-src_parsers_latexparser.cxx (dead) 1.3 +17 -17 ports/hungarian/hunspell/files/patch-src_tools_hunspell.cxx 1.1 +18 -0 ports/hungarian/hunspell/files/patch-sysintl (new) 1.6 +18 -0 ports/hungarian/hunspell/pkg-plist From clement at FreeBSD.org Wed Sep 3 19:07:57 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Wed Sep 3 19:08:08 2008 Subject: cvs commit: ports/www/apache22 Makefile Message-ID: <200809031907.m83J7uNp061755@repoman.freebsd.org> clement 2008-09-03 19:07:56 UTC FreeBSD ports repository Modified files: www/apache22 Makefile Log: - Fix @comment string Pointy hat to: clement Reported by: Christer Solskogen Revision Changes Path 1.226 +1 -1 ports/www/apache22/Makefile From clement at FreeBSD.org Wed Sep 3 19:08:17 2008 From: clement at FreeBSD.org (Clement Laforet) Date: Wed Sep 3 19:08:29 2008 Subject: cvs commit: ports/www/apache22 Makefile.modules Message-ID: <200809031908.m83J8Hf8063999@repoman.freebsd.org> clement 2008-09-03 19:08:17 UTC FreeBSD ports repository Modified files: www/apache22 Makefile.modules Log: - Fix @comment string Pointy hat to: clement Reported by: Christer Solskogen Revision Changes Path 1.30 +4 -4 ports/www/apache22/Makefile.modules From simon at FreeBSD.org Wed Sep 3 19:12:30 2008 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Wed Sep 3 19:12:43 2008 Subject: cvs commit: src/sys/kern vfs_mount.c src/sys/netinet6 icmp6.c Message-ID: <200809031912.m83JCTI8088689@repoman.freebsd.org> simon 2008-09-03 19:09:47 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c sys/netinet6 icmp6.c Log: SVN rev 182740 on 2008-09-03 19:09:47Z by simon - Fix amd64 local privilege escalation. [08:07] - Fix nmount(2) local privilege escalation. [08:08] - Fix IPv6 remote kernel panics. [08:09] Fix for [08:07] is merge of r181823. Submitted by: kib [08:07], csjp [08:08], bz [08:09] Reviewed by: peter [08:07], jhb [08:07] Reviewed by: jinmei [08:09], rwatson [08:09] Approved by: re (SA blanket) Approved by: so (simon) Security: FreeBSD-SA-08:07.amd64 Security: FreeBSD-SA-08:08.nmount Security: FreeBSD-SA-08:09.icmp6 Revision Changes Path 1.291 +2 -1 src/sys/kern/vfs_mount.c 1.91 +9 -0 src/sys/netinet6/icmp6.c From simon at FreeBSD.org Wed Sep 3 19:27:22 2008 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Wed Sep 3 19:27:29 2008 Subject: cvs commit: src UPDATING src/sys/amd64/amd64 exception.S src/sys/conf newvers.sh src/sys/kern vfs_mount.c src/sys/netinet6 icmp6.c Message-ID: <200809031927.m83JRM4N080116@repoman.freebsd.org> simon 2008-09-03 19:09:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) . UPDATING sys/amd64/amd64 exception.S sys/conf newvers.sh sys/kern vfs_mount.c sys/netinet6 icmp6.c Log: SVN rev 182740 on 2008-09-03 19:09:47Z by simon - Fix amd64 local privilege escalation. [08:07] - Fix nmount(2) local privilege escalation. [08:08] - Fix IPv6 remote kernel panics. [08:09] Fix for [08:07] is merge of r181823. Submitted by: kib [08:07], csjp [08:08], bz [08:09] Reviewed by: peter [08:07], jhb [08:07] Reviewed by: jinmei [08:09], rwatson [08:09] Approved by: re (SA blanket) Approved by: so (simon) Security: FreeBSD-SA-08:07.amd64 Security: FreeBSD-SA-08:08.nmount Security: FreeBSD-SA-08:09.icmp6 Revision Changes Path 1.507.2.3.2.8 +6 -0 src/UPDATING 1.129.2.1.2.1 +3 -6 src/sys/amd64/amd64/exception.S 1.72.2.5.2.8 +1 -1 src/sys/conf/newvers.sh 1.265.2.1.2.2 +2 -1 src/sys/kern/vfs_mount.c 1.80.4.1 +9 -0 src/sys/netinet6/icmp6.c From simon at FreeBSD.org Wed Sep 3 19:30:35 2008 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Wed Sep 3 19:30:49 2008 Subject: cvs commit: src/sys/amd64/amd64 exception.S src/sys/netinet6 icmp6.c Message-ID: <200809031930.m83JUZtl095438@repoman.freebsd.org> simon 2008-09-03 19:09:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 exception.S sys/netinet6 icmp6.c Log: SVN rev 182740 on 2008-09-03 19:09:47Z by simon - Fix amd64 local privilege escalation. [08:07] - Fix nmount(2) local privilege escalation. [08:08] - Fix IPv6 remote kernel panics. [08:09] Fix for [08:07] is merge of r181823. Submitted by: kib [08:07], csjp [08:08], bz [08:09] Reviewed by: peter [08:07], jhb [08:07] Reviewed by: jinmei [08:09], rwatson [08:09] Approved by: re (SA blanket) Approved by: so (simon) Security: FreeBSD-SA-08:07.amd64 Security: FreeBSD-SA-08:08.nmount Security: FreeBSD-SA-08:09.icmp6 Revision Changes Path 1.125.2.3 +3 -6 src/sys/amd64/amd64/exception.S 1.62.2.11 +9 -0 src/sys/netinet6/icmp6.c From simon at FreeBSD.org Wed Sep 3 19:32:00 2008 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Wed Sep 3 19:32:06 2008 Subject: cvs commit: src/sys/kern vfs_mount.c src/sys/netinet6 icmp6.c Message-ID: <200809031932.m83JW0fF095631@repoman.freebsd.org> simon 2008-09-03 19:09:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_mount.c sys/netinet6 icmp6.c Log: SVN rev 182740 on 2008-09-03 19:09:47Z by simon - Fix amd64 local privilege escalation. [08:07] - Fix nmount(2) local privilege escalation. [08:08] - Fix IPv6 remote kernel panics. [08:09] Fix for [08:07] is merge of r181823. Submitted by: kib [08:07], csjp [08:08], bz [08:09] Reviewed by: peter [08:07], jhb [08:07] Reviewed by: jinmei [08:09], rwatson [08:09] Approved by: re (SA blanket) Approved by: so (simon) Security: FreeBSD-SA-08:07.amd64 Security: FreeBSD-SA-08:08.nmount Security: FreeBSD-SA-08:09.icmp6 Revision Changes Path 1.265.2.10 +2 -1 src/sys/kern/vfs_mount.c 1.80.2.7 +9 -0 src/sys/netinet6/icmp6.c From simon at FreeBSD.org Wed Sep 3 19:36:31 2008 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Wed Sep 3 19:36:37 2008 Subject: cvs commit: src UPDATING src/sys/amd64/amd64 exception.S src/sys/conf newvers.sh src/sys/netinet6 icmp6.c Message-ID: <200809031936.m83JaUqZ096223@repoman.freebsd.org> simon 2008-09-03 19:09:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) . UPDATING sys/amd64/amd64 exception.S sys/conf newvers.sh sys/netinet6 icmp6.c Log: SVN rev 182740 on 2008-09-03 19:09:47Z by simon - Fix amd64 local privilege escalation. [08:07] - Fix nmount(2) local privilege escalation. [08:08] - Fix IPv6 remote kernel panics. [08:09] Fix for [08:07] is merge of r181823. Submitted by: kib [08:07], csjp [08:08], bz [08:09] Reviewed by: peter [08:07], jhb [08:07] Reviewed by: jinmei [08:09], rwatson [08:09] Approved by: re (SA blanket) Approved by: so (simon) Security: FreeBSD-SA-08:07.amd64 Security: FreeBSD-SA-08:08.nmount Security: FreeBSD-SA-08:09.icmp6 Revision Changes Path 1.416.2.37.2.9 +6 -0 src/UPDATING 1.125.2.2.2.1 +3 -6 src/sys/amd64/amd64/exception.S 1.69.2.15.2.8 +1 -1 src/sys/conf/newvers.sh 1.62.2.9.2.1 +9 -0 src/sys/netinet6/icmp6.c From julian at FreeBSD.org Wed Sep 3 19:37:31 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Wed Sep 3 19:37:47 2008 Subject: cvs commit: src/sys/dev/cxgb/ulp/iw_cxgb iw_cxgb.c Message-ID: <200809031937.m83JbU4J096358@repoman.freebsd.org> julian 2008-09-03 19:23:01 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/iw_cxgb iw_cxgb.c Log: SVN rev 182741 on 2008-09-03 19:23:01Z by julian New file missed vimagification. Revision Changes Path 1.2 +2 -1 src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c From glarkin at FreeBSD.org Wed Sep 3 19:55:24 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Wed Sep 3 19:55:35 2008 Subject: cvs commit: ports/devel/p5-SVN-Access Makefile distinfo pkg-plist Message-ID: <200809031955.m83JtNqR059330@repoman.freebsd.org> glarkin 2008-09-03 19:55:23 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Access Makefile distinfo pkg-plist Log: - Upgrade to 0.04 - Added handling for NOPORTEXAMPLES Approved by: beech (mentor, implicit) Revision Changes Path 1.7 +3 -2 ports/devel/p5-SVN-Access/Makefile 1.2 +3 -3 ports/devel/p5-SVN-Access/distinfo 1.2 +2 -2 ports/devel/p5-SVN-Access/pkg-plist From glarkin at FreeBSD.org Wed Sep 3 20:05:25 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Wed Sep 3 20:05:35 2008 Subject: cvs commit: ports/www/trac-wysiwyg Makefile distinfo Message-ID: <200809032005.m83K5Oxw099448@repoman.freebsd.org> glarkin 2008-09-03 20:05:24 UTC FreeBSD ports repository Modified files: www/trac-wysiwyg Makefile distinfo Log: - Upgraded to 0.2.4214 - Added 2nd MASTER_SITE Approved by: beech (mentor, implicit) Revision Changes Path 1.9 +3 -3 ports/www/trac-wysiwyg/Makefile 1.6 +3 -3 ports/www/trac-wysiwyg/distinfo From simon at FreeBSD.org Wed Sep 3 20:16:31 2008 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Wed Sep 3 20:16:43 2008 Subject: cvs commit: www/share/sgml advisories.xml Message-ID: <200809032016.m83KGVvx061552@repoman.freebsd.org> simon 2008-09-03 20:16:31 UTC FreeBSD doc repository Modified files: share/sgml advisories.xml Log: Add FreeBSD-SA-08:07.amd64, FreeBSD-SA-08:08.nmount, and FreeBSD-SA-08:09.icmp6. Revision Changes Path 1.221 +21 -1 www/share/sgml/advisories.xml From glarkin at FreeBSD.org Wed Sep 3 20:18:20 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Wed Sep 3 20:18:27 2008 Subject: cvs commit: ports/devel/p5-SVN-Notify-Snapshot Makefile distinfo Message-ID: <200809032018.m83KIKVd073189@repoman.freebsd.org> glarkin 2008-09-03 20:18:20 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Notify-Snapshot Makefile distinfo Log: - Upgraded to 0.04 - Fixed recursion problems with *_DEPENDS Approved by: beech (mentor, implicit) Revision Changes Path 1.3 +3 -5 ports/devel/p5-SVN-Notify-Snapshot/Makefile 1.2 +3 -3 ports/devel/p5-SVN-Notify-Snapshot/distinfo From brooks at FreeBSD.org Wed Sep 3 20:33:17 2008 From: brooks at FreeBSD.org (Brooks Davis) Date: Wed Sep 3 20:33:24 2008 Subject: cvs commit: src/sys/net80211 ieee80211.c Message-ID: <200809032033.m83KXHfl006506@repoman.freebsd.org> brooks 2008-09-03 20:33:11 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: SVN rev 182742 on 2008-09-03 20:33:11Z by brooks Replace a line matching /^ $/ with one matching /^$/. Obtained from: //depot/projects/vimage-commit2/... Revision Changes Path 1.55 +1 -1 src/sys/net80211/ieee80211.c From nivit at FreeBSD.org Wed Sep 3 20:46:36 2008 From: nivit at FreeBSD.org (Nicola Vitale) Date: Wed Sep 3 20:46:41 2008 Subject: cvs commit: ports/textproc/py-pygments Makefile distinfo pkg-plist Message-ID: <200809032046.m83KkafU088198@repoman.freebsd.org> nivit 2008-09-03 20:46:36 UTC FreeBSD ports repository Modified files: textproc/py-pygments Makefile distinfo pkg-plist Log: - Update to 0.11.1 Revision Changes Path 1.7 +1 -1 ports/textproc/py-pygments/Makefile 1.5 +3 -3 ports/textproc/py-pygments/distinfo 1.6 +4 -1 ports/textproc/py-pygments/pkg-plist From leeym at FreeBSD.org Wed Sep 3 21:27:37 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Sep 3 21:27:50 2008 Subject: cvs commit: ports/www/p5-WWW-Spinn3r Makefile distinfo pkg-plist Message-ID: <200809032127.m83LRbHq056675@repoman.freebsd.org> leeym 2008-09-03 21:27:37 UTC FreeBSD ports repository Modified files: www/p5-WWW-Spinn3r Makefile distinfo pkg-plist Log: - update to 2.00200002 PR: based on 125326 Submitted by: Wen heping Revision Changes Path 1.3 +17 -7 ports/www/p5-WWW-Spinn3r/Makefile 1.3 +3 -3 ports/www/p5-WWW-Spinn3r/distinfo 1.2 +7 -1 ports/www/p5-WWW-Spinn3r/pkg-plist From thierry at FreeBSD.org Wed Sep 3 21:37:13 2008 From: thierry at FreeBSD.org (Thierry Thomas) Date: Wed Sep 3 21:37:25 2008 Subject: cvs commit: ports/textproc/ga-aspell Makefile distinfo Message-ID: <200809032137.m83LbDYj014184@repoman.freebsd.org> thierry 2008-09-03 21:37:13 UTC FreeBSD ports repository Modified files: textproc/ga-aspell Makefile distinfo Log: Upgrade to 4.4-0. Revision Changes Path 1.8 +1 -2 ports/textproc/ga-aspell/Makefile 1.4 +3 -3 ports/textproc/ga-aspell/distinfo From lippe at FreeBSD.org Wed Sep 3 21:39:26 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Wed Sep 3 21:39:32 2008 Subject: cvs commit: ports/cad/brlcad Makefile Message-ID: <200809032139.m83LdPVf028279@repoman.freebsd.org> lippe 2008-09-03 21:39:25 UTC FreeBSD ports repository Modified files: cad/brlcad Makefile Log: - After recent commit of MPSAFE TTY layer brlcad builds and runs successfully on CURRENT, then unbreak it. PR: ports/126746 Reported by: Alexey Shuvaev Revision Changes Path 1.35 +0 -4 ports/cad/brlcad/Makefile From jeremie at le-hen.org Wed Sep 3 21:43:58 2008 From: jeremie at le-hen.org (Jeremie Le Hen) Date: Wed Sep 3 21:44:08 2008 Subject: cvs commit [RELENG_7] src/sys/powerpc/conf NOTES In-Reply-To: <200808311723.m7VHNsEp082579@repoman.freebsd.org> References: <200808311723.m7VHNsEp082579@repoman.freebsd.org> Message-ID: <20080903210532.GH72107@obiwan.tataz.chchile.org> Hi Nathan, On Sun, Aug 31, 2008 at 05:23:45PM +0000, Nathan Whitehorn wrote: > nwhitehorn 2008-08-31 17:23:45 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > sys/powerpc/conf NOTES > Log: > SVN rev 182551 on 2008-08-31 17:23:45Z by nwhitehorn > > Back out r182439 to move device bm to PowerPC-specific NOTES, and replace it by an MFC of r179646, which does the same thing. > > Suggested by: rwatson > Approved by: marcel (mentor) > > Revision Changes Path > 1.9.2.2 +1 -6 src/sys/powerpc/conf/NOTES I though the FreeBSD committers policy enforced commit logs in 80 columns. At least it seems to be a very widely common habit. Would you mind sticking to it please? :) Thanks! -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From marius at FreeBSD.org Wed Sep 3 21:48:20 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Wed Sep 3 21:48:28 2008 Subject: cvs commit: src/sys/sparc64/sparc64 exception.S Message-ID: <200809032148.m83LmKX7085750@repoman.freebsd.org> marius 2008-09-03 21:48:12 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 exception.S Log: SVN rev 182743 on 2008-09-03 21:48:12Z by marius Additionally clear the STICK bit in the SOFTINT register when receiving a PIL_TICK interrupt. This change was erroneously omitted in r182730. Revision Changes Path 1.78 +1 -1 src/sys/sparc64/sparc64/exception.S From nwhitehorn at freebsd.org Wed Sep 3 22:29:58 2008 From: nwhitehorn at freebsd.org (Nathan Whitehorn) Date: Wed Sep 3 22:30:09 2008 Subject: cvs commit [RELENG_7] src/sys/powerpc/conf NOTES In-Reply-To: <20080903210532.GH72107@obiwan.tataz.chchile.org> References: <200808311723.m7VHNsEp082579@repoman.freebsd.org> <20080903210532.GH72107@obiwan.tataz.chchile.org> Message-ID: <48BF0BEC.7040401@freebsd.org> Jeremie Le Hen wrote: > Hi Nathan, > > On Sun, Aug 31, 2008 at 05:23:45PM +0000, Nathan Whitehorn wrote: > >> nwhitehorn 2008-08-31 17:23:45 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_7) >> sys/powerpc/conf NOTES >> Log: >> SVN rev 182551 on 2008-08-31 17:23:45Z by nwhitehorn >> >> Back out r182439 to move device bm to PowerPC-specific NOTES, and replace it by an MFC of r179646, which does the same thing. >> >> Suggested by: rwatson >> Approved by: marcel (mentor) >> >> Revision Changes Path >> 1.9.2.2 +1 -6 src/sys/powerpc/conf/NOTES >> > > I though the FreeBSD committers policy enforced commit logs in 80 > columns. At least it seems to be a very widely common habit. > Would you mind sticking to it please? :) > Sorry about that. It would be nice to have a commit hook that wraps messages to 80 characters. -Nathan From keramida at freebsd.org Wed Sep 3 22:39:31 2008 From: keramida at freebsd.org (Giorgos Keramidas) Date: Wed Sep 3 22:39:43 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/introduction chapter.sgml In-Reply-To: <200809031533.m83FXbI6000873@repoman.freebsd.org> (Manolis Kiagias's message of "Wed, 3 Sep 2008 15:33:37 +0000 (UTC)") References: <200809031533.m83FXbI6000873@repoman.freebsd.org> Message-ID: <87wshsonwb.fsf@kobe.laptop> On Wed, 3 Sep 2008 15:33:37 +0000 (UTC), Manolis Kiagias wrote: > Date: Wed, 3 Sep 2008 15:33:37 +0000 (UTC) > From: Manolis Kiagias > Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/introduction chapter.sgml > To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org > Message-Id: <200809031533.m83FXbI6000873@repoman.freebsd.org> > > MFen 1.1 -> 1.126 and several fixes along the way in the Greek > translation of Handbook's "introduction" chapter. Thanks. That was a huge improvement in the introduction chapter :) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 194 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080903/b08461ed/attachment.pgp From gnn at FreeBSD.org Wed Sep 3 22:40:52 2008 From: gnn at FreeBSD.org (George V. Neville-Neil) Date: Wed Sep 3 22:40:59 2008 Subject: cvs commit: src/sys/netinet ip_output.c Message-ID: <200809032240.m83MeqFC002146@repoman.freebsd.org> gnn 2008-09-03 22:40:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_output.c Log: SVN rev 182744 on 2008-09-03 22:40:38Z by gnn MFC of change 182463. Fix a bug in the multicast loopback code that causes packets that are looped back to have the wrong checksum when transmitted on the wire. PR: kern/119635 Reviewed by: rwatson Approved by: re (rwatson) Revision Changes Path 1.276.2.5 +5 -1 src/sys/netinet/ip_output.c From jmelo at FreeBSD.org Wed Sep 3 23:02:16 2008 From: jmelo at FreeBSD.org (Jean Milanez Melo) Date: Wed Sep 3 23:02:22 2008 Subject: cvs commit: ports/security/snortsam Makefile distinfo pkg-descr ports/security/snortsam/files patch-makesnortsam.sh patch-snortsam.h pkg-message-snortsam snortsam.sh.in Message-ID: <200809032302.m83N2GmR033995@repoman.freebsd.org> jmelo 2008-09-03 23:02:16 UTC FreeBSD ports repository Added files: security/snortsam Makefile distinfo pkg-descr security/snortsam/files patch-makesnortsam.sh patch-snortsam.h pkg-message-snortsam snortsam.sh.in Log: New port: security/snortsam SnortSam is a plugin for Snort, an open-source light-weight Intrusion Detection System (IDS). The plugin allows for automated blocking of IP addresses on many firewalls. WWW: http://www.snortsam.net PR: ports/126896 Submitted by: Danton Dorati Revision Changes Path 1.1 +67 -0 ports/security/snortsam/Makefile (new) 1.1 +6 -0 ports/security/snortsam/distinfo (new) 1.1 +13 -0 ports/security/snortsam/files/patch-makesnortsam.sh (new) 1.1 +16 -0 ports/security/snortsam/files/patch-snortsam.h (new) 1.1 +10 -0 ports/security/snortsam/files/pkg-message-snortsam (new) 1.1 +33 -0 ports/security/snortsam/files/snortsam.sh.in (new) 1.1 +5 -0 ports/security/snortsam/pkg-descr (new) From jmelo at FreeBSD.org Wed Sep 3 23:03:31 2008 From: jmelo at FreeBSD.org (Jean Milanez Melo) Date: Wed Sep 3 23:03:37 2008 Subject: cvs commit: ports/security Makefile Message-ID: <200809032303.m83N3VAP042003@repoman.freebsd.org> jmelo 2008-09-03 23:03:31 UTC FreeBSD ports repository Modified files: security Makefile Log: - Add entry for security/snortsam. Revision Changes Path 1.992 +1 -0 ports/security/Makefile From stas at FreeBSD.org Wed Sep 3 23:22:13 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Wed Sep 3 23:22:24 2008 Subject: cvs commit: ports/sysutils/x86info Makefile ports/sysutils/x86info/files patch-bench_benchmarks.c Message-ID: <200809032322.m83NMCoN068383@repoman.freebsd.org> stas 2008-09-03 23:22:12 UTC FreeBSD ports repository Modified files: sysutils/x86info Makefile Added files: sysutils/x86info/files patch-bench_benchmarks.c Log: - Enable on amd64 [1]. - Take maintainership due to maintainer timeouts [2]. Submitted by: Andriy Gapon [1] Approved by: portmgr (linimon) [2] Revision Changes Path 1.28 +2 -2 ports/sysutils/x86info/Makefile 1.4 +16 -0 ports/sysutils/x86info/files/patch-bench_benchmarks.c (new) From jmelo at FreeBSD.org Wed Sep 3 23:22:16 2008 From: jmelo at FreeBSD.org (Jean Milanez Melo) Date: Wed Sep 3 23:22:35 2008 Subject: cvs commit: ports/mail/mailman Makefile distinfo Message-ID: <200809032322.m83NMGQV068659@repoman.freebsd.org> jmelo 2008-09-03 23:22:16 UTC FreeBSD ports repository Modified files: mail/mailman Makefile distinfo Log: - Update to 2.1.11. PR: ports/126109 Submitted by: Yarema Revision Changes Path 1.77 +3 -3 ports/mail/mailman/Makefile 1.36 +9 -9 ports/mail/mailman/distinfo From jmelo at FreeBSD.org Wed Sep 3 23:36:13 2008 From: jmelo at FreeBSD.org (Jean Milanez Melo) Date: Wed Sep 3 23:36:24 2008 Subject: cvs commit: ports/mail/mailman/files pkg-message.in Message-ID: <200809032336.m83NaCDZ053389@repoman.freebsd.org> jmelo 2008-09-03 23:36:12 UTC FreeBSD ports repository Modified files: mail/mailman/files pkg-message.in Log: - Fix message in pkg-message. Reported by: Chris St Denis by email Revision Changes Path 1.2 +2 -2 ports/mail/mailman/files/pkg-message.in From timur at FreeBSD.org Wed Sep 3 23:45:24 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Wed Sep 3 23:45:36 2008 Subject: cvs commit: ports/sysutils/bacula-server Makefile Message-ID: <200809032345.m83NjNMl010283@repoman.freebsd.org> timur 2008-09-03 23:45:23 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: Let subports change CATEGORIES Revision Changes Path 1.108 +1 -1 ports/sysutils/bacula-server/Makefile From jmelo at FreeBSD.org Thu Sep 4 00:01:26 2008 From: jmelo at FreeBSD.org (Jean Milanez Melo) Date: Thu Sep 4 00:01:32 2008 Subject: cvs commit: ports/security/drweb-sendmail Makefile pkg-plist ports/security/drweb-sendmail/files drweb-smf.sh.in Message-ID: <200809040001.m8401PYE003568@repoman.freebsd.org> jmelo 2008-09-04 00:01:25 UTC FreeBSD ports repository Modified files: security/drweb-sendmail Makefile pkg-plist Added files: security/drweb-sendmail/files drweb-smf.sh.in Log: - Fix mastersite. - Update to rcNG. PR: ports/127026 Submitted by: Demin Alexander (maintainer) Revision Changes Path 1.76 +7 -16 ports/security/drweb-sendmail/Makefile 1.1 +19 -0 ports/security/drweb-sendmail/files/drweb-smf.sh.in (new) 1.18 +1 -1 ports/security/drweb-sendmail/pkg-plist From jmelo at FreeBSD.org Thu Sep 4 00:05:38 2008 From: jmelo at FreeBSD.org (Jean Milanez Melo) Date: Thu Sep 4 00:05:49 2008 Subject: cvs commit: ports/devel/libopensync022 Makefile distinfo Message-ID: <200809040005.m8405bDh033010@repoman.freebsd.org> jmelo 2008-09-04 00:05:37 UTC FreeBSD ports repository Modified files: devel/libopensync022 Makefile distinfo Log: - Update mastersite. - Change distfile name. PR: ports/125487 Submitted by: Alexander Logvinov Revision Changes Path 1.20 +2 -2 ports/devel/libopensync022/Makefile 1.6 +3 -3 ports/devel/libopensync022/distinfo From beech at FreeBSD.org Thu Sep 4 00:06:23 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Sep 4 00:06:29 2008 Subject: cvs commit: ports/devel/cdk Makefile pkg-plist ports/devel/cdk/files extra-patch-Makefile.in Message-ID: <200809040006.m8406Mtm038382@repoman.freebsd.org> beech 2008-09-04 00:06:22 UTC FreeBSD ports repository Modified files: devel/cdk Makefile pkg-plist Added files: devel/cdk/files extra-patch-Makefile.in Log: - Fix handling of portdocs and portexamples - Make fetchable Revision Changes Path 1.41 +20 -5 ports/devel/cdk/Makefile 1.1 +23 -0 ports/devel/cdk/files/extra-patch-Makefile.in (new) 1.11 +155 -162 ports/devel/cdk/pkg-plist From maho at FreeBSD.org Thu Sep 4 00:17:08 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Thu Sep 4 00:17:16 2008 Subject: cvs commit: ports/editors/openoffice.org-2/files patch-i88955 Message-ID: <200809040017.m840H8oT003756@repoman.freebsd.org> maho 2008-09-04 00:17:08 UTC FreeBSD ports repository Added files: editors/openoffice.org-2/files patch-i88955 Log: Fix alllang build, by removing "oc" language support. http://www.openoffice.org/issues/show_bug.cgi?id=88955 Spotted by: Kris Moore Revision Changes Path 1.1 +17 -0 ports/editors/openoffice.org-2/files/patch-i88955 (new) From maho at FreeBSD.org Thu Sep 4 00:19:08 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Thu Sep 4 00:19:20 2008 Subject: cvs commit: ports/editors/openoffice.org-2-RC/files Makefile.localized patch-i88955 ports/editors/openoffice.org-2-devel/files Makefile.localized patch-i88955 Message-ID: <200809040019.m840J7Zu014812@repoman.freebsd.org> maho 2008-09-04 00:19:07 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-RC/files Makefile.localized editors/openoffice.org-2-devel/files Makefile.localized Added files: editors/openoffice.org-2-RC/files patch-i88955 editors/openoffice.org-2-devel/files patch-i88955 Log: Fix alllang build, by removing "oc" language support. http://www.openoffice.org/issues/show_bug.cgi?id=88955 Spotted by: Kris Moore Revision Changes Path 1.19 +1 -5 ports/editors/openoffice.org-2-RC/files/Makefile.localized 1.1 +17 -0 ports/editors/openoffice.org-2-RC/files/patch-i88955 (new) 1.19 +1 -5 ports/editors/openoffice.org-2-devel/files/Makefile.localized 1.1 +17 -0 ports/editors/openoffice.org-2-devel/files/patch-i88955 (new) From maho at FreeBSD.org Thu Sep 4 00:19:34 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Thu Sep 4 00:19:42 2008 Subject: cvs commit: ports/editors/openoffice.org-2/files Makefile.localized Message-ID: <200809040019.m840JYrD017375@repoman.freebsd.org> maho 2008-09-04 00:19:34 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2/files Makefile.localized Log: Fix alllang build, by removing "oc" language support. http://www.openoffice.org/issues/show_bug.cgi?id=88955 Spotted by: Kris Moore Revision Changes Path 1.20 +1 -5 ports/editors/openoffice.org-2/files/Makefile.localized From wxs at FreeBSD.org Thu Sep 4 00:33:43 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Thu Sep 4 00:33:50 2008 Subject: cvs commit: ports/www/tinyproxy Makefile distinfo Message-ID: <200809040033.m840XhHV046357@repoman.freebsd.org> wxs 2008-09-04 00:33:42 UTC FreeBSD ports repository Modified files: www/tinyproxy Makefile distinfo Log: Update to 1.6.4 Revision Changes Path 1.27 +2 -2 ports/www/tinyproxy/Makefile 1.15 +3 -3 ports/www/tinyproxy/distinfo From leeym at FreeBSD.org Thu Sep 4 00:39:18 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Thu Sep 4 00:39:30 2008 Subject: cvs commit: ports/textproc/p5-CAM-PDF Makefile distinfo Message-ID: <200809040039.m840dI34081203@repoman.freebsd.org> leeym 2008-09-04 00:39:18 UTC FreeBSD ports repository Modified files: textproc/p5-CAM-PDF Makefile distinfo Log: - update to 1.21 Revision Changes Path 1.10 +10 -6 ports/textproc/p5-CAM-PDF/Makefile 1.8 +3 -3 ports/textproc/p5-CAM-PDF/distinfo From amdmi3 at FreeBSD.org Thu Sep 4 00:50:09 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Thu Sep 4 00:50:15 2008 Subject: cvs commit: ports/games/xpuyopuyo/files patch-ltmain.sh Message-ID: <200809040050.m840o8KT051423@repoman.freebsd.org> amdmi3 2008-09-04 00:50:08 UTC FreeBSD ports repository Added files: games/xpuyopuyo/files patch-ltmain.sh Log: - Fix build WITH_MIKMOD PR: 125974 Submitted by: Tsurutani Naoki Approved by: maintainer timeout Revision Changes Path 1.1 +41 -0 ports/games/xpuyopuyo/files/patch-ltmain.sh (new) From lippe at FreeBSD.org Thu Sep 4 01:01:56 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Thu Sep 4 01:02:14 2008 Subject: cvs commit: ports/news/nzbget Makefile distinfo Message-ID: <200809040101.m8411uXI066302@repoman.freebsd.org> lippe 2008-09-04 01:01:56 UTC FreeBSD ports repository Modified files: news/nzbget Makefile distinfo Log: - Update to 0.4.1. - Add OPTIONS. - Respect NOPORTDOCS/NOPORTEXAMPLES case. PR: ports/126612 Submitted by: Jeff Burchell Approved by: Jeff Burchell (new maintainer) Revision Changes Path 1.11 +20 -6 ports/news/nzbget/Makefile 1.6 +3 -3 ports/news/nzbget/distinfo From lippe at FreeBSD.org Thu Sep 4 01:03:53 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Thu Sep 4 01:04:05 2008 Subject: cvs commit: ports/sysutils/freeipmi Makefile distinfo Message-ID: <200809040103.m8413qjs079571@repoman.freebsd.org> lippe 2008-09-04 01:03:52 UTC FreeBSD ports repository Modified files: sysutils/freeipmi Makefile distinfo Log: - Update to 0.6.6. PR: ports/127035 Submitted by: Dmitry Frolov (maintainer) Revision Changes Path 1.25 +1 -1 ports/sysutils/freeipmi/Makefile 1.14 +3 -3 ports/sysutils/freeipmi/distinfo From lippe at FreeBSD.org Thu Sep 4 01:05:56 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Thu Sep 4 01:06:07 2008 Subject: cvs commit: ports/sysutils/ipmitool Makefile distinfo ports/sysutils/ipmitool/files extra-patch-Makefile.in freeipmi-support.patch Message-ID: <200809040105.m8415tC0094353@repoman.freebsd.org> lippe 2008-09-04 01:05:55 UTC FreeBSD ports repository Modified files: sysutils/ipmitool Makefile distinfo Added files: sysutils/ipmitool/files extra-patch-Makefile.in Removed files: sysutils/ipmitool/files freeipmi-support.patch Log: - Update to 1.8.10. - Use SF macro. - Respect NOPORTDOCS/NOPORTEXAMPLES case. PR: ports/127036 Submitted by: Dmitry Frolov (maintainer) Revision Changes Path 1.17 +10 -12 ports/sysutils/ipmitool/Makefile 1.9 +3 -3 ports/sysutils/ipmitool/distinfo 1.1 +11 -0 ports/sysutils/ipmitool/files/extra-patch-Makefile.in (new) 1.2 +0 -189 ports/sysutils/ipmitool/files/freeipmi-support.patch (dead) From itetcu at FreeBSD.org Thu Sep 4 01:12:57 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Thu Sep 4 01:13:14 2008 Subject: cvs commit: ports/emulators/aqemu/files patch-AQEMU.pro ports/emulators/aqemu Makefile distinfo pkg-descr pkg-plist In-Reply-To: <200809031517.m83FHhkI060011@repoman.freebsd.org> References: <200809031517.m83FHhkI060011@repoman.freebsd.org> Message-ID: <20080904041248.61cb9c94@it.buh.tecnik93.com> On Wed, 3 Sep 2008 15:17:43 +0000 (UTC) Max Brazhnikov wrote: > makc 2008-09-03 15:17:43 UTC > > FreeBSD ports repository > > Added files: > emulators/aqemu/files patch-AQEMU.pro > emulators/aqemu Makefile distinfo pkg-descr pkg-plist > Log: > Add new port emulators/aqemu: > > AQEMU is a QEMU GUI written in Qt4. The program have user-friendly > interface and allows to set up the majority of QEMU options. Shouldn't this RUN_DEPEND on emulators/qemu? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080904/c3d7c5b0/signature.pgp From ganbold at micom.mng.net Thu Sep 4 01:24:50 2008 From: ganbold at micom.mng.net (Ganbold) Date: Thu Sep 4 01:24:57 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml In-Reply-To: <200809031528.m83FSYI3078613@repoman.freebsd.org> References: <200809031528.m83FSYI3078613@repoman.freebsd.org> Message-ID: <48BF38DF.90702@micom.mng.net> Manolis Kiagias wrote: > manolis 2008-09-03 15:28:34 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/introduction chapter.sgml > Log: > Whitespace only: Fix several whitespace issues in Handbook's "introduction" chapter. > I guess, translators can ignore this? Ganbold > > Approved by: gabor (mentor) > > Revision Changes Path > 1.126 +209 -210 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > > -- QOTD: "If I'm what I eat, I'm a chocolate chip cookie." From ganbold at FreeBSD.org Thu Sep 4 01:49:00 2008 From: ganbold at FreeBSD.org (Ganbold Tsagaankhuu) Date: Thu Sep 4 01:49:11 2008 Subject: cvs commit: doc/mn_MN.UTF-8/share/sgml/glossary freebsd-glossary.sgml Message-ID: <200809040148.m841mxBe060689@repoman.freebsd.org> ganbold 2008-09-04 01:48:59 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/share/sgml/glossary freebsd-glossary.sgml Log: MFen: Resync with the English version of the handbook Obtained from: FreeBSD Mongolian Documentation project Revision Changes Path 1.6 +16 -1 doc/mn_MN.UTF-8/share/sgml/glossary/freebsd-glossary.sgml From trhodes at FreeBSD.org Thu Sep 4 02:20:53 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Thu Sep 4 02:20:59 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml In-Reply-To: <48BF38DF.90702@micom.mng.net> References: <200809031528.m83FSYI3078613@repoman.freebsd.org> <48BF38DF.90702@micom.mng.net> Message-ID: <20080903222040.0ae9cc6c.trhodes@FreeBSD.org> On Thu, 04 Sep 2008 09:24:47 +0800 Ganbold wrote: > Manolis Kiagias wrote: > > manolis 2008-09-03 15:28:34 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/handbook/introduction chapter.sgml > > Log: > > Whitespace only: Fix several whitespace issues in Handbook's "introduction" chapter. > > > > I guess, translators can ignore this? > > Ganbold Most likely, by my review, it seemed to be exactly what's listed, whitespace. :) Nice work btw! -- Tom Rhodes From obrien at freebsd.org Thu Sep 4 02:28:28 2008 From: obrien at freebsd.org (David O'Brien) Date: Thu Sep 4 02:28:35 2008 Subject: cvs commit [RELENG_7] src/sys/powerpc/conf NOTES In-Reply-To: <48BF0BEC.7040401@freebsd.org> References: <200808311723.m7VHNsEp082579@repoman.freebsd.org> <20080903210532.GH72107@obiwan.tataz.chchile.org> <48BF0BEC.7040401@freebsd.org> Message-ID: <20080904022826.GD40063@dragon.NUXI.org> On Wed, Sep 03, 2008 at 03:13:00PM -0700, Nathan Whitehorn wrote: >>> SVN rev 182551 on 2008-08-31 17:23:45Z by nwhitehorn >>> Back out r182439 to move device bm to PowerPC-specific NOTES, and >>> replace it by an MFC of r179646, which does the same thing. .. >> I though the FreeBSD committers policy enforced commit logs in 80 >> columns. At least it seems to be a very widely common habit. >> Would you mind sticking to it please? :) >> > Sorry about that. It would be nice to have a commit hook that wraps > messages to 80 characters. Nope - too risky of messing up a message you've explicitly formatted a different way. Good editors can be configured to auto-wrap for you. :-) -- -- David (obrien@FreeBSD.org) From beech at FreeBSD.org Thu Sep 4 03:20:32 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Sep 4 03:20:42 2008 Subject: cvs commit: ports/irc/rbot Makefile distinfo pkg-plist Message-ID: <200809040320.m843KVr0054748@repoman.freebsd.org> beech 2008-09-04 03:20:31 UTC FreeBSD ports repository Modified files: irc/rbot Makefile distinfo pkg-plist Log: - Update to 0.9.13 PR: ports/127072 Submitted by: Yi-Jheng Lin (maintainer) Revision Changes Path 1.14 +3 -8 ports/irc/rbot/Makefile 1.8 +3 -3 ports/irc/rbot/distinfo 1.10 +1 -0 ports/irc/rbot/pkg-plist From glarkin at FreeBSD.org Thu Sep 4 03:41:56 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Thu Sep 4 03:42:02 2008 Subject: cvs commit: ports/net/rubygem-rightaws Makefile distinfo pkg-plist Message-ID: <200809040341.m843ftCf029318@repoman.freebsd.org> glarkin 2008-09-04 03:41:55 UTC FreeBSD ports repository Modified files: net/rubygem-rightaws Makefile distinfo pkg-plist Log: - Upgraded to 1.8.0 Approved by: beech (mentor, implicit) Revision Changes Path 1.4 +1 -1 ports/net/rubygem-rightaws/Makefile 1.3 +3 -3 ports/net/rubygem-rightaws/distinfo 1.3 +35 -27 ports/net/rubygem-rightaws/pkg-plist From sonicy at otenet.gr Thu Sep 4 04:52:24 2008 From: sonicy at otenet.gr (Manolis Kiagias) Date: Thu Sep 4 04:52:31 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml In-Reply-To: <20080903222040.0ae9cc6c.trhodes@FreeBSD.org> References: <200809031528.m83FSYI3078613@repoman.freebsd.org> <48BF38DF.90702@micom.mng.net> <20080903222040.0ae9cc6c.trhodes@FreeBSD.org> Message-ID: <48BF6984.501@otenet.gr> Tom Rhodes wrote: > On Thu, 04 Sep 2008 09:24:47 +0800 > Ganbold wrote: > > >> Manolis Kiagias wrote: >> >>> manolis 2008-09-03 15:28:34 UTC >>> >>> FreeBSD doc repository >>> >>> Modified files: >>> en_US.ISO8859-1/books/handbook/introduction chapter.sgml >>> Log: >>> Whitespace only: Fix several whitespace issues in Handbook's "introduction" chapter. >>> >>> >> I guess, translators can ignore this? >> >> Ganbold >> > > Most likely, by my review, it seemed to be exactly what's listed, > whitespace. :) > > Nice work btw! > > Thanks Tom, and yes this is only whitespace, so if you've done your homework ;) you can safely ignore it. Manolis From murray at FreeBSD.org Thu Sep 4 04:56:29 2008 From: murray at FreeBSD.org (Murray Stokely) Date: Thu Sep 4 04:56:43 2008 Subject: cvs commit: www/share/sgml events.xml Message-ID: <200809040456.m844uTq3032869@repoman.freebsd.org> murray 2008-09-04 04:56:29 UTC FreeBSD doc repository Modified files: share/sgml events.xml Log: Add meetBSD California 2008 to the upcoming events page. November 15th-16th, Mountain View, California Submitted by: Denise Ebery and Matt Olander Revision Changes Path 1.56 +31 -1 www/share/sgml/events.xml From kientzle at FreeBSD.org Thu Sep 4 05:20:58 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Thu Sep 4 05:21:09 2008 Subject: cvs commit: src/usr.bin/cpio cpio.c Message-ID: <200809040520.m845KvmY081790@repoman.freebsd.org> kientzle 2008-09-04 05:20:46 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 182746 on 2008-09-04 05:20:46Z by kientzle Don't destroy the archive until after you finish pulling useful information out of it. As reported by Giorgos Keramidas. Revision Changes Path 1.13 +1 -1 src/usr.bin/cpio/cpio.c From kientzle at FreeBSD.org Thu Sep 4 05:22:13 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Thu Sep 4 05:22:25 2008 Subject: cvs commit: src/lib/libarchive archive_write_disk.3 Message-ID: <200809040522.m845MDUn091027@repoman.freebsd.org> kientzle 2008-09-04 05:22:00 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.3 Log: SVN rev 182747 on 2008-09-04 05:22:00Z by kientzle Markup fix. MFC after: 3 days Revision Changes Path 1.4 +2 -2 src/lib/libarchive/archive_write_disk.3 From chinsan at FreeBSD.org Thu Sep 4 05:39:09 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Thu Sep 4 05:39:15 2008 Subject: cvs commit: www/en/platforms amd64.sgml Message-ID: <200809040539.m845d9xT098451@repoman.freebsd.org> chinsan 2008-09-04 05:39:09 UTC FreeBSD doc repository Modified files: en/platforms amd64.sgml Log: - Update Intel-64 Arch url. Revision Changes Path 1.23 +2 -2 www/en/platforms/amd64.sgml From leeym at FreeBSD.org Thu Sep 4 09:27:45 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Thu Sep 4 09:27:52 2008 Subject: cvs commit: ports/www/p5-HTML-SimpleLinkExtor Makefile distinfo Message-ID: <200809040927.m849RjIu046531@repoman.freebsd.org> leeym 2008-09-04 09:27:45 UTC FreeBSD ports repository Modified files: www/p5-HTML-SimpleLinkExtor Makefile distinfo Log: - update to 1.21 Revision Changes Path 1.14 +4 -5 ports/www/p5-HTML-SimpleLinkExtor/Makefile 1.13 +3 -3 ports/www/p5-HTML-SimpleLinkExtor/distinfo From mm at FreeBSD.org Thu Sep 4 09:36:29 2008 From: mm at FreeBSD.org (Martin Matuska) Date: Thu Sep 4 09:36:40 2008 Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo Message-ID: <200809040936.m849aTRL066740@repoman.freebsd.org> mm 2008-09-04 09:36:29 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo Log: - Update to 6.4.3-6 Revision Changes Path 1.268 +1 -1 ports/graphics/ImageMagick/Makefile 1.124 +3 -3 ports/graphics/ImageMagick/distinfo From lbr at FreeBSD.org Thu Sep 4 09:41:46 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Thu Sep 4 09:41:57 2008 Subject: cvs commit: ports/devel/p5-Moose Makefile distinfo pkg-plist Message-ID: <200809040941.m849fjpj079476@repoman.freebsd.org> lbr 2008-09-04 09:41:45 UTC FreeBSD ports repository Modified files: devel/p5-Moose Makefile distinfo pkg-plist Log: Updated to 0.57 Revision Changes Path 1.33 +3 -1 ports/devel/p5-Moose/Makefile 1.31 +3 -3 ports/devel/p5-Moose/distinfo 1.15 +2 -0 ports/devel/p5-Moose/pkg-plist From lbr at FreeBSD.org Thu Sep 4 09:42:09 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Thu Sep 4 09:42:19 2008 Subject: cvs commit: ports/www/p5-Catalyst-Plugin-StackTrace Makefile distinfo Message-ID: <200809040942.m849g8I8082723@repoman.freebsd.org> lbr 2008-09-04 09:42:08 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-StackTrace Makefile distinfo Log: Updated to 0.09 Revision Changes Path 1.11 +1 -1 ports/www/p5-Catalyst-Plugin-StackTrace/Makefile 1.8 +3 -3 ports/www/p5-Catalyst-Plugin-StackTrace/distinfo From mm at FreeBSD.org Thu Sep 4 09:47:05 2008 From: mm at FreeBSD.org (Martin Matuska) Date: Thu Sep 4 09:47:12 2008 Subject: cvs commit: ports/net-im/jabberd Makefile distinfo Message-ID: <200809040947.m849l5kL014386@repoman.freebsd.org> mm 2008-09-04 09:47:05 UTC FreeBSD ports repository Modified files: net-im/jabberd Makefile distinfo Log: - Update to 2.2.4 - Switch to .bz2 distfile Revision Changes Path 1.66 +2 -2 ports/net-im/jabberd/Makefile 1.29 +3 -3 ports/net-im/jabberd/distinfo From raj at FreeBSD.org Thu Sep 4 10:06:04 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Thu Sep 4 10:06:15 2008 Subject: cvs commit: src/lib/libstand stand.h ufs.c zalloc_malloc.c Message-ID: <200809041006.m84A64Fd082396@repoman.freebsd.org> raj 2008-09-04 10:05:44 UTC FreeBSD src repository Modified files: lib/libstand stand.h ufs.c zalloc_malloc.c Log: SVN rev 182748 on 2008-09-04 10:05:44Z by raj Eliminate __alpha__ leftover from libstand. Revision Changes Path 1.43 +0 -3 src/lib/libstand/stand.h 1.17 +0 -4 src/lib/libstand/ufs.c 1.10 +0 -9 src/lib/libstand/zalloc_malloc.c From demon at FreeBSD.org Thu Sep 4 10:17:06 2008 From: demon at FreeBSD.org (Dmitry Sivachenko) Date: Thu Sep 4 10:17:12 2008 Subject: cvs commit: ports/net/clusterit Makefile distinfo pkg-plist ports/net/clusterit/files patch-alignstring patch-barrier::barrierd.c patch-common::common.c patch-dsh-dsh.c patch-tools::dshbak.src Message-ID: <200809041017.m84AH6PK013333@repoman.freebsd.org> demon 2008-09-04 10:17:06 UTC FreeBSD ports repository Modified files: net/clusterit Makefile distinfo pkg-plist Removed files: net/clusterit/files patch-alignstring patch-barrier::barrierd.c patch-common::common.c patch-dsh-dsh.c patch-tools::dshbak.src Log: Update to version 2.5. PR: 127028 Submitted by: Yi-Jheng Lin Revision Changes Path 1.20 +8 -13 ports/net/clusterit/Makefile 1.6 +3 -3 ports/net/clusterit/distinfo 1.2 +0 -121 ports/net/clusterit/files/patch-alignstring (dead) 1.2 +0 -11 ports/net/clusterit/files/patch-barrier::barrierd.c (dead) 1.2 +0 -34 ports/net/clusterit/files/patch-common::common.c (dead) 1.3 +0 -34 ports/net/clusterit/files/patch-dsh-dsh.c (dead) 1.2 +0 -24 ports/net/clusterit/files/patch-tools::dshbak.src (dead) 1.4 +2 -1 ports/net/clusterit/pkg-plist From demon at FreeBSD.org Thu Sep 4 10:23:33 2008 From: demon at FreeBSD.org (Dmitry Sivachenko) Date: Thu Sep 4 10:23:43 2008 Subject: cvs commit: ports/math/glpk Makefile distinfo pkg-plist Message-ID: <200809041023.m84ANWMZ041187@repoman.freebsd.org> demon 2008-09-04 10:23:32 UTC FreeBSD ports repository Modified files: math/glpk Makefile distinfo pkg-plist Log: Update to 4.31. PR: 127064 Submitted by: bf Revision Changes Path 1.31 +5 -5 ports/math/glpk/Makefile 1.28 +3 -3 ports/math/glpk/distinfo 1.26 +3 -1 ports/math/glpk/pkg-plist From demon at FreeBSD.org Thu Sep 4 10:26:42 2008 From: demon at FreeBSD.org (Dmitry Sivachenko) Date: Thu Sep 4 10:26:53 2008 Subject: cvs commit: ports/math/clp Makefile ports/math/octave Makefile ports/math/octave-devel Makefile Message-ID: <200809041026.m84AQf4N062075@repoman.freebsd.org> demon 2008-09-04 10:26:41 UTC FreeBSD ports repository Modified files: math/clp Makefile math/octave Makefile math/octave-devel Makefile Log: Chase glpk shlib version. Revision Changes Path 1.8 +1 -1 ports/math/clp/Makefile 1.79 +2 -2 ports/math/octave-devel/Makefile 1.85 +2 -2 ports/math/octave/Makefile From mav at FreeBSD.org Thu Sep 4 10:28:05 2008 From: mav at FreeBSD.org (Alexander Motin) Date: Thu Sep 4 10:28:11 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h Message-ID: <200809041028.m84AS4JD071076@repoman.freebsd.org> mav 2008-09-04 10:27:58 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 182749 on 2008-09-04 10:27:58Z by mav Add one more SII3132 chip PCI ID found on Adaptec Serial ATA II RAID 1220SA. Submitted by: Dmitry S. Luhtionov Revision Changes Path 1.226 +1 -0 src/sys/dev/ata/ata-chipset.c 1.90 +1 -0 src/sys/dev/ata/ata-pci.h From mm at FreeBSD.org Thu Sep 4 10:31:55 2008 From: mm at FreeBSD.org (Martin Matuska) Date: Thu Sep 4 10:32:10 2008 Subject: cvs commit: ports/www/openacs/files create_sampledb.sh.in Message-ID: <200809041031.m84AVsMv095296@repoman.freebsd.org> mm 2008-09-04 10:31:54 UTC FreeBSD ports repository Modified files: www/openacs/files create_sampledb.sh.in Log: - Fix small typo Revision Changes Path 1.5 +2 -2 ports/www/openacs/files/create_sampledb.sh.in From mm at FreeBSD.org Thu Sep 4 10:37:21 2008 From: mm at FreeBSD.org (Martin Matuska) Date: Thu Sep 4 10:37:27 2008 Subject: cvs commit: ports/www/openacs-dotlrn Makefile distinfo Message-ID: <200809041037.m84AbKri037645@repoman.freebsd.org> mm 2008-09-04 10:37:20 UTC FreeBSD ports repository Modified files: www/openacs-dotlrn Makefile distinfo Log: - Update to 2.4.0 Revision Changes Path 1.13 +2 -3 ports/www/openacs-dotlrn/Makefile 1.7 +3 -3 ports/www/openacs-dotlrn/distinfo From kevlo at FreeBSD.org Thu Sep 4 10:46:10 2008 From: kevlo at FreeBSD.org (Kevin Lo) Date: Thu Sep 4 10:46:21 2008 Subject: cvs commit: src/sys/kern kern_proc.c src/sys/security/audit audit_syscalls.c Message-ID: <200809041046.m84AkADu091882@repoman.freebsd.org> kevlo 2008-09-04 10:44:33 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c sys/security/audit audit_syscalls.c Log: SVN rev 182750 on 2008-09-04 10:44:33Z by kevlo If the process id specified is invalid, the system call returns ESRCH Revision Changes Path 1.267 +2 -2 src/sys/kern/kern_proc.c 1.31 +10 -10 src/sys/security/audit/audit_syscalls.c From raj at FreeBSD.org Thu Sep 4 11:09:57 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Thu Sep 4 11:10:08 2008 Subject: cvs commit: src/sys/dev/mii e1000phy.c miidevs Message-ID: <200809041109.m84B9vGH050861@repoman.freebsd.org> raj 2008-09-04 11:09:40 UTC FreeBSD src repository Modified files: sys/dev/mii e1000phy.c miidevs Log: SVN rev 182751 on 2008-09-04 11:09:40Z by raj Recognize 88E1116R phy variation. This part is found on some embedded devices. Obtained from: Semihalf Revision Changes Path 1.21 +1 -0 src/sys/dev/mii/e1000phy.c 1.59 +1 -0 src/sys/dev/mii/miidevs From edwin at FreeBSD.org Thu Sep 4 11:12:48 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Sep 4 11:12:53 2008 Subject: cvs commit: ports MOVED Message-ID: <200809041112.m84BClEn070921@repoman.freebsd.org> edwin 2008-09-04 11:12:47 UTC FreeBSD ports repository Modified files: . MOVED Log: [patch] ports/MOVED entry field order mixup Upon updating the enlightenment e16 themes into a single package, one of the four deleted theme ports had its 'Date:' mentioned in the 'Moved to:' category. PR: ports/127083 Submitted by: Edward.Sanford.Sutton@FreeBSD.org, III Revision Changes Path 1.1689 +2 -2 ports/MOVED From gahr at FreeBSD.org Thu Sep 4 11:24:30 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Thu Sep 4 11:24:37 2008 Subject: cvs commit: ports MOVED In-Reply-To: <200809041112.m84BClEn070921@repoman.freebsd.org> References: <200809041112.m84BClEn070921@repoman.freebsd.org> Message-ID: <48BFC569.7050406@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Edwin Groothuis wrote: | edwin 2008-09-04 11:12:47 UTC | | FreeBSD ports repository | | Modified files: | . MOVED | Log: | [patch] ports/MOVED entry field order mixup | | Upon updating the enlightenment e16 themes into a single | package, one of the four deleted theme ports had its 'Date:' | mentioned in the 'Moved to:' category. Urg, sorry.. - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEAREKAAYFAki/xWgACgkQwMJqmJVx947b7wCfTuB0qMwF/BsOac6zvYo+2SaF 7x4An3tkTLbO/XdT41qUnXniF/LIDMIu =iSM2 -----END PGP SIGNATURE----- From QAT at FreeBSD.org Thu Sep 4 11:30:51 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 11:30:58 2008 Subject: cvs commit: ports/devel/p5-IPC-PubSub Makefile distinfo In-Reply-To: <200809031340.m83De2mH033106@repoman.freebsd.org> References: In-Reply-To: <200809031340.m83De2mH033106@repoman.freebsd.org> Message-ID: <20080904113044.2D2DC12E4044@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/p5-IPC-PubSub-0.28.log : building p5-IPC-PubSub-0.28 in directory /var/tinderbox/7-STABLE-FTP maintained by: tobez@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/p5-IPC-PubSub Makefile ident: $FreeBSD: ports/devel/p5-IPC-PubSub/Makefile,v 1.7 2008/09/03 13:40:02 tobez Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 11:29:58 UTC 2008 ................................................... Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...NOT found. Trying struct stat st_atim.tv_nsec...NOT found. Trying struct stat st_uatime...NOT found. You seem to have stat() subsecond timestamps. (Your struct stat has them, but the filesystems must help.) Checking if your kit is complete... Looks good Writing Makefile for Time::HiRes Now you may issue 'make'. Do not forget also 'make test'. ===> Building for p5-Time-HiRes-1.9715,1 cp HiRes.pm blib/lib/Time/HiRes.pm /usr/local/bin/perl5.8.8 /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c cc -c -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -DVERSION=\"1.9715\" -DXS_VERSION=\"1.9715\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK -DTIME_HIRES_STAT=1 -DATLEASTFIVEOHOHFIVE HiRes.c Running Mkbootstrap for Time::HiRes () chmod 644 HiRes.bs rm -f blib/arch/auto/Time/HiRes/HiRes.so cc -shared -L/usr/local/lib HiRes.o -o blib/arch/auto/Time/HiRes/HiRes.so chmod 755 blib/arch/auto/Time/HiRes/HiRes.so cp HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bs chmod 644 blib/arch/auto/Time/HiRes/HiRes.bs Manifying blib/man3/Time::HiRes.3 ===> Installing for p5-Time-HiRes-1.9715,1 ===> p5-Time-HiRes-1.9715,1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Generating temporary packing list ===> Checking if devel/p5-Time-HiRes already installed ===> p5-Time-HiRes-1.9715,1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/p5-Time-HiRes without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /a/ports/devel/p5-Time-HiRes. *** Error code 1 Stop in /a/ports/devel/p5-IPC-PubSub. ================================================================ build of /usr/ports/devel/p5-IPC-PubSub ended at Thu Sep 4 11:30:42 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From QAT at FreeBSD.org Thu Sep 4 11:38:19 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 11:38:52 2008 Subject: cvs commit: ports/java/java3d Makefile distinfo pkg-descr pkg-message-jre pkg-message-libmap pkg-plist ports/java/java3d/files patch-freebsd In-Reply-To: <200809031441.m83EfwRE039516@repoman.freebsd.org> References: In-Reply-To: <200809031441.m83EfwRE039516@repoman.freebsd.org> Message-ID: <20080904113817.3AF9812E4044@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/java3d-1.5.2.log : building java3d-1.5.2 in directory /var/tinderbox/7-STABLE-FTP maintained by: jonc@chen.org.nz building for: 7.0-STABLE amd64 port directory: /usr/ports/java/java3d Makefile ident: $FreeBSD: ports/java/java3d/Makefile,v 1.10 2008/09/03 14:41:57 fjoe Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 11:35:53 UTC 2008 ................................................... pkg_add inputproto-1.4.2.1.tbz skipping inputproto-1.4.2.1, already added pkg_add xproto-7.0.10_1.tbz skipping xproto-7.0.10_1, already added pkg_add libX11-1.1.3_1,1.tbz skipping libX11-1.1.3_1,1, already added pkg_add libXext-1.0.3,1.tbz skipping libXext-1.0.3,1, already added pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added pkg_add printproto-1.0.3.tbz skipping printproto-1.0.3, already added pkg_add libXau-1.0.3_2.tbz skipping libXau-1.0.3_2, already added pkg_add libSM-1.0.3_1,1.tbz skipping libSM-1.0.3_1,1, already added pkg_add recordproto-1.13.2.tbz skipping recordproto-1.13.2, already added pkg_add kbproto-1.0.3.tbz skipping kbproto-1.0.3, already added pkg_add libXdmcp-1.0.2_1.tbz skipping libXdmcp-1.0.2_1, already added pkg_add xextproto-7.0.2.tbz skipping xextproto-7.0.2, already added pkg_add libICE-1.0.4_1,1.tbz skipping libICE-1.0.4_1,1, already added pkg_add diablo-jdk-1.6.0.07.02.tbz skipping diablo-jdk-1.6.0.07.02, already added ===> Installing for java3d-1.5.2 ===> java3d-1.5.2 depends on file: /usr/local/diablo-jdk1.6.0/bin/java - found ===> Generating temporary packing list ===> Checking if java/java3d already installed install -o root -g wheel -m 444 /work/a/ports/java/java3d/work/java3d-1.5.2/vecmath/dist/lib/ext/vecmath.jar /work/a/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/default/opt/lib/ext/j3dcore.jar /work/a/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/default/opt/lib/ext/j3dutils.jar /usr/local/diablo-jdk1.6.0/jre/lib/ext install /work/a/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/default/opt/native/libj3dcore-ogl.so /usr/local/diablo-jdk1.6.0/jre/lib/amd64 install: /work/a/ports/java/java3d/work/java3d-1.5.2/j3d-core/build/default/opt/native/libj3dcore-ogl.so: No such file or directory *** Error code 71 Stop in /a/ports/java/java3d. ================================================================ build of /usr/ports/java/java3d ended at Thu Sep 4 11:38:13 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From tobez at FreeBSD.org Thu Sep 4 11:54:37 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Thu Sep 4 11:54:45 2008 Subject: cvs commit: ports/devel/p5-IPC-PubSub Makefile Message-ID: <200809041154.m84Bsa4B053030@repoman.freebsd.org> tobez 2008-09-04 11:54:36 UTC FreeBSD ports repository Modified files: devel/p5-IPC-PubSub Makefile Log: Fix bogus dependency. Reported by: QAT bot Revision Changes Path 1.8 +1 -1 ports/devel/p5-IPC-PubSub/Makefile From jadawin at FreeBSD.org Thu Sep 4 11:54:42 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Thu Sep 4 11:55:00 2008 Subject: cvs commit: ports/security/p5-Nmap-Parser Makefile distinfo pkg-descr Message-ID: <200809041154.m84Bsf5S053193@repoman.freebsd.org> jadawin 2008-09-04 11:54:41 UTC FreeBSD ports repository Modified files: security/p5-Nmap-Parser Makefile distinfo pkg-descr Log: - Update 1.16 - Take maintainership - Update WWW in pkg-descr Revision Changes Path 1.5 +2 -2 ports/security/p5-Nmap-Parser/Makefile 1.4 +3 -3 ports/security/p5-Nmap-Parser/distinfo 1.2 +1 -1 ports/security/p5-Nmap-Parser/pkg-descr From jadawin at FreeBSD.org Thu Sep 4 12:10:03 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Thu Sep 4 12:10:45 2008 Subject: cvs commit: ports/net Makefile ports/net/twitux Makefile distinfo pkg-descr pkg-plist Message-ID: <200809041210.m84CA3IL055807@repoman.freebsd.org> jadawin 2008-09-04 12:10:03 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/twitux Makefile distinfo pkg-descr pkg-plist Log: Twitux is a very simple GNOME client for Twitter. It handles private messages, friends and public timelines, and just sits in your tray bar until until new messages arrive. PR: ports/126910 Submitted by: Arnaud Berthomier Thanks to: miwi@ Revision Changes Path 1.2032 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/twitux/Makefile (new) 1.1 +3 -0 ports/net/twitux/distinfo (new) 1.1 +3 -0 ports/net/twitux/pkg-descr (new) 1.1 +30 -0 ports/net/twitux/pkg-plist (new) From jadawin at FreeBSD.org Thu Sep 4 12:22:08 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Thu Sep 4 12:22:13 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml Message-ID: <200809041222.m84CM7e1036368@repoman.freebsd.org> jadawin 2008-09-04 12:22:07 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Arnaud Berthomier (oz _at_ cyprio _dot_ net) to contributors list for net/twitux Revision Changes Path 1.822 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From lme at FreeBSD.org Thu Sep 4 12:24:26 2008 From: lme at FreeBSD.org (Lars Engels) Date: Thu Sep 4 12:24:38 2008 Subject: cvs commit: ports/x11/mrxvt-devel Makefile distinfo ports/x11/mrxvt-devel/files patch-doc-mrxvt.1 patch-src-rxvtlib.h patch-src-screen.c patch-src-xdefaults.c Message-ID: <200809041224.m84COQiU053971@repoman.freebsd.org> lme 2008-09-04 12:24:26 UTC FreeBSD ports repository Modified files: x11/mrxvt-devel Makefile distinfo Removed files: x11/mrxvt-devel/files patch-doc-mrxvt.1 patch-src-rxvtlib.h patch-src-screen.c patch-src-xdefaults.c Log: Update to 0.5.4 Revision Changes Path 1.15 +1 -2 ports/x11/mrxvt-devel/Makefile 1.5 +3 -3 ports/x11/mrxvt-devel/distinfo 1.2 +0 -19 ports/x11/mrxvt-devel/files/patch-doc-mrxvt.1 (dead) 1.2 +0 -14 ports/x11/mrxvt-devel/files/patch-src-rxvtlib.h (dead) 1.2 +0 -15 ports/x11/mrxvt-devel/files/patch-src-screen.c (dead) 1.3 +0 -13 ports/x11/mrxvt-devel/files/patch-src-xdefaults.c (dead) From QAT at FreeBSD.org Thu Sep 4 12:37:40 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 12:38:03 2008 Subject: cvs commit: ports/hungarian/hunspell Makefile distinfo pkg-plist ports/hungarian/hunspell/files patch-src_parsers_latexparser.cxx patch-src_tools_hunspell.cxx patch-sysintl In-Reply-To: <200809031854.m83IsO1E000268@repoman.freebsd.org> References: In-Reply-To: <200809031854.m83IsO1E000268@repoman.freebsd.org> Message-ID: <20080904123738.6BCC612E40BF@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/hu-hunspell-1.2.7.log : building hu-hunspell-1.2.7 in directory /var/tinderbox/7-STABLE-FTP maintained by: janos.mohacsi@bsd.hu building for: 7.0-STABLE amd64 port directory: /usr/ports/hungarian/hunspell Makefile ident: $FreeBSD: ports/hungarian/hunspell/Makefile,v 1.14 2008/09/03 18:54:24 mi Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 12:36:51 UTC 2008 ................................................... install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/man/hunspell.1 /usr/local/man/man1 install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/man/hunspell.4 /usr/local/man/man4 install -s -o root -g wheel -m 555 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/src/tools/.libs/hunspell /usr/local/bin /bin/mkdir -p /usr/local/include/hunspell install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/src/hunspell/*.h* /usr/local/include/hunspell/ install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/src/hunspell/.libs/libhunspell-1.2.a /usr/local/lib install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/src/hunspell/.libs/libhunspell-1.2.lai /usr/local/lib/libhunspell-1.1.la install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/src/hunspell/.libs/libhunspell-1.2.so.0 /usr/local/lib /bin/ln -s /usr/local/lib/libhunspell-1.2.so.0 /usr/local/lib/libhunspell-1.2.so /bin/mkdir -p /usr/local/share/myspell/ install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hu_HU-1.3/hu_HU.dic /work/a/ports/hungarian/hunspell/work/hu_HU-1.3/hu_HU.aff /usr/local/share/myspell/ /bin/mkdir -p /usr/local/lib/pkgconfig install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/hunspell.pc /usr/local/lib/pkgconfig /bin/ln -s /usr/local/share/myspell/hu_HU.dic /usr/local/share/myspell/magyar.dic /bin/ln -s /usr/local/share/myspell/hu_HU.dic /usr/local/share/myspell/hungarian.dic /bin/ln -s /usr/local/share/myspell/hu_HU.dic /usr/local/share/myspell/default.dic /bin/ln -s /usr/local/share/myspell/hu_HU.aff /usr/local/share/myspell/magyar.aff /bin/ln -s /usr/local/share/myspell/hu_HU.aff /usr/local/share/myspell/hungarian.aff /bin/ln -s /usr/local/share/myspell/hu_HU.aff /usr/local/share/myspell/default.aff #/usr/local/bin/msgfmt -o /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/hunspell.mo /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/hunspell.po #/bin/mkdir -p /usr/local/share/locale/hu/LC_MESSAGES/ && #install -o root -g wheel -m 444 /work/a/ports/hungarian/hunspell/work/hunspell-1.2.7/hunspell.mo /usr/local/share/locale/hu/LC_MESSAGES/ ===> Compressing manual pages for hu-hunspell-1.2.7 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for hu-hunspell-1.2.7 ================================================================ ======================================== ===> Building package for hu-hunspell-1.2.7 Creating package /tmp/packages/All/hu-hunspell-1.2.7.tbz Registering depends: gettext-0.17_1 libiconv-1.11_1. Creating bzip'd tar ball in '/tmp/packages/All/hu-hunspell-1.2.7.tbz' Deleting hu-hunspell-1.2.7 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 7162715 4 drwxr-xr-x 2 root wheel 512 Sep 4 12:37 usr/local/include/hunspell 7162767 4 drwxr-xr-x 2 root wheel 512 Sep 4 12:37 usr/local/lib/pkgconfig ================================================================ build of /usr/ports/hungarian/hunspell ended at Thu Sep 4 12:37:37 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From koitsu at FreeBSD.org Thu Sep 4 12:41:10 2008 From: koitsu at FreeBSD.org (Jeremy Chadwick) Date: Thu Sep 4 12:41:16 2008 Subject: cvs commit: ports/databases/jrrd Makefile ports/sysutils/ganglia-monitor-core Makefile ports/sysutils/symon Makefile Message-ID: <200809041241.m84Cf9OO060063@repoman.freebsd.org> koitsu 2008-09-04 12:41:09 UTC FreeBSD ports repository Modified files: databases/jrrd Makefile sysutils/ganglia-monitor-core Makefile sysutils/symon Makefile Log: Adjust LIB_DEPENDS to use 'rrd' instead of 'rrd.4'. This allows for use of either databases/rrdtool12 or databases/rrdtool, rather than only the latter. Revision Changes Path 1.2 +1 -1 ports/databases/jrrd/Makefile 1.25 +1 -1 ports/sysutils/ganglia-monitor-core/Makefile 1.19 +1 -1 ports/sysutils/symon/Makefile From roberto at FreeBSD.org Thu Sep 4 12:54:20 2008 From: roberto at FreeBSD.org (Ollivier Robert) Date: Thu Sep 4 12:54:28 2008 Subject: cvs commit: src/contrib/ntp COPYRIGHT ChangeLog ChangeLog-4.1.0 CommitLog CommitLog-4.1.0 INSTALL Makefile.am Makefile.in NEWS README README.bk README.patches README.refclocks README.versions TODO WHERE-TO-START acinclude.m4 aclocal.m4 bincheck.mf bootstrap ... Message-ID: <200809041254.m84CsKtb060401@repoman.freebsd.org> roberto 2008-09-04 12:49:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/ntp COPYRIGHT ChangeLog INSTALL Makefile.am Makefile.in NEWS README README.bk README.patches README.refclocks README.versions TODO WHERE-TO-START aclocal.m4 build compile config.guess config.h.in config.sub configure depcomp flock-build install-sh missing version contrib/ntp/adjtimed Makefile.am Makefile.in contrib/ntp/arlib Makefile.in aclocal.m4 configure depcomp install-sh missing contrib/ntp/clockstuff Makefile.am Makefile.in clktest.c propdelay.c contrib/ntp/html accopt.html assoc.html audio.html authopt.html clockopt.html confopt.html copyright.html debug.html extern.html howto.html index.html kern.html keygen.html ldisc.html manyopt.html measure.html miscopt.html monopt.html msyslog.html mx4200data.html notes.html ntpd.html ntpdate.html ntpdc.html ntpdsim.html ntpq.html ntptime.html ntptrace.html parsedata.html parsenew.html pps.html prefer.html rdebug.html refclock.html release.html sntp.html tickadj.html contrib/ntp/html/drivers driver1.html driver10.html driver11.html driver12.html driver16.html driver18.html driver19.html driver2.html driver20.html driver22.html driver26.html driver27.html driver28.html driver29.html driver3.html driver30.html driver32.html driver33.html driver34.html driver35.html driver36.html driver37.html driver38.html driver39.html driver4.html driver40.html driver42.html driver43.html driver44.html driver5.html driver6.html driver7.html driver8.html driver9.html oncore-shmem.html contrib/ntp/html/scripts links11.txt links7.txt links8.txt links9.txt contrib/ntp/include Makefile.am Makefile.in adjtime.h ascii.h binio.h ieee754io.h l_stdlib.h mbg_gps166.h ntp.h ntp_config.h ntp_control.h ntp_crypto.h ntp_filegen.h ntp_fp.h ntp_machine.h ntp_refclock.h ntp_request.h ntp_rfc2553.h ntp_stdlib.h ntp_tty.h ntp_types.h ntpd.h parse.h parse_conf.h recvbuff.h trimble.h contrib/ntp/include/isc Makefile.am Makefile.in interfaceiter.h ipv6.h msgs.h net.h netaddr.h result.h sockaddr.h contrib/ntp/kernel Makefile.in chuinit.c clkinit.c contrib/ntp/kernel/sys Makefile.in parsestreams.h contrib/ntp/libisc ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c net.c contrib/ntp/libntp Makefile.am Makefile.in a_md5encrypt.c adjtime.c audio.c buftvtots.c caljulian.c clocktypes.c decodenetnum.c dolfptoa.c humandate.c icom.c iosignal.c lib_strbuf.h machines.c mktime.c msyslog.c ntp_rfc2553.c numtohost.c prettydate.c recvbuff.c socktoa.c socktohost.c statestr.c systime.c contrib/ntp/libparse Makefile.am Makefile.in README clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_trimtaip.c clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c info_trimble.c parse.c parse_conf.c parsesolaris.c parsestreams.c trim_info.c contrib/ntp/ntpd Makefile.am Makefile.in cmd_args.c ntp_config.c ntp_control.c ntp_crypto.c ntp_filegen.c ntp_intres.c ntp_io.c ntp_loopfilter.c ntp_monitor.c ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c ntp_restrict.c ntp_timer.c ntp_util.c ntpd.c ntpsim.c refclock_acts.c refclock_arbiter.c refclock_arc.c refclock_atom.c refclock_bancomm.c refclock_chu.c refclock_conf.c refclock_datum.c refclock_fg.c refclock_gpsvme.c refclock_heath.c refclock_hopfpci.c refclock_hopfser.c refclock_hpgps.c refclock_irig.c refclock_jjy.c refclock_jupiter.c refclock_leitch.c refclock_local.c refclock_msfees.c refclock_mx4200.c refclock_neoclock4x.c refclock_nmea.c refclock_oncore.c refclock_palisade.c refclock_palisade.h refclock_parse.c refclock_pst.c refclock_ripencc.c refclock_shm.c refclock_ulink.c refclock_wwv.c refclock_wwvb.c contrib/ntp/ntpdate Makefile.am Makefile.in ntpdate.c ntptimeset.c contrib/ntp/ntpdc Makefile.am Makefile.in layout.std nl.pl nl.pl.in ntpdc.c ntpdc.h ntpdc_ops.c contrib/ntp/ntpq Makefile.am Makefile.in ntpq.c ntpq.h contrib/ntp/parseutil Makefile.in dcfd.c testdcf.c contrib/ntp/scripts Makefile.am Makefile.in mkver.in ntpsweep.in ntptrace.in contrib/ntp/scripts/monitoring lr.pl ntploopwatch contrib/ntp/sntp Makefile.am Makefile.in README aclocal.m4 config.guess config.sub configure configure.ac depcomp header.h install-sh internet.c internet.h main.c missing socket.c timing.c contrib/ntp/util Makefile.am Makefile.in ansi2knr.c hist.c jitter.c ntp-keygen.c ntptime.c usr.sbin/ntp Makefile Makefile.inc config.h usr.sbin/ntp/doc Makefile usr.sbin/ntp/libntp Makefile usr.sbin/ntp/libparse Makefile usr.sbin/ntp/ntp-keygen Makefile usr.sbin/ntp/ntpd Makefile usr.sbin/ntp/ntpdate Makefile usr.sbin/ntp/ntpdc Makefile usr.sbin/ntp/ntpq Makefile usr.sbin/ntp/scripts mkver usr.sbin/ntp/sntp Makefile Added files: (Branch: RELENG_6) contrib/ntp CommitLog CommitLog-4.1.0 bincheck.mf bootstrap configure.ac ltmain.sh packageinfo.sh version.m4 contrib/ntp/html gadget.html groups.html ntp_conf.html ntpdsim_new.html contrib/ntp/html/build build.html config.html hints.html patches.html porting.html quick.html contrib/ntp/html/build/hints a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix netbsd notes-xntp-v3 parse refclocks rs6000 sco.html sgi solaris-dosynctodr.html solaris.html solaris.xtra.4023118 solaris.xtra.S99ntpd solaris.xtra.patchfreq sun4 svr4-dell svr4_package todo vxworks.html winnt.html contrib/ntp/html/build/scripts footer.txt links10.txt links11.txt links12.txt links7.txt links8.txt links9.txt style.css contrib/ntp/html/drivers driver31.html tf582_4.html contrib/ntp/html/drivers/scripts footer.txt style.css contrib/ntp/include autogen-version.def copyright.def debug-opt.def homerc.def ntp_debug.h ntp_random.h timepps-SCO.h timepps-Solaris.h timepps-SunOS.h version.def contrib/ntp/include/isc buffer.h netscope.h region.h contrib/ntp/libisc ifiter_getifaddrs.c inet_aton.c inet_pton.c netaddr.c netscope.c sockaddr.c contrib/ntp/libntp ntp_random.c contrib/ntp/libopts COPYING.lgpl COPYING.mbsd MakeDefs.inc Makefile.am Makefile.in README autoopts.c autoopts.h boolean.c configfile.c cook.c enumeration.c environment.c genshell.c genshell.h libopts.c load.c makeshell.c nested.c numeric.c pgusage.c proto.h putshell.c restore.c save.c sort.c stack.c streqvcmp.c text_mmap.c tokenize.c usage.c version.c contrib/ntp/libopts/autoopts options.h usage-txt.h contrib/ntp/libopts/compat compat.h pathfind.c snprintf.c strchr.c strdup.c windows-config.h contrib/ntp/libopts/m4 libopts.m4 liboptschk.m4 contrib/ntp/libparse binio.c gpstolfp.c ieee754io.c mfp_mul.c contrib/ntp/m4 define_dir.m4 hs_ulong_const.m4 os_cflags.m4 contrib/ntp/ntpd ntpd-opts.c ntpd-opts.def ntpd-opts.h ntpd-opts.menu ntpd-opts.texi ntpd.1 ntpdbase-opts.def ntpdsim-opts.c ntpdsim-opts.def ntpdsim-opts.h ntpdsim-opts.menu ntpdsim-opts.texi ntpdsim.1 ppsapi_timepps.h contrib/ntp/ntpdc ntpdc-opts.c ntpdc-opts.def ntpdc-opts.h ntpdc-opts.menu ntpdc-opts.texi ntpdc.1 contrib/ntp/ntpq ntpq-opts.c ntpq-opts.def ntpq-opts.h ntpq-opts.menu ntpq-opts.texi ntpq-subs.c ntpq.1 contrib/ntp/scripts VersionName genCommitLog genver html2man.in contrib/ntp/sntp COPYRIGHT autogen-version.def bincheck.mf compile config.h.in ltmain.sh sntp-opts.c sntp-opts.def sntp-opts.h sntp-opts.menu sntp-opts.texi sntp.1 version.def contrib/ntp/sntp/libopts COPYING.lgpl COPYING.mbsd MakeDefs.inc Makefile.am Makefile.in README autoopts.c autoopts.h boolean.c configfile.c cook.c enumeration.c environment.c genshell.c genshell.h libopts.c load.c makeshell.c nested.c numeric.c pgusage.c proto.h putshell.c restore.c save.c sort.c stack.c streqvcmp.c text_mmap.c tokenize.c usage.c version.c contrib/ntp/sntp/libopts/autoopts options.h usage-txt.h contrib/ntp/sntp/libopts/compat compat.h pathfind.c snprintf.c strchr.c strdup.c windows-config.h contrib/ntp/sntp/libopts/m4 libopts.m4 liboptschk.m4 contrib/ntp/util jitter.h ntp-keygen-opts.c ntp-keygen-opts.def ntp-keygen-opts.h ntp-keygen-opts.menu ntp-keygen-opts.texi ntp-keygen.1 tg.c usr.sbin/ntp/libopts Makefile Removed files: (Branch: RELENG_6) contrib/ntp ChangeLog-4.1.0 acinclude.m4 configure.in mkinstalldirs contrib/ntp/arlib mkinstalldirs contrib/ntp/html build.html config.html hints.html patches.html porting.html quick.html contrib/ntp/html/drivers driver23.html driver24.html contrib/ntp/html/hints a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix netbsd notes-xntp-v3 parse refclocks rs6000 sco.html sgi solaris-dosynctodr.html solaris.html solaris.xtra.4023118 solaris.xtra.4095849 solaris.xtra.S99ntpd solaris.xtra.patchfreq sun4 svr4-dell svr4_package todo vxworks.html winnt.html contrib/ntp/libntp binio.c calleapwhen.c gpstolfp.c ieee754io.c log.c log.h mfp_mul.c random.c ranny.c contrib/ntp/ntpd map_vme.c refclock_ptbacts.c refclock_usno.c contrib/ntp/ntpq ntpq_ops.c contrib/ntp/scripts/support README contrib/ntp/scripts/support/bin monl mvstats contrib/ntp/scripts/support/conf hp300.hp300 hp700.hp700 hp700.hp700.faui47 hp800.hp800 ntp.conf sun3.sun3 sun4.sun4.faui01 sun4.sun4.faui10 sun4.sun4.faui45 sun4.sun4c sun4.sun4c.Lucifer sun4.sun4m sun4.sun4m.faui42 sun4.sun4m.faui45m tickconf contrib/ntp/scripts/support/etc cron crontab install rc setup contrib/ntp/sntp mkinstalldirs Log: SVN rev 182752 on 2008-09-04 12:49:54Z by roberto MFH ntpd 4.2.4p5. Main difference with the stable/7 merge is that 6.x does not support -lrt and the corresponding *timer functions. Approved by: re (kensmith) Revision Changes Path 1.1.1.5.8.1 +10 -10 src/contrib/ntp/COPYRIGHT 1.1.1.5.8.1 +405 -23989 src/contrib/ntp/ChangeLog 1.1.1.2.8.1 +0 -6152 src/contrib/ntp/ChangeLog-4.1.0 (dead) 1.1.4.1 +23578 -0 src/contrib/ntp/CommitLog (new) 1.1.4.1 +6152 -0 src/contrib/ntp/CommitLog-4.1.0 (new) 1.1.1.2.14.1 +1 -1 src/contrib/ntp/INSTALL 1.1.1.5.8.1 +97 -63 src/contrib/ntp/Makefile.am 1.1.1.6.8.1 +277 -181 src/contrib/ntp/Makefile.in 1.1.1.6.8.1 +69 -154 src/contrib/ntp/NEWS 1.1.1.3.8.1 +4 -4 src/contrib/ntp/README 1.1.1.3.8.1 +3 -59 src/contrib/ntp/README.bk 1.1.1.1.8.1 +11 -1 src/contrib/ntp/README.patches 1.1.1.1.14.1 +2 -2 src/contrib/ntp/README.refclocks 1.1.1.1.14.1 +10 -18 src/contrib/ntp/README.versions 1.1.1.3.8.1 +0 -2 src/contrib/ntp/TODO 1.1.1.1.34.1 +5 -5 src/contrib/ntp/WHERE-TO-START 1.1.1.3.8.1 +0 -37 src/contrib/ntp/acinclude.m4 (dead) 1.1.1.6.8.1 +6661 -654 src/contrib/ntp/aclocal.m4 1.1.1.1.34.1 +10 -8 src/contrib/ntp/adjtimed/Makefile.am 1.1.1.5.8.1 +181 -109 src/contrib/ntp/adjtimed/Makefile.in 1.1.1.1.8.1 +151 -119 src/contrib/ntp/arlib/Makefile.in 1.1.1.1.8.1 +539 -524 src/contrib/ntp/arlib/aclocal.m4 1.1.1.1.8.1 +590 -250 src/contrib/ntp/arlib/configure 1.1.1.1.8.1 +95 -37 src/contrib/ntp/arlib/depcomp 1.1.1.1.8.1 +250 -221 src/contrib/ntp/arlib/install-sh 1.1.1.1.8.1 +86 -62 src/contrib/ntp/arlib/missing 1.1.1.1.8.1 +0 -111 src/contrib/ntp/arlib/mkinstalldirs (dead) 1.1.4.1 +15 -0 src/contrib/ntp/bincheck.mf (new) 1.1.4.1 +120 -0 src/contrib/ntp/bootstrap (new) 1.1.1.4.8.1 +18 -0 src/contrib/ntp/build 1.1.1.2.14.1 +3 -1 src/contrib/ntp/clockstuff/Makefile.am 1.1.1.5.8.1 +159 -109 src/contrib/ntp/clockstuff/Makefile.in 1.1.1.1.34.1 +31 -148 src/contrib/ntp/clockstuff/clktest.c 1.1.1.1.34.1 +6 -6 src/contrib/ntp/clockstuff/propdelay.c 1.1.1.1.8.1 +96 -53 src/contrib/ntp/compile 1.1.1.5.8.1 +328 -272 src/contrib/ntp/config.guess 1.1.1.6.8.1 +248 -43 src/contrib/ntp/config.h.in 1.1.1.5.8.1 +125 -50 src/contrib/ntp/config.sub 1.1.1.6.8.1 +35299 -5278 src/contrib/ntp/configure 1.1.4.1 +4206 -0 src/contrib/ntp/configure.ac (new) 1.1.1.6.8.1 +0 -3707 src/contrib/ntp/configure.in (dead) 1.1.1.4.8.1 +95 -37 src/contrib/ntp/depcomp 1.1.1.3.8.1 +25 -26 src/contrib/ntp/flock-build 1.1.1.1.8.1 +66 -63 src/contrib/ntp/html/accopt.html 1.1.1.1.8.1 +52 -51 src/contrib/ntp/html/assoc.html 1.1.1.1.8.1 +141 -48 src/contrib/ntp/html/audio.html 1.1.1.1.8.1 +148 -137 src/contrib/ntp/html/authopt.html 1.1.1.1.8.1 +0 -83 src/contrib/ntp/html/build.html (dead) 1.1.4.1 +83 -0 src/contrib/ntp/html/build/build.html (new) 1.1.4.1 +168 -0 src/contrib/ntp/html/build/config.html (new) 1.1.4.1 +23 -0 src/contrib/ntp/html/build/hints.html (new) 1.1.4.1 +195 -0 src/contrib/ntp/html/build/hints/a-ux (new) 1.1.4.1 +76 -0 src/contrib/ntp/html/build/hints/aix (new) 1.1.4.1 +65 -0 src/contrib/ntp/html/build/hints/bsdi (new) 1.1.4.1 +13 -0 src/contrib/ntp/html/build/hints/changes (new) 1.1.4.1 +40 -0 src/contrib/ntp/html/build/hints/decosf1 (new) 1.1.4.1 +54 -0 src/contrib/ntp/html/build/hints/decosf2 (new) 1.1.4.1 +15 -0 src/contrib/ntp/html/build/hints/freebsd (new) 1.1.4.1 +158 -0 src/contrib/ntp/html/build/hints/hpux (new) 1.1.4.1 +5 -0 src/contrib/ntp/html/build/hints/linux (new) 1.1.4.1 +50 -0 src/contrib/ntp/html/build/hints/mpeix (new) 1.1.4.1 +37 -0 src/contrib/ntp/html/build/hints/netbsd (new) 1.1.4.1 +119 -0 src/contrib/ntp/html/build/hints/notes-xntp-v3 (new) 1.1.4.1 +105 -0 src/contrib/ntp/html/build/hints/parse (new) 1.1.4.1 +35 -0 src/contrib/ntp/html/build/hints/refclocks (new) 1.1.4.1 +56 -0 src/contrib/ntp/html/build/hints/rs6000 (new) 1.1.4.1 +24 -0 src/contrib/ntp/html/build/hints/sco.html (new) 1.1.4.1 +74 -0 src/contrib/ntp/html/build/hints/sgi (new) 1.1.4.1 +321 -0 src/contrib/ntp/html/build/hints/solaris-dosynctodr.html (new) 1.1.4.1 +144 -0 src/contrib/ntp/html/build/hints/solaris.html (new) 1.1.4.1 +36 -0 src/contrib/ntp/html/build/hints/solaris.xtra.4023118 (new) 1.1.4.1 +21 -0 src/contrib/ntp/html/build/hints/solaris.xtra.S99ntpd (new) 1.1.4.1 +85 -0 src/contrib/ntp/html/build/hints/solaris.xtra.patchfreq (new) 1.1.4.1 +15 -0 src/contrib/ntp/html/build/hints/sun4 (new) 1.1.4.1 +8 -0 src/contrib/ntp/html/build/hints/svr4-dell (new) 1.1.4.1 +33 -0 src/contrib/ntp/html/build/hints/svr4_package (new) 1.1.4.1 +4 -0 src/contrib/ntp/html/build/hints/todo (new) 1.1.4.1 +82 -0 src/contrib/ntp/html/build/hints/vxworks.html (new) 1.1.4.1 +281 -0 src/contrib/ntp/html/build/hints/winnt.html (new) 1.1.4.1 +36 -0 src/contrib/ntp/html/build/patches.html (new) 1.1.4.1 +40 -0 src/contrib/ntp/html/build/porting.html (new) 1.1.4.1 +30 -0 src/contrib/ntp/html/build/quick.html (new) 1.1.4.1 +7 -0 src/contrib/ntp/html/build/scripts/footer.txt (new) 1.1.4.1 +5 -0 src/contrib/ntp/html/build/scripts/links10.txt (new) 1.1.4.1 +5 -0 src/contrib/ntp/html/build/scripts/links11.txt (new) 1.1.4.1 +5 -0 src/contrib/ntp/html/build/scripts/links12.txt (new) 1.1.4.1 +5 -0 src/contrib/ntp/html/build/scripts/links7.txt (new) 1.1.4.1 +6 -0 src/contrib/ntp/html/build/scripts/links8.txt (new) 1.1.4.1 +7 -0 src/contrib/ntp/html/build/scripts/links9.txt (new) 1.1.4.1 +64 -0 src/contrib/ntp/html/build/scripts/style.css (new) 1.1.1.1.8.1 +62 -61 src/contrib/ntp/html/clockopt.html 1.1.1.1.8.1 +0 -168 src/contrib/ntp/html/config.html (dead) 1.1.1.1.8.1 +37 -43 src/contrib/ntp/html/confopt.html 1.1.1.1.8.1 +73 -72 src/contrib/ntp/html/copyright.html 1.1.1.1.8.1 +119 -118 src/contrib/ntp/html/debug.html 1.1.1.1.8.1 +59 -58 src/contrib/ntp/html/drivers/driver1.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver10.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver11.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver12.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver16.html 1.1.1.1.8.1 +75 -80 src/contrib/ntp/html/drivers/driver18.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver19.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver2.html 1.1.1.1.8.1 +59 -64 src/contrib/ntp/html/drivers/driver20.html 1.1.1.1.8.1 +53 -49 src/contrib/ntp/html/drivers/driver22.html 1.1.1.1.8.1 +0 -104 src/contrib/ntp/html/drivers/driver23.html (dead) 1.1.1.1.8.1 +0 -46 src/contrib/ntp/html/drivers/driver24.html (dead) 1.1.1.1.8.1 +14 -11 src/contrib/ntp/html/drivers/driver26.html 1.1.1.1.8.1 +198 -200 src/contrib/ntp/html/drivers/driver27.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver28.html 1.1.1.1.8.1 +769 -790 src/contrib/ntp/html/drivers/driver29.html 1.1.1.1.8.1 +47 -47 src/contrib/ntp/html/drivers/driver3.html 1.1.1.1.8.1 +76 -77 src/contrib/ntp/html/drivers/driver30.html 1.1.4.1 +58 -0 src/contrib/ntp/html/drivers/driver31.html (new) 1.1.1.1.8.1 +23 -23 src/contrib/ntp/html/drivers/driver32.html 1.1.1.1.8.1 +23 -23 src/contrib/ntp/html/drivers/driver33.html 1.1.1.1.8.1 +67 -38 src/contrib/ntp/html/drivers/driver34.html 1.1.1.1.8.1 +41 -40 src/contrib/ntp/html/drivers/driver35.html 1.1.1.1.8.1 +140 -256 src/contrib/ntp/html/drivers/driver36.html 1.1.1.1.8.1 +44 -43 src/contrib/ntp/html/drivers/driver37.html 1.1.1.1.8.1 +124 -131 src/contrib/ntp/html/drivers/driver38.html 1.1.1.1.8.1 +106 -109 src/contrib/ntp/html/drivers/driver39.html 1.1.1.1.8.1 +59 -58 src/contrib/ntp/html/drivers/driver4.html 1.1.1.1.8.1 +128 -93 src/contrib/ntp/html/drivers/driver40.html 1.1.1.1.8.1 +23 -22 src/contrib/ntp/html/drivers/driver42.html 1.1.1.1.8.1 +36 -35 src/contrib/ntp/html/drivers/driver43.html 1.1.1.1.8.1 +81 -85 src/contrib/ntp/html/drivers/driver44.html 1.1.1.1.8.1 +3 -3 src/contrib/ntp/html/drivers/driver5.html 1.1.1.1.8.1 +79 -76 src/contrib/ntp/html/drivers/driver6.html 1.1.1.1.8.1 +207 -208 src/contrib/ntp/html/drivers/driver7.html 1.1.1.1.8.1 +273 -130 src/contrib/ntp/html/drivers/driver8.html 1.1.1.1.8.1 +2 -2 src/contrib/ntp/html/drivers/driver9.html 1.1.1.1.8.1 +58 -55 src/contrib/ntp/html/drivers/oncore-shmem.html 1.1.4.1 +7 -0 src/contrib/ntp/html/drivers/scripts/footer.txt (new) 1.1.4.1 +64 -0 src/contrib/ntp/html/drivers/scripts/style.css (new) 1.1.4.1 +71 -0 src/contrib/ntp/html/drivers/tf582_4.html (new) 1.1.1.1.8.1 +26 -25 src/contrib/ntp/html/extern.html 1.1.4.1 +33 -0 src/contrib/ntp/html/gadget.html (new) 1.1.4.1 +47 -0 src/contrib/ntp/html/groups.html (new) 1.1.1.1.8.1 +0 -23 src/contrib/ntp/html/hints.html (dead) 1.1.1.1.34.1 +0 -195 src/contrib/ntp/html/hints/a-ux (dead) 1.1.1.1.34.1 +0 -76 src/contrib/ntp/html/hints/aix (dead) 1.1.1.1.34.1 +0 -65 src/contrib/ntp/html/hints/bsdi (dead) 1.1.1.1.34.1 +0 -13 src/contrib/ntp/html/hints/changes (dead) 1.1.1.1.34.1 +0 -40 src/contrib/ntp/html/hints/decosf1 (dead) 1.1.1.1.34.1 +0 -54 src/contrib/ntp/html/hints/decosf2 (dead) 1.1.1.1.16.1 +0 -15 src/contrib/ntp/html/hints/freebsd (dead) 1.1.1.1.34.1 +0 -158 src/contrib/ntp/html/hints/hpux (dead) 1.1.1.1.34.1 +0 -5 src/contrib/ntp/html/hints/linux (dead) 1.1.1.1.14.1 +0 -50 src/contrib/ntp/html/hints/mpeix (dead) 1.1.1.1.8.1 +0 -37 src/contrib/ntp/html/hints/netbsd (dead) 1.1.1.1.34.1 +0 -119 src/contrib/ntp/html/hints/notes-xntp-v3 (dead) 1.1.1.1.34.1 +0 -105 src/contrib/ntp/html/hints/parse (dead) 1.1.1.1.34.1 +0 -35 src/contrib/ntp/html/hints/refclocks (dead) 1.1.1.1.34.1 +0 -56 src/contrib/ntp/html/hints/rs6000 (dead) 1.1.1.1.8.1 +0 -24 src/contrib/ntp/html/hints/sco.html (dead) 1.1.1.1.34.1 +0 -74 src/contrib/ntp/html/hints/sgi (dead) 1.1.1.2.8.1 +0 -321 src/contrib/ntp/html/hints/solaris-dosynctodr.html (dead) 1.1.1.3.8.1 +0 -144 src/contrib/ntp/html/hints/solaris.html (dead) 1.1.1.1.34.1 +0 -36 src/contrib/ntp/html/hints/solaris.xtra.4023118 (dead) 1.1.1.1.34.1 +0 -74 src/contrib/ntp/html/hints/solaris.xtra.4095849 (dead) 1.1.1.2.34.1 +0 -21 src/contrib/ntp/html/hints/solaris.xtra.S99ntpd (dead) 1.1.1.1.34.1 +0 -85 src/contrib/ntp/html/hints/solaris.xtra.patchfreq (dead) 1.1.1.1.34.1 +0 -15 src/contrib/ntp/html/hints/sun4 (dead) 1.1.1.1.34.1 +0 -8 src/contrib/ntp/html/hints/svr4-dell (dead) 1.1.1.1.34.1 +0 -33 src/contrib/ntp/html/hints/svr4_package (dead) 1.1.1.1.34.1 +0 -4 src/contrib/ntp/html/hints/todo (dead) 1.1.1.3.8.1 +0 -82 src/contrib/ntp/html/hints/vxworks.html (dead) 1.1.1.1.8.1 +0 -259 src/contrib/ntp/html/hints/winnt.html (dead) 1.1.1.1.8.1 +89 -88 src/contrib/ntp/html/howto.html 1.1.1.1.8.1 +94 -94 src/contrib/ntp/html/index.html 1.1.1.1.8.1 +27 -26 src/contrib/ntp/html/kern.html 1.1.1.1.8.1 +109 -105 src/contrib/ntp/html/keygen.html 1.1.1.1.8.1 +35 -34 src/contrib/ntp/html/ldisc.html 1.1.1.1.8.1 +76 -62 src/contrib/ntp/html/manyopt.html 1.1.1.1.8.1 +16 -15 src/contrib/ntp/html/measure.html 1.1.1.1.8.1 +117 -87 src/contrib/ntp/html/miscopt.html 1.1.1.1.8.1 +126 -117 src/contrib/ntp/html/monopt.html 1.1.1.1.8.1 +118 -121 src/contrib/ntp/html/msyslog.html 1.1.1.1.8.1 +1069 -1068 src/contrib/ntp/html/mx4200data.html 1.1.1.1.8.1 +153 -152 src/contrib/ntp/html/notes.html 1.1.4.1 +173 -0 src/contrib/ntp/html/ntp_conf.html (new) 1.1.1.1.8.1 +179 -178 src/contrib/ntp/html/ntpd.html 1.1.1.1.8.1 +66 -63 src/contrib/ntp/html/ntpdate.html 1.1.1.1.8.1 +208 -151 src/contrib/ntp/html/ntpdc.html 1.1.1.1.8.1 +58 -57 src/contrib/ntp/html/ntpdsim.html 1.1.4.1 +102 -0 src/contrib/ntp/html/ntpdsim_new.html (new) 1.1.1.1.8.1 +258 -256 src/contrib/ntp/html/ntpq.html 1.1.1.1.8.1 +41 -40 src/contrib/ntp/html/ntptime.html 1.1.1.1.8.1 +37 -36 src/contrib/ntp/html/ntptrace.html 1.1.1.1.8.1 +158 -145 src/contrib/ntp/html/parsedata.html 1.1.1.1.8.1 +50 -47 src/contrib/ntp/html/parsenew.html 1.1.1.1.8.1 +0 -36 src/contrib/ntp/html/patches.html (dead) 1.1.1.1.8.1 +0 -40 src/contrib/ntp/html/porting.html (dead) 1.1.1.1.8.1 +34 -33 src/contrib/ntp/html/pps.html 1.1.1.1.8.1 +65 -64 src/contrib/ntp/html/prefer.html 1.1.1.1.8.1 +0 -30 src/contrib/ntp/html/quick.html (dead) 1.1.1.1.8.1 +26 -25 src/contrib/ntp/html/rdebug.html 1.1.1.1.8.1 +96 -96 src/contrib/ntp/html/refclock.html 1.1.1.1.8.1 +63 -50 src/contrib/ntp/html/release.html 1.1.1.1.8.1 +2 -0 src/contrib/ntp/html/scripts/links11.txt 1.1.1.1.8.1 +1 -0 src/contrib/ntp/html/scripts/links7.txt 1.1.1.1.8.1 +3 -3 src/contrib/ntp/html/scripts/links8.txt 1.1.1.1.8.1 +1 -0 src/contrib/ntp/html/scripts/links9.txt 1.1.1.1.8.1 +50 -49 src/contrib/ntp/html/sntp.html 1.1.1.1.8.1 +36 -35 src/contrib/ntp/html/tickadj.html 1.1.1.4.8.1 +6 -1 src/contrib/ntp/include/Makefile.am 1.1.1.5.8.1 +153 -83 src/contrib/ntp/include/Makefile.in 1.1.1.2.8.1 +0 -6 src/contrib/ntp/include/adjtime.h 1.1.1.1.34.1 +37 -2 src/contrib/ntp/include/ascii.h 1.1.4.1 +2 -0 src/contrib/ntp/include/autogen-version.def (new) 1.1.1.1.34.1 +37 -2 src/contrib/ntp/include/binio.h 1.1.4.1 +18 -0 src/contrib/ntp/include/copyright.def (new) 1.1.4.1 +34 -0 src/contrib/ntp/include/debug-opt.def (new) 1.1.4.1 +9 -0 src/contrib/ntp/include/homerc.def (new) 1.1.1.1.34.1 +37 -2 src/contrib/ntp/include/ieee754io.h 1.1.1.1.8.1 +3 -0 src/contrib/ntp/include/isc/Makefile.am 1.1.1.1.8.1 +112 -56 src/contrib/ntp/include/isc/Makefile.in 1.1.4.1 +800 -0 src/contrib/ntp/include/isc/buffer.h (new) 1.1.1.1.8.1 +2 -0 src/contrib/ntp/include/isc/interfaceiter.h 1.1.1.1.8.1 +17 -15 src/contrib/ntp/include/isc/ipv6.h 1.1.1.1.8.1 +12 -10 src/contrib/ntp/include/isc/msgs.h 1.1.1.1.8.1 +58 -13 src/contrib/ntp/include/isc/net.h 1.1.1.1.8.1 +22 -12 src/contrib/ntp/include/isc/netaddr.h 1.1.4.1 +40 -0 src/contrib/ntp/include/isc/netscope.h (new) 1.1.4.1 +95 -0 src/contrib/ntp/include/isc/region.h (new) 1.1.1.1.8.1 +14 -11 src/contrib/ntp/include/isc/result.h 1.1.1.1.8.1 +6 -0 src/contrib/ntp/include/isc/sockaddr.h 1.1.1.5.8.1 +0 -13 src/contrib/ntp/include/l_stdlib.h 1.1.1.1.34.1 +49 -5 src/contrib/ntp/include/mbg_gps166.h 1.1.1.6.8.1 +140 -107 src/contrib/ntp/include/ntp.h 1.1.1.2.8.1 +20 -17 src/contrib/ntp/include/ntp_config.h 1.1.1.3.8.1 +24 -20 src/contrib/ntp/include/ntp_control.h 1.1.1.2.8.1 +13 -9 src/contrib/ntp/include/ntp_crypto.h 1.1.4.1 +26 -0 src/contrib/ntp/include/ntp_debug.h (new) 1.1.1.1.34.1 +1 -1 src/contrib/ntp/include/ntp_filegen.h 1.1.1.2.8.1 +5 -2 src/contrib/ntp/include/ntp_fp.h 1.1.1.4.8.1 +5 -11 src/contrib/ntp/include/ntp_machine.h 1.1.4.1 +14 -0 src/contrib/ntp/include/ntp_random.h (new) 1.1.1.4.8.1 +16 -10 src/contrib/ntp/include/ntp_refclock.h 1.1.1.4.8.1 +43 -1 src/contrib/ntp/include/ntp_request.h 1.1.1.1.8.1 +114 -76 src/contrib/ntp/include/ntp_rfc2553.h 1.1.1.3.8.1 +1 -7 src/contrib/ntp/include/ntp_stdlib.h 1.1.1.1.16.1 +0 -13 src/contrib/ntp/include/ntp_tty.h 1.1.1.2.14.1 +7 -0 src/contrib/ntp/include/ntp_types.h 1.1.1.4.8.1 +70 -31 src/contrib/ntp/include/ntpd.h 1.1.1.1.34.1 +42 -12 src/contrib/ntp/include/parse.h 1.1.1.1.34.1 +38 -9 src/contrib/ntp/include/parse_conf.h 1.1.1.2.8.1 +17 -7 src/contrib/ntp/include/recvbuff.h 1.1.4.1 +503 -0 src/contrib/ntp/include/timepps-SCO.h (new) 1.1.4.1 +501 -0 src/contrib/ntp/include/timepps-Solaris.h (new) 1.1.4.1 +504 -0 src/contrib/ntp/include/timepps-SunOS.h (new) 1.1.1.1.34.1 +37 -2 src/contrib/ntp/include/trimble.h 1.1.4.1 +1 -0 src/contrib/ntp/include/version.def (new) 1.1.1.3.8.1 +250 -221 src/contrib/ntp/install-sh 1.1.1.5.8.1 +145 -78 src/contrib/ntp/kernel/Makefile.in 1.1.1.1.34.1 +0 -2 src/contrib/ntp/kernel/chuinit.c 1.1.1.1.34.1 +0 -2 src/contrib/ntp/kernel/clkinit.c 1.1.1.5.8.1 +109 -56 src/contrib/ntp/kernel/sys/Makefile.in 1.1.1.2.8.1 +33 -9 src/contrib/ntp/kernel/sys/parsestreams.h 1.1.4.1 +191 -0 src/contrib/ntp/libisc/ifiter_getifaddrs.c (new) 1.1.1.1.8.1 +447 -149 src/contrib/ntp/libisc/ifiter_ioctl.c 1.1.1.1.8.1 +24 -14 src/contrib/ntp/libisc/ifiter_sysctl.c 1.1.4.1 +195 -0 src/contrib/ntp/libisc/inet_aton.c (new) 1.1.4.1 +211 -0 src/contrib/ntp/libisc/inet_pton.c (new) 1.1.1.1.8.1 +83 -22 src/contrib/ntp/libisc/interfaceiter.c 1.1.1.1.8.1 +201 -13 src/contrib/ntp/libisc/net.c 1.1.4.1 +363 -0 src/contrib/ntp/libisc/netaddr.c (new) 1.1.4.1 +74 -0 src/contrib/ntp/libisc/netscope.c (new) 1.1.4.1 +480 -0 src/contrib/ntp/libisc/sockaddr.c (new) 1.1.1.5.8.1 +12 -9 src/contrib/ntp/libntp/Makefile.am 1.1.1.5.8.1 +472 -494 src/contrib/ntp/libntp/Makefile.in 1.1.1.3.8.1 +1 -1 src/contrib/ntp/libntp/a_md5encrypt.c 1.1.1.3.8.1 +80 -17 src/contrib/ntp/libntp/adjtime.c 1.1.1.3.8.1 +24 -9 src/contrib/ntp/libntp/audio.c 1.1.1.2.8.1 +0 -128 src/contrib/ntp/libntp/binio.c (dead) 1.1.1.2.14.1 +12 -83 src/contrib/ntp/libntp/buftvtots.c 1.1.1.2.8.1 +31 -0 src/contrib/ntp/libntp/caljulian.c 1.1.1.1.34.1 +0 -59 src/contrib/ntp/libntp/calleapwhen.c (dead) 1.1.1.6.8.1 +10 -10 src/contrib/ntp/libntp/clocktypes.c 1.1.1.2.8.1 +0 -1 src/contrib/ntp/libntp/decodenetnum.c 1.1.1.2.8.1 +11 -0 src/contrib/ntp/libntp/dolfptoa.c 1.1.1.2.14.1 +0 -41 src/contrib/ntp/libntp/gpstolfp.c (dead) 1.1.1.3.8.1 +3 -4 src/contrib/ntp/libntp/humandate.c 1.1.1.3.8.1 +1 -0 src/contrib/ntp/libntp/icom.c 1.1.1.2.8.1 +0 -575 src/contrib/ntp/libntp/ieee754io.c (dead) 1.1.1.4.8.1 +25 -12 src/contrib/ntp/libntp/iosignal.c 1.1.1.1.34.1 +2 -1 src/contrib/ntp/libntp/lib_strbuf.h 1.1.1.2.8.1 +0 -161 src/contrib/ntp/libntp/log.c (dead) 1.1.1.1.34.1 +0 -21 src/contrib/ntp/libntp/log.h (dead) 1.1.1.4.8.1 +4 -2 src/contrib/ntp/libntp/machines.c 1.1.1.1.34.1 +0 -140 src/contrib/ntp/libntp/mfp_mul.c (dead) 1.1.1.4.8.1 +3 -6 src/contrib/ntp/libntp/mktime.c 1.1.1.4.8.1 +0 -1 src/contrib/ntp/libntp/msyslog.c 1.1.4.1 +485 -0 src/contrib/ntp/libntp/ntp_random.c (new) 1.1.1.1.8.1 +242 -130 src/contrib/ntp/libntp/ntp_rfc2553.c 1.1.1.1.34.1 +0 -1 src/contrib/ntp/libntp/numtohost.c 1.1.1.2.14.1 +73 -9 src/contrib/ntp/libntp/prettydate.c 1.1.1.1.16.1 +0 -482 src/contrib/ntp/libntp/random.c (dead) 1.1.1.1.34.1 +0 -82 src/contrib/ntp/libntp/ranny.c (dead) 1.1.1.3.14.1 +148 -161 src/contrib/ntp/libntp/recvbuff.c 1.1.1.1.8.1 +11 -3 src/contrib/ntp/libntp/socktoa.c 1.1.1.1.8.1 +0 -1 src/contrib/ntp/libntp/socktohost.c 1.1.1.2.8.1 +6 -4 src/contrib/ntp/libntp/statestr.c 1.1.1.4.8.1 +39 -18 src/contrib/ntp/libntp/systime.c 1.1.4.1 +502 -0 src/contrib/ntp/libopts/COPYING.lgpl (new) 1.1.4.1 +26 -0 src/contrib/ntp/libopts/COPYING.mbsd (new) 1.1.4.1 +0 -0 src/contrib/ntp/libopts/MakeDefs.inc (new) 1.1.4.1 +24 -0 src/contrib/ntp/libopts/Makefile.am (new) 1.1.4.1 +528 -0 src/contrib/ntp/libopts/Makefile.in (new) 1.1.4.1 +93 -0 src/contrib/ntp/libopts/README (new) 1.1.4.1 +1120 -0 src/contrib/ntp/libopts/autoopts.c (new) 1.1.4.1 +387 -0 src/contrib/ntp/libopts/autoopts.h (new) 1.1.4.1 +977 -0 src/contrib/ntp/libopts/autoopts/options.h (new) 1.1.4.1 +355 -0 src/contrib/ntp/libopts/autoopts/usage-txt.h (new) 1.1.4.1 +106 -0 src/contrib/ntp/libopts/boolean.c (new) 1.1.4.1 +319 -0 src/contrib/ntp/libopts/compat/compat.h (new) 1.1.4.1 +339 -0 src/contrib/ntp/libopts/compat/pathfind.c (new) 1.1.4.1 +60 -0 src/contrib/ntp/libopts/compat/snprintf.c (new) 1.1.4.1 +60 -0 src/contrib/ntp/libopts/compat/strchr.c (new) 1.1.4.1 +19 -0 src/contrib/ntp/libopts/compat/strdup.c (new) 1.1.4.1 +130 -0 src/contrib/ntp/libopts/compat/windows-config.h (new) 1.1.4.1 +1290 -0 src/contrib/ntp/libopts/configfile.c (new) 1.1.4.1 +354 -0 src/contrib/ntp/libopts/cook.c (new) 1.1.4.1 +498 -0 src/contrib/ntp/libopts/enumeration.c (new) 1.1.4.1 +279 -0 src/contrib/ntp/libopts/environment.c (new) 1.1.4.1 +354 -0 src/contrib/ntp/libopts/genshell.c (new) 1.1.4.1 +149 -0 src/contrib/ntp/libopts/genshell.h (new) 1.1.4.1 +30 -0 src/contrib/ntp/libopts/libopts.c (new) 1.1.4.1 +563 -0 src/contrib/ntp/libopts/load.c (new) 1.1.4.1 +509 -0 src/contrib/ntp/libopts/m4/libopts.m4 (new) 1.1.4.1 +42 -0 src/contrib/ntp/libopts/m4/liboptschk.m4 (new) 1.1.4.1 +1122 -0 src/contrib/ntp/libopts/makeshell.c (new) 1.1.4.1 +733 -0 src/contrib/ntp/libopts/nested.c (new) 1.1.4.1 +93 -0 src/contrib/ntp/libopts/numeric.c (new) 1.1.4.1 +157 -0 src/contrib/ntp/libopts/pgusage.c (new) 1.1.4.1 +91 -0 src/contrib/ntp/libopts/proto.h (new) 1.1.4.1 +335 -0 src/contrib/ntp/libopts/putshell.c (new) 1.1.4.1 +250 -0 src/contrib/ntp/libopts/restore.c (new) 1.1.4.1 +521 -0 src/contrib/ntp/libopts/save.c (new) 1.1.4.1 +359 -0 src/contrib/ntp/libopts/sort.c (new) 1.1.4.1 +269 -0 src/contrib/ntp/libopts/stack.c (new) 1.1.4.1 +289 -0 src/contrib/ntp/libopts/streqvcmp.c (new) 1.1.4.1 +363 -0 src/contrib/ntp/libopts/text_mmap.c (new) 1.1.4.1 +321 -0 src/contrib/ntp/libopts/tokenize.c (new) 1.1.4.1 +740 -0 src/contrib/ntp/libopts/usage.c (new) 1.1.4.1 +178 -0 src/contrib/ntp/libopts/version.c (new) 1.1.1.3.14.1 +23 -2 src/contrib/ntp/libparse/Makefile.am 1.1.1.5.8.1 +222 -153 src/contrib/ntp/libparse/Makefile.in 1.1.1.1.34.1 +2 -2 src/contrib/ntp/libparse/README 1.1.4.1 +155 -0 src/contrib/ntp/libparse/binio.c (new) 1.1.1.3.14.1 +35 -9 src/contrib/ntp/libparse/clk_computime.c 1.1.1.3.14.1 +34 -8 src/contrib/ntp/libparse/clk_dcf7000.c 1.1.1.3.14.1 +5 -2 src/contrib/ntp/libparse/clk_hopf6021.c 1.1.1.3.14.1 +39 -10 src/contrib/ntp/libparse/clk_meinberg.c 1.1.1.3.14.1 +87 -44 src/contrib/ntp/libparse/clk_rawdcf.c 1.1.1.3.14.1 +5 -2 src/contrib/ntp/libparse/clk_rcc8000.c 1.1.1.3.14.1 +35 -8 src/contrib/ntp/libparse/clk_schmid.c 1.1.1.3.14.1 +36 -2 src/contrib/ntp/libparse/clk_trimtaip.c 1.1.1.3.14.1 +38 -3 src/contrib/ntp/libparse/clk_trimtsip.c 1.1.1.2.14.1 +43 -8 src/contrib/ntp/libparse/clk_varitext.c 1.1.1.2.14.1 +2 -2 src/contrib/ntp/libparse/clk_wharton.c 1.1.1.2.34.1 +102 -54 src/contrib/ntp/libparse/data_mbg.c 1.1.4.1 +76 -0 src/contrib/ntp/libparse/gpstolfp.c (new) 1.1.4.1 +610 -0 src/contrib/ntp/libparse/ieee754io.c (new) 1.1.1.1.34.1 +4 -4 src/contrib/ntp/libparse/info_trimble.c 1.1.4.1 +206 -0 src/contrib/ntp/libparse/mfp_mul.c (new) 1.1.1.3.14.1 +43 -11 src/contrib/ntp/libparse/parse.c 1.1.1.3.14.1 +34 -8 src/contrib/ntp/libparse/parse_conf.c 1.1.1.3.14.1 +39 -12 src/contrib/ntp/libparse/parsesolaris.c 1.1.1.2.34.1 +40 -11 src/contrib/ntp/libparse/parsestreams.c 1.1.1.1.34.1 +36 -2 src/contrib/ntp/libparse/trim_info.c 1.1.4.1 +6863 -0 src/contrib/ntp/ltmain.sh (new) 1.1.4.1 +26 -0 src/contrib/ntp/m4/define_dir.m4 (new) 1.1.4.1 +11 -0 src/contrib/ntp/m4/hs_ulong_const.m4 (new) 1.1.4.1 +87 -0 src/contrib/ntp/m4/os_cflags.m4 (new) 1.1.1.5.8.1 +86 -62 src/contrib/ntp/missing 1.1.1.6.8.1 +0 -111 src/contrib/ntp/mkinstalldirs (dead) 1.1.1.6.8.1 +68 -20 src/contrib/ntp/ntpd/Makefile.am 1.1.1.6.8.1 +463 -360 src/contrib/ntp/ntpd/Makefile.in 1.1.1.2.8.1 +163 -349 src/contrib/ntp/ntpd/cmd_args.c 1.1.1.2.34.1 +0 -135 src/contrib/ntp/ntpd/map_vme.c (dead) 1.1.1.4.8.1 +271 -63 src/contrib/ntp/ntpd/ntp_config.c 1.9.8.1 +149 -74 src/contrib/ntp/ntpd/ntp_control.c 1.1.1.3.8.1 +581 -428 src/contrib/ntp/ntpd/ntp_crypto.c 1.1.1.2.8.1 +31 -2 src/contrib/ntp/ntpd/ntp_filegen.c 1.1.1.5.8.1 +181 -107 src/contrib/ntp/ntpd/ntp_intres.c 1.1.1.6.8.1 +2974 -1318 src/contrib/ntp/ntpd/ntp_io.c 1.1.1.6.8.1 +386 -328 src/contrib/ntp/ntpd/ntp_loopfilter.c 1.1.1.3.8.1 +29 -6 src/contrib/ntp/ntpd/ntp_monitor.c 1.1.1.3.8.1 +296 -125 src/contrib/ntp/ntpd/ntp_peer.c 1.6.8.1 +1461 -1219 src/contrib/ntp/ntpd/ntp_proto.c 1.1.1.4.8.1 +353 -253 src/contrib/ntp/ntpd/ntp_refclock.c 1.1.1.4.8.1 +200 -68 src/contrib/ntp/ntpd/ntp_request.c 1.1.1.2.8.1 +53 -32 src/contrib/ntp/ntpd/ntp_restrict.c 1.1.1.4.8.1 +40 -8 src/contrib/ntp/ntpd/ntp_timer.c 1.1.1.3.8.1 +95 -91 src/contrib/ntp/ntpd/ntp_util.c 1.1.4.1 +1021 -0 src/contrib/ntp/ntpd/ntpd-opts.c (new) 1.1.4.1 +13 -0 src/contrib/ntp/ntpd/ntpd-opts.def (new) 1.1.4.1 +351 -0 src/contrib/ntp/ntpd/ntpd-opts.h (new) 1.1.4.1 +1 -0 src/contrib/ntp/ntpd/ntpd-opts.menu (new) 1.1.4.1 +489 -0 src/contrib/ntp/ntpd/ntpd-opts.texi (new) 1.1.4.1 +296 -0 src/contrib/ntp/ntpd/ntpd.1 (new) 1.1.1.5.8.1 +419 -462 src/contrib/ntp/ntpd/ntpd.c 1.1.4.1 +459 -0 src/contrib/ntp/ntpd/ntpdbase-opts.def (new) 1.1.4.1 +1262 -0 src/contrib/ntp/ntpd/ntpdsim-opts.c (new) 1.1.4.1 +15 -0 src/contrib/ntp/ntpd/ntpdsim-opts.def (new) 1.1.4.1 +422 -0 src/contrib/ntp/ntpd/ntpdsim-opts.h (new) 1.1.4.1 +1 -0 src/contrib/ntp/ntpd/ntpdsim-opts.menu (new) 1.1.4.1 +509 -0 src/contrib/ntp/ntpd/ntpdsim-opts.texi (new) 1.1.4.1 +357 -0 src/contrib/ntp/ntpd/ntpdsim.1 (new) 1.1.1.1.8.1 +15 -12 src/contrib/ntp/ntpd/ntpsim.c 1.1.4.1 +26 -0 src/contrib/ntp/ntpd/ppsapi_timepps.h (new) 1.1.1.3.8.1 +670 -723 src/contrib/ntp/ntpd/refclock_acts.c 1.1.1.3.8.1 +83 -59 src/contrib/ntp/ntpd/refclock_arbiter.c 1.1.1.3.8.1 +46 -6 src/contrib/ntp/ntpd/refclock_arc.c 1.1.1.4.8.1 +163 -150 src/contrib/ntp/ntpd/refclock_atom.c 1.1.1.3.8.1 +138 -104 src/contrib/ntp/ntpd/refclock_bancomm.c 1.1.1.5.8.1 +10 -10 src/contrib/ntp/ntpd/refclock_chu.c 1.1.1.6.8.1 +10 -22 src/contrib/ntp/ntpd/refclock_conf.c 1.1.1.3.8.1 +13 -5 src/contrib/ntp/ntpd/refclock_datum.c 1.1.1.3.8.1 +0 -3 src/contrib/ntp/ntpd/refclock_fg.c 1.1.1.4.8.1 +244 -612 src/contrib/ntp/ntpd/refclock_gpsvme.c 1.1.1.3.8.1 +43 -13 src/contrib/ntp/ntpd/refclock_heath.c 1.1.1.2.8.1 +0 -8 src/contrib/ntp/ntpd/refclock_hopfpci.c 1.1.1.2.8.1 +5 -3 src/contrib/ntp/ntpd/refclock_hopfser.c 1.1.1.3.8.1 +18 -3 src/contrib/ntp/ntpd/refclock_hpgps.c 1.1.1.4.8.1 +23 -24 src/contrib/ntp/ntpd/refclock_irig.c 1.1.1.3.8.1 +332 -31 src/contrib/ntp/ntpd/refclock_jjy.c 1.1.1.4.8.1 +22 -25 src/contrib/ntp/ntpd/refclock_jupiter.c 1.1.1.3.8.1 +12 -6 src/contrib/ntp/ntpd/refclock_leitch.c 1.1.1.5.8.1 +2 -8 src/contrib/ntp/ntpd/refclock_local.c 1.1.1.4.8.1 +35 -28 src/contrib/ntp/ntpd/refclock_msfees.c 1.1.1.4.8.1 +11 -13 src/contrib/ntp/ntpd/refclock_mx4200.c 1.1.1.2.8.1 +82 -37 src/contrib/ntp/ntpd/refclock_neoclock4x.c 1.1.1.4.8.1 +51 -12 src/contrib/ntp/ntpd/refclock_nmea.c 1.1.1.5.8.1 +418 -409 src/contrib/ntp/ntpd/refclock_oncore.c 1.1.1.5.8.1 +1 -1 src/contrib/ntp/ntpd/refclock_palisade.c 1.1.1.3.8.1 +2 -0 src/contrib/ntp/ntpd/refclock_palisade.h 1.1.1.4.8.1 +1091 -432 src/contrib/ntp/ntpd/refclock_parse.c 1.1.1.3.8.1 +2 -1 src/contrib/ntp/ntpd/refclock_pst.c 1.1.1.1.34.1 +0 -16 src/contrib/ntp/ntpd/refclock_ptbacts.c (dead) 1.1.1.2.8.1 +3 -7 src/contrib/ntp/ntpd/refclock_ripencc.c 1.1.1.4.8.1 +8 -1 src/contrib/ntp/ntpd/refclock_shm.c 1.1.1.3.8.1 +161 -69 src/contrib/ntp/ntpd/refclock_ulink.c 1.1.1.3.8.1 +0 -674 src/contrib/ntp/ntpd/refclock_usno.c (dead) 1.1.1.3.8.1 +866 -1016 src/contrib/ntp/ntpd/refclock_wwv.c 1.1.1.4.8.1 +57 -39 src/contrib/ntp/ntpd/refclock_wwvb.c 1.1.1.4.8.1 +18 -12 src/contrib/ntp/ntpdate/Makefile.am 1.1.1.5.8.1 +194 -138 src/contrib/ntp/ntpdate/Makefile.in 1.1.1.7.2.1 +367 -264 src/contrib/ntp/ntpdate/ntpdate.c 1.1.1.3.14.1 +7 -14 src/contrib/ntp/ntpdate/ntptimeset.c 1.1.1.3.8.1 +34 -13 src/contrib/ntp/ntpdc/Makefile.am 1.1.1.5.8.1 +276 -130 src/contrib/ntp/ntpdc/Makefile.in 1.1.1.1.8.1 +22 -0 src/contrib/ntp/ntpdc/layout.std 1.1.1.1.8.1 +2 -2 src/contrib/ntp/ntpdc/nl.pl 1.1.1.1.8.1 +2 -2 src/contrib/ntp/ntpdc/nl.pl.in 1.1.4.1 +667 -0 src/contrib/ntp/ntpdc/ntpdc-opts.c (new) 1.1.4.1 +127 -0 src/contrib/ntp/ntpdc/ntpdc-opts.def (new) 1.1.4.1 +222 -0 src/contrib/ntp/ntpdc/ntpdc-opts.h (new) 1.1.4.1 +1 -0 src/contrib/ntp/ntpdc/ntpdc-opts.menu (new) 1.1.4.1 +275 -0 src/contrib/ntp/ntpdc/ntpdc-opts.texi (new) 1.1.4.1 +158 -0 src/contrib/ntp/ntpdc/ntpdc.1 (new) 1.1.1.4.8.1 +180 -75 src/contrib/ntp/ntpdc/ntpdc.c 1.1.1.2.8.1 +13 -10 src/contrib/ntp/ntpdc/ntpdc.h 1.1.1.4.8.1 +333 -141 src/contrib/ntp/ntpdc/ntpdc_ops.c 1.1.1.4.8.1 +31 -10 src/contrib/ntp/ntpq/Makefile.am 1.1.1.5.8.1 +259 -122 src/contrib/ntp/ntpq/Makefile.in 1.1.4.1 +607 -0 src/contrib/ntp/ntpq/ntpq-opts.c (new) 1.1.4.1 +345 -0 src/contrib/ntp/ntpq/ntpq-opts.def (new) 1.1.4.1 +208 -0 src/contrib/ntp/ntpq/ntpq-opts.h (new) 1.1.4.1 +1 -0 src/contrib/ntp/ntpq/ntpq-opts.menu (new) 1.1.4.1 +215 -0 src/contrib/ntp/ntpq/ntpq-opts.texi (new) 1.1.4.1 +1768 -0 src/contrib/ntp/ntpq/ntpq-subs.c (new) 1.1.4.1 +385 -0 src/contrib/ntp/ntpq/ntpq.1 (new) 1.1.1.5.8.1 +158 -93 src/contrib/ntp/ntpq/ntpq.c 1.1.1.2.8.1 +11 -8 src/contrib/ntp/ntpq/ntpq.h 1.1.1.4.8.1 +0 -1734 src/contrib/ntp/ntpq/ntpq_ops.c (dead) 1.1.4.1 +31 -0 src/contrib/ntp/packageinfo.sh (new) 1.1.1.5.8.1 +148 -99 src/contrib/ntp/parseutil/Makefile.in 1.1.1.3.8.1 +81 -30 src/contrib/ntp/parseutil/dcfd.c 1.1.1.3.8.1 +63 -16 src/contrib/ntp/parseutil/testdcf.c 1.1.1.3.8.1 +5 -4 src/contrib/ntp/scripts/Makefile.am 1.1.1.5.8.1 +132 -68 src/contrib/ntp/scripts/Makefile.in 1.1.4.1 +41 -0 src/contrib/ntp/scripts/VersionName (new) 1.1.4.1 +7 -0 src/contrib/ntp/scripts/genCommitLog (new) 1.1.4.1 +67 -0 src/contrib/ntp/scripts/genver (new) 1.1.4.1 +172 -0 src/contrib/ntp/scripts/html2man.in (new) 1.1.1.3.14.1 +6 -9 src/contrib/ntp/scripts/mkver.in 1.1.1.2.14.1 +12 -12 src/contrib/ntp/scripts/monitoring/lr.pl 1.1.1.1.34.1 +31 -31 src/contrib/ntp/scripts/monitoring/ntploopwatch 1.1.1.2.14.1 +1 -2 src/contrib/ntp/scripts/ntpsweep.in 1.1.1.1.8.1 +15 -5 src/contrib/ntp/scripts/ntptrace.in 1.1.1.1.34.1 +0 -73 src/contrib/ntp/scripts/support/README (dead) 1.1.1.1.34.1 +0 -213 src/contrib/ntp/scripts/support/bin/monl (dead) 1.1.1.1.34.1 +0 -23 src/contrib/ntp/scripts/support/bin/mvstats (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp300.hp300 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp700.hp700 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp700.hp700.faui47 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/hp800.hp800 (dead) 1.1.1.1.34.1 +0 -3 src/contrib/ntp/scripts/support/conf/ntp.conf (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun3.sun3 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4.faui01 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4.faui10 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4.faui45 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4c (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4c.Lucifer (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4m (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4m.faui42 (dead) 1.1.1.1.34.1 +0 -0 src/contrib/ntp/scripts/support/conf/sun4.sun4m.faui45m (dead) 1.1.1.1.34.1 +0 -19 src/contrib/ntp/scripts/support/conf/tickconf (dead) 1.1.1.1.34.1 +0 -18 src/contrib/ntp/scripts/support/etc/cron (dead) 1.1.1.1.34.1 +0 -8 src/contrib/ntp/scripts/support/etc/crontab (dead) 1.1.1.1.34.1 +0 -67 src/contrib/ntp/scripts/support/etc/install (dead) 1.1.1.1.34.1 +0 -198 src/contrib/ntp/scripts/support/etc/rc (dead) 1.1.1.1.34.1 +0 -72 src/contrib/ntp/scripts/support/etc/setup (dead) 1.1.4.1 +80 -0 src/contrib/ntp/sntp/COPYRIGHT (new) 1.1.1.1.8.1 +61 -22 src/contrib/ntp/sntp/Makefile.am 1.1.1.1.8.1 +496 -177 src/contrib/ntp/sntp/Makefile.in 1.1.1.1.8.1 +28 -27 src/contrib/ntp/sntp/README 1.1.1.1.8.1 +6680 -488 src/contrib/ntp/sntp/aclocal.m4 1.1.4.1 +2 -0 src/contrib/ntp/sntp/autogen-version.def (new) 1.1.4.1 +15 -0 src/contrib/ntp/sntp/bincheck.mf (new) 1.1.4.1 +142 -0 src/contrib/ntp/sntp/compile (new) 1.1.1.1.8.1 +328 -272 src/contrib/ntp/sntp/config.guess 1.1.4.1 +312 -0 src/contrib/ntp/sntp/config.h.in (new) 1.1.1.1.8.1 +125 -50 src/contrib/ntp/sntp/config.sub 1.1.1.1.8.1 +26496 -632 src/contrib/ntp/sntp/configure 1.1.1.1.8.1 +72 -9 src/contrib/ntp/sntp/configure.ac 1.1.1.1.8.1 +95 -37 src/contrib/ntp/sntp/depcomp 1.1.1.1.8.1 +3 -5 src/contrib/ntp/sntp/header.h 1.1.1.1.8.1 +250 -221 src/contrib/ntp/sntp/install-sh 1.1.1.1.8.1 +10 -24 src/contrib/ntp/sntp/internet.c 1.1.1.1.8.1 +2 -2 src/contrib/ntp/sntp/internet.h 1.1.4.1 +502 -0 src/contrib/ntp/sntp/libopts/COPYING.lgpl (new) 1.1.4.1 +26 -0 src/contrib/ntp/sntp/libopts/COPYING.mbsd (new) 1.1.4.1 +0 -0 src/contrib/ntp/sntp/libopts/MakeDefs.inc (new) 1.1.4.1 +24 -0 src/contrib/ntp/sntp/libopts/Makefile.am (new) 1.1.4.1 +496 -0 src/contrib/ntp/sntp/libopts/Makefile.in (new) 1.1.4.1 +93 -0 src/contrib/ntp/sntp/libopts/README (new) 1.1.4.1 +1120 -0 src/contrib/ntp/sntp/libopts/autoopts.c (new) 1.1.4.1 +387 -0 src/contrib/ntp/sntp/libopts/autoopts.h (new) 1.1.4.1 +977 -0 src/contrib/ntp/sntp/libopts/autoopts/options.h (new) 1.1.4.1 +355 -0 src/contrib/ntp/sntp/libopts/autoopts/usage-txt.h (new) 1.1.4.1 +106 -0 src/contrib/ntp/sntp/libopts/boolean.c (new) 1.1.4.1 +319 -0 src/contrib/ntp/sntp/libopts/compat/compat.h (new) 1.1.4.1 +339 -0 src/contrib/ntp/sntp/libopts/compat/pathfind.c (new) 1.1.4.1 +60 -0 src/contrib/ntp/sntp/libopts/compat/snprintf.c (new) 1.1.4.1 +60 -0 src/contrib/ntp/sntp/libopts/compat/strchr.c (new) 1.1.4.1 +19 -0 src/contrib/ntp/sntp/libopts/compat/strdup.c (new) 1.1.4.1 +130 -0 src/contrib/ntp/sntp/libopts/compat/windows-config.h (new) 1.1.4.1 +1290 -0 src/contrib/ntp/sntp/libopts/configfile.c (new) 1.1.4.1 +354 -0 src/contrib/ntp/sntp/libopts/cook.c (new) 1.1.4.1 +498 -0 src/contrib/ntp/sntp/libopts/enumeration.c (new) 1.1.4.1 +279 -0 src/contrib/ntp/sntp/libopts/environment.c (new) 1.1.4.1 +354 -0 src/contrib/ntp/sntp/libopts/genshell.c (new) 1.1.4.1 +149 -0 src/contrib/ntp/sntp/libopts/genshell.h (new) 1.1.4.1 +30 -0 src/contrib/ntp/sntp/libopts/libopts.c (new) 1.1.4.1 +563 -0 src/contrib/ntp/sntp/libopts/load.c (new) 1.1.4.1 +509 -0 src/contrib/ntp/sntp/libopts/m4/libopts.m4 (new) 1.1.4.1 +42 -0 src/contrib/ntp/sntp/libopts/m4/liboptschk.m4 (new) 1.1.4.1 +1122 -0 src/contrib/ntp/sntp/libopts/makeshell.c (new) 1.1.4.1 +733 -0 src/contrib/ntp/sntp/libopts/nested.c (new) 1.1.4.1 +93 -0 src/contrib/ntp/sntp/libopts/numeric.c (new) 1.1.4.1 +157 -0 src/contrib/ntp/sntp/libopts/pgusage.c (new) 1.1.4.1 +91 -0 src/contrib/ntp/sntp/libopts/proto.h (new) 1.1.4.1 +335 -0 src/contrib/ntp/sntp/libopts/putshell.c (new) 1.1.4.1 +250 -0 src/contrib/ntp/sntp/libopts/restore.c (new) 1.1.4.1 +521 -0 src/contrib/ntp/sntp/libopts/save.c (new) 1.1.4.1 +359 -0 src/contrib/ntp/sntp/libopts/sort.c (new) 1.1.4.1 +269 -0 src/contrib/ntp/sntp/libopts/stack.c (new) 1.1.4.1 +289 -0 src/contrib/ntp/sntp/libopts/streqvcmp.c (new) 1.1.4.1 +363 -0 src/contrib/ntp/sntp/libopts/text_mmap.c (new) 1.1.4.1 +321 -0 src/contrib/ntp/sntp/libopts/tokenize.c (new) 1.1.4.1 +740 -0 src/contrib/ntp/sntp/libopts/usage.c (new) 1.1.4.1 +178 -0 src/contrib/ntp/sntp/libopts/version.c (new) 1.1.4.1 +6863 -0 src/contrib/ntp/sntp/ltmain.sh (new) 1.1.1.1.8.1 +89 -143 src/contrib/ntp/sntp/main.c 1.1.1.1.8.1 +86 -62 src/contrib/ntp/sntp/missing 1.1.1.1.8.1 +0 -111 src/contrib/ntp/sntp/mkinstalldirs (dead) 1.1.4.1 +691 -0 src/contrib/ntp/sntp/sntp-opts.c (new) 1.1.4.1 +327 -0 src/contrib/ntp/sntp/sntp-opts.def (new) 1.1.4.1 +283 -0 src/contrib/ntp/sntp/sntp-opts.h (new) 1.1.4.1 +1 -0 src/contrib/ntp/sntp/sntp-opts.menu (new) 1.1.4.1 +173 -0 src/contrib/ntp/sntp/sntp-opts.texi (new) 1.1.4.1 +400 -0 src/contrib/ntp/sntp/sntp.1 (new) 1.1.1.1.8.1 +21 -31 src/contrib/ntp/sntp/socket.c 1.1.1.1.8.1 +6 -4 src/contrib/ntp/sntp/timing.c 1.1.4.1 +1 -0 src/contrib/ntp/sntp/version.def (new) 1.1.1.3.8.1 +33 -6 src/contrib/ntp/util/Makefile.am 1.1.1.5.8.1 +333 -201 src/contrib/ntp/util/Makefile.in 1.1.1.3.14.1 +1 -1 src/contrib/ntp/util/ansi2knr.c 1.1.1.3.8.1 +18 -11 src/contrib/ntp/util/hist.c 1.1.1.2.14.1 +87 -21 src/contrib/ntp/util/jitter.c 1.1.4.1 +412 -0 src/contrib/ntp/util/jitter.h (new) 1.1.4.1 +1044 -0 src/contrib/ntp/util/ntp-keygen-opts.c (new) 1.1.4.1 +209 -0 src/contrib/ntp/util/ntp-keygen-opts.def (new) 1.1.4.1 +318 -0 src/contrib/ntp/util/ntp-keygen-opts.h (new) 1.1.4.1 +1 -0 src/contrib/ntp/util/ntp-keygen-opts.menu (new) 1.1.4.1 +364 -0 src/contrib/ntp/util/ntp-keygen-opts.texi (new) 1.1.4.1 +176 -0 src/contrib/ntp/util/ntp-keygen.1 (new) 1.1.1.2.8.1 +69 -177 src/contrib/ntp/util/ntp-keygen.c 1.1.1.3.8.1 +2 -2 src/contrib/ntp/util/ntptime.c 1.1.4.1 +652 -0 src/contrib/ntp/util/tg.c (new) 1.1.1.3.8.1 +1 -1 src/contrib/ntp/version 1.1.4.1 +1 -0 src/contrib/ntp/version.m4 (new) 1.11.2.2 +1 -1 src/usr.sbin/ntp/Makefile 1.8.2.1 +1 -0 src/usr.sbin/ntp/Makefile.inc 1.13.2.1 +272 -63 src/usr.sbin/ntp/config.h 1.11.2.3 +5 -2 src/usr.sbin/ntp/doc/Makefile 1.10.2.1 +13 -11 src/usr.sbin/ntp/libntp/Makefile 1.1.4.1 +13 -0 src/usr.sbin/ntp/libopts/Makefile (new) 1.7.2.1 +2 -1 src/usr.sbin/ntp/libparse/Makefile 1.6.2.1 +9 -4 src/usr.sbin/ntp/ntp-keygen/Makefile 1.13.2.1 +12 -8 src/usr.sbin/ntp/ntpd/Makefile 1.6.2.1 +2 -2 src/usr.sbin/ntp/ntpdate/Makefile 1.10.2.1 +9 -5 src/usr.sbin/ntp/ntpdc/Makefile 1.10.2.1 +9 -5 src/usr.sbin/ntp/ntpq/Makefile 1.9.8.1 +1 -1 src/usr.sbin/ntp/scripts/mkver 1.3.2.1 +4 -3 src/usr.sbin/ntp/sntp/Makefile From roberto at FreeBSD.org Thu Sep 4 12:56:35 2008 From: roberto at FreeBSD.org (Ollivier Robert) Date: Thu Sep 4 12:56:58 2008 Subject: cvs commit: src UPDATING Message-ID: <200809041256.m84CuZRo076963@repoman.freebsd.org> roberto 2008-09-04 12:51:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: SVN rev 182753 on 2008-09-04 12:51:10Z by roberto Note the ntpd 04.2.4p5 upgrade. Approved by: re (kensmith) Revision Changes Path 1.416.2.40 +3 -0 src/UPDATING From lme at FreeBSD.org Thu Sep 4 13:02:14 2008 From: lme at FreeBSD.org (Lars Engels) Date: Thu Sep 4 13:02:21 2008 Subject: cvs commit: ports/games/scummvm Makefile distinfo Message-ID: <200809041302.m84D2DHF010266@repoman.freebsd.org> lme 2008-09-04 13:02:13 UTC FreeBSD ports repository Modified files: games/scummvm Makefile distinfo Log: Update to 0.12.0 Revision Changes Path 1.48 +1 -2 ports/games/scummvm/Makefile 1.21 +3 -3 ports/games/scummvm/distinfo From des at FreeBSD.org Thu Sep 4 13:06:43 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Thu Sep 4 13:06:49 2008 Subject: cvs commit: src/sys/security/audit audit_syscalls.c Message-ID: <200809041306.m84D6g5H044166@repoman.freebsd.org> des 2008-09-04 13:06:36 UTC FreeBSD src repository Modified files: sys/security/audit audit_syscalls.c Log: SVN rev 182754 on 2008-09-04 13:06:36Z by des Unbreak the build. Pointy hat to: kevlo Revision Changes Path 1.32 +2 -2 src/sys/security/audit/audit_syscalls.c From QAT at FreeBSD.org Thu Sep 4 13:38:59 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 13:39:05 2008 Subject: cvs commit: ports/mail/mailman Makefile distinfo In-Reply-To: <200809032322.m83NMGQV068659@repoman.freebsd.org> References: In-Reply-To: <200809032322.m83NMGQV068659@repoman.freebsd.org> Message-ID: <20080904133857.0049C12E40C1@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/mailman-2.1.11.log : building mailman-2.1.11 in directory /var/tinderbox/7-STABLE-FTP maintained by: jmelo@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/mail/mailman Makefile ident: $FreeBSD: ports/mail/mailman/Makefile,v 1.77 2008/09/03 23:22:16 jmelo Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 13:35:55 UTC 2008 ................................................... ---> Stopping Mailman's qrunner daemon ---> Preserving the "last_mailman_version" file pkg_delete: unable to completely remove directory '/usr/local/mailman/tests/bounces' pkg_delete: unable to completely remove directory '/usr/local/mailman/tests' pkg_delete: unable to completely remove directory '/usr/local/mailman/templates/ca' pkg_delete: unable to completely remove directory '/usr/local/mailman/templates' pkg_delete: unable to completely remove directory '/usr/local/mailman/cron' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) ---> Starting post-deinstall script: ---> /usr/local/mailman is not empty - this installation may have active lists! ---> Restoring "last_mailman_version" file ---> - If you are not using Mailman any more, you should manually delete ---> - the "mailman" user and "mailman" group. ---> - You may delete them with "pw groupdel mailman; pw userdel mailman". ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 9280457 4 drwxrwsr-x 6 mailman mailman 512 Sep 4 13:38 usr/local/mailman 9609731 4 drwxr-xr-x 2 root mailman 512 Sep 4 13:38 usr/local/mailman/data 9232768 4 -rw-r--r-- 1 root wheel 10 Sep 4 13:38 usr/local/mailman/data/last_mailman_version 9280468 4 drwxrwsr-x 3 root mailman 512 Sep 4 13:38 usr/local/mailman/templates 9281332 4 drwxrwsr-x 2 root mailman 1536 Sep 4 13:38 usr/local/mailman/templates/ca 9281344 4 -rw-r--r-- 1 root mailman 520 Sep 4 13:38 usr/local/mailman/templates/ca/archtocnombox.html 9281369 4 -rw-r--r-- 1 root mailman 1211 Sep 4 13:38 usr/local/mailman/templates/ca/probe.txt 9280470 4 drwxrwsr-x 2 root mailman 512 Sep 4 13:38 usr/local/mailman/cron 9280534 8 -rwxr-xr-x 1 root mailman 3572 Sep 4 13:38 usr/local/mailman/cron/cull_bad_shunt 9280484 4 drwxrwsr-x 3 root mailman 512 Sep 4 13:38 usr/local/mailman/tests 9280485 8 drwxrwsr-x 2 root mailman 2560 Sep 4 13:38 usr/local/mailman/tests/bounces 9281656 16 -rw-r--r-- 1 root mailman 7514 Sep 4 13:38 usr/local/mailman/tests/bounces/dsn_16.txt 9281657 8 -rw-r--r-- 1 root mailman 3796 Sep 4 13:38 usr/local/mailman/tests/bounces/dsn_17.txt 9281707 8 -rw-r--r-- 1 root mailman 3740 Sep 4 13:38 usr/local/mailman/tests/bounces/simple_28.txt 9281708 8 -rw-r--r-- 1 root mailman 2166 Sep 4 13:38 usr/local/mailman/tests/bounces/simple_29.txt 9281709 8 -rw-r--r-- 1 root mailman 2745 Sep 4 13:38 usr/local/mailman/tests/bounces/simple_30.txt 9281710 12 -rw-r--r-- 1 root mailman 4645 Sep 4 13:38 usr/local/mailman/tests/bounces/simple_31.txt 9281711 8 -rw-r--r-- 1 root mailman 2929 Sep 4 13:38 usr/local/mailman/tests/bounces/simple_32.txt 9281712 8 -rw-r--r-- 1 root mailman 2676 Sep 4 13:38 usr/local/mailman/tests/bounces/simple_33.txt ================================================================ build of /usr/ports/mail/mailman ended at Thu Sep 4 13:38:55 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From QAT at FreeBSD.org Thu Sep 4 13:41:23 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 13:41:29 2008 Subject: cvs commit: ports/mail/mailman/files pkg-message.in In-Reply-To: <200809032336.m83NaCDZ053389@repoman.freebsd.org> References: In-Reply-To: <200809032336.m83NaCDZ053389@repoman.freebsd.org> Message-ID: <20080904134120.C643512E40C1@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/mailman-2.1.11.log : building mailman-2.1.11 in directory /var/tinderbox/7-STABLE-FTP maintained by: jmelo@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/mail/mailman Makefile ident: $FreeBSD: ports/mail/mailman/Makefile,v 1.77 2008/09/03 23:22:16 jmelo Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 13:40:12 UTC 2008 ................................................... ---> Stopping Mailman's qrunner daemon ---> Preserving the "last_mailman_version" file pkg_delete: unable to completely remove directory '/usr/local/mailman/tests/bounces' pkg_delete: unable to completely remove directory '/usr/local/mailman/tests' pkg_delete: unable to completely remove directory '/usr/local/mailman/templates/ca' pkg_delete: unable to completely remove directory '/usr/local/mailman/templates' pkg_delete: unable to completely remove directory '/usr/local/mailman/cron' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) ---> Starting post-deinstall script: ---> /usr/local/mailman is not empty - this installation may have active lists! ---> Restoring "last_mailman_version" file ---> - If you are not using Mailman any more, you should manually delete ---> - the "mailman" user and "mailman" group. ---> - You may delete them with "pw groupdel mailman; pw userdel mailman". ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 9586190 4 drwxrwsr-x 6 mailman mailman 512 Sep 4 13:41 usr/local/mailman 9728128 4 drwxr-xr-x 2 root mailman 512 Sep 4 13:41 usr/local/mailman/data 9236005 4 -rw-r--r-- 1 root wheel 10 Sep 4 13:41 usr/local/mailman/data/last_mailman_version 9586201 4 drwxrwsr-x 3 root mailman 512 Sep 4 13:41 usr/local/mailman/templates 9587334 4 drwxrwsr-x 2 root mailman 1536 Sep 4 13:41 usr/local/mailman/templates/ca 9587346 4 -rw-r--r-- 1 root mailman 520 Sep 4 13:40 usr/local/mailman/templates/ca/archtocnombox.html 9587371 4 -rw-r--r-- 1 root mailman 1211 Sep 4 13:40 usr/local/mailman/templates/ca/probe.txt 9586203 4 drwxrwsr-x 2 root mailman 512 Sep 4 13:41 usr/local/mailman/cron 9586267 8 -rwxr-xr-x 1 root mailman 3572 Sep 4 13:40 usr/local/mailman/cron/cull_bad_shunt 9586217 4 drwxrwsr-x 3 root mailman 512 Sep 4 13:41 usr/local/mailman/tests 9586218 8 drwxrwsr-x 2 root mailman 2560 Sep 4 13:41 usr/local/mailman/tests/bounces 9587827 16 -rw-r--r-- 1 root mailman 7514 Sep 4 13:40 usr/local/mailman/tests/bounces/dsn_16.txt 9587828 8 -rw-r--r-- 1 root mailman 3796 Sep 4 13:40 usr/local/mailman/tests/bounces/dsn_17.txt 9587878 8 -rw-r--r-- 1 root mailman 3740 Sep 4 13:40 usr/local/mailman/tests/bounces/simple_28.txt 9587879 8 -rw-r--r-- 1 root mailman 2166 Sep 4 13:40 usr/local/mailman/tests/bounces/simple_29.txt 9587880 8 -rw-r--r-- 1 root mailman 2745 Sep 4 13:40 usr/local/mailman/tests/bounces/simple_30.txt 9587881 12 -rw-r--r-- 1 root mailman 4645 Sep 4 13:40 usr/local/mailman/tests/bounces/simple_31.txt 9587882 8 -rw-r--r-- 1 root mailman 2929 Sep 4 13:40 usr/local/mailman/tests/bounces/simple_32.txt 9587883 8 -rw-r--r-- 1 root mailman 2676 Sep 4 13:40 usr/local/mailman/tests/bounces/simple_33.txt ================================================================ build of /usr/ports/mail/mailman ended at Thu Sep 4 13:41:19 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From kib at FreeBSD.org Thu Sep 4 13:51:28 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Thu Sep 4 13:52:13 2008 Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S machdep.c src/sys/amd64/ia32 ia32_signal.c Message-ID: <200809041351.m84DpRNs042411@repoman.freebsd.org> kib 2008-09-04 13:51:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 cpu_switch.S machdep.c sys/amd64/ia32 ia32_signal.c Log: SVN rev 182755 on 2008-09-04 13:51:08Z by kib MFC r182684: - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386 processes, clear PCB_32BIT and PCB_GS32BIT bits. - Reread the fs and gs bases from the msr unconditionally, not believing the values in pcb_fsbase and pcb_gsbase, since usermode may reload segment registers, invalidating the cache. Approved by: re (kensmith) Revision Changes Path 1.160.2.2 +18 -2 src/sys/amd64/amd64/cpu_switch.S 1.675.2.8 +1 -0 src/sys/amd64/amd64/machdep.c 1.15.2.3 +1 -0 src/sys/amd64/ia32/ia32_signal.c From ale at FreeBSD.org Thu Sep 4 13:55:13 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Thu Sep 4 13:55:24 2008 Subject: cvs commit: ports/lang/php5 Makefile ports/lang/php5/files patch-main_safe_mode.c Message-ID: <200809041355.m84DtBLn072467@repoman.freebsd.org> ale 2008-09-04 13:55:11 UTC FreeBSD ports repository Modified files: lang/php5 Makefile Added files: lang/php5/files patch-main_safe_mode.c Log: Fix for CVE-2008-2665 and CVE-2008-2666. Obtained from: PHP CVS Revision Changes Path 1.130 +1 -1 ports/lang/php5/Makefile 1.1 +17 -0 ports/lang/php5/files/patch-main_safe_mode.c (new) From ale at FreeBSD.org Thu Sep 4 14:00:12 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Thu Sep 4 14:00:27 2008 Subject: cvs commit: ports/security/vuxml vuln.xml Message-ID: <200809041400.m84E0C6o001285@repoman.freebsd.org> ale 2008-09-04 14:00:12 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Update for php5 safe_mode fix. Revision Changes Path 1.1675 +9 -8 ports/security/vuxml/vuln.xml From QAT at FreeBSD.org Thu Sep 4 14:04:51 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 14:05:02 2008 Subject: cvs commit: ports/irc/rbot Makefile distinfo pkg-plist In-Reply-To: <200809040320.m843KVr0054748@repoman.freebsd.org> References: In-Reply-To: <200809040320.m843KVr0054748@repoman.freebsd.org> Message-ID: <20080904140449.2DC1112E40F8@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/rbot-0.9.13.log : building rbot-0.9.13 in directory /var/tinderbox/7-STABLE-FTP maintained by: yzlin@cs.nctu.edu.tw building for: 7.0-STABLE amd64 port directory: /usr/ports/irc/rbot Makefile ident: $FreeBSD: ports/irc/rbot/Makefile,v 1.14 2008/09/04 03:20:31 beech Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 14:04:33 UTC 2008 ................................................... install larts-english /usr/local/share/rbot/templates/lart install praises-japanese /usr/local/share/rbot/templates/lart install praises-italian /usr/local/share/rbot/templates/lart install larts-italian /usr/local/share/rbot/templates/lart install praises-english /usr/local/share/rbot/templates/lart install larts-japanese /usr/local/share/rbot/templates/lart <--- data/rbot/templates/lart ---> data/rbot/templates/quiz mkdir -p /usr/local/share/rbot/templates/quiz install win_messages /usr/local/share/rbot/templates/quiz <--- data/rbot/templates/quiz <--- data/rbot/templates <--- data/rbot <--- data install -o root -g wheel -m 444 /work/a/ports/irc/rbot/work/rbot-0.9.13/README /work/a/ports/irc/rbot/work/rbot-0.9.13/REQUIREMENTS /work/a/ports/irc/rbot/work/rbot-0.9.13/ChangeLog /usr/local/share/doc/rbot =============================================================================== There are many plugins supported by rbot. Each plugin may require specific libraries. Before these plugins run correctly, you should make sure those libs required are available. For more details, please check /usr/local/share/doc/rbot/REQUIREMENTS. =============================================================================== ===> Registering installation for rbot-0.9.13 ================================================================ ======================================== ===> Building package for rbot-0.9.13 Creating package /tmp/packages/All/rbot-0.9.13.tbz Registering depends: ruby18-bdb-0.6.4 db41-4.1.25_4 ruby-1.8.6.287,1. Creating bzip'd tar ball in '/tmp/packages/All/rbot-0.9.13.tbz' Deleting rbot-0.9.13 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 7162741 4 drwxr-xr-x 2 root wheel 512 Sep 4 14:04 usr/local/share/doc/rbot 7162742 4 -r--r--r-- 1 root wheel 1464 Sep 4 14:04 usr/local/share/doc/rbot/README 7162744 8 -r--r--r-- 1 root wheel 2923 Sep 4 14:04 usr/local/share/doc/rbot/REQUIREMENTS 7162745 76 -r--r--r-- 1 root wheel 37632 Sep 4 14:04 usr/local/share/doc/rbot/ChangeLog ================================================================ build of /usr/ports/irc/rbot ended at Thu Sep 4 14:04:47 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From skv at FreeBSD.org Thu Sep 4 14:07:04 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Sep 4 14:07:10 2008 Subject: cvs commit: ports/databases/skytools Makefile distinfo pkg-plist Message-ID: <200809041407.m84E73t5050414@repoman.freebsd.org> skv 2008-09-04 14:07:03 UTC FreeBSD ports repository Modified files: databases/skytools Makefile distinfo pkg-plist Log: Update to 2.1.7 PR: ports/124303 Submitted by: Pierre-Emmanuel André Revision Changes Path 1.4 +7 -3 ports/databases/skytools/Makefile 1.2 +3 -3 ports/databases/skytools/distinfo 1.2 +34 -6 ports/databases/skytools/pkg-plist From clsung at FreeBSD.org Thu Sep 4 14:18:39 2008 From: clsung at FreeBSD.org (Cheng-Lung Sung) Date: Thu Sep 4 14:18:56 2008 Subject: cvs commit: ports/net/py-s3cmd Makefile distinfo Message-ID: <200809041418.m84EIcNU030016@repoman.freebsd.org> clsung 2008-09-04 14:18:38 UTC FreeBSD ports repository Modified files: net/py-s3cmd Makefile distinfo Log: - Update to 0.9.8 Revision Changes Path 1.7 +1 -1 ports/net/py-s3cmd/Makefile 1.7 +3 -3 ports/net/py-s3cmd/distinfo From skv at FreeBSD.org Thu Sep 4 14:20:22 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Sep 4 14:20:29 2008 Subject: cvs commit: ports/sysutils/jailutils Makefile distinfo Message-ID: <200809041420.m84EKLn1033868@repoman.freebsd.org> skv 2008-09-04 14:20:21 UTC FreeBSD ports repository Modified files: sysutils/jailutils Makefile distinfo Log: Update to 1.3 Changes: http://memberwebs.com/stef/freebsd/jails/jailutils/ChangeLog Revision Changes Path 1.8 +1 -1 ports/sysutils/jailutils/Makefile 1.9 +3 -3 ports/sysutils/jailutils/distinfo From skv at FreeBSD.org Thu Sep 4 14:24:17 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Sep 4 14:24:23 2008 Subject: cvs commit: ports/databases/postgresql-plproxy Makefile distinfo Message-ID: <200809041424.m84EOFmD059235@repoman.freebsd.org> skv 2008-09-04 14:24:15 UTC FreeBSD ports repository Modified files: databases/postgresql-plproxy Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.5 +3 -7 ports/databases/postgresql-plproxy/Makefile 1.2 +3 -3 ports/databases/postgresql-plproxy/distinfo From kib at FreeBSD.org Thu Sep 4 14:25:14 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Thu Sep 4 14:25:25 2008 Subject: cvs commit: src/sys/fs/msdosfs msdosfs_fat.c Message-ID: <200809041425.m84EPDhr066154@repoman.freebsd.org> kib 2008-09-04 14:25:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/msdosfs msdosfs_fat.c Log: SVN rev 182756 on 2008-09-04 14:25:10Z by kib MFC r182600: In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were replaced by file relative sector numbers as the buffer block number when zero-padding a file during extension. Revert the change, it causes wrong blocks filled with zeroes on seeking beyond end of file. PR: kern/47628 Approved by: re (kensmith) Revision Changes Path 1.48.2.1 +2 -2 src/sys/fs/msdosfs/msdosfs_fat.c From gahr at FreeBSD.org Thu Sep 4 14:25:39 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Thu Sep 4 14:25:48 2008 Subject: cvs commit: ports/java Makefile ports/java/netbeans-devel Makefile distinfo pkg-descr pkg-plist Message-ID: <200809041425.m84EPdNW069224@repoman.freebsd.org> gahr 2008-09-04 14:25:39 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/netbeans-devel Makefile distinfo pkg-descr pkg-plist Log: - New port: netbeans-devel The NetBeans IDE 6.5 Beta release provides several new features and enhancements, such as a new IDE-wide QuickSearch shortcut, more user-friendly interface, and automatic Compile on Save. In addition to full support of all Java editions (Java SE, Java EE, Java ME), the NetBeans IDE is the ideal tool for software development with PHP, C/C++, Groovy and Grails, Ruby and Rails, Ajax and JavaScript. The 6.5 release also includes enhanced support for web frameworks (Hibernate, Spring, JSF, JPA), the GlassFish application server, and databases. More here: http://www.netbeans.org/community/releases/65/ Revision Changes Path 1.211 +1 -0 ports/java/Makefile 1.1 +34 -0 ports/java/netbeans-devel/Makefile (new) 1.1 +3 -0 ports/java/netbeans-devel/distinfo (new) 1.1 +7 -0 ports/java/netbeans-devel/pkg-descr (new) 1.1 +6915 -0 ports/java/netbeans-devel/pkg-plist (new) From skv at FreeBSD.org Thu Sep 4 14:29:02 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Sep 4 14:29:08 2008 Subject: cvs commit: ports/www/p5-Catalyst-Action-REST Makefile distinfo Message-ID: <200809041429.m84ET2Gk089532@repoman.freebsd.org> skv 2008-09-04 14:29:02 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Action-REST Makefile distinfo Log: Update to 0.66 Changes: http://search.cpan.org/src/JSHIRLEY/Catalyst-Action-REST-0.66/Changes Revision Changes Path 1.7 +1 -1 ports/www/p5-Catalyst-Action-REST/Makefile 1.5 +3 -3 ports/www/p5-Catalyst-Action-REST/distinfo From nwhitehorn at FreeBSD.org Thu Sep 4 14:38:03 2008 From: nwhitehorn at FreeBSD.org (Nathan Whitehorn) Date: Thu Sep 4 14:38:14 2008 Subject: cvs commit: src/sys/dev/bm if_bm.c Message-ID: <200809041437.m84Ebxu2051987@repoman.freebsd.org> nwhitehorn 2008-09-04 14:37:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bm if_bm.c Log: SVN rev 182757 on 2008-09-04 14:37:53Z by nwhitehorn MFC r182670, which fixes a multiple locking bug that would panic WITNESS-enabled kernels. Approved by: re, marcel (mentor) Revision Changes Path 1.2.2.2 +1 -1 src/sys/dev/bm/if_bm.c From jmelo at FreeBSD.org Thu Sep 4 14:41:08 2008 From: jmelo at FreeBSD.org (Jean Milanez Melo) Date: Thu Sep 4 14:41:19 2008 Subject: cvs commit: ports/mail/mailman pkg-plist Message-ID: <200809041441.m84Ef7vJ060976@repoman.freebsd.org> jmelo 2008-09-04 14:41:07 UTC FreeBSD ports repository Modified files: mail/mailman pkg-plist Log: - Fix pkg-plist after update. Revision Changes Path 1.38 +12 -1 ports/mail/mailman/pkg-plist From manolis at FreeBSD.org Thu Sep 4 14:48:14 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Thu Sep 4 14:48:29 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/linuxemu chapter.sgml Message-ID: <200809041448.m84EmDFe005213@repoman.freebsd.org> manolis 2008-09-04 14:48:13 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/linuxemu chapter.sgml Log: MFen 1.135->1.136 en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml Approved by: gabor (mentor) Revision Changes Path 1.9 +2 -2 doc/el_GR.ISO8859-7/books/handbook/linuxemu/chapter.sgml From lme at FreeBSD.org Thu Sep 4 14:52:05 2008 From: lme at FreeBSD.org (Lars Engels) Date: Thu Sep 4 14:52:27 2008 Subject: cvs commit: ports/math/aribas Makefile distinfo Message-ID: <200809041452.m84Eq5Sw030035@repoman.freebsd.org> lme 2008-09-04 14:52:05 UTC FreeBSD ports repository Modified files: math/aribas Makefile distinfo Log: Update to 1.63 Revision Changes Path 1.3 +3 -3 ports/math/aribas/Makefile 1.2 +3 -3 ports/math/aribas/distinfo From dfr at FreeBSD.org Thu Sep 4 14:54:31 2008 From: dfr at FreeBSD.org (Doug Rabson) Date: Thu Sep 4 14:54:42 2008 Subject: cvs commit: src/lib/librpcsec_gss svc_rpcsec_gss.c Message-ID: <200809041454.m84EsU4k047335@repoman.freebsd.org> dfr 2008-09-04 14:54:22 UTC FreeBSD src repository Modified files: lib/librpcsec_gss svc_rpcsec_gss.c Log: SVN rev 182758 on 2008-09-04 14:54:22Z by dfr Fix an off-by-one error in the replay detection logic. Revision Changes Path 1.3 +1 -1 src/lib/librpcsec_gss/svc_rpcsec_gss.c From skv at FreeBSD.org Thu Sep 4 14:55:14 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Sep 4 14:55:26 2008 Subject: cvs commit: ports/textproc/p5-Spreadsheet-WriteExcel Makefile distinfo pkg-plist Message-ID: <200809041455.m84EtDSw052844@repoman.freebsd.org> skv 2008-09-04 14:55:13 UTC FreeBSD ports repository Modified files: textproc/p5-Spreadsheet-WriteExcel Makefile distinfo pkg-plist Log: Update to 2.23 Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.23/Changes Revision Changes Path 1.33 +1 -1 ports/textproc/p5-Spreadsheet-WriteExcel/Makefile 1.27 +3 -3 ports/textproc/p5-Spreadsheet-WriteExcel/distinfo 1.22 +1 -0 ports/textproc/p5-Spreadsheet-WriteExcel/pkg-plist From clsung at FreeBSD.org Thu Sep 4 14:55:59 2008 From: clsung at FreeBSD.org (Cheng-Lung Sung) Date: Thu Sep 4 14:56:15 2008 Subject: cvs commit: ports/devel/p5-Algorithm-Cluster Makefile distinfo Message-ID: <200809041455.m84EtxgX058552@repoman.freebsd.org> clsung 2008-09-04 14:55:59 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-Cluster Makefile distinfo Log: - Update to 1.41 Revision Changes Path 1.17 +1 -1 ports/devel/p5-Algorithm-Cluster/Makefile 1.15 +3 -3 ports/devel/p5-Algorithm-Cluster/distinfo From QAT at FreeBSD.org Thu Sep 4 15:00:22 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 15:00:28 2008 Subject: cvs commit: ports/math/clp Makefile ports/math/octave Makefile ports/math/octave-devel Makefile In-Reply-To: <200809041026.m84AQf4N062075@repoman.freebsd.org> References: In-Reply-To: <200809041026.m84AQf4N062075@repoman.freebsd.org> Message-ID: <20080904150019.EBC2312E40FA@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/octave-devel-3.1.51_2.log : building octave-devel-3.1.51_2 in directory /var/tinderbox/7-STABLE-FTP maintained by: maho@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/math/octave-devel Makefile ident: $FreeBSD: ports/math/octave-devel/Makefile,v 1.79 2008/09/04 10:26:41 demon Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 14:55:24 UTC 2008 ................................................... checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking for fnmatch... no checking for fnmatch in -lglob... no checking for glob... no checking for glob in -lglob... no configure: error: You are required to have fnmatch and glob ===> Script "configure" failed unexpectedly. Please report the problem to maho@FreeBSD.org [maintainer] and attach the "/work/a/ports/math/octave-devel/work/octave-3.1.51/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /a/ports/math/octave-devel. ================================================================ build of /usr/ports/math/octave-devel ended at Thu Sep 4 15:00:18 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From kib at FreeBSD.org Thu Sep 4 15:09:46 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Thu Sep 4 15:09:53 2008 Subject: cvs commit: src/sys/fs/msdosfs msdosfs_fat.c Message-ID: <200809041509.m84F9k96038494@repoman.freebsd.org> kib 2008-09-04 15:09:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/msdosfs msdosfs_fat.c Log: SVN rev 182759 on 2008-09-04 15:09:26Z by kib MFC r182600: In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were replaced by file relative sector numbers as the buffer block number when zero-padding a file during extension. Revert the change, it causes wrong blocks filled with zeroes on seeking beyond end of file. PR: kern/47628 Approved by: re (kensmith) Revision Changes Path 1.37.2.2 +2 -2 src/sys/fs/msdosfs/msdosfs_fat.c From skv at FreeBSD.org Thu Sep 4 15:10:02 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Sep 4 15:10:09 2008 Subject: cvs commit: ports/devel/p5-MooseX-Singleton Makefile distinfo Message-ID: <200809041510.m84FA2wf039986@repoman.freebsd.org> skv 2008-09-04 15:10:02 UTC FreeBSD ports repository Modified files: devel/p5-MooseX-Singleton Makefile distinfo Log: Update to 0.10 Changes: http://search.cpan.org/src/DROLSKY/MooseX-Singleton-0.10/ChangeLog Revision Changes Path 1.3 +1 -1 ports/devel/p5-MooseX-Singleton/Makefile 1.3 +3 -3 ports/devel/p5-MooseX-Singleton/distinfo From jkim at FreeBSD.org Thu Sep 4 15:16:47 2008 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Thu Sep 4 15:16:58 2008 Subject: cvs commit: src/sys/amd64/amd64 bpf_jit_machdep.c bpf_jit_machdep.h src/sys/i386/i386 bpf_jit_machdep.c bpf_jit_machdep.h src/sys/net bpf_jitter.c bpf_jitter.h Message-ID: <200809041516.m84FGk0P084626@repoman.freebsd.org> jkim 2008-09-04 15:15:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 bpf_jit_machdep.c bpf_jit_machdep.h sys/i386/i386 bpf_jit_machdep.c bpf_jit_machdep.h sys/net bpf_jitter.c bpf_jitter.h Log: SVN rev 182760 on 2008-09-04 15:15:39Z by jkim MFC: Sync. BPF JIT compiler with HEAD. - r182172: Embed scratch memory in the filter structure. - r182173: Fix a typo in copyrights. - r182220: Move empty filter handling to MI source. - r182376: Initialize scratch memory for JIT-compiled filter when it is allocated. Previously it may have contained unnecessary (even sensitive) data from the previous allocation. As a (good) side effect, scratch memory may be used to store the previous filter state(s) safely because it is allocated and freed with filter itself. However, use it carefully because bpf_filter(9) does not have this behavior. Approved by: re (kensmith) Revision Changes Path 1.4.2.2 +1 -5 src/sys/amd64/amd64/bpf_jit_machdep.c 1.3.2.2 +1 -1 src/sys/amd64/amd64/bpf_jit_machdep.h 1.4.2.2 +1 -5 src/sys/i386/i386/bpf_jit_machdep.c 1.3.2.2 +1 -1 src/sys/i386/i386/bpf_jit_machdep.h 1.3.2.2 +26 -19 src/sys/net/bpf_jitter.c 1.2.2.2 +2 -2 src/sys/net/bpf_jitter.h From jkim at FreeBSD.org Thu Sep 4 15:18:48 2008 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Thu Sep 4 15:19:00 2008 Subject: cvs commit: src/sys/net bpf_filter.c Message-ID: <200809041518.m84FIlIu098700@repoman.freebsd.org> jkim 2008-09-04 15:18:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net bpf_filter.c Log: SVN rev 182761 on 2008-09-04 15:18:32Z by jkim MFC: r182380 Validate scratch memory addresses for BPF_STX and BPF_LDX|BPF_MEM. A badly written filter was able to reference invalid addresses, even cause kernel crash. Approved by: re (kensmith) Revision Changes Path 1.28.2.2 +3 -1 src/sys/net/bpf_filter.c From timur at FreeBSD.org Thu Sep 4 15:23:00 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Thu Sep 4 15:23:06 2008 Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile Message-ID: <200809041522.m84FMxmm022017@repoman.freebsd.org> timur 2008-09-04 15:22:59 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile Log: * Add LOCALBASE to the CFLAGS, CPPFLAGS and LDFLAGS, so ldap(and other) libraries and headers could be found. * Removed unnecesary USE_ICONV, as it is used only by GETTEXT and comes as it's dependency anyhow. Revision Changes Path 1.71 +4 -5 ports/net-mgmt/nagios-plugins/Makefile From jkim at FreeBSD.org Thu Sep 4 15:27:03 2008 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Thu Sep 4 15:27:15 2008 Subject: cvs commit: src/sys/net bpf_filter.c Message-ID: <200809041527.m84FR3FJ048806@repoman.freebsd.org> jkim 2008-09-04 15:26:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf_filter.c Log: SVN rev 182762 on 2008-09-04 15:26:56Z by jkim MFC: r182380 Validate scratch memory addresses for BPF_STX and BPF_LDX|BPF_MEM. A badly written filter was able to reference invalid addresses, even cause kernel crash. Approved by: re (kensmith) Revision Changes Path 1.23.2.3 +3 -1 src/sys/net/bpf_filter.c From mi at FreeBSD.org Thu Sep 4 15:27:48 2008 From: mi at FreeBSD.org (Mikhail Teterin) Date: Thu Sep 4 15:27:55 2008 Subject: cvs commit: ports/hungarian/hunspell pkg-plist Message-ID: <200809041527.m84FRmns053840@repoman.freebsd.org> mi 2008-09-04 15:27:48 UTC FreeBSD ports repository Modified files: hungarian/hunspell pkg-plist Log: Add two directories missing from plist... Notified by: QA-Tindy Revision Changes Path 1.7 +2 -0 ports/hungarian/hunspell/pkg-plist From chinsan at FreeBSD.org Thu Sep 4 15:30:34 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Thu Sep 4 15:30:45 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml Message-ID: <200809041530.m84FUX6Q066421@repoman.freebsd.org> chinsan 2008-09-04 15:30:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: - Reorder staff-committers to respect **in alphabetical order by last name**, instead of alphabetical order by first name. Revision Changes Path 1.242 +15 -15 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From jadawin at FreeBSD.org Thu Sep 4 15:33:04 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Thu Sep 4 15:33:15 2008 Subject: cvs commit: ports/archivers/p5-Compress-Raw-Bzip2 Makefile distinfo ports/archivers/p5-Compress-Raw-Zlib Makefile distinfo ports/archivers/p5-Compress-Zlib Makefile distinfo ports/archivers/p5-IO-Compress-Base Makefile distinfo ... Message-ID: <200809041533.m84FX3pQ083354@repoman.freebsd.org> jadawin 2008-09-04 15:33:03 UTC FreeBSD ports repository Modified files: archivers/p5-Compress-Raw-Bzip2 Makefile distinfo archivers/p5-Compress-Raw-Zlib Makefile distinfo archivers/p5-Compress-Zlib Makefile distinfo archivers/p5-IO-Compress-Base Makefile distinfo archivers/p5-IO-Compress-Bzip2 Makefile distinfo archivers/p5-IO-Compress-Zlib Makefile distinfo Log: - Update to 2.015 Revision Changes Path 1.14 +1 -1 ports/archivers/p5-Compress-Raw-Bzip2/Makefile 1.12 +3 -3 ports/archivers/p5-Compress-Raw-Bzip2/distinfo 1.15 +1 -1 ports/archivers/p5-Compress-Raw-Zlib/Makefile 1.13 +3 -3 ports/archivers/p5-Compress-Raw-Zlib/distinfo 1.59 +1 -1 ports/archivers/p5-Compress-Zlib/Makefile 1.37 +3 -3 ports/archivers/p5-Compress-Zlib/distinfo 1.16 +1 -1 ports/archivers/p5-IO-Compress-Base/Makefile 1.13 +3 -3 ports/archivers/p5-IO-Compress-Base/distinfo 1.13 +1 -1 ports/archivers/p5-IO-Compress-Bzip2/Makefile 1.11 +3 -3 ports/archivers/p5-IO-Compress-Bzip2/distinfo 1.15 +1 -1 ports/archivers/p5-IO-Compress-Zlib/Makefile 1.13 +3 -3 ports/archivers/p5-IO-Compress-Zlib/distinfo From ed at FreeBSD.org Thu Sep 4 16:31:43 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Thu Sep 4 16:31:52 2008 Subject: cvs commit: src/sys/kern tty_compat.c src/sys/sys tty.h Message-ID: <200809041631.m84GVhvI084020@repoman.freebsd.org> ed 2008-09-04 16:30:53 UTC FreeBSD src repository Modified files: sys/kern tty_compat.c sys/sys tty.h Log: SVN rev 182763 on 2008-09-04 16:30:53Z by ed Fix an awful bug inside our COMPAT_43TTY code. When I migrated tty_compat.c to MPSAFE TTY, I just hooked it up to the build and fixed it until it compiled and somewhat worked. It turns out this was not the smartest thing, because the old TTY layer also had a field called t_flags, which contained a set of sgtty flags. This means our current COMPAT_43TTY code overwrites the TTY flags, causing all strange problems to occur. Fix this code to use a new struct member called t_compatflags. This commit may cause kern/127054 to be fixed, but this still has to be tested/confirmed by the originator. It has to be fixed anyway. PR: kern/127054 Revision Changes Path 1.41 +14 -12 src/sys/kern/tty_compat.c 1.106 +1 -0 src/sys/sys/tty.h From ed at FreeBSD.org Thu Sep 4 16:44:15 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Thu Sep 4 16:44:21 2008 Subject: cvs commit: src/share/man/man4 pts.4 src/sys/kern tty.c tty_pts.c src/sys/sys ttydevsw.h Message-ID: <200809041644.m84GiFPl063052@repoman.freebsd.org> ed 2008-09-04 16:39:02 UTC FreeBSD src repository Modified files: share/man/man4 pts.4 sys/kern tty.c tty_pts.c sys/sys ttydevsw.h Log: SVN rev 182764 on 2008-09-04 16:39:02Z by ed Implement pts(4) packet mode. As reported by several users on the mailing lists, applications like screen(1) fail to properly handle ^S and ^Q characters. This was because MPSAFE TTY didn't implement packet mode (TIOCPKT) yet. Add basic packet mode support to make these applications work again. Obtained from: //depot/projects/mpsafetty/... Revision Changes Path 1.2 +0 -6 src/share/man/man4/pts.4 1.287 +21 -0 src/sys/kern/tty.c 1.21 +85 -28 src/sys/kern/tty_pts.c 1.2 +11 -0 src/sys/sys/ttydevsw.h From obrien at FreeBSD.org Thu Sep 4 16:59:06 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Thu Sep 4 16:59:12 2008 Subject: cvs commit: ports/editors/vim Makefile distinfo Message-ID: <200809041659.m84Gx5ic065704@repoman.freebsd.org> obrien 2008-09-04 16:59:05 UTC FreeBSD ports repository Modified files: editors/vim Makefile distinfo Log: Update to Vim 7.2 patchlevel 9. Revision Changes Path 1.333 +4 -4 ports/editors/vim/Makefile 1.193 +24 -0 ports/editors/vim/distinfo From obrien at FreeBSD.org Thu Sep 4 17:11:02 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Thu Sep 4 17:11:08 2008 Subject: cvs commit: src/sys/mips/mips intr_machdep.c Message-ID: <200809041710.m84HAwxO033775@repoman.freebsd.org> obrien 2008-09-04 17:10:52 UTC FreeBSD src repository Modified files: sys/mips/mips intr_machdep.c Log: SVN rev 182765 on 2008-09-04 17:10:52Z by obrien style(9) Revision Changes Path 1.2 +44 -49 src/sys/mips/mips/intr_machdep.c From beech at FreeBSD.org Thu Sep 4 17:26:53 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Sep 4 17:27:14 2008 Subject: cvs commit: ports/irc/rbot Makefile Message-ID: <200809041726.m84HQq0Z031771@repoman.freebsd.org> beech 2008-09-04 17:26:52 UTC FreeBSD ports repository Modified files: irc/rbot Makefile Log: - Wrap portdocs install in NOPORTDOCS variable Reported By: QA Tindy Revision Changes Path 1.15 +6 -2 ports/irc/rbot/Makefile From skv at FreeBSD.org Thu Sep 4 17:36:25 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Sep 4 17:36:31 2008 Subject: cvs commit: ports/net/openldap24-server Makefile pkg-plist ports/net/openldap24-server/files patch-smbk5pwd-Makefile Message-ID: <200809041736.m84HaPw2091933@repoman.freebsd.org> skv 2008-09-04 17:36:25 UTC FreeBSD ports repository Modified files: net/openldap24-server Makefile pkg-plist Added files: net/openldap24-server/files patch-smbk5pwd-Makefile Log: Add option for smbk5pwd overlay. PR: ports/126367 Submitted by: Alexander Kriventsov Approved by: maintainer timeout Revision Changes Path 1.159 +19 -1 ports/net/openldap24-server/Makefile 1.1 +25 -0 ports/net/openldap24-server/files/patch-smbk5pwd-Makefile (new) 1.43 +4 -1 ports/net/openldap24-server/pkg-plist From pav at FreeBSD.org Thu Sep 4 17:45:03 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 17:45:09 2008 Subject: cvs commit: ports/java/jakarta-commons-dbcp Makefile Message-ID: <200809041745.m84Hj3k9044320@repoman.freebsd.org> pav 2008-09-04 17:45:03 UTC FreeBSD ports repository Modified files: java/jakarta-commons-dbcp Makefile Log: - Limit to jdk 1.4-1.5, does not build with 1.6 Reported by: pointyhat Revision Changes Path 1.11 +1 -1 ports/java/jakarta-commons-dbcp/Makefile From pav at FreeBSD.org Thu Sep 4 17:49:40 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 17:49:45 2008 Subject: cvs commit: ports/java/jgrapht Makefile Message-ID: <200809041749.m84Hndf0072490@repoman.freebsd.org> pav 2008-09-04 17:49:39 UTC FreeBSD ports repository Modified files: java/jgrapht Makefile Log: - Limit to jdk 1.4-1.5, does not build with jdk 1.6 Reported by: pointyhat Revision Changes Path 1.8 +1 -1 ports/java/jgrapht/Makefile From beech at FreeBSD.org Thu Sep 4 19:08:58 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Sep 4 19:09:05 2008 Subject: cvs commit: ports/sysutils/puppet-devel Makefile pkg-plist ports/sysutils/puppet-devel/files pkg-deinstall.in pkg-install.in pkg-message.in Message-ID: <200809041908.m84J8wFb059499@repoman.freebsd.org> beech 2008-09-04 19:08:58 UTC FreeBSD ports repository Modified files: sysutils/puppet-devel Makefile pkg-plist sysutils/puppet-devel/files pkg-install.in pkg-message.in Added files: sysutils/puppet-devel/files pkg-deinstall.in Log: - Create and delete work directories for puppet. this fixes ports/126968 - Fix typos in pkg-message PR: ports/127078 Submitted by: Tomoyuki Sakurai (maintainer) Revision Changes Path 1.8 +4 -2 ports/sysutils/puppet-devel/Makefile 1.1 +13 -0 ports/sysutils/puppet-devel/files/pkg-deinstall.in (new) 1.2 +14 -2 ports/sysutils/puppet-devel/files/pkg-install.in 1.2 +3 -2 ports/sysutils/puppet-devel/files/pkg-message.in 1.7 +1 -2 ports/sysutils/puppet-devel/pkg-plist From QAT at FreeBSD.org Thu Sep 4 19:10:41 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 19:10:47 2008 Subject: cvs commit: ports/sysutils/puppet-devel Makefile pkg-plist ports/sysutils/puppet-devel/files pkg-deinstall.in pkg-install.in pkg-message.in In-Reply-To: <200809041908.m84J8wFb059499@repoman.freebsd.org> References: In-Reply-To: <200809041908.m84J8wFb059499@repoman.freebsd.org> Message-ID: <20080904191039.78BA312E414E@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/puppet-devel-0.24.5.log : building puppet-devel-0.24.5 in directory /var/tinderbox/7-STABLE-FTP maintained by: cherry@trombik.org building for: 7.0-STABLE amd64 port directory: /usr/ports/sysutils/puppet-devel Makefile ident: $FreeBSD: ports/sysutils/puppet-devel/Makefile,v 1.8 2008/09/04 19:08:58 beech Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 19:10:28 UTC 2008 ................................................... lib/puppet.rb -> /usr/local/lib/ruby/site_ruby/1.8/puppet.rb chmod 0755 /usr/local/lib/ruby/site_ruby/1.8/puppet.rb lib/puppet/provider/package/yumhelper.py -> /usr/local/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py chmod 0755 /usr/local/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py install -d /usr/local/share/doc/puppet install -d /usr/local/etc/puppet install -d /usr/local/etc/puppet/ssl install -d /usr/local/etc/puppet/manifests /usr/local/bin/ruby18 -I /usr/local/lib/ruby/site_ruby/1.8 /usr/local/bin/puppetmasterd --confdir=/usr/local/etc/puppet --rundir=/var/run/puppet --genconfig | /usr/bin/sed -e 's/genconfig = true/# genconfig = false/' > /usr/local/etc/puppet/puppet.conf-dist => Creating RUNDIR /var/run/puppet... => Creating WORKDIR /var/puppet... To enable puppetd and/or puppetmasterd, add: puppetd_enable="YES" puppetmasterd_enable="YES" to /etc/rc.conf Individual config files such as /usr/local/etc/puppet/puppetmasterd.conf are deprecated. Use a single file, /usr/local/etc/puppet/puppet.conf. Now the default PID directory is /var/run/puppet. ===> Installing rc.d startup script(s) ===> Registering installation for puppet-devel-0.24.5 ================================================================ ======================================== ===> Building package for puppet-devel-0.24.5 Creating package /tmp/packages/All/puppet-devel-0.24.5.tbz Registering depends: portupgrade-2.4.6,2 ruby18-bdb-0.6.4 db41-4.1.25_4 facter-1.5.0 ruby-1.8.6.287,1. Registering conflicts: puppet-[0-9]*. Creating bzip'd tar ball in '/tmp/packages/All/puppet-devel-0.24.5.tbz' Deleting puppet-devel-0.24.5 => Deleting /var/run/puppet if empty... => Deleting /var/puppet if empty... ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 23952956 4 drwxr-xr-x 2 root wheel 512 Sep 4 19:10 usr/local/share/doc/puppet ================================================================ build of /usr/ports/sysutils/puppet-devel ended at Thu Sep 4 19:10:38 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From pav at FreeBSD.org Thu Sep 4 19:15:37 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 19:15:44 2008 Subject: cvs commit: ports/x11-fm/gnome-commander2 Makefile pkg-plist Message-ID: <200809041915.m84JFbvT066089@repoman.freebsd.org> pav 2008-09-04 19:15:37 UTC FreeBSD ports repository Modified files: x11-fm/gnome-commander2 Makefile pkg-plist Log: - Fix plist Reported by: pointyhat Revision Changes Path 1.43 +1 -1 ports/x11-fm/gnome-commander2/Makefile 1.12 +1 -0 ports/x11-fm/gnome-commander2/pkg-plist From pav at FreeBSD.org Thu Sep 4 19:34:00 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 19:34:06 2008 Subject: cvs commit: ports/java/jboss5 Makefile distinfo ports/java/jboss5/files patch-build-common.xml patch-buildmagic.ent Message-ID: <200809041933.m84JXxQW055121@repoman.freebsd.org> pav 2008-09-04 19:33:59 UTC FreeBSD ports repository Modified files: java/jboss5 Makefile distinfo java/jboss5/files patch-build-common.xml Removed files: java/jboss5/files patch-buildmagic.ent Log: - Update to 5.0.0.cr1, which also fixes build with jdk16 PR: ports/126718 Submitted by: Greg Lewis Approved by: maintainer timeout (nemoliu; 14 days) Revision Changes Path 1.43 +3 -4 ports/java/jboss5/Makefile 1.19 +3 -3 ports/java/jboss5/distinfo 1.2 +1 -18 ports/java/jboss5/files/patch-build-common.xml 1.2 +0 -37 ports/java/jboss5/files/patch-buildmagic.ent (dead) From marius at FreeBSD.org Thu Sep 4 19:42:04 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Sep 4 19:42:10 2008 Subject: cvs commit: src/sys/boot/sparc64/loader main.c Message-ID: <200809041942.m84Jg1Fp000974@repoman.freebsd.org> marius 2008-09-04 19:41:54 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader main.c Log: SVN rev 182766 on 2008-09-04 19:41:54Z by marius Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u(). I think this is necessary in order to make sure the workarounds in {d,i}tlb_get_data_sun4u() work correctly. Revision Changes Path 1.36 +10 -2 src/sys/boot/sparc64/loader/main.c From marius at FreeBSD.org Thu Sep 4 19:43:34 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Sep 4 19:43:41 2008 Subject: cvs commit: src/sys/sparc64/include tte.h src/sys/sparc64/sparc64 pmap.c Message-ID: <200809041943.m84JhXxf013190@repoman.freebsd.org> marius 2008-09-04 19:43:14 UTC FreeBSD src repository Modified files: sys/sparc64/include tte.h sys/sparc64/sparc64 pmap.c Log: SVN rev 182767 on 2008-09-04 19:43:14Z by marius The physical address space of cheetah-class CPUs has been extended to 43 bits so update TD_PA_BITS accordingly. For the most part this increase is transparent to the existing code except for when reading the physical address from ASI_{D,I}TLB_DATA_ACCESS_REG, which we only do in the loader and which was already adjusted in r182478, or from the OFW translations node. While at it, ensure we are only taking valid OFW mapping entries into account. Revision Changes Path 1.18 +7 -4 src/sys/sparc64/include/tte.h 1.175 +10 -1 src/sys/sparc64/sparc64/pmap.c From pav at FreeBSD.org Thu Sep 4 19:46:26 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 19:46:32 2008 Subject: cvs commit: ports/net/liferea Makefile distinfo pkg-plist Message-ID: <200809041946.m84JkQ1q029935@repoman.freebsd.org> pav 2008-09-04 19:46:26 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist Log: - Update to 1.4.19 Revision Changes Path 1.127 +1 -2 ports/net/liferea/Makefile 1.97 +3 -3 ports/net/liferea/distinfo 1.57 +1 -0 ports/net/liferea/pkg-plist From marius at FreeBSD.org Thu Sep 4 19:59:05 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Sep 4 19:59:11 2008 Subject: cvs commit: src/sys/sparc64/include cpu.h dcr.h src/sys/sparc64/sparc64 cheetah.c genassym.c machdep.c mp_machdep.c Message-ID: <200809041959.m84Jx5hA009181@repoman.freebsd.org> marius 2008-09-04 19:58:52 UTC FreeBSD src repository Modified files: sys/sparc64/include cpu.h sys/sparc64/sparc64 cheetah.c genassym.c machdep.c mp_machdep.c Added files: sys/sparc64/include dcr.h Log: SVN rev 182768 on 2008-09-04 19:58:52Z by marius Flesh out MMU and cache handling of cheetah-class CPUs. Revision Changes Path 1.18 +1 -0 src/sys/sparc64/include/cpu.h 1.1 +66 -0 src/sys/sparc64/include/dcr.h (new) 1.9 +89 -3 src/sys/sparc64/sparc64/cheetah.c 1.73 +5 -2 src/sys/sparc64/sparc64/genassym.c 1.145 +6 -0 src/sys/sparc64/sparc64/machdep.c 1.45 +2 -0 src/sys/sparc64/sparc64/mp_machdep.c From pav at FreeBSD.org Thu Sep 4 20:07:51 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 20:08:02 2008 Subject: cvs commit: ports/lang/ecl Makefile distinfo pkg-plist ports/lang/ecl/files patch-src__gc__include__private__gcconfig.h Message-ID: <200809042007.m84K7om2059436@repoman.freebsd.org> pav 2008-09-04 20:07:50 UTC FreeBSD ports repository Modified files: lang/ecl Makefile distinfo pkg-plist lang/ecl/files patch-src__gc__include__private__gcconfig.h Log: - Update to 0.9l PR: ports/126920 Submitted by: fulvio ciriaco Revision Changes Path 1.19 +7 -10 ports/lang/ecl/Makefile 1.8 +3 -3 ports/lang/ecl/distinfo 1.2 +12 -31 ports/lang/ecl/files/patch-src__gc__include__private__gcconfig.h 1.5 +22 -21 ports/lang/ecl/pkg-plist From marius at FreeBSD.org Thu Sep 4 20:08:36 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Sep 4 20:08:54 2008 Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c mp_machdep.c Message-ID: <200809042008.m84K8Zxf064387@repoman.freebsd.org> marius 2008-09-04 20:08:21 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 machdep.c mp_machdep.c Log: SVN rev 182769 on 2008-09-04 20:08:21Z by marius Ensure the caches have the desired configuration (see especially cheetah_cache_enable()). Revision Changes Path 1.146 +1 -0 src/sys/sparc64/sparc64/machdep.c 1.46 +1 -0 src/sys/sparc64/sparc64/mp_machdep.c From pav at FreeBSD.org Thu Sep 4 20:26:56 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 20:27:07 2008 Subject: cvs commit: ports/graphics/pecl-imagick Makefile distinfo Message-ID: <200809042026.m84KQtVh080402@repoman.freebsd.org> pav 2008-09-04 20:26:55 UTC FreeBSD ports repository Modified files: graphics/pecl-imagick Makefile distinfo Log: - Update to 2.2.0 PR: ports/125604 Submitted by: Wen heping Approved by: maintainer timeout (anray; 1 month) Revision Changes Path 1.16 +1 -2 ports/graphics/pecl-imagick/Makefile 1.8 +3 -3 ports/graphics/pecl-imagick/distinfo From pav at FreeBSD.org Thu Sep 4 20:36:48 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 20:37:02 2008 Subject: cvs commit: ports/Mk bsd.sites.mk Message-ID: <200809042036.m84KamL8039838@repoman.freebsd.org> pav 2008-09-04 20:36:48 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Remove first dead site from PGSQL list, and update the mirror list URL PR: ports/126963 Submitted by: Alex Goncharov Revision Changes Path 1.456 +2 -3 ports/Mk/bsd.sites.mk From brueffer at FreeBSD.org Thu Sep 4 20:45:37 2008 From: brueffer at FreeBSD.org (Christian Brueffer) Date: Thu Sep 4 20:45:43 2008 Subject: cvs commit: src/share/man/man4 Makefile Message-ID: <200809042045.m84KjbDF092654@repoman.freebsd.org> brueffer 2008-09-04 20:45:36 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: SVN rev 182771 on 2008-09-04 20:45:36Z by brueffer Hook up ixgbe(4) to the build. D'oh! Revision Changes Path 1.431 +2 -0 src/share/man/man4/Makefile From mezz at FreeBSD.org Thu Sep 4 20:51:10 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Thu Sep 4 20:51:22 2008 Subject: cvs commit: ports/textproc/libxslt Makefile ports/textproc/libxslt/files patch-exslt_crypt Message-ID: <200809042051.m84Kp9u0034860@repoman.freebsd.org> mezz 2008-09-04 20:51:09 UTC FreeBSD ports repository Modified files: textproc/libxslt Makefile Added files: textproc/libxslt/files patch-exslt_crypt Log: Security fix libxslt heap overflow, bump the PORTREVISION. PR: ports/126869 Submitted by: Tsurutani Naoki Obtained from: http://www.ocert.org/advisories/ocert-2008-009.html Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2935 Revision Changes Path 1.89 +1 -1 ports/textproc/libxslt/Makefile 1.1 +152 -0 ports/textproc/libxslt/files/patch-exslt_crypt (new) From pav at FreeBSD.org Thu Sep 4 20:51:13 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 20:51:32 2008 Subject: cvs commit: ports/databases/postgresql-odbc Makefile distinfo pkg-descr pkg-plist Message-ID: <200809042051.m84KpD9s035071@repoman.freebsd.org> pav 2008-09-04 20:51:13 UTC FreeBSD ports repository Modified files: databases/postgresql-odbc Makefile distinfo pkg-descr pkg-plist Log: - Update to 8.3.2 PR: ports/126963 Submitted by: Alex Goncharov (maintainer) Revision Changes Path 1.13 +53 -37 ports/databases/postgresql-odbc/Makefile 1.4 +3 -3 ports/databases/postgresql-odbc/distinfo 1.3 +1 -1 ports/databases/postgresql-odbc/pkg-descr 1.5 +20 -6 ports/databases/postgresql-odbc/pkg-plist From marius at FreeBSD.org Thu Sep 4 20:53:09 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Sep 4 20:53:15 2008 Subject: cvs commit: src/sys/sparc64/include trap.h src/sys/sparc64/sparc64 machdep.c trap.c Message-ID: <200809042053.m84Kr8dl046568@repoman.freebsd.org> marius 2008-09-04 20:52:54 UTC FreeBSD src repository Modified files: sys/sparc64/include trap.h sys/sparc64/sparc64 machdep.c trap.c Log: SVN rev 182773 on 2008-09-04 20:52:54Z by marius Use the PROM provided SUNW,set-trap-table to take over the trap table. This is required in order to set obp-control-relinquished within the PROM, allowing to safely read the OFW translations node. Without this, f.e. a `ofwdump -ap` triggers a fatal reset error or worse things on machines based on USIII and beyond. In theory this should allow to remove touching %tba in cpu_setregs(), in practice we seem to currently face a chicken and egg problem when doing so however. Revision Changes Path 1.13 +1 -0 src/sys/sparc64/include/trap.h 1.147 +10 -0 src/sys/sparc64/sparc64/machdep.c 1.94 +24 -0 src/sys/sparc64/sparc64/trap.c From QAT at FreeBSD.org Thu Sep 4 20:59:23 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Thu Sep 4 20:59:53 2008 Subject: cvs commit: ports/databases/postgresql-odbc Makefile distinfo pkg-descr pkg-plist In-Reply-To: <200809042051.m84KpD9s035071@repoman.freebsd.org> References: In-Reply-To: <200809042051.m84KpD9s035071@repoman.freebsd.org> Message-ID: <20080904205921.93AA012E40FC@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/postgresql-odbc-08.03.0200.log : building postgresql-odbc-08.03.0200 in directory /var/tinderbox/7-STABLE-FTP maintained by: alex-goncharov@comcast.net building for: 7.0-STABLE amd64 port directory: /usr/ports/databases/postgresql-odbc Makefile ident: $FreeBSD: ports/databases/postgresql-odbc/Makefile,v 1.13 2008/09/04 20:51:13 pav Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 4 20:58:36 UTC 2008 ................................................... flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- install -o root -g wheel -m 444 /work/a/ports/databases/postgresql-odbc/work/psqlodbc-08.03.0200/odbc.sql /usr/local/share/postgresql/odbc install -o root -g wheel -m 444 /work/a/ports/databases/postgresql-odbc/work/psqlodbc-08.03.0200/odbc-drop.sql /usr/local/share/postgresql/odbc ===> Registering installation for postgresql-odbc-08.03.0200 ================================================================ ======================================== ===> Building package for postgresql-odbc-08.03.0200 tar: share/doc/postgresql/odbc/config-opt.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/config.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/faq.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/howto-accesslo.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/howto-accessvba.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/howto-bo.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/howto-ch.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/howto-csharp.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/howto-vb.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/howto-vblo.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/index.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/release.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/unix-compilation.html: Cannot stat: No such file or directory tar: share/doc/postgresql/odbc/win32-compilation.html: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/postgresql-odbc-08.03.0200.tbz Registering depends: unixODBC-2.2.12_4 libiconv-1.11_1. Creating bzip'd tar ball in '/tmp/packages/All/postgresql-odbc-08.03.0200.tbz' *** Error code 1 Stop in /a/ports/databases/postgresql-odbc. ================================================================ build of /usr/ports/databases/postgresql-odbc ended at Thu Sep 4 20:59:20 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From pav at FreeBSD.org Thu Sep 4 21:05:27 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 21:05:38 2008 Subject: cvs commit: ports/databases/mysql-query-browser Makefile Message-ID: <200809042105.m84L5QiW022023@repoman.freebsd.org> pav 2008-09-04 21:05:26 UTC FreeBSD ports repository Modified files: databases/mysql-query-browser Makefile Log: - Expire this in two months: has been BROKEN for six months already Revision Changes Path 1.17 +3 -0 ports/databases/mysql-query-browser/Makefile From marius at FreeBSD.org Thu Sep 4 21:06:25 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Sep 4 21:06:30 2008 Subject: cvs commit: src/sys/sparc64/sparc64 exception.S Message-ID: <200809042106.m84L6O9V028545@repoman.freebsd.org> marius 2008-09-04 21:06:09 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 exception.S Log: SVN rev 182774 on 2008-09-04 21:06:09Z by marius When determining whether we trapped while in the PROM don't only check for addresses below the PROM range but also those above. Revision Changes Path 1.79 +4 -0 src/sys/sparc64/sparc64/exception.S From pav at FreeBSD.org Thu Sep 4 21:08:16 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 21:08:32 2008 Subject: cvs commit: ports/databases/postgresql-odbc pkg-plist Message-ID: <200809042108.m84L8Gq3041092@repoman.freebsd.org> pav 2008-09-04 21:08:16 UTC FreeBSD ports repository Modified files: databases/postgresql-odbc pkg-plist Log: - Try to fix plist for NOPORTDOCS Reported by: ionbot Revision Changes Path 1.6 +15 -15 ports/databases/postgresql-odbc/pkg-plist From pav at FreeBSD.org Thu Sep 4 21:25:59 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Sep 4 21:26:06 2008 Subject: cvs commit: ports/Mk bsd.sites.mk Message-ID: <200809042125.m84LPxVj051821@repoman.freebsd.org> pav 2008-09-04 21:25:59 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Reshuffle kde.org mirrors a bit Complained about it: ade Revision Changes Path 1.457 +3 -3 ports/Mk/bsd.sites.mk From mezz at FreeBSD.org Thu Sep 4 21:46:31 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Thu Sep 4 21:46:43 2008 Subject: cvs commit: ports/sysutils/tracker-client Makefile pkg-plist ports/sysutils/tracker-client/files patch-src_text-filters__Makefile.in Message-ID: <200809042146.m84LkVrE076228@repoman.freebsd.org> mezz 2008-09-04 21:46:31 UTC FreeBSD ports repository Modified files: sysutils/tracker-client Makefile pkg-plist Added files: sysutils/tracker-client/files patch-src_text-filters__Makefile.in Log: Resolve the conflict in the between of tracker-client and converters/o3read by get this port to not build/install o3totxt and depend on converters/o3read. Bump the PORTREVISION. PR: ports/126738 Submitted by: Hirohisa Yamaguchi Revision Changes Path 1.23 +2 -1 ports/sysutils/tracker-client/Makefile 1.1 +11 -0 ports/sysutils/tracker-client/files/patch-src_text-filters__Makefile.in (new) 1.11 +0 -1 ports/sysutils/tracker-client/pkg-plist From mezz at FreeBSD.org Thu Sep 4 22:05:35 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Thu Sep 4 22:05:41 2008 Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile Message-ID: <200809042205.m84M5ZUa094510@repoman.freebsd.org> mezz 2008-09-04 22:05:35 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile Log: Add xcomposite dependency. Its configure has an autocheck that will build with xcomposite library and added dependency requirement in gdk-2.0.pc if xcomposite exists in system. Bump the PORTREVISION. PR: ports/126558 Submitted by: Mel Revision Changes Path 1.222 +3 -2 ports/x11-toolkits/gtk20/Makefile From beech at FreeBSD.org Thu Sep 4 22:46:03 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Sep 4 22:46:09 2008 Subject: cvs commit: ports/sysutils/puppet-devel Makefile Message-ID: <200809042246.m84Mk2D0041837@repoman.freebsd.org> beech 2008-09-04 22:46:02 UTC FreeBSD ports repository Modified files: sysutils/puppet-devel Makefile Log: - Fix handling of portdocs and portexamples Approved by: Tomoyuki Sakurai (maintainer) Revision Changes Path 1.9 +9 -20 ports/sysutils/puppet-devel/Makefile From linimon at FreeBSD.org Thu Sep 4 23:00:08 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Thu Sep 4 23:00:14 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml Message-ID: <200809042300.m84N07NC023864@repoman.freebsd.org> linimon 2008-09-04 23:00:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document FreeBSD version 700111. Revision Changes Path 1.948 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From timur at FreeBSD.org Thu Sep 4 23:09:52 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Thu Sep 4 23:09:58 2008 Subject: cvs commit: ports/net/samba3 Makefile distinfo pkg-plist ports/net/samba3/files patch-lib__replace__repdir_getdirentries.c Message-ID: <200809042309.m84N9p65085939@repoman.freebsd.org> timur 2008-09-04 23:09:51 UTC FreeBSD ports repository Modified files: net/samba3 Makefile distinfo pkg-plist Removed files: net/samba3/files patch-lib__replace__repdir_getdirentries.c Log: Update port to the 3.0.32 release. Visible changes are: o Prevent crash bug in Winbind caused by a race condition when a child process becomes unresponsive. o Fix interactive password prompting in the "net" command. o Documentation clarifications and typographical fixes. Revision Changes Path 1.179 +9 -21 ports/net/samba3/Makefile 1.83 +3 -3 ports/net/samba3/distinfo 1.2 +0 -15 ports/net/samba3/files/patch-lib__replace__repdir_getdirentries.c (dead) 1.71 +0 -1 ports/net/samba3/pkg-plist From timur at FreeBSD.org Thu Sep 4 23:10:41 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Thu Sep 4 23:10:52 2008 Subject: cvs commit: ports/net/samba-smbclient Makefile pkg-plist Message-ID: <200809042310.m84NAeES088579@repoman.freebsd.org> timur 2008-09-04 23:10:40 UTC FreeBSD ports repository Modified files: net/samba-smbclient Makefile Added files: net/samba-smbclient pkg-plist Log: Fixed cleanup on deinstallation. Revision Changes Path 1.3 +3 -4 ports/net/samba-smbclient/Makefile 1.1 +3 -0 ports/net/samba-smbclient/pkg-plist (new) From linimon at FreeBSD.org Fri Sep 5 00:43:18 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Fri Sep 5 00:43:29 2008 Subject: cvs commit: ports/net/vnc Makefile Message-ID: <200809050043.m850hHIv039884@repoman.freebsd.org> linimon 2008-09-05 00:43:17 UTC FreeBSD ports repository Modified files: net/vnc Makefile Log: Assign to new volunteer. Revision Changes Path 1.59 +1 -1 ports/net/vnc/Makefile From linimon at FreeBSD.org Fri Sep 5 00:44:49 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Fri Sep 5 00:44:56 2008 Subject: cvs commit: ports/polish/libgadu Makefile Message-ID: <200809050044.m850in8k047244@repoman.freebsd.org> linimon 2008-09-05 00:44:49 UTC FreeBSD ports repository Modified files: polish/libgadu Makefile Log: Assign to new maintainer. Revision Changes Path 1.11 +1 -1 ports/polish/libgadu/Makefile From linimon at FreeBSD.org Fri Sep 5 00:45:50 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Fri Sep 5 00:46:01 2008 Subject: cvs commit: ports/polish/ekg Makefile Message-ID: <200809050045.m850jnJT055843@repoman.freebsd.org> linimon 2008-09-05 00:45:49 UTC FreeBSD ports repository Modified files: polish/ekg Makefile Log: Assign to new maintainer. Revision Changes Path 1.30 +1 -1 ports/polish/ekg/Makefile From murray at FreeBSD.org Fri Sep 5 01:00:57 2008 From: murray at FreeBSD.org (Murray Stokely) Date: Fri Sep 5 01:01:03 2008 Subject: cvs commit: www/share/sgml events.xml Message-ID: <200809050100.m8510vr3048165@repoman.freebsd.org> murray 2008-09-05 01:00:57 UTC FreeBSD doc repository Modified files: share/sgml events.xml Log: Add two upcoming Swiss open source events with FreeBSD booths. Submitted by: Salvatore Albanese Revision Changes Path 1.57 +44 -1 www/share/sgml/events.xml From keramida at FreeBSD.org Fri Sep 5 01:36:43 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Fri Sep 5 01:36:50 2008 Subject: cvs commit: src/sys/netinet if_ether.c Message-ID: <200809050136.m851ahLR012877@repoman.freebsd.org> keramida 2008-09-05 01:36:30 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 182775 on 2008-09-05 01:36:30Z by keramida Slightly reword comment and remove typos. Revision Changes Path 1.176 +3 -3 src/sys/netinet/if_ether.c From davidxu at FreeBSD.org Fri Sep 5 02:07:30 2008 From: davidxu at FreeBSD.org (David Xu) Date: Fri Sep 5 02:07:36 2008 Subject: cvs commit: src/sys/kern uipc_mqueue.c Message-ID: <200809050207.m8527Tu1007048@repoman.freebsd.org> davidxu 2008-09-05 02:07:25 UTC FreeBSD src repository Modified files: sys/kern uipc_mqueue.c Log: SVN rev 182776 on 2008-09-05 02:07:25Z by davidxu Fix lock name conflict. PR: kern/127040 Revision Changes Path 1.32 +1 -1 src/sys/kern/uipc_mqueue.c From lippe at FreeBSD.org Fri Sep 5 02:36:44 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Fri Sep 5 02:36:50 2008 Subject: cvs commit: ports/databases/p5-DBD-Mock Makefile ports/databases/p5-Test-DatabaseRow Makefile ports/devel/p5-Devel-SimpleTrace Makefile ports/devel/p5-Geo-ShapeFile Makefile ports/devel/p5-Test-LectroTest Makefile ports/devel/p5-Test-NoWarnings Makefile ... Message-ID: <200809050236.m852aiGB089756@repoman.freebsd.org> lippe 2008-09-05 02:36:44 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Mock Makefile databases/p5-Test-DatabaseRow Makefile devel/p5-Devel-SimpleTrace Makefile devel/p5-Geo-ShapeFile Makefile devel/p5-Test-LectroTest Makefile devel/p5-Test-NoWarnings Makefile graphics/p5-Geo-Proj4 Makefile textproc/p5-Excel-Template Makefile www/p5-CGI-Application-Plugin-DBH Makefile www/p5-CGI-Application-Plugin-HTDot Makefile www/p5-CGI-Application-Plugin-ValidateRM Makefile www/p5-HTML-Template-Pluggable Makefile Log: - Take maintainership. Revision Changes Path 1.7 +1 -1 ports/databases/p5-DBD-Mock/Makefile 1.6 +1 -1 ports/databases/p5-Test-DatabaseRow/Makefile 1.6 +1 -1 ports/devel/p5-Devel-SimpleTrace/Makefile 1.6 +1 -1 ports/devel/p5-Geo-ShapeFile/Makefile 1.10 +1 -1 ports/devel/p5-Test-LectroTest/Makefile 1.9 +1 -1 ports/devel/p5-Test-NoWarnings/Makefile 1.5 +1 -1 ports/graphics/p5-Geo-Proj4/Makefile 1.7 +1 -1 ports/textproc/p5-Excel-Template/Makefile 1.5 +1 -1 ports/www/p5-CGI-Application-Plugin-DBH/Makefile 1.6 +1 -1 ports/www/p5-CGI-Application-Plugin-HTDot/Makefile 1.5 +1 -1 ports/www/p5-CGI-Application-Plugin-ValidateRM/Makefile 1.6 +1 -1 ports/www/p5-HTML-Template-Pluggable/Makefile From wxs at FreeBSD.org Fri Sep 5 03:24:06 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Fri Sep 5 03:24:18 2008 Subject: cvs commit: ports/devel/git Makefile distinfo Message-ID: <200809050324.m853O6fc046996@repoman.freebsd.org> wxs 2008-09-05 03:24:06 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo Log: Add a verify target to make maintaining easier. Revision Changes Path 1.35 +8 -1 ports/devel/git/Makefile 1.23 +3 -0 ports/devel/git/distinfo From thompsa at FreeBSD.org Fri Sep 5 04:05:47 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Fri Sep 5 04:06:00 2008 Subject: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <200809050405.m8545lQt032184@repoman.freebsd.org> thompsa 2008-09-05 04:05:31 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: SVN rev 182777 on 2008-09-05 04:05:31Z by thompsa Remove the alignment of the align parameter. This is up to the caller to pass in and it breaks tap(4) on strict alignment machines as m_uiotombuf is called with ETHER_ALIGN. Found by: Jared Go Reviewed by: emax MFC after: 3 days Revision Changes Path 1.180 +1 -3 src/sys/kern/uipc_mbuf.c From beech at FreeBSD.org Fri Sep 5 04:25:30 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Fri Sep 5 04:25:41 2008 Subject: cvs commit: ports/mail/spamass-rules Makefile distinfo Message-ID: <200809050425.m854PTbA043169@repoman.freebsd.org> beech 2008-09-05 04:25:29 UTC FreeBSD ports repository Modified files: mail/spamass-rules Makefile distinfo Log: - Update to 20080903 - Update port maintainers mail address PR: ports/127061 Submitted by: Michael Ranner (maintainer) Revision Changes Path 1.23 +7 -3 ports/mail/spamass-rules/Makefile 1.20 +3 -3 ports/mail/spamass-rules/distinfo From az at FreeBSD.org Fri Sep 5 05:48:51 2008 From: az at FreeBSD.org (Andrej Zverev) Date: Fri Sep 5 05:49:02 2008 Subject: cvs commit: ports/www/p5-HTML-FormFu Makefile distinfo pkg-plist Message-ID: <200809050548.m855mnDW003929@repoman.freebsd.org> az 2008-09-05 05:48:49 UTC FreeBSD ports repository Modified files: www/p5-HTML-FormFu Makefile distinfo pkg-plist Log: - Update to 0.03004 Revision Changes Path 1.6 +5 -2 ports/www/p5-HTML-FormFu/Makefile 1.5 +3 -3 ports/www/p5-HTML-FormFu/distinfo 1.5 +8 -1 ports/www/p5-HTML-FormFu/pkg-plist From kientzle at FreeBSD.org Fri Sep 5 05:56:05 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Fri Sep 5 05:56:11 2008 Subject: cvs commit: src/lib/libarchive archive_write_disk.c Message-ID: <200809050556.m855u4dT053323@repoman.freebsd.org> kientzle 2008-09-05 05:55:49 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c Log: SVN rev 182778 on 2008-09-05 05:55:49Z by kientzle MfP4: Use the set/unset tracking to determine when mtime or atime is unavailable. Use start_time as a substitute when one is missing; if both are missing, skip the call to {f,l,}utime{s,}() entirely. Revision Changes Path 1.34 +51 -14 src/lib/libarchive/archive_write_disk.c From kientzle at FreeBSD.org Fri Sep 5 06:13:55 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Fri Sep 5 06:14:06 2008 Subject: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c test_write_disk_hardlink.c Message-ID: <200809050613.m856DrAq075948@repoman.freebsd.org> kientzle 2008-09-05 06:13:11 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c test_write_disk_hardlink.c Log: SVN rev 182779 on 2008-09-05 06:13:11Z by kientzle MfP4: Handle entries with unset size properly: Regular files with unspecified size are "unlimited" (required by Zip reader, which sometimes does not know the uncompressed size of an entry until it gets to the end). Also, hardlinks with unspecified (or zero) size do not overwrite the data on disk nor do they set metadata. This is compatible with GNU tar and NetBSD pax behavior. Revision Changes Path 1.35 +82 -44 src/lib/libarchive/archive_write_disk.c 1.14 +70 -1 src/lib/libarchive/test/test_write_disk.c 1.5 +72 -15 src/lib/libarchive/test/test_write_disk_hardlink.c From kientzle at FreeBSD.org Fri Sep 5 06:15:30 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Fri Sep 5 06:15:36 2008 Subject: cvs commit: src/lib/libarchive archive_entry_link_resolver.c Message-ID: <200809050615.m856FUlA088030@repoman.freebsd.org> kientzle 2008-09-05 06:15:25 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry_link_resolver.c Log: SVN rev 182780 on 2008-09-05 06:15:25Z by kientzle The link resolver now unsets the size to mark a hardlink with no body instead of setting it to zero. Revision Changes Path 1.4 +2 -2 src/lib/libarchive/archive_entry_link_resolver.c From maho at FreeBSD.org Fri Sep 5 06:43:43 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Fri Sep 5 06:43:49 2008 Subject: cvs commit: ports/math/octave Makefile distinfo pkg-plist Message-ID: <200809050643.m856hgQm070587@repoman.freebsd.org> maho 2008-09-05 06:43:42 UTC FreeBSD ports repository Modified files: math/octave Makefile distinfo pkg-plist Log: Update to 3.0.2, and sort pkg-plist. Revision Changes Path 1.86 +1 -2 ports/math/octave/Makefile 1.25 +3 -3 ports/math/octave/distinfo 1.47 +120 -106 ports/math/octave/pkg-plist From pjd at FreeBSD.org Fri Sep 5 07:01:05 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Fri Sep 5 07:01:16 2008 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs gfs.c src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ctldir.c zfs_znode.c Message-ID: <200809050701.m85714Ee083718@repoman.freebsd.org> pjd 2008-09-05 07:00:40 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs gfs.c sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ctldir.c zfs_znode.c Log: SVN rev 182781 on 2008-09-05 07:00:40Z by pjd Catch up after last insmntque() changes: - The vnode has to be locked exclusively before calling insmntque(). - Until I find a way to handle insmntque() failures use VV_FORCEINSMQ flag to force insmntque() to always succeed. Reported by: kris, trasz, des, others Suggested by: kib Tested by: trasz Revision Changes Path 1.6 +3 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c 1.10 +4 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c 1.18 +4 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c From nemoliu at FreeBSD.org Fri Sep 5 07:11:26 2008 From: nemoliu at FreeBSD.org (Tong LIU) Date: Fri Sep 5 07:11:33 2008 Subject: cvs commit: ports/lang/jruby Makefile distinfo pkg-descr pkg-plist ports/lang/jruby/files patch-jruby Message-ID: <200809050711.m857BQnR055664@repoman.freebsd.org> nemoliu 2008-09-05 07:11:26 UTC FreeBSD ports repository Modified files: lang/jruby Makefile distinfo pkg-descr pkg-plist lang/jruby/files patch-jruby Log: - Update to 1.1.3 PR: 125937 Submitted by: Geoff The Revision Changes Path 1.29 +39 -14 ports/lang/jruby/Makefile 1.20 +3 -3 ports/lang/jruby/distinfo 1.4 +2 -8 ports/lang/jruby/files/patch-jruby 1.3 +1 -1 ports/lang/jruby/pkg-descr 1.11 +13523 -2971 ports/lang/jruby/pkg-plist From vanilla at FreeBSD.org Fri Sep 5 07:28:33 2008 From: vanilla at FreeBSD.org (Vanilla I. Shu) Date: Fri Sep 5 07:28:39 2008 Subject: cvs commit: ports/www/flickcurl Makefile distinfo pkg-plist Message-ID: <200809050728.m857SX4e072805@repoman.freebsd.org> vanilla 2008-09-05 07:28:33 UTC FreeBSD ports repository Modified files: www/flickcurl Makefile distinfo pkg-plist Log: Upgrade to 1.6. Revision Changes Path 1.11 +1 -1 ports/www/flickcurl/Makefile 1.9 +3 -3 ports/www/flickcurl/distinfo 1.5 +1 -0 ports/www/flickcurl/pkg-plist From vanilla at FreeBSD.org Fri Sep 5 07:29:46 2008 From: vanilla at FreeBSD.org (Vanilla I. Shu) Date: Fri Sep 5 07:29:56 2008 Subject: cvs commit: ports/devel/protobuf Makefile distinfo Message-ID: <200809050729.m857TjJJ081006@repoman.freebsd.org> vanilla 2008-09-05 07:29:45 UTC FreeBSD ports repository Modified files: devel/protobuf Makefile distinfo Log: Upgrade to 2.0.1. Revision Changes Path 1.3 +1 -2 ports/devel/protobuf/Makefile 1.2 +3 -3 ports/devel/protobuf/distinfo From kevlo at FreeBSD.org Fri Sep 5 07:30:37 2008 From: kevlo at FreeBSD.org (Kevin Lo) Date: Fri Sep 5 07:30:49 2008 Subject: cvs commit: ports/multimedia/recordmydesktop pkg-descr Message-ID: <200809050730.m857UaIB084232@repoman.freebsd.org> kevlo 2008-09-05 07:30:36 UTC FreeBSD ports repository Modified files: multimedia/recordmydesktop pkg-descr Log: Update WWW Revision Changes Path 1.2 +1 -1 ports/multimedia/recordmydesktop/pkg-descr From davidxu at FreeBSD.org Fri Sep 5 07:33:06 2008 From: davidxu at FreeBSD.org (David Xu) Date: Fri Sep 5 07:33:14 2008 Subject: cvs commit: src/sys/kern uipc_mqueue.c Message-ID: <200809050733.m857X5lv002877@repoman.freebsd.org> davidxu 2008-09-05 07:32:57 UTC FreeBSD src repository Modified files: sys/kern uipc_mqueue.c Log: SVN rev 182782 on 2008-09-05 07:32:57Z by davidxu Fix LOR between vnode lock and internal mqueue locks. Revision Changes Path 1.33 +72 -41 src/sys/kern/uipc_mqueue.c From QAT at FreeBSD.org Fri Sep 5 07:34:08 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Fri Sep 5 07:34:20 2008 Subject: cvs commit: ports/lang/jruby Makefile distinfo pkg-descr pkg-plist ports/lang/jruby/files patch-jruby In-Reply-To: <200809050711.m857BQnR055664@repoman.freebsd.org> References: In-Reply-To: <200809050711.m857BQnR055664@repoman.freebsd.org> Message-ID: <20080905073406.083CC12E42D2@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/jruby-1.1.3_1.log : building jruby-1.1.3_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: nemoliu@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/lang/jruby Makefile ident: $FreeBSD: ports/lang/jruby/Makefile,v 1.29 2008/09/05 07:11:25 nemoliu Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Sep 5 07:31:12 UTC 2008 ................................................... tar: share/doc/jruby/LICENSE.ant: Cannot stat: No such file or directory tar: share/doc/jruby/LICENSE.bouncycastle: Cannot stat: No such file or directory tar: share/doc/jruby/README: Cannot stat: No such file or directory tar: share/doc/jruby/README.coverage: Cannot stat: No such file or directory tar: share/doc/jruby/README.test: Cannot stat: No such file or directory tar: share/doc/jruby/jvyaml/CREDITS: Cannot stat: No such file or directory tar: share/doc/jruby/jvyaml/LICENSE: Cannot stat: No such file or directory tar: share/doc/jruby/jvyaml/README: Cannot stat: No such file or directory tar: share/examples/jruby/duby/README: Cannot stat: No such file or directory tar: share/examples/jruby/duby/arraylist.rb: Cannot stat: No such file or directory tar: share/examples/jruby/duby/constructors.rb: Cannot stat: No such file or directory tar: share/examples/jruby/duby/operators.rb: Cannot stat: No such file or directory tar: share/examples/jruby/duby/recursive.duby: Cannot stat: No such file or directory tar: share/examples/jruby/duby/statics.rb: Cannot stat: No such file or directory tar: share/examples/jruby/duby/stringthing.rb: Cannot stat: No such file or directory tar: share/examples/jruby/duby/superfib.rb: Cannot stat: No such file or directory tar: share/examples/jruby/error.rb: Cannot stat: No such file or directory tar: share/examples/jruby/ext/extconf.rb: Cannot stat: No such file or directory tar: share/examples/jruby/ext/mytest.c: Cannot stat: No such file or directory tar: share/examples/jruby/irb-applet.html: Cannot stat: No such file or directory tar: share/examples/jruby/java2.rb: Cannot stat: No such file or directory tar: share/examples/jruby/jirb.jnlp: Cannot stat: No such file or directory tar: share/examples/jruby/minijava/arraylist.rb: Cannot stat: No such file or directory tar: share/examples/jruby/minijava/arrays.rb: Cannot stat: No such file or directory tar: share/examples/jruby/minijava/interfaces.rb: Cannot stat: No such file or directory tar: share/examples/jruby/minijava/method_missing.rb: Cannot stat: No such file or directory tar: share/examples/jruby/minijava/swing.rb: Cannot stat: No such file or directory tar: share/examples/jruby/swing2.rb: Cannot stat: No such file or directory tar: share/examples/jruby/thread.rb: Cannot stat: No such file or directory tar: share/examples/jruby/xslt.rb: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/jruby-1.1.3_1.tbz Registering depends: bash-3.2.39_1 gettext-0.17_1 libiconv-1.11_1 diablo-jdk-1.6.0.07.02 javavmwrapper-2.3.2 xextproto-7.0.2 xproto-7.0.10_1. Creating bzip'd tar ball in '/tmp/packages/All/jruby-1.1.3_1.tbz' *** Error code 1 Stop in /a/ports/lang/jruby. ================================================================ build of /usr/ports/lang/jruby ended at Fri Sep 5 07:34:04 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From miwi at FreeBSD.org Fri Sep 5 07:42:57 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 07:43:03 2008 Subject: cvs commit: ports/security/tor Makefile distinfo Message-ID: <200809050742.m857gv08069359@repoman.freebsd.org> miwi 2008-09-05 07:42:57 UTC FreeBSD ports repository Modified files: security/tor Makefile distinfo Log: - Update to 0.2.0.31 Revision Changes Path 1.42 +1 -2 ports/security/tor/Makefile 1.25 +3 -3 ports/security/tor/distinfo From miwi at FreeBSD.org Fri Sep 5 07:43:54 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 07:44:01 2008 Subject: cvs commit: ports/sysutils/pear-Log Makefile distinfo Message-ID: <200809050743.m857hsYE076438@repoman.freebsd.org> miwi 2008-09-05 07:43:54 UTC FreeBSD ports repository Modified files: sysutils/pear-Log Makefile distinfo Log: - Update to 1.11.2 Revision Changes Path 1.47 +1 -1 ports/sysutils/pear-Log/Makefile 1.30 +3 -3 ports/sysutils/pear-Log/distinfo From pav at FreeBSD.org Fri Sep 5 07:51:51 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Sep 5 07:51:57 2008 Subject: cvs commit: ports/sysutils/nvclock Makefile distinfo pkg-plist ports/sysutils/nvclock/files patch-configure.in patch-src-gtk-main.c Message-ID: <200809050751.m857poA6027765@repoman.freebsd.org> pav 2008-09-05 07:51:50 UTC FreeBSD ports repository Modified files: sysutils/nvclock Makefile distinfo Added files: sysutils/nvclock/files patch-configure.in patch-src-gtk-main.c Removed files: sysutils/nvclock pkg-plist Log: - Update to 0.8b3a PR: ports/126786 Submitted by: Bernhard Fruehlich Approved by: Samy Al Bahra (maintainer) Revision Changes Path 1.14 +10 -10 ports/sysutils/nvclock/Makefile 1.5 +3 -3 ports/sysutils/nvclock/distinfo 1.1 +27 -0 ports/sysutils/nvclock/files/patch-configure.in (new) 1.1 +22 -0 ports/sysutils/nvclock/files/patch-src-gtk-main.c (new) 1.2 +0 -2 ports/sysutils/nvclock/pkg-plist (dead) From lth at FreeBSD.org Fri Sep 5 08:38:10 2008 From: lth at FreeBSD.org (Lars Thegler) Date: Fri Sep 5 08:38:16 2008 Subject: cvs commit: ports/www/p5-CGI-Ajax Makefile distinfo Message-ID: <200809050838.m858cA4H082895@repoman.freebsd.org> lth 2008-09-05 08:38:10 UTC FreeBSD ports repository Modified files: www/p5-CGI-Ajax Makefile distinfo Log: Update to 0.706 Revision Changes Path 1.24 +1 -1 ports/www/p5-CGI-Ajax/Makefile 1.24 +3 -3 ports/www/p5-CGI-Ajax/distinfo From tobez at FreeBSD.org Fri Sep 5 09:15:20 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 09:15:26 2008 Subject: cvs commit: ports/devel Makefile ports/devel/p5-Devel-Callsite Makefile distinfo pkg-descr pkg-plist Message-ID: <200809050915.m859FJhs014344@repoman.freebsd.org> tobez 2008-09-05 09:15:19 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Devel-Callsite Makefile distinfo pkg-descr pkg-plist Log: Add devel/p5-Devel-Callsite, a Perl module to get current callsite and interpreter context. Revision Changes Path 1.3188 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Devel-Callsite/Makefile (new) 1.1 +3 -0 ports/devel/p5-Devel-Callsite/distinfo (new) 1.1 +6 -0 ports/devel/p5-Devel-Callsite/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Devel-Callsite/pkg-plist (new) From miwi at FreeBSD.org Fri Sep 5 09:22:29 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 09:22:41 2008 Subject: cvs commit: ports/databases/phpminadmin distinfo Message-ID: <200809050922.m859MTiw033104@repoman.freebsd.org> miwi 2008-09-05 09:22:28 UTC FreeBSD ports repository Modified files: databases/phpminadmin distinfo Log: - File was rerolled to fix spelling. PR: 127023 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/databases/phpminadmin/distinfo From tobez at FreeBSD.org Fri Sep 5 09:24:53 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 09:25:55 2008 Subject: cvs commit: ports/devel Makefile ports/devel/p5-Every Makefile distinfo pkg-descr pkg-plist Message-ID: <200809050924.m859OqaX048044@repoman.freebsd.org> tobez 2008-09-05 09:24:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Every Makefile distinfo pkg-descr pkg-plist Log: Add devel/p5-Every, a Perl module that provides a function that returns true every N cycles or S seconds. Revision Changes Path 1.3189 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-Every/Makefile (new) 1.1 +3 -0 ports/devel/p5-Every/distinfo (new) 1.1 +3 -0 ports/devel/p5-Every/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-Every/pkg-plist (new) From miwi at FreeBSD.org Fri Sep 5 09:37:30 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 09:37:42 2008 Subject: cvs commit: ports/databases/phpminadmin Makefile Message-ID: <200809050937.m859bUWo086649@repoman.freebsd.org> miwi 2008-09-05 09:37:29 UTC FreeBSD ports repository Modified files: databases/phpminadmin Makefile Log: - Small cleanup Approved by: maintainer implicit Revision Changes Path 1.2 +0 -1 ports/databases/phpminadmin/Makefile From miwi at FreeBSD.org Fri Sep 5 09:44:07 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 09:44:18 2008 Subject: cvs commit: ports/www/ilias Makefile Message-ID: <200809050944.m859i6Jp020124@repoman.freebsd.org> miwi 2008-09-05 09:44:06 UTC FreeBSD ports repository Modified files: www/ilias Makefile Log: Assign to new volunteer, request via privat mail Revision Changes Path 1.8 +1 -1 ports/www/ilias/Makefile From arved at FreeBSD.org Fri Sep 5 10:25:44 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Sep 5 10:25:55 2008 Subject: cvs commit: ports/www/newsbeuter Makefile distinfo pkg-plist Message-ID: <200809051025.m85APi52041311@repoman.freebsd.org> arved 2008-09-05 10:25:44 UTC FreeBSD ports repository Modified files: www/newsbeuter Makefile distinfo pkg-plist Log: Update to 1.2 Revision Changes Path 1.24 +1 -1 ports/www/newsbeuter/Makefile 1.12 +3 -3 ports/www/newsbeuter/distinfo 1.8 +1 -0 ports/www/newsbeuter/pkg-plist From tobez at FreeBSD.org Fri Sep 5 10:27:21 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 10:27:32 2008 Subject: cvs commit: ports/www/p5-CGI.pm Makefile distinfo Message-ID: <200809051027.m85ARLX3053396@repoman.freebsd.org> tobez 2008-09-05 10:27:21 UTC FreeBSD ports repository Modified files: www/p5-CGI.pm Makefile distinfo Log: Update to 3.41. Changes: http://search.cpan.org/dist/CGI.pm/Changes Revision Changes Path 1.39 +1 -1 ports/www/p5-CGI.pm/Makefile 1.31 +3 -3 ports/www/p5-CGI.pm/distinfo From tobez at FreeBSD.org Fri Sep 5 10:28:50 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 10:29:01 2008 Subject: cvs commit: ports/lang/p5-Data-JavaScript Makefile distinfo Message-ID: <200809051028.m85ASoji063686@repoman.freebsd.org> tobez 2008-09-05 10:28:50 UTC FreeBSD ports repository Modified files: lang/p5-Data-JavaScript Makefile distinfo Log: Update to 1.13. Revision Changes Path 1.7 +1 -2 ports/lang/p5-Data-JavaScript/Makefile 1.7 +3 -3 ports/lang/p5-Data-JavaScript/distinfo From tobez at FreeBSD.org Fri Sep 5 10:31:17 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 10:31:29 2008 Subject: cvs commit: ports/devel/p5-Data-Flow Makefile distinfo Message-ID: <200809051031.m85AVH8e078267@repoman.freebsd.org> tobez 2008-09-05 10:31:17 UTC FreeBSD ports repository Modified files: devel/p5-Data-Flow Makefile distinfo Log: Update to 1.02. Changes: http://search.cpan.org/dist/Data-Flow/Changes Revision Changes Path 1.20 +1 -1 ports/devel/p5-Data-Flow/Makefile 1.8 +3 -3 ports/devel/p5-Data-Flow/distinfo From tobez at FreeBSD.org Fri Sep 5 10:32:56 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 10:33:03 2008 Subject: cvs commit: ports/security/p5-Crypt-ECB Makefile distinfo Message-ID: <200809051032.m85AWuMJ091066@repoman.freebsd.org> tobez 2008-09-05 10:32:56 UTC FreeBSD ports repository Modified files: security/p5-Crypt-ECB Makefile distinfo Log: Update to 1.45. Changes: http://search.cpan.org/dist/Crypt-ECB/CHANGES Revision Changes Path 1.9 +1 -1 ports/security/p5-Crypt-ECB/Makefile 1.6 +3 -3 ports/security/p5-Crypt-ECB/distinfo From tobez at FreeBSD.org Fri Sep 5 10:34:48 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 10:35:00 2008 Subject: cvs commit: ports/mail/p5-Mail-Sender Makefile distinfo Message-ID: <200809051034.m85AYmAU008043@repoman.freebsd.org> tobez 2008-09-05 10:34:48 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Sender Makefile distinfo Log: Update to 0.8.16. The changes file is not helpfule, but here it is anyway: http://search.cpan.org/dist/Mail-Sender/Changes Revision Changes Path 1.16 +1 -1 ports/mail/p5-Mail-Sender/Makefile 1.13 +3 -3 ports/mail/p5-Mail-Sender/distinfo From tobez at FreeBSD.org Fri Sep 5 10:38:21 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 10:38:33 2008 Subject: cvs commit: ports/textproc/p5-Lingua-Stem-Snowball Makefile distinfo Message-ID: <200809051038.m85AcLdY036128@repoman.freebsd.org> tobez 2008-09-05 10:38:21 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-Stem-Snowball Makefile distinfo Log: Update to 0.952. Changes: http://search.cpan.org/dist/Lingua-Stem-Snowball/Changes Revision Changes Path 1.10 +1 -1 ports/textproc/p5-Lingua-Stem-Snowball/Makefile 1.8 +3 -3 ports/textproc/p5-Lingua-Stem-Snowball/distinfo From QAT at FreeBSD.org Fri Sep 5 10:40:40 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Fri Sep 5 10:40:46 2008 Subject: cvs commit: ports/textproc/p5-Lingua-Stem-Snowball Makefile distinfo In-Reply-To: <200809051038.m85AcLdY036128@repoman.freebsd.org> References: In-Reply-To: <200809051038.m85AcLdY036128@repoman.freebsd.org> Message-ID: <20080905104038.C8ED012E4326@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/p5-Lingua-Stem-Snowball-0.952.log : building p5-Lingua-Stem-Snowball-0.952 in directory /var/tinderbox/7-STABLE-FTP maintained by: tobez@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/textproc/p5-Lingua-Stem-Snowball Makefile ident: $FreeBSD: ports/textproc/p5-Lingua-Stem-Snowball/Makefile,v 1.10 2008/09/05 10:38:20 tobez Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Sep 5 10:39:35 UTC 2008 ................................................... lib/Lingua/Stem/Snowball.xs -> lib/Lingua/Stem/Snowball.c cc -Ilibstemmer_c -I/usr/local/lib/perl5/5.8.8/mach/CORE -DXS_VERSION="0.952" -DVERSION="0.952" -DPIC -fPIC -c -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O2 -fno-strict-aliasing -pipe -o lib/Lingua/Stem/Snowball.o lib/Lingua/Stem/Snowball.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Lingua/Stem/Snowball/Snowball.bs') cc -shared -L/usr/local/lib -o blib/arch/auto/Lingua/Stem/Snowball/Snowball.so lib/Lingua/Stem/Snowball.o libstemmer_c/src_c/stem_ISO_8859_1_portuguese.o libstemmer_c/src_c/stem_ISO_8859_1_danish.o libstemmer_c/src_c/stem_ISO_8859_2_romanian.o libstemmer_c/src_c/stem_UTF_8_finnish.o libstemmer_c/src_c/stem_ISO_8859_1_french.o libstemmer_c/src_c/stem_UTF_8_french.o libstemmer_c/src_c/stem_UTF_8_danish.o libstemmer_c/src_c/stem_UTF_8_norwegian.o libstemmer_c/src_c/stem_UTF_8_russian.o libstemmer_c/src_c/stem_UTF_8_hungarian.o libstemmer_c/src_c/stem_UTF_8_german.o libstemmer_c/src_c/stem_ISO_8859_1_porter.o libstemmer_c/src_c/stem_UTF_8_dutch.o libstemmer_c/src_c/stem_KOI8_R_russian.o libstemmer_c/src_c/stem_ISO_8859_1_finnish.o libstemmer_c/src_c/stem_UTF_8_swedish.o libstemmer_c/src_c/stem_ISO_8859_1_german.o libstemmer_c/src_c/stem_UTF_8_spanish.o libstemmer_c/src_c/stem_ISO_8859_1_spanish.o libstemmer_c/src_c/stem_ISO_8859_1_swedish.o libstemmer_c/src_c/stem_UTF_8_romanian. o libstemmer_c/src_c/stem_ISO_8859_1_english.o libstemmer_c/src_c/stem_ISO_8859_1_hungarian.o libstemmer_c/src_c/stem_UTF_8_italian.o libstemmer_c/src_c/stem_ISO_8859_1_dutch.o libstemmer_c/src_c/stem_ISO_8859_1_italian.o libstemmer_c/src_c/stem_UTF_8_turkish.o libstemmer_c/src_c/stem_ISO_8859_1_norwegian.o libstemmer_c/src_c/stem_UTF_8_porter.o libstemmer_c/src_c/stem_UTF_8_english.o libstemmer_c/src_c/stem_UTF_8_portuguese.o libstemmer_c/libstemmer/libstemmer.o libstemmer_c/runtime/api.o libstemmer_c/runtime/utilities.o Manifying blib/lib/Lingua/Stem/Snowball.pm -> blib/libdoc/Lingua::Stem::Snowball.3 ================================================================ ======================================== make: don't know how to make regression-test(continuing) ================================================================ ======================================== add_pkg perl-5.8.8_1.tbz adding dependencies pkg_add perl-5.8.8_1.tbz skipping perl-5.8.8_1, already added ===> Installing for p5-Lingua-Stem-Snowball-0.952 ===> p5-Lingua-Stem-Snowball-0.952 depends on file: /usr/local/bin/perl5.8.8 - found ===> Generating temporary packing list ===> Checking if textproc/p5-Lingua-Stem-Snowball already installed Installing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Lingua/Stem/Snowball/Snowball.bs Installing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Lingua/Stem/Snowball/Snowball.so Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/local/lib/perl5/site_perl/5.8.8/mach/Lingua/Stem/Snowball.pm Installing /usr/local/lib/perl5/5.8.8/man/man3/Lingua::Stem::Snowball.3 ===> Compressing manual pages for p5-Lingua-Stem-Snowball-0.952 ===> Registering installation for p5-Lingua-Stem-Snowball-0.952 ================================================================ ======================================== ===> Building package for p5-Lingua-Stem-Snowball-0.952 tar: bin/benchmark_stemmers.plx: Cannot stat: No such file or directory tar: bin/generate_tests.plx: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/p5-Lingua-Stem-Snowball-0.952.tbz Registering depends: perl-5.8.8_1. Creating bzip'd tar ball in '/tmp/packages/All/p5-Lingua-Stem-Snowball-0.952.tbz' *** Error code 1 Stop in /a/ports/textproc/p5-Lingua-Stem-Snowball. ================================================================ build of /usr/ports/textproc/p5-Lingua-Stem-Snowball ended at Fri Sep 5 10:40:37 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From tobez at FreeBSD.org Fri Sep 5 10:45:47 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 10:45:53 2008 Subject: cvs commit: ports/lang/p5-Data-JavaScript Makefile distinfo In-Reply-To: <200809051028.m85ASoji063686@repoman.freebsd.org> References: <200809051028.m85ASoji063686@repoman.freebsd.org> Message-ID: <20080905102954.GA14470@heechee.tobez.org> On Fri, Sep 05, 2008 at 10:28:50AM +0000, Anton Berezin wrote: > tobez 2008-09-05 10:28:50 UTC > > FreeBSD ports repository > > Modified files: > lang/p5-Data-JavaScript Makefile distinfo > Log: > Update to 1.13. Changes: http://search.cpan.org/dist/Data-JavaScript/CHANGES -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From tobez at FreeBSD.org Fri Sep 5 11:02:00 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Fri Sep 5 11:02:16 2008 Subject: cvs commit: ports/textproc/p5-Lingua-Stem-Snowball pkg-plist Message-ID: <200809051102.m85B20nY085434@repoman.freebsd.org> tobez 2008-09-05 11:02:00 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-Stem-Snowball pkg-plist Log: Fix plist broken by previous commit. Reported by: QAT bot Revision Changes Path 1.7 +0 -2 ports/textproc/p5-Lingua-Stem-Snowball/pkg-plist From leeym at FreeBSD.org Fri Sep 5 11:23:32 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Fri Sep 5 11:23:38 2008 Subject: cvs commit: ports/devel/p5-DateTime-Locale Makefile Message-ID: <200809051123.m85BNWNL021337@repoman.freebsd.org> leeym 2008-09-05 11:23:32 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Locale Makefile Log: - add missing dependency for old perl - bump PORTREVISION PR: 125351 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.22 +11 -6 ports/devel/p5-DateTime-Locale/Makefile From weongyo at FreeBSD.org Fri Sep 5 11:27:43 2008 From: weongyo at FreeBSD.org (Weongyo Jeong) Date: Fri Sep 5 11:27:55 2008 Subject: cvs commit: src/sys/dev/usb if_zyd.c usbdevs Message-ID: <200809051127.m85BRcfl049486@repoman.freebsd.org> weongyo 2008-09-05 11:27:33 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c usbdevs Log: SVN rev 182783 on 2008-09-05 11:27:33Z by weongyo Add ZyXEL G-202 Obtained from: OpenBSD Revision Changes Path 1.19 +1 -0 src/sys/dev/usb/if_zyd.c 1.368 +1 -0 src/sys/dev/usb/usbdevs From miwi at FreeBSD.org Fri Sep 5 12:15:54 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 12:16:06 2008 Subject: cvs commit: ports/x11-toolkits/qt4-gui Makefile Message-ID: <200809051215.m85CFr8S044748@repoman.freebsd.org> miwi 2008-09-05 12:15:53 UTC FreeBSD ports repository Modified files: x11-toolkits/qt4-gui Makefile Log: - Reconvert to USE_XORG Submitted by: Baptiste Daroussin (via #bsdports) Revision Changes Path 1.20 +5 -3 ports/x11-toolkits/qt4-gui/Makefile From pav at FreeBSD.org Fri Sep 5 12:39:27 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Sep 5 12:39:33 2008 Subject: cvs commit: ports/emulators/bochs Makefile Message-ID: <200809051239.m85CdRN8090050@repoman.freebsd.org> pav 2008-09-05 12:39:27 UTC FreeBSD ports repository Modified files: emulators/bochs Makefile Log: - Fix build with SDL PR: ports/127082 Reported by: Edward Sanford Sutton, III Revision Changes Path 1.84 +1 -1 ports/emulators/bochs/Makefile From rpaulo at FreeBSD.org Fri Sep 5 12:49:26 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Fri Sep 5 12:49:32 2008 Subject: cvs commit: src/sys/geom/part g_part.c g_part.h g_part_gpt.c Message-ID: <200809051249.m85CnQaY059917@repoman.freebsd.org> rpaulo 2008-09-05 12:49:14 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c g_part.h g_part_gpt.c Log: SVN rev 182784 on 2008-09-05 12:49:14Z by rpaulo Detect Apple HFS GPT slices. Revision Changes Path 1.21 +2 -1 src/sys/geom/part/g_part.c 1.11 +1 -0 src/sys/geom/part/g_part.h 1.11 +6 -0 src/sys/geom/part/g_part_gpt.c From tabthorpe at FreeBSD.org Fri Sep 5 13:02:38 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Fri Sep 5 13:02:44 2008 Subject: cvs commit: ports/sysutils/nut Makefile Message-ID: <200809051302.m85D2bI9023017@repoman.freebsd.org> tabthorpe 2008-09-05 13:02:37 UTC FreeBSD ports repository Modified files: sysutils/nut Makefile Log: - Fix CONFLICTS between neon26 and neon28 PR: ports/126843 Submitted by: Josh Paetzel Approved by: Joerg Pulz (maintainer) Revision Changes Path 1.45 +4 -0 ports/sysutils/nut/Makefile From gavin at FreeBSD.org Fri Sep 5 13:12:14 2008 From: gavin at FreeBSD.org (Gavin Atkinson) Date: Fri Sep 5 13:12:27 2008 Subject: cvs commit: src/sys/dev/usb if_zyd.c usbdevs In-Reply-To: <200809051127.m85BRcfl049486@repoman.freebsd.org> References: <200809051127.m85BRcfl049486@repoman.freebsd.org> Message-ID: <1220620329.99079.14.camel@buffy.york.ac.uk> On Fri, 2008-09-05 at 11:27 +0000, Weongyo Jeong wrote: > weongyo 2008-09-05 11:27:33 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb if_zyd.c usbdevs > Log: > SVN rev 182783 on 2008-09-05 11:27:33Z by weongyo > > Add ZyXEL G-202 > > Obtained from: OpenBSD > > Revision Changes Path > 1.19 +1 -0 src/sys/dev/usb/if_zyd.c > 1.368 +1 -0 src/sys/dev/usb/usbdevs PR: usb/126927. Note that usbdevs seems to be sorted numerically by product ID, so it looks like your addition has been inserted into the wrong place in that file. Gavin From rpaulo at FreeBSD.org Fri Sep 5 13:18:13 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Fri Sep 5 13:18:19 2008 Subject: cvs commit: src/sys/contrib/dev/ath/public mipsisa32-be-elf.hal.o.uu Message-ID: <200809051318.m85DICXV076784@repoman.freebsd.org> rpaulo 2008-09-05 13:18:06 UTC FreeBSD src repository Modified files: sys/contrib/dev/ath/public mipsisa32-be-elf.hal.o.uu Log: SVN rev 182787 on 2008-09-05 13:18:06Z by rpaulo Merge fix for P4 expansion from vendor branch. Revision Changes Path 1.3 +1 -1 src/sys/contrib/dev/ath/public/mipsisa32-be-elf.hal.o.uu From miwi at FreeBSD.org Fri Sep 5 13:39:42 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 13:39:53 2008 Subject: cvs commit: ports/x11-drivers/xf86-video-nv Makefile distinfo Message-ID: <200809051339.m85Ddf7S007901@repoman.freebsd.org> miwi 2008-09-05 13:39:41 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-nv Makefile distinfo Log: - Update to 2.1.12 Revision Changes Path 1.13 +1 -1 ports/x11-drivers/xf86-video-nv/Makefile 1.11 +3 -3 ports/x11-drivers/xf86-video-nv/distinfo From miwi at FreeBSD.org Fri Sep 5 13:50:54 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 13:51:06 2008 Subject: cvs commit: ports/www/p5-Net-Amazon-AWIS Makefile distinfo Message-ID: <200809051350.m85Doss7072986@repoman.freebsd.org> miwi 2008-09-05 13:50:54 UTC FreeBSD ports repository Modified files: www/p5-Net-Amazon-AWIS Makefile distinfo Log: - Update to 0.34 Revision Changes Path 1.3 +1 -1 ports/www/p5-Net-Amazon-AWIS/Makefile 1.3 +3 -3 ports/www/p5-Net-Amazon-AWIS/distinfo From miwi at FreeBSD.org Fri Sep 5 14:02:18 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:02:33 2008 Subject: cvs commit: ports/irc/irssi-devel Makefile distinfo ports/irc/irssi-devel/files patch-irssi-version.h.in Message-ID: <200809051402.m85E2HGM042875@repoman.freebsd.org> miwi 2008-09-05 14:02:17 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080831 Revision Changes Path 1.135 +2 -3 ports/irc/irssi-devel/Makefile 1.87 +3 -3 ports/irc/irssi-devel/distinfo 1.40 +1 -1 ports/irc/irssi-devel/files/patch-irssi-version.h.in From flz at FreeBSD.org Fri Sep 5 14:08:29 2008 From: flz at FreeBSD.org (Florent Thoumie) Date: Fri Sep 5 14:08:41 2008 Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Message-ID: <200809051408.m85E8TX5082575@repoman.freebsd.org> flz 2008-09-05 14:08:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: SVN rev 182788 on 2008-09-05 14:08:26Z by flz MFC r180507: enhance volume handling. PR: bin/125054 Submitted by: gahr Approved by: re (gnn) Revision Changes Path 1.40.10.1 +9 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.49.2.1 +29 -9 src/usr.sbin/cdcontrol/cdcontrol.c From flz at FreeBSD.org Fri Sep 5 14:08:45 2008 From: flz at FreeBSD.org (Florent Thoumie) Date: Fri Sep 5 14:08:51 2008 Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Message-ID: <200809051408.m85E8jsr084718@repoman.freebsd.org> flz 2008-09-05 14:08:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: SVN rev 182789 on 2008-09-05 14:08:42Z by flz MFC r180507: enhance volume handling. PR: bin/125054 Submitted by: gahr Approved by: re (gnn) Revision Changes Path 1.40.2.1 +9 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.48.8.1 +29 -9 src/usr.sbin/cdcontrol/cdcontrol.c From miwi at FreeBSD.org Fri Sep 5 14:15:17 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:15:29 2008 Subject: cvs commit: ports/devel/pecl-bbcode Makefile distinfo Message-ID: <200809051415.m85EFGOR028031@repoman.freebsd.org> miwi 2008-09-05 14:15:16 UTC FreeBSD ports repository Modified files: devel/pecl-bbcode Makefile distinfo Log: - Update to 1.0.1 PR: 126623 Submitted by: Wen heping Approved by: maintainer timeout Revision Changes Path 1.3 +1 -1 ports/devel/pecl-bbcode/Makefile 1.3 +3 -3 ports/devel/pecl-bbcode/distinfo From miwi at FreeBSD.org Fri Sep 5 14:15:30 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:15:47 2008 Subject: cvs commit: ports/russian/fortune-bashorgru Makefile distinfo pkg-plist ports/russian/fortune-bashorgru/files pkg-message.in Message-ID: <200809051415.m85EFT8f029914@repoman.freebsd.org> miwi 2008-09-05 14:15:29 UTC FreeBSD ports repository Modified files: russian/fortune-bashorgru Makefile distinfo pkg-plist russian/fortune-bashorgru/files pkg-message.in Log: - Update to 20080903 PR: 127065 Submitted by: maintainer Revision Changes Path 1.8 +12 -4 ports/russian/fortune-bashorgru/Makefile 1.6 +3 -3 ports/russian/fortune-bashorgru/distinfo 1.2 +4 -4 ports/russian/fortune-bashorgru/files/pkg-message.in 1.3 +11 -6 ports/russian/fortune-bashorgru/pkg-plist From miwi at FreeBSD.org Fri Sep 5 14:15:34 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:15:48 2008 Subject: cvs commit: ports/mail/dkim-milter Makefile distinfo Message-ID: <200809051415.m85EFXKI030533@repoman.freebsd.org> miwi 2008-09-05 14:15:33 UTC FreeBSD ports repository Modified files: mail/dkim-milter Makefile distinfo Log: - Update to 2.7.2 Revision Changes Path 1.54 +1 -1 ports/mail/dkim-milter/Makefile 1.41 +3 -3 ports/mail/dkim-milter/distinfo From miwi at FreeBSD.org Fri Sep 5 14:15:37 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:15:57 2008 Subject: cvs commit: ports/sysutils/xfce4-battery-plugin Makefile distinfo pkg-plist ports/sysutils/xfce4-battery-plugin/files patch-battery.c patch-panel-plug-battery.c Message-ID: <200809051415.m85EFbA0030677@repoman.freebsd.org> miwi 2008-09-05 14:15:37 UTC FreeBSD ports repository Modified files: sysutils/xfce4-battery-plugin Makefile distinfo pkg-plist sysutils/xfce4-battery-plugin/files patch-panel-plug-battery.c Removed files: sysutils/xfce4-battery-plugin/files patch-battery.c Log: - Update to 0.5.1 Revision Changes Path 1.30 +2 -3 ports/sysutils/xfce4-battery-plugin/Makefile 1.6 +3 -3 ports/sysutils/xfce4-battery-plugin/distinfo 1.2 +0 -31 ports/sysutils/xfce4-battery-plugin/files/patch-battery.c (dead) 1.2 +31 -19 ports/sysutils/xfce4-battery-plugin/files/patch-panel-plug-battery.c 1.5 +21 -1 ports/sysutils/xfce4-battery-plugin/pkg-plist From miwi at FreeBSD.org Fri Sep 5 14:15:40 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:16:07 2008 Subject: cvs commit: ports/multimedia/smile Makefile distinfo pkg-plist Message-ID: <200809051415.m85EFesK030834@repoman.freebsd.org> miwi 2008-09-05 14:15:40 UTC FreeBSD ports repository Modified files: multimedia/smile Makefile distinfo pkg-plist Log: - Update to 0.7.3 PR: 127014 Submitted by: Diego Depaoli (maintainer) Revision Changes Path 1.7 +1 -1 ports/multimedia/smile/Makefile 1.7 +3 -3 ports/multimedia/smile/distinfo 1.7 +12 -0 ports/multimedia/smile/pkg-plist From miwi at FreeBSD.org Fri Sep 5 14:15:45 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:16:17 2008 Subject: cvs commit: ports/math/py-sympy Makefile distinfo pkg-plist Message-ID: <200809051415.m85EFjRu031539@repoman.freebsd.org> miwi 2008-09-05 14:15:45 UTC FreeBSD ports repository Modified files: math/py-sympy Makefile distinfo pkg-plist Log: - Update to 0.6.2 PR: 127004 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/math/py-sympy/Makefile 1.2 +3 -3 ports/math/py-sympy/distinfo 1.2 +36 -9 ports/math/py-sympy/pkg-plist From miwi at FreeBSD.org Fri Sep 5 14:15:48 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:16:28 2008 Subject: cvs commit: ports/www/xpi-firebug Makefile distinfo pkg-plist Message-ID: <200809051415.m85EFlMH031931@repoman.freebsd.org> miwi 2008-09-05 14:15:47 UTC FreeBSD ports repository Modified files: www/xpi-firebug Makefile distinfo pkg-plist Log: - Update to 1.2.0 - Set PORTEPOCH (1.2.0beta6 -> 1.2.0) PR: 126951 Submitted by: Lapo Luchini (maintainer) Revision Changes Path 1.3 +2 -2 ports/www/xpi-firebug/Makefile 1.3 +3 -3 ports/www/xpi-firebug/distinfo 1.3 +37 -33 ports/www/xpi-firebug/pkg-plist From miwi at FreeBSD.org Fri Sep 5 14:15:51 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:16:38 2008 Subject: cvs commit: ports/www/xpi-noscript Makefile distinfo Message-ID: <200809051415.m85EFoVU032140@repoman.freebsd.org> miwi 2008-09-05 14:15:50 UTC FreeBSD ports repository Modified files: www/xpi-noscript Makefile distinfo Log: - Update to 1.7.9 PR: 126707 Submitted by: Yasuhiro KIMURA (maintainer) Revision Changes Path 1.44 +1 -1 ports/www/xpi-noscript/Makefile 1.42 +3 -3 ports/www/xpi-noscript/distinfo From miwi at FreeBSD.org Fri Sep 5 14:15:54 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:16:59 2008 Subject: cvs commit: ports/www/xpi-stumbleupon Makefile distinfo Message-ID: <200809051415.m85EFsYo032169@repoman.freebsd.org> miwi 2008-09-05 14:15:54 UTC FreeBSD ports repository Modified files: www/xpi-stumbleupon Makefile distinfo Log: - Update to 3.26 PR: 126877 Submitted by: Lapo Luchini (maintainer) Revision Changes Path 1.11 +4 -4 ports/www/xpi-stumbleupon/Makefile 1.11 +3 -3 ports/www/xpi-stumbleupon/distinfo From miwi at FreeBSD.org Fri Sep 5 14:15:58 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:17:00 2008 Subject: cvs commit: ports/mail/claws-mail-gtkhtml2_viewer Makefile Message-ID: <200809051415.m85EFwuB032759@repoman.freebsd.org> miwi 2008-09-05 14:15:58 UTC FreeBSD ports repository Modified files: mail/claws-mail-gtkhtml2_viewer Makefile Log: Remove dependency on www/libgtkhtml, this library is not maintained and somewhat crashy. This plugin uses for some time now internal copy of libgtkhtml with couple of it`s stability patches applied. PR: 126859 Submitted by: "Pawel Pekala" (maintainer) Revision Changes Path 1.33 +2 -1 ports/mail/claws-mail-gtkhtml2_viewer/Makefile From miwi at FreeBSD.org Fri Sep 5 14:16:02 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:17:14 2008 Subject: cvs commit: ports/misc/wanpipe Makefile Message-ID: <200809051416.m85EG14q032933@repoman.freebsd.org> miwi 2008-09-05 14:16:01 UTC FreeBSD ports repository Modified files: misc/wanpipe Makefile Log: - Fix build PR: 127110 Submitted by: "Josh Paetzel" (maintainer) Revision Changes Path 1.2 +6 -0 ports/misc/wanpipe/Makefile From miwi at FreeBSD.org Fri Sep 5 14:16:05 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:17:31 2008 Subject: cvs commit: ports/net/htpdate Makefile distinfo Message-ID: <200809051416.m85EG46S033029@repoman.freebsd.org> miwi 2008-09-05 14:16:04 UTC FreeBSD ports repository Modified files: net/htpdate Makefile distinfo Log: - Update to 1.0.3 Revision Changes Path 1.16 +1 -1 ports/net/htpdate/Makefile 1.14 +3 -3 ports/net/htpdate/distinfo From miwi at FreeBSD.org Fri Sep 5 14:16:09 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:17:31 2008 Subject: cvs commit: ports/deskutils/notecase Makefile distinfo ports/deskutils/notecase/files patch-Makefile Message-ID: <200809051416.m85EG9wr033678@repoman.freebsd.org> miwi 2008-09-05 14:16:09 UTC FreeBSD ports repository Modified files: deskutils/notecase Makefile distinfo deskutils/notecase/files patch-Makefile Log: - Update to 1.9.5 PR: 127074 Submitted by: Ganael Laplanche (maintainer) Revision Changes Path 1.10 +1 -1 ports/deskutils/notecase/Makefile 1.7 +3 -3 ports/deskutils/notecase/distinfo 1.7 +5 -5 ports/deskutils/notecase/files/patch-Makefile From miwi at FreeBSD.org Fri Sep 5 14:16:33 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:17:50 2008 Subject: cvs commit: ports/audio Makefile ports/audio/albumart Makefile distinfo pkg-descr pkg-plist ports/audio/albumart/files patch-setup.py Message-ID: <200809051416.m85EGWGG035991@repoman.freebsd.org> miwi 2008-09-05 14:16:32 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/albumart Makefile distinfo pkg-descr pkg-plist audio/albumart/files patch-setup.py Log: GUI program to semi-automatically download album cover images for a music collection. It will work through a specified music directory, and for each subdirectory will download a set of corresponding (best guess) album covers. The naming format of the subdirectories can be configured, as can the location to save the results, such as .desktop-entry files, folder.jpg files, mp3 tags, etc. WWW: http://www.unrealvoodoo.org/hiteck/projects/albumart/ PR: ports/126883 Submitted by: Timothy Bourke Revision Changes Path 1.983 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/albumart/Makefile (new) 1.1 +3 -0 ports/audio/albumart/distinfo (new) 1.1 +10 -0 ports/audio/albumart/files/patch-setup.py (new) 1.1 +8 -0 ports/audio/albumart/pkg-descr (new) 1.1 +54 -0 ports/audio/albumart/pkg-plist (new) From miwi at FreeBSD.org Fri Sep 5 14:16:41 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:17:51 2008 Subject: cvs commit: ports/graphics Makefile ports/graphics/py-graph Makefile distinfo pkg-descr pkg-plist Message-ID: <200809051416.m85EGfrU036614@repoman.freebsd.org> miwi 2008-09-05 14:16:41 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-graph Makefile distinfo pkg-descr pkg-plist Log: A library for working with graphs in Python. It provides a suitable data structure for representing graphs and a whole set of important algorithms. WWW: http://code.google.com/p/python-graph/ PR: ports/126957 Submitted by: Yi-Jheng Lin Revision Changes Path 1.1185 +1 -0 ports/graphics/Makefile 1.1 +43 -0 ports/graphics/py-graph/Makefile (new) 1.1 +3 -0 ports/graphics/py-graph/distinfo (new) 1.1 +5 -0 ports/graphics/py-graph/pkg-descr (new) 1.1 +46 -0 ports/graphics/py-graph/pkg-plist (new) From miwi at FreeBSD.org Fri Sep 5 14:17:49 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:18:06 2008 Subject: cvs commit: ports/www Makefile ports/www/cmsmadesimple Makefile distinfo pkg-descr pkg-plist ports/www/cmsmadesimple/files pkg-message.in Message-ID: <200809051417.m85EHmnk043496@repoman.freebsd.org> miwi 2008-09-05 14:17:48 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/cmsmadesimple Makefile distinfo pkg-descr pkg-plist www/cmsmadesimple/files pkg-message.in Log: CMSMS makes it easy to set up a site and then hand it over to non-techies to maintain. Unlike other CMS packages, it isn't over-complex, and it isn't just for blogs. The drop-down site navigation menus are the icing on the cake: just so easy to use. There's an excellent support forum too. WWW: http://www.cmsmadesimple.org/ PR: ports/127070 Submitted by: Wen heping Revision Changes Path 1.2144 +1 -0 ports/www/Makefile 1.1 +67 -0 ports/www/cmsmadesimple/Makefile (new) 1.1 +3 -0 ports/www/cmsmadesimple/distinfo (new) 1.1 +31 -0 ports/www/cmsmadesimple/files/pkg-message.in (new) 1.1 +8 -0 ports/www/cmsmadesimple/pkg-descr (new) 1.1 +2519 -0 ports/www/cmsmadesimple/pkg-plist (new) From miwi at FreeBSD.org Fri Sep 5 14:21:56 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:22:02 2008 Subject: cvs commit: ports/www/xpi-noscript Makefile distinfo Message-ID: <200809051421.m85ELtnp065700@repoman.freebsd.org> miwi 2008-09-05 14:21:55 UTC FreeBSD ports repository Modified files: www/xpi-noscript Makefile distinfo Log: - Update to 1.8 Submitted by: maintainer via private mail Revision Changes Path 1.45 +1 -1 ports/www/xpi-noscript/Makefile 1.43 +3 -3 ports/www/xpi-noscript/distinfo From miwi at FreeBSD.org Fri Sep 5 14:22:42 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:22:49 2008 Subject: cvs commit: ports/print Makefile ports/print/latex-csquotes Makefile distinfo pkg-descr Message-ID: <200809051422.m85EMg3m071575@repoman.freebsd.org> miwi 2008-09-05 14:22:42 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/latex-csquotes Makefile distinfo pkg-descr Log: A LaTeX package, which provides facilities for inline and display quotations. WWW: http://www.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html PR: ports/126999 Submitted by: vj562001 at yahoo.de Revision Changes Path 1.457 +1 -0 ports/print/Makefile 1.1 +67 -0 ports/print/latex-csquotes/Makefile (new) 1.1 +3 -0 ports/print/latex-csquotes/distinfo (new) 1.1 +3 -0 ports/print/latex-csquotes/pkg-descr (new) From miwi at FreeBSD.org Fri Sep 5 14:23:44 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:23:50 2008 Subject: cvs commit: ports/security Makefile ports/security/py-pycryptopp Makefile distinfo pkg-descr pkg-plist Message-ID: <200809051423.m85ENhiO079005@repoman.freebsd.org> miwi 2008-09-05 14:23:43 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-pycryptopp Makefile distinfo pkg-descr pkg-plist Log: pycryptopp is a set of Python wrappers for a few of the best crypto algorithms from the Crypto++ library. WWW: http://allmydata.org/trac/pycryptopp PR: ports/126977 Submitted by: Wen Heping Revision Changes Path 1.993 +1 -0 ports/security/Makefile 1.1 +21 -0 ports/security/py-pycryptopp/Makefile (new) 1.1 +3 -0 ports/security/py-pycryptopp/distinfo (new) 1.1 +4 -0 ports/security/py-pycryptopp/pkg-descr (new) 1.1 +82 -0 ports/security/py-pycryptopp/pkg-plist (new) From miwi at FreeBSD.org Fri Sep 5 14:24:07 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:24:29 2008 Subject: cvs commit: ports/security/tor-devel Makefile distinfo Message-ID: <200809051424.m85EO7tn081668@repoman.freebsd.org> miwi 2008-09-05 14:24:07 UTC FreeBSD ports repository Modified files: security/tor-devel Makefile distinfo Log: - Update to 0.2.1.5-alpha PR: 127043 Submitted by: bf Approved by: maintainer Revision Changes Path 1.67 +3 -4 ports/security/tor-devel/Makefile 1.48 +3 -3 ports/security/tor-devel/distinfo From miwi at FreeBSD.org Fri Sep 5 14:25:00 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:25:47 2008 Subject: cvs commit: ports/net/pear-Net_DIME Makefile distinfo Message-ID: <200809051425.m85EP0GI085808@repoman.freebsd.org> miwi 2008-09-05 14:25:00 UTC FreeBSD ports repository Modified files: net/pear-Net_DIME Makefile distinfo Log: - Update to 1.0.1 PR: 127088 Submitted by: Wen heping (maintainer) Revision Changes Path 1.5 +1 -1 ports/net/pear-Net_DIME/Makefile 1.5 +3 -3 ports/net/pear-Net_DIME/distinfo From miwi at FreeBSD.org Fri Sep 5 14:33:09 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Sep 5 14:33:21 2008 Subject: cvs commit: ports/deskutils/kdepimlibs4 Makefile ports/deskutils/kdepimlibs4/files patch-kcal_incidenceformatter.cpp Message-ID: <200809051433.m85EX9AQ015869@repoman.freebsd.org> miwi 2008-09-05 14:33:09 UTC FreeBSD ports repository Modified files: deskutils/kdepimlibs4 Makefile Added files: deskutils/kdepimlibs4/files patch-kcal_incidenceformatter.cpp Log: The release of kdepimlibs 4.1.1 has a regression in it: It causes KMail to crash on every mail that has an invitation attached. See http://bugs.kde.org/show_bug.cgi?id=170203. This has been introduced in revision 853473, shortly before KDE 4.1.1 was tagged, so we didn't notice it earlier. - Bump PORTREVISION Revision Changes Path 1.3 +1 -0 ports/deskutils/kdepimlibs4/Makefile 1.1 +12 -0 ports/deskutils/kdepimlibs4/files/patch-kcal_incidenceformatter.cpp (new) From jkois at FreeBSD.org Fri Sep 5 14:35:33 2008 From: jkois at FreeBSD.org (Johann Kois) Date: Fri Sep 5 14:35:40 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Message-ID: <200809051435.m85EZXuP016160@repoman.freebsd.org> jkois 2008-09-05 14:35:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add a "be" to create a sentence in proper English. Revision Changes Path 1.413 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From jkoshy at FreeBSD.org Fri Sep 5 14:46:03 2008 From: jkoshy at FreeBSD.org (Joseph Koshy) Date: Fri Sep 5 14:46:15 2008 Subject: cvs commit: src/sys/i386/include pmc_mdep.h Message-ID: <200809051446.m85Ek2kV053123@repoman.freebsd.org> jkoshy 2008-09-05 14:45:56 UTC FreeBSD src repository Modified files: sys/i386/include pmc_mdep.h Log: SVN rev 182790 on 2008-09-05 14:45:56Z by jkoshy Correct a copy-paste error---do not look for REX prefixes in i386 code. Revision Changes Path 1.7 +2 -2 src/sys/i386/include/pmc_mdep.h From pav at FreeBSD.org Fri Sep 5 15:20:46 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Sep 5 15:20:58 2008 Subject: cvs commit: ports/multimedia/ffmpeg Makefile Message-ID: <200809051520.m85FKkEN006631@repoman.freebsd.org> pav 2008-09-05 15:20:46 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile Log: - Fix OPTIMIZED_CFLAGS option on gcc 4.2 (at least): explicitly disable finite-only math PR: ports/123409 Submitted by: Tatsuki Makino Revision Changes Path 1.89 +1 -1 ports/multimedia/ffmpeg/Makefile From emaste at FreeBSD.org Fri Sep 5 15:25:05 2008 From: emaste at FreeBSD.org (Ed Maste) Date: Fri Sep 5 15:25:11 2008 Subject: cvs commit: src/share/man/man9 CTASSERT.9 Message-ID: <200809051525.m85FP4Nc036153@repoman.freebsd.org> emaste 2008-09-05 15:24:54 UTC FreeBSD src repository Modified files: share/man/man9 CTASSERT.9 Log: SVN rev 182791 on 2008-09-05 15:24:54Z by emaste Add a note that CTASSERT() should not be used in header files. Revision Changes Path 1.3 +9 -1 src/share/man/man9/CTASSERT.9 From pav at FreeBSD.org Fri Sep 5 15:40:06 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Sep 5 15:40:27 2008 Subject: cvs commit: ports/print/py-pdf Makefile distinfo Message-ID: <200809051540.m85Fe5xc026527@repoman.freebsd.org> pav 2008-09-05 15:40:05 UTC FreeBSD ports repository Modified files: print/py-pdf Makefile distinfo Log: - Update to 1.11 PR: ports/125640 Submitted by: Wen heping Approved by: maintainer timeout (se; 1 month) Revision Changes Path 1.2 +1 -1 ports/print/py-pdf/Makefile 1.2 +3 -3 ports/print/py-pdf/distinfo From pav at FreeBSD.org Fri Sep 5 15:54:47 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Sep 5 15:54:57 2008 Subject: cvs commit: ports/games/klavaro Makefile distinfo pkg-plist Message-ID: <200809051554.m85FskLN018344@repoman.freebsd.org> pav 2008-09-05 15:54:46 UTC FreeBSD ports repository Modified files: games/klavaro Makefile distinfo pkg-plist Log: - Update to 1.0.8 PR: ports/124203 Submitted by: Herbert J. Skuhra Approved by: maintainer timeout (infofarmer; 3 months) Revision Changes Path 1.12 +1 -2 ports/games/klavaro/Makefile 1.8 +3 -3 ports/games/klavaro/distinfo 1.7 +2 -0 ports/games/klavaro/pkg-plist From ed at FreeBSD.org Fri Sep 5 15:55:22 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Fri Sep 5 15:55:33 2008 Subject: cvs commit: src/sys/kern kern_resource.c Message-ID: <200809051555.m85FtLq9022094@repoman.freebsd.org> ed 2008-09-05 15:55:06 UTC FreeBSD src repository Modified files: sys/kern kern_resource.c Log: SVN rev 182792 on 2008-09-05 15:55:06Z by ed Fix a small typo in a comment in calcru1(). The word "happene" should read "happened". Submitted by: Jille Timmermans Revision Changes Path 1.191 +1 -1 src/sys/kern/kern_resource.c From mezz at FreeBSD.org Fri Sep 5 15:59:31 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Fri Sep 5 15:59:37 2008 Subject: cvs commit: ports/x11-wm/fluxbox Makefile distinfo pkg-plist ports/x11-wm/fluxbox/files patch-util::fluxbox-generate_menu.in Message-ID: <200809051559.m85FxUwX048594@repoman.freebsd.org> mezz 2008-09-05 15:59:30 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox Makefile distinfo pkg-plist x11-wm/fluxbox/files patch-util::fluxbox-generate_menu.in Log: Update to 1.1.0.1, see Release Notes and Changelog for details: http://sourceforge.net/project/shownotes.php?group_id=35398&release_id=623696 Revision Changes Path 1.48 +4 -14 ports/x11-wm/fluxbox/Makefile 1.24 +3 -3 ports/x11-wm/fluxbox/distinfo 1.4 +25 -28 ports/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in 1.16 +9 -2 ports/x11-wm/fluxbox/pkg-plist From remko at FreeBSD.org Fri Sep 5 16:34:13 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Fri Sep 5 16:34:24 2008 Subject: cvs commit: ports/security/vuxml vuln.xml Message-ID: <200809051634.m85GYCCD062944@repoman.freebsd.org> remko 2008-09-05 16:34:12 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Add FreeBSD-SA-08:07.amd64. Hat: secteam Revision Changes Path 1.1676 +44 -1 ports/security/vuxml/vuln.xml From remko at FreeBSD.org Fri Sep 5 16:39:03 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Fri Sep 5 16:39:09 2008 Subject: cvs commit: ports/security/vuxml vuln.xml Message-ID: <200809051639.m85Gd2Tv093282@repoman.freebsd.org> remko 2008-09-05 16:39:02 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Add FreeBSD-SA-08:08.nmount Revision Changes Path 1.1677 +40 -1 ports/security/vuxml/vuln.xml From remko at FreeBSD.org Fri Sep 5 16:44:26 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Fri Sep 5 16:44:33 2008 Subject: cvs commit: ports/security/vuxml vuln.xml Message-ID: <200809051644.m85GiQjI028392@repoman.freebsd.org> remko 2008-09-05 16:44:26 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Add FreeBSD-SA-08:09.icmp6 Revision Changes Path 1.1678 +40 -1 ports/security/vuxml/vuln.xml From skv at FreeBSD.org Fri Sep 5 16:46:29 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Fri Sep 5 16:46:35 2008 Subject: cvs commit: ports/net/openldap24-server Makefile Message-ID: <200809051646.m85GkTRk042441@repoman.freebsd.org> skv 2008-09-05 16:46:29 UTC FreeBSD ports repository Modified files: net/openldap24-server Makefile Log: Unbreak install for "smbk5pwd". Blame to: me Revision Changes Path 1.160 +4 -2 ports/net/openldap24-server/Makefile From rpaulo at FreeBSD.org Fri Sep 5 16:54:23 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Fri Sep 5 16:54:29 2008 Subject: cvs commit: src/sys/geom/part g_part.c Message-ID: <200809051654.m85GsN0D006748@repoman.freebsd.org> rpaulo 2008-09-05 16:54:07 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c Log: SVN rev 182793 on 2008-09-05 16:54:07Z by rpaulo Include the vendor in the partition name. Revision Changes Path 1.22 +1 -1 src/sys/geom/part/g_part.c From emaste at FreeBSD.org Fri Sep 5 17:03:25 2008 From: emaste at FreeBSD.org (Ed Maste) Date: Fri Sep 5 17:03:36 2008 Subject: cvs commit: src/sys/kern link_elf.c link_elf_obj.c Message-ID: <200809051703.m85H3Oxb061523@repoman.freebsd.org> emaste 2008-09-05 17:03:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern link_elf.c link_elf_obj.c Log: SVN rev 182794 on 2008-09-05 17:03:10Z by emaste MFC r177228: Fix panic on e.g. "kldload /dev/null". PR: kern/121427 Approved by: re Revision Changes Path 1.81.8.8 +5 -0 src/sys/kern/link_elf.c 1.87.2.7 +4 -0 src/sys/kern/link_elf_obj.c From timur at FreeBSD.org Fri Sep 5 17:30:02 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Fri Sep 5 17:30:24 2008 Subject: cvs commit: ports/net/samba3 Makefile ports/net/samba3/files patch-lib__replace__libreplace.m4 Message-ID: <200809051730.m85HU2vm078190@repoman.freebsd.org> timur 2008-09-05 17:30:02 UTC FreeBSD ports repository Modified files: net/samba3 Makefile Added files: net/samba3/files patch-lib__replace__libreplace.m4 Log: I was too quick to drop off a hack, that masks "25 years old BSD bug" in Samba. So, here is small patch that will let people with legacy libc to run Samba. Funny enough, 6.4 and 7.1 are not going to be affected, but patch will go into the release CDs... Revision Changes Path 1.180 +1 -1 ports/net/samba3/Makefile 1.1 +10 -0 ports/net/samba3/files/patch-lib__replace__libreplace.m4 (new) From keramida at FreeBSD.org Fri Sep 5 17:41:26 2008 From: keramida at FreeBSD.org (Giorgos Keramidas) Date: Fri Sep 5 17:41:33 2008 Subject: cvs commit: src/lib/libc/regex re_format.7 Message-ID: <200809051741.m85HfQvB049847@repoman.freebsd.org> keramida 2008-09-05 17:41:20 UTC FreeBSD src repository Modified files: lib/libc/regex re_format.7 Log: SVN rev 182795 on 2008-09-05 17:41:20Z by keramida Add two example regexps: (1) one for matching all the characters that belong in a character class, and (2) one for matching all the characters *not* in a character class. Submitted by: Mark B, mkbucc at gmail.com MFC after: 3 days Revision Changes Path 1.12 +8 -0 src/lib/libc/regex/re_format.7 From rpaulo at FreeBSD.org Fri Sep 5 17:45:42 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Fri Sep 5 17:45:53 2008 Subject: cvs commit: src/sys/sys gpt.h Message-ID: <200809051745.m85HjfVI080937@repoman.freebsd.org> rpaulo 2008-09-05 17:45:24 UTC FreeBSD src repository Modified files: sys/sys gpt.h Log: SVN rev 182796 on 2008-09-05 17:45:24Z by rpaulo Add a couple more Apple GPT entries and NetBSD GPT entries. Revision Changes Path 1.13 +21 -0 src/sys/sys/gpt.h From rpaulo at FreeBSD.org Fri Sep 5 18:09:58 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Fri Sep 5 18:10:04 2008 Subject: cvs commit: src/sys/geom/part g_part.c g_part.h g_part_gpt.c Message-ID: <200809051809.m85I9vHN043170@repoman.freebsd.org> rpaulo 2008-09-05 18:09:49 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c g_part.h g_part_gpt.c Log: SVN rev 182797 on 2008-09-05 18:09:49Z by rpaulo Keep entries sorted. Revision Changes Path 1.23 +1 -1 src/sys/geom/part/g_part.c 1.12 +1 -1 src/sys/geom/part/g_part.h 1.12 +1 -1 src/sys/geom/part/g_part_gpt.c From rpaulo at FreeBSD.org Fri Sep 5 18:11:28 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Fri Sep 5 18:11:34 2008 Subject: cvs commit: src/sys/geom/part g_part.c Message-ID: <200809051811.m85IBSQP051776@repoman.freebsd.org> rpaulo 2008-09-05 18:11:18 UTC FreeBSD src repository Modified files: sys/geom/part g_part.c Log: SVN rev 182798 on 2008-09-05 18:11:18Z by rpaulo Fix build. Revision Changes Path 1.24 +2 -2 src/sys/geom/part/g_part.c From pav at FreeBSD.org Fri Sep 5 18:12:22 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Sep 5 18:12:34 2008 Subject: cvs commit: ports/java/jgrapht Makefile Message-ID: <200809051812.m85ICMJT058358@repoman.freebsd.org> pav 2008-09-05 18:12:21 UTC FreeBSD ports repository Modified files: java/jgrapht Makefile Log: - Backout previous commit, the problem was fixed in previous revision Reported by: hq Revision Changes Path 1.9 +1 -1 ports/java/jgrapht/Makefile From hrs at FreeBSD.org Fri Sep 5 19:10:00 2008 From: hrs at FreeBSD.org (Hiroki Sato) Date: Fri Sep 5 19:10:07 2008 Subject: cvs commit: www/en/releases/6.4R schedule.sgml Message-ID: <200809051910.m85JA0SY058844@repoman.freebsd.org> hrs 2008-09-05 19:10:00 UTC FreeBSD doc repository Modified files: en/releases/6.4R schedule.sgml Log: Add a missing column. Spotted by: tabthorpe Revision Changes Path 1.4 +2 -1 www/en/releases/6.4R/schedule.sgml From pav at FreeBSD.org Fri Sep 5 19:10:13 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Sep 5 19:10:19 2008 Subject: cvs commit: ports/java/jakarta-commons-dbcp Makefile Message-ID: <200809051910.m85JACwd059215@repoman.freebsd.org> pav 2008-09-05 19:10:12 UTC FreeBSD ports repository Modified files: java/jakarta-commons-dbcp Makefile Log: - JAVA_VERSION=1.4 1.5 is better style than 1.4-1.5 Reported by: hq Revision Changes Path 1.12 +1 -1 ports/java/jakarta-commons-dbcp/Makefile From leeym at FreeBSD.org Fri Sep 5 19:31:06 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Fri Sep 5 19:31:12 2008 Subject: cvs commit: ports/textproc/p5-Text-CSV Makefile distinfo Message-ID: <200809051931.m85JV5vV000938@repoman.freebsd.org> leeym 2008-09-05 19:31:05 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV Makefile distinfo Log: - update to 1.09 Revision Changes Path 1.13 +1 -1 ports/textproc/p5-Text-CSV/Makefile 1.12 +3 -3 ports/textproc/p5-Text-CSV/distinfo From olgeni at FreeBSD.org Fri Sep 5 19:35:41 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Fri Sep 5 19:35:48 2008 Subject: cvs commit: ports/lang/erlang Makefile Makefile.lib Makefile.man distinfo ports/lang/erlang/files patch-lib_os__mon_c__src_memsup.c Message-ID: <200809051935.m85JZf6D035784@repoman.freebsd.org> olgeni 2008-09-05 19:35:41 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Makefile.lib Makefile.man distinfo Added files: lang/erlang/files patch-lib_os__mon_c__src_memsup.c Log: Upgrade to version R12B-4. Revision Changes Path 1.120 +4 -4 ports/lang/erlang/Makefile 1.28 +23 -23 ports/lang/erlang/Makefile.lib 1.16 +2 -6 ports/lang/erlang/Makefile.man 1.36 +9 -9 ports/lang/erlang/distinfo 1.1 +14 -0 ports/lang/erlang/files/patch-lib_os__mon_c__src_memsup.c (new) From skv at FreeBSD.org Fri Sep 5 19:35:55 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Fri Sep 5 19:36:07 2008 Subject: cvs commit: ports/devel/p5-MooseX-ClassAttribute Makefile distinfo pkg-plist Message-ID: <200809051935.m85JZtGJ037690@repoman.freebsd.org> skv 2008-09-05 19:35:55 UTC FreeBSD ports repository Modified files: devel/p5-MooseX-ClassAttribute Makefile distinfo pkg-plist Log: Update to 0.05 Changes: http://search.cpan.org/src/DROLSKY/MooseX-ClassAttribute-0.05/Changes Revision Changes Path 1.2 +6 -4 ports/devel/p5-MooseX-ClassAttribute/Makefile 1.2 +3 -3 ports/devel/p5-MooseX-ClassAttribute/distinfo 1.2 +8 -0 ports/devel/p5-MooseX-ClassAttribute/pkg-plist From olgeni at FreeBSD.org Fri Sep 5 19:35:57 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Fri Sep 5 19:36:16 2008 Subject: cvs commit: ports/lang/erlang-doc Makefile distinfo pkg-plist Message-ID: <200809051935.m85JZvKe037923@repoman.freebsd.org> olgeni 2008-09-05 19:35:57 UTC FreeBSD ports repository Modified files: lang/erlang-doc Makefile distinfo pkg-plist Log: Upgrade to version R12B-4. Revision Changes Path 1.46 +37 -34 ports/lang/erlang-doc/Makefile 1.39 +195 -192 ports/lang/erlang-doc/distinfo 1.28 +32 -31 ports/lang/erlang-doc/pkg-plist From skv at FreeBSD.org Fri Sep 5 19:38:21 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Fri Sep 5 19:38:28 2008 Subject: cvs commit: ports/devel/p5-MooseX-Singleton Makefile distinfo Message-ID: <200809051938.m85JcLck056242@repoman.freebsd.org> skv 2008-09-05 19:38:21 UTC FreeBSD ports repository Modified files: devel/p5-MooseX-Singleton Makefile distinfo Log: Update to 0.11 Changes: http://search.cpan.org/src/DROLSKY/MooseX-Singleton-0.11/ChangeLog Revision Changes Path 1.4 +2 -2 ports/devel/p5-MooseX-Singleton/Makefile 1.4 +3 -3 ports/devel/p5-MooseX-Singleton/distinfo From olgeni at FreeBSD.org Fri Sep 5 19:40:47 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Fri Sep 5 19:40:53 2008 Subject: cvs commit: ports/devel/distel Makefile distinfo Message-ID: <200809051940.m85JekDC065449@repoman.freebsd.org> olgeni 2008-09-05 19:40:46 UTC FreeBSD ports repository Modified files: devel/distel Makefile distinfo Log: Upgrade to snapshot 2008.09.05 (SVN revision 73). Revision Changes Path 1.24 +1 -1 ports/devel/distel/Makefile 1.13 +3 -3 ports/devel/distel/distinfo From hrs at FreeBSD.org Fri Sep 5 19:41:49 2008 From: hrs at FreeBSD.org (Hiroki Sato) Date: Fri Sep 5 19:41:56 2008 Subject: cvs commit: ports CHANGES MOVED ports/Mk bsd.port.mk ports/print Makefile ports/japanese Makefile ports/korean Makefile ports/print/ghostscript-gnu Makefile Makefile.inc distinfo pkg-descr pkg-message pkg-plist ports/print/ghostscript-gnu/files ... Message-ID: <200809051941.m85Jfnls072583@repoman.freebsd.org> hrs 2008-09-05 19:41:49 UTC FreeBSD ports repository Modified files: . CHANGES MOVED Mk bsd.port.mk print Makefile japanese Makefile korean Makefile Removed files: print/ghostscript-gnu Makefile Makefile.inc distinfo pkg-descr pkg-message pkg-plist print/ghostscript-gnu/files bjc250.contrib.mak cdj850.contrib.mak epag.contrib.mak lex7000.contrib.mak lqx70ch.upp lqx70cl.upp lqx70cm.upp lx5000.contrib.mak lxm3200.contrib.mak patch-alps:gdevalps.mak patch-eplaser:gdevescv.c patch-eplaser:gdevesmv.c patch-gdev10v:gdev10v.mak patch-lib:gs_cidfn.ps patch-lib:gs_init.ps patch-lib:gs_res.ps patch-lib:gs_setpd.ps patch-lib:gs_statd.ps patch-lib:gs_ttf.ps patch-lib:pj-gs.sh.CAN-2004-0967 patch-lib:ps2epsi.CAN-2004-0967 patch-lib:ps2pdfwr patch-lib:pv.sh.CAN-2004-0967 patch-lib:sysvlp.sh.CAN-2004-0967 patch-lips:gdevl4r.c patch-lips:gdevl4v.c patch-lips:gdevlips.c patch-lips:gdevlips.h patch-lips:gdevlips.mak patch-lips:gdevlprn.h patch-md2k:gdevmd2k.mak patch-mjc:gdevmjc.c patch-mjc:gdevmjc.mak patch-src-gdevijs.c patch-src:dmp_site.ps patch-src:dviprlib.c patch-src:gdevdmpr.c patch-src:gdevdmpr.mak patch-src:gdevgdi.c patch-src:gdevlbp8.c patch-src:gdevpdff.c patch-src:gdevpdff.h patch-src:gdevpdfs.c patch-src:gdevpdfw.c patch-src:genarch.c patch-src:gxobj.h patch-src:smartgdi-contrib.mak patch-src:unix-dll.mak patch-src:unix-gcc.mak patch-src:zmedia2.c patch-src_cpca_mk_cmd.c patch-src_gdevhl12.c stc740ih.upp stc740p.upp stc740pl.upp stp.contrib.mak print/ghostscript-gnu/scripts configure print/ghostscript-gnu-nox11 Makefile print/ghostscript-gnu-commfont Makefile pkg-descr pkg-plist print/ghostscript-gnu-commfont/files Makefile.in pkg-message.in template.cidfont.in template.font.in template.ttcidfont.in print/ghostscript-gpl Makefile Makefile.drivers distinfo pkg-descr pkg-plist print/ghostscript-gpl/files Makefile.dmprt Makefile.epag Makefile.pcl3 epag.contrib.mak lqx70ch.upp lqx70cl.upp lqx70cm.upp patch-contrib__japanese__dmp_site.ps patch-contrib__japanese__gdevdmpr.c patch-epag__gdevepag.c patch-jbig2dec__os_types.h patch-lib-FAPIcidfmap patch-lib-FAPIconfig patch-lib-cidfmap patch-lib::gs_ttf.ps patch-lib:gs_statd.ps patch-lib:pdf_font.ps patch-src-Makefile.in patch-src-contrib.mak patch-src-gdevl256.c patch-src-gdevvglb.c patch-src-unixinst.mak patch-src:fapi_ft.c patch-src:gxobj.h patch-src:unix-gcc.mak patch-src__devs.mak patch-src__gdevperm.c patch-src__zicc.c pkg-message.in print/ghostscript-gpl-nox11 Makefile japanese/ghostscript-gnu-jpnfont Makefile pkg-descr korean/ghostscript-gnu-korfont Makefile pkg-descr Log: * print/ghostscript-* and related ports have been renamed in the following way: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont * USE_GHOSTSCRIPT now supports a version number which the port requires. The valid value is "7" or "8". If other value is specified, value of WITH_GHOSTSCRIPT_VER is used. * WITH_GHOSTSCRIPT_GNU has been removed in favor of WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is "7" or "8", and the default value is "8". Approved by: portmgr (pav) Revision Changes Path 1.86 +23 -1 ports/CHANGES 1.1690 +8 -1 ports/MOVED 1.604 +45 -13 ports/Mk/bsd.port.mk 1.693 +0 -1 ports/japanese/Makefile 1.12 +0 -30 ports/japanese/ghostscript-gnu-jpnfont/Makefile (dead) 1.5 +0 -1 ports/japanese/ghostscript-gnu-jpnfont/pkg-descr (dead) 1.135 +0 -1 ports/korean/Makefile 1.8 +0 -30 ports/korean/ghostscript-gnu-korfont/Makefile (dead) 1.4 +0 -1 ports/korean/ghostscript-gnu-korfont/pkg-descr (dead) 1.458 +7 -5 ports/print/Makefile 1.13 +0 -43 ports/print/ghostscript-gnu-commfont/Makefile (dead) 1.2 +0 -140 ports/print/ghostscript-gnu-commfont/files/Makefile.in (dead) 1.2 +0 -14 ports/print/ghostscript-gnu-commfont/files/pkg-message.in (dead) 1.2 +0 -10 ports/print/ghostscript-gnu-commfont/files/template.cidfont.in (dead) 1.2 +0 -12 ports/print/ghostscript-gnu-commfont/files/template.font.in (dead) 1.2 +0 -10 ports/print/ghostscript-gnu-commfont/files/template.ttcidfont.in (dead) 1.4 +0 -2 ports/print/ghostscript-gnu-commfont/pkg-descr (dead) 1.7 +0 -998 ports/print/ghostscript-gnu-commfont/pkg-plist (dead) 1.2 +0 -12 ports/print/ghostscript-gnu-nox11/Makefile (dead) 1.130 +0 -653 ports/print/ghostscript-gnu/Makefile (dead) 1.13 +0 -5 ports/print/ghostscript-gnu/Makefile.inc (dead) 1.50 +0 -57 ports/print/ghostscript-gnu/distinfo (dead) 1.2 +0 -31 ports/print/ghostscript-gnu/files/bjc250.contrib.mak (dead) 1.2 +0 -21 ports/print/ghostscript-gnu/files/cdj850.contrib.mak (dead) 1.2 +0 -8 ports/print/ghostscript-gnu/files/epag.contrib.mak (dead) 1.2 +0 -21 ports/print/ghostscript-gnu/files/lex7000.contrib.mak (dead) 1.2 +0 -26 ports/print/ghostscript-gnu/files/lqx70ch.upp (dead) 1.2 +0 -26 ports/print/ghostscript-gnu/files/lqx70cl.upp (dead) 1.2 +0 -25 ports/print/ghostscript-gnu/files/lqx70cm.upp (dead) 1.2 +0 -11 ports/print/ghostscript-gnu/files/lx5000.contrib.mak (dead) 1.2 +0 -10 ports/print/ghostscript-gnu/files/lxm3200.contrib.mak (dead) 1.2 +0 -25 ports/print/ghostscript-gnu/files/patch-alps:gdevalps.mak (dead) 1.7 +0 -84 ports/print/ghostscript-gnu/files/patch-eplaser:gdevescv.c (dead) 1.7 +0 -84 ports/print/ghostscript-gnu/files/patch-eplaser:gdevesmv.c (dead) 1.2 +0 -22 ports/print/ghostscript-gnu/files/patch-gdev10v:gdev10v.mak (dead) 1.2 +0 -51 ports/print/ghostscript-gnu/files/patch-lib:gs_cidfn.ps (dead) 1.4 +0 -27 ports/print/ghostscript-gnu/files/patch-lib:gs_init.ps (dead) 1.2 +0 -13 ports/print/ghostscript-gnu/files/patch-lib:gs_res.ps (dead) 1.3 +0 -98 ports/print/ghostscript-gnu/files/patch-lib:gs_setpd.ps (dead) 1.2 +0 -23 ports/print/ghostscript-gnu/files/patch-lib:gs_statd.ps (dead) 1.3 +0 -198 ports/print/ghostscript-gnu/files/patch-lib:gs_ttf.ps (dead) 1.2 +0 -40 ports/print/ghostscript-gnu/files/patch-lib:pj-gs.sh.CAN-2004-0967 (dead) 1.2 +0 -12 ports/print/ghostscript-gnu/files/patch-lib:ps2epsi.CAN-2004-0967 (dead) 1.2 +0 -173 ports/print/ghostscript-gnu/files/patch-lib:ps2pdfwr (dead) 1.2 +0 -16 ports/print/ghostscript-gnu/files/patch-lib:pv.sh.CAN-2004-0967 (dead) 1.2 +0 -29 ports/print/ghostscript-gnu/files/patch-lib:sysvlp.sh.CAN-2004-0967 (dead) 1.3 +0 -97 ports/print/ghostscript-gnu/files/patch-lips:gdevl4r.c (dead) 1.4 +0 -154 ports/print/ghostscript-gnu/files/patch-lips:gdevl4v.c (dead) 1.2 +0 -18 ports/print/ghostscript-gnu/files/patch-lips:gdevlips.c (dead) 1.2 +0 -17 ports/print/ghostscript-gnu/files/patch-lips:gdevlips.h (dead) 1.5 +0 -59 ports/print/ghostscript-gnu/files/patch-lips:gdevlips.mak (dead) 1.2 +0 -16 ports/print/ghostscript-gnu/files/patch-lips:gdevlprn.h (dead) 1.2 +0 -19 ports/print/ghostscript-gnu/files/patch-md2k:gdevmd2k.mak (dead) 1.2 +0 -335 ports/print/ghostscript-gnu/files/patch-mjc:gdevmjc.c (dead) 1.2 +0 -43 ports/print/ghostscript-gnu/files/patch-mjc:gdevmjc.mak (dead) 1.2 +0 -659 ports/print/ghostscript-gnu/files/patch-src-gdevijs.c (dead) 1.2 +0 -10 ports/print/ghostscript-gnu/files/patch-src:dmp_site.ps (dead) 1.3 +0 -13 ports/print/ghostscript-gnu/files/patch-src:dviprlib.c (dead) 1.2 +0 -11 ports/print/ghostscript-gnu/files/patch-src:gdevdmpr.c (dead) 1.2 +0 -21 ports/print/ghostscript-gnu/files/patch-src:gdevdmpr.mak (dead) 1.4 +0 -983 ports/print/ghostscript-gnu/files/patch-src:gdevgdi.c (dead) 1.3 +0 -70 ports/print/ghostscript-gnu/files/patch-src:gdevlbp8.c (dead) 1.2 +0 -59 ports/print/ghostscript-gnu/files/patch-src:gdevpdff.c (dead) 1.2 +0 -37 ports/print/ghostscript-gnu/files/patch-src:gdevpdff.h (dead) 1.2 +0 -41 ports/print/ghostscript-gnu/files/patch-src:gdevpdfs.c (dead) 1.2 +0 -60 ports/print/ghostscript-gnu/files/patch-src:gdevpdfw.c (dead) 1.2 +0 -34 ports/print/ghostscript-gnu/files/patch-src:genarch.c (dead) 1.3 +0 -17 ports/print/ghostscript-gnu/files/patch-src:gxobj.h (dead) 1.2 +0 -16 ports/print/ghostscript-gnu/files/patch-src:smartgdi-contrib.mak (dead) 1.2 +0 -59 ports/print/ghostscript-gnu/files/patch-src:unix-dll.mak (dead) 1.12 +0 -133 ports/print/ghostscript-gnu/files/patch-src:unix-gcc.mak (dead) 1.3 +0 -25 ports/print/ghostscript-gnu/files/patch-src:zmedia2.c (dead) 1.2 +0 -270 ports/print/ghostscript-gnu/files/patch-src_cpca_mk_cmd.c (dead) 1.2 +0 -11 ports/print/ghostscript-gnu/files/patch-src_gdevhl12.c (dead) 1.2 +0 -60 ports/print/ghostscript-gnu/files/stc740ih.upp (dead) 1.2 +0 -36 ports/print/ghostscript-gnu/files/stc740p.upp (dead) 1.2 +0 -32 ports/print/ghostscript-gnu/files/stc740pl.upp (dead) 1.4 +0 -14 ports/print/ghostscript-gnu/files/stp.contrib.mak (dead) 1.17 +0 -27 ports/print/ghostscript-gnu/pkg-descr (dead) 1.2 +0 -4 ports/print/ghostscript-gnu/pkg-message (dead) 1.29 +0 -381 ports/print/ghostscript-gnu/pkg-plist (dead) 1.27 +0 -384 ports/print/ghostscript-gnu/scripts/configure (dead) 1.3 +0 -12 ports/print/ghostscript-gpl-nox11/Makefile (dead) 1.170 +0 -272 ports/print/ghostscript-gpl/Makefile (dead) 1.3 +0 -325 ports/print/ghostscript-gpl/Makefile.drivers (dead) 1.68 +0 -6 ports/print/ghostscript-gpl/distinfo (dead) 1.2 +0 -9 ports/print/ghostscript-gpl/files/Makefile.dmprt (dead) 1.2 +0 -23 ports/print/ghostscript-gpl/files/Makefile.epag (dead) 1.2 +0 -37 ports/print/ghostscript-gpl/files/Makefile.pcl3 (dead) 1.2 +0 -8 ports/print/ghostscript-gpl/files/epag.contrib.mak (dead) 1.3 +0 -26 ports/print/ghostscript-gpl/files/lqx70ch.upp (dead) 1.3 +0 -26 ports/print/ghostscript-gpl/files/lqx70cl.upp (dead) 1.3 +0 -25 ports/print/ghostscript-gpl/files/lqx70cm.upp (dead) 1.2 +0 -11 ports/print/ghostscript-gpl/files/patch-contrib__japanese__dmp_site.ps (dead) 1.2 +0 -44 ports/print/ghostscript-gpl/files/patch-contrib__japanese__gdevdmpr.c (dead) 1.4 +0 -217 ports/print/ghostscript-gpl/files/patch-epag__gdevepag.c (dead) 1.2 +0 -11 ports/print/ghostscript-gpl/files/patch-jbig2dec__os_types.h (dead) 1.3 +0 -61 ports/print/ghostscript-gpl/files/patch-lib-FAPIcidfmap (dead) 1.2 +0 -21 ports/print/ghostscript-gpl/files/patch-lib-FAPIconfig (dead) 1.2 +0 -61 ports/print/ghostscript-gpl/files/patch-lib-cidfmap (dead) 1.3 +0 -24 ports/print/ghostscript-gpl/files/patch-lib::gs_ttf.ps (dead) 1.3 +0 -23 ports/print/ghostscript-gpl/files/patch-lib:gs_statd.ps (dead) 1.3 +0 -15 ports/print/ghostscript-gpl/files/patch-lib:pdf_font.ps (dead) 1.2 +0 -79 ports/print/ghostscript-gpl/files/patch-src-Makefile.in (dead) 1.2 +0 -8 ports/print/ghostscript-gpl/files/patch-src-contrib.mak (dead) 1.2 +0 -17 ports/print/ghostscript-gpl/files/patch-src-gdevl256.c (dead) 1.3 +0 -19 ports/print/ghostscript-gpl/files/patch-src-gdevvglb.c (dead) 1.2 +0 -11 ports/print/ghostscript-gpl/files/patch-src-unixinst.mak (dead) 1.4 +0 -22 ports/print/ghostscript-gpl/files/patch-src:fapi_ft.c (dead) 1.4 +0 -18 ports/print/ghostscript-gpl/files/patch-src:gxobj.h (dead) 1.16 +0 -217 ports/print/ghostscript-gpl/files/patch-src:unix-gcc.mak (dead) 1.2 +0 -25 ports/print/ghostscript-gpl/files/patch-src__devs.mak (dead) 1.3 +0 -11 ports/print/ghostscript-gpl/files/patch-src__gdevperm.c (dead) 1.2 +0 -12 ports/print/ghostscript-gpl/files/patch-src__zicc.c (dead) 1.2 +0 -8 ports/print/ghostscript-gpl/files/pkg-message.in (dead) 1.21 +0 -22 ports/print/ghostscript-gpl/pkg-descr (dead) 1.49 +0 -677 ports/print/ghostscript-gpl/pkg-plist (dead) From olgeni at FreeBSD.org Fri Sep 5 19:42:00 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Fri Sep 5 19:42:11 2008 Subject: cvs commit: ports/net/erlang_xmlrpc Makefile Message-ID: <200809051941.m85Jfxa6074126@repoman.freebsd.org> olgeni 2008-09-05 19:41:59 UTC FreeBSD ports repository Modified files: net/erlang_xmlrpc Makefile Log: Force rebuild with R12B-4. Revision Changes Path 1.12 +1 -1 ports/net/erlang_xmlrpc/Makefile From olgeni at FreeBSD.org Fri Sep 5 19:43:34 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Fri Sep 5 19:43:45 2008 Subject: cvs commit: ports/devel/erlslang Makefile Message-ID: <200809051943.m85JhXDs087461@repoman.freebsd.org> olgeni 2008-09-05 19:43:33 UTC FreeBSD ports repository Modified files: devel/erlslang Makefile Log: Force rebuild with R12B-4 and take maintainership from ports@. Revision Changes Path 1.15 +2 -2 ports/devel/erlslang/Makefile From olgeni at FreeBSD.org Fri Sep 5 19:44:04 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Fri Sep 5 19:44:16 2008 Subject: cvs commit: ports/devel/esdl Makefile Message-ID: <200809051944.m85Ji4Rw092174@repoman.freebsd.org> olgeni 2008-09-05 19:44:04 UTC FreeBSD ports repository Modified files: devel/esdl Makefile Log: Force rebuild with R12B-4. Revision Changes Path 1.31 +1 -1 ports/devel/esdl/Makefile From gerald at FreeBSD.org Fri Sep 5 20:35:02 2008 From: gerald at FreeBSD.org (Gerald Pfeifer) Date: Fri Sep 5 20:35:14 2008 Subject: cvs commit: ports/lang/gcc43 Makefile distinfo Message-ID: <200809052035.m85KZ1O5075730@repoman.freebsd.org> gerald 2008-09-05 20:35:01 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile distinfo Log: Update to the 20080904 snapshot of GCC 4.3.3. Revision Changes Path 1.357 +1 -1 ports/lang/gcc43/Makefile 1.241 +18 -18 ports/lang/gcc43/distinfo From ade at FreeBSD.org Fri Sep 5 20:41:45 2008 From: ade at FreeBSD.org (Ade Lovett) Date: Fri Sep 5 20:41:56 2008 Subject: cvs commit: CVSROOT access Message-ID: <200809052041.m85KfjQj009340@repoman.freebsd.org> ade 2008-09-05 20:41:45 UTC FreeBSD ports repository Modified files: . access Log: Welcome Josh Paetzel (jpaetzel@) to the fold, having committed (sic) the cardinal sin of submitting Just Too Many PRs. I'll be mentoring him (if that isn't scary enough) Approved by: portmgr Revision Changes Path 1.850 +1 -0 CVSROOT/access From imp at FreeBSD.org Fri Sep 5 20:45:46 2008 From: imp at FreeBSD.org (Warner Losh) Date: Fri Sep 5 20:45:52 2008 Subject: cvs commit: src/sys/dev/usb usbdevs Message-ID: <200809052045.m85KjkAS037720@repoman.freebsd.org> imp 2008-09-05 20:45:31 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: SVN rev 182799 on 2008-09-05 20:45:31Z by imp Sort products numerically. Revision Changes Path 1.369 +1 -1 src/sys/dev/usb/usbdevs From imp at FreeBSD.org Fri Sep 5 20:50:02 2008 From: imp at FreeBSD.org (Warner Losh) Date: Fri Sep 5 20:50:07 2008 Subject: cvs commit: src/sys/dev/usb ucom.c ucomvar.h Message-ID: <200809052050.m85Ko1Ov071023@repoman.freebsd.org> imp 2008-09-05 20:49:45 UTC FreeBSD src repository Modified files: sys/dev/usb ucom.c ucomvar.h Log: SVN rev 182800 on 2008-09-05 20:49:45Z by imp Keep track of the active buffer on output. For the moment, panic if the device indicates that it wasn't able to write all the data in the buffer out. Ed Schouten doesn't like the idea of a panic here. I think for production code, we need something better. For right now, while we're trying to assess the impact of this issue, a panic is OK. So complain to me, not him if this is hit. Revision Changes Path 1.68 +4 -0 src/sys/dev/usb/ucom.c 1.12 +1 -0 src/sys/dev/usb/ucomvar.h From leeym at FreeBSD.org Fri Sep 5 20:57:15 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Fri Sep 5 20:57:21 2008 Subject: cvs commit: ports/devel/p5-Devel-Modlist Makefile distinfo pkg-plist Message-ID: <200809052057.m85KvFfe026222@repoman.freebsd.org> leeym 2008-09-05 20:57:15 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Modlist Makefile distinfo pkg-plist Log: - update to 0.801 Revision Changes Path 1.10 +2 -2 ports/devel/p5-Devel-Modlist/Makefile 1.8 +3 -3 ports/devel/p5-Devel-Modlist/distinfo 1.5 +1 -0 ports/devel/p5-Devel-Modlist/pkg-plist From julian at FreeBSD.org Fri Sep 5 21:03:33 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Fri Sep 5 21:03:39 2008 Subject: cvs commit: src/sys/net route.h Message-ID: <200809052103.m85L3WNM061485@repoman.freebsd.org> julian 2008-09-05 21:03:19 UTC FreeBSD src repository Modified files: sys/net route.h Log: SVN rev 182801 on 2008-09-05 21:03:19Z by julian Be consistent about whether these multi-lined macros are separated by a blank line. Some were, some weren't. Decide in favour of the line as it matches what an inline would do, and it's easier to read. Revision Changes Path 1.72 +2 -0 src/sys/net/route.h From amdmi3 at FreeBSD.org Fri Sep 5 21:09:27 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Fri Sep 5 21:09:33 2008 Subject: cvs commit: ports/science/mbdyn Makefile Message-ID: <200809052109.m85L9PXf099919@repoman.freebsd.org> amdmi3 2008-09-05 21:09:25 UTC FreeBSD ports repository Modified files: science/mbdyn Makefile Log: - Add experimental option for Chaco. - Remove BROKEN for Metis option: it builds fine - Remove BROKENness for 4.x, we don't check that anymore. PR: 126696 Submitted by: Pedro Giffuni Revision Changes Path 1.15 +9 -5 ports/science/mbdyn/Makefile From amdmi3 at FreeBSD.org Fri Sep 5 21:11:39 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Fri Sep 5 21:11:51 2008 Subject: cvs commit: ports/databases/unixODBC Makefile Message-ID: <200809052111.m85LBdbq008919@repoman.freebsd.org> amdmi3 2008-09-05 21:11:39 UTC FreeBSD ports repository Modified files: databases/unixODBC Makefile Log: - Fix build qt3 GUI while qt4.4 installed PR: 126645 Submitted by: "Dima Panov" Revision Changes Path 1.54 +1 -0 ports/databases/unixODBC/Makefile From thierry at FreeBSD.org Fri Sep 5 21:12:57 2008 From: thierry at FreeBSD.org (Thierry Thomas) Date: Fri Sep 5 21:13:03 2008 Subject: cvs commit: ports/science/v_sim Makefile distinfo pkg-plist Message-ID: <200809052112.m85LCuE2020389@repoman.freebsd.org> thierry 2008-09-05 21:12:56 UTC FreeBSD ports repository Modified files: science/v_sim Makefile distinfo pkg-plist Log: Upgrade to v. 3.4.1. Changelog at . Revision Changes Path 1.22 +1 -2 ports/science/v_sim/Makefile 1.10 +3 -3 ports/science/v_sim/distinfo 1.9 +6 -15 ports/science/v_sim/pkg-plist From amdmi3 at FreeBSD.org Fri Sep 5 21:22:15 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Fri Sep 5 21:22:22 2008 Subject: cvs commit: ports/print/lout Makefile distinfo pkg-plist ports/print/lout/files patch-01 Message-ID: <200809052122.m85LMFfl075597@repoman.freebsd.org> amdmi3 2008-09-05 21:22:15 UTC FreeBSD ports repository Modified files: print/lout Makefile distinfo pkg-plist print/lout/files patch-01 Log: - Update to 3.36 PR: 126206 Submitted by: Ulrich Spoerlein Approved by: maintainer timeout Revision Changes Path 1.27 +1 -1 ports/print/lout/Makefile 1.15 +3 -3 ports/print/lout/distinfo 1.13 +81 -80 ports/print/lout/files/patch-01 1.16 +7 -6 ports/print/lout/pkg-plist From jpaetzel at FreeBSD.org Fri Sep 5 21:35:59 2008 From: jpaetzel at FreeBSD.org (Josh Paetzel) Date: Fri Sep 5 21:36:11 2008 Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent Message-ID: <200809052135.m85LZxgm064051@repoman.freebsd.org> jpaetzel 2008-09-05 21:35:59 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself to the developers section. Approved by: ade (mentor) Revision Changes Path 1.461 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From jpaetzel at FreeBSD.org Fri Sep 5 21:55:08 2008 From: jpaetzel at FreeBSD.org (Josh Paetzel) Date: Fri Sep 5 21:55:19 2008 Subject: cvs commit: www/en developers.sgml Message-ID: <200809052155.m85Lt8Cv077715@repoman.freebsd.org> jpaetzel 2008-09-05 21:55:08 UTC FreeBSD doc repository (ports committer) Modified files: en developers.sgml Log: Add myself to the list of committers. Approved by: ade (mentor) Revision Changes Path 1.204 +2 -1 www/en/developers.sgml From jpaetzel at FreeBSD.org Fri Sep 5 22:12:47 2008 From: jpaetzel at FreeBSD.org (Josh Paetzel) Date: Fri Sep 5 22:12:58 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Message-ID: <200809052212.m85MClLn094185@repoman.freebsd.org> jpaetzel 2008-09-05 22:12:47 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Add myself to the list of committers. Remove myself from the additional contributors list. Approved by: ade (mentor) Revision Changes Path 1.823 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.243 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From imp at FreeBSD.org Fri Sep 5 22:23:49 2008 From: imp at FreeBSD.org (Warner Losh) Date: Fri Sep 5 22:24:01 2008 Subject: cvs commit: src/sys/arm/at91 kb920x_machdep.c Message-ID: <200809052223.m85MNn1g056205@repoman.freebsd.org> imp 2008-09-05 22:23:41 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: SVN rev 182803 on 2008-09-05 22:23:41Z by imp Kill bogus #if 1. There's no need for it since usb works these days. Revision Changes Path 1.31 +0 -2 src/sys/arm/at91/kb920x_machdep.c From rpaulo at FreeBSD.org Fri Sep 5 22:24:35 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Fri Sep 5 22:24:42 2008 Subject: cvs commit: src/sys/contrib/dev/ath/public wisoc.hal.o.uu wisoc.inc wisoc.opt_ah.h Message-ID: <200809052224.m85MOZcO063003@repoman.freebsd.org> rpaulo 2008-09-05 22:24:31 UTC FreeBSD src repository Added files: sys/contrib/dev/ath/public wisoc.hal.o.uu wisoc.inc wisoc.opt_ah.h Log: SVN rev 182804 on 2008-09-05 22:24:31Z by rpaulo Merge ath again (addition of wisoc files). Revision Changes Path 1.1 +4753 -0 src/sys/contrib/dev/ath/public/wisoc.hal.o.uu (new) 1.1 +69 -0 src/sys/contrib/dev/ath/public/wisoc.inc (new) 1.1 +7 -0 src/sys/contrib/dev/ath/public/wisoc.opt_ah.h (new) From imp at FreeBSD.org Fri Sep 5 22:27:21 2008 From: imp at FreeBSD.org (Warner Losh) Date: Fri Sep 5 22:27:27 2008 Subject: cvs commit: src/sys/arm/at91 at91.c Message-ID: <200809052227.m85MRLBp083313@repoman.freebsd.org> imp 2008-09-05 22:27:10 UTC FreeBSD src repository Modified files: sys/arm/at91 at91.c Log: SVN rev 182805 on 2008-09-05 22:27:10Z by imp Kill vestiges of the special case code we once had in place for usb memory allocation. It was change to include the range in the normal memory area, so these ifdef'd out special cases are no longer useful to keep around. Revision Changes Path 1.18 +2 -12 src/sys/arm/at91/at91.c From jpaetzel at FreeBSD.org Fri Sep 5 22:28:12 2008 From: jpaetzel at FreeBSD.org (Josh Paetzel) Date: Fri Sep 5 22:28:19 2008 Subject: cvs commit: www/share/sgml news.xml Message-ID: <200809052228.m85MSCSt086667@repoman.freebsd.org> jpaetzel 2008-09-05 22:28:12 UTC FreeBSD doc repository (ports committer) Modified files: share/sgml news.xml Log: Add myself as a new committer on front page news of FreeBSD.org Approved by: ade (mentor) Revision Changes Path 1.193 +12 -1 www/share/sgml/news.xml From imp at FreeBSD.org Fri Sep 5 22:30:07 2008 From: imp at FreeBSD.org (Warner Losh) Date: Fri Sep 5 22:30:19 2008 Subject: cvs commit: src/sys/arm/at91 at91_ssc.c Message-ID: <200809052230.m85MU7Wf096695@repoman.freebsd.org> imp 2008-09-05 22:29:50 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_ssc.c Log: SVN rev 182806 on 2008-09-05 22:29:50Z by imp Kill bogus #if 0'd stuff for interrupts. They don't happen, and this driver will need more serious help to work with an interrupt driven path. There's many subtleties in driving the DMA engine with interrupts in many configurations. Best to not "guess" what the right way would be and mislead people. Revision Changes Path 1.5 +0 -16 src/sys/arm/at91/at91_ssc.c From imp at FreeBSD.org Fri Sep 5 22:31:08 2008 From: imp at FreeBSD.org (Warner Losh) Date: Fri Sep 5 22:31:15 2008 Subject: cvs commit: src/sys/arm/at91 at91_mci.c Message-ID: <200809052231.m85MV8lw002069@repoman.freebsd.org> imp 2008-09-05 22:30:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_mci.c Log: SVN rev 182807 on 2008-09-05 22:30:59Z by imp Turn some lame pseudo-code into a less lame comment. Revision Changes Path 1.5 +1 -8 src/sys/arm/at91/at91_mci.c From itetcu at FreeBSD.org Fri Sep 5 22:36:50 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Fri Sep 5 22:36:56 2008 Subject: cvs commit: ports/net/tsocks Makefile pkg-plist Message-ID: <200809052236.m85MaoZe041779@repoman.freebsd.org> itetcu 2008-09-05 22:36:50 UTC FreeBSD ports repository Modified files: net/tsocks Makefile pkg-plist Log: - fix handling with NOPORT* defined - use *DIR macros - bump PORTREVISION Prompted by: QAT run Approved by: maintainer timeout on QAT BotMail Revision Changes Path 1.6 +9 -6 ports/net/tsocks/Makefile 1.3 +4 -3 ports/net/tsocks/pkg-plist From jpaetzel at FreeBSD.org Fri Sep 5 22:44:18 2008 From: jpaetzel at FreeBSD.org (Josh Paetzel) Date: Fri Sep 5 22:44:31 2008 Subject: cvs commit: doc/share/pgpkeys jpaetzel.key pgpkeys-developers.sgml pgpkeys.ent Message-ID: <200809052244.m85MiHEG085459@repoman.freebsd.org> jpaetzel 2008-09-05 22:44:17 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeys jpaetzel.key Log: Add my PGP key. Approved by: ade (mentor) Revision Changes Path 1.1 +57 -0 doc/share/pgpkeys/jpaetzel.key (new) 1.80 +5 -0 doc/share/pgpkeys/pgpkeys-developers.sgml 1.177 +1 -0 doc/share/pgpkeys/pgpkeys.ent From stas at FreeBSD.org Fri Sep 5 23:44:02 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Fri Sep 5 23:44:13 2008 Subject: cvs commit: ports/lang/sbcl Makefile distinfo pkg-plist Message-ID: <200809052344.m85Ni2XJ087568@repoman.freebsd.org> stas 2008-09-05 23:44:02 UTC FreeBSD ports repository Modified files: lang/sbcl Makefile distinfo pkg-plist Log: - Update to 1.0.20. PR: ports/127062 Submitted by: bf Revision Changes Path 1.63 +2 -2 ports/lang/sbcl/Makefile 1.49 +3 -3 ports/lang/sbcl/distinfo 1.33 +4 -0 ports/lang/sbcl/pkg-plist From stas at FreeBSD.org Fri Sep 5 23:45:22 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Fri Sep 5 23:45:29 2008 Subject: cvs commit: ports/math/maxima Makefile Message-ID: <200809052345.m85NjMMl096899@repoman.freebsd.org> stas 2008-09-05 23:45:22 UTC FreeBSD ports repository Modified files: math/maxima Makefile Log: - Bump up portrevision because of lang/sbcl update. Revision Changes Path 1.34 +1 -0 ports/math/maxima/Makefile From QAT at FreeBSD.org Fri Sep 5 23:49:15 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Fri Sep 5 23:49:23 2008 Subject: cvs commit: ports/science/v_sim Makefile distinfo pkg-plist In-Reply-To: <200809052112.m85LCuE2020389@repoman.freebsd.org> References: In-Reply-To: <200809052112.m85LCuE2020389@repoman.freebsd.org> Message-ID: <20080905234913.85F2912E3DE0@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/v_sim-3.4.1.log : building v_sim-3.4.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: thierry@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/science/v_sim Makefile ident: $FreeBSD: ports/science/v_sim/Makefile,v 1.22 2008/09/05 21:12:56 thierry Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Sep 5 23:46:51 UTC 2008 ................................................... install -o root -g wheel -m 444 'stock_media-stop.png' '/usr/local/share/v_sim/pixmaps/stock_media-stop.png' install -o root -g wheel -m 444 'stock_media-play.png' '/usr/local/share/v_sim/pixmaps/stock_media-play.png' install -o root -g wheel -m 444 'stock_spin.png' '/usr/local/share/v_sim/pixmaps/stock_spin.png' install -o root -g wheel -m 444 'stock_rotate_20.png' '/usr/local/share/v_sim/pixmaps/stock_rotate_20.png' install -o root -g wheel -m 444 'stock_effects-object-colorize_20.png' '/usr/local/share/v_sim/pixmaps/stock_effects-object-colorize_20.png' install -o root -g wheel -m 444 'liaison-bandeau.png' '/usr/local/share/v_sim/pixmaps/liaison-bandeau.png' install -o root -g wheel -m 444 'stock-go-and-back.png' '/usr/local/share/v_sim/pixmaps/stock-go-and-back.png' install -o root -g wheel -m 444 'stock-go-once.png' '/usr/local/share/v_sim/pixmaps/stock-go-once.png' install -o root -g wheel -m 444 'stock-go-around.png' '/usr/local/share/v_sim/pixmaps/stock-go-around.png' install -o root -g wheel -m 444 'stock-one-light_20.png' '/usr/local/share/v_sim/pixmaps/stock-one-light_20.png' install -o root -g wheel -m 444 'stock-four-lights_20.png' '/usr/local/share/v_sim/pixmaps/stock-four-lights_20.png' install -o root -g wheel -m 444 'stock-menu-detach.png' '/usr/local/share/v_sim/pixmaps/stock-menu-detach.png' install -o root -g wheel -m 444 'stock-masking.png' '/usr/local/share/v_sim/pixmaps/stock-masking.png' gmake[2]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1/pixmaps' gmake[1]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1/pixmaps' gmake[1]: Entering directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' gmake[2]: Entering directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' gmake[1]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' ===> Registering installation for v_sim-3.4.1 ================================================================ ======================================== ===> Building package for v_sim-3.4.1 tar: share/v_sim/authors: Cannot stat: No such file or directory tar: share/v_sim/licence.en.txt: Cannot stat: No such file or directory tar: share/v_sim/licence.fr.txt: Cannot stat: No such file or directory tar: share/v_sim/pot2surf_help: Cannot stat: No such file or directory tar: share/v_sim/readme: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/v_sim-3.4.1.tbz Registering depends: gtk-2.12.11_1 atk-1.22.0_1 pango-1.20.5 shared-mime-info-0.51 gio-fam-backend-2.16.5 gamin-0.1.9_2 glib-2.16.5 gettext-0.17_1 openbabel-2.2.0_1 libxml2-2.6.32 libiconv-1.11_1 pcre-7.7_1 cairo-1.6.4_2,1 xorg-fonts-truetype-7.3 bitstream-vera-1.10_4 font-misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-bh-ttf-1.0.0 libXft-2.1.13 fontconfig-2.5.0,1 mkfontdir-1.0.3_1 mkfontscale-1.0.3 freetype2-2.3.7 pixman-0.10.0_2 libXrandr-1.2.2_1 libXcursor-1.1.9_1 libXrender-0.9.4_1 libGLU-7.0.3 libGL-7.0.3 libXdamage-1.1.1 libXcomposite-0.4.0,1 libXfixes-4.0.3_1 libXxf86vm-1.0.1 libXmu-1.0.3,1 libXi-1.1.3,1 libXinerama-1.0.2,1 libXext-1.0.3,1 libXt-1.0.5_1 libX11-1.1.3_1,1 libXdmcp-1.0.2_1 libXau-1.0.3_2 libSM-1.0.3_1,1 libICE-1.0.4_1,1 libfontenc-1.0.4 xproto-7.0.10_1 pkg-config-0.23_1 tiff-3.8.2_1 jpeg-6b_7 libdrm-2.3.1 png-1.2.31 perl-5.8.8_1 python25-2.5.2_2 hicolor-icon-theme-0.10_2 netcdf-3.6.3_1 expat-2.0.1 encodings-1.0.2,1 font-util-1.0.1 compositeproto-0.4 da mageproto-1.1.0_2 fixesproto-4.0 inputproto-1.4.2.1 kbproto-1.0.3 randrproto-1.2.1 renderproto-0.9.3 xextproto-7.0.2 xf86vidmodeproto-2.2.2 xineramaproto-1.1.2. Creating bzip'd tar ball in '/tmp/packages/All/v_sim-3.4.1.tbz' *** Error code 1 Stop in /a/ports/science/v_sim. ================================================================ build of /usr/ports/science/v_sim ended at Fri Sep 5 23:49:11 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From maho at FreeBSD.org Sat Sep 6 00:04:44 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Sat Sep 6 00:04:54 2008 Subject: cvs commit: ports/editors/openoffice.org-3-RC Makefile distinfo Message-ID: <200809060004.m8604h3C018461@repoman.freebsd.org> maho 2008-09-06 00:04:43 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile distinfo Log: Update to OOO300_m5. Revision Changes Path 1.355 +2 -2 ports/editors/openoffice.org-3-RC/Makefile 1.142 +3 -3 ports/editors/openoffice.org-3-RC/distinfo From edwin at FreeBSD.org Sat Sep 6 00:15:39 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sat Sep 6 00:15:45 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200809060015.m860FdXR084827@repoman.freebsd.org> edwin 2008-09-06 00:15:39 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Saturday 06 September 2008 at 00:15 Revision Changes Path 1.20147 +36 -7 CVSROOT/modules From yongari at FreeBSD.org Sat Sep 6 00:25:26 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Sat Sep 6 00:25:32 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200809060025.m860PPx1012211@repoman.freebsd.org> yongari 2008-09-06 00:25:16 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 182808 on 2008-09-06 00:25:16Z by yongari Read ethernet address from ID registers for RTL8102E/RTL8102EL as reading from EEPROM doesn't seem to work on these controllers. Reported by: Milan Obuch ( freebsd-net at dino dot sk ) Tested by: Milan Obuch ( freebsd-net at dino dot sk ) Revision Changes Path 1.135 +2 -1 src/sys/dev/re/if_re.c From edwin at FreeBSD.org Sat Sep 6 00:33:57 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sat Sep 6 00:34:04 2008 Subject: cvs commit: ports/graphics/jogl Makefile Message-ID: <200809060033.m860XuGD039343@repoman.freebsd.org> edwin 2008-09-06 00:33:56 UTC FreeBSD ports repository Modified files: graphics/jogl Makefile Log: [patch] Fix graphics/jogl dependencies PR: ports/127107 Submitted by: Peter Jeremy Revision Changes Path 1.2 +5 -10 ports/graphics/jogl/Makefile From amdmi3 at FreeBSD.org Sat Sep 6 00:41:13 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Sep 6 00:41:20 2008 Subject: cvs commit: ports/games Makefile ports/games/sdl-ball Makefile distinfo pkg-descr pkg-plist ports/games/sdl-ball/files patch-Makefile Message-ID: <200809060041.m860fDo6080946@repoman.freebsd.org> amdmi3 2008-09-06 00:41:13 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/sdl-ball Makefile distinfo pkg-descr pkg-plist games/sdl-ball/files patch-Makefile Log: Arkanoid/Breakout clone with pretty graphics. WWW: http://sourceforge.net/projects/sdl-ball Revision Changes Path 1.1237 +1 -0 ports/games/Makefile 1.1 +31 -0 ports/games/sdl-ball/Makefile (new) 1.1 +3 -0 ports/games/sdl-ball/distinfo (new) 1.1 +12 -0 ports/games/sdl-ball/files/patch-Makefile (new) 1.1 +3 -0 ports/games/sdl-ball/pkg-descr (new) 1.1 +61 -0 ports/games/sdl-ball/pkg-plist (new) From amdmi3 at FreeBSD.org Sat Sep 6 00:46:29 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Sep 6 00:46:39 2008 Subject: cvs commit: ports/games/teeworlds Makefile distinfo ports/games/teeworlds/files patch-default.bam Message-ID: <200809060046.m860kSce013229@repoman.freebsd.org> amdmi3 2008-09-06 00:46:28 UTC FreeBSD ports repository Modified files: games/teeworlds Makefile distinfo games/teeworlds/files patch-default.bam Log: - Update to 0.4.3 - Unbreak on 6.x Revision Changes Path 1.6 +6 -6 ports/games/teeworlds/Makefile 1.5 +3 -3 ports/games/teeworlds/distinfo 1.3 +6 -6 ports/games/teeworlds/files/patch-default.bam From amdmi3 at FreeBSD.org Sat Sep 6 01:10:10 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Sep 6 01:10:21 2008 Subject: cvs commit: ports/textproc/xerces-c2 Makefile pkg-plist Message-ID: <200809060110.m861A9Wn067463@repoman.freebsd.org> amdmi3 2008-09-06 01:10:09 UTC FreeBSD ports repository Modified files: textproc/xerces-c2 Makefile pkg-plist Log: - Fix build with NOPORTDOCS/NOPORTEXAMPLES - Use NOPORTDOCS/NOPORTEXAMPLES instead of options - Some related cleanups PR: 126888 Submitted by: Ken Menzel (maintainer) Revision Changes Path 1.25 +8 -17 ports/textproc/xerces-c2/Makefile 1.11 +120 -121 ports/textproc/xerces-c2/pkg-plist From amdmi3 at FreeBSD.org Sat Sep 6 01:16:38 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Sep 6 01:16:49 2008 Subject: cvs commit: ports/www/mhonarc Makefile pkg-plist Message-ID: <200809060116.m861GbmJ010320@repoman.freebsd.org> amdmi3 2008-09-06 01:16:37 UTC FreeBSD ports repository Modified files: www/mhonarc Makefile pkg-plist Log: - install perl modules in perl lib directory - utilize DOCSDIR - bump PORTREVISION PR: 123558 Submitted by: Yen-Ming Lee Revision Changes Path 1.44 +6 -5 ports/www/mhonarc/Makefile 1.18 +473 -474 ports/www/mhonarc/pkg-plist From amdmi3 at FreeBSD.org Sat Sep 6 01:21:43 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Sep 6 01:21:55 2008 Subject: cvs commit: ports/mail Makefile ports/mail/zms Makefile distinfo pkg-descr pkg-message Message-ID: <200809060121.m861LhrT038813@repoman.freebsd.org> amdmi3 2008-09-06 01:21:43 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/zms Makefile distinfo pkg-descr pkg-message Log: A specialized mail gateway system for using user a specified SMTP server and proxying. Three proxy modes are supported. - Unathenticated proxying mode in which case it just sits between the client and specified server. - Athenticated proxying mode, which is the same as above, but only for authenticated connection. - Smart proxying mode in which it accepts will send the mail through a server specified in the user's config by matching the the sender using regexps to determine what server should be used. PR: 124967 Submitted by: "Zane C.B." Revision Changes Path 1.923 +1 -0 ports/mail/Makefile 1.1 +48 -0 ports/mail/zms/Makefile (new) 1.1 +3 -0 ports/mail/zms/distinfo (new) 1.1 +11 -0 ports/mail/zms/pkg-descr (new) 1.1 +3 -0 ports/mail/zms/pkg-message (new) From chinsan at FreeBSD.org Sat Sep 6 01:38:41 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 01:38:49 2008 Subject: cvs commit: ports/multimedia/mplayer/files patch-ad Message-ID: <200809060138.m861cfR9050627@repoman.freebsd.org> chinsan 2008-09-06 01:38:41 UTC FreeBSD ports repository Modified files: multimedia/mplayer/files patch-ad Log: - Fx build with freetype PR: ports/127010 Submitted by: Barbara Approved by: Thomas E. Zander (maintainer) Revision Changes Path 1.34 +1 -1 ports/multimedia/mplayer/files/patch-ad From linimon at FreeBSD.org Sat Sep 6 02:24:40 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Sat Sep 6 02:24:53 2008 Subject: cvs commit: ports/ports-mgmt/portmk/Mk bsd.port.mk Message-ID: <200809060224.m862OeIB030643@repoman.freebsd.org> linimon 2008-09-06 02:24:40 UTC FreeBSD ports repository Modified files: ports-mgmt/portmk/Mk bsd.port.mk Log: Catch up with master 1.604. Revision Changes Path 1.78 +74 -16 ports/ports-mgmt/portmk/Mk/bsd.port.mk From chinsan at FreeBSD.org Sat Sep 6 02:30:40 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 02:30:47 2008 Subject: cvs commit: ports/chinese/tintin++ Makefile Message-ID: <200809060230.m862Udwe064084@repoman.freebsd.org> chinsan 2008-09-06 02:30:39 UTC FreeBSD ports repository Modified files: chinese/tintin++ Makefile Log: - Pass maintainership to submitter PR: ports/127093 Submitted by: Sunpoet Po-Chuan Hsieh Revision Changes Path 1.8 +1 -1 ports/chinese/tintin++/Makefile From chinsan at FreeBSD.org Sat Sep 6 02:44:41 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 02:44:47 2008 Subject: cvs commit: ports/comms/p5-SMS-Send-TW-PChome Makefile distinfo Message-ID: <200809060244.m862ifDR092840@repoman.freebsd.org> chinsan 2008-09-06 02:44:41 UTC FreeBSD ports repository Modified files: comms/p5-SMS-Send-TW-PChome Makefile distinfo Log: - Update to 0.03 PR: ports/127008 Submitted by: chinsan Approved by: maintainer Revision Changes Path 1.4 +2 -1 ports/comms/p5-SMS-Send-TW-PChome/Makefile 1.3 +3 -3 ports/comms/p5-SMS-Send-TW-PChome/distinfo From chinsan at FreeBSD.org Sat Sep 6 02:47:12 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 02:47:23 2008 Subject: cvs commit: ports/ports-mgmt/bpm Makefile Message-ID: <200809060247.m862lBxq010427@repoman.freebsd.org> chinsan 2008-09-06 02:47:11 UTC FreeBSD ports repository Modified files: ports-mgmt/bpm Makefile Log: - Add missing dependency on security/libgnomesu (gnomesu) PR: ports/127071 Submitted by: chinsan Approved by: maintainer Revision Changes Path 1.21 +2 -1 ports/ports-mgmt/bpm/Makefile From weongyo.jeong at gmail.com Sat Sep 6 03:01:52 2008 From: weongyo.jeong at gmail.com (Weongyo Jeong) Date: Sat Sep 6 03:01:59 2008 Subject: cvs commit: src/sys/dev/usb if_zyd.c usbdevs In-Reply-To: <1220620329.99079.14.camel@buffy.york.ac.uk> References: <200809051127.m85BRcfl049486@repoman.freebsd.org> <1220620329.99079.14.camel@buffy.york.ac.uk> Message-ID: <20080906022943.GA70643@freebsd.weongyo.org> On Fri, Sep 05, 2008 at 02:12:09PM +0100, Gavin Atkinson wrote: > On Fri, 2008-09-05 at 11:27 +0000, Weongyo Jeong wrote: > > weongyo 2008-09-05 11:27:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb if_zyd.c usbdevs > > Log: > > SVN rev 182783 on 2008-09-05 11:27:33Z by weongyo > > > > Add ZyXEL G-202 > > > > Obtained from: OpenBSD > > > > Revision Changes Path > > 1.19 +1 -0 src/sys/dev/usb/if_zyd.c > > 1.368 +1 -0 src/sys/dev/usb/usbdevs > > PR: usb/126927. > > Note that usbdevs seems to be sorted numerically by product ID, so it > looks like your addition has been inserted into the wrong place in that > file. Oops. It was my mistake. :-) Thanks! regards, Weongyo Jeong From edwin at FreeBSD.org Sat Sep 6 03:05:29 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sat Sep 6 03:05:34 2008 Subject: cvs commit: ports/misc/zoneinfo Makefile ports/misc/zoneinfo/files patch-africa patch-asia patch-southamerica Message-ID: <200809060305.m8635Sxq020917@repoman.freebsd.org> edwin 2008-09-06 03:05:28 UTC FreeBSD ports repository Modified files: misc/zoneinfo Makefile Added files: misc/zoneinfo/files patch-africa patch-asia patch-southamerica Log: As discussed on comp.time.tz: Argentina will start DST on Sunday October 19, 2008 Brazil will start DST on 2008-10-19 (need to change rule) Pakistan DST extended till Oct 31 Morocco will change the clocks back on the midnight between August 31 and September 1 Revision Changes Path 1.38 +1 -0 ports/misc/zoneinfo/Makefile 1.1 +11 -0 ports/misc/zoneinfo/files/patch-africa (new) 1.1 +11 -0 ports/misc/zoneinfo/files/patch-asia (new) 1.3 +21 -0 ports/misc/zoneinfo/files/patch-southamerica (new) From QAT at FreeBSD.org Sat Sep 6 03:37:18 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Sep 6 03:37:25 2008 Subject: cvs commit: ports/misc/zoneinfo Makefile ports/misc/zoneinfo/files patch-africa patch-asia patch-southamerica In-Reply-To: <200809060305.m8635Sxq020917@repoman.freebsd.org> References: In-Reply-To: <200809060305.m8635Sxq020917@repoman.freebsd.org> Message-ID: <20080906033716.8F74312E3FF0@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/zoneinfo-2008.e_1.log : building zoneinfo-2008.e_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: edwin@mavetju.org building for: 7.0-STABLE amd64 port directory: /usr/ports/misc/zoneinfo Makefile ident: $FreeBSD: ports/misc/zoneinfo/Makefile,v 1.38 2008/09/06 03:05:28 edwin Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Sep 6 03:37:10 UTC 2008 ................................................... ./usr/share/zoneinfo/Pacific/Auckland missing ./usr/share/zoneinfo/Pacific/Chatham missing ./usr/share/zoneinfo/Pacific/Easter missing ./usr/share/zoneinfo/Pacific/Efate missing ./usr/share/zoneinfo/Pacific/Enderbury missing ./usr/share/zoneinfo/Pacific/Fakaofo missing ./usr/share/zoneinfo/Pacific/Fiji missing ./usr/share/zoneinfo/Pacific/Funafuti missing ./usr/share/zoneinfo/Pacific/Galapagos missing ./usr/share/zoneinfo/Pacific/Gambier missing ./usr/share/zoneinfo/Pacific/Guadalcanal missing ./usr/share/zoneinfo/Pacific/Guam missing ./usr/share/zoneinfo/Pacific/Honolulu missing ./usr/share/zoneinfo/Pacific/Johnston missing ./usr/share/zoneinfo/Pacific/Kiritimati missing ./usr/share/zoneinfo/Pacific/Kosrae missing ./usr/share/zoneinfo/Pacific/Kwajalein missing ./usr/share/zoneinfo/Pacific/Majuro missing ./usr/share/zoneinfo/Pacific/Marquesas missing ./usr/share/zoneinfo/Pacific/Midway missing ./usr/share/zoneinfo/Pacific/Nauru missing ./usr/share/zoneinfo/Pacific/Niue missing ./usr/share/zoneinfo/Pacific/Norfolk missing ./usr/share/zoneinfo/Pacific/Noumea missing ./usr/share/zoneinfo/Pacific/Pago_Pago missing ./usr/share/zoneinfo/Pacific/Palau missing ./usr/share/zoneinfo/Pacific/Pitcairn missing ./usr/share/zoneinfo/Pacific/Ponape missing ./usr/share/zoneinfo/Pacific/Port_Moresby missing ./usr/share/zoneinfo/Pacific/Rarotonga missing ./usr/share/zoneinfo/Pacific/Saipan missing ./usr/share/zoneinfo/Pacific/Tahiti missing ./usr/share/zoneinfo/Pacific/Tarawa missing ./usr/share/zoneinfo/Pacific/Tongatapu missing ./usr/share/zoneinfo/Pacific/Truk missing ./usr/share/zoneinfo/Pacific/Wake missing ./usr/share/zoneinfo/Pacific/Wallis missing ./usr/share/zoneinfo/SystemV missing ================================================================ build of /usr/ports/misc/zoneinfo ended at Sat Sep 6 03:37:15 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From edwin at mavetju.org Sat Sep 6 03:42:30 2008 From: edwin at mavetju.org (Edwin Groothuis) Date: Sat Sep 6 03:42:39 2008 Subject: cvs commit: ports/misc/zoneinfo Makefile ports/misc/zoneinfo/files patch-africa patch-asia patch-southamerica In-Reply-To: <20080906033716.8F74312E3FF0@quark.ds9.tecnik93.com> References: <200809060305.m8635Sxq020917@repoman.freebsd.org> <20080906033716.8F74312E3FF0@quark.ds9.tecnik93.com> Message-ID: <20080906034229.GA93314@k7.mavetju> Time for a QAT=no flag! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From edwin at mavetju.org Sat Sep 6 04:09:46 2008 From: edwin at mavetju.org (Edwin Groothuis) Date: Sat Sep 6 04:09:52 2008 Subject: cvs commit: ports/misc/zoneinfo Makefile ports/misc/zoneinfo/files patch-africa patch-asia patch-southamerica In-Reply-To: <20080906034229.GA93314@k7.mavetju> References: <200809060305.m8635Sxq020917@repoman.freebsd.org> <20080906033716.8F74312E3FF0@quark.ds9.tecnik93.com> <20080906034229.GA93314@k7.mavetju> Message-ID: <20080906040945.GB93314@k7.mavetju> On Sat, Sep 06, 2008 at 01:42:29PM +1000, Edwin Groothuis wrote: > Time for a QAT=no flag! Maybe not. QAT= no <- Fully disable it QAT= checksum <- Don't complain about anything after the checksum phase QAT= build <- Don't complain about anything after the build phase QAT= ignoremlist <- Don't complain about mlist failures The QAT still can do the whole build, it's just the reporting which doesn't happen. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From chinsan at FreeBSD.org Sat Sep 6 04:26:27 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 04:26:39 2008 Subject: cvs commit: ports/lang Makefile ports/lang/mtasc Makefile distinfo pkg-descr pkg-plist ports/lang/mtasc/files patch-basepath Message-ID: <200809060426.m864QQ3S007621@repoman.freebsd.org> chinsan 2008-09-06 04:26:26 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/mtasc Makefile distinfo pkg-descr pkg-plist lang/mtasc/files patch-basepath Log: Add mtasc 1.14, motion-Twin ActionScript 2 Compiler. PR: ports/127130 Submitted by: Marcin Cieslak Revision Changes Path 1.602 +1 -0 ports/lang/Makefile 1.1 +82 -0 ports/lang/mtasc/Makefile (new) 1.1 +3 -0 ports/lang/mtasc/distinfo (new) 1.1 +22 -0 ports/lang/mtasc/files/patch-basepath (new) 1.1 +7 -0 ports/lang/mtasc/pkg-descr (new) 1.1 +9 -0 ports/lang/mtasc/pkg-plist (new) From hrs at FreeBSD.org Sat Sep 6 04:59:53 2008 From: hrs at FreeBSD.org (Hiroki Sato) Date: Sat Sep 6 05:00:07 2008 Subject: cvs commit: ports MOVED ports/print Makefile ports/chinese Makefile ports/japanese Makefile ports/korean Makefile ports/portuguese Makefile ports/german Makefile ports/french Makefile ports/print/dk-acroread Makefile distinfo ... Message-ID: <200809060459.m864xqLj020926@repoman.freebsd.org> hrs 2008-09-06 04:59:52 UTC FreeBSD ports repository Modified files: . MOVED print Makefile chinese Makefile japanese Makefile korean Makefile portuguese Makefile german Makefile french Makefile print/acroreadwrapper Makefile print/acroreadwrapper/files acroread.in print/acroread8 Makefile Removed files: print/dk-acroread Makefile distinfo print/es-acroread Makefile distinfo print/fi-acroread Makefile distinfo print/it-acroread Makefile distinfo print/nl-acroread Makefile distinfo print/no-acroread Makefile distinfo print/sv-acroread Makefile distinfo print/acroread7 Makefile distinfo pkg-descr pkg-plist.7.0.9 print/acroread7/files ln.in mv.in pkg-message.in rm.in chinese/acroread-zh_CN Makefile distinfo chinese/acroread-zh_TW Makefile distinfo japanese/acroread Makefile distinfo korean/acroread Makefile distinfo portuguese/acroread Makefile distinfo german/acroread Makefile distinfo french/acroread Makefile distinfo Log: Remove ports of Adobe Reader 7 and the localized versions because of security vulnerability. The print/acroreadwrapper new supports acroread8 only. Security: CVE-2008-2641 Security: CVE-2008-0883 Security: http://www.adobe.com/support/security/bulletins/apsb08-15.html Revision Changes Path 1.1691 +16 -1 ports/MOVED 1.271 +0 -2 ports/chinese/Makefile 1.8 +0 -18 ports/chinese/acroread-zh_CN/Makefile (dead) 1.6 +0 -3 ports/chinese/acroread-zh_CN/distinfo (dead) 1.8 +0 -18 ports/chinese/acroread-zh_TW/Makefile (dead) 1.6 +0 -3 ports/chinese/acroread-zh_TW/distinfo (dead) 1.61 +0 -1 ports/french/Makefile 1.10 +0 -18 ports/french/acroread/Makefile (dead) 1.7 +0 -3 ports/french/acroread/distinfo (dead) 1.67 +0 -1 ports/german/Makefile 1.9 +0 -17 ports/german/acroread/Makefile (dead) 1.7 +0 -3 ports/german/acroread/distinfo (dead) 1.694 +0 -1 ports/japanese/Makefile 1.16 +0 -19 ports/japanese/acroread/Makefile (dead) 1.8 +0 -3 ports/japanese/acroread/distinfo (dead) 1.136 +0 -1 ports/korean/Makefile 1.9 +0 -18 ports/korean/acroread/Makefile (dead) 1.7 +0 -3 ports/korean/acroread/distinfo (dead) 1.25 +0 -1 ports/portuguese/Makefile 1.8 +0 -18 ports/portuguese/acroread/Makefile (dead) 1.6 +0 -3 ports/portuguese/acroread/distinfo (dead) 1.459 +0 -8 ports/print/Makefile 1.28 +0 -91 ports/print/acroread7/Makefile (dead) 1.9 +0 -3 ports/print/acroread7/distinfo (dead) 1.2 +0 -5 ports/print/acroread7/files/ln.in (dead) 1.2 +0 -5 ports/print/acroread7/files/mv.in (dead) 1.3 +0 -4 ports/print/acroread7/files/pkg-message.in (dead) 1.2 +0 -8 ports/print/acroread7/files/rm.in (dead) 1.5 +0 -5 ports/print/acroread7/pkg-descr (dead) 1.3 +0 -722 ports/print/acroread7/pkg-plist.7.0.9 (dead) 1.5 +2 -2 ports/print/acroread8/Makefile 1.11 +3 -6 ports/print/acroreadwrapper/Makefile 1.7 +4 -13 ports/print/acroreadwrapper/files/acroread.in 1.9 +0 -17 ports/print/dk-acroread/Makefile (dead) 1.6 +0 -3 ports/print/dk-acroread/distinfo (dead) 1.8 +0 -17 ports/print/es-acroread/Makefile (dead) 1.6 +0 -3 ports/print/es-acroread/distinfo (dead) 1.9 +0 -17 ports/print/fi-acroread/Makefile (dead) 1.6 +0 -3 ports/print/fi-acroread/distinfo (dead) 1.7 +0 -19 ports/print/it-acroread/Makefile (dead) 1.6 +0 -3 ports/print/it-acroread/distinfo (dead) 1.10 +0 -16 ports/print/nl-acroread/Makefile (dead) 1.7 +0 -3 ports/print/nl-acroread/distinfo (dead) 1.9 +0 -17 ports/print/no-acroread/Makefile (dead) 1.6 +0 -3 ports/print/no-acroread/distinfo (dead) 1.9 +0 -17 ports/print/sv-acroread/Makefile (dead) 1.6 +0 -3 ports/print/sv-acroread/distinfo (dead) From leeym at FreeBSD.org Sat Sep 6 05:16:44 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Sat Sep 6 05:16:51 2008 Subject: cvs commit: ports/www/p5-HTTP-Cookies-Mozilla Makefile distinfo Message-ID: <200809060516.m865Gibb095374@repoman.freebsd.org> leeym 2008-09-06 05:16:44 UTC FreeBSD ports repository Modified files: www/p5-HTTP-Cookies-Mozilla Makefile distinfo Log: - update to 2.02 Revision Changes Path 1.6 +3 -4 ports/www/p5-HTTP-Cookies-Mozilla/Makefile 1.5 +3 -3 ports/www/p5-HTTP-Cookies-Mozilla/distinfo From marcel at FreeBSD.org Sat Sep 6 05:26:45 2008 From: marcel at FreeBSD.org (Marcel Moolenaar) Date: Sat Sep 6 05:26:52 2008 Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200809060526.m865QiDw039517@repoman.freebsd.org> marcel 2008-09-06 05:26:31 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: SVN rev 182809 on 2008-09-06 05:26:31Z by marcel Unbreak ia64: pges are 8KB. Revision Changes Path 1.178 +1 -1 src/lib/libc/stdlib/malloc.c From kientzle at FreeBSD.org Sat Sep 6 06:01:35 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sat Sep 6 06:01:41 2008 Subject: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c Message-ID: <200809060601.m8661ZLx098240@repoman.freebsd.org> kientzle 2008-09-06 06:01:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: SVN rev 182810 on 2008-09-06 06:01:15Z by kientzle MFC r182587: If atime is missing, use time at which program started instead of substituting mtime Approved by: re (Ken Smith) Revision Changes Path 1.12.2.18 +13 -5 src/lib/libarchive/archive_write_disk.c 1.9.2.6 +4 -2 src/lib/libarchive/test/test_write_disk.c From kientzle at FreeBSD.org Sat Sep 6 06:01:52 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sat Sep 6 06:02:03 2008 Subject: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c Message-ID: <200809060601.m8661pwY098422@repoman.freebsd.org> kientzle 2008-09-06 06:01:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: SVN rev 182811 on 2008-09-06 06:01:45Z by kientzle MFC r182587: If atime is missing, use time at which program started instead of substituting mtime Approved by: re (Ken Smith) Revision Changes Path 1.17.2.9 +13 -5 src/lib/libarchive/archive_write_disk.c 1.6.2.4 +4 -2 src/lib/libarchive/test/test_write_disk.c From dougb at FreeBSD.org Sat Sep 6 06:15:21 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Sat Sep 6 06:15:27 2008 Subject: cvs commit: ports/mail/alpine Makefile ports/mail/alpine/files patch-configure Message-ID: <200809060615.m866FLst038328@repoman.freebsd.org> dougb 2008-09-06 06:15:21 UTC FreeBSD ports repository Modified files: mail/alpine Makefile Added files: mail/alpine/files patch-configure Log: A number of small-but-important updates: 1. Update the names of some configure flags. This would not have affected users who used the defaults, or the package. 2. In order for the speller option to actually be chosen by configure it already has to be installed, so add them to BUILD_DEPENDS. [1] Fixing this properly also required a patch to configure which I am submitting upstream. 3. Update the location of mlock (if installed) [1] 4. Turns out that alpine no longer uses the value of SSLTYPE internally, (it is only used by the IMAP server which we don't build) so simplify the whole SSL section considerably. All authentication types are now available to alpine by default. 5. Include the proper MAKE_ARGS and relax a test in configure to give users who want to try the new S/MIME support a fighting chance. [2] Bump PORTREVISION accordingly Submitted by: Scott Allendorf [1] Inspired by: scf [2] Revision Changes Path 1.6 +20 -13 ports/mail/alpine/Makefile 1.1 +29 -0 ports/mail/alpine/files/patch-configure (new) From chinsan at FreeBSD.org Sat Sep 6 06:55:43 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 06:55:50 2008 Subject: cvs commit: ports/net/tintin++-devel Makefile distinfo Message-ID: <200809060655.m866tge0053331@repoman.freebsd.org> chinsan 2008-09-06 06:55:42 UTC FreeBSD ports repository Modified files: net/tintin++-devel Makefile distinfo Log: - Update to 1.98.5 PR: ports/127093 Submitted by: maintainer Revision Changes Path 1.42 +2 -4 ports/net/tintin++-devel/Makefile 1.23 +3 -3 ports/net/tintin++-devel/distinfo From rafan at FreeBSD.org Sat Sep 6 07:12:05 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Sat Sep 6 07:12:26 2008 Subject: cvs commit: ports/net-mgmt/netxms Makefile distinfo ports/net-mgmt/netxms/files patch-bsdsa Message-ID: <200809060712.m867C5xp062109@repoman.freebsd.org> rafan 2008-09-06 07:12:05 UTC FreeBSD ports repository Modified files: net-mgmt/netxms Makefile distinfo Removed files: net-mgmt/netxms/files patch-bsdsa Log: - Update to 0.2.22 - Remove 4.x specific patch PR: ports/126947 Submitted by: Vladimir Ermakov (maintainer) Revision Changes Path 1.6 +2 -2 ports/net-mgmt/netxms/Makefile 1.4 +3 -3 ports/net-mgmt/netxms/distinfo 1.2 +0 -25 ports/net-mgmt/netxms/files/patch-bsdsa (dead) From leeym at FreeBSD.org Sat Sep 6 07:58:14 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Sat Sep 6 07:58:26 2008 Subject: cvs commit: ports/www/p5-HTTP-Cookies-iCab Makefile distinfo Message-ID: <200809060758.m867wELF073175@repoman.freebsd.org> leeym 2008-09-06 07:58:14 UTC FreeBSD ports repository Modified files: www/p5-HTTP-Cookies-iCab Makefile distinfo Log: - update to 1.120 Revision Changes Path 1.5 +4 -10 ports/www/p5-HTTP-Cookies-iCab/Makefile 1.3 +3 -3 ports/www/p5-HTTP-Cookies-iCab/distinfo From dinoex at FreeBSD.org Sat Sep 6 08:06:24 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sat Sep 6 08:06:35 2008 Subject: cvs commit: ports/archivers/lha-ac Makefile Message-ID: <200809060806.m8686Ncv093982@repoman.freebsd.org> dinoex 2008-09-06 08:06:23 UTC FreeBSD ports repository Modified files: archivers/lha-ac Makefile Log: - fix typo Reported by: Dmitry Marakasov Revision Changes Path 1.6 +3 -3 ports/archivers/lha-ac/Makefile From dinoex at FreeBSD.org Sat Sep 6 08:07:39 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sat Sep 6 08:07:51 2008 Subject: cvs commit: ports/mail/meta1 Makefile Message-ID: <200809060807.m8687dY2094692@repoman.freebsd.org> dinoex 2008-09-06 08:07:39 UTC FreeBSD ports repository Modified files: mail/meta1 Makefile Log: - fix typo Reported by: Dmitry Marakasov Revision Changes Path 1.18 +1 -1 ports/mail/meta1/Makefile From beech at FreeBSD.org Sat Sep 6 08:17:24 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Sat Sep 6 08:17:36 2008 Subject: cvs commit: ports/graphics/cuneiform Makefile distinfo ports/graphics/cuneiform/files patch-upstream Message-ID: <200809060817.m868HOo5048593@repoman.freebsd.org> beech 2008-09-06 08:17:24 UTC FreeBSD ports repository Modified files: graphics/cuneiform Makefile distinfo Removed files: graphics/cuneiform/files patch-upstream Log: - Update to 0.4.0 PR: ports/127125 Submitted by: Alex Samorukov (maintainer) Revision Changes Path 1.2 +2 -2 ports/graphics/cuneiform/Makefile 1.2 +3 -3 ports/graphics/cuneiform/distinfo 1.2 +0 -213 ports/graphics/cuneiform/files/patch-upstream (dead) From makc at FreeBSD.org Sat Sep 6 08:33:55 2008 From: makc at FreeBSD.org (Max Brazhnikov) Date: Sat Sep 6 08:34:01 2008 Subject: cvs commit: ports/multimedia/subtitlecomposer Makefile distinfo pkg-plist Message-ID: <200809060833.m868Xsnk057415@repoman.freebsd.org> makc 2008-09-06 08:33:54 UTC FreeBSD ports repository Modified files: multimedia/subtitlecomposer Makefile distinfo pkg-plist Log: Update to 0.4.3 (bug fix release) Approved by: miwi (mentor) Revision Changes Path 1.7 +5 -3 ports/multimedia/subtitlecomposer/Makefile 1.5 +3 -3 ports/multimedia/subtitlecomposer/distinfo 1.4 +1 -0 ports/multimedia/subtitlecomposer/pkg-plist From dinoex at FreeBSD.org Sat Sep 6 09:26:49 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sat Sep 6 09:27:01 2008 Subject: cvs commit: ports/print/cups-base Makefile distinfo pkg-plist ports/print/cups-base/files patch-str2790 Message-ID: <200809060926.m869QnqA071117@repoman.freebsd.org> dinoex 2008-09-06 09:26:49 UTC FreeBSD ports repository Modified files: print/cups-base Makefile distinfo pkg-plist Removed files: print/cups-base/files patch-str2790 Log: - update to 1.3.8 PR: 126881 Submitted by: Martin Matuska - fix pkg_plist PR: 127021 Submitted by: Sunpoet Po-Chuan Hsieh Revision Changes Path 1.98 +1 -2 ports/print/cups-base/Makefile 1.23 +3 -3 ports/print/cups-base/distinfo 1.2 +0 -72 ports/print/cups-base/files/patch-str2790 (dead) 1.45 +127 -18 ports/print/cups-base/pkg-plist From olgeni at FreeBSD.org Sat Sep 6 09:36:54 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Sat Sep 6 09:37:05 2008 Subject: cvs commit: ports/multimedia/rox-videothumbnail Makefile distinfo pkg-plist Message-ID: <200809060936.m869asE7022434@repoman.freebsd.org> olgeni 2008-09-06 09:36:54 UTC FreeBSD ports repository Modified files: multimedia/rox-videothumbnail Makefile distinfo pkg-plist Log: Upgrade to version 0.1.14. Revision Changes Path 1.11 +1 -2 ports/multimedia/rox-videothumbnail/Makefile 1.9 +3 -3 ports/multimedia/rox-videothumbnail/distinfo 1.5 +2 -1 ports/multimedia/rox-videothumbnail/pkg-plist From dinoex at FreeBSD.org Sat Sep 6 09:37:16 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sat Sep 6 09:37:26 2008 Subject: cvs commit: ports/mail/dk-milter Makefile distinfo ports/mail/dk-milter/files patch-dk-filter__dk-filter.c Message-ID: <200809060937.m869bFJ2023786@repoman.freebsd.org> dinoex 2008-09-06 09:37:15 UTC FreeBSD ports repository Modified files: mail/dk-milter Makefile distinfo Removed files: mail/dk-milter/files patch-dk-filter__dk-filter.c Log: - update to 1.0.1 PR: 127114 Submitted by: Hirohisa Yamaguchi Revision Changes Path 1.27 +2 -3 ports/mail/dk-milter/Makefile 1.11 +3 -3 ports/mail/dk-milter/distinfo 1.2 +0 -16 ports/mail/dk-milter/files/patch-dk-filter__dk-filter.c (dead) From QAT at FreeBSD.org Sat Sep 6 09:37:53 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Sep 6 09:38:00 2008 Subject: cvs commit: ports/print/cups-base Makefile distinfo pkg-plist ports/print/cups-base/files patch-str2790 In-Reply-To: <200809060926.m869QnqA071117@repoman.freebsd.org> References: In-Reply-To: <200809060926.m869QnqA071117@repoman.freebsd.org> Message-ID: <20080906093751.9A2FB12E42DE@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/cups-base-1.3.8.log : building cups-base-1.3.8 in directory /var/tinderbox/7-STABLE-FTP maintained by: dinoex@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/print/cups-base Makefile ident: $FreeBSD: ports/print/cups-base/Makefile,v 1.98 2008/09/06 09:26:49 dinoex Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Sep 6 09:35:27 UTC 2008 ................................................... Makefile ident: $FreeBSD: ports/print/cups-base/Makefile,v 1.98 2008/09/06 09:26:49 dinoex Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Sep 6 09:35:27 UTC 2008 FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS= BUILD_DEPENDS=gettext-0.17_1.tbz libiconv-1.11_1.tbz gmake-3.81_3.tbz jpeg-6b_7.tbz png-1.2.31.tbz tiff-3.8.2_1.tbz libgcrypt-1.4.1_1.tbz libgpg-error-1.6_1.tbz pkg-config-0.23_1.tbz gnutls-2.4.1_1.tbz RUN_DEPENDS=jpeg-6b_7.tbz png-1.2.31.tbz tiff-3.8.2_1.tbz libgcrypt-1.4.1_1.tbz libgpg-error-1.6_1.tbz libiconv-1.11_1.tbz gettext-0.17_1.tbz pkg-config-0.23_1.tbz gnutls-2.4.1_1.tbz add_pkg ================================================================ ======================================== => cups-1.3.8-source.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from file:///distcache//. fetch: file:///distcache//cups-1.3.8-source.tar.bz2: No such file or directory => Attempting to fetch from http://ftp.easysw.com/pub/cups/1.3.8/. cups-1.3.8-source.tar.bz2 3885 kB 28 kBps => MD5 Checksum mismatch for cups-1.3.8-source.tar.bz2. => SHA256 Checksum mismatch for cups-1.3.8-source.tar.bz2. ===> Refetch for 1 more times files: cups-1.3.8-source.tar.bz2 cups-1.3.8-source.tar.bz2 => cups-1.3.8-source.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from file:///distcache//. fetch: file:///distcache//cups-1.3.8-source.tar.bz2: No such file or directory => Attempting to fetch from http://ftp.easysw.com/pub/cups/1.3.8/. fetch: http://ftp.easysw.com/pub/cups/1.3.8/cups-1.3.8-source.tar.bz2: Requested Range Not Satisfiable => Attempting to fetch from ftp://ftp.easysw.com/pub/cups/1.3.8/. => MD5 Checksum mismatch for cups-1.3.8-source.tar.bz2. => SHA256 Checksum mismatch for cups-1.3.8-source.tar.bz2. ===> Giving up on fetching files: cups-1.3.8-source.tar.bz2 cups-1.3.8-source.tar.bz2 Make sure the Makefile and distinfo file (/a/ports/print/cups-base/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /a/ports/print/cups-base. *** Error code 1 Stop in /a/ports/print/cups-base. ================================================================ build of /usr/ports/print/cups-base ended at Sat Sep 6 09:37:50 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From olgeni at FreeBSD.org Sat Sep 6 10:07:32 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Sat Sep 6 10:07:38 2008 Subject: cvs commit: ports/devel/py_otp_interface Makefile distinfo pkg-plist Message-ID: <200809061007.m86A7Vja074466@repoman.freebsd.org> olgeni 2008-09-06 10:07:31 UTC FreeBSD ports repository Modified files: devel/py_otp_interface Makefile distinfo pkg-plist Log: Upgrade to version 0.95. Revision Changes Path 1.8 +11 -14 ports/devel/py_otp_interface/Makefile 1.6 +3 -3 ports/devel/py_otp_interface/distinfo 1.4 +49 -29 ports/devel/py_otp_interface/pkg-plist From olgeni at FreeBSD.org Sat Sep 6 10:08:55 2008 From: olgeni at FreeBSD.org (Jimmy Olgeni) Date: Sat Sep 6 10:09:07 2008 Subject: cvs commit: ports/misc/ytree Makefile distinfo Message-ID: <200809061008.m86A8sxl084032@repoman.freebsd.org> olgeni 2008-09-06 10:08:54 UTC FreeBSD ports repository Modified files: misc/ytree Makefile distinfo Log: Upgrade to version 1.91. Revision Changes Path 1.27 +1 -1 ports/misc/ytree/Makefile 1.18 +3 -3 ports/misc/ytree/distinfo From jhay at FreeBSD.org Sat Sep 6 10:13:04 2008 From: jhay at FreeBSD.org (John Hay) Date: Sat Sep 6 10:13:10 2008 Subject: cvs commit: src/release Makefile.inc.docports Message-ID: <200809061013.m86AD3dN009604@repoman.freebsd.org> jhay 2008-09-06 10:12:52 UTC FreeBSD src repository Modified files: release Makefile.inc.docports Log: SVN rev 182812 on 2008-09-06 10:12:52Z by jhay Chase the ghostscript port changes. Revision Changes Path 1.28 +2 -2 src/release/Makefile.inc.docports From QAT at FreeBSD.org Sat Sep 6 10:14:29 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Sep 6 10:14:42 2008 Subject: cvs commit: ports/print/cups-base Makefile distinfo pkg-plist ports/print/cups-base/files patch-str2790 In-Reply-To: <200809060926.m869QnqA071117@repoman.freebsd.org> References: In-Reply-To: <200809060926.m869QnqA071117@repoman.freebsd.org> Message-ID: <20080906101427.87DB412E4344@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/cups-base-1.3.8.log : building cups-base-1.3.8 in directory /var/tinderbox/7-STABLE-FTP maintained by: dinoex@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/print/cups-base Makefile ident: $FreeBSD: ports/print/cups-base/Makefile,v 1.98 2008/09/06 09:26:49 dinoex Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Sep 6 10:12:11 UTC 2008 ................................................... Makefile ident: $FreeBSD: ports/print/cups-base/Makefile,v 1.98 2008/09/06 09:26:49 dinoex Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Sep 6 10:12:11 UTC 2008 FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS= BUILD_DEPENDS=gettext-0.17_1.tbz libiconv-1.11_1.tbz gmake-3.81_3.tbz jpeg-6b_7.tbz png-1.2.31.tbz tiff-3.8.2_1.tbz libgcrypt-1.4.1_1.tbz libgpg-error-1.6_1.tbz pkg-config-0.23_1.tbz gnutls-2.4.1_1.tbz RUN_DEPENDS=jpeg-6b_7.tbz png-1.2.31.tbz tiff-3.8.2_1.tbz libgcrypt-1.4.1_1.tbz libgpg-error-1.6_1.tbz libiconv-1.11_1.tbz gettext-0.17_1.tbz pkg-config-0.23_1.tbz gnutls-2.4.1_1.tbz add_pkg ================================================================ ======================================== => cups-1.3.8-source.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from file:///distcache//. fetch: file:///distcache//cups-1.3.8-source.tar.bz2: No such file or directory => Attempting to fetch from http://ftp.easysw.com/pub/cups/1.3.8/. cups-1.3.8-source.tar.bz2 3885 kB 30 kBps => MD5 Checksum mismatch for cups-1.3.8-source.tar.bz2. => SHA256 Checksum mismatch for cups-1.3.8-source.tar.bz2. ===> Refetch for 1 more times files: cups-1.3.8-source.tar.bz2 cups-1.3.8-source.tar.bz2 => cups-1.3.8-source.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from file:///distcache//. fetch: file:///distcache//cups-1.3.8-source.tar.bz2: size mismatch: expected 3978466, actual 2613248 => Attempting to fetch from http://ftp.easysw.com/pub/cups/1.3.8/. fetch: http://ftp.easysw.com/pub/cups/1.3.8/cups-1.3.8-source.tar.bz2: Requested Range Not Satisfiable => Attempting to fetch from ftp://ftp.easysw.com/pub/cups/1.3.8/. => MD5 Checksum mismatch for cups-1.3.8-source.tar.bz2. => SHA256 Checksum mismatch for cups-1.3.8-source.tar.bz2. ===> Giving up on fetching files: cups-1.3.8-source.tar.bz2 cups-1.3.8-source.tar.bz2 Make sure the Makefile and distinfo file (/a/ports/print/cups-base/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /a/ports/print/cups-base. *** Error code 1 Stop in /a/ports/print/cups-base. ================================================================ build of /usr/ports/print/cups-base ended at Sat Sep 6 10:14:26 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From ganbold at FreeBSD.org Sat Sep 6 10:32:34 2008 From: ganbold at FreeBSD.org (Ganbold Tsagaankhuu) Date: Sat Sep 6 10:32:40 2008 Subject: cvs commit: doc/mn_MN.UTF-8/books/handbook/advanced-networking chapter.sgml Message-ID: <200809061032.m86AWYkL036876@repoman.freebsd.org> ganbold 2008-09-06 10:32:34 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/advanced-networking chapter.sgml Log: Update the Mongolian Handbook translation Obtained from: FreeBSD Mongolian Documentation project Revision Changes Path 1.17 +2 -2 doc/mn_MN.UTF-8/books/handbook/advanced-networking/chapter.sgml From hrs at FreeBSD.org Sat Sep 6 10:41:46 2008 From: hrs at FreeBSD.org (Hiroki Sato) Date: Sat Sep 6 10:41:52 2008 Subject: cvs commit: ports/www/plugger-plugins-hubbe Makefile Message-ID: <200809061041.m86AfkY8090329@repoman.freebsd.org> hrs 2008-09-06 10:41:46 UTC FreeBSD ports repository Modified files: www/plugger-plugins-hubbe Makefile Log: Fix acroread7 dependency. Spotted by: Portsnap buildbox Revision Changes Path 1.17 +2 -2 ports/www/plugger-plugins-hubbe/Makefile From adrian at FreeBSD.org Sat Sep 6 11:39:06 2008 From: adrian at FreeBSD.org (Adrian Chadd) Date: Sat Sep 6 11:39:18 2008 Subject: cvs commit: ports/www/cacheboy15-devel Makefile distinfo Message-ID: <200809061139.m86Bd5fJ044854@repoman.freebsd.org> adrian 2008-09-06 11:39:05 UTC FreeBSD ports repository (src committer) Modified files: www/cacheboy15-devel Makefile distinfo Log: Update port to Cacheboy-1.5.PRE3. Revision Changes Path 1.18 +4 -4 ports/www/cacheboy15-devel/Makefile 1.13 +3 -3 ports/www/cacheboy15-devel/distinfo From amdmi3 at FreeBSD.org Sat Sep 6 13:16:40 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Sep 6 13:16:51 2008 Subject: cvs commit: ports/audio/musicpd Makefile pkg-message ports/audio/musicpd/files pkg-message.in Message-ID: <200809061316.m86DGdlX067912@repoman.freebsd.org> amdmi3 2008-09-06 13:16:39 UTC FreeBSD ports repository Modified files: audio/musicpd Makefile Added files: audio/musicpd/files pkg-message.in Removed files: audio/musicpd pkg-message Log: - Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags appropriately) - Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case - Better pkg-message handling - Reorder variables in the Makefile in more canonical way PR: 126492 Submitted by: Henry Hu Patch by: me Approved by: maintainer timeout Revision Changes Path 1.36 +33 -21 ports/audio/musicpd/Makefile 1.1 +20 -0 ports/audio/musicpd/files/pkg-message.in (new) 1.7 +0 -20 ports/audio/musicpd/pkg-message (dead) From trasz at FreeBSD.org Sat Sep 6 13:17:52 2008 From: trasz at FreeBSD.org (Edward Tomasz Napierala) Date: Sat Sep 6 13:17:58 2008 Subject: cvs commit: src/bin/setfacl setfacl.c Message-ID: <200809061317.m86DHqqn074335@repoman.freebsd.org> trasz 2008-09-06 13:17:35 UTC FreeBSD src repository Modified files: bin/setfacl setfacl.c Log: SVN rev 182813 on 2008-09-06 13:17:35Z by trasz Fix double free in setfacl(1). Description from the author: Initially, 'acl' (an 'acl_t *') is allocated, and its ACCESS_ACL and DEFAULT_ACL fields are passed to the 'libc' ACL routines for subsequent allocation. If the '-m' option (merge existing ACL with a new one) is specified, then 'set_acl_mask()' will be called and passed one of the two ACLs. This function, in turn, replaces this given ACL structure by another, freshly allocated. However, the pointer in the 'acl' variable in the caller is not updated. The caller then proceeds to free the ACL, incurring in a double free condition. Submitted by: Pedro Martelletto Approved by: rwatson (mentor) Revision Changes Path 1.14 +6 -4 src/bin/setfacl/setfacl.c From amdmi3 at FreeBSD.org Sat Sep 6 13:20:57 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Sep 6 13:21:03 2008 Subject: cvs commit: ports/multimedia/kmplayer Makefile Message-ID: <200809061320.m86DKuZV089945@repoman.freebsd.org> amdmi3 2008-09-06 13:20:56 UTC FreeBSD ports repository Modified files: multimedia/kmplayer Makefile Log: - Fix build when WITH_TUBESTUFF is defined PR: 127005 Submitted by: Alex Keda Patch by: me Approved by: maintainer timeout Revision Changes Path 1.41 +2 -5 ports/multimedia/kmplayer/Makefile From jpaetzel at FreeBSD.org Sat Sep 6 14:10:40 2008 From: jpaetzel at FreeBSD.org (Josh Paetzel) Date: Sat Sep 6 14:10:46 2008 Subject: cvs commit: src/share/misc committers-ports.dot Message-ID: <200809061410.m86EAd4G052710@repoman.freebsd.org> jpaetzel 2008-09-06 14:10:31 UTC FreeBSD src repository Modified files: share/misc committers-ports.dot Log: SVN rev 182814 on 2008-09-06 14:10:31Z by jpaetzel Add myself to the list of ports committers. Approved by: ade (mentor) Revision Changes Path 1.74 +3 -0 src/share/misc/committers-ports.dot From ed at FreeBSD.org Sat Sep 6 14:43:41 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Sat Sep 6 14:43:53 2008 Subject: cvs commit: src/sys/kern tty.c Message-ID: <200809061443.m86EhfGP015182@repoman.freebsd.org> ed 2008-09-06 14:43:32 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: SVN rev 182815 on 2008-09-06 14:43:32Z by ed Make TIOCCONS use priv_check() instead of checking /dev/console permissions. As discussed with Robert on IRC, checking the permissions on /dev/console to see if we can call TIOCCONS could be unreliable. When we run a chroot() without a devfs instance mounted inside, it won't actually check the permissions on the device node inside the devfs instance. Using the already existing PRIV_TTY_CONSOLE for this seems like a better idea. Approved by: rwatson Revision Changes Path 1.288 +8 -35 src/sys/kern/tty.c From pgj at FreeBSD.org Sat Sep 6 15:00:34 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Sep 6 15:00:51 2008 Subject: cvs commit: www/hu administration.sgml Message-ID: <200809061500.m86F0YSW064075@repoman.freebsd.org> pgj 2008-09-06 15:00:34 UTC FreeBSD doc repository Modified files: hu administration.sgml Log: MFen: 1.18 -> 1.19 hu/administration.sgml Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.11 +2 -6 www/hu/administration.sgml From wxs at FreeBSD.org Sat Sep 6 15:10:26 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Sat Sep 6 15:10:31 2008 Subject: cvs commit: ports/irc/ircd-ratbox-devel Makefile distinfo ports/irc/ircd-ratbox-devel/files patch-doc_example.efnet.conf pkg-message.in Message-ID: <200809061510.m86FAPBr030762@repoman.freebsd.org> wxs 2008-09-06 15:10:25 UTC FreeBSD ports repository Modified files: irc/ircd-ratbox-devel Makefile distinfo irc/ircd-ratbox-devel/files patch-doc_example.efnet.conf pkg-message.in Log: Update to 3.0.0beta12 Submitted by: Lewis (maintainer) via private mail Revision Changes Path 1.16 +1 -1 ports/irc/ircd-ratbox-devel/Makefile 1.12 +3 -3 ports/irc/ircd-ratbox-devel/distinfo 1.7 +4 -18 ports/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf 1.7 +4 -4 ports/irc/ircd-ratbox-devel/files/pkg-message.in From pgj at FreeBSD.org Sat Sep 6 15:11:11 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Sep 6 15:11:17 2008 Subject: cvs commit: doc/hu_HU.ISO8859-2/books/faq book.sgml doc/hu_HU.ISO8859-2/books/handbook/advanced-networking chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/introduction chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/mac chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/network-servers chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/security chapter.sgml Message-ID: <200809061511.m86FBB3E035206@repoman.freebsd.org> pgj 2008-09-06 15:11:11 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/faq book.sgml hu_HU.ISO8859-2/books/handbook/advanced-networking chapter.sgml hu_HU.ISO8859-2/books/handbook/introduction chapter.sgml hu_HU.ISO8859-2/books/handbook/mac chapter.sgml hu_HU.ISO8859-2/books/handbook/network-servers chapter.sgml hu_HU.ISO8859-2/books/handbook/security chapter.sgml Log: MFen: 1.1098 -> 1.1099 hu_HU.ISO8859-2/books/faq/book.sgml 1.410 -> 1.412 hu_HU.ISO8859-2/books/handbook/advanced-networking/chapter.sgml 1.123 -> 1.125 hu_HU.ISO8859-2/books/handbook/introduction/chapter.sgml 1.72 -> 1.73 hu_HU.ISO8859-2/books/handbook/mac/chapter.sgml 1.107 -> 1.108 hu_HU.ISO8859-2/books/handbook/network-servers/chapter.sgml 1.328 -> 1.330 hu_HU.ISO8859-2/books/handbook/security/chapter.sgml Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.2 +2 -2 doc/hu_HU.ISO8859-2/books/faq/book.sgml 1.7 +25 -7 doc/hu_HU.ISO8859-2/books/handbook/advanced-networking/chapter.sgml 1.5 +74 -32 doc/hu_HU.ISO8859-2/books/handbook/introduction/chapter.sgml 1.5 +61 -65 doc/hu_HU.ISO8859-2/books/handbook/mac/chapter.sgml 1.6 +3 -3 doc/hu_HU.ISO8859-2/books/handbook/network-servers/chapter.sgml 1.6 +7 -7 doc/hu_HU.ISO8859-2/books/handbook/security/chapter.sgml From kib at FreeBSD.org Sat Sep 6 15:21:15 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Sat Sep 6 15:21:27 2008 Subject: cvs commit: src/share/man/man9 bus_dma.9 Message-ID: <200809061521.m86FLFiJ004236@repoman.freebsd.org> kib 2008-09-06 15:21:01 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: SVN rev 182816 on 2008-09-06 15:21:01Z by kib Document BUS_DMA_NOCACHE. MFC after: 3 days Revision Changes Path 1.42 +7 -0 src/share/man/man9/bus_dma.9 From ed at FreeBSD.org Sat Sep 6 15:42:16 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Sat Sep 6 15:42:28 2008 Subject: cvs commit: src/sys/sys termios.h Message-ID: <200809061542.m86FgGcK028710@repoman.freebsd.org> ed 2008-09-06 15:41:58 UTC FreeBSD src repository Modified files: sys/sys termios.h Log: SVN rev 182817 on 2008-09-06 15:41:58Z by ed Small style(9) nit in . There are a lot of places where we do "#define" instead of "#define". Clean this up a little. Revision Changes Path 1.24 +73 -73 src/sys/sys/termios.h From miwi at FreeBSD.org Sat Sep 6 15:47:01 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 15:47:07 2008 Subject: cvs commit: ports/www/moinmoin Makefile distinfo pkg-plist ports/www/moinmoin/files pkg-install.in Message-ID: <200809061547.m86Fl0KL031476@repoman.freebsd.org> miwi 2008-09-06 15:47:00 UTC FreeBSD ports repository Modified files: www/moinmoin Makefile distinfo pkg-plist www/moinmoin/files pkg-install.in Log: - Update to 1.7.1 PR: 126256 Submitted by: Toshimichi Masubuchi Apporved by: maintainer Revision Changes Path 1.41 +1 -2 ports/www/moinmoin/Makefile 1.26 +3 -3 ports/www/moinmoin/distinfo 1.4 +1 -1 ports/www/moinmoin/files/pkg-install.in 1.23 +587 -0 ports/www/moinmoin/pkg-plist From wxs at FreeBSD.org Sat Sep 6 15:51:39 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Sat Sep 6 15:51:44 2008 Subject: cvs commit: ports/net-mgmt/flowscan Makefile pkg-plist Message-ID: <200809061551.m86FpcP0043301@repoman.freebsd.org> wxs 2008-09-06 15:51:38 UTC FreeBSD ports repository Modified files: net-mgmt/flowscan Makefile pkg-plist Log: Respect NOPORTDOCS. Noticed by: QAT Revision Changes Path 1.29 +1 -1 ports/net-mgmt/flowscan/Makefile 1.8 +5 -5 ports/net-mgmt/flowscan/pkg-plist From miwi at FreeBSD.org Sat Sep 6 15:54:33 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 15:54:39 2008 Subject: cvs commit: ports/www/xpi-fission Makefile distinfo Message-ID: <200809061554.m86FsW6x064558@repoman.freebsd.org> miwi 2008-09-06 15:54:32 UTC FreeBSD ports repository Modified files: www/xpi-fission Makefile distinfo Log: - Update to 1.0 PR: 126377 Submitted by: Steven Kreuzer Approved by; maintainer timeout Revision Changes Path 1.6 +1 -1 ports/www/xpi-fission/Makefile 1.6 +3 -3 ports/www/xpi-fission/distinfo From miwi at FreeBSD.org Sat Sep 6 15:55:48 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 15:55:59 2008 Subject: cvs commit: ports/www/npapi-xine Makefile distinfo Message-ID: <200809061555.m86Ftlkv073318@repoman.freebsd.org> miwi 2008-09-06 15:55:47 UTC FreeBSD ports repository Modified files: www/npapi-xine Makefile distinfo Log: - Update to 1.0.2 PR: 126456 Submitted by: Kris Moore Approved by: maintainer timeout Revision Changes Path 1.5 +2 -3 ports/www/npapi-xine/Makefile 1.2 +3 -3 ports/www/npapi-xine/distinfo From miwi at FreeBSD.org Sat Sep 6 15:56:56 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 15:57:06 2008 Subject: cvs commit: ports/converters/htx Makefile distinfo Message-ID: <200809061556.m86FutTC080780@repoman.freebsd.org> miwi 2008-09-06 15:56:55 UTC FreeBSD ports repository Modified files: converters/htx Makefile distinfo Log: - Update to 0.7.8 PR: 126443 Submitted by: Charlie & Approved by: maintainer timeout Revision Changes Path 1.9 +1 -1 ports/converters/htx/Makefile 1.4 +3 -3 ports/converters/htx/distinfo From miwi at FreeBSD.org Sat Sep 6 15:57:53 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 15:57:59 2008 Subject: cvs commit: ports/www/firefox-i18n Makefile distinfo Message-ID: <200809061557.m86Fvqd3085423@repoman.freebsd.org> miwi 2008-09-06 15:57:52 UTC FreeBSD ports repository Modified files: www/firefox-i18n Makefile distinfo Log: - Update to 2.0.0.16 PR: 126490 Submitted by: "Dima Panov" Approved by: maintainer timeout Revision Changes Path 1.26 +1 -1 ports/www/firefox-i18n/Makefile 1.22 +132 -132 ports/www/firefox-i18n/distinfo From miwi at FreeBSD.org Sat Sep 6 16:00:52 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 16:00:58 2008 Subject: cvs commit: ports/mail/thunderbird-i18n Makefile distinfo Message-ID: <200809061600.m86G0pKH004603@repoman.freebsd.org> miwi 2008-09-06 16:00:51 UTC FreeBSD ports repository Modified files: mail/thunderbird-i18n Makefile distinfo Log: - Update to 2.0.0.16 PR: 126491 Submitted by: "Dima Panov" Approved by: maintainer timeout Revision Changes Path 1.20 +1 -1 ports/mail/thunderbird-i18n/Makefile 1.15 +111 -111 ports/mail/thunderbird-i18n/distinfo From miwi at FreeBSD.org Sat Sep 6 16:02:30 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 16:02:40 2008 Subject: cvs commit: ports/misc/p5-List-Compare Makefile distinfo Message-ID: <200809061602.m86G2TJj018366@repoman.freebsd.org> miwi 2008-09-06 16:02:29 UTC FreeBSD ports repository Modified files: misc/p5-List-Compare Makefile distinfo Log: - Update to 0.34 PR: 120931 Submitted by: lippe Approved by: maintainer timeout Revision Changes Path 1.5 +1 -1 ports/misc/p5-List-Compare/Makefile 1.5 +3 -3 ports/misc/p5-List-Compare/distinfo From miwi at FreeBSD.org Sat Sep 6 16:26:11 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 16:26:22 2008 Subject: cvs commit: ports/science/ovt/files patch-configure Message-ID: <200809061626.m86GQBCC077711@repoman.freebsd.org> miwi 2008-09-06 16:26:11 UTC FreeBSD ports repository Modified files: science/ovt/files patch-configure Log: - Fix build with jdk16 PR: 127112 Submitted by: maintainer Revision Changes Path 1.2 +20 -5 ports/science/ovt/files/patch-configure From chinsan at FreeBSD.org Sat Sep 6 16:31:19 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 16:31:30 2008 Subject: cvs commit: ports/mail/cone Makefile distinfo pkg-plist Message-ID: <200809061631.m86GVJM9009029@repoman.freebsd.org> chinsan 2008-09-06 16:31:19 UTC FreeBSD ports repository Modified files: mail/cone Makefile distinfo pkg-plist Log: - Update to 0.77 PR: ports/127142 Submitted by: chinsan Approved by: Larry Rosenman (maintainer) Revision Changes Path 1.34 +1 -2 ports/mail/cone/Makefile 1.21 +3 -3 ports/mail/cone/distinfo 1.16 +5 -193 ports/mail/cone/pkg-plist From ijliao at FreeBSD.org Sat Sep 6 16:35:27 2008 From: ijliao at FreeBSD.org (Ying-Chieh Liao) Date: Sat Sep 6 16:35:39 2008 Subject: cvs commit: ports/science/linsmith Makefile distinfo ports/science/linsmith/files patch-src-Makefile.in Message-ID: <200809061635.m86GZQpc041050@repoman.freebsd.org> ijliao 2008-09-06 16:35:26 UTC FreeBSD ports repository Modified files: science/linsmith Makefile distinfo science/linsmith/files patch-src-Makefile.in Log: upgrade to 0.99.10 drop maintainership Revision Changes Path 1.4 +3 -3 ports/science/linsmith/Makefile 1.2 +3 -3 ports/science/linsmith/distinfo 1.2 +7 -7 ports/science/linsmith/files/patch-src-Makefile.in From rik at FreeBSD.org Sat Sep 6 16:47:19 2008 From: rik at FreeBSD.org (Roman Kurakin) Date: Sat Sep 6 16:47:31 2008 Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c Message-ID: <200809061647.m86GlJea029171@repoman.freebsd.org> rik 2008-09-06 16:47:07 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h ip_fw2.c Log: SVN rev 182818 on 2008-09-06 16:47:07Z by rik Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not only the default rule number but also the maximum rule number. User space software such as ipfw and natd should be aware of its value. The software that already includes ip_fw.h should use the defined value. All other a expected to use sysctl (as discussed on net@). MFC after: 5 days. Discussed on: net@ Revision Changes Path 1.115 +5 -0 src/sys/netinet/ip_fw.h 1.192 +2 -1 src/sys/netinet/ip_fw2.c From marius at FreeBSD.org Sat Sep 6 16:58:00 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Sat Sep 6 16:58:10 2008 Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile distinfo Message-ID: <200809061657.m86GvxW5051885@repoman.freebsd.org> marius 2008-09-06 16:57:59 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile distinfo Log: - Update to 2.01.01a48. 2.01.01a46 and 2.01.01a47 had to be skipped due to broken configure scripts. - Fix build when audio/cdparanoia is installed. [1] PR: 126955 [1] Submitted by: jkim [1] Approved by: netchild Revision Changes Path 1.98 +8 -1 ports/sysutils/cdrtools-devel/Makefile 1.64 +3 -3 ports/sysutils/cdrtools-devel/distinfo From sam at FreeBSD.org Sat Sep 6 17:04:52 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:04:58 2008 Subject: cvs commit: src/sys/net80211 ieee80211_freebsd.h Message-ID: <200809061704.m86H4qVZ087878@repoman.freebsd.org> sam 2008-09-06 17:04:44 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_freebsd.h Log: SVN rev 182819 on 2008-09-06 17:04:44Z by sam fix age calculations (yet again); entries in the q have values relative to the head MFC after: 3 days Revision Changes Path 1.19 +1 -1 src/sys/net80211/ieee80211_freebsd.h From sam at FreeBSD.org Sat Sep 6 17:14:39 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:14:46 2008 Subject: cvs commit: src/sys/net80211 ieee80211.h Message-ID: <200809061714.m86HEcAw025820@repoman.freebsd.org> sam 2008-09-06 17:14:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.h Log: SVN rev 182820 on 2008-09-06 17:14:27Z by sam o fix BAR definitions o add 11e reason codes Revision Changes Path 1.22 +15 -3 src/sys/net80211/ieee80211.h From sam at FreeBSD.org Sat Sep 6 17:16:10 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:16:17 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ddb.c ieee80211_node.h Message-ID: <200809061716.m86HGAQj026695@repoman.freebsd.org> sam 2008-09-06 17:15:55 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c ieee80211_node.h Log: SVN rev 182821 on 2008-09-06 17:15:55Z by sam purge ni_reqcw; not used and never will be Revision Changes Path 1.6 +2 -2 src/sys/net80211/ieee80211_ddb.c 1.32 +0 -1 src/sys/net80211/ieee80211_node.h From sam at FreeBSD.org Sat Sep 6 17:18:57 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:19:10 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ddb.c Message-ID: <200809061718.m86HIvU1028231@repoman.freebsd.org> sam 2008-09-06 17:18:38 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c Log: SVN rev 182822 on 2008-09-06 17:18:38Z by sam o show key indices w/o adjustment o display all key flags symbolically Revision Changes Path 1.7 +11 -7 src/sys/net80211/ieee80211_ddb.c From gerald at FreeBSD.org Sat Sep 6 17:22:12 2008 From: gerald at FreeBSD.org (Gerald Pfeifer) Date: Sat Sep 6 17:22:18 2008 Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist Message-ID: <200809061722.m86HMB3M040455@repoman.freebsd.org> gerald 2008-09-06 17:22:11 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to Wine 1.1.4. Among others, this includes the following changes: - Substantial chunks of WinHTTP are implemented. - More JavaScript support. - Beginnings of shell AppBar implementation. - Several fixes for Google Chrome support. - Chinese translations. - Various bug fixes. Revision Changes Path 1.273 +1 -1 ports/emulators/wine/Makefile 1.165 +3 -3 ports/emulators/wine/distinfo 1.138 +1 -0 ports/emulators/wine/pkg-plist From rik at FreeBSD.org Sat Sep 6 17:23:46 2008 From: rik at FreeBSD.org (Roman Kurakin) Date: Sat Sep 6 17:23:53 2008 Subject: cvs commit: src/sbin/ipfw ipfw2.c Message-ID: <200809061723.m86HNk5I048869@repoman.freebsd.org> rik 2008-09-06 17:23:37 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 182823 on 2008-09-06 17:23:37Z by rik Use IPFW_DEFAULT_RULE instead of hardcoded value since now it is available. MFC after: 5 days. Revision Changes Path 1.121 +9 -8 src/sbin/ipfw/ipfw2.c From pjd at FreeBSD.org Sat Sep 6 17:24:34 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Sat Sep 6 17:24:40 2008 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c Message-ID: <200809061724.m86HOX05052507@repoman.freebsd.org> pjd 2008-09-06 17:24:07 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c Log: SVN rev 182824 on 2008-09-06 17:24:07Z by pjd Lock vnode exclusively around insmntque(). Revision Changes Path 1.33 +0 -9 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 1.19 +7 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c From rik at FreeBSD.org Sat Sep 6 17:27:14 2008 From: rik at FreeBSD.org (Roman Kurakin) Date: Sat Sep 6 17:27:20 2008 Subject: cvs commit: src/sbin/natd natd.c Message-ID: <200809061727.m86HRAWD068843@repoman.freebsd.org> rik 2008-09-06 17:26:52 UTC FreeBSD src repository Modified files: sbin/natd natd.c Log: SVN rev 182825 on 2008-09-06 17:26:52Z by rik Check rule numbers against maximum value to avoid rules cleanup due to overflow. MFC after: 5 days. Revision Changes Path 1.54 +24 -0 src/sbin/natd/natd.c From sam at FreeBSD.org Sat Sep 6 17:29:26 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:29:37 2008 Subject: cvs commit: src/sys/net80211 ieee80211_freebsd.h ieee80211_ht.c ieee80211_ht.h Message-ID: <200809061729.m86HTPXE084447@repoman.freebsd.org> sam 2008-09-06 17:29:11 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_freebsd.h ieee80211_ht.c ieee80211_ht.h Log: SVN rev 182826 on 2008-09-06 17:29:11Z by sam moreve the aggregation q; it's not being used and there's a better way to do this Revision Changes Path 1.20 +0 -7 src/sys/net80211/ieee80211_freebsd.h 1.13 +0 -4 src/sys/net80211/ieee80211_ht.c 1.7 +0 -1 src/sys/net80211/ieee80211_ht.h From sam at FreeBSD.org Sat Sep 6 17:32:11 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:32:22 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ht.c Message-ID: <200809061732.m86HWBkM096763@repoman.freebsd.org> sam 2008-09-06 17:31:55 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: SVN rev 182827 on 2008-09-06 17:31:55Z by sam don't do ampdu reordering of fragments; they should never happen Revision Changes Path 1.14 +15 -1 src/sys/net80211/ieee80211_ht.c From sam at FreeBSD.org Sat Sep 6 17:33:57 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:34:27 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_node.h Message-ID: <200809061733.m86HXvCL098112@repoman.freebsd.org> sam 2008-09-06 17:33:46 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c ieee80211_node.h Log: SVN rev 182828 on 2008-09-06 17:33:46Z by sam add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flags Revision Changes Path 1.15 +1 -2 src/sys/net80211/ieee80211_ht.c 1.33 +3 -0 src/sys/net80211/ieee80211_node.h From sam at FreeBSD.org Sat Sep 6 17:38:29 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:38:41 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_ioctl.h Message-ID: <200809061738.m86HcSHh001195@repoman.freebsd.org> sam 2008-09-06 17:38:20 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c ieee80211_ioctl.h Log: SVN rev 182829 on 2008-09-06 17:38:20Z by sam o validate the ba policy in addba response o leave a check for the max ba window disabled; we accept out of range values and just truncate them but may want to act differently in the future Revision Changes Path 1.16 +27 -1 src/sys/net80211/ieee80211_ht.c 1.28 +2 -1 src/sys/net80211/ieee80211_ioctl.h From sam at FreeBSD.org Sat Sep 6 17:39:44 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:39:56 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ht.c Message-ID: <200809061739.m86Hdin1002053@repoman.freebsd.org> sam 2008-09-06 17:39:31 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: SVN rev 182830 on 2008-09-06 17:39:31Z by sam put back placeholder comment Revision Changes Path 1.17 +1 -0 src/sys/net80211/ieee80211_ht.c From sam at FreeBSD.org Sat Sep 6 17:43:01 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:43:07 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_node.h Message-ID: <200809061743.m86Hh0J2022057@repoman.freebsd.org> sam 2008-09-06 17:42:51 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c ieee80211_node.h Log: SVN rev 182831 on 2008-09-06 17:42:51Z by sam o kill IEEE80211_NODE_PSUPDATE; it was never used o kill IEEE80211_NODE_CHWUPDATE; it's use was pointless and it was defined wrong (overlap w/ existing flags) Revision Changes Path 1.18 +5 -7 src/sys/net80211/ieee80211_ht.c 1.34 +0 -2 src/sys/net80211/ieee80211_node.h From sam at FreeBSD.org Sat Sep 6 17:44:01 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:44:08 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c Message-ID: <200809061744.m86Hi1u5029442@repoman.freebsd.org> sam 2008-09-06 17:43:47 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: SVN rev 182832 on 2008-09-06 17:43:47Z by sam only return the negotiated ampdu density for sta mode Revision Changes Path 1.63 +2 -1 src/sys/net80211/ieee80211_ioctl.c From sam at FreeBSD.org Sat Sep 6 17:48:35 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:48:46 2008 Subject: cvs commit: src/sys/net80211 ieee80211_phy.c Message-ID: <200809061748.m86HmWbQ059231@repoman.freebsd.org> sam 2008-09-06 17:48:25 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_phy.c Log: SVN rev 182833 on 2008-09-06 17:48:25Z by sam use c99 syntax for initializers; this silences warnings with picky compiler settings Revision Changes Path 1.3 +95 -99 src/sys/net80211/ieee80211_phy.c From sam at FreeBSD.org Sat Sep 6 17:51:19 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Sep 6 17:51:35 2008 Subject: cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_sta.c Message-ID: <200809061751.m86HpIFJ074002@repoman.freebsd.org> sam 2008-09-06 17:51:02 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c ieee80211_sta.c Log: SVN rev 182834 on 2008-09-06 17:51:02Z by sam make all checks if ni_chw consistent Revision Changes Path 1.100 +1 -1 src/sys/net80211/ieee80211_node.c 1.2 +1 -1 src/sys/net80211/ieee80211_sta.c From ehaupt at FreeBSD.org Sat Sep 6 18:40:47 2008 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Sat Sep 6 18:40:57 2008 Subject: cvs commit: ports/net/rsync Makefile distinfo Message-ID: <200809061840.m86Iel7K041482@repoman.freebsd.org> ehaupt 2008-09-06 18:40:47 UTC FreeBSD ports repository Modified files: net/rsync Makefile distinfo Log: Update to 3.0.4 Revision Changes Path 1.139 +2 -1 ports/net/rsync/Makefile 1.54 +6 -6 ports/net/rsync/distinfo From beech at FreeBSD.org Sat Sep 6 18:45:06 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Sat Sep 6 18:45:17 2008 Subject: cvs commit: ports/net/x11vnc Makefile pkg-plist Message-ID: <200809061845.m86Ij5gc072034@repoman.freebsd.org> beech 2008-09-06 18:45:05 UTC FreeBSD ports repository Modified files: net/x11vnc Makefile pkg-plist Log: - Add missing lib and xorg depends - Fix plist - Bump portrevision Reported by: dinoex Revision Changes Path 1.15 +7 -3 ports/net/x11vnc/Makefile 1.4 +0 -1 ports/net/x11vnc/pkg-plist From mezz at FreeBSD.org Sat Sep 6 18:46:41 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Sat Sep 6 18:46:52 2008 Subject: cvs commit: ports/devel/ruby-gconf2 Makefile pkg-plist ports/devel/ruby-glib2 Makefile pkg-plist ports/print/ruby-gnomeprint Makefile pkg-plist ports/x11/ruby-gnome2 Makefile Makefile.common distinfo ... Message-ID: <200809061846.m86Ike9b081819@repoman.freebsd.org> mezz 2008-09-06 18:46:40 UTC FreeBSD ports repository Modified files: devel/ruby-gconf2 Makefile pkg-plist devel/ruby-glib2 Makefile pkg-plist print/ruby-gnomeprint Makefile pkg-plist x11/ruby-gnome2 Makefile Makefile.common distinfo x11-toolkits/ruby-gtk2 pkg-plist Log: Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS). Reported by: Joseph S. Atkinson Revision Changes Path 1.21 +0 -1 ports/devel/ruby-gconf2/Makefile 1.8 +0 -2 ports/devel/ruby-gconf2/pkg-plist 1.22 +0 -1 ports/devel/ruby-glib2/Makefile 1.15 +0 -13 ports/devel/ruby-glib2/pkg-plist 1.9 +0 -1 ports/print/ruby-gnomeprint/Makefile 1.5 +0 -3 ports/print/ruby-gnomeprint/pkg-plist 1.31 +1 -0 ports/x11-toolkits/ruby-gtk2/pkg-plist 1.28 +1 -1 ports/x11/ruby-gnome2/Makefile 1.33 +2 -2 ports/x11/ruby-gnome2/Makefile.common 1.35 +3 -3 ports/x11/ruby-gnome2/distinfo From glewis at FreeBSD.org Sat Sep 6 19:30:17 2008 From: glewis at FreeBSD.org (Greg Lewis) Date: Sat Sep 6 19:30:26 2008 Subject: cvs commit: ports/java/eclipse Makefile distinfo ports/java/eclipse/files XXXorg.eclipse.rcp-build.xml eclipse.in org.eclipse.platform-build.xml org.eclipse.rcp-build.xml patch-another-extra-patches patch-another-extra-patches2 patch-assemble-freebsd-amd64.xml patch-assemble-freebsd-x86.xml ... Message-ID: <200809061930.m86JUH36051061@repoman.freebsd.org> glewis 2008-09-06 19:30:17 UTC FreeBSD ports repository Modified files: java/eclipse Makefile distinfo java/eclipse/files eclipse.in patch-assemble-sdk-all.xml patch-build patch-build.xml patch-features-jdt-build.xml patch-features-jdt-source-build.xml patch-features-pde-build.xml patch-features-pde-source-build.xml patch-features-plat-library-eclipseShm.c patch-features-platform-source-build.xml patch-features-rcp-build.xml patch-features-rcp-source-build.xml patch-features-sdk-build.xml patch-package-sdk-all.xml patch-plugins-swt-amd64-build.xml post-patch-plugins-swt-gtk-build.sh post-patch-plugins-swt-gtk-make_freebsd.mak java/eclipse/scripts pre-patch Added files: java/eclipse/files XXXorg.eclipse.rcp-build.xml org.eclipse.platform-build.xml org.eclipse.rcp-build.xml patch-another-extra-patches patch-another-extra-patches2 patch-assemble-sdk-freebsd-gtk-amd64.xml patch-assemble-sdk-freebsd-gtk-x86.xml patch-features-cvs-build.xml patch-features-cvs-source-build.xml patch-features-equinox-executable-feature.xml patch-features-equinox-executable-library-gtk-build.sh patch-features-equinox-executable-target-build.properties patch-features-equinox-executable-target.build.xml patch-features-equinox-gtk-make_freebsd.mak patch-features-jdt-feature.xml patch-features-platform-feature.xml patch-features-rcp-feature.xml patch-plugin-compare-build.xml patch-pluging-ltk-core-refactoring-build.xml patch-plugins-ant-ui-build.xml patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml patch-plugins-core-resources-component.xml patch-plugins-debug-core-build.xml patch-plugins-filesystem-component.xml patch-plugins-jdt-apt-core-build.xml patch-plugins-jdt-apt-pluggable-core-build.xml patch-plugins-jdt-compiler-apt-build.xml patch-plugins-jdt-compiler-tool-build.xml patch-plugins-jdt-core-build.xmo patch-plugins-jdt-core-manipulation-build.xml patch-plugins-jdt-debug-build.xml patch-plugins-jdt-launching-build.xml patch-plugins-jsch-core-build.xml patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h patch-plugins-pde-build-build.xml patch-plugins-pde-build-scripts-productBuild-allElements.xml patch-plugins-pde-build-templates-packager-customTargets.xml patch-plugins-pde-core-build.xml patch-plugins-platform-build.xml patch-plugins-swt-tools-build.xml patch-plugins-team-core-build.xml patch-plugins-team-cvs-core-build.xml patch-plugins-team-cvs-ssh-build.xml patch-plugins-ui-browser-plugin.xml patch-plugins-ui-intro-universal-plugin.xml patch-plugins-ui-win32-build.xml post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c post-patch-plugins-swt-PI-gtk-library-build.xml post-patch-plugins-swt-gtk-build.xml post-patch-plugins-swt-gtk-library-os.c post-patch-plugins-swt-gtk-swt-FileDialog.java post-patch-plugins-swt-gtk-swt-internal-gtk-OS.java post-patch-plugins-swt-mozilla-gtk-swt-browser-MozillaDelegate.java Removed files: java/eclipse/files patch-assemble-freebsd-amd64.xml patch-assemble-freebsd-x86.xml patch-features-plat-launchers-make_freebsd.mak patch-features-platform-build.xml patch-features-platform-launchers-build.sh patch-features-platform-source-feature.xml patch-package-freebsd-amd64.xml patch-package-freebsd-x86.xml patch-plugins-core-resources-build.xml patch-plugins-plat-i-customBuildCallbacks.xml patch-plugins-plat-u-customBuildCallbacks.xml post-patch-plugins-swt-mozilla-Browser.java post-patch-plugins-swt-mozilla-XPCOM.java post-patch-plugins-swt-mozilla-XPCOM.properties post-patch-plugins-swt-mozilla-XPCOM_PROFILE.properties post-patch-plugins-swt-mozilla-xpcom.cpp post-patch-plugins-swt-mozilla-xpcom.h post-patch-plugins-swt-mozilla-xpcom_profile.h post-patch-plugins-swt-mozilla-xpcom_stats.cpp post-patch-plugins-swt-mozilla-xpcom_stats.h Log: . Update to Eclipse Europa, copied over from eclipse-devel. Revision Changes Path 1.59 +35 -30 ports/java/eclipse/Makefile 1.15 +3 -3 ports/java/eclipse/distinfo 1.1 +781 -0 ports/java/eclipse/files/XXXorg.eclipse.rcp-build.xml (new) 1.11 +2 -3 ports/java/eclipse/files/eclipse.in 1.1 +938 -0 ports/java/eclipse/files/org.eclipse.platform-build.xml (new) 1.1 +781 -0 ports/java/eclipse/files/org.eclipse.rcp-build.xml (new) 1.1 +182 -0 ports/java/eclipse/files/patch-another-extra-patches (new) 1.1 +119 -0 ports/java/eclipse/files/patch-another-extra-patches2 (new) 1.2 +0 -23 ports/java/eclipse/files/patch-assemble-freebsd-amd64.xml (dead) 1.2 +0 -22 ports/java/eclipse/files/patch-assemble-freebsd-x86.xml (dead) 1.2 +11 -11 ports/java/eclipse/files/patch-assemble-sdk-all.xml 1.1 +125 -0 ports/java/eclipse/files/patch-assemble-sdk-freebsd-gtk-amd64.xml (new) 1.1 +117 -0 ports/java/eclipse/files/patch-assemble-sdk-freebsd-gtk-x86.xml (new) 1.5 +19 -14 ports/java/eclipse/files/patch-build 1.6 +71 -49 ports/java/eclipse/files/patch-build.xml 1.1 +34 -0 ports/java/eclipse/files/patch-features-cvs-build.xml (new) 1.1 +22 -0 ports/java/eclipse/files/patch-features-cvs-source-build.xml (new) 1.1 +31 -0 ports/java/eclipse/files/patch-features-equinox-executable-feature.xml (new) 1.1 +64 -0 ports/java/eclipse/files/patch-features-equinox-executable-library-gtk-build.sh (new) 1.1 +14 -0 ports/java/eclipse/files/patch-features-equinox-executable-target-build.properties (new) 1.1 +36 -0 ports/java/eclipse/files/patch-features-equinox-executable-target.build.xml (new) 1.1 +25 -0 ports/java/eclipse/files/patch-features-equinox-gtk-make_freebsd.mak (new) 1.3 +88 -19 ports/java/eclipse/files/patch-features-jdt-build.xml 1.1 +32 -0 ports/java/eclipse/files/patch-features-jdt-feature.xml (new) 1.3 +6 -6 ports/java/eclipse/files/patch-features-jdt-source-build.xml 1.3 +6 -6 ports/java/eclipse/files/patch-features-pde-build.xml 1.3 +6 -6 ports/java/eclipse/files/patch-features-pde-source-build.xml 1.2 +0 -11 ports/java/eclipse/files/patch-features-plat-launchers-make_freebsd.mak (dead) 1.2 +2 -2 ports/java/eclipse/files/patch-features-plat-library-eclipseShm.c 1.6 +0 -87 ports/java/eclipse/files/patch-features-platform-build.xml (dead) 1.1 +50 -0 ports/java/eclipse/files/patch-features-platform-feature.xml (new) 1.2 +0 -26 ports/java/eclipse/files/patch-features-platform-launchers-build.sh (dead) 1.6 +10 -19 ports/java/eclipse/files/patch-features-platform-source-build.xml 1.5 +0 -9 ports/java/eclipse/files/patch-features-platform-source-feature.xml (dead) 1.6 +38 -75 ports/java/eclipse/files/patch-features-rcp-build.xml 1.1 +56 -0 ports/java/eclipse/files/patch-features-rcp-feature.xml (new) 1.6 +27 -43 ports/java/eclipse/files/patch-features-rcp-source-build.xml 1.3 +9 -9 ports/java/eclipse/files/patch-features-sdk-build.xml 1.2 +0 -23 ports/java/eclipse/files/patch-package-freebsd-amd64.xml (dead) 1.2 +0 -23 ports/java/eclipse/files/patch-package-freebsd-x86.xml (dead) 1.2 +3 -3 ports/java/eclipse/files/patch-package-sdk-all.xml 1.1 +41 -0 ports/java/eclipse/files/patch-plugin-compare-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-pluging-ltk-core-refactoring-build.xml (new) 1.1 +66 -0 ports/java/eclipse/files/patch-plugins-ant-ui-build.xml (new) 1.1 +11 -0 ports/java/eclipse/files/patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml (new) 1.2 +0 -24 ports/java/eclipse/files/patch-plugins-core-resources-build.xml (dead) 1.1 +10 -0 ports/java/eclipse/files/patch-plugins-core-resources-component.xml (new) 1.1 +15 -0 ports/java/eclipse/files/patch-plugins-debug-core-build.xml (new) 1.1 +11 -0 ports/java/eclipse/files/patch-plugins-filesystem-component.xml (new) 1.1 +15 -0 ports/java/eclipse/files/patch-plugins-jdt-apt-core-build.xml (new) 1.1 +15 -0 ports/java/eclipse/files/patch-plugins-jdt-apt-pluggable-core-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-jdt-compiler-apt-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-jdt-compiler-tool-build.xml (new) 1.1 +24 -0 ports/java/eclipse/files/patch-plugins-jdt-core-build.xmo (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-jdt-core-manipulation-build.xml (new) 1.1 +24 -0 ports/java/eclipse/files/patch-plugins-jdt-debug-build.xml (new) 1.1 +24 -0 ports/java/eclipse/files/patch-plugins-jdt-launching-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-jsch-core-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h (new) 1.1 +20 -0 ports/java/eclipse/files/patch-plugins-pde-build-build.xml (new) 1.1 +20 -0 ports/java/eclipse/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml (new) 1.1 +20 -0 ports/java/eclipse/files/patch-plugins-pde-build-templates-packager-customTargets.xml (new) 1.1 +42 -0 ports/java/eclipse/files/patch-plugins-pde-core-build.xml (new) 1.2 +0 -11 ports/java/eclipse/files/patch-plugins-plat-i-customBuildCallbacks.xml (dead) 1.2 +0 -11 ports/java/eclipse/files/patch-plugins-plat-u-customBuildCallbacks.xml (dead) 1.1 +41 -0 ports/java/eclipse/files/patch-plugins-platform-build.xml (new) 1.2 +10 -18 ports/java/eclipse/files/patch-plugins-swt-amd64-build.xml 1.1 +11 -0 ports/java/eclipse/files/patch-plugins-swt-tools-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-team-core-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-team-cvs-core-build.xml (new) 1.1 +13 -0 ports/java/eclipse/files/patch-plugins-team-cvs-ssh-build.xml (new) 1.1 +45 -0 ports/java/eclipse/files/patch-plugins-ui-browser-plugin.xml (new) 1.1 +11 -0 ports/java/eclipse/files/patch-plugins-ui-intro-universal-plugin.xml (new) 1.1 +22 -0 ports/java/eclipse/files/patch-plugins-ui-win32-build.xml (new) 1.1 +11 -0 ports/java/eclipse/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile (new) 1.1 +12 -0 ports/java/eclipse/files/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c (new) 1.1 +11 -0 ports/java/eclipse/files/post-patch-plugins-swt-PI-gtk-library-build.xml (new) 1.3 +49 -40 ports/java/eclipse/files/post-patch-plugins-swt-gtk-build.sh 1.1 +11 -0 ports/java/eclipse/files/post-patch-plugins-swt-gtk-build.xml (new) 1.1 +20 -0 ports/java/eclipse/files/post-patch-plugins-swt-gtk-library-os.c (new) 1.5 +61 -49 ports/java/eclipse/files/post-patch-plugins-swt-gtk-make_freebsd.mak 1.1 +36 -0 ports/java/eclipse/files/post-patch-plugins-swt-gtk-swt-FileDialog.java (new) 1.1 +26 -0 ports/java/eclipse/files/post-patch-plugins-swt-gtk-swt-internal-gtk-OS.java (new) 1.2 +0 -186 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-Browser.java (dead) 1.2 +0 -21 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java (dead) 1.2 +0 -25 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.properties (dead) 1.2 +0 -25 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM_PROFILE.properties (dead) 1.1 +21 -0 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-gtk-swt-browser-MozillaDelegate.java (new) 1.2 +0 -143 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom.cpp (dead) 1.2 +0 -12 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom.h (dead) 1.2 +0 -11 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom_profile.h (dead) 1.2 +0 -21 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom_stats.cpp (dead) 1.2 +0 -13 ports/java/eclipse/files/post-patch-plugins-swt-mozilla-xpcom_stats.h (dead) 1.5 +33 -9 ports/java/eclipse/scripts/pre-patch From glewis at FreeBSD.org Sat Sep 6 19:31:52 2008 From: glewis at FreeBSD.org (Greg Lewis) Date: Sat Sep 6 19:32:05 2008 Subject: cvs commit: ports/java/eclipse-devel Makefile distinfo ports/java/eclipse-devel/files XXXorg.eclipse.rcp-build.xml eclipse.desktop org.eclipse.platform-build.xml org.eclipse.rcp-build.xml patch-another-extra-patches patch-another-extra-patches2 patch-assemble-sdk-all.xml patch-assemble-sdk-freebsd-gtk-amd64.xml ... Message-ID: <200809061931.m86JVpLI060453@repoman.freebsd.org> glewis 2008-09-06 19:31:51 UTC FreeBSD ports repository Modified files: java/eclipse-devel Makefile distinfo java/eclipse-devel/files eclipse.desktop patch-build patch-build.xml patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h java/eclipse-devel/scripts pre-patch Added files: java/eclipse-devel/files patch-assemble.org.eclipse.sdk.all.xml patch-build.properties patch-features-org.eclipse.cvs-build.xml patch-features-org.eclipse.cvs.source-build.xml patch-features-org.eclipse.equinox.executable-feature.xml patch-features-org.eclipse.equinox.executable-library-gtk-build.sh patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak patch-features-org.eclipse.equinox.executable-target.build.properties patch-features-org.eclipse.equinox.executable-target.build.xml patch-features-org.eclipse.equinox.p2.user.ui-build.xml patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml patch-features-org.eclipse.help-build.xml patch-features-org.eclipse.help.source-build.xml patch-features-org.eclipse.jdt-build.xml patch-features-org.eclipse.jdt.source-build.xml patch-features-org.eclipse.pde-build.xml patch-features-org.eclipse.pde.p2-build.xml patch-features-org.eclipse.pde.p2.source-build.xml patch-features-org.eclipse.pde.source-build.xml patch-features-org.eclipse.platform-build.properties patch-features-org.eclipse.platform-build.xml patch-features-org.eclipse.platform-feature.xml patch-features-org.eclipse.platform.source-build.xml patch-features-org.eclipse.platform.source-feature.xml patch-features-org.eclipse.rcp-build.properties patch-features-org.eclipse.rcp-build.xml patch-features-org.eclipse.rcp-feature.xml patch-features-org.eclipse.rcp.source-build.xml patch-features-org.eclipse.rcp.source-feature.xml patch-features-org.eclipse.sdk-build.properties patch-features-org.eclipse.sdk-build.xml patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-internal-runtime-InternalPlatform.java patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java patch-plugins-org.eclipse.core.runtime.compatibility-src-boot-org-eclipse-core-boot-BootLoader.java patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java patch-plugins-org.eclipse.equinox.p2.metadata.generator-src-org-eclipse-equinox-internal-p2-metadata-generator-features-ProductFile.java patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product patch-plugins-org.eclipse.frameworkadmin.equinox-src-org-eclipse-equinox-internal-frameworkadmin-equinox-EquinoxBundlesState.java patch-plugins-org.eclipse.help.base-plugin.xml patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-base-HelpBasePreferenceInitializer.java patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-browser-BrowserManager.java patch-plugins-org.eclipse.help.ui-src-org-eclipse-help-ui-internal-browser-embedded-EmbeddedBrowserFactory.java patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-PluginConverterImpl.java patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java patch-plugins-org.eclipse.pde.api.tools-src_ant-org-eclipse-pde-api-tools-internal-tasks-APIToolsVerivicationTask.java patch-plugins-org.eclipse.pde.api.tools-src_ant-org-eclipse-pde-api-tools-internal-tasks-DeltaReportConversionTask.java patch-plugins-org.eclipse.pde.api.tools.ui-src-org-eclipse-pde-api-tools-ui-internal-wizards-ApiProfileWizardPage.java patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-BrandingIron.java patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-ProductFile.java patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-Utils.java patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-builder-ModelBuildScriptGenerator.java patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-exports-ProductExportOperation.java patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-IArgumentsInfo.java patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-ILauncherInfo.java patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ArgumentsInfo.java patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ConfigurationFileInfo.java patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-JREInfo.java patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-LauncherInfo.java patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-PDEUIMessages.java patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ArgumentsSection.java patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ConfigurationSection.java patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-JRESection.java patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-LauncherSection.java patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-pderesources.properties patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-wizards-product-ProductIntroOperation.java patch-plugins-org.eclipse.pde.ui.templates-src-org-eclipse-pde-internal-ui-templates-rcp-IntroTemplate.java patch-plugins-org.eclipse.platform.doc.user-contexts_UserAssistance.xml patch-plugins-org.eclipse.swt.gtk.freebsd.amd64-build.xml patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml patch-plugins-org.eclipse.team.cvs.ssh-src-org-eclipse-team-internal-ccvs-ssh-KnownHosts.java patch-plugins-org.eclipse.update.configurator-component.xml patch-plugins-org.eclipse.update.core-plugins.properties patch-plugins-org.eclipse.update.core-src-org-eclipse-update-internal-core-UpdateManagerUtils.java patch-plugins-org.eclipse.update.core.freebsd-src-update.c post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-DirectoryDialog.java post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-FileDialog.java post-patch-plugins-org.eclipse.swt-Eclipse_SWT_Mozilla-gtk-org-eclipse-swt-browser-MozillaDelegate.java post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-make_freebsd.mak post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-org-eclipse-swt-internal-gtk-OS.java Removed files: java/eclipse-devel/files XXXorg.eclipse.rcp-build.xml org.eclipse.platform-build.xml org.eclipse.rcp-build.xml patch-another-extra-patches patch-another-extra-patches2 patch-assemble-sdk-all.xml patch-assemble-sdk-freebsd-gtk-amd64.xml patch-assemble-sdk-freebsd-gtk-x86.xml patch-features-cvs-build.xml patch-features-cvs-source-build.xml patch-features-equinox-executable-feature.xml patch-features-equinox-executable-library-gtk-build.sh patch-features-equinox-executable-target-build.properties patch-features-equinox-executable-target.build.xml patch-features-equinox-gtk-make_freebsd.mak patch-features-jdt-build.xml patch-features-jdt-feature.xml patch-features-jdt-source-build.xml patch-features-pde-build.xml patch-features-pde-source-build.xml patch-features-plat-library-eclipseShm.c patch-features-platform-feature.xml patch-features-platform-source-build.xml patch-features-rcp-build.xml patch-features-rcp-feature.xml patch-features-rcp-source-build.xml patch-features-sdk-build.xml patch-package-sdk-all.xml patch-plugin-compare-build.xml patch-pluging-ltk-core-refactoring-build.xml patch-plugins-ant-ui-build.xml patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml patch-plugins-core-resources-component.xml patch-plugins-debug-core-build.xml patch-plugins-filesystem-component.xml patch-plugins-jdt-apt-core-build.xml patch-plugins-jdt-apt-pluggable-core-build.xml patch-plugins-jdt-compiler-apt-build.xml patch-plugins-jdt-compiler-tool-build.xml patch-plugins-jdt-core-build.xmo patch-plugins-jdt-core-manipulation-build.xml patch-plugins-jdt-debug-build.xml patch-plugins-jdt-launching-build.xml patch-plugins-jsch-core-build.xml patch-plugins-pde-build-build.xml patch-plugins-pde-build-scripts-productBuild-allElements.xml patch-plugins-pde-build-templates-packager-customTargets.xml patch-plugins-pde-core-build.xml patch-plugins-platform-build.xml patch-plugins-swt-amd64-build.xml patch-plugins-swt-tools-build.xml patch-plugins-team-core-build.xml patch-plugins-team-cvs-core-build.xml patch-plugins-team-cvs-ssh-build.xml patch-plugins-ui-browser-plugin.xml patch-plugins-ui-intro-universal-plugin.xml patch-plugins-ui-win32-build.xml post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c post-patch-plugins-swt-PI-gtk-library-build.xml post-patch-plugins-swt-gtk-build.sh post-patch-plugins-swt-gtk-build.xml post-patch-plugins-swt-gtk-library-os.c post-patch-plugins-swt-gtk-make_freebsd.mak post-patch-plugins-swt-gtk-swt-FileDialog.java post-patch-plugins-swt-gtk-swt-internal-gtk-OS.java post-patch-plugins-swt-mozilla-gtk-swt-browser-MozillaDelegate.java Log: . Update to Eclipse Ganymede Submitted by: "Stephane E. Potvin" Revision Changes Path 1.19 +65 -40 ports/java/eclipse-devel/Makefile 1.8 +3 -3 ports/java/eclipse-devel/distinfo 1.2 +0 -781 ports/java/eclipse-devel/files/XXXorg.eclipse.rcp-build.xml (dead) 1.4 +2 -2 ports/java/eclipse-devel/files/eclipse.desktop 1.3 +0 -938 ports/java/eclipse-devel/files/org.eclipse.platform-build.xml (dead) 1.3 +0 -781 ports/java/eclipse-devel/files/org.eclipse.rcp-build.xml (dead) 1.2 +0 -182 ports/java/eclipse-devel/files/patch-another-extra-patches (dead) 1.2 +0 -119 ports/java/eclipse-devel/files/patch-another-extra-patches2 (dead) 1.2 +0 -15 ports/java/eclipse-devel/files/patch-assemble-sdk-all.xml (dead) 1.3 +0 -125 ports/java/eclipse-devel/files/patch-assemble-sdk-freebsd-gtk-amd64.xml (dead) 1.4 +0 -117 ports/java/eclipse-devel/files/patch-assemble-sdk-freebsd-gtk-x86.xml (dead) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-assemble.org.eclipse.sdk.all.xml (new) 1.3 +7 -12 ports/java/eclipse-devel/files/patch-build 1.1 +10 -0 ports/java/eclipse-devel/files/patch-build.properties (new) 1.5 +60 -65 ports/java/eclipse-devel/files/patch-build.xml 1.2 +0 -34 ports/java/eclipse-devel/files/patch-features-cvs-build.xml (dead) 1.2 +0 -22 ports/java/eclipse-devel/files/patch-features-cvs-source-build.xml (dead) 1.2 +0 -31 ports/java/eclipse-devel/files/patch-features-equinox-executable-feature.xml (dead) 1.3 +0 -64 ports/java/eclipse-devel/files/patch-features-equinox-executable-library-gtk-build.sh (dead) 1.2 +0 -14 ports/java/eclipse-devel/files/patch-features-equinox-executable-target-build.properties (dead) 1.2 +0 -36 ports/java/eclipse-devel/files/patch-features-equinox-executable-target.build.xml (dead) 1.3 +0 -25 ports/java/eclipse-devel/files/patch-features-equinox-gtk-make_freebsd.mak (dead) 1.6 +0 -99 ports/java/eclipse-devel/files/patch-features-jdt-build.xml (dead) 1.2 +0 -32 ports/java/eclipse-devel/files/patch-features-jdt-feature.xml (dead) 1.3 +0 -22 ports/java/eclipse-devel/files/patch-features-jdt-source-build.xml (dead) 1.1 +41 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.cvs-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.cvs.source-build.xml (new) 1.1 +36 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.equinox.executable-feature.xml (new) 1.1 +68 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.equinox.executable-library-gtk-build.sh (new) 1.1 +17 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak (new) 1.1 +14 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.equinox.executable-target.build.properties (new) 1.1 +41 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.equinox.executable-target.build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.equinox.p2.user.ui-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.help-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.help.source-build.xml (new) 1.1 +41 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.jdt-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.jdt.source-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.pde-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.pde.p2-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.pde.p2.source-build.xml (new) 1.1 +22 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.pde.source-build.xml (new) 1.1 +21 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.platform-build.properties (new) 1.1 +126 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.platform-build.xml (new) 1.1 +62 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.platform-feature.xml (new) 1.1 +34 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.platform.source-build.xml (new) 1.1 +10 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.platform.source-feature.xml (new) 1.1 +14 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.rcp-build.properties (new) 1.1 +118 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.rcp-build.xml (new) 1.1 +76 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.rcp-feature.xml (new) 1.1 +39 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.rcp.source-build.xml (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.rcp.source-feature.xml (new) 1.1 +8 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.sdk-build.properties (new) 1.1 +34 -0 ports/java/eclipse-devel/files/patch-features-org.eclipse.sdk-build.xml (new) 1.3 +0 -22 ports/java/eclipse-devel/files/patch-features-pde-build.xml (dead) 1.3 +0 -22 ports/java/eclipse-devel/files/patch-features-pde-source-build.xml (dead) 1.2 +0 -17 ports/java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c (dead) 1.2 +0 -50 ports/java/eclipse-devel/files/patch-features-platform-feature.xml (dead) 1.4 +0 -46 ports/java/eclipse-devel/files/patch-features-platform-source-build.xml (dead) 1.2 +0 -38 ports/java/eclipse-devel/files/patch-features-rcp-build.xml (dead) 1.3 +0 -56 ports/java/eclipse-devel/files/patch-features-rcp-feature.xml (dead) 1.2 +0 -39 ports/java/eclipse-devel/files/patch-features-rcp-source-build.xml (dead) 1.3 +0 -30 ports/java/eclipse-devel/files/patch-features-sdk-build.xml (dead) 1.2 +0 -15 ports/java/eclipse-devel/files/patch-package-sdk-all.xml (dead) 1.2 +0 -41 ports/java/eclipse-devel/files/patch-plugin-compare-build.xml (dead) 1.2 +0 -13 ports/java/eclipse-devel/files/patch-pluging-ltk-core-refactoring-build.xml (dead) 1.4 +0 -66 ports/java/eclipse-devel/files/patch-plugins-ant-ui-build.xml (dead) 1.2 +0 -11 ports/java/eclipse-devel/files/patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml (dead) 1.2 +0 -10 ports/java/eclipse-devel/files/patch-plugins-core-resources-component.xml (dead) 1.3 +0 -15 ports/java/eclipse-devel/files/patch-plugins-debug-core-build.xml (dead) 1.2 +0 -11 ports/java/eclipse-devel/files/patch-plugins-filesystem-component.xml (dead) 1.3 +0 -15 ports/java/eclipse-devel/files/patch-plugins-jdt-apt-core-build.xml (dead) 1.3 +0 -15 ports/java/eclipse-devel/files/patch-plugins-jdt-apt-pluggable-core-build.xml (dead) 1.3 +0 -13 ports/java/eclipse-devel/files/patch-plugins-jdt-compiler-apt-build.xml (dead) 1.3 +0 -13 ports/java/eclipse-devel/files/patch-plugins-jdt-compiler-tool-build.xml (dead) 1.2 +0 -24 ports/java/eclipse-devel/files/patch-plugins-jdt-core-build.xmo (dead) 1.3 +0 -13 ports/java/eclipse-devel/files/patch-plugins-jdt-core-manipulation-build.xml (dead) 1.3 +0 -24 ports/java/eclipse-devel/files/patch-plugins-jdt-debug-build.xml (dead) 1.3 +0 -24 ports/java/eclipse-devel/files/patch-plugins-jdt-launching-build.xml (dead) 1.3 +0 -13 ports/java/eclipse-devel/files/patch-plugins-jsch-core-build.xml (dead) 1.1 +20 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile (new) 1.2 +3 -3 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-internal-runtime-InternalPlatform.java (new) 1.1 +29 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java (new) 1.1 +16 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.core.runtime.compatibility-src-boot-org-eclipse-core-boot-BootLoader.java (new) 1.1 +23 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java (new) 1.1 +30 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java (new) 1.1 +143 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.p2.metadata.generator-src-org-eclipse-equinox-internal-p2-metadata-generator-features-ProductFile.java (new) 1.1 +10 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product (new) 1.1 +12 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.frameworkadmin.equinox-src-org-eclipse-equinox-internal-frameworkadmin-equinox-EquinoxBundlesState.java (new) 1.1 +29 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-plugin.xml (new) 1.1 +12 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-base-HelpBasePreferenceInitializer.java (new) 1.1 +10 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-browser-BrowserManager.java (new) 1.1 +12 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.help.ui-src-org-eclipse-help-ui-internal-browser-embedded-EmbeddedBrowserFactory.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java (new) 1.1 +48 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-PluginConverterImpl.java (new) 1.1 +24 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.api.tools-src_ant-org-eclipse-pde-api-tools-internal-tasks-APIToolsVerivicationTask.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.api.tools-src_ant-org-eclipse-pde-api-tools-internal-tasks-DeltaReportConversionTask.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.api.tools.ui-src-org-eclipse-pde-api-tools-ui-internal-wizards-ApiProfileWizardPage.java (new) 1.1 +21 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml (new) 1.1 +24 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-BrandingIron.java (new) 1.1 +135 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-ProductFile.java (new) 1.1 +24 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-Utils.java (new) 1.1 +24 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-builder-ModelBuildScriptGenerator.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java (new) 1.1 +20 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties (new) 1.1 +28 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml (new) 1.1 +20 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-exports-ProductExportOperation.java (new) 1.1 +25 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-IArgumentsInfo.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-ILauncherInfo.java (new) 1.1 +117 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ArgumentsInfo.java (new) 1.1 +92 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ConfigurationFileInfo.java (new) 1.1 +60 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-JREInfo.java (new) 1.1 +41 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-LauncherInfo.java (new) 1.1 +17 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-PDEUIMessages.java (new) 1.1 +10 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ArgumentsSection.java (new) 1.1 +13 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ConfigurationSection.java (new) 1.1 +13 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-JRESection.java (new) 1.1 +79 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-LauncherSection.java (new) 1.1 +17 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-pderesources.properties (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-wizards-product-ProductIntroOperation.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.ui.templates-src-org-eclipse-pde-internal-ui-templates-rcp-IntroTemplate.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.platform.doc.user-contexts_UserAssistance.xml (new) 1.1 +64 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64-build.xml (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF (new) 1.1 +30 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml (new) 1.1 +12 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.team.cvs.ssh-src-org-eclipse-team-internal-ccvs-ssh-KnownHosts.java (new) 1.1 +6 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.update.configurator-component.xml (new) 1.1 +10 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.update.core-plugins.properties (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.update.core-src-org-eclipse-update-internal-core-UpdateManagerUtils.java (new) 1.1 +13 -0 ports/java/eclipse-devel/files/patch-plugins-org.eclipse.update.core.freebsd-src-update.c (new) 1.4 +0 -20 ports/java/eclipse-devel/files/patch-plugins-pde-build-build.xml (dead) 1.3 +0 -20 ports/java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml (dead) 1.3 +0 -20 ports/java/eclipse-devel/files/patch-plugins-pde-build-templates-packager-customTargets.xml (dead) 1.4 +0 -42 ports/java/eclipse-devel/files/patch-plugins-pde-core-build.xml (dead) 1.4 +0 -41 ports/java/eclipse-devel/files/patch-plugins-platform-build.xml (dead) 1.3 +0 -37 ports/java/eclipse-devel/files/patch-plugins-swt-amd64-build.xml (dead) 1.3 +0 -11 ports/java/eclipse-devel/files/patch-plugins-swt-tools-build.xml (dead) 1.3 +0 -13 ports/java/eclipse-devel/files/patch-plugins-team-core-build.xml (dead) 1.3 +0 -13 ports/java/eclipse-devel/files/patch-plugins-team-cvs-core-build.xml (dead) 1.3 +0 -13 ports/java/eclipse-devel/files/patch-plugins-team-cvs-ssh-build.xml (dead) 1.3 +0 -45 ports/java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml (dead) 1.2 +0 -11 ports/java/eclipse-devel/files/patch-plugins-ui-intro-universal-plugin.xml (dead) 1.4 +0 -22 ports/java/eclipse-devel/files/patch-plugins-ui-win32-build.xml (dead) 1.3 +0 -11 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile (dead) 1.1 +20 -0 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-DirectoryDialog.java (new) 1.1 +51 -0 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-FileDialog.java (new) 1.1 +20 -0 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_Mozilla-gtk-org-eclipse-swt-browser-MozillaDelegate.java (new) 1.1 +72 -0 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh (new) 1.1 +18 -0 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml (new) 1.1 +72 -0 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-make_freebsd.mak (new) 1.1 +25 -0 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-org-eclipse-swt-internal-gtk-OS.java (new) 1.2 +0 -12 ports/java/eclipse-devel/files/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c (dead) 1.2 +0 -11 ports/java/eclipse-devel/files/post-patch-plugins-swt-PI-gtk-library-build.xml (dead) 1.2 +0 -92 ports/java/eclipse-devel/files/post-patch-plugins-swt-gtk-build.sh (dead) 1.2 +0 -11 ports/java/eclipse-devel/files/post-patch-plugins-swt-gtk-build.xml (dead) 1.2 +0 -20 ports/java/eclipse-devel/files/post-patch-plugins-swt-gtk-library-os.c (dead) 1.3 +0 -100 ports/java/eclipse-devel/files/post-patch-plugins-swt-gtk-make_freebsd.mak (dead) 1.3 +0 -36 ports/java/eclipse-devel/files/post-patch-plugins-swt-gtk-swt-FileDialog.java (dead) 1.2 +0 -26 ports/java/eclipse-devel/files/post-patch-plugins-swt-gtk-swt-internal-gtk-OS.java (dead) 1.2 +0 -21 ports/java/eclipse-devel/files/post-patch-plugins-swt-mozilla-gtk-swt-browser-MozillaDelegate.java (dead) 1.5 +17 -21 ports/java/eclipse-devel/scripts/pre-patch From jpaetzel at FreeBSD.org Sat Sep 6 20:16:46 2008 From: jpaetzel at FreeBSD.org (Josh Paetzel) Date: Sat Sep 6 20:17:01 2008 Subject: cvs commit: ports/astro/xephem Makefile ports/databases/ruby-bdb1 Makefile ports/devel/php-dbg2 Makefile ports/devel/popt Makefile ports/irc/epic4 Makefile ports/irc/epic5 Makefile ports/misc/wanpipe Makefile ports/multimedia/libdvdcss Makefile ... Message-ID: <200809062016.m86KGjcT090747@repoman.freebsd.org> jpaetzel 2008-09-06 20:16:45 UTC FreeBSD ports repository Modified files: astro/xephem Makefile databases/ruby-bdb1 Makefile devel/php-dbg2 Makefile devel/popt Makefile irc/epic4 Makefile irc/epic5 Makefile misc/wanpipe Makefile multimedia/libdvdcss Makefile net/socks5 Makefile sysutils/vobcopy Makefile www/cadaver Makefile Log: Change MAINTAINER to my @FreeBSD.org address. Approved by: ade (mentor) Revision Changes Path 1.53 +1 -1 ports/astro/xephem/Makefile 1.20 +1 -1 ports/databases/ruby-bdb1/Makefile 1.16 +1 -1 ports/devel/php-dbg2/Makefile 1.43 +1 -1 ports/devel/popt/Makefile 1.64 +1 -1 ports/irc/epic4/Makefile 1.66 +1 -1 ports/irc/epic5/Makefile 1.3 +1 -1 ports/misc/wanpipe/Makefile 1.32 +1 -1 ports/multimedia/libdvdcss/Makefile 1.52 +1 -1 ports/net/socks5/Makefile 1.30 +1 -1 ports/sysutils/vobcopy/Makefile 1.48 +1 -1 ports/www/cadaver/Makefile From trasz at FreeBSD.org Sat Sep 6 20:45:13 2008 From: trasz at FreeBSD.org (Edward Tomasz Napierala) Date: Sat Sep 6 20:45:20 2008 Subject: cvs commit: ports/sysutils/torque Makefile distinfo pkg-plist Message-ID: <200809062045.m86KjDD3065609@repoman.freebsd.org> trasz 2008-09-06 20:45:13 UTC FreeBSD ports repository Modified files: sysutils/torque Makefile distinfo pkg-plist Log: - Update to 2.3.3. Revision Changes Path 1.17 +1 -1 ports/sysutils/torque/Makefile 1.11 +3 -3 ports/sysutils/torque/distinfo 1.6 +1 -0 ports/sysutils/torque/pkg-plist From miwi at FreeBSD.org Sat Sep 6 21:03:19 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:03:26 2008 Subject: cvs commit: ports/www Makefile ports/www/py-textile Makefile distinfo pkg-descr pkg-plist Message-ID: <200809062103.m86L3J1D025723@repoman.freebsd.org> miwi 2008-09-06 21:03:19 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-textile Makefile distinfo pkg-descr pkg-plist Log: Textile is a Python implementation of the Textile (http://textism.com/tools/textile) markup language. WWW: http://code.google.com/p/pytextile/ PR: ports/127139 Submitted by: Yi-Jheng Lin Revision Changes Path 1.2145 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/py-textile/Makefile (new) 1.1 +3 -0 ports/www/py-textile/distinfo (new) 1.1 +4 -0 ports/www/py-textile/pkg-descr (new) 1.1 +1 -0 ports/www/py-textile/pkg-plist (new) From miwi at FreeBSD.org Sat Sep 6 21:03:45 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:03:51 2008 Subject: cvs commit: ports/www/pear-Services_Facebook Makefile distinfo Message-ID: <200809062103.m86L3iTG029382@repoman.freebsd.org> miwi 2008-09-06 21:03:44 UTC FreeBSD ports repository Modified files: www/pear-Services_Facebook Makefile distinfo Log: - Update to 0.1.4 PR: 127152 Submitted by: Wen heping (maintainer) Revision Changes Path 1.5 +1 -1 ports/www/pear-Services_Facebook/Makefile 1.5 +3 -3 ports/www/pear-Services_Facebook/distinfo From miwi at FreeBSD.org Sat Sep 6 21:04:43 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:04:50 2008 Subject: cvs commit: ports/audio/ncmpcpp Makefile distinfo pkg-message Message-ID: <200809062104.m86L4gbs034345@repoman.freebsd.org> miwi 2008-09-06 21:04:42 UTC FreeBSD ports repository Modified files: audio/ncmpcpp Makefile distinfo pkg-message Log: - Update to 0.2.1 PR: 126969 Submitted by: Dennis Herrmann Revision Changes Path 1.2 +14 -5 ports/audio/ncmpcpp/Makefile 1.2 +3 -3 ports/audio/ncmpcpp/distinfo 1.2 +1 -1 ports/audio/ncmpcpp/pkg-message From miwi at FreeBSD.org Sat Sep 6 21:09:06 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:09:17 2008 Subject: cvs commit: ports/devel/bazaar-ng Makefile distinfo Message-ID: <200809062109.m86L96SS063429@repoman.freebsd.org> miwi 2008-09-06 21:09:06 UTC FreeBSD ports repository Modified files: devel/bazaar-ng Makefile distinfo Log: - Update to 1.6.1 PR: 127141 Submitted by: Matthew D. Fuller (maintainer) Revision Changes Path 1.35 +1 -1 ports/devel/bazaar-ng/Makefile 1.28 +3 -3 ports/devel/bazaar-ng/distinfo From thierry at FreeBSD.org Sat Sep 6 21:10:27 2008 From: thierry at FreeBSD.org (Thierry Thomas) Date: Sat Sep 6 21:10:38 2008 Subject: cvs commit: ports/science/v_sim pkg-plist Message-ID: <200809062110.m86LAQ6D067589@repoman.freebsd.org> thierry 2008-09-06 21:10:26 UTC FreeBSD ports repository Modified files: science/v_sim pkg-plist Log: Fix plist with NOPORTDOCS. Reported by: QAT Revision Changes Path 1.10 +5 -5 ports/science/v_sim/pkg-plist From miwi at FreeBSD.org Sat Sep 6 21:11:03 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:11:09 2008 Subject: cvs commit: ports/textproc/lucene Makefile Message-ID: <200809062111.m86LB2Q0071398@repoman.freebsd.org> miwi 2008-09-06 21:11:02 UTC FreeBSD ports repository Modified files: textproc/lucene Makefile Log: - Added option to install contrib JARs with the port. PR: 127147 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.4 +32 -2 ports/textproc/lucene/Makefile From miwi at FreeBSD.org Sat Sep 6 21:12:37 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:13:22 2008 Subject: cvs commit: ports/www/ilias Makefile distinfo pkg-plist Message-ID: <200809062112.m86LCbPS081835@repoman.freebsd.org> miwi 2008-09-06 21:12:36 UTC FreeBSD ports repository Modified files: www/ilias Makefile distinfo pkg-plist Log: - Update to 3.9.6 PR: 127151 Submitted by: Wen heping (maintainer) Revision Changes Path 1.9 +2 -2 ports/www/ilias/Makefile 1.6 +3 -3 ports/www/ilias/distinfo 1.4 +1 -0 ports/www/ilias/pkg-plist From miwi at FreeBSD.org Sat Sep 6 21:13:28 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:13:40 2008 Subject: cvs commit: ports/security/base Makefile distinfo Message-ID: <200809062113.m86LDRw1087214@repoman.freebsd.org> miwi 2008-09-06 21:13:27 UTC FreeBSD ports repository Modified files: security/base Makefile distinfo Log: - Update to 1.4.1 - Take over maintainership - Use SF macro PR: 127133 Submitted by: Linh Pham (old maintainer) Revision Changes Path 1.22 +8 -6 ports/security/base/Makefile 1.18 +3 -3 ports/security/base/distinfo From miwi at FreeBSD.org Sat Sep 6 21:14:17 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 6 21:14:28 2008 Subject: cvs commit: ports/devel Makefile ports/devel/py-cmdln Makefile distinfo pkg-descr pkg-plist Message-ID: <200809062114.m86LEGX2093837@repoman.freebsd.org> miwi 2008-09-06 21:14:16 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-cmdln Makefile distinfo pkg-descr pkg-plist Log: cmdln.py fixes some of the design flaws in cmd.py and takes advantage of new Python stdlib modules (e.g. optparse) so that it is more useful (and convenient) for implementing command-line scripts/shells. WWW: http://code.google.com/p/cmdln/ PR: ports/127116 Submitted by: Yi-Jheng Lin Revision Changes Path 1.3190 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/py-cmdln/Makefile (new) 1.1 +3 -0 ports/devel/py-cmdln/distinfo (new) 1.1 +5 -0 ports/devel/py-cmdln/pkg-descr (new) 1.1 +6 -0 ports/devel/py-cmdln/pkg-plist (new) From rik at inse.ru Sat Sep 6 21:36:03 2008 From: rik at inse.ru (Roman Kurakin) Date: Sat Sep 6 21:36:15 2008 Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c In-Reply-To: <200809061647.m86GlJea029171@repoman.freebsd.org> References: <200809061647.m86GlJea029171@repoman.freebsd.org> Message-ID: <48C2F46B.1060306@localhost.inse.ru> I wonder, should I update __FreeBSD_version? Can't decide ... rik Roman Kurakin wrote: > rik 2008-09-06 16:47:07 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw.h ip_fw2.c > Log: > SVN rev 182818 on 2008-09-06 16:47:07Z by rik > > Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not only > the default rule number but also the maximum rule number. User space > software such as ipfw and natd should be aware of its value. The > software that already includes ip_fw.h should use the defined value. All > other a expected to use sysctl (as discussed on net@). > > MFC after: 5 days. > Discussed on: net@ > > Revision Changes Path > 1.115 +5 -0 src/sys/netinet/ip_fw.h > 1.192 +2 -1 src/sys/netinet/ip_fw2.c > From dinoex at FreeBSD.org Sat Sep 6 21:50:53 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sat Sep 6 21:50:59 2008 Subject: cvs commit: ports/print/cups Makefile Message-ID: <200809062150.m86Loq7W016595@repoman.freebsd.org> dinoex 2008-09-06 21:50:52 UTC FreeBSD ports repository Modified files: print/cups Makefile Log: - upate to 1.3.8 PR: 126881 Submitted by: Martin Matuska Revision Changes Path 1.41 +1 -2 ports/print/cups/Makefile From chinsan at FreeBSD.org Sat Sep 6 21:53:50 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Sep 6 21:54:02 2008 Subject: cvs commit: ports/games/kuklomenos Makefile distinfo Message-ID: <200809062153.m86LrotX034910@repoman.freebsd.org> chinsan 2008-09-06 21:53:50 UTC FreeBSD ports repository Modified files: games/kuklomenos Makefile distinfo Log: - Update to 0.2.2 Revision Changes Path 1.3 +1 -1 ports/games/kuklomenos/Makefile 1.3 +3 -3 ports/games/kuklomenos/distinfo From dinoex at FreeBSD.org Sat Sep 6 21:55:31 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sat Sep 6 21:55:37 2008 Subject: cvs commit: ports/print/cups-base Makefile Message-ID: <200809062155.m86LtVLV045249@repoman.freebsd.org> dinoex 2008-09-06 21:55:31 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Log: - update MASTER_SITES ftp.easysw.com/pub/cups/1.3.8/ is broken/corrupted compromised. Revision Changes Path 1.99 +6 -1 ports/print/cups-base/Makefile From itetcu at FreeBSD.org Sat Sep 6 21:58:33 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Sat Sep 6 21:58:44 2008 Subject: cvs commit: ports/print/cups-base Makefile In-Reply-To: <200809062155.m86LtVLV045249@repoman.freebsd.org> References: <200809062155.m86LtVLV045249@repoman.freebsd.org> Message-ID: <20080907005818.4521810d@it.buh.tecnik93.com> On Sat, 6 Sep 2008 21:55:31 +0000 (UTC) Dirk Meyer wrote: > dinoex 2008-09-06 21:55:31 UTC > > FreeBSD ports repository > > Modified files: > print/cups-base Makefile > Log: > - update MASTER_SITES > ftp.easysw.com/pub/cups/1.3.8/ is broken/corrupted compromised. Thanks. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080906/cf81f9b8/signature.pgp From gerald at FreeBSD.org Sat Sep 6 22:13:45 2008 From: gerald at FreeBSD.org (Gerald Pfeifer) Date: Sat Sep 6 22:13:56 2008 Subject: cvs commit: ports/lang/gcc44 Makefile distinfo Message-ID: <200809062213.m86MDigi062621@repoman.freebsd.org> gerald 2008-09-06 22:13:44 UTC FreeBSD ports repository Modified files: lang/gcc44 Makefile distinfo Log: Update to the 20080905 snapshot of GCC 4.4.0. Revision Changes Path 1.356 +1 -1 ports/lang/gcc44/Makefile 1.240 +18 -18 ports/lang/gcc44/distinfo From QAT at FreeBSD.org Sat Sep 6 22:17:04 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Sep 6 22:17:11 2008 Subject: cvs commit: ports/science/v_sim pkg-plist In-Reply-To: <200809062110.m86LAQ6D067589@repoman.freebsd.org> References: In-Reply-To: <200809062110.m86LAQ6D067589@repoman.freebsd.org> Message-ID: <20080906221658.3D1EC12E4386@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/v_sim-3.4.1.log : building v_sim-3.4.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: thierry@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/science/v_sim Makefile ident: $FreeBSD: ports/science/v_sim/Makefile,v 1.22 2008/09/05 21:12:56 thierry Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Sep 6 22:15:08 UTC 2008 ................................................... install -o root -g wheel -m 444 'stock-isosurfaces_20.png' '/usr/local/share/v_sim/pixmaps/stock-isosurfaces_20.png' install -o root -g wheel -m 444 'stock-select-all_20.png' '/usr/local/share/v_sim/pixmaps/stock-select-all_20.png' install -o root -g wheel -m 444 'stock-unselect-all_20.png' '/usr/local/share/v_sim/pixmaps/stock-unselect-all_20.png' install -o root -g wheel -m 444 'stock-refresh-dir_20.png' '/usr/local/share/v_sim/pixmaps/stock-refresh-dir_20.png' install -o root -g wheel -m 444 'stock_media-stop.png' '/usr/local/share/v_sim/pixmaps/stock_media-stop.png' install -o root -g wheel -m 444 'stock_media-play.png' '/usr/local/share/v_sim/pixmaps/stock_media-play.png' install -o root -g wheel -m 444 'stock_spin.png' '/usr/local/share/v_sim/pixmaps/stock_spin.png' install -o root -g wheel -m 444 'stock_rotate_20.png' '/usr/local/share/v_sim/pixmaps/stock_rotate_20.png' install -o root -g wheel -m 444 'stock_effects-object-colorize_20.png' '/usr/local/share/v_sim/pixmaps/stock_effects-object-colorize_20.png' install -o root -g wheel -m 444 'liaison-bandeau.png' '/usr/local/share/v_sim/pixmaps/liaison-bandeau.png' install -o root -g wheel -m 444 'stock-go-and-back.png' '/usr/local/share/v_sim/pixmaps/stock-go-and-back.png' install -o root -g wheel -m 444 'stock-go-once.png' '/usr/local/share/v_sim/pixmaps/stock-go-once.png' install -o root -g wheel -m 444 'stock-go-around.png' '/usr/local/share/v_sim/pixmaps/stock-go-around.png' install -o root -g wheel -m 444 'stock-one-light_20.png' '/usr/local/share/v_sim/pixmaps/stock-one-light_20.png' install -o root -g wheel -m 444 'stock-four-lights_20.png' '/usr/local/share/v_sim/pixmaps/stock-four-lights_20.png' install -o root -g wheel -m 444 'stock-menu-detach.png' '/usr/local/share/v_sim/pixmaps/stock-menu-detach.png' install -o root -g wheel -m 444 'stock-masking.png' '/usr/local/share/v_sim/pixmaps/stock-masking.png' gmake[2]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1/pixmaps' gmake[1]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1/pixmaps' gmake[1]: Entering directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' gmake[2]: Entering directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' gmake[1]: Leaving directory `/work/a/ports/science/v_sim/work/v_sim-3.4.1' ===> Registering installation for v_sim-3.4.1 ================================================================ ======================================== ===> Building package for v_sim-3.4.1 Creating package /tmp/packages/All/v_sim-3.4.1.tbz Registering depends: gtk-2.12.11_1 atk-1.22.0_1 pango-1.20.5 shared-mime-info-0.51 gio-fam-backend-2.16.5 gamin-0.1.9_2 glib-2.16.5 gettext-0.17_1 openbabel-2.2.0_1 libxml2-2.6.32 libiconv-1.11_1 pcre-7.7_1 cairo-1.6.4_2,1 xorg-fonts-truetype-7.3 bitstream-vera-1.10_4 font-misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-bh-ttf-1.0.0 libXft-2.1.13 fontconfig-2.5.0,1 mkfontdir-1.0.3_1 mkfontscale-1.0.3 freetype2-2.3.7 pixman-0.10.0_2 libXrandr-1.2.2_1 libXcursor-