From emax at FreeBSD.org Fri Aug 1 00:13:44 2008 From: emax at FreeBSD.org (Maksim Yevmenkin) Date: Fri Aug 1 00:13:56 2008 Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_sco.c Message-ID: <200808010013.m710DhcM073503@repoman.freebsd.org> emax 2008-08-01 00:13:32 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/socket ng_btsocket_sco.c Log: SVN rev 181088 on 2008-08-01 00:13:32Z by emax Fix locking bug, i.e. lock "wildcard" matched pcb before return. Revision Changes Path 1.2 +3 -0 src/sys/netgraph/bluetooth/socket/ng_btsocket_sco.c From emax at FreeBSD.org Fri Aug 1 00:16:45 2008 From: emax at FreeBSD.org (Maksim Yevmenkin) Date: Fri Aug 1 00:16:51 2008 Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Message-ID: <200808010016.m710GiOQ073858@repoman.freebsd.org> emax 2008-08-01 00:16:40 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Log: SVN rev 181089 on 2008-08-01 00:16:40Z by emax Increase maximum input queue size limit for raw Bluetooth HCI sockets. MFC after: 3 days Revision Changes Path 1.24 +1 -2 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c From des at FreeBSD.org Fri Aug 1 00:28:04 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 00:28:15 2008 Subject: cvs commit: src/crypto/openssh auth-skey.c config.h monitor.c Message-ID: <200808010028.m710S4uV074810@repoman.freebsd.org> des 2008-08-01 00:27:48 UTC FreeBSD src repository Modified files: crypto/openssh auth-skey.c config.h monitor.c Log: SVN rev 181090 on 2008-08-01 00:27:48Z by des Revert an old hack I put in to replace S/Key with OPIE. We haven't used that code in ages - we use pam_opie(8) instead - so this is a NOP. Revision Changes Path 1.18 +0 -9 src/crypto/openssh/auth-skey.c 1.20 +0 -3 src/crypto/openssh/config.h 1.23 +0 -9 src/crypto/openssh/monitor.c From des at FreeBSD.org Fri Aug 1 00:29:05 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 00:29:11 2008 Subject: cvs commit: src/crypto/openssh FREEBSD-upgrade Message-ID: <200808010029.m710T4bO074901@repoman.freebsd.org> des 2008-08-01 00:28:50 UTC FreeBSD src repository Modified files: crypto/openssh FREEBSD-upgrade Log: SVN rev 181091 on 2008-08-01 00:28:50Z by des Catch up with reality. Revision Changes Path 1.14 +2 -9 src/crypto/openssh/FREEBSD-upgrade From des at FreeBSD.org Fri Aug 1 00:34:56 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 00:35:08 2008 Subject: cvs commit: src/crypto/openssh version.c Message-ID: <200808010034.m710YuKa075387@repoman.freebsd.org> des 2008-08-01 00:34:37 UTC FreeBSD src repository Modified files: crypto/openssh version.c Log: SVN rev 181092 on 2008-08-01 00:34:37Z by des Ugh. Set svn:mergeinfo correctly. Revision Changes Path 1.7 +1 -0 src/crypto/openssh/version.c From emax at FreeBSD.org Fri Aug 1 00:36:57 2008 From: emax at FreeBSD.org (Maksim Yevmenkin) Date: Fri Aug 1 00:37:04 2008 Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c ng_btsocket_rfcomm.c ng_btsocket_sco.c Message-ID: <200808010036.m710avmo075616@repoman.freebsd.org> emax 2008-08-01 00:36:43 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c ng_btsocket_rfcomm.c ng_btsocket_sco.c Log: SVN rev 181093 on 2008-08-01 00:36:43Z by emax Implement ratelimiting for debug messages. For now, allow at most one message per second. In the future might add a sysctl knob for each socket family to fine tune this. MFC after: 1 week Revision Changes Path 1.25 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c 1.26 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c 1.21 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c 1.28 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c 1.3 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_sco.c From des at FreeBSD.org Fri Aug 1 01:00:50 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:01:02 2008 Subject: cvs commit: src/crypto/openssh log.h ssh_namespace.h Message-ID: <200808010100.m7110jAp086771@repoman.freebsd.org> des 2008-08-01 01:00:34 UTC FreeBSD src repository Modified files: crypto/openssh log.h ssh_namespace.h Log: SVN rev 181094 on 2008-08-01 01:00:34Z by des Cleanup. Revision Changes Path 1.9 +0 -8 src/crypto/openssh/log.h 1.3 +27 -20 src/crypto/openssh/ssh_namespace.h From des at FreeBSD.org Fri Aug 1 01:05:06 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:05:12 2008 Subject: cvs commit: src/crypto/openssh FREEBSD-Xlist Message-ID: <200808010105.m711569G088223@repoman.freebsd.org> des 2008-08-01 01:04:52 UTC FreeBSD src repository Removed files: crypto/openssh FREEBSD-Xlist Log: SVN rev 181095 on 2008-08-01 01:04:52Z by des This is no longer needed. Revision Changes Path 1.5 +0 -9 src/crypto/openssh/FREEBSD-Xlist (dead) From des at FreeBSD.org Fri Aug 1 01:05:37 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:05:43 2008 Subject: cvs commit: src/crypto/openssh FREEBSD-tricks Message-ID: <200808010105.m7115aE1088315@repoman.freebsd.org> des 2008-08-01 01:05:27 UTC FreeBSD src repository Modified files: crypto/openssh FREEBSD-tricks Log: SVN rev 181096 on 2008-08-01 01:05:27Z by des Tag expansion is no longer needed (svn handles them correctly). Add svn command to diff against vendor branch. Revision Changes Path 1.7 +3 -9 src/crypto/openssh/FREEBSD-tricks From des at FreeBSD.org Fri Aug 1 01:19:23 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:19:34 2008 Subject: cvs commit: src/crypto/openssh/openbsd-compat fake-rfc2553.h Message-ID: <200808010119.m711JNqa091221@repoman.freebsd.org> des 2008-08-01 01:19:13 UTC FreeBSD src repository Modified files: crypto/openssh/openbsd-compat fake-rfc2553.h Log: SVN rev 181098 on 2008-08-01 01:19:13Z by des We no longer have any local changes here. Revision Changes Path 1.9 +0 -1 src/crypto/openssh/openbsd-compat/fake-rfc2553.h From davidxu at FreeBSD.org Fri Aug 1 01:21:54 2008 From: davidxu at FreeBSD.org (David Xu) Date: Fri Aug 1 01:22:04 2008 Subject: cvs commit: src/lib/libthr/thread thr_condattr.c Message-ID: <200808010121.m711LrTE094543@repoman.freebsd.org> davidxu 2008-08-01 01:21:49 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_condattr.c Log: SVN rev 181099 on 2008-08-01 01:21:49Z by davidxu In function pthread_condattr_getpshared, store result correctly. PR: kern/126128 Revision Changes Path 1.4 +1 -1 src/lib/libthr/thread/thr_condattr.c From das at FreeBSD.org Fri Aug 1 01:24:39 2008 From: das at FreeBSD.org (David Schultz) Date: Fri Aug 1 01:24:46 2008 Subject: cvs commit: src/lib/msun/src e_acosf.c e_asinf.c e_atan2f.c s_atanf.c Message-ID: <200808010124.m711OdXj095338@repoman.freebsd.org> das 2008-08-01 01:24:25 UTC FreeBSD src repository Modified files: lib/msun/src e_acosf.c e_asinf.c e_atan2f.c s_atanf.c Log: SVN rev 181100 on 2008-08-01 01:24:25Z by das Fix some problems with asinf(), acosf(), atanf(), and atan2f(): - Adjust several constants for float precision. Some thresholds that were appropriate for double precision were never changed when these routines were converted to float precision. This has an impact on performance but not accuracy. (Submitted by bde.) - Reduce the degrees of the polynomials used. A smaller degree suffices for float precision. - In asinf(), use double arithmetic in part of the calculation to avoid a corner case and some complicated arithmetic involving a division and some buggy constants. This improves performance and accuracy. Max error (ulps): asinf acosf atanf before 0.925 0.782 0.852 after 0.743 0.804 0.852 As bde points out, it's cheaper for asin*() and acos*() to use polynomials instead of rational functions, but that's a task for another day. Revision Changes Path 1.10 +11 -17 src/lib/msun/src/e_acosf.c 1.11 +18 -35 src/lib/msun/src/e_asinf.c 1.10 +2 -2 src/lib/msun/src/e_atan2f.c 1.10 +11 -17 src/lib/msun/src/s_atanf.c From des at FreeBSD.org Fri Aug 1 01:24:56 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:25:02 2008 Subject: cvs commit: src/crypto/openssh auth.h Message-ID: <200808010124.m711Oto7095382@repoman.freebsd.org> des 2008-08-01 01:24:42 UTC FreeBSD src repository Modified files: crypto/openssh auth.h Log: SVN rev 181101 on 2008-08-01 01:24:42Z by des Last remains of old OPIE patch Revision Changes Path 1.18 +0 -8 src/crypto/openssh/auth.h From sam at FreeBSD.org Fri Aug 1 01:28:11 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Fri Aug 1 01:28:22 2008 Subject: cvs commit: src/sbin/ifconfig ifieee80211.c Message-ID: <200808010128.m711SBrC095664@repoman.freebsd.org> sam 2008-08-01 01:27:52 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: SVN rev 181102 on 2008-08-01 01:27:52Z by sam add missing capability bits Revision Changes Path 1.53 +2 -2 src/sbin/ifconfig/ifieee80211.c From des at FreeBSD.org Fri Aug 1 01:30:42 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:30:54 2008 Subject: cvs commit: src/crypto/openssh auth-krb5.c auth-pam.c Message-ID: <200808010130.m711UgMO095905@repoman.freebsd.org> des 2008-08-01 01:30:26 UTC FreeBSD src repository Modified files: crypto/openssh auth-krb5.c auth-pam.c Log: SVN rev 181103 on 2008-08-01 01:30:26Z by des These two files have no local patches except to prevent expansion of the original $FreeBSD$ keywords. Revert those changes, and simply disable keyword expansion. Revision Changes Path 1.23 +1 -2 src/crypto/openssh/auth-krb5.c 1.20 +1 -2 src/crypto/openssh/auth-pam.c From des at FreeBSD.org Fri Aug 1 01:33:13 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:33:25 2008 Subject: cvs commit: src/crypto/openssh audit-bsm.c auth-chall.c auth-pam.h auth2-kbdint.c bufaux.c includes.h log.h servconf.h Message-ID: <200808010133.m711XDVl096155@repoman.freebsd.org> des 2008-08-01 01:32:56 UTC FreeBSD src repository Modified files: crypto/openssh audit-bsm.c auth-chall.c auth-pam.h auth2-kbdint.c bufaux.c includes.h log.h servconf.h Log: SVN rev 181104 on 2008-08-01 01:32:56Z by des More files which no longer have any local changes. Revision Changes Path 1.4 +0 -1 src/crypto/openssh/audit-bsm.c 1.12 +0 -1 src/crypto/openssh/auth-chall.c 1.13 +0 -1 src/crypto/openssh/auth-pam.h 1.6 +0 -1 src/crypto/openssh/auth2-kbdint.c 1.20 +0 -1 src/crypto/openssh/bufaux.c 1.23 +0 -1 src/crypto/openssh/includes.h 1.10 +0 -1 src/crypto/openssh/log.h 1.21 +0 -1 src/crypto/openssh/servconf.h From des at FreeBSD.org Fri Aug 1 01:38:30 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:38:36 2008 Subject: cvs commit: src/crypto/openssh auth-krb5.c Message-ID: <200808010138.m711cTWP096616@repoman.freebsd.org> des 2008-08-01 01:38:24 UTC FreeBSD src repository Modified files: crypto/openssh auth-krb5.c Log: SVN rev 181105 on 2008-08-01 01:38:24Z by des Accidentally mangled this one in the previous commit. Revision Changes Path 1.24 +1 -1 src/crypto/openssh/auth-krb5.c From des at FreeBSD.org Fri Aug 1 01:39:01 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:39:07 2008 Subject: cvs commit: src/crypto/openssh compat.c Message-ID: <200808010139.m711d0JQ096671@repoman.freebsd.org> des 2008-08-01 01:38:50 UTC FreeBSD src repository Modified files: crypto/openssh compat.c Log: SVN rev 181106 on 2008-08-01 01:38:50Z by des Yet another file with no local changes. Revision Changes Path 1.15 +0 -1 src/crypto/openssh/compat.c From des at FreeBSD.org Fri Aug 1 01:46:06 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:46:12 2008 Subject: cvs commit: src/crypto/openssh auth-passwd.c monitor.h monitor_wrap.c monitor_wrap.h Message-ID: <200808010146.m711k3ga097295@repoman.freebsd.org> des 2008-08-01 01:45:56 UTC FreeBSD src repository Modified files: crypto/openssh auth-passwd.c monitor.h monitor_wrap.c monitor_wrap.h Log: SVN rev 181107 on 2008-08-01 01:45:56Z by des Another four files without local changes. This is driving me nuts - every time I think I got them all, another one pops up. Revision Changes Path 1.22 +0 -1 src/crypto/openssh/auth-passwd.c 1.9 +0 -1 src/crypto/openssh/monitor.h 1.14 +0 -1 src/crypto/openssh/monitor_wrap.c 1.11 +0 -1 src/crypto/openssh/monitor_wrap.h From des at FreeBSD.org Fri Aug 1 01:48:49 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:48:55 2008 Subject: cvs commit: src/crypto/openssh auth1.c Message-ID: <200808010148.m711mnCs097485@repoman.freebsd.org> des 2008-08-01 01:48:33 UTC FreeBSD src repository Modified files: crypto/openssh auth1.c Log: SVN rev 181108 on 2008-08-01 01:48:33Z by des Another file with no local changes. Revision Changes Path 1.35 +0 -1 src/crypto/openssh/auth1.c From des at FreeBSD.org Fri Aug 1 01:51:08 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 01:51:14 2008 Subject: cvs commit: src/crypto/openssh auth2-chall.c Message-ID: <200808010151.m711p7Hp097731@repoman.freebsd.org> des 2008-08-01 01:50:55 UTC FreeBSD src repository Modified files: crypto/openssh auth2-chall.c Log: SVN rev 181109 on 2008-08-01 01:50:55Z by des Another file with no local changes. "This time for sure!" Revision Changes Path 1.13 +0 -1 src/crypto/openssh/auth2-chall.c From ganbold at FreeBSD.org Fri Aug 1 02:23:47 2008 From: ganbold at FreeBSD.org (Ganbold Tsagaankhuu) Date: Fri Aug 1 02:23:53 2008 Subject: cvs commit: doc/mn_MN.UTF-8/books/handbook/security chapter.sgml Message-ID: <200808010223.m712NksH001542@repoman.freebsd.org> ganbold 2008-08-01 02:23:46 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/security chapter.sgml Log: Update Mongolian Handbook translation Obtained from: FreeBSD Mongolian Documentation project Revision Changes Path 1.15 +12 -18 doc/mn_MN.UTF-8/books/handbook/security/chapter.sgml From des at FreeBSD.org Fri Aug 1 02:53:36 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Fri Aug 1 02:53:44 2008 Subject: cvs commit: src/crypto/openssh ChangeLog FREEBSD-upgrade FREEBSD-vendor INSTALL LICENCE PROTOCOL PROTOCOL.agent README README.platform RFC.nroff addrmatch.c atomicio.c audit-bsm.c auth-bsdauth.c auth-options.c auth-options.h auth-pam.c ... Message-ID: <200808010253.m712raNF004286@repoman.freebsd.org> des 2008-08-01 02:48:36 UTC FreeBSD src repository Modified files: crypto/openssh ChangeLog FREEBSD-upgrade FREEBSD-vendor INSTALL LICENCE README README.platform atomicio.c audit-bsm.c auth-bsdauth.c auth-options.c auth-options.h auth-pam.c 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-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_fdpass.c monitor_fdpass.h monitor_mm.h monitor_wrap.c 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.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: crypto/openssh 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: crypto/openssh RFC.nroff Log: SVN rev 181111 on 2008-08-01 02:48:36Z by des Upgrade to OpenSSH 5.1p1. I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks Revision Changes Path 1.2 +4678 -972 src/crypto/openssh/ChangeLog 1.15 +2 -8 src/crypto/openssh/FREEBSD-upgrade 1.2 +2 -2 src/crypto/openssh/FREEBSD-vendor 1.2 +122 -82 src/crypto/openssh/INSTALL 1.10 +1 -0 src/crypto/openssh/LICENCE 1.1 +243 -0 src/crypto/openssh/PROTOCOL (new) 1.1 +516 -0 src/crypto/openssh/PROTOCOL.agent (new) 1.2 +63 -561 src/crypto/openssh/README 1.2 +66 -4 src/crypto/openssh/README.platform 1.2 +0 -1780 src/crypto/openssh/RFC.nroff (dead) 1.1 +421 -0 src/crypto/openssh/addrmatch.c (new) 1.2 +100 -15 src/crypto/openssh/atomicio.c 1.5 +50 -7 src/crypto/openssh/audit-bsm.c 1.2 +31 -9 src/crypto/openssh/auth-bsdauth.c 1.2 +271 -118 src/crypto/openssh/auth-options.c 1.2 +15 -3 src/crypto/openssh/auth-options.h 1.21 +10 -9 src/crypto/openssh/auth-pam.c 1.23 +1 -1 src/crypto/openssh/auth-passwd.c 1.2 +120 -59 src/crypto/openssh/auth-rhosts.c 1.19 +2 -21 src/crypto/openssh/auth-rsa.c 1.2 +9 -2 src/crypto/openssh/auth-shadow.c 1.2 +88 -45 src/crypto/openssh/auth-sia.c 1.19 +3 -3 src/crypto/openssh/auth-skey.c 1.21 +52 -11 src/crypto/openssh/auth.c 1.19 +2 -3 src/crypto/openssh/auth.h 1.36 +6 -3 src/crypto/openssh/auth1.c 1.14 +2 -2 src/crypto/openssh/auth2-chall.c 1.2 +82 -28 src/crypto/openssh/auth2-gss.c 1.2 +23 -13 src/crypto/openssh/auth2-hostbased.c 1.2 +25 -54 src/crypto/openssh/auth2-none.c 1.2 +33 -34 src/crypto/openssh/auth2-pubkey.c 1.29 +79 -11 src/crypto/openssh/auth2.c 1.21 +18 -2 src/crypto/openssh/bufaux.c 1.2 +15 -7 src/crypto/openssh/bufbn.c 1.2 +62 -44 src/crypto/openssh/buffer.h 1.21 +5 -4 src/crypto/openssh/canohost.c 1.24 +250 -129 src/crypto/openssh/channels.c 1.17 +44 -12 src/crypto/openssh/channels.h 1.2 +11 -4 src/crypto/openssh/cipher-3des1.c 1.2 +8 -4 src/crypto/openssh/cipher-bf1.c 1.2 +12 -13 src/crypto/openssh/cipher-ctr.c 1.2 +1613 -522 src/crypto/openssh/clientloop.c 1.2 +36 -2 src/crypto/openssh/clientloop.h 1.16 +3 -2 src/crypto/openssh/compat.c 1.15 +2 -1 src/crypto/openssh/compat.h 1.21 +96 -13 src/crypto/openssh/config.h 1.1 +1423 -0 src/crypto/openssh/config.h.in (new) 1.2 +251 -52 src/crypto/openssh/defines.h 1.2 +237 -48 src/crypto/openssh/dh.c 1.2 +39 -1 src/crypto/openssh/dh.h 1.2 +82 -67 src/crypto/openssh/dns.c 1.2 +61 -21 src/crypto/openssh/entropy.c 1.2 +58 -7 src/crypto/openssh/groupaccess.c 1.2 +5 -19 src/crypto/openssh/groupaccess.h 1.2 +68 -43 src/crypto/openssh/gss-genr.c 1.2 +102 -29 src/crypto/openssh/gss-serv.c 1.24 +3 -1 src/crypto/openssh/includes.h 1.2 +458 -313 src/crypto/openssh/kex.c 1.2 +99 -52 src/crypto/openssh/kex.h 1.23 +116 -3 src/crypto/openssh/key.c 1.2 +73 -8 src/crypto/openssh/key.h 1.2 +329 -112 src/crypto/openssh/log.c 1.11 +9 -5 src/crypto/openssh/log.h 1.15 +1 -0 src/crypto/openssh/loginrec.c 1.2 +106 -32 src/crypto/openssh/mac.c 1.2 +6 -4 src/crypto/openssh/mac.h 1.2 +207 -11 src/crypto/openssh/match.c 1.2 +21 -12 src/crypto/openssh/match.h 1.2 +742 -18 src/crypto/openssh/misc.c 1.2 +77 -14 src/crypto/openssh/misc.h 1.2 +187 -157 src/crypto/openssh/moduli 1.1 +124 -0 src/crypto/openssh/moduli.5 (new) 1.2 +167 -134 src/crypto/openssh/moduli.c 1.24 +25 -8 src/crypto/openssh/monitor.c 1.3 +37 -20 src/crypto/openssh/monitor_fdpass.c 1.2 +2 -2 src/crypto/openssh/monitor_fdpass.h 1.2 +1 -5 src/crypto/openssh/monitor_mm.h 1.15 +47 -16 src/crypto/openssh/monitor_wrap.c 1.1 +728 -0 src/crypto/openssh/mux.c (new) 1.10 +3 -4 src/crypto/openssh/myproposal.h 1.2 +374 -92 src/crypto/openssh/nchan.c 1.2 +14 -15 src/crypto/openssh/openbsd-compat/base64.c 1.2 +42 -47 src/crypto/openssh/openbsd-compat/bindresvport.c 1.2 +97 -24 src/crypto/openssh/openbsd-compat/bsd-arc4random.c 1.2 +8 -2 src/crypto/openssh/openbsd-compat/bsd-asprintf.c 1.2 +587 -70 src/crypto/openssh/openbsd-compat/bsd-cray.c 1.2 +149 -76 src/crypto/openssh/openbsd-compat/bsd-cygwin_util.c 1.2 +39 -22 src/crypto/openssh/openbsd-compat/bsd-getpeereid.c 1.2 +155 -44 src/crypto/openssh/openbsd-compat/bsd-misc.c 1.1 +118 -0 src/crypto/openssh/openbsd-compat/bsd-poll.c (new) 1.1 +61 -0 src/crypto/openssh/openbsd-compat/bsd-poll.h (new) 1.2 +577 -471 src/crypto/openssh/openbsd-compat/bsd-snprintf.c 1.1 +37 -0 src/crypto/openssh/openbsd-compat/bsd-statvfs.c (new) 1.1 +68 -0 src/crypto/openssh/openbsd-compat/bsd-statvfs.h (new) 1.2 +12 -1 src/crypto/openssh/openbsd-compat/fake-rfc2553.c 1.10 +6 -2 src/crypto/openssh/openbsd-compat/fake-rfc2553.h 1.1 +274 -0 src/crypto/openssh/openbsd-compat/fmt_scaled.c (new) 1.2 +83 -51 src/crypto/openssh/openbsd-compat/getrrsetbyname.c 1.2 +12 -2 src/crypto/openssh/openbsd-compat/getrrsetbyname.h 1.2 +76 -117 src/crypto/openssh/openbsd-compat/glob.c 1.2 +23 -24 src/crypto/openssh/openbsd-compat/glob.h 1.2 +202 -27 src/crypto/openssh/openbsd-compat/openbsd-compat.h 1.2 +18 -2 src/crypto/openssh/openbsd-compat/openssl-compat.c 1.2 +38 -8 src/crypto/openssh/openbsd-compat/openssl-compat.h 1.2 +421 -12 src/crypto/openssh/openbsd-compat/port-aix.c 1.2 +112 -1 src/crypto/openssh/openbsd-compat/port-aix.h 1.2 +4 -2 src/crypto/openssh/openbsd-compat/port-linux.c 1.2 +2 -1 src/crypto/openssh/openbsd-compat/port-linux.h 1.2 +20 -1 src/crypto/openssh/openbsd-compat/port-tun.c 1.2 +27 -12 src/crypto/openssh/openbsd-compat/port-uw.c 1.2 +1 -1 src/crypto/openssh/openbsd-compat/port-uw.h 1.2 +16 -14 src/crypto/openssh/openbsd-compat/rresvport.c 1.2 +40 -57 src/crypto/openssh/openbsd-compat/setenv.c 1.2 +122 -60 src/crypto/openssh/openbsd-compat/setproctitle.c 1.2 +44 -14 src/crypto/openssh/openbsd-compat/sigact.c 1.2 +42 -14 src/crypto/openssh/openbsd-compat/sys-queue.h 1.2 +14 -10 src/crypto/openssh/openbsd-compat/sys-tree.h 1.2 +8 -7 src/crypto/openssh/openbsd-compat/xcrypt.c 1.2 +26 -6 src/crypto/openssh/openbsd-compat/xmmap.c 1.2 +1142 -280 src/crypto/openssh/packet.c 1.17 +6 -3 src/crypto/openssh/packet.h 1.29 +21 -12 src/crypto/openssh/readconf.c 1.21 +3 -2 src/crypto/openssh/readconf.h 1.2 +91 -21 src/crypto/openssh/scard-opensc.c 1.2 +163 -50 src/crypto/openssh/scp.1 1.12 +98 -40 src/crypto/openssh/scp.c 1.50 +363 -97 src/crypto/openssh/servconf.c 1.22 +11 -2 src/crypto/openssh/servconf.h 1.18 +49 -23 src/crypto/openssh/serverloop.c 1.51 +429 -195 src/crypto/openssh/session.c 1.12 +3 -1 src/crypto/openssh/session.h 1.2 +701 -316 src/crypto/openssh/sftp-client.c 1.2 +58 -51 src/crypto/openssh/sftp-client.h 1.1 +50 -0 src/crypto/openssh/sftp-server-main.c (new) 1.2 +59 -12 src/crypto/openssh/sftp-server.8 1.2 +826 -427 src/crypto/openssh/sftp-server.c 1.2 +306 -56 src/crypto/openssh/sftp.1 1.2 +1734 -165 src/crypto/openssh/sftp.c 1.2 +11 -1 src/crypto/openssh/sftp.h 1.2 +136 -74 src/crypto/openssh/ssh-add.1 1.19 +3 -2 src/crypto/openssh/ssh-add.c 1.2 +128 -84 src/crypto/openssh/ssh-agent.1 1.29 +81 -46 src/crypto/openssh/ssh-agent.c 1.2 +35 -25 src/crypto/openssh/ssh-gss.h 1.2 +390 -83 src/crypto/openssh/ssh-keygen.1 1.2 +1108 -181 src/crypto/openssh/ssh-keygen.c 1.2 +118 -54 src/crypto/openssh/ssh-keyscan.1 1.16 +4 -4 src/crypto/openssh/ssh-keyscan.c 1.2 +25 -10 src/crypto/openssh/ssh-keysign.8 1.2 +14 -14 src/crypto/openssh/ssh-rand-helper.8 1.2 +138 -78 src/crypto/openssh/ssh-rand-helper.c 1.36 +63 -9 src/crypto/openssh/ssh.1 1.33 +190 -386 src/crypto/openssh/ssh.c 1.33 +4 -3 src/crypto/openssh/ssh_config 1.24 +47 -12 src/crypto/openssh/ssh_config.5 1.4 +28 -0 src/crypto/openssh/ssh_namespace.h 1.34 +122 -37 src/crypto/openssh/sshconnect.c 1.10 +3 -3 src/crypto/openssh/sshconnect.h 1.19 +28 -8 src/crypto/openssh/sshconnect2.c 1.35 +80 -31 src/crypto/openssh/sshd.8 1.46 +124 -41 src/crypto/openssh/sshd.c 1.48 +14 -5 src/crypto/openssh/sshd_config 1.30 +125 -38 src/crypto/openssh/sshd_config.5 1.14 +2 -3 src/crypto/openssh/sshlogin.c 1.14 +1 -1 src/crypto/openssh/sshpty.c 1.2 +12 -32 src/crypto/openssh/sshpty.h 1.2 +12 -15 src/crypto/openssh/sshtty.c 1.2 +214 -78 src/crypto/openssh/ttymodes.c 1.1 +1277 -0 src/crypto/openssh/umac.c (new) 1.1 +123 -0 src/crypto/openssh/umac.h (new) 1.36 +4 -4 src/crypto/openssh/version.h 1.45 +4 -4 src/secure/lib/libssh/Makefile 1.16 +1 -1 src/secure/libexec/sftp-server/Makefile 1.37 +1 -1 src/secure/usr.bin/ssh/Makefile 1.53 +1 -1 src/secure/usr.sbin/sshd/Makefile From vs at FreeBSD.org Fri Aug 1 03:17:35 2008 From: vs at FreeBSD.org (Volker Stolz) Date: Fri Aug 1 03:17:41 2008 Subject: cvs commit: ports/mail/milter-bogom Makefile distinfo Message-ID: <200808010317.m713HYfa007389@repoman.freebsd.org> vs 2008-08-01 03:17:34 UTC FreeBSD ports repository Modified files: mail/milter-bogom Makefile distinfo Log: Update to 1.9.2 PR: ports/124154 Submitted by: maintainer Revision Changes Path 1.11 +1 -2 ports/mail/milter-bogom/Makefile 1.6 +3 -3 ports/mail/milter-bogom/distinfo From alc at FreeBSD.org Fri Aug 1 04:55:50 2008 From: alc at FreeBSD.org (Alan Cox) Date: Fri Aug 1 04:55:55 2008 Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include param.h Message-ID: <200808010455.m714tiPZ025732@repoman.freebsd.org> alc 2008-08-01 04:55:38 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include param.h Log: SVN rev 181112 on 2008-08-01 04:55:38Z by alc Enhance pmap_change_attr() with the ability to demote 1GB page mappings. Revision Changes Path 1.641 +105 -2 src/sys/amd64/amd64/pmap.c 1.23 +1 -0 src/sys/amd64/include/param.h From dougb at FreeBSD.org Fri Aug 1 05:16:21 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Fri Aug 1 05:16:32 2008 Subject: cvs commit: src/etc/defaults rc.conf Message-ID: <200808010516.m715G1q3028458@repoman.freebsd.org> dougb 2008-08-01 05:15:54 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: SVN rev 181113 on 2008-08-01 05:15:54Z by dougb Add the -c option for named_flags (still commented out) that is relevant for ports users, and change the comment to match. While I'm here fix the capitalization of the named_program comment. Revision Changes Path 1.338 +2 -2 src/etc/defaults/rc.conf From dougb at FreeBSD.org Fri Aug 1 06:11:47 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Fri Aug 1 06:11:58 2008 Subject: cvs commit: src/etc/rc.d named Message-ID: <200808010611.m716BlZw034031@repoman.freebsd.org> dougb 2008-08-01 06:11:33 UTC FreeBSD src repository Modified files: etc/rc.d named Log: SVN rev 181114 on 2008-08-01 06:11:33Z by dougb When using SRV records the protocols and services files need to be in the chroot /etc directory. PR: conf/121101 Submitted by: Stefan `Sec` Zehl Revision Changes Path 1.28 +9 -5 src/etc/rc.d/named From linimon at FreeBSD.org Fri Aug 1 06:16:58 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Fri Aug 1 06:17:09 2008 Subject: cvs commit: ports/devel/icu Makefile Message-ID: <200808010616.m716Gvwp034481@repoman.freebsd.org> linimon 2008-08-01 06:16:57 UTC FreeBSD ports repository Modified files: devel/icu Makefile Log: Mark as broken on sparc64: fails in Makefile step. Revision Changes Path 1.29 +4 -0 ports/devel/icu/Makefile From ale at FreeBSD.org Fri Aug 1 06:22:54 2008 From: ale at FreeBSD.org (Alex Dupre) Date: Fri Aug 1 06:23:00 2008 Subject: cvs commit: ports/security/pkcs11-helper Makefile distinfo Message-ID: <200808010622.m716MrUN034972@repoman.freebsd.org> ale 2008-08-01 06:22:53 UTC FreeBSD ports repository Modified files: security/pkcs11-helper Makefile distinfo Log: Update to 1.06 release. Revision Changes Path 1.7 +1 -1 ports/security/pkcs11-helper/Makefile 1.5 +3 -3 ports/security/pkcs11-helper/distinfo From marck at FreeBSD.org Fri Aug 1 08:01:48 2008 From: marck at FreeBSD.org (Dmitry Morozovsky) Date: Fri Aug 1 08:02:03 2008 Subject: cvs commit: src/usr.sbin/cron/cron do_command.c Message-ID: <200808010801.m7181mwI043903@repoman.freebsd.org> marck 2008-08-01 08:01:33 UTC FreeBSD src repository Modified files: usr.sbin/cron/cron do_command.c Log: SVN rev 181115 on 2008-08-01 08:01:33Z by marck Fix empty mailto (-m "") handling: somehow I missed all checks but the first, hence output would be written to the wrong filehandle. Submitted by: reg Approved by: yar (implicit) MFC after: ASAP Pointy hat to: marck Revision Changes Path 1.30 +3 -1 src/usr.sbin/cron/cron/do_command.c From marck at FreeBSD.org Fri Aug 1 08:13:19 2008 From: marck at FreeBSD.org (Dmitry Morozovsky) Date: Fri Aug 1 08:13:31 2008 Subject: cvs commit: src/usr.sbin/cron/cron do_command.c Message-ID: <200808010813.m718DJxW046433@repoman.freebsd.org> marck 2008-08-01 08:13:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/cron/cron do_command.c Log: SVN rev 181116 on 2008-08-01 08:13:01Z by marck MFC r181115: Fix empty mailto (-m "") handling: somehow I missed all checks but the first, hence output would be written to the wrong filehandle. Submitted by: reg Approved by: yar (implicit) MFC after: ASAP Pointy hat to: marck Revision Changes Path 1.27.2.2 +3 -1 src/usr.sbin/cron/cron/do_command.c From marck at FreeBSD.org Fri Aug 1 08:15:36 2008 From: marck at FreeBSD.org (Dmitry Morozovsky) Date: Fri Aug 1 08:15:43 2008 Subject: cvs commit: src/usr.sbin/cron/cron do_command.c Message-ID: <200808010815.m718FZ0x046646@repoman.freebsd.org> marck 2008-08-01 08:15:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/cron/cron do_command.c Log: SVN rev 181117 on 2008-08-01 08:15:25Z by marck MFC r181115: Fix empty mailto (-m "") handling: somehow I missed all checks but the first, hence output would be written to the wrong filehandle. Submitted by: reg Approved by: yar (implicit) MFC after: ASAP Pointy hat to: marck Revision Changes Path 1.22.8.4 +3 -1 src/usr.sbin/cron/cron/do_command.c From kostikbel at gmail.com Fri Aug 1 08:55:48 2008 From: kostikbel at gmail.com (Kostik Belousov) Date: Fri Aug 1 08:55:59 2008 Subject: cvs commit: src/sys/conf files src/sys/netinet tcp_subr.c tcp_syncache.c tcp_syncache.h tcp_usrreq.c In-Reply-To: <3c1674c90807311543q171b91f6n6274ce8c84be565d@mail.gmail.com> References: <200807302036.m6UKaQDa032283@repoman.freebsd.org> <20080731172546.GA97161@deviant.kiev.zoral.com.ua> <3c1674c90807311057r780ce429o7fc4c921e0cd6d81@mail.gmail.com> <3c1674c90807311543q171b91f6n6274ce8c84be565d@mail.gmail.com> Message-ID: <20080801085542.GC97161@deviant.kiev.zoral.com.ua> On Thu, Jul 31, 2008 at 03:43:05PM -0700, Kip Macy wrote: > This was fixed with the MFC in 181072. > > -Kip Thanks. > > On Thu, Jul 31, 2008 at 10:57 AM, Kip Macy wrote: > > No, will fix. > > > > > > > > On 7/31/08, Kostik Belousov wrote: > >> On Wed, Jul 30, 2008 at 08:35:41PM +0000, Kip Macy wrote: > >>> kmacy 2008-07-30 20:35:41 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: (Branch: RELENG_7) > >>> sys/conf files > >>> sys/netinet tcp_subr.c tcp_syncache.c tcp_syncache.h > >>> tcp_usrreq.c > >>> Log: > >>> SVN rev 181013 on 2008-07-30 20:35:41Z by kmacy > >>> > >>> MFC TCP hooks for conditionally tying TCP offload devices in to the TCP > >>> stack. > >>> > >>> Revision Changes Path > >>> 1.1243.2.32 +1 -0 src/sys/conf/files > >>> 1.300.2.4 +9 -2 src/sys/netinet/tcp_subr.c > >>> 1.130.2.9 +58 -13 src/sys/netinet/tcp_syncache.c > >>> 1.1.2.1 +6 -0 src/sys/netinet/tcp_syncache.h > >>> 1.163.2.4 +13 -9 src/sys/netinet/tcp_usrreq.c > >> > >> I am replying to the random commit in the series. > >> > >> Now, the kernel reports seemingly debugging information like > >> no toe capability on 0xc29da000 > >> no toe capability on 0xc29da000 > >> no toe capability on 0xc29da000 > >> no toe capability on 0xc29dfc00 > >> no toe capability on 0xc29da000 > >> > >> Is it necessary ? > >> > > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080801/da839217/attachment.pgp From miwi at FreeBSD.org Fri Aug 1 09:04:36 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Aug 1 09:04:47 2008 Subject: cvs commit: ports/x11-wm/kompmgr Makefile Message-ID: <200808010904.m7194a0f062884@repoman.freebsd.org> miwi 2008-08-01 09:04:36 UTC FreeBSD ports repository Modified files: x11-wm/kompmgr Makefile Log: - Add missing xorg dependency PR: 123406/126149 Submitted by: Mel Gergely Czuczy Revision Changes Path 1.21 +2 -1 ports/x11-wm/kompmgr/Makefile From rink at FreeBSD.org Fri Aug 1 09:19:53 2008 From: rink at FreeBSD.org (Rink Springer) Date: Fri Aug 1 09:19:59 2008 Subject: cvs commit: ports/net/kissd Makefile distinfo Message-ID: <200808010919.m719JqcV064147@repoman.freebsd.org> rink 2008-08-01 09:19:52 UTC FreeBSD ports repository (src committer) Modified files: net/kissd Makefile distinfo Log: Bump version from 0.1 to 0.3 - this fixes at least one critical bug and adds some neat features to boot :-) Reviewed by: arved Approved by: arved Revision Changes Path 1.4 +1 -1 ports/net/kissd/Makefile 1.3 +3 -3 ports/net/kissd/distinfo From rwatson at FreeBSD.org Fri Aug 1 09:41:54 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Fri Aug 1 09:42:00 2008 Subject: cvs commit: src/sys/net if_loop.c Message-ID: <200808010941.m719fqrp066076@repoman.freebsd.org> rwatson 2008-08-01 09:41:45 UTC FreeBSD src repository Modified files: sys/net if_loop.c Log: SVN rev 181118 on 2008-08-01 09:41:45Z by rwatson Remove further trailing white space. Revision Changes Path 1.118 +1 -1 src/sys/net/if_loop.c From arved at FreeBSD.org Fri Aug 1 09:46:54 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 09:47:00 2008 Subject: cvs commit: ports/editors/lfhex Makefile ports/graphics/qcomicbook Makefile ports/net-im/tapioca-qt Makefile ports/net-im/decibel Makefile ports/print/lyx15 Makefile ports/net-im/telepathy-qt Makefile ports/math/freemat Makefile ports/math/qwtplot3d-qt4 ... Message-ID: <200808010946.m719ksnQ066863@repoman.freebsd.org> arved 2008-08-01 09:46:54 UTC FreeBSD ports repository Modified files: editors/lfhex Makefile graphics/qcomicbook Makefile net-im/tapioca-qt Makefile net-im/decibel Makefile print/lyx15 Makefile net-im/telepathy-qt Makefile math/freemat Makefile math/qwtplot3d-qt4 Makefile Log: Remove unneeded rundeps on qt4 buildtools PR: 123362 Submitted by: Max Brazhnikov Revision Changes Path 1.26 +2 -2 ports/editors/lfhex/Makefile 1.22 +2 -2 ports/graphics/qcomicbook/Makefile 1.22 +2 -2 ports/math/freemat/Makefile 1.10 +2 -2 ports/math/qwtplot3d-qt4/Makefile 1.6 +2 -2 ports/net-im/decibel/Makefile 1.5 +2 -2 ports/net-im/tapioca-qt/Makefile 1.5 +2 -2 ports/net-im/telepathy-qt/Makefile 1.125 +2 -2 ports/print/lyx15/Makefile From kib at FreeBSD.org Fri Aug 1 09:47:29 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Fri Aug 1 09:47:41 2008 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys zfs_znode.h src/sys/fs/msdosfs denode.h msdosfs_vnops.c src/sys/fs/smbfs smbfs_node.h smbfs_vnops.c src/sys/fs/tmpfs tmpfs.h tmpfs_vfsops.c ... Message-ID: <200808010947.m719lTCo067192@repoman.freebsd.org> kib 2008-08-01 09:46:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys zfs_znode.h sys/fs/msdosfs denode.h msdosfs_vnops.c sys/fs/smbfs smbfs_node.h smbfs_vnops.c sys/fs/tmpfs tmpfs.h tmpfs_vfsops.c tmpfs_vnops.c sys/gnu/fs/ext2fs ext2_vnops.c inode.h sys/gnu/fs/xfs/FreeBSD xfs_vnops.c sys/kern kern_lockf.c vfs_default.c vfs_subr.c sys/nfs4client nfs4_vnops.c sys/nfsclient nfs_lock.c nfs_vnops.c nfsnode.h sys/sys lockf.h vnode.h sys/ufs/ufs inode.h ufs_vnops.c Log: SVN rev 181119 on 2008-08-01 09:46:19Z by kib MFC r178243: Move the head of byte-level advisory lock list from the filesystem-specific vnode data to the struct vnode. Provide the default implementation for the vop_advlock and vop_advlockasync. Purge the locks on the vnode reclaim by using the lf_purgelocks(). The default implementation is augmented for the nfs and smbfs. In the nfs_advlock, push the Giant inside the nfs_dolock. Before the change, the vop_advlock and vop_advlockasync have taken the unlocked vnode and dereferenced the fs-private inode data, racing with with the vnode reclamation due to forced unmount. Now, the vop_getattr under the shared vnode lock is used to obtain the inode size, and later, in the lf_advlockasync, after locking the vnode interlock, the VI_DOOMED flag is checked to prevent an operation on the doomed vnode. MFC r178247: Fix compilation with LOCKF_DEBUG. As was announced on the stable@, the MFC changes the VFS KBI on RELENG_7. Approved by: re (kensmith) Revision Changes Path 1.3.2.2 +0 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_znode.h 1.31.2.3 +0 -39 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 1.15.2.2 +0 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c 1.37.2.1 +0 -1 src/sys/fs/msdosfs/denode.h 1.179.2.3 +0 -35 src/sys/fs/msdosfs/msdosfs_vnops.c 1.7.10.1 +0 -1 src/sys/fs/smbfs/smbfs_node.h 1.65.2.2 +4 -4 src/sys/fs/smbfs/smbfs_vnops.c 1.11.2.2 +0 -3 src/sys/fs/tmpfs/tmpfs.h 1.11.2.4 +0 -1 src/sys/fs/tmpfs/tmpfs_vfsops.c 1.11.2.3 +0 -32 src/sys/fs/tmpfs/tmpfs_vnops.c 1.110.2.1 +0 -20 src/sys/gnu/fs/ext2fs/ext2_vnops.c 1.44.10.1 +0 -1 src/sys/gnu/fs/ext2fs/inode.h 1.6.2.1 +4 -4 src/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c 1.57.2.3 +97 -2 src/sys/kern/kern_lockf.c 1.138.2.1 +40 -1 src/sys/kern/vfs_default.c 1.707.2.7 +5 -0 src/sys/kern/vfs_subr.c 1.37.2.2 +29 -11 src/sys/nfs4client/nfs4_vnops.c 1.45.2.2 +18 -8 src/sys/nfsclient/nfs_lock.c 1.276.2.3 +23 -19 src/sys/nfsclient/nfs_vnops.c 1.60.2.1 +0 -1 src/sys/nfsclient/nfsnode.h 1.20.2.2 +6 -0 src/sys/sys/lockf.h 1.326.2.3 +3 -0 src/sys/sys/vnode.h 1.51.2.1 +0 -1 src/sys/ufs/ufs/inode.h 1.291.2.3 +0 -41 src/sys/ufs/ufs/ufs_vnops.c From keramida at freebsd.org Fri Aug 1 09:54:10 2008 From: keramida at freebsd.org (Giorgos Keramidas) Date: Fri Aug 1 09:54:17 2008 Subject: cvs commit: src/sys/conf newvers.sh In-Reply-To: <200807161029.m6GATt4V031164@repoman.freebsd.org> (Doug Barton's message of "Wed, 16 Jul 2008 10:29:42 +0000 (UTC)") References: <200807161029.m6GATt4V031164@repoman.freebsd.org> Message-ID: <87ej59kqmr.fsf@kobe.laptop> On Wed, 16 Jul 2008 10:29:42 +0000 (UTC), Doug Barton wrote: > dougb 2008-07-16 10:29:42 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/conf newvers.sh > Log: > SVN rev 180557 on 2008-07-16 10:29:42Z by dougb > > MFC r179637, r179655, and r180503, the inclusion of the svnversion info > for uname. > > Revision Changes Path > 1.69.2.17 +18 -2 src/sys/conf/newvers.sh Hi Doug, Instead of trying to guess ${SRCDIR} we could let make tell us its value, at the last possible moment, by a patch like the one below. Does it look like something we should commit? %%% diff -r fe80b79b9f0e sys/conf/kern.post.mk --- a/sys/conf/kern.post.mk Fri Aug 01 02:48:36 2008 +0000 +++ b/sys/conf/kern.post.mk Fri Aug 01 12:50:18 2008 +0300 @@ -244,7 +244,7 @@ ${NORMAL_LINT} vers.c: $S/conf/newvers.sh $S/sys/param.h ${SYSTEM_DEP} - MAKE=${MAKE} sh $S/conf/newvers.sh ${KERN_IDENT} + MAKE=${MAKE} SRCDIR=$s sh $S/conf/newvers.sh ${KERN_IDENT} vnode_if.c: $S/tools/vnode_if.awk $S/kern/vnode_if.src ${AWK} -f $S/tools/vnode_if.awk $S/kern/vnode_if.src -c diff -r fe80b79b9f0e sys/conf/newvers.sh --- a/sys/conf/newvers.sh Fri Aug 01 02:48:36 2008 +0000 +++ b/sys/conf/newvers.sh Fri Aug 01 12:50:18 2008 +0300 @@ -90,13 +90,11 @@ for dir in /bin /usr/bin /usr/local/bin; do if [ -x "${dir}/svnversion" ]; then svnversion=${dir}/svnversion - SRCDIR=${d##*obj} - SRCDIR=${SRCDIR%%/sys/*} break fi done -if [ -n "$svnversion" -a -d "${SRCDIR}/.svn" ] ; then +if [ -n "$svnversion" -a -n "${SRCDIR}" -a -d "${SRCDIR}/.svn" ] ; then svn=" r`cd $SRCDIR && $svnversion`" else svn="" %%% From kib at FreeBSD.org Fri Aug 1 10:08:18 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Fri Aug 1 10:08:25 2008 Subject: cvs commit: src/sys/kern kern_exec.c kern_proc.c src/sys/sys proc.h Message-ID: <200808011008.m71A8IjW070006@repoman.freebsd.org> kib 2008-08-01 10:07:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_exec.c kern_proc.c sys/sys proc.h Log: SVN rev 181120 on 2008-08-01 10:07:40Z by kib MFC r180799: Call pargs_drop() unconditionally in do_execve(), the function correctly handles the NULL argument. Make pargs_free() static. Revision Changes Path 1.308.2.4 +2 -4 src/sys/kern/kern_exec.c 1.252.2.9 +2 -1 src/sys/kern/kern_proc.c 1.491.2.7 +0 -1 src/sys/sys/proc.h From keramida at ceid.upatras.gr Fri Aug 1 10:13:50 2008 From: keramida at ceid.upatras.gr (Giorgos Keramidas) Date: Fri Aug 1 10:13:57 2008 Subject: cvs commit: src/sys/conf newvers.sh In-Reply-To: <87ej59kqmr.fsf@kobe.laptop> (Giorgos Keramidas's message of "Fri, 01 Aug 2008 12:53:48 +0300") References: <200807161029.m6GATt4V031164@repoman.freebsd.org> <87ej59kqmr.fsf@kobe.laptop> Message-ID: <877ib1kpqc.fsf@kobe.laptop> On Fri, 01 Aug 2008 12:53:48 +0300, Giorgos Keramidas wrote: > On Wed, 16 Jul 2008 10:29:42 +0000 (UTC), Doug Barton wrote: >> dougb 2008-07-16 10:29:42 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/conf newvers.sh >> Log: >> SVN rev 180557 on 2008-07-16 10:29:42Z by dougb >> >> MFC r179637, r179655, and r180503, the inclusion of the svnversion info >> for uname. >> >> Revision Changes Path >> 1.69.2.17 +18 -2 src/sys/conf/newvers.sh > > Hi Doug, > > Instead of trying to guess ${SRCDIR} we could let make tell us its > value, at the last possible moment, by a patch like the one below. > Does it look like something we should commit? > > %%% > diff -r fe80b79b9f0e sys/conf/kern.post.mk > --- a/sys/conf/kern.post.mk Fri Aug 01 02:48:36 2008 +0000 > +++ b/sys/conf/kern.post.mk Fri Aug 01 12:50:18 2008 +0300 > @@ -244,7 +244,7 @@ > ${NORMAL_LINT} > > vers.c: $S/conf/newvers.sh $S/sys/param.h ${SYSTEM_DEP} > - MAKE=${MAKE} sh $S/conf/newvers.sh ${KERN_IDENT} > + MAKE=${MAKE} SRCDIR=$s sh $S/conf/newvers.sh ${KERN_IDENT} ``SRCDIR=$S'' of course... Sorry for botching the copy/paste here. From rwatson at FreeBSD.org Fri Aug 1 10:32:21 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Fri Aug 1 10:32:29 2008 Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.c Message-ID: <200808011032.m71AWLrC071897@repoman.freebsd.org> rwatson 2008-08-01 10:32:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_subr.c tcp_timer.c Log: SVN rev 181121 on 2008-08-01 10:32:11Z by rwatson Merge r179487 from head to stable/7: When allocating temporary storage to hold a TCP/IP packet header template, use an M_TEMP malloc(9) allocation rather than an mbuf with mtod(9) and dtom(9). This eliminates the last use of dtom(9) in TCP. Revision Changes Path 1.300.2.5 +6 -10 src/sys/netinet/tcp_subr.c 1.99.2.1 +1 -1 src/sys/netinet/tcp_timer.c From keramida at ceid.upatras.gr Fri Aug 1 10:51:48 2008 From: keramida at ceid.upatras.gr (Giorgos Keramidas) Date: Fri Aug 1 10:51:54 2008 Subject: cvs commit: src/sys/conf newvers.sh In-Reply-To: <877ib1kpqc.fsf@kobe.laptop> (Giorgos Keramidas's message of "Fri, 01 Aug 2008 13:13:15 +0300") References: <200807161029.m6GATt4V031164@repoman.freebsd.org> <87ej59kqmr.fsf@kobe.laptop> <877ib1kpqc.fsf@kobe.laptop> Message-ID: <87sktpggam.fsf@kobe.laptop> On Fri, 01 Aug 2008 13:13:15 +0300, Giorgos Keramidas wrote: >> Instead of trying to guess ${SRCDIR} we could let make tell us its >> value, at the last possible moment, by a patch like the one below. >> Does it look like something we should commit? Hmmm, not a good idea it seems. includes/Makefile uses newvers.sh too, among many other places. Sorry for the noise. From rwatson at FreeBSD.org Fri Aug 1 11:00:23 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Fri Aug 1 11:00:35 2008 Subject: cvs commit: src/sys/security/audit audit.c Message-ID: <200808011100.m71B0NQK074611@repoman.freebsd.org> rwatson 2008-08-01 11:00:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit.c Log: SVN rev 181122 on 2008-08-01 11:00:14Z by rwatson Merge r179517 from head to stable/7: Add an XXX comment regarding a bug I introduced when modifying the behavior of audit log vnode rotation: on shutdown, we may not properly drain all pending records, which could lead to lost records during system shutdown. Revision Changes Path 1.33.2.5 +3 -0 src/sys/security/audit/audit.c From mm at FreeBSD.org Fri Aug 1 11:05:47 2008 From: mm at FreeBSD.org (Martin Matuska) Date: Fri Aug 1 11:05:54 2008 Subject: cvs commit: ports/net-im/jabberd Makefile distinfo Message-ID: <200808011105.m71B5lWY076181@repoman.freebsd.org> mm 2008-08-01 11:05:47 UTC FreeBSD ports repository Modified files: net-im/jabberd Makefile distinfo Log: - Update to 2.2.2 Revision Changes Path 1.61 +1 -2 ports/net-im/jabberd/Makefile 1.27 +3 -3 ports/net-im/jabberd/distinfo From rwatson at FreeBSD.org Fri Aug 1 11:11:25 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Fri Aug 1 11:11:40 2008 Subject: cvs commit: src/sys/nfsserver nfs_syscalls.c Message-ID: <200808011111.m71BBOVh076753@repoman.freebsd.org> rwatson 2008-08-01 11:11:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsserver nfs_syscalls.c Log: SVN rev 181123 on 2008-08-01 11:11:12Z by rwatson Merge r180131 from head to stable/7: Remove spls from NFS server setup call; expand receive socket buffer locking to cover full setup of socket upcalls; remove XXX about locking. Revision Changes Path 1.116.2.2 +3 -8 src/sys/nfsserver/nfs_syscalls.c From pav at FreeBSD.org Fri Aug 1 11:25:51 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 11:26:02 2008 Subject: cvs commit: ports/sysutils/facter Makefile distinfo pkg-plist Message-ID: <200808011125.m71BPpmk079709@repoman.freebsd.org> pav 2008-08-01 11:25:51 UTC FreeBSD ports repository Modified files: sysutils/facter Makefile distinfo pkg-plist Log: - Update to 1.5.0 PR: ports/126156 Submitted by: Tomoyuki Sakurai (maintainer) Revision Changes Path 1.4 +2 -2 ports/sysutils/facter/Makefile 1.4 +3 -3 ports/sysutils/facter/distinfo 1.3 +41 -6 ports/sysutils/facter/pkg-plist From pav at FreeBSD.org Fri Aug 1 11:32:30 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 11:32:36 2008 Subject: cvs commit: ports/net-mgmt/nfdump Makefile distinfo Message-ID: <200808011132.m71BWUdb080204@repoman.freebsd.org> pav 2008-08-01 11:32:30 UTC FreeBSD ports repository Modified files: net-mgmt/nfdump Makefile distinfo Log: - Update to 1.5.7 - Add nfprofile option (enabled by default) PR: ports/126144 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.15 +13 -8 ports/net-mgmt/nfdump/Makefile 1.11 +3 -3 ports/net-mgmt/nfdump/distinfo From pav at FreeBSD.org Fri Aug 1 11:43:55 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 11:44:07 2008 Subject: cvs commit: ports/editors/xmlcopyeditor Makefile distinfo pkg-plist ports/editors/xmlcopyeditor/files patch-aclocal.m4.diff patch-configure.in.diff patch-src_Makefile.am.diff patch-src_xmlcopyeditor.cpp.diff patch-src_xmlcopyeditor.h.diff pkg-message.in Message-ID: <200808011143.m71Bht1c081192@repoman.freebsd.org> pav 2008-08-01 11:43:55 UTC FreeBSD ports repository Modified files: editors/xmlcopyeditor Makefile distinfo pkg-plist editors/xmlcopyeditor/files patch-configure.in.diff patch-src_Makefile.am.diff patch-src_xmlcopyeditor.cpp.diff patch-src_xmlcopyeditor.h.diff Removed files: editors/xmlcopyeditor/files patch-aclocal.m4.diff pkg-message.in Log: - Update to 1.2.0 PR: ports/126129 Submitted by: Jose Garcia Juanino (maintainer) Revision Changes Path 1.4 +16 -19 ports/editors/xmlcopyeditor/Makefile 1.3 +3 -3 ports/editors/xmlcopyeditor/distinfo 1.2 +0 -83 ports/editors/xmlcopyeditor/files/patch-aclocal.m4.diff (dead) 1.2 +2 -2 ports/editors/xmlcopyeditor/files/patch-configure.in.diff 1.3 +4 -14 ports/editors/xmlcopyeditor/files/patch-src_Makefile.am.diff 1.3 +4 -4 ports/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff 1.2 +2 -2 ports/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.h.diff 1.2 +0 -8 ports/editors/xmlcopyeditor/files/pkg-message.in (dead) 1.3 +5 -4 ports/editors/xmlcopyeditor/pkg-plist From pav at FreeBSD.org Fri Aug 1 11:54:11 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 11:54:17 2008 Subject: cvs commit: ports/sysutils/puppet-devel Makefile distinfo ports/sysutils/puppet-devel/files patch-install.rb Message-ID: <200808011154.m71BsALf081999@repoman.freebsd.org> pav 2008-08-01 11:54:10 UTC FreeBSD ports repository Modified files: sysutils/puppet-devel Makefile distinfo Added files: sysutils/puppet-devel/files patch-install.rb Log: - Update to 0.24.5 PR: ports/126154 Submitted by: Tomoyuki Sakurai (maintainer) Revision Changes Path 1.7 +2 -4 ports/sysutils/puppet-devel/Makefile 1.6 +3 -3 ports/sysutils/puppet-devel/distinfo 1.1 +25 -0 ports/sysutils/puppet-devel/files/patch-install.rb (new) From pav at FreeBSD.org Fri Aug 1 12:00:41 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 12:00:47 2008 Subject: cvs commit: ports/net-mgmt/argus3 Makefile Message-ID: <200808011200.m71C0ffZ082574@repoman.freebsd.org> pav 2008-08-01 12:00:41 UTC FreeBSD ports repository Modified files: net-mgmt/argus3 Makefile Log: - Fix SASL2 support (argus[37157]: looking for plugins in '/usr/lib/sasl2', failed to open directory, error: No such file or directory) - Look for sasl in LOCALBASE, not in PREFIX PR: ports/123880 Submitted by: Tomoyuki Sakurai Approved by: maintainer timeout (se; 2 months) Revision Changes Path 1.2 +5 -1 ports/net-mgmt/argus3/Makefile From pav at FreeBSD.org Fri Aug 1 12:06:53 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 12:06:59 2008 Subject: cvs commit: ports/net-mgmt/argus3-clients Makefile Message-ID: <200808011206.m71C6rXp084210@repoman.freebsd.org> pav 2008-08-01 12:06:53 UTC FreeBSD ports repository Modified files: net-mgmt/argus3-clients Makefile Log: - Add DEBUG option - Look for sasl2 in LOCALBASE instead of PREFIX PR: ports/123955 Submitted by: Tomoyuki Sakurai Approved by: maintainer timeout (se; 2 months) Revision Changes Path 1.2 +8 -2 ports/net-mgmt/argus3-clients/Makefile From arved at FreeBSD.org Fri Aug 1 12:07:11 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 12:07:29 2008 Subject: cvs commit: ports/x11/kdebase3 Makefile Message-ID: <200808011207.m71C7Aqt084256@repoman.freebsd.org> arved 2008-08-01 12:07:10 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile Log: Add missing dependencies on xorg libraries PR: 123406, 126130 Submitted by: Mel Reported by: Gergely Czuczy Revision Changes Path 1.207 +2 -2 ports/x11/kdebase3/Makefile From pav at FreeBSD.org Fri Aug 1 12:18:33 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 12:18:40 2008 Subject: cvs commit: ports/www/fluxcms Makefile distinfo pkg-plist Message-ID: <200808011218.m71CIX5H085141@repoman.freebsd.org> pav 2008-08-01 12:18:33 UTC FreeBSD ports repository Modified files: www/fluxcms Makefile distinfo pkg-plist Log: - Update to 20080801 snapshot PR: ports/126157 Submitted by: Beat Gatzi (maintainer) Revision Changes Path 1.15 +2 -2 ports/www/fluxcms/Makefile 1.8 +3 -3 ports/www/fluxcms/distinfo 1.8 +73 -1 ports/www/fluxcms/pkg-plist From pav at FreeBSD.org Fri Aug 1 12:24:14 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 12:24:20 2008 Subject: cvs commit: ports/devel/py-cheetah Makefile ports/www/cheetah Makefile Message-ID: <200808011224.m71CODRk085650@repoman.freebsd.org> pav 2008-08-01 12:24:13 UTC FreeBSD ports repository Modified files: devel/py-cheetah Makefile www/cheetah Makefile Log: - Register conflicts between devel/py-cheetah and www/cheetah ports PR: ports/126152 Submitted by: Dmitry Kazarov Revision Changes Path 1.12 +2 -0 ports/devel/py-cheetah/Makefile 1.14 +2 -0 ports/www/cheetah/Makefile From arved at FreeBSD.org Fri Aug 1 12:28:06 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 12:28:17 2008 Subject: cvs commit: ports/net/kdenetwork3 Makefile Message-ID: <200808011228.m71CS5lR085969@repoman.freebsd.org> arved 2008-08-01 12:28:05 UTC FreeBSD ports repository Modified files: net/kdenetwork3 Makefile Log: Add missing dependency on libXtst PR: 123406 Submitted by: Mel Reported by: Gergely Czuczy Revision Changes Path 1.131 +2 -0 ports/net/kdenetwork3/Makefile From pav at FreeBSD.org Fri Aug 1 12:32:36 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 12:32:42 2008 Subject: cvs commit: ports/lang/squeak Makefile pkg-descr Message-ID: <200808011232.m71CWZvI086332@repoman.freebsd.org> pav 2008-08-01 12:32:35 UTC FreeBSD ports repository Modified files: lang/squeak Makefile pkg-descr Log: - Reorganize Makefile to only download distfiles relevant to enabled OPTIONS - Update WWW PR: ports/126081 Submitted by: Pedro F. Giffuni Approved by: Takeshi MUTOH (maintainer) Revision Changes Path 1.18 +9 -9 ports/lang/squeak/Makefile 1.2 +1 -1 ports/lang/squeak/pkg-descr From arved at FreeBSD.org Fri Aug 1 12:40:03 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 12:40:20 2008 Subject: cvs commit: ports/textproc/weka Makefile distinfo Message-ID: <200808011240.m71Ce3j0086987@repoman.freebsd.org> arved 2008-08-01 12:40:03 UTC FreeBSD ports repository Modified files: textproc/weka Makefile distinfo Log: Update to 3-4-13 PR: 1266145 Submitted by: maintainer Revision Changes Path 1.7 +1 -2 ports/textproc/weka/Makefile 1.5 +3 -3 ports/textproc/weka/distinfo From arved at FreeBSD.org Fri Aug 1 12:57:25 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 12:57:32 2008 Subject: cvs commit: ports/security/ipsec-tools Makefile Message-ID: <200808011257.m71CvPNg097604@repoman.freebsd.org> arved 2008-08-01 12:57:25 UTC FreeBSD ports repository Modified files: security/ipsec-tools Makefile Log: Add an WITH_LDAP option enable hybrid, xauth and mode-cfg per default PR: 125748 Submitted by: Matthew Grooms Approved by: vanhu (maintainer) Revision Changes Path 1.21 +11 -3 ports/security/ipsec-tools/Makefile From arved at FreeBSD.org Fri Aug 1 13:01:08 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 13:01:34 2008 Subject: cvs commit: ports/devel/cmake Makefile ports/devel/cmake/files patch-Modules_FindQt4.cmake Message-ID: <200808011301.m71D17JX097962@repoman.freebsd.org> arved 2008-08-01 13:01:07 UTC FreeBSD ports repository Modified files: devel/cmake Makefile devel/cmake/files patch-Modules_FindQt4.cmake Log: Fix detection of qt4's lupdate and lrelease binaries PR: 125815 Submitted by: Max Brazhnikov Revision Changes Path 1.24 +1 -0 ports/devel/cmake/Makefile 1.2 +20 -4 ports/devel/cmake/files/patch-Modules_FindQt4.cmake From jhb at FreeBSD.org Fri Aug 1 13:11:42 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 13:11:53 2008 Subject: cvs commit: src/sys/dev/agp agp_i810.c Message-ID: <200808011311.m71DBf33099960@repoman.freebsd.org> jhb 2008-08-01 13:11:23 UTC FreeBSD src repository Modified files: sys/dev/agp agp_i810.c Log: SVN rev 181124 on 2008-08-01 13:11:23Z by jhb Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have been tested: PR: amd64/126090 MFC after: 1 week Revision Changes Path 1.47 +0 -2 src/sys/dev/agp/agp_i810.c From cognet at FreeBSD.org Fri Aug 1 13:12:16 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Fri Aug 1 13:12:27 2008 Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd main.c Message-ID: <200808011312.m71DCCmb000124@repoman.freebsd.org> cognet 2008-08-01 13:12:06 UTC FreeBSD src repository Modified files: usr.sbin/bootparamd/bootparamd main.c Log: SVN rev 181125 on 2008-08-01 13:12:06Z by cognet Char is unsigned on arm, so is not suitable to store the return value of getopt(). Use an int instead. Submitted by: Matthew Luckie MFC after: 3 days Revision Changes Path 1.13 +2 -2 src/usr.sbin/bootparamd/bootparamd/main.c From amdmi3 at FreeBSD.org Fri Aug 1 13:39:02 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Fri Aug 1 13:39:20 2008 Subject: cvs commit: ports/games Makefile ports/games/love Makefile distinfo pkg-descr ports/games/love/files patch-Makefile Message-ID: <200808011339.m71Dd2H3002307@repoman.freebsd.org> amdmi3 2008-08-01 13:39:02 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/love Makefile distinfo pkg-descr games/love/files patch-Makefile Log: LOVE is an open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences. It relies on OpenGL graphics and the SDL interface library to allow for cross-platform implementation and is an all-encompassing gaming environment for the development and enjoyment of 2D games. WWW: http://www.love2d.org/ Approved by: miwi (mentor implicit) Revision Changes Path 1.1229 +1 -0 ports/games/Makefile 1.1 +54 -0 ports/games/love/Makefile (new) 1.1 +3 -0 ports/games/love/distinfo (new) 1.1 +41 -0 ports/games/love/files/patch-Makefile (new) 1.1 +7 -0 ports/games/love/pkg-descr (new) From arved at FreeBSD.org Fri Aug 1 13:51:13 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 13:51:24 2008 Subject: cvs commit: ports/deskutils/kmatrix3d Makefile Message-ID: <200808011351.m71DpDuZ003308@repoman.freebsd.org> arved 2008-08-01 13:51:13 UTC FreeBSD ports repository Modified files: deskutils/kmatrix3d Makefile Log: Add missing build dependencies PR: 124709, 122416 Submitted by: Max Brazhnikov Revision Changes Path 1.5 +5 -8 ports/deskutils/kmatrix3d/Makefile From arved at FreeBSD.org Fri Aug 1 13:58:07 2008 From: arved at FreeBSD.org (Tilman Linneweh) Date: Fri Aug 1 13:58:14 2008 Subject: cvs commit: ports/deskutils/ksmoothdock Makefile Message-ID: <200808011358.m71Dw7H2003923@repoman.freebsd.org> arved 2008-08-01 13:58:07 UTC FreeBSD ports repository Modified files: deskutils/ksmoothdock Makefile Log: Try to fix the reported build problems PR: 122416 Inspired by: a patch by Max Brazhnikov for kmatrix3d Revision Changes Path 1.15 +2 -1 ports/deskutils/ksmoothdock/Makefile From tabthorpe at FreeBSD.org Fri Aug 1 14:31:52 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Fri Aug 1 14:32:04 2008 Subject: cvs commit: ports/devel/pear-XML_Util Makefile distinfo Message-ID: <200808011431.m71EVpp1007740@repoman.freebsd.org> tabthorpe 2008-08-01 14:31:51 UTC FreeBSD ports repository Modified files: devel/pear-XML_Util Makefile distinfo Log: - Update to 1.2.0 PR: ports/126153 Submitted by: Wen heping Reported by: portscout Revision Changes Path 1.17 +18 -1 ports/devel/pear-XML_Util/Makefile 1.11 +3 -3 ports/devel/pear-XML_Util/distinfo From emaste at FreeBSD.org Fri Aug 1 15:14:00 2008 From: emaste at FreeBSD.org (Ed Maste) Date: Fri Aug 1 15:14:06 2008 Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200808011513.m71FDxdD012151@repoman.freebsd.org> emaste 2008-08-01 15:13:56 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: SVN rev 181126 on 2008-08-01 15:13:56Z by emaste Fix whitespace. Revision Changes Path 1.198 +2 -2 src/sys/cam/cam_xpt.c From tabthorpe at FreeBSD.org Fri Aug 1 17:28:34 2008 From: tabthorpe at FreeBSD.org (Thomas Abthorpe) Date: Fri Aug 1 17:28:45 2008 Subject: cvs commit: ports/sysutils/virtualmin Makefile distinfo pkg-plist Message-ID: <200808011728.m71HSXZG034066@repoman.freebsd.org> tabthorpe 2008-08-01 17:28:33 UTC FreeBSD ports repository Modified files: sysutils/virtualmin Makefile distinfo pkg-plist Log: - Update to 3.60 Notified by: portscout Revision Changes Path 1.33 +1 -1 ports/sysutils/virtualmin/Makefile 1.31 +3 -3 ports/sysutils/virtualmin/distinfo 1.26 +11 -0 ports/sysutils/virtualmin/pkg-plist From emaste at FreeBSD.org Fri Aug 1 18:26:26 2008 From: emaste at FreeBSD.org (Ed Maste) Date: Fri Aug 1 18:26:32 2008 Subject: cvs commit: src/sys/cam cam_periph.c cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_sa.c Message-ID: <200808011826.m71IQPbk039757@repoman.freebsd.org> emaste 2008-08-01 18:25:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam cam_periph.c cam_xpt.c sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_sa.c Log: SVN rev 181127 on 2008-08-01 18:25:28Z by emaste MFC r169562: Eliminate the use of M_TEMP. Revision Changes Path 1.60.2.3 +3 -2 src/sys/cam/cam_periph.c 1.155.2.13 +20 -20 src/sys/cam/cam_xpt.c 1.93.2.4 +68 -66 src/sys/cam/scsi/scsi_cd.c 1.42.2.1 +8 -6 src/sys/cam/scsi/scsi_ch.c 1.180.2.16 +10 -7 src/sys/cam/scsi/scsi_da.c 1.105.2.2 +11 -11 src/sys/cam/scsi/scsi_sa.c From dougb at FreeBSD.org Fri Aug 1 19:30:21 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Fri Aug 1 19:30:32 2008 Subject: cvs commit: ports/x11-fm/worker Makefile distinfo Message-ID: <200808011930.m71JUKOl057139@repoman.freebsd.org> dougb 2008-08-01 19:30:20 UTC FreeBSD ports repository Modified files: x11-fm/worker Makefile distinfo Log: Upgrade to 2.16.5 Download the PGP signature and add a verify target Approved by: Simon Dick (maintainer) Revision Changes Path 1.38 +6 -2 ports/x11-fm/worker/Makefile 1.29 +6 -3 ports/x11-fm/worker/distinfo From nivit at FreeBSD.org Fri Aug 1 19:41:18 2008 From: nivit at FreeBSD.org (Nicola Vitale) Date: Fri Aug 1 19:41:24 2008 Subject: cvs commit: ports/java/eclipse-aptana Makefile distinfo Message-ID: <200808011941.m71JfIaL061734@repoman.freebsd.org> nivit 2008-08-01 19:41:18 UTC FreeBSD ports repository Modified files: java/eclipse-aptana Makefile distinfo Log: - Update to 1.1.7.015414 Revision Changes Path 1.7 +2 -2 ports/java/eclipse-aptana/Makefile 1.6 +3 -3 ports/java/eclipse-aptana/distinfo From jhb at FreeBSD.org Fri Aug 1 19:50:48 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 19:50:55 2008 Subject: cvs commit: src/sys/ufs/ufs ufs_lookup.c src/sys/vm vm_object.c vm_object.h vnode_pager.c Message-ID: <200808011950.m71Jomtc062491@repoman.freebsd.org> jhb 2008-08-01 19:50:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_lookup.c sys/vm vm_object.c vm_object.h vnode_pager.c Log: SVN rev 181128 on 2008-08-01 19:50:07Z by jhb MFC: Allow VM object creation in ufs_lookup(). Revision Changes Path 1.77.2.7 +9 -0 src/sys/ufs/ufs/ufs_lookup.c 1.349.2.8 +22 -11 src/sys/vm/vm_object.c 1.111.2.1 +1 -0 src/sys/vm/vm_object.h 1.221.2.10 +12 -3 src/sys/vm/vnode_pager.c From jhb at FreeBSD.org Fri Aug 1 20:11:05 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 20:11:17 2008 Subject: cvs commit: src/sys/i386/i386 mp_machdep.c Message-ID: <200808012011.m71KB5qN065225@repoman.freebsd.org> jhb 2008-08-01 20:10:47 UTC FreeBSD src repository Modified files: sys/i386/i386 mp_machdep.c Log: SVN rev 181129 on 2008-08-01 20:10:47Z by jhb Adjust comment. This stack is only used for booting now and not as an idle stack. Revision Changes Path 1.288 +1 -1 src/sys/i386/i386/mp_machdep.c From jhb at FreeBSD.org Fri Aug 1 20:17:37 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 20:17:49 2008 Subject: cvs commit: src/sys/i386/i386 locore.s machdep.c mp_machdep.c pmap.c src/sys/i386/include pmap.h Message-ID: <200808012017.m71KHb9g065732@repoman.freebsd.org> jhb 2008-08-01 20:17:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/i386 locore.s machdep.c mp_machdep.c pmap.c sys/i386/include pmap.h Log: SVN rev 181130 on 2008-08-01 20:17:21Z by jhb MFC: Drastically simplify the i386 pcpu backend by merging parts of the amd64 mechanism over. Revision Changes Path 1.188.2.1 +0 -65 src/sys/i386/i386/locore.s 1.658.2.9 +2 -9 src/sys/i386/i386/machdep.c 1.281.2.4 +23 -46 src/sys/i386/i386/mp_machdep.c 1.594.2.7 +0 -10 src/sys/i386/i386/pmap.c 1.128.2.1 +1 -12 src/sys/i386/include/pmap.h From pav at FreeBSD.org Fri Aug 1 20:27:01 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 20:27:18 2008 Subject: cvs commit: ports/net/liferea Makefile distinfo Message-ID: <200808012027.m71KR0Ui066515@repoman.freebsd.org> pav 2008-08-01 20:27:00 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Log: - Update to 1.4.18 Submitted by: mezz Revision Changes Path 1.125 +1 -1 ports/net/liferea/Makefile 1.96 +3 -3 ports/net/liferea/distinfo From jhb at FreeBSD.org Fri Aug 1 20:31:09 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 20:31:15 2008 Subject: cvs commit: src/sys/i386/i386 locore.s machdep.c mp_machdep.c pmap.c src/sys/i386/include pmap.h Message-ID: <200808012031.m71KV9NN066903@repoman.freebsd.org> jhb 2008-08-01 20:31:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 locore.s machdep.c mp_machdep.c pmap.c sys/i386/include pmap.h Log: SVN rev 181131 on 2008-08-01 20:31:07Z by jhb MFC: Drastically simplify the i386 pcpu backend by merging parts of the amd64 mechanism over. Revision Changes Path 1.186.2.1 +0 -65 src/sys/i386/i386/locore.s 1.616.2.15 +2 -9 src/sys/i386/i386/machdep.c 1.252.2.14 +23 -46 src/sys/i386/i386/mp_machdep.c 1.523.2.25 +0 -10 src/sys/i386/i386/pmap.c 1.117.2.4 +1 -12 src/sys/i386/include/pmap.h From pav at FreeBSD.org Fri Aug 1 20:32:08 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 1 20:32:14 2008 Subject: cvs commit: ports/palm Makefile ports/palm/barry Makefile distinfo pkg-descr pkg-message pkg-plist Message-ID: <200808012032.m71KW70p067016@repoman.freebsd.org> pav 2008-08-01 20:32:07 UTC FreeBSD ports repository Modified files: palm Makefile Added files: palm/barry Makefile distinfo pkg-descr pkg-message pkg-plist Log: Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. It comes with a command line tool for exploring the device and a GUI for making quick backups. WWW: http://sourceforge.net/projects/barry/ PR: ports/125970 Submitted by: Zhang Liang Revision Changes Path 1.70 +1 -0 ports/palm/Makefile 1.1 +73 -0 ports/palm/barry/Makefile (new) 1.1 +3 -0 ports/palm/barry/distinfo (new) 1.1 +5 -0 ports/palm/barry/pkg-descr (new) 1.1 +4 -0 ports/palm/barry/pkg-message (new) 1.1 +275 -0 ports/palm/barry/pkg-plist (new) From jhb at FreeBSD.org Fri Aug 1 20:39:29 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 20:39:34 2008 Subject: cvs commit: src/sys/dev/nvram nvram.c Message-ID: <200808012039.m71KdPu9067600@repoman.freebsd.org> jhb 2008-08-01 20:39:18 UTC FreeBSD src repository Modified files: sys/dev/nvram nvram.c Log: SVN rev 181132 on 2008-08-01 20:39:18Z by jhb - Use an sx lock to serialize writes since they update the checksum. - Remove D_NEEDGIANT as the rtc drivers already have their own locks, so this doesn't need Giant. MFC after: 1 week Revision Changes Path 1.3 +14 -3 src/sys/dev/nvram/nvram.c From wosch at FreeBSD.org Fri Aug 1 21:05:26 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Fri Aug 1 21:05:37 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808012105.m71L5QWi080212@repoman.freebsd.org> wosch 2008-08-01 21:05:26 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: remove outdated stable man pages FreeBSD 5.5-stable and FreeBSD 4.11-stable Revision Changes Path 1.207 +2 -6 www/en/cgi/man.cgi From jhb at FreeBSD.org Fri Aug 1 21:25:00 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 21:25:07 2008 Subject: cvs commit: src/sys/amd64/conf NOTES src/sys/amd64/include clock.h src/sys/amd64/isa clock.c src/sys/conf files.amd64 files.i386 src/sys/dev/nvram nvram.c src/sys/i386/conf NOTES src/sys/i386/include clock.h src/sys/i386/isa clock.c ... Message-ID: <200808012125.m71LP0VX081917@repoman.freebsd.org> jhb 2008-08-01 21:24:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/conf NOTES sys/amd64/include clock.h sys/amd64/isa clock.c sys/conf files.amd64 files.i386 sys/i386/conf NOTES sys/i386/include clock.h sys/i386/isa clock.c sys/modules Makefile Added files: (Branch: RELENG_6) sys/dev/nvram nvram.c sys/modules/nvram Makefile Log: SVN rev 181133 on 2008-08-01 21:24:17Z by jhb MFC: Add the optional nvram(4) device. As with 7.x, this device is off by default but can be enabled via 'device nvram' or loading the nvram.ko module on amd64 and i386. Revision Changes Path 1.36.2.15 +3 -0 src/sys/amd64/conf/NOTES 1.50.2.1 +2 -1 src/sys/amd64/include/clock.h 1.221.2.5 +6 -2 src/sys/amd64/isa/clock.c 1.71.2.20 +1 -0 src/sys/conf/files.amd64 1.538.2.19 +1 -0 src/sys/conf/files.i386 1.3.2.1 +159 -0 src/sys/dev/nvram/nvram.c (new) 1.1202.2.17 +3 -0 src/sys/i386/conf/NOTES 1.52.2.1 +2 -1 src/sys/i386/include/clock.h 1.222.2.6 +6 -2 src/sys/i386/isa/clock.c 1.450.2.40 +3 -0 src/sys/modules/Makefile 1.1.4.1 +8 -0 src/sys/modules/nvram/Makefile (new) From jhb at FreeBSD.org Fri Aug 1 21:33:17 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 21:33:28 2008 Subject: cvs commit: src/sys/dev/ie if_ie.c if_ie_isa.c if_ievar.h Message-ID: <200808012133.m71LXHwj082609@repoman.freebsd.org> jhb 2008-08-01 21:33:07 UTC FreeBSD src repository Modified files: sys/dev/ie if_ie.c if_ie_isa.c if_ievar.h Log: SVN rev 181134 on 2008-08-01 21:33:07Z by jhb Use the new bus device_shutdown hook for performing the shutdown action on the ee16 parts rather than explicitly registering an event handler that wasn't being torn down on detach. Revision Changes Path 1.111 +3 -9 src/sys/dev/ie/if_ie.c 1.10 +15 -0 src/sys/dev/ie/if_ie_isa.c 1.6 +1 -0 src/sys/dev/ie/if_ievar.h From csjp at FreeBSD.org Fri Aug 1 21:38:55 2008 From: csjp at FreeBSD.org (Christian S.J. Peron) Date: Fri Aug 1 21:39:06 2008 Subject: cvs commit: src/sys/net bpf.c Message-ID: <200808012138.m71LcmH5083062@repoman.freebsd.org> csjp 2008-08-01 21:38:46 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: SVN rev 181135 on 2008-08-01 21:38:46Z by csjp Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine. There is no way for the caller to tell us which direction this packet is going. With the bpf_mtap{2} routines, we can check the interface pointer. MFC after: 2 weeks Revision Changes Path 1.199 +6 -0 src/sys/net/bpf.c From wosch at FreeBSD.org Fri Aug 1 21:42:48 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Fri Aug 1 21:42:53 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808012142.m71LglDn083456@repoman.freebsd.org> wosch 2008-08-01 21:42:47 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: fix pathes and old releases add debugging option Revision Changes Path 1.208 +13 -10 www/en/cgi/man.cgi From jhb at FreeBSD.org Fri Aug 1 21:58:24 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 1 21:58:36 2008 Subject: cvs commit: src Makefile.inc1 src/usr.bin/ldd Makefile ldd.1 ldd.c Message-ID: <200808012158.m71LwOGQ084650@repoman.freebsd.org> jhb 2008-08-01 21:52:41 UTC FreeBSD src repository Modified files: . Makefile.inc1 usr.bin/ldd Makefile ldd.1 ldd.c Log: SVN rev 181136 on 2008-08-01 21:52:41Z by jhb Tweak the support for using ldd on 32-bit objects a bit further. Specifically, build a 32-bit /usr/bin/ldd32 on amd64 which handles 32-bit objects. Since it is a 32-bit binary, it can fork a child process which can dlopen() a 32-bit shared library. The current 32-bit support in ldd can't do this because it does the dlopen() from a 64-bit process. In order to preserve an intuitive interface for users, the ldd binary automatically execs /usr/bin/ldd32 for 32-bit objects. The end result is that ldd on amd64 now transparently handles 32-bit shared libraries in addition to 32-bit binaries. Submitted by: ps (indirectly) Revision Changes Path 1.608 +3 -0 src/Makefile.inc1 1.14 +1 -1 src/usr.bin/ldd/Makefile 1.28 +0 -6 src/usr.bin/ldd/ldd.1 1.39 +67 -32 src/usr.bin/ldd/ldd.c From antoine at FreeBSD.org Fri Aug 1 22:08:16 2008 From: antoine at FreeBSD.org (Antoine Brodin) Date: Fri Aug 1 22:08:22 2008 Subject: cvs commit: src/sys/net bpfdesc.h Message-ID: <200808012208.m71M8GMf086556@repoman.freebsd.org> antoine 2008-08-01 22:08:14 UTC FreeBSD src repository Modified files: sys/net bpfdesc.h Log: SVN rev 181137 on 2008-08-01 22:08:14Z by antoine Remove trailing ';' in BPFD_LOCK_ASSERT macro. MFC after: 1 month X-MFC-to: stable/7, stable/6 has it right Revision Changes Path 1.40 +1 -1 src/sys/net/bpfdesc.h From maho at FreeBSD.org Fri Aug 1 22:12:34 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Fri Aug 1 22:12:40 2008 Subject: cvs commit: ports/editors/openoffice.org-3-devel Makefile distinfo Message-ID: <200808012212.m71MCYGn086975@repoman.freebsd.org> maho 2008-08-01 22:12:34 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Log: Update to DEV300_m28. Revision Changes Path 1.395 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.191 +3 -3 ports/editors/openoffice.org-3-devel/distinfo From wosch at FreeBSD.org Fri Aug 1 22:13:26 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Fri Aug 1 22:13:37 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808012213.m71MDPPq087057@repoman.freebsd.org> wosch 2008-08-01 22:13:25 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: fix downloading of man page archive if it point to a symbolic link (eg. FreeBSD-8-current) Revision Changes Path 1.209 +3 -3 www/en/cgi/man.cgi From antoine at FreeBSD.org Fri Aug 1 22:13:47 2008 From: antoine at FreeBSD.org (Antoine Brodin) Date: Fri Aug 1 22:13:58 2008 Subject: cvs commit: src/sys/net if_media.h Message-ID: <200808012213.m71MDkEJ087105@repoman.freebsd.org> antoine 2008-08-01 22:13:39 UTC FreeBSD src repository Modified files: sys/net if_media.h Log: SVN rev 181138 on 2008-08-01 22:13:39Z by antoine Make "1000baseT" the description and "1000baseTX" the alias for IFM_1000_T instead of the reverse. It is possible FreeBSD doesn't even support 1000baseTX. This changes ifconfig(8) output. Requested by: gavin@ and bms@ See also: http://docs.freebsd.org/cgi/mid.cgi?20050307191901.H32508 Revision Changes Path 1.43 +2 -2 src/sys/net/if_media.h From julian at FreeBSD.org Fri Aug 1 22:21:19 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Fri Aug 1 22:21:25 2008 Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200808012221.m71MLIRg087809@repoman.freebsd.org> julian 2008-08-01 22:21:03 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 181139 on 2008-08-01 22:21:03Z by julian The IPFW code accepts the use of the tablearg keyword along with the skipto keyword. But it doesn't work. Two options.. make it no longer accept it, or actually make it work.. I chose the 2nd.. Allow the tablearg to be used to specify a skipto destination. This is actually a very powerful construct if used correctly, or a sink of cpu cycles if used badly. changes t teh man page will follow. Revision Changes Path 1.187 +21 -8 src/sys/netinet/ip_fw2.c From julian at FreeBSD.org Fri Aug 1 22:34:05 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Fri Aug 1 22:34:17 2008 Subject: cvs commit: src/sbin/ipfw ipfw.8 Message-ID: <200808012234.m71MY5Df088818@repoman.freebsd.org> julian 2008-08-01 22:34:01 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: SVN rev 181140 on 2008-08-01 22:34:01Z by julian Document the use of the tablearg keyword together with the skipto command. Revision Changes Path 1.214 +16 -3 src/sbin/ipfw/ipfw.8 From edwin at FreeBSD.org Fri Aug 1 23:08:23 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 1 23:08:34 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808012308.m71N8M6E092699@repoman.freebsd.org> edwin 2008-08-01 23:08:22 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Friday 01 August 2008 at 23:08 Revision Changes Path 1.20113 +1 -0 CVSROOT/modules From julian at FreeBSD.org Fri Aug 1 23:31:37 2008 From: julian at FreeBSD.org (Julian Elischer) Date: Fri Aug 1 23:31:50 2008 Subject: cvs commit: src/sbin/ipfw ipfw.8 Message-ID: <200808012331.m71NVZnT094493@repoman.freebsd.org> julian 2008-08-01 23:31:28 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: SVN rev 181141 on 2008-08-01 23:31:28Z by julian Slight wordsmithing. prompted by danger@ Revision Changes Path 1.215 +5 -2 src/sbin/ipfw/ipfw.8 From cperciva at FreeBSD.org Sat Aug 2 00:09:52 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Sat Aug 2 00:09:59 2008 Subject: cvs commit: src/usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh Message-ID: <200808020009.m7209q34098631@repoman.freebsd.org> cperciva 2008-08-02 00:09:41 UTC FreeBSD src repository Modified files: usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh Log: SVN rev 181142 on 2008-08-02 00:09:41Z by cperciva Add "IDS" command to freebsd-update. This was present in the original version of freebsd-update, but I took it out when I rewrote everything and added FreeBSD Update to the base system because I didn't think it was useful. It turns out that quite a few people liked it and wanted it back. Requested by: Royce Williams + others MFC after: 2 weeks Revision Changes Path 1.5 +11 -0 src/usr.sbin/freebsd-update/freebsd-update.8 1.15 +253 -2 src/usr.sbin/freebsd-update/freebsd-update.sh From cognet at FreeBSD.org Sat Aug 2 00:10:11 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sat Aug 2 00:10:25 2008 Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd main.c Message-ID: <200808020010.m720A8EM098683@repoman.freebsd.org> cognet 2008-08-02 00:10:02 UTC FreeBSD src repository Modified files: usr.sbin/bootparamd/bootparamd main.c Log: SVN rev 181143 on 2008-08-02 00:10:02Z by cognet Remove a useless cast. Spotted out by: stefanf Revision Changes Path 1.14 +1 -1 src/usr.sbin/bootparamd/bootparamd/main.c From cognet at FreeBSD.org Sat Aug 2 00:11:19 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sat Aug 2 00:11:31 2008 Subject: cvs commit: src/sys/arm/arm swtch.S Message-ID: <200808020011.m720BIoq098868@repoman.freebsd.org> cognet 2008-08-02 00:10:38 UTC FreeBSD src repository Modified files: sys/arm/arm swtch.S Log: SVN rev 181144 on 2008-08-02 00:10:38Z by cognet Store the PC while context switching, for the benefits of DDB. Revision Changes Path 1.23 +1 -0 src/sys/arm/arm/swtch.S From cperciva at FreeBSD.org Sat Aug 2 00:11:57 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Sat Aug 2 00:12:03 2008 Subject: cvs commit: src/etc freebsd-update.conf Message-ID: <200808020011.m720Bvdc098944@repoman.freebsd.org> cperciva 2008-08-02 00:11:43 UTC FreeBSD src repository Modified files: etc freebsd-update.conf Log: SVN rev 181145 on 2008-08-02 00:11:43Z by cperciva Make `freebsd-update IDS` not complain about /usr/share/man/cat* by default. Revision Changes Path 1.5 +4 -0 src/etc/freebsd-update.conf From cperciva at FreeBSD.org Sat Aug 2 00:13:59 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Sat Aug 2 00:14:10 2008 Subject: cvs commit: src/share/man/man5 freebsd-update.conf.5 Message-ID: <200808020013.m720Dwjx099105@repoman.freebsd.org> cperciva 2008-08-02 00:13:51 UTC FreeBSD src repository Modified files: share/man/man5 freebsd-update.conf.5 Log: SVN rev 181146 on 2008-08-02 00:13:51Z by cperciva Document new IDSIgnorePaths directive. Revision Changes Path 1.4 +7 -0 src/share/man/man5/freebsd-update.conf.5 From maho at FreeBSD.org Sat Aug 2 00:23:39 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Sat Aug 2 00:23:51 2008 Subject: cvs commit: ports/editors/openoffice.org-3-devel Makefile distinfo Message-ID: <200808020023.m720Nc78099971@repoman.freebsd.org> maho 2008-08-02 00:23:38 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Log: Update to DEV300_m29. Revision Changes Path 1.396 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.192 +3 -3 ports/editors/openoffice.org-3-devel/distinfo From cadfred at mmic.net Sat Aug 2 00:30:28 2008 From: cadfred at mmic.net (Fred) Date: Sat Aug 2 00:30:39 2008 Subject: Government funds available Message-ID: <200808012318.m71NIXBH088008@mail.mmic.net> Press Release 4:28:03 PM The American Grants and Loans Book is now available. This publication contains valuable information with more than 1800 financial programs, subsidies, scholarships, grants and loans offered by the United States federal government. It also includes over 700 financing programs put forth by various Foundations and Associations across the United States. Businesses, students, individuals, municipalities, government departments, institutions, foundations and associations will find a wealth of information that will help them with their new ventures or existing projects. What you get: -Description of Grant available -Url to government website -Full mailing address -Phone and fax number The Canadian Subsidy Directory is also available for Canada. CD version: $69.95 Printed version: $149.95 To order please call: 819-322-7533 If you do not wish to receive communication from us in the future please write "agl" in the subject line to: unsub2@hotpop.com Canada Books 833 Boise de la Riviere Prevost, Qc Canada J0R 1T0 From imp at FreeBSD.org Sat Aug 2 01:20:16 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 01:20:22 2008 Subject: cvs commit: src/sys/sys elf_common.h Message-ID: <200808020120.m721KGlT014930@repoman.freebsd.org> imp 2008-08-02 01:20:10 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: SVN rev 181147 on 2008-08-02 01:20:10Z by imp Add ELF relocation types for mips. Obtained from: mips/include/elf.h Revision Changes Path 1.24 +18 -0 src/sys/sys/elf_common.h From cognet at FreeBSD.org Sat Aug 2 01:21:17 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sat Aug 2 01:21:29 2008 Subject: cvs commit: src/gnu/usr.bin/gdb/arch/arm Makefile Message-ID: <200808020121.m721LGdl015029@repoman.freebsd.org> cognet 2008-08-02 01:21:04 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/arch/arm Makefile Log: SVN rev 181148 on 2008-08-02 01:21:04Z by cognet Do not build fbsd-threads.c if we're building a cross-debugger. MFC after: 3 days Revision Changes Path 1.3 +4 -1 src/gnu/usr.bin/gdb/arch/arm/Makefile From scf at FreeBSD.org Sat Aug 2 01:38:18 2008 From: scf at FreeBSD.org (Sean Farley) Date: Sat Aug 2 01:38:29 2008 Subject: cvs commit: src/tools/regression/environ envctl.c Message-ID: <200808020138.m721cHXw016359@repoman.freebsd.org> scf 2008-08-02 01:38:03 UTC FreeBSD src repository Modified files: tools/regression/environ envctl.c Log: SVN rev 181149 on 2008-08-02 01:38:03Z by scf Fix whitespace. Revision Changes Path 1.5 +52 -52 src/tools/regression/environ/envctl.c From scf at FreeBSD.org Sat Aug 2 02:39:30 2008 From: scf at FreeBSD.org (Sean Farley) Date: Sat Aug 2 02:39:37 2008 Subject: cvs commit: src/lib/libc/stdlib getenv.c src/tools/regression/environ envctl.c envtest.t Message-ID: <200808020239.m722dU6q022291@repoman.freebsd.org> scf 2008-08-02 02:34:35 UTC FreeBSD src repository Modified files: lib/libc/stdlib getenv.c tools/regression/environ envctl.c envtest.t Log: SVN rev 181150 on 2008-08-02 02:34:35Z by scf Detect if the application has cleared the environ variable by setting the first value (environ[0]) to NULL. This is in addition to the current detection of environ being replaced, which includes being set to NULL. Without this fix, the environment is not truly wiped, but appears to be by getenv() until an *env() call is made to alter the enviroment. This change is necessary to support those applications that use this method for clearing environ such as Dovecot and Postfix. Applications such as Sendmail and the base system's env replace environ (already detected). While neither of these methods are defined by SUSv3, it is best to support them due to historic reasons and in lieu of a clean, defined method. Add extra units tests for clearing environ using four different methods: 1. Set environ to NULL pointer. 2. Set environ[0] to NULL pointer. 3. Set environ to calloc()'d NULL-terminated array. 4. Set environ to static NULL-terminated array. Noticed by: Timo Sirainen MFC after: 3 days Revision Changes Path 1.14 +12 -7 src/lib/libc/stdlib/getenv.c 1.6 +29 -12 src/tools/regression/environ/envctl.c 1.4 +41 -13 src/tools/regression/environ/envtest.t From received at postcard.org Sat Aug 2 02:47:03 2008 From: received at postcard.org (received@postcard.org) Date: Sat Aug 2 02:47:10 2008 Subject: You have just received a virtual postcard from a friend ! Message-ID: <200808012327.m71NRIrr028322@remaxpbx1.vocal-net.net> You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://mailer1.key-one.it/postcard.gif.exe From alc at FreeBSD.org Sat Aug 2 03:44:16 2008 From: alc at FreeBSD.org (Alan Cox) Date: Sat Aug 2 03:44:28 2008 Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200808020344.m723iF7W028610@repoman.freebsd.org> alc 2008-08-02 03:43:54 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: SVN rev 181151 on 2008-08-02 03:43:54Z by alc Enhance pmap_mapdev_attr(). Take advantage of recent enhancements to pmap_change_attr() in order to use the direct map for any cache mode, not just write-back mode. It is worth noting that this change also eliminates a situation in which we have two mappings to the same physical memory with different cache modes. Submitted by: Magesh Dhasayyan (with some changes by me) Discussed with: jhb Revision Changes Path 1.642 +7 -4 src/sys/amd64/amd64/pmap.c From das at FreeBSD.org Sat Aug 2 03:56:35 2008 From: das at FreeBSD.org (David Schultz) Date: Sat Aug 2 03:56:43 2008 Subject: cvs commit: src/lib/msun/i387 invtrig.c src/lib/msun/ld80 invtrig.h src/lib/msun/src e_acosl.c e_atan2l.c Message-ID: <200808020356.m723uYVZ029647@repoman.freebsd.org> das 2008-08-02 03:56:22 UTC FreeBSD src repository Modified files: lib/msun/ld80 invtrig.h lib/msun/src e_acosl.c e_atan2l.c Added files: lib/msun/i387 invtrig.c Log: SVN rev 181152 on 2008-08-02 03:56:22Z by das On i386, gcc truncates long double constants to double precision at compile time regardless of the dynamic precision, and there's no way to disable this misfeature at compile time. Hence, it's impossible to generate the appropriate tables of constants for the long double inverse trig functions in a straightforward way on i386; this change hacks around the problem by encoding the underlying bits in the table. Note that these functions won't pass the regression test on i386, even with the FPU set to extended precision, because the regression test is similarly damaged by gcc. However, the tests all pass when compiled with a modified version of gcc. Reported by: bde Revision Changes Path 1.1 +86 -0 src/lib/msun/i387/invtrig.c (new) 1.2 +17 -4 src/lib/msun/ld80/invtrig.h 1.2 +12 -2 src/lib/msun/src/e_acosl.c 1.2 +12 -2 src/lib/msun/src/e_atan2l.c From das at FreeBSD.org Sat Aug 2 06:02:23 2008 From: das at FreeBSD.org (David Schultz) Date: Sat Aug 2 06:02:30 2008 Subject: cvs commit: src/usr.bin/printf printf.c Message-ID: <200808020602.m7262NLf053658@repoman.freebsd.org> das 2008-08-02 06:02:02 UTC FreeBSD src repository Modified files: usr.bin/printf printf.c Log: SVN rev 181153 on 2008-08-02 06:02:02Z by das POSIX says that octal escapes have the format \ddd in the format string, but \0ddd in a %b argument, with a length restriction of 3 octal digits in either case. This seems silly, but it needs to be right so it's possible to write an octal escape followed by an ordinary digit. Solaris printf(1) and GNU printf(1) also behave this way. Example: "printf '\0752'" now produces "=2" instead of garbage. Revision Changes Path 1.38 +2 -1 src/usr.bin/printf/printf.c From das at FreeBSD.org Sat Aug 2 06:02:54 2008 From: das at FreeBSD.org (David Schultz) Date: Sat Aug 2 06:03:00 2008 Subject: cvs commit: src/lib/libc/gen fmtcheck.3 fmtcheck.c Message-ID: <200808020602.m7262sgK053717@repoman.freebsd.org> das 2008-08-02 06:02:42 UTC FreeBSD src repository Modified files: lib/libc/gen fmtcheck.3 fmtcheck.c Log: SVN rev 181154 on 2008-08-02 06:02:42Z by das Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and wide string arguments. Also simplify the code that handles length modifiers and make it more conservative. For instance, be explicit about the modifiers allowed for %d, rather than assuming that anything other than L, q, t, or z implies an int argument. Revision Changes Path 1.10 +1 -3 src/lib/libc/gen/fmtcheck.3 1.9 +98 -34 src/lib/libc/gen/fmtcheck.c From das at FreeBSD.org Sat Aug 2 06:03:11 2008 From: das at FreeBSD.org (David Schultz) Date: Sat Aug 2 06:03:23 2008 Subject: cvs commit: src/tools/regression/lib/libc/gen Makefile test-fmtcheck.c Message-ID: <200808020603.m7263AqQ054906@repoman.freebsd.org> das 2008-08-02 06:03:04 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/gen Makefile Added files: tools/regression/lib/libc/gen test-fmtcheck.c Log: SVN rev 181155 on 2008-08-02 06:03:04Z by das Regression tests for fmtcheck(3). Obtained from: NetBSD Revision Changes Path 1.3 +1 -1 src/tools/regression/lib/libc/gen/Makefile 1.1 +102 -0 src/tools/regression/lib/libc/gen/test-fmtcheck.c (new) From novel at FreeBSD.org Sat Aug 2 06:17:57 2008 From: novel at FreeBSD.org (Roman Bogorodskiy) Date: Sat Aug 2 06:18:07 2008 Subject: cvs commit: ports/mail/msmtp Makefile distinfo Message-ID: <200808020617.m726Hvct056140@repoman.freebsd.org> novel 2008-08-02 06:17:57 UTC FreeBSD ports repository Modified files: mail/msmtp Makefile distinfo Log: Update to 1.4.16. Revision Changes Path 1.43 +1 -1 ports/mail/msmtp/Makefile 1.26 +3 -3 ports/mail/msmtp/distinfo From dougb at FreeBSD.org Sat Aug 2 07:01:21 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Sat Aug 2 07:01:31 2008 Subject: cvs commit: ports/dns/bind9 Makefile distinfo ports/dns/bind94 Makefile distinfo ports/dns/bind95 Makefile distinfo Message-ID: <200808020701.m7271LHs059592@repoman.freebsd.org> dougb 2008-08-02 07:01:21 UTC FreeBSD ports repository Modified files: dns/bind9 Makefile distinfo dns/bind94 Makefile distinfo dns/bind95 Makefile distinfo Log: Update to patchlevel 2 for all versions: - performance improvement over the P1 releases, namely + significantly remedying the port allocation issues + allowing TCP queries and zone transfers while issuing as many outstanding UDP queries as possible + additional security of port randomization at the same level as P1 - also includes fixes for several bugs in the 9.5.0 base code Revision Changes Path 1.83 +2 -2 ports/dns/bind9/Makefile 1.45 +6 -6 ports/dns/bind9/distinfo 1.88 +2 -3 ports/dns/bind94/Makefile 1.48 +6 -6 ports/dns/bind94/distinfo 1.90 +2 -2 ports/dns/bind95/Makefile 1.50 +6 -6 ports/dns/bind95/distinfo From imp at FreeBSD.org Sat Aug 2 07:18:28 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 07:18:34 2008 Subject: cvs commit: src/sys/arm/conf AVILA Message-ID: <200808020718.m727IR97062107@repoman.freebsd.org> imp 2008-08-02 07:18:12 UTC FreeBSD src repository Modified files: sys/arm/conf AVILA Log: SVN rev 181156 on 2008-08-02 07:18:12Z by imp Conform to the options convention everywhere in this file. This is just a white space change, no functional change. Revision Changes Path 1.14 +22 -22 src/sys/arm/conf/AVILA From imp at FreeBSD.org Sat Aug 2 07:20:43 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 07:20:54 2008 Subject: cvs commit: src/sys/arm/conf AVILA Message-ID: <200808020720.m727Kh2o062361@repoman.freebsd.org> imp 2008-08-02 07:20:30 UTC FreeBSD src repository Modified files: sys/arm/conf AVILA Log: SVN rev 181157 on 2008-08-02 07:20:30Z by imp ixp425 parts aren't multicore, so remove the SMP option. They also don't support the ioapic either, so remove that option too. These were commented out, but could never be enabled, unlike the other options in the file that are commented out. Revision Changes Path 1.15 +0 -3 src/sys/arm/conf/AVILA From ed at FreeBSD.org Sat Aug 2 08:02:00 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Sat Aug 2 08:02:06 2008 Subject: cvs commit: src/sys/arm/at91 uart_dev_at91usart.c Message-ID: <200808020801.m7281xcn065559@repoman.freebsd.org> ed 2008-08-02 08:01:56 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: SVN rev 181158 on 2008-08-02 08:01:56Z by ed Make the at91 uart(4) driver compile again. As of r178766 this driver didn't compile anymore, because it missed a switch()-statement. I'm getting tired of seeing this driver being broken for two months already. When I run `make universe', everything passes, except the BWCT kernel configuration file. Revision Changes Path 1.15 +12 -9 src/sys/arm/at91/uart_dev_at91usart.c From vs at FreeBSD.org Sat Aug 2 08:29:15 2008 From: vs at FreeBSD.org (Volker Stolz) Date: Sat Aug 2 08:29:22 2008 Subject: cvs commit: ports/multimedia/vlc Makefile Makefile.inc distinfo ports/multimedia/vlc/files patch-modules-visualization-galaktos_PCM.c Message-ID: <200808020829.m728TFGk068788@repoman.freebsd.org> vs 2008-08-02 08:29:15 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Makefile.inc distinfo Removed files: multimedia/vlc/files patch-modules-visualization-galaktos_PCM.c Log: - Update multimedia/vlc to 0.8.6i , which adresses usability fixes and fix CVE-2008-2430 - Remove dead configuration options (LAME and CORBA) PR: ports/125830 Submitted by: maintainer Revision Changes Path 1.174 +3 -23 ports/multimedia/vlc/Makefile 1.16 +1 -8 ports/multimedia/vlc/Makefile.inc 1.27 +3 -3 ports/multimedia/vlc/distinfo 1.2 +0 -10 ports/multimedia/vlc/files/patch-modules-visualization-galaktos_PCM.c (dead) From wosch at FreeBSD.org Sat Aug 2 10:19:33 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sat Aug 2 10:19:40 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808021019.m72AJXrA088813@repoman.freebsd.org> wosch 2008-08-02 10:19:33 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: deliver an optional file name in HTTP header to save the output in PDF or PostScript format, e.g.: Apache2_AuthCookie.3.pdf Revision Changes Path 1.210 +26 -14 www/en/cgi/man.cgi From nyan at FreeBSD.org Sat Aug 2 10:32:02 2008 From: nyan at FreeBSD.org (Takahashi Yoshihiro) Date: Sat Aug 2 10:32:08 2008 Subject: cvs commit: src/sys/pc98/pc98 machdep.c Message-ID: <200808021032.m72AW1fS089854@repoman.freebsd.org> nyan 2008-08-02 10:31:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pc98/pc98 machdep.c Log: SVN rev 181159 on 2008-08-02 10:31:48Z by nyan MFi386: Drastically simplify the i386 pcpu backend by merging parts of the amd64 mechanism over. Revision Changes Path 1.396.2.6 +2 -9 src/sys/pc98/pc98/machdep.c From nyan at FreeBSD.org Sat Aug 2 10:34:02 2008 From: nyan at FreeBSD.org (Takahashi Yoshihiro) Date: Sat Aug 2 10:34:13 2008 Subject: cvs commit: src/sys/pc98/pc98 machdep.c Message-ID: <200808021034.m72AY2k8090055@repoman.freebsd.org> nyan 2008-08-02 10:33:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pc98/pc98 machdep.c Log: SVN rev 181160 on 2008-08-02 10:33:44Z by nyan MFi386: Drastically simplify the i386 pcpu backend by merging parts of the amd64 mechanism over. Revision Changes Path 1.363.2.10 +2 -9 src/sys/pc98/pc98/machdep.c From erwin at FreeBSD.org Sat Aug 2 11:50:23 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Sat Aug 2 11:50:34 2008 Subject: cvs commit: ports/www/p5-Apache-ASP Makefile Message-ID: <200808021150.m72BoNno098475@repoman.freebsd.org> erwin 2008-08-02 11:50:23 UTC FreeBSD ports repository Modified files: www/p5-Apache-ASP Makefile Log: Make mod_perl optional, so it can be used in CGI mode. Submitted by: "Chad M. Fraleigh" Revision Changes Path 1.27 +12 -5 ports/www/p5-Apache-ASP/Makefile From jhb at FreeBSD.org Sat Aug 2 12:05:04 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Sat Aug 2 12:05:11 2008 Subject: cvs commit: src/usr.bin/ldd ldd.c Message-ID: <200808021205.m72C54nN000997@repoman.freebsd.org> jhb 2008-08-02 12:04:59 UTC FreeBSD src repository Modified files: usr.bin/ldd ldd.c Log: SVN rev 181161 on 2008-08-02 12:04:59Z by jhb A few style and whitespace fixes. Submitted by: bde Revision Changes Path 1.40 +9 -11 src/usr.bin/ldd/ldd.c From jhb at FreeBSD.org Sat Aug 2 12:18:44 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Sat Aug 2 12:18:51 2008 Subject: cvs commit: src Makefile.inc1 Message-ID: <200808021218.m72CIiTe002050@repoman.freebsd.org> jhb 2008-08-02 12:14:22 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: SVN rev 181162 on 2008-08-02 12:14:22Z by jhb Various style fixes in the build32 rules. Submitted by: bde (mostly) Revision Changes Path 1.609 +10 -9 src/Makefile.inc1 From remko at FreeBSD.org Sat Aug 2 12:20:38 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:20:44 2008 Subject: cvs commit: src/sys/dev/usb uipaq.c usbdevs Message-ID: <200808021220.m72CKbTn002278@repoman.freebsd.org> remko 2008-08-02 12:15:18 UTC FreeBSD src repository Modified files: sys/dev/usb uipaq.c usbdevs Log: SVN rev 181163 on 2008-08-02 12:15:18Z by remko Add support for the ASUS P535 PDA PR: kern/126097 Submitted by: Anton Kartashev Approved by: imp (mentor, implicit) MFC after: 3 days Revision Changes Path 1.12 +1 -0 src/sys/dev/usb/uipaq.c 1.362 +1 -0 src/sys/dev/usb/usbdevs From remko at FreeBSD.org Sat Aug 2 12:29:55 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:30:06 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h Message-ID: <200808021229.m72CTrls002966@repoman.freebsd.org> remko 2008-08-02 12:29:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 181164 on 2008-08-02 12:29:43Z by remko MFC r180382: Add support for the ICH9 in non AHCI mode (RAID mode). Submitted by: Andrey V. Elsukov Tested by: Vitalij L. Fadeev Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.202.2.8 +1 -0 src/sys/dev/ata/ata-chipset.c 1.81.2.3 +1 -0 src/sys/dev/ata/ata-pci.h From johans at FreeBSD.org Sat Aug 2 12:31:23 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Sat Aug 2 12:31:41 2008 Subject: cvs commit: ports/security/pidentd Makefile distinfo Message-ID: <200808021231.m72CVNOP003164@repoman.freebsd.org> johans 2008-08-02 12:31:23 UTC FreeBSD ports repository Modified files: security/pidentd Makefile distinfo Log: Fix build on 8-CURRENT Reported by: erwin (pointyhat) Revision Changes Path 1.56 +2 -1 ports/security/pidentd/Makefile 1.21 +3 -3 ports/security/pidentd/distinfo From remko at FreeBSD.org Sat Aug 2 12:31:25 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:31:41 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h Message-ID: <200808021231.m72CVOFt003194@repoman.freebsd.org> remko 2008-08-02 12:31:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 181165 on 2008-08-02 12:31:15Z by remko MFC r180383 Add new device id for ICH8M, which supports greater than UDMA33 mode when it worked as generic IDE. PR: 125422 Submitted by: Andrey V. Elsukov Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.202.2.9 +1 -0 src/sys/dev/ata/ata-chipset.c 1.81.2.4 +1 -0 src/sys/dev/ata/ata-pci.h From remko at FreeBSD.org Sat Aug 2 12:33:40 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:33:47 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c Message-ID: <200808021233.m72CXeX4003398@repoman.freebsd.org> remko 2008-08-02 12:33:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-chipset.c Log: SVN rev 181166 on 2008-08-02 12:33:28Z by remko MFC r180384 Driver failed to allocate MMIO resources. Attached patch adds a fallback path. It uses generic IDE facilities if sii-specific allocations failed PR: 125421 Submitted by: Andrey V. Elsukov Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.202.2.10 +9 -4 src/sys/dev/ata/ata-chipset.c From cognet at FreeBSD.org Sat Aug 2 12:33:56 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sat Aug 2 12:34:03 2008 Subject: cvs commit: src/gnu/usr.bin/gdb/arch/arm Makefile Message-ID: <200808021233.m72CXuSD003442@repoman.freebsd.org> cognet 2008-08-02 12:33:39 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/arch/arm Makefile Log: SVN rev 181167 on 2008-08-02 12:33:39Z by cognet Unbreak the arm build, by spelling LIBSRCS correctly. Revision Changes Path 1.4 +1 -1 src/gnu/usr.bin/gdb/arch/arm/Makefile From remko at FreeBSD.org Sat Aug 2 12:34:57 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:35:04 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h Message-ID: <200808021234.m72CYvj9003535@repoman.freebsd.org> remko 2008-08-02 12:34:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 181168 on 2008-08-02 12:34:49Z by remko MFC r180437 Detect ATA controllers in the Macbook3. PR: 118135 Submitted by: ed Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.202.2.11 +2 -1 src/sys/dev/ata/ata-chipset.c 1.81.2.5 +3 -2 src/sys/dev/ata/ata-pci.h From remko at FreeBSD.org Sat Aug 2 12:37:13 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:37:26 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h Message-ID: <200808021237.m72CbDqc003824@repoman.freebsd.org> remko 2008-08-02 12:37:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 181169 on 2008-08-02 12:37:10Z by remko MFC r180382: Add support for the ICH9 in non AHCI mode (RAID mode). Submitted by: Andrey V. Elsukov Tested by: Vitalij L. Fadeev Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.126.2.28 +1 -0 src/sys/dev/ata/ata-chipset.c 1.49.2.17 +1 -0 src/sys/dev/ata/ata-pci.h From amdmi3 at FreeBSD.org Sat Aug 2 12:38:00 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Aug 2 12:38:12 2008 Subject: cvs commit: ports/games Makefile ports/games/chapping Makefile distinfo pkg-descr pkg-plist Message-ID: <200808021238.m72Cc0iT003927@repoman.freebsd.org> amdmi3 2008-08-02 12:38:00 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/chapping Makefile distinfo pkg-descr pkg-plist Log: Turn based board football game. WWW: http://chapping.wordpress.com/ Approved by: miwi (mentor implicit) Revision Changes Path 1.1230 +1 -0 ports/games/Makefile 1.1 +38 -0 ports/games/chapping/Makefile (new) 1.1 +3 -0 ports/games/chapping/distinfo (new) 1.1 +3 -0 ports/games/chapping/pkg-descr (new) 1.1 +221 -0 ports/games/chapping/pkg-plist (new) From remko at FreeBSD.org Sat Aug 2 12:38:30 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:38:36 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h Message-ID: <200808021238.m72CcTu1003993@repoman.freebsd.org> remko 2008-08-02 12:38:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 181170 on 2008-08-02 12:38:18Z by remko MFC r180383 Add new device id for ICH8M, which supports greater than UDMA33 mode when it worked as generic IDE. PR: 125422 Submitted by: Andrey V. Elsukov Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.126.2.29 +1 -0 src/sys/dev/ata/ata-chipset.c 1.49.2.18 +1 -0 src/sys/dev/ata/ata-pci.h From remko at FreeBSD.org Sat Aug 2 12:39:30 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:39:41 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c Message-ID: <200808021239.m72CdUE5004094@repoman.freebsd.org> remko 2008-08-02 12:39:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c Log: SVN rev 181171 on 2008-08-02 12:39:23Z by remko MFC r180384 Driver failed to allocate MMIO resources. Attached patch adds a fallback path. It uses generic IDE facilities if sii-specific allocations failed PR: 125421 Submitted by: Andrey V. Elsukov Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.126.2.30 +9 -4 src/sys/dev/ata/ata-chipset.c From remko at FreeBSD.org Sat Aug 2 12:40:16 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:40:23 2008 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h Message-ID: <200808021240.m72CeGih004248@repoman.freebsd.org> remko 2008-08-02 12:40:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 181172 on 2008-08-02 12:40:12Z by remko MFC r180437 Detect ATA controllers in the Macbook3. PR: 118135 Submitted by: ed Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.126.2.31 +2 -1 src/sys/dev/ata/ata-chipset.c 1.49.2.19 +3 -2 src/sys/dev/ata/ata-pci.h From remko at FreeBSD.org Sat Aug 2 12:46:36 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:46:43 2008 Subject: cvs commit: src/sys/cam/scsi scsi_da.c Message-ID: <200808021246.m72CkXpw004754@repoman.freebsd.org> remko 2008-08-02 12:46:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam/scsi scsi_da.c Log: SVN rev 181173 on 2008-08-02 12:46:22Z by remko MFC r180389 (which includes another scsi id as well). Add quirk for the Samsung YP-U3 PR: 125398 Submitted by: Tino Engel Approved by: imp (mentor, implicit) MFC after: 1 week Approved by: imp (mentor) Revision Changes Path 1.224.2.2 +12 -0 src/sys/cam/scsi/scsi_da.c From cognet at FreeBSD.org Sat Aug 2 12:48:34 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sat Aug 2 12:48:40 2008 Subject: cvs commit: src/sys/arm/include db_machdep.h Message-ID: <200808021248.m72CmYng014183@repoman.freebsd.org> cognet 2008-08-02 12:48:30 UTC FreeBSD src repository Modified files: sys/arm/include db_machdep.h Log: SVN rev 181174 on 2008-08-02 12:48:30Z by cognet Add yet another branch instruction. Obtained from: NetBSD MFC after: 3 days Revision Changes Path 1.7 +2 -1 src/sys/arm/include/db_machdep.h From cognet at FreeBSD.org Sat Aug 2 12:49:54 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sat Aug 2 12:50:01 2008 Subject: cvs commit: src/sys/ddb db_run.c Message-ID: <200808021249.m72Cno8x014285@repoman.freebsd.org> cognet 2008-08-02 12:49:43 UTC FreeBSD src repository Modified files: sys/ddb db_run.c Log: SVN rev 181175 on 2008-08-02 12:49:43Z by cognet Fix software single-stepping: we need to check if the instruction is a return instruction as well, or we'll stop single-stepping as soon as we'll return from a function. MFC after: 3 days Revision Changes Path 1.28 +1 -1 src/sys/ddb/db_run.c From remko at FreeBSD.org Sat Aug 2 12:50:11 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 12:50:28 2008 Subject: cvs commit: src/share/man/man9 zone.9 Message-ID: <200808021250.m72Co6LM014379@repoman.freebsd.org> remko 2008-08-02 12:49:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man9 zone.9 Log: SVN rev 181176 on 2008-08-02 12:49:56Z by remko MFC r179880 Document the _arg versions of the uma_zalloc and uma_zfree functions. PR: docs/120357 Submitted by: gahr MFC after: 3 days Revision Changes Path 1.28.2.1 +18 -1 src/share/man/man9/zone.9 From scottl at FreeBSD.org Sat Aug 2 13:04:38 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sat Aug 2 13:04:49 2008 Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.h Message-ID: <200808021304.m72D4b9C016603@repoman.freebsd.org> scottl 2008-08-02 13:04:26 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c cissreg.h Log: SVN rev 181177 on 2008-08-02 13:04:26Z by scottl Correctly set the interrupt enable and disable bits. The previous code interfered with Performant mode and legacy interrupts. Also remove a register read operation on the Simplq code that was effectively a time-wasting no-op. Revision Changes Path 1.91 +0 -4 src/sys/dev/ciss/ciss.c 1.18 +11 -11 src/sys/dev/ciss/cissreg.h From bz at FreeBSD.org Sat Aug 2 13:14:53 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 13:15:00 2008 Subject: cvs commit: src/sbin/ping6 ping6.8 ping6.c Message-ID: <200808021314.m72DErE0017476@repoman.freebsd.org> bz 2008-08-02 13:14:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ping6 ping6.8 ping6.c Log: SVN rev 181178 on 2008-08-02 13:14:35Z by bz MFC: r179356, rev. 1.25 ping6.8, 1.34 ping6.c Change the exit status for 0 and 2 to be the same as with ping(1) and be usable in scripts, etc. This also changes the semantics in case when we lose one of n packets. In that case, before we exited by SIG, now we exit with return(0). Submitted by: Gert Doering (gert space.net) Revision Changes Path 1.23.10.1 +4 -2 src/sbin/ping6/ping6.8 1.31.2.1 +5 -2 src/sbin/ping6/ping6.c From wosch at FreeBSD.org Sat Aug 2 13:40:25 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sat Aug 2 13:40:36 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808021340.m72DeNQT019526@repoman.freebsd.org> wosch 2008-08-02 13:40:23 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: add SuSE manpages from 9.3 to 11.0 workaround for section handling Revision Changes Path 1.211 +17 -6 www/en/cgi/man.cgi From remko at FreeBSD.org Sat Aug 2 13:40:47 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 13:40:54 2008 Subject: cvs commit: src/lib/libc/sys ktrace.2 Message-ID: <200808021340.m72Dejdw019567@repoman.freebsd.org> remko 2008-08-02 13:40:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys ktrace.2 Log: SVN rev 181179 on 2008-08-02 13:40:14Z by remko MFC r180491 Update the ktr_header structure, which changed over time. PR: 125546 Submitted by: Mateusz Guzik MFC after: 3 days Revision Changes Path 1.25.2.1 +4 -4 src/lib/libc/sys/ktrace.2 From remko at FreeBSD.org Sat Aug 2 13:42:33 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 13:42:44 2008 Subject: cvs commit: src/share/man/man4 ahc.4 Message-ID: <200808021342.m72DgWCS019725@repoman.freebsd.org> remko 2008-08-02 13:42:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4 ahc.4 Log: SVN rev 181180 on 2008-08-02 13:42:28Z by remko MFC r180492 More explicitly mention that we support the 2920C with the ahc driver. PR: 125535 Submitted by: Bob Bishop MFC after: 3 days Revision Changes Path 1.39.2.1 +2 -2 src/share/man/man4/ahc.4 From remko at FreeBSD.org Sat Aug 2 13:48:33 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 13:48:45 2008 Subject: cvs commit: src/lib/libc/sys ktrace.2 Message-ID: <200808021348.m72DmXHE020186@repoman.freebsd.org> remko 2008-08-02 13:48:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys ktrace.2 Log: SVN rev 181181 on 2008-08-02 13:48:22Z by remko Fix whitespace bug (8spaces into tab). Submitted by: ed Revision Changes Path 1.25.2.2 +1 -1 src/lib/libc/sys/ktrace.2 From remko at FreeBSD.org Sat Aug 2 13:49:19 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Sat Aug 2 13:49:30 2008 Subject: cvs commit: src/lib/libc/sys ktrace.2 Message-ID: <200808021349.m72DnJUc020261@repoman.freebsd.org> remko 2008-08-02 13:49:12 UTC FreeBSD src repository Modified files: lib/libc/sys ktrace.2 Log: SVN rev 181182 on 2008-08-02 13:49:12Z by remko remove whitespace bug (8 spaces into one tab) Submitted by: ed Revision Changes Path 1.27 +1 -1 src/lib/libc/sys/ktrace.2 From miwi at FreeBSD.org Sat Aug 2 13:56:25 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 13:56:37 2008 Subject: cvs commit: ports/databases/phpmyadmin Makefile distinfo Message-ID: <200808021356.m72DuOra020876@repoman.freebsd.org> miwi 2008-08-02 13:56:24 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo Log: - Update to 2.11.8.1 PR: 126044 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.90 +1 -1 ports/databases/phpmyadmin/Makefile 1.73 +3 -3 ports/databases/phpmyadmin/distinfo From miwi at FreeBSD.org Sat Aug 2 13:58:11 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 13:58:22 2008 Subject: cvs commit: ports/www Makefile ports/www/drupal6-print Makefile distinfo pkg-descr Message-ID: <200808021358.m72DwAaf021051@repoman.freebsd.org> miwi 2008-08-02 13:58:10 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/drupal6-print Makefile distinfo pkg-descr Log: This module allows you to generate printer friendly versions of any node by navigating to www.example.com/print/nid, where nid is the node id of content to render. WWW: http://drupal.org/project/print PR: ports/126038 Submitted by: Eygene Ryabinkin Revision Changes Path 1.2108 +1 -0 ports/www/Makefile 1.1 +38 -0 ports/www/drupal6-print/Makefile (new) 1.1 +3 -0 ports/www/drupal6-print/distinfo (new) 1.1 +5 -0 ports/www/drupal6-print/pkg-descr (new) From miwi at FreeBSD.org Sat Aug 2 13:58:44 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 13:58:50 2008 Subject: cvs commit: ports/devel/py-game Makefile distinfo pkg-plist Message-ID: <200808021358.m72Dwhq9021117@repoman.freebsd.org> miwi 2008-08-02 13:58:43 UTC FreeBSD ports repository Modified files: devel/py-game Makefile distinfo pkg-plist Log: - Update to 1.8.1 PR: 126125 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.38 +2 -2 ports/devel/py-game/Makefile 1.18 +3 -3 ports/devel/py-game/distinfo 1.18 +82 -77 ports/devel/py-game/pkg-plist From bz at FreeBSD.org Sat Aug 2 13:59:22 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 13:59:29 2008 Subject: cvs commit: src/sys/netinet6 ip6_ipsec.c Message-ID: <200808021359.m72DxKjD021188@repoman.freebsd.org> bz 2008-08-02 13:59:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 ip6_ipsec.c Log: SVN rev 181183 on 2008-08-02 13:59:13Z by bz MFC: r180085,180090, cvs rev. 1.10, 1.11 ip6_ipsec.c Update the correct stats (v6 instead of v4). Revision Changes Path 1.6.2.3 +2 -1 src/sys/netinet6/ip6_ipsec.c From scottl at FreeBSD.org Sat Aug 2 14:28:07 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sat Aug 2 14:28:18 2008 Subject: cvs commit: CVSROOT access mentors Message-ID: <200808021428.m72ES6mw024640@repoman.freebsd.org> scottl 2008-08-02 14:28:01 UTC FreeBSD src repository Modified files: . access mentors Log: SVN rev 181184 on 2008-08-02 14:28:01Z by scottl Welcome Sean Bruno to the FreeBSD development team. Sean will be working on firewire and SCSI/CAM improvements. I will be his mentor. Approved by: core Revision Changes Path 1.890 +1 -0 CVSROOT/access 1.16 +1 -0 CVSROOT/mentors From wosch at FreeBSD.org Sat Aug 2 14:31:49 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sat Aug 2 14:32:00 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808021431.m72EVmvj024959@repoman.freebsd.org> wosch 2008-08-02 14:31:48 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: more workarounds for section handling for non FreeBSD man pages Revision Changes Path 1.212 +5 -3 www/en/cgi/man.cgi From bz at FreeBSD.org Sat Aug 2 14:56:11 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 14:56:23 2008 Subject: cvs commit: src/sys/netinet6 in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_usrreq.c Message-ID: <200808021456.m72EuBr8027320@repoman.freebsd.org> bz 2008-08-02 14:55:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_usrreq.c Log: SVN rev 181185 on 2008-08-02 14:55:58Z by bz MFC: r180371,180386 cvs rev. 1.91 in6_pcb.c, 1.52,1.53 in6_src.c, 1.43 ip6_var.h rev. 1.80 raw_ip6.c, 1.91 udp6_usrreq.c Change the parameters to in6_selectsrc(): - pass in the inp instead of both in6p_moptions and laddr. - pass in cred for upcoming prison checks. Document required locking in in6_sleectsrc() in case an inp is passed in by adding an assert. Requested by: rwatson Revision Changes Path 1.84.2.3 +3 -2 src/sys/netinet6/in6_pcb.c 1.46.2.2 +13 -4 src/sys/netinet6/in6_src.c 1.39.2.3 +3 -3 src/sys/netinet6/ip6_var.h 1.73.2.2 +4 -4 src/sys/netinet6/raw_ip6.c 1.81.2.2 +2 -2 src/sys/netinet6/udp6_usrreq.c From bz at FreeBSD.org Sat Aug 2 15:02:29 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 15:02:45 2008 Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200808021502.m72F2T7k027802@repoman.freebsd.org> bz 2008-08-02 15:02:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c Log: SVN rev 181186 on 2008-08-02 15:02:20Z by bz MFC: r180392, cvs rev. 1.207 in_pcb.c For consistency with the rest of the function use the locally cached pointer pcbinfo rather than inp->inp_pcbinfo. Revision Changes Path 1.196.2.7 +1 -1 src/sys/netinet/in_pcb.c From das at FreeBSD.org Sat Aug 2 15:16:25 2008 From: das at FreeBSD.org (David Schultz) Date: Sat Aug 2 15:16:36 2008 Subject: cvs commit: www/en/projects/c99 index.sgml Message-ID: <200808021516.m72FGOH0030083@repoman.freebsd.org> das 2008-08-02 15:16:24 UTC FreeBSD doc repository (src committer) Modified files: en/projects/c99 index.sgml Log: Make an attempt to catch up on several years of changes: - Add a column for FreeBSD 8.X. - Unassign tasks that have been idle for years without a PR. - Update the status of many tasks, and reword some to reflect reality. - Formatting: Use NOWRAP for the column containing dates. Revision Changes Path 1.114 +519 -291 www/en/projects/c99/index.sgml From stas at FreeBSD.org Sat Aug 2 15:42:13 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sat Aug 2 15:42:20 2008 Subject: cvs commit: ports/graphics/djvulibre-nox11 Makefile distinfo pkg-descr pkg-plist ports/graphics/djvulibre-nox11/files patch-desktopfiles_Makefile.in patch-tools_any2djvu Message-ID: <200808021542.m72FgCNe032169@repoman.freebsd.org> stas 2008-08-02 15:42:12 UTC FreeBSD ports repository Modified files: graphics/djvulibre-nox11 Makefile Added files: graphics/djvulibre-nox11 distinfo pkg-descr pkg-plist graphics/djvulibre-nox11/files patch-desktopfiles_Makefile.in patch-tools_any2djvu Log: - Transform djvulibre-nox11 to a separate port to eliminate conflict with graphics/djvulibre. This way one cane have both ports installed without any problems. This also simplify dependencies handling in dependent ports. Requested by: mezz Revision Changes Path 1.2 +77 -8 ports/graphics/djvulibre-nox11/Makefile 1.1 +3 -0 ports/graphics/djvulibre-nox11/distinfo (new) 1.1 +28 -0 ports/graphics/djvulibre-nox11/files/patch-desktopfiles_Makefile.in (new) 1.1 +95 -0 ports/graphics/djvulibre-nox11/files/patch-tools_any2djvu (new) 1.1 +14 -0 ports/graphics/djvulibre-nox11/pkg-descr (new) 1.1 +63 -0 ports/graphics/djvulibre-nox11/pkg-plist (new) From stas at FreeBSD.org Sat Aug 2 15:48:22 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sat Aug 2 15:48:27 2008 Subject: cvs commit: ports/graphics/djvulibre Makefile pkg-plist ports/graphics/djvulibre/files patch-desktopfiles_Makefile.in patch-tools_any2djvu Message-ID: <200808021548.m72FmLbn032714@repoman.freebsd.org> stas 2008-08-02 15:48:21 UTC FreeBSD ports repository Modified files: graphics/djvulibre Makefile pkg-plist Removed files: graphics/djvulibre/files patch-desktopfiles_Makefile.in patch-tools_any2djvu Log: - Chase the dejvulibre-nox11 modifications. Now this port installs only X11 gui binaries and browser plugin. Requested by: mezz Revision Changes Path 1.60 +34 -42 ports/graphics/djvulibre/Makefile 1.3 +0 -28 ports/graphics/djvulibre/files/patch-desktopfiles_Makefile.in (dead) 1.3 +0 -95 ports/graphics/djvulibre/files/patch-tools_any2djvu (dead) 1.26 +25 -87 ports/graphics/djvulibre/pkg-plist From scottl at FreeBSD.org Sat Aug 2 15:55:30 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sat Aug 2 15:55:37 2008 Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200808021555.m72FtUgH033297@repoman.freebsd.org> scottl 2008-08-02 15:55:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam cam_xpt.c Log: SVN rev 181187 on 2008-08-02 15:55:16Z by scottl In the interest of reducing diffs and doing future merges, merge in the silly changes of rev 1.193. Revision Changes Path 1.190.2.2 +73 -73 src/sys/cam/cam_xpt.c From wosch at FreeBSD.org Sat Aug 2 15:59:21 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sat Aug 2 15:59:27 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808021559.m72FxKhI033570@repoman.freebsd.org> wosch 2008-08-02 15:59:20 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: perltidy Revision Changes Path 1.213 +212 -181 www/en/cgi/man.cgi From stas at FreeBSD.org Sat Aug 2 16:24:35 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sat Aug 2 16:24:41 2008 Subject: cvs commit: ports/graphics/djview4 Makefile Message-ID: <200808021624.m72GOYYk036787@repoman.freebsd.org> stas 2008-08-02 16:24:34 UTC FreeBSD ports repository Modified files: graphics/djview4 Makefile Log: - Properly link the browser plugin. - Bump PORTREVISION. Spotted by: mezz Revision Changes Path 1.9 +4 -1 ports/graphics/djview4/Makefile From joel at FreeBSD.org Sat Aug 2 16:30:03 2008 From: joel at FreeBSD.org (Joel Dahl) Date: Sat Aug 2 16:30:14 2008 Subject: cvs commit: www/en/projects/c99 index.sgml In-Reply-To: <200808021516.m72FGOH0030083@repoman.freebsd.org> References: <200808021516.m72FGOH0030083@repoman.freebsd.org> Message-ID: <489482FC.8080403@FreeBSD.org> David Schultz skrev: > das 2008-08-02 15:16:24 UTC > > FreeBSD doc repository (src committer) > > Modified files: > en/projects/c99 index.sgml > Log: > Make an attempt to catch up on several years of changes: > - Add a column for FreeBSD 8.X. > - Unassign tasks that have been idle for years without a PR. > - Update the status of many tasks, and reword some to reflect reality. > - Formatting: Use NOWRAP for the column containing dates. Thank you! -- Joel From rwatson at FreeBSD.org Sat Aug 2 16:33:47 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 2 16:33:53 2008 Subject: cvs commit: src/sys/fs/smbfs smbfs_node.c Message-ID: <200808021633.m72GXkVP037563@repoman.freebsd.org> rwatson 2008-08-02 16:33:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/smbfs smbfs_node.c Log: SVN rev 181188 on 2008-08-02 16:33:44Z by rwatson Merge r180139 from head to stable/7: Remove unused 'td' arguments from smbfs_hash_lock() and smbfs_hash_unlock(). Revision Changes Path 1.34.2.2 +9 -9 src/sys/fs/smbfs/smbfs_node.c From stas at FreeBSD.org Sat Aug 2 16:42:32 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sat Aug 2 16:42:38 2008 Subject: cvs commit: ports/security/pam_af Makefile ports/security/pam_af/files patch-common_pam_af.h patch-common_subr.c patch-pam_af.c Message-ID: <200808021642.m72GgWco038404@repoman.freebsd.org> stas 2008-08-02 16:42:32 UTC FreeBSD ports repository Modified files: security/pam_af Makefile Added files: security/pam_af/files patch-common_pam_af.h patch-common_subr.c patch-pam_af.c Log: - Correctly detect OpenPAM. PR: ports/126185 Submitted by: Tsurutani Naoki Revision Changes Path 1.5 +1 -0 ports/security/pam_af/Makefile 1.1 +11 -0 ports/security/pam_af/files/patch-common_pam_af.h (new) 1.3 +11 -0 ports/security/pam_af/files/patch-common_subr.c (new) 1.1 +11 -0 ports/security/pam_af/files/patch-pam_af.c (new) From bz at FreeBSD.org Sat Aug 2 16:48:14 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 16:48:27 2008 Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h src/sys/netinet6 in6_pcb.c in6_pcb.h Message-ID: <200808021648.m72GmEZi048355@repoman.freebsd.org> bz 2008-08-02 16:46:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c in_pcb.h sys/netinet6 in6_pcb.c in6_pcb.h Log: SVN rev 181189 on 2008-08-02 16:46:42Z by bz MFC: r180425, cvs rev. 1.208 in_pcb.c, 1.108 in_pcb.h, 1.92 in6_pcb.c, 1.21 in6_pcb.h For consistency take lport as u_short in in{,6}_pcblookup_local. All callers either pass in an u_short or u_int16_t. Revision Changes Path 1.196.2.8 +1 -2 src/sys/netinet/in_pcb.c 1.100.2.5 +1 -1 src/sys/netinet/in_pcb.h 1.84.2.4 +1 -2 src/sys/netinet6/in6_pcb.c 1.19.2.1 +1 -1 src/sys/netinet6/in6_pcb.h From bz at FreeBSD.org Sat Aug 2 16:54:01 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 16:54:10 2008 Subject: cvs commit: src/sys/kern kern_jail.c Message-ID: <200808021654.m72Gs0Ui049625@repoman.freebsd.org> bz 2008-08-02 16:53:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_jail.c Log: SVN rev 181190 on 2008-08-02 16:53:45Z by bz MFC: r180357, cvs rev. 1.80 kern_jail.c Plug a memory leak with jail services. PR: 125257 Submitted by: Mateusz Guzik Revision Changes Path 1.70.2.4 +4 -0 src/sys/kern/kern_jail.c From sam at FreeBSD.org Sat Aug 2 17:48:19 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 17:48:29 2008 Subject: cvs commit: src/share/man/man9 firmware.9 timeout.9 src/sys/kern kern_timeout.c src/sys/sys callout.h Message-ID: <200808021748.m72HmIfU063647@repoman.freebsd.org> sam 2008-08-02 17:42:38 UTC FreeBSD src repository Modified files: share/man/man9 firmware.9 timeout.9 sys/kern kern_timeout.c sys/sys callout.h Log: SVN rev 181191 on 2008-08-02 17:42:38Z by sam add callout_schedule; besides being useful it also improves compatibility with other systems Reviewed by: ed, battlez Revision Changes Path 1.7 +25 -8 src/share/man/man9/firmware.9 1.33 +21 -5 src/share/man/man9/timeout.9 1.115 +15 -0 src/sys/kern/kern_timeout.c 1.34 +4 -0 src/sys/sys/callout.h From john at baldwin.cx Sat Aug 2 17:49:52 2008 From: john at baldwin.cx (John Baldwin) Date: Sat Aug 2 17:50:03 2008 Subject: cvs commit: src/sys/pc98/pc98 machdep.c In-Reply-To: <200808021032.m72AW1fS089854@repoman.freebsd.org> References: <200808021032.m72AW1fS089854@repoman.freebsd.org> Message-ID: <200808020743.11361.john@baldwin.cx> On Saturday 02 August 2008 06:31:48 am Takahashi Yoshihiro wrote: > nyan 2008-08-02 10:31:48 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > sys/pc98/pc98 machdep.c > Log: > SVN rev 181159 on 2008-08-02 10:31:48Z by nyan > > MFi386: > > Drastically simplify the i386 pcpu backend by merging parts of the > amd64 mechanism over. Gah, sorry. :( -- John Baldwin From sam at FreeBSD.org Sat Aug 2 17:51:51 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 17:51:58 2008 Subject: cvs commit: src/share/man/man9 firmware.9 Message-ID: <200808021751.m72Hppnp063971@repoman.freebsd.org> sam 2008-08-02 17:51:38 UTC FreeBSD src repository Modified files: share/man/man9 firmware.9 Log: SVN rev 181192 on 2008-08-02 17:51:38Z by sam Try to fixup last (inadvertent) commit: firmware_drain was never added so yank it's description; likewise for the FIRMWARE_WAIT flag to firmware_put. For the record, the last commit was to cleanup various mistakes and correct the example of embedding to reflect the npe firmware now being distributed with the system. Revision Changes Path 1.8 +1 -15 src/share/man/man9/firmware.9 From sam at FreeBSD.org Sat Aug 2 17:58:52 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 17:58:59 2008 Subject: cvs commit: src/sys/net80211 ieee80211_dfs.c Message-ID: <200808021758.m72Hwq5X064589@repoman.freebsd.org> sam 2008-08-02 17:58:39 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_dfs.c Log: SVN rev 181193 on 2008-08-02 17:58:39Z by sam schedule the correct timer when receiving a radar event during CAC Revision Changes Path 1.2 +1 -1 src/sys/net80211/ieee80211_dfs.c From sam at FreeBSD.org Sat Aug 2 18:00:38 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 18:00:45 2008 Subject: cvs commit: src/sys/net80211 ieee80211_freebsd.c Message-ID: <200808021800.m72I0cv1064816@repoman.freebsd.org> sam 2008-08-02 18:00:33 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_freebsd.c Log: SVN rev 181194 on 2008-08-02 18:00:33Z by sam add a sysctl to deliver a radar event for testing Revision Changes Path 1.20 +20 -0 src/sys/net80211/ieee80211_freebsd.c From sam at FreeBSD.org Sat Aug 2 18:02:09 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 18:02:21 2008 Subject: cvs commit: src/tools/tools/net80211/scripts setup.dfs Message-ID: <200808021802.m72I29U3064968@repoman.freebsd.org> sam 2008-08-02 18:01:58 UTC FreeBSD src repository Modified files: tools/tools/net80211/scripts setup.dfs Log: SVN rev 181195 on 2008-08-02 18:01:58Z by sam use new sysctl to generate a fake radar event Revision Changes Path 1.3 +2 -1 src/tools/tools/net80211/scripts/setup.dfs From sam at FreeBSD.org Sat Aug 2 18:03:10 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 18:03:17 2008 Subject: cvs commit: src/sys/net80211 ieee80211_input.c Message-ID: <200808021803.m72I3AWO066178@repoman.freebsd.org> sam 2008-08-02 18:02:57 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: SVN rev 181196 on 2008-08-02 18:02:57Z by sam correct decap of of AppleTalk and IPX frames; don't strip the SNAP header as they have one natively Submitted by: Chris Zimmermann Revision Changes Path 1.117 +4 -1 src/sys/net80211/ieee80211_input.c From sam at FreeBSD.org Sat Aug 2 18:04:26 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 18:04:37 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ht.c Message-ID: <200808021804.m72I4QOt066280@repoman.freebsd.org> sam 2008-08-02 18:04:09 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: SVN rev 181197 on 2008-08-02 18:04:09Z by sam add missing lock for htinfo update Submitted by: Chris Zimmermann Revision Changes Path 1.12 +2 -0 src/sys/net80211/ieee80211_ht.c From sam at FreeBSD.org Sat Aug 2 18:06:42 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 18:06:48 2008 Subject: cvs commit: src/sbin/ifconfig ifieee80211.c Message-ID: <200808021806.m72I6gEr066549@repoman.freebsd.org> sam 2008-08-02 18:06:27 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: SVN rev 181198 on 2008-08-02 18:06:27Z by sam don't silently exit if the regdomain.xml file is missing Revision Changes Path 1.54 +1 -1 src/sbin/ifconfig/ifieee80211.c From sam at FreeBSD.org Sat Aug 2 18:10:29 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 2 18:10:41 2008 Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c Message-ID: <200808021810.m72IASH7066882@repoman.freebsd.org> sam 2008-08-02 18:10:14 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifieee80211.c Log: SVN rev 181199 on 2008-08-02 18:10:14Z by sam change list wme to only print the channel parameters; to get channel+bss use -v Revision Changes Path 1.150 +5 -1 src/sbin/ifconfig/ifconfig.8 1.55 +51 -36 src/sbin/ifconfig/ifieee80211.c From nox at FreeBSD.org Sat Aug 2 18:29:39 2008 From: nox at FreeBSD.org (Juergen Lock) Date: Sat Aug 2 18:29:45 2008 Subject: cvs commit: ports/emulators/qemu-devel Makefile ports/emulators/qemu-devel/files pcap-patch Message-ID: <200808021829.m72ITd6L068396@repoman.freebsd.org> nox 2008-08-02 18:29:39 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile Added files: emulators/qemu-devel/files pcap-patch Log: - Add pcap patch as an OPTION - Bump PORTREVISION Submitted by: jkim Revision Changes Path 1.95 +9 -0 ports/emulators/qemu-devel/Makefile 1.1 +297 -0 ports/emulators/qemu-devel/files/pcap-patch (new) From nox at FreeBSD.org Sat Aug 2 18:31:15 2008 From: nox at FreeBSD.org (Juergen Lock) Date: Sat Aug 2 18:31:21 2008 Subject: cvs commit: ports/emulators/qemu-devel pkg-message Message-ID: <200808021831.m72IVF3u068592@repoman.freebsd.org> nox 2008-08-02 18:31:15 UTC FreeBSD ports repository Modified files: emulators/qemu-devel pkg-message Log: Add note about pcap on 6.x Revision Changes Path 1.29 +2 -0 ports/emulators/qemu-devel/pkg-message From bz at FreeBSD.org Sat Aug 2 18:33:14 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 18:33:20 2008 Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h src/sys/netinet6 in6_pcb.c in6_pcb.h in6_src.c Message-ID: <200808021833.m72IXDq4068799@repoman.freebsd.org> bz 2008-08-02 18:32:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c in_pcb.h sys/netinet6 in6_pcb.c in6_pcb.h in6_src.c Log: SVN rev 181200 on 2008-08-02 18:32:22Z by bz MFC: r180427, cvs rev. 1.209 in_pcb.c, 1.109 in_pcb.h cvs rev. 1.93 in6_pcb.c, 1.22 in6_pcb.h, 1.54 in6_src.c Pass the ucred along into in{,6}_pcblookup_local for upcoming prison checks. Revision Changes Path 1.196.2.9 +7 -7 src/sys/netinet/in_pcb.c 1.100.2.6 +1 -1 src/sys/netinet/in_pcb.h 1.84.2.5 +6 -6 src/sys/netinet6/in6_pcb.c 1.19.2.2 +2 -1 src/sys/netinet6/in6_pcb.h 1.46.2.3 +3 -3 src/sys/netinet6/in6_src.c From bz at FreeBSD.org Sat Aug 2 18:40:02 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 18:40:13 2008 Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200808021840.m72Ie1n3069374@repoman.freebsd.org> bz 2008-08-02 18:39:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c Log: SVN rev 181201 on 2008-08-02 18:39:44Z by bz MFC: r180629, cvs rev. 1.210 in_pcb.c ia is a pointer thus use NULL rather then 0 for initialization and in comparisons to make this more obvious. Revision Changes Path 1.196.2.10 +5 -5 src/sys/netinet/in_pcb.c From bz at FreeBSD.org Sat Aug 2 18:50:03 2008 From: bz at FreeBSD.org (Bjoern A. Zeeb) Date: Sat Aug 2 18:50:08 2008 Subject: cvs commit: src/sbin/atacontrol atacontrol.8 Message-ID: <200808021850.m72Io2JY070191@repoman.freebsd.org> bz 2008-08-02 18:49:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/atacontrol atacontrol.8 Log: SVN rev 181202 on 2008-08-02 18:49:47Z by bz MFC: r180005, cvs rev. 1.31 atacontrol.8 Document spindown constraints as given in the original commit message[1] and later clarification provided by phk. [1] http://docs.freebsd.org/cgi/mid.cgi?200803171033.m2HAXOeN055116 Revision Changes Path 1.28.2.3 +22 -1 src/sbin/atacontrol/atacontrol.8 From rwatson at FreeBSD.org Sat Aug 2 19:05:36 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 2 19:05:48 2008 Subject: cvs commit: src/sys/dev/lmc if_lmc.c if_lmc.h Message-ID: <200808021905.m72J5XXj072562@repoman.freebsd.org> rwatson 2008-08-02 19:05:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/lmc if_lmc.c if_lmc.h Log: SVN rev 181203 on 2008-08-02 19:05:27Z by rwatson Merge r180304 from head to stable/7: Rename several functions in if_lmc with potential name collisions with global symbols, such as raw_input and raw_output, to have lmc_ prefixes. This doesn't affect actual functionality since the functions are static, but will limit the opportunities for current confusion and future difficulty. Revision Changes Path 1.32.2.1 +27 -25 src/sys/dev/lmc/if_lmc.c 1.5.2.1 +8 -8 src/sys/dev/lmc/if_lmc.h From marcus at FreeBSD.org Sat Aug 2 19:08:41 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat Aug 2 19:08:47 2008 Subject: cvs commit: ports/devel/libgtop/files patch-sysdeps_freebsd_procmap.c Message-ID: <200808021908.m72J8fEu072789@repoman.freebsd.org> marcus 2008-08-02 19:08:41 UTC FreeBSD ports repository Modified files: devel/libgtop/files patch-sysdeps_freebsd_procmap.c Log: Fix the build on recent -CURRENT. Reported by: pointyhat via erwin Revision Changes Path 1.2 +21 -3 ports/devel/libgtop/files/patch-sysdeps_freebsd_procmap.c From das at FreeBSD.org Sat Aug 2 19:17:04 2008 From: das at FreeBSD.org (David Schultz) Date: Sat Aug 2 19:17:11 2008 Subject: cvs commit: src/lib/msun/src e_atan2.c e_atan2f.c e_atan2l.c Message-ID: <200808021917.m72JH4w3073527@repoman.freebsd.org> das 2008-08-02 19:17:00 UTC FreeBSD src repository Modified files: lib/msun/src e_atan2.c e_atan2f.c e_atan2l.c Log: SVN rev 181204 on 2008-08-02 19:17:00Z by das A few minor corrections, including some from bde: - When y/x is huge, it's faster and more accurate to return pi/2 instead of pi - pi/2. - There's no need for 3 lines of bit fiddling to compute -z. - Fix a comment. Revision Changes Path 1.14 +6 -8 src/lib/msun/src/e_atan2.c 1.11 +6 -8 src/lib/msun/src/e_atan2f.c 1.3 +4 -1 src/lib/msun/src/e_atan2l.c From rwatson at FreeBSD.org Sat Aug 2 19:21:36 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 2 19:21:47 2008 Subject: cvs commit: src/sys/netinet raw_ip.c Message-ID: <200808021921.m72JLZ0N073929@repoman.freebsd.org> rwatson 2008-08-02 19:21:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet raw_ip.c Log: SVN rev 181205 on 2008-08-02 19:21:25Z by rwatson Merge r180306 from head to stable/7: Rename raw_append() to rip_append(): the raw_ prefix is generally used for functions in the generic raw socket library (raw_cb.c, raw_usrreq.c), and they are not used for IPv4 raw sockets. Revision Changes Path 1.180.2.3 +3 -3 src/sys/netinet/raw_ip.c From das at FreeBSD.org Sat Aug 2 19:21:36 2008 From: das at FreeBSD.org (David Schultz) Date: Sat Aug 2 19:21:57 2008 Subject: cvs commit: src/tools/regression/lib/msun test-invtrig.c Message-ID: <200808021921.m72JLac7073956@repoman.freebsd.org> das 2008-08-02 19:21:33 UTC FreeBSD src repository Modified files: tools/regression/lib/msun test-invtrig.c Log: SVN rev 181206 on 2008-08-02 19:21:33Z by das Test that the result is correctly rounded when |y/x| is huge. Revision Changes Path 1.2 +9 -16 src/tools/regression/lib/msun/test-invtrig.c From amdmi3 at FreeBSD.org Sat Aug 2 19:22:57 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Aug 2 19:23:04 2008 Subject: cvs commit: ports/graphics/geomorph Makefile distinfo pkg-plist ports/graphics/geomorph/files extra-patch-src-hf-gl_preview.c extra-patch-src-hf-hf_calc.c extra-patch-src-hf-subdiv1_dialog.c patch-src-app-main.c patch-src-fourier-fft.h patch-src-hf-img_process.c Message-ID: <200808021922.m72JMv5c074099@repoman.freebsd.org> amdmi3 2008-08-02 19:22:57 UTC FreeBSD ports repository Modified files: graphics/geomorph Makefile distinfo pkg-plist graphics/geomorph/files patch-src-app-main.c Added files: graphics/geomorph/files patch-src-fourier-fft.h Removed files: graphics/geomorph/files extra-patch-src-hf-gl_preview.c extra-patch-src-hf-hf_calc.c extra-patch-src-hf-subdiv1_dialog.c patch-src-hf-img_process.c Log: - Update to 0.50 - Add optional NLS support - Install icon & desktop entry Approved by: miwi (mentor implicit) Revision Changes Path 1.9 +26 -8 ports/graphics/geomorph/Makefile 1.3 +3 -3 ports/graphics/geomorph/distinfo 1.2 +0 -34 ports/graphics/geomorph/files/extra-patch-src-hf-gl_preview.c (dead) 1.2 +0 -11 ports/graphics/geomorph/files/extra-patch-src-hf-hf_calc.c (dead) 1.2 +0 -13 ports/graphics/geomorph/files/extra-patch-src-hf-subdiv1_dialog.c (dead) 1.2 +64 -36 ports/graphics/geomorph/files/patch-src-app-main.c 1.1 +18 -0 ports/graphics/geomorph/files/patch-src-fourier-fft.h (new) 1.2 +0 -11 ports/graphics/geomorph/files/patch-src-hf-img_process.c (dead) 1.4 +7 -5 ports/graphics/geomorph/pkg-plist From amdmi3 at FreeBSD.org Sat Aug 2 19:33:06 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sat Aug 2 19:33:13 2008 Subject: cvs commit: ports/audio/mbrolavox voices.conf Message-ID: <200808021933.m72JX6rP074878@repoman.freebsd.org> amdmi3 2008-08-02 19:33:06 UTC FreeBSD ports repository Modified files: audio/mbrolavox voices.conf Log: - Remove diacritics to avoid possible problems with non-ascii characters - Thus, unbreak building port when using unicode locale PR: ports/121882 (based on) Submitted by: Approved by: miwi (mentor) Revision Changes Path 1.3 +2 -2 ports/audio/mbrolavox/voices.conf From wosch at FreeBSD.org Sat Aug 2 19:54:31 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sat Aug 2 19:54:42 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808021954.m72JsUt0076533@repoman.freebsd.org> wosch 2008-08-02 19:54:30 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: Add NetBSD 3.1 manpages Revision Changes Path 1.214 +3 -2 www/en/cgi/man.cgi From phk at FreeBSD.org Sat Aug 2 20:12:09 2008 From: phk at FreeBSD.org (Poul-Henning Kamp) Date: Sat Aug 2 20:12:20 2008 Subject: cvs commit: src/games/fortune/datfiles fortunes Message-ID: <200808022012.m72KC8Ew079151@repoman.freebsd.org> phk 2008-08-02 20:11:56 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: SVN rev 181207 on 2008-08-02 20:11:56Z by phk Add a quote too good to miss from: http://www.schneier.com/blog/archives/2008/08/schneier_misquo.html (and reorder one I appearantly didn't get in the right place last time.) Revision Changes Path 1.270 +9 -5 src/games/fortune/datfiles/fortunes From bsam at FreeBSD.org Sat Aug 2 20:25:10 2008 From: bsam at FreeBSD.org (Boris Samorodov) Date: Sat Aug 2 20:25:17 2008 Subject: cvs commit: ports/devel/psvn Makefile distinfo Message-ID: <200808022025.m72KPAS7080151@repoman.freebsd.org> bsam 2008-08-02 20:25:10 UTC FreeBSD ports repository Modified files: devel/psvn Makefile distinfo Log: Update to version 32295. PR: 126070 Submitted by: KIMURA Yasuhiro Revision Changes Path 1.28 +1 -2 ports/devel/psvn/Makefile 1.24 +3 -3 ports/devel/psvn/distinfo From stas at FreeBSD.org Sat Aug 2 20:34:32 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sat Aug 2 20:34:47 2008 Subject: cvs commit: ports/lang/sbcl Makefile distinfo pkg-plist Message-ID: <200808022034.m72KYWnB080896@repoman.freebsd.org> stas 2008-08-02 20:34:32 UTC FreeBSD ports repository Modified files: lang/sbcl Makefile distinfo pkg-plist Log: - Update to 1.0.19. Revision Changes Path 1.62 +2 -3 ports/lang/sbcl/Makefile 1.47 +3 -3 ports/lang/sbcl/distinfo 1.32 +0 -4 ports/lang/sbcl/pkg-plist From stas at FreeBSD.org Sat Aug 2 20:35:34 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sat Aug 2 20:35:40 2008 Subject: cvs commit: ports/math/maxima Makefile Message-ID: <200808022035.m72KZVeb081061@repoman.freebsd.org> stas 2008-08-02 20:35:31 UTC FreeBSD ports repository Modified files: math/maxima Makefile Log: - Bump PORTREVISION to force rebuild after the lang/sbcl update. Revision Changes Path 1.30 +1 -1 ports/math/maxima/Makefile From imp at FreeBSD.org Sat Aug 2 20:36:40 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 20:36:46 2008 Subject: cvs commit: src/sys/dev/pccard pccarddevs Message-ID: <200808022036.m72KadPE081188@repoman.freebsd.org> imp 2008-08-02 20:36:25 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: SVN rev 181208 on 2008-08-02 20:36:25Z by imp Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021. Revision Changes Path 1.133 +1 -0 src/sys/dev/pccard/pccarddevs From imp at FreeBSD.org Sat Aug 2 20:45:40 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 20:45:47 2008 Subject: cvs commit: src/sys/dev/wi if_wi_pci.c if_wireg.h Message-ID: <200808022045.m72KjeTG082048@repoman.freebsd.org> imp 2008-08-02 20:45:28 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi_pci.c if_wireg.h Log: SVN rev 181209 on 2008-08-02 20:45:28Z by imp Minor tweaks to names and comments now that I understand what's going on better. Revision Changes Path 1.29 +5 -5 src/sys/dev/wi/if_wi_pci.c 1.46 +7 -2 src/sys/dev/wi/if_wireg.h From imp at FreeBSD.org Sat Aug 2 20:49:11 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 20:49:17 2008 Subject: cvs commit: src/sys/dev/wi if_wi.c Message-ID: <200808022049.m72KnBvJ091625@repoman.freebsd.org> imp 2008-08-02 20:49:01 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: SVN rev 181210 on 2008-08-02 20:49:01Z by imp Report what kind of chip only under bootverbose since that's now exported via a sysctl. Revision Changes Path 1.221 +2 -1 src/sys/dev/wi/if_wi.c From imp at FreeBSD.org Sat Aug 2 20:50:27 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 20:50:34 2008 Subject: cvs commit: src/sys/dev/wi if_wi_pccard.c Message-ID: <200808022050.m72KoRFa091800@repoman.freebsd.org> imp 2008-08-02 20:50:13 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi_pccard.c Log: SVN rev 181211 on 2008-08-02 20:50:13Z by imp Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3 card. I got a pair of these at a garage sale for US$1.00 today... Revision Changes Path 1.61 +1 -0 src/sys/dev/wi/if_wi_pccard.c From scottl at FreeBSD.org Sat Aug 2 20:50:58 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sat Aug 2 20:51:09 2008 Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200808022050.m72KowaI091872@repoman.freebsd.org> scottl 2008-08-02 20:50:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam cam_xpt.c Log: SVN rev 181212 on 2008-08-02 20:50:45Z by scottl Merge rev 1.196: fix a missing unlock to an error path in XPT_DEBUG. Revision Changes Path 1.190.2.3 +1 -0 src/sys/cam/cam_xpt.c From rwatson at FreeBSD.org Sat Aug 2 20:54:14 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 2 20:54:21 2008 Subject: cvs commit: src/sys/security/mac_partition mac_partition.c Message-ID: <200808022054.m72KsEgJ092112@repoman.freebsd.org> rwatson 2008-08-02 20:53:59 UTC FreeBSD src repository Modified files: sys/security/mac_partition mac_partition.c Log: SVN rev 181213 on 2008-08-02 20:53:59Z by rwatson Rename mac_partition_enabled to partition_enabled to synchronize with other policies that similarly now avoid the additional mac_ prefix on variables. MFC after: soon Revision Changes Path 1.23 +3 -3 src/sys/security/mac_partition/mac_partition.c From scottl at FreeBSD.org Sat Aug 2 20:54:15 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sat Aug 2 20:54:36 2008 Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200808022054.m72KsFMe092139@repoman.freebsd.org> scottl 2008-08-02 20:54:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam cam_xpt.c Log: SVN rev 181214 on 2008-08-02 20:54:10Z by scottl Merge rev 1.197: Check to see if the device supports querying for its serial number before actually trying to query for it. Revision Changes Path 1.190.2.4 +95 -36 src/sys/cam/cam_xpt.c From scottl at FreeBSD.org Sat Aug 2 21:01:17 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sat Aug 2 21:01:27 2008 Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200808022101.m72L1GIS092760@repoman.freebsd.org> scottl 2008-08-02 21:01:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam cam_xpt.c Log: SVN rev 181215 on 2008-08-02 21:01:10Z by scottl Merge rev 1.198 Revision Changes Path 1.190.2.5 +2 -2 src/sys/cam/cam_xpt.c From scottl at FreeBSD.org Sat Aug 2 21:24:48 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sat Aug 2 21:24:59 2008 Subject: cvs commit: src/sys/cam cam_xpt.c Message-ID: <200808022124.m72LOlYJ096216@repoman.freebsd.org> scottl 2008-08-02 21:24:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam cam_xpt.c Log: SVN rev 181216 on 2008-08-02 21:24:33Z by scottl Merge rev 1.192: fix a missing mutex unlock in the cam_high_power case. Revision Changes Path 1.190.2.6 +1 -0 src/sys/cam/cam_xpt.c From stas at FreeBSD.org Sat Aug 2 21:56:04 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sat Aug 2 21:56:16 2008 Subject: cvs commit: ports/lang/sbcl distinfo Message-ID: <200808022156.m72Lu4ep098903@repoman.freebsd.org> stas 2008-08-02 21:56:04 UTC FreeBSD ports repository Modified files: lang/sbcl distinfo Log: - Reroll the binary version for 6-STABLE-i386, as the previous version appears to be broken. Revision Changes Path 1.48 +3 -3 ports/lang/sbcl/distinfo From miwi at FreeBSD.org Sat Aug 2 22:11:35 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:11:41 2008 Subject: cvs commit: ports/x11/sselp Makefile distinfo ports/x11/sselp/files patch-config.mk Message-ID: <200808022211.m72MBY2g001825@repoman.freebsd.org> miwi 2008-08-02 22:11:34 UTC FreeBSD ports repository Modified files: x11/sselp Makefile distinfo x11/sselp/files patch-config.mk Log: - Update to 0.2 PR: 126102 Submitted by: Julien Laffaye (maintainer) Revision Changes Path 1.2 +1 -1 ports/x11/sselp/Makefile 1.2 +3 -3 ports/x11/sselp/distinfo 1.2 +14 -15 ports/x11/sselp/files/patch-config.mk From miwi at FreeBSD.org Sat Aug 2 22:12:34 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:12:40 2008 Subject: cvs commit: ports/www/pear-Services_Facebook Makefile distinfo Message-ID: <200808022212.m72MCYCu001915@repoman.freebsd.org> miwi 2008-08-02 22:12:34 UTC FreeBSD ports repository Modified files: www/pear-Services_Facebook Makefile distinfo Log: - Update to 0.1.2 PR: 126155 Submitted by: Wen heping (maintainer) Revision Changes Path 1.3 +5 -1 ports/www/pear-Services_Facebook/Makefile 1.3 +3 -3 ports/www/pear-Services_Facebook/distinfo From miwi at FreeBSD.org Sat Aug 2 22:13:40 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:13:46 2008 Subject: cvs commit: ports/devel/pear-Console_CommandLine Makefile distinfo Message-ID: <200808022213.m72MDeU5002018@repoman.freebsd.org> miwi 2008-08-02 22:13:40 UTC FreeBSD ports repository Modified files: devel/pear-Console_CommandLine Makefile distinfo Log: - Update to 1.0.1 PR: 126181 Submitted by: Wen heping Revision Changes Path 1.4 +11 -1 ports/devel/pear-Console_CommandLine/Makefile 1.4 +3 -3 ports/devel/pear-Console_CommandLine/distinfo From miwi at FreeBSD.org Sat Aug 2 22:17:22 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:17:30 2008 Subject: cvs commit: ports/multimedia/smilutils Makefile Message-ID: <200808022217.m72MHMpO002324@repoman.freebsd.org> miwi 2008-08-02 22:17:22 UTC FreeBSD ports repository Modified files: multimedia/smilutils Makefile Log: - Fix build PR: 126104 Submitted by: Diego Depaoli Reported by: erwinbot/pavbot Revision Changes Path 1.5 +2 -2 ports/multimedia/smilutils/Makefile From miwi at FreeBSD.org Sat Aug 2 22:18:37 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:18:49 2008 Subject: cvs commit: ports/net-im/qutim Makefile distinfo ports/net-im/qutim/files patch-protocol-oscar-icq-contactlist.cpp patch-src-qutim.cpp Message-ID: <200808022218.m72MIbWE002452@repoman.freebsd.org> miwi 2008-08-02 22:18:37 UTC FreeBSD ports repository Modified files: net-im/qutim Makefile distinfo Added files: net-im/qutim/files patch-protocol-oscar-icq-contactlist.cpp Removed files: net-im/qutim/files patch-src-qutim.cpp Log: - Update to 0.1.1 PR: 126177 Submitted by: Ilya Bakulin (maintainer) Revision Changes Path 1.2 +6 -7 ports/net-im/qutim/Makefile 1.2 +3 -3 ports/net-im/qutim/distinfo 1.1 +26 -0 ports/net-im/qutim/files/patch-protocol-oscar-icq-contactlist.cpp (new) 1.2 +0 -16 ports/net-im/qutim/files/patch-src-qutim.cpp (dead) From miwi at FreeBSD.org Sat Aug 2 22:19:33 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:19:39 2008 Subject: cvs commit: ports/graphics/pqiv Makefile distinfo Message-ID: <200808022219.m72MJXkq002546@repoman.freebsd.org> miwi 2008-08-02 22:19:33 UTC FreeBSD ports repository Modified files: graphics/pqiv Makefile distinfo Log: - Update 0.7.1 - Update email adress PR: 125969 Submitted by: Martin Tournoij (maintainer) Revision Changes Path 1.3 +2 -4 ports/graphics/pqiv/Makefile 1.2 +3 -3 ports/graphics/pqiv/distinfo From rwatson at FreeBSD.org Sat Aug 2 22:31:05 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 2 22:31:11 2008 Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c Message-ID: <200808022231.m72MV4PZ003608@repoman.freebsd.org> rwatson 2008-08-02 22:30:51 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c Log: SVN rev 181217 on 2008-08-02 22:30:51Z by rwatson Minor style tweaks. Revision Changes Path 1.121 +8 -11 src/sys/security/mac_biba/mac_biba.c 1.64 +3 -4 src/sys/security/mac_lomac/mac_lomac.c 1.103 +4 -9 src/sys/security/mac_mls/mac_mls.c From miwi at FreeBSD.org Sat Aug 2 22:34:22 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:34:28 2008 Subject: cvs commit: ports/astro/nightfall Makefile distinfo pkg-plist ports/astro/nightfall/files patch-LightInput.c Message-ID: <200808022234.m72MYLLV003907@repoman.freebsd.org> miwi 2008-08-02 22:34:21 UTC FreeBSD ports repository Modified files: astro/nightfall Makefile distinfo pkg-plist Added files: astro/nightfall/files patch-LightInput.c Log: - Update to 1.64 PR: 126166 Submitted by: Ports Fury Revision Changes Path 1.25 +2 -2 ports/astro/nightfall/Makefile 1.13 +3 -3 ports/astro/nightfall/distinfo 1.1 +12 -0 ports/astro/nightfall/files/patch-LightInput.c (new) 1.9 +12 -4 ports/astro/nightfall/pkg-plist From miwi at FreeBSD.org Sat Aug 2 22:34:24 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:34:39 2008 Subject: cvs commit: ports/misc/pdmenu Makefile distinfo pkg-descr ports/misc/pdmenu/files patch-src__pdmenu.c Message-ID: <200808022234.m72MYNLb003957@repoman.freebsd.org> miwi 2008-08-02 22:34:23 UTC FreeBSD ports repository Modified files: misc/pdmenu Makefile distinfo pkg-descr Added files: misc/pdmenu/files patch-src__pdmenu.c Log: - Update to 1.2.95 - Update WWW PR: 126175 Submitted by: Ports Fury Revision Changes Path 1.27 +11 -4 ports/misc/pdmenu/Makefile 1.18 +3 -3 ports/misc/pdmenu/distinfo 1.1 +13 -0 ports/misc/pdmenu/files/patch-src__pdmenu.c (new) 1.5 +1 -1 ports/misc/pdmenu/pkg-descr From miwi at FreeBSD.org Sat Aug 2 22:34:28 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:35:01 2008 Subject: cvs commit: ports/math/gretl Makefile distinfo pkg-plist ports/math/gretl/files patch-gui2::Makefile.in patch-share::Makefile.in Message-ID: <200808022234.m72MYSTq004013@repoman.freebsd.org> miwi 2008-08-02 22:34:28 UTC FreeBSD ports repository Modified files: math/gretl Makefile distinfo pkg-plist math/gretl/files patch-gui2::Makefile.in patch-share::Makefile.in Log: - Update to 1.7.6 PR: 126174 Submitted by: Ports Fury Revision Changes Path 1.70 +1 -1 ports/math/gretl/Makefile 1.38 +3 -3 ports/math/gretl/distinfo 1.10 +7 -7 ports/math/gretl/files/patch-gui2::Makefile.in 1.12 +11 -12 ports/math/gretl/files/patch-share::Makefile.in 1.38 +3 -0 ports/math/gretl/pkg-plist From miwi at FreeBSD.org Sat Aug 2 22:34:32 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:35:01 2008 Subject: cvs commit: ports/graphics/plotutils Makefile distinfo Message-ID: <200808022234.m72MYWo6004046@repoman.freebsd.org> miwi 2008-08-02 22:34:32 UTC FreeBSD ports repository Modified files: graphics/plotutils Makefile distinfo Log: - Update to 2.5.1 PR: 126173 Submitted by: Ports Fury Revision Changes Path 1.36 +2 -4 ports/graphics/plotutils/Makefile 1.8 +3 -3 ports/graphics/plotutils/distinfo From miwi at FreeBSD.org Sat Aug 2 22:34:39 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:35:10 2008 Subject: cvs commit: ports/graphics/libgeotiff Makefile distinfo pkg-plist Message-ID: <200808022234.m72MYddn004084@repoman.freebsd.org> miwi 2008-08-02 22:34:39 UTC FreeBSD ports repository Modified files: graphics/libgeotiff Makefile distinfo pkg-plist Log: - Update to 1.2.5 PR: 126172 Submitted by: Ports Fury Revision Changes Path 1.6 +1 -1 ports/graphics/libgeotiff/Makefile 1.4 +3 -3 ports/graphics/libgeotiff/distinfo 1.4 +1 -0 ports/graphics/libgeotiff/pkg-plist From miwi at FreeBSD.org Sat Aug 2 22:34:42 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:35:20 2008 Subject: cvs commit: ports/editors/zile Makefile distinfo Message-ID: <200808022234.m72MYgbq004115@repoman.freebsd.org> miwi 2008-08-02 22:34:42 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Log: - Update to 2.2.60 PR: 126171 Submitted by: Ports Fury Revision Changes Path 1.59 +2 -1 ports/editors/zile/Makefile 1.53 +3 -3 ports/editors/zile/distinfo From miwi at FreeBSD.org Sat Aug 2 22:34:46 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:35:31 2008 Subject: cvs commit: ports/editors/leo Makefile distinfo pkg-plist Message-ID: <200808022234.m72MYjcY004148@repoman.freebsd.org> miwi 2008-08-02 22:34:45 UTC FreeBSD ports repository Modified files: editors/leo Makefile distinfo pkg-plist Log: - Update to 4.4.8 PR: 126170 Submitted by: Ports Fury Revision Changes Path 1.26 +27 -16 ports/editors/leo/Makefile 1.22 +3 -3 ports/editors/leo/distinfo 1.9 +114 -41 ports/editors/leo/pkg-plist From miwi at FreeBSD.org Sat Aug 2 22:34:49 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:35:46 2008 Subject: cvs commit: ports/devel/gauche-gaunit Makefile distinfo pkg-plist Message-ID: <200808022234.m72MYmXn004179@repoman.freebsd.org> miwi 2008-08-02 22:34:48 UTC FreeBSD ports repository Modified files: devel/gauche-gaunit Makefile distinfo pkg-plist Log: - Update to 0.1.5 PR: 126169 Submitted by: Ports Fury Revision Changes Path 1.11 +9 -12 ports/devel/gauche-gaunit/Makefile 1.9 +3 -3 ports/devel/gauche-gaunit/distinfo 1.6 +21 -14 ports/devel/gauche-gaunit/pkg-plist From miwi at FreeBSD.org Sat Aug 2 22:34:53 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:35:56 2008 Subject: cvs commit: ports/databases/libzdb Makefile distinfo Message-ID: <200808022234.m72MYqqK004212@repoman.freebsd.org> miwi 2008-08-02 22:34:52 UTC FreeBSD ports repository Modified files: databases/libzdb Makefile distinfo Log: - Update to 2.2.3 PR: 126168 Submitted by: Ports Fury Revision Changes Path 1.13 +1 -1 ports/databases/libzdb/Makefile 1.10 +3 -3 ports/databases/libzdb/distinfo From miwi at FreeBSD.org Sat Aug 2 22:34:56 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 2 22:36:07 2008 Subject: cvs commit: ports/audio/abcmidi Makefile distinfo Message-ID: <200808022234.m72MYuKB004245@repoman.freebsd.org> miwi 2008-08-02 22:34:56 UTC FreeBSD ports repository Modified files: audio/abcmidi Makefile distinfo Log: - Update to 2008.07.21 PR: 126167 Submitted by: Ports Fury Revision Changes Path 1.37 +1 -1 ports/audio/abcmidi/Makefile 1.31 +3 -3 ports/audio/abcmidi/distinfo From rwatson at FreeBSD.org Sat Aug 2 22:36:10 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 2 22:36:25 2008 Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_bsdextended mac_bsdextended.c src/sys/security/mac_ifoff mac_ifoff.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_none mac_none.c ... Message-ID: <200808022236.m72MaAST004644@repoman.freebsd.org> rwatson 2008-08-02 22:35:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac_biba mac_biba.c sys/security/mac_bsdextended mac_bsdextended.c sys/security/mac_ifoff mac_ifoff.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_partition mac_partition.c sys/security/mac_portacl mac_portacl.c sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: SVN rev 181218 on 2008-08-02 22:35:39Z by rwatson Modify MAC policy function names and local variables in a manner similar to those in r172955, only don't rename any externally accessible symbols. This moves the policy modules in stable/7 to being closer to those in head without disrupting the KBI. While here, also synchronize some amount of white space. Obtained from: TrustedBSD Project Revision Changes Path 1.107.2.2 +708 -722 src/sys/security/mac_biba/mac_biba.c 1.39.2.1 +127 -128 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.13.2.1 +30 -29 src/sys/security/mac_ifoff/mac_ifoff.c 1.53.2.1 +592 -614 src/sys/security/mac_lomac/mac_lomac.c 1.88.2.3 +687 -701 src/sys/security/mac_mls/mac_mls.c 1.36.2.1 +2 -2 src/sys/security/mac_none/mac_none.c 1.19.2.1 +36 -35 src/sys/security/mac_partition/mac_partition.c 1.15.2.1 +26 -26 src/sys/security/mac_portacl/mac_portacl.c 1.15.2.1 +21 -21 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.68.2.2 +2 -2 src/sys/security/mac_stub/mac_stub.c 1.78.2.3 +419 -426 src/sys/security/mac_test/mac_test.c From imp at FreeBSD.org Sat Aug 2 22:53:57 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 22:54:03 2008 Subject: cvs commit: src/sys/arm/conf AVILA Message-ID: <200808022253.m72MruGu005980@repoman.freebsd.org> imp 2008-08-02 22:53:43 UTC FreeBSD src repository Modified files: sys/arm/conf AVILA Log: SVN rev 181219 on 2008-08-02 22:53:43Z by imp Minor style nit. Revision Changes Path 1.16 +1 -1 src/sys/arm/conf/AVILA From edwin at FreeBSD.org Sat Aug 2 23:08:10 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sat Aug 2 23:08:17 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808022308.m72N89Yx008277@repoman.freebsd.org> edwin 2008-08-02 23:08:09 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Saturday 02 August 2008 at 23:08 Revision Changes Path 1.20114 +4 -1 CVSROOT/modules From imp at FreeBSD.org Sat Aug 2 23:29:45 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 23:29:56 2008 Subject: cvs commit: src/share/man/man4 wi.4 Message-ID: <200808022329.m72NThls009937@repoman.freebsd.org> imp 2008-08-02 23:29:35 UTC FreeBSD src repository Modified files: share/man/man4 wi.4 Log: SVN rev 181220 on 2008-08-02 23:29:35Z by imp Add entry for Prism-3 based Siemens SpeedStream card. It has identical packaging and model numbers, but has had the Prism-II chips replaced by Prism-3. The wi driver was just updated with the new entry. Revision Changes Path 1.77 +1 -0 src/share/man/man4/wi.4 From imp at FreeBSD.org Sat Aug 2 23:41:15 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 2 23:41:27 2008 Subject: cvs commit: src/share/man/man4 wi.4 Message-ID: <200808022341.m72NfEXS010948@repoman.freebsd.org> imp 2008-08-02 23:41:10 UTC FreeBSD src repository Modified files: share/man/man4 wi.4 Log: SVN rev 181221 on 2008-08-02 23:41:10Z by imp Bumpd date Minor word smithing on the need for newer firmware. Revision Changes Path 1.78 +7 -4 src/share/man/man4/wi.4 From cognet at FreeBSD.org Sun Aug 3 01:51:47 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sun Aug 3 01:51:59 2008 Subject: cvs commit: src/sys/arm/include db_machdep.h Message-ID: <200808030151.m731plcO032515@repoman.freebsd.org> cognet 2008-08-03 01:51:30 UTC FreeBSD src repository Modified files: sys/arm/include db_machdep.h Log: SVN rev 181222 on 2008-08-03 01:51:30Z by cognet Add blx as a branch instruction. MFC after: 3 days Revision Changes Path 1.8 +2 -1 src/sys/arm/include/db_machdep.h From cognet at FreeBSD.org Sun Aug 3 01:53:33 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sun Aug 3 01:53:39 2008 Subject: cvs commit: src/sys/arm/arm db_interface.c Message-ID: <200808030153.m731rXVi032657@repoman.freebsd.org> cognet 2008-08-03 01:53:14 UTC FreeBSD src repository Modified files: sys/arm/arm db_interface.c Log: SVN rev 181223 on 2008-08-03 01:53:14Z by cognet Handle ldr pc, [reg] in branch_taken(). Obtained from: NetBSD MFC after: 3 days Revision Changes Path 1.8 +12 -1 src/sys/arm/arm/db_interface.c From sem at FreeBSD.org Sun Aug 3 02:23:07 2008 From: sem at FreeBSD.org (Sergey Matveychuk) Date: Sun Aug 3 02:23:13 2008 Subject: cvs commit: ports/ports-mgmt/portupgrade Makefile ports/ports-mgmt/portupgrade-devel Makefile Message-ID: <200808030223.m732N7Lv036150@repoman.freebsd.org> sem 2008-08-03 02:23:07 UTC FreeBSD ports repository Modified files: ports-mgmt/portupgrade Makefile ports-mgmt/portupgrade-devel Makefile Log: - Remove perl dependency. perl is not used for some time as it was before. Revision Changes Path 1.261 +0 -1 ports/ports-mgmt/portupgrade-devel/Makefile 1.251 +0 -1 ports/ports-mgmt/portupgrade/Makefile From ache at FreeBSD.org Sun Aug 3 03:18:26 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Sun Aug 3 03:18:32 2008 Subject: cvs commit: ports/archivers/zip Makefile distinfo ports/archivers/zip/files patch-aa patch-ab patch-negfseek Message-ID: <200808030318.m733IPEq041895@repoman.freebsd.org> ache 2008-08-03 03:18:25 UTC FreeBSD ports repository Modified files: archivers/zip Makefile distinfo archivers/zip/files patch-aa patch-ab Removed files: archivers/zip/files patch-negfseek Log: Update to 3.0 Revision Changes Path 1.37 +9 -7 ports/archivers/zip/Makefile 1.10 +3 -3 ports/archivers/zip/distinfo 1.4 +20 -4 ports/archivers/zip/files/patch-aa 1.5 +5 -5 ports/archivers/zip/files/patch-ab 1.2 +0 -59 ports/archivers/zip/files/patch-negfseek (dead) From ache at FreeBSD.org Sun Aug 3 03:23:29 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Sun Aug 3 03:23:35 2008 Subject: cvs commit: ports/archivers/zip Makefile Message-ID: <200808030323.m733NSZ0042354@repoman.freebsd.org> ache 2008-08-03 03:23:28 UTC FreeBSD ports repository Modified files: archivers/zip Makefile Log: Remove unneded EXTRACT_SUFX line Revision Changes Path 1.38 +0 -1 ports/archivers/zip/Makefile From thompsa at FreeBSD.org Sun Aug 3 03:36:23 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun Aug 3 03:36:34 2008 Subject: cvs commit: src/sbin/ifconfig Makefile ifconfig.c ifgre.c Message-ID: <200808030336.m733aMai043398@repoman.freebsd.org> thompsa 2008-08-03 03:36:12 UTC FreeBSD src repository Modified files: sbin/ifconfig Makefile ifconfig.c Added files: sbin/ifconfig ifgre.c Log: SVN rev 181224 on 2008-08-03 03:36:12Z by thompsa Move the grekey to its own file, ifconfig.c does not have interface specific code. Submitted by: sam Revision Changes Path 1.35 +1 -0 src/sbin/ifconfig/Makefile 1.138 +0 -20 src/sbin/ifconfig/ifconfig.c 1.1 +98 -0 src/sbin/ifconfig/ifgre.c (new) From ache at FreeBSD.org Sun Aug 3 03:40:32 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Sun Aug 3 03:40:38 2008 Subject: cvs commit: ports/archivers/unzip Makefile Message-ID: <200808030340.m733eWsI043726@repoman.freebsd.org> ache 2008-08-03 03:40:32 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile Log: Switch to SF master Revision Changes Path 1.61 +2 -2 ports/archivers/unzip/Makefile From thompsa at FreeBSD.org Sun Aug 3 03:47:09 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun Aug 3 03:47:15 2008 Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <200808030347.m733l819044283@repoman.freebsd.org> thompsa 2008-08-03 03:46:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if_bridge.c Log: SVN rev 181225 on 2008-08-03 03:46:58Z by thompsa MFC r180220 Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only be disabled if one (or more) of the member interfaces does not support it. Always turn off LRO since we can not bridge a combined frame. Revision Changes Path 1.103.2.8 +51 -23 src/sys/net/if_bridge.c From thompsa at FreeBSD.org Sun Aug 3 03:50:55 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun Aug 3 03:51:05 2008 Subject: cvs commit: src/sys/net if_lagg.c Message-ID: <200808030350.m733osVm044596@repoman.freebsd.org> thompsa 2008-08-03 03:50:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if_lagg.c Log: SVN rev 181226 on 2008-08-03 03:50:39Z by thompsa MFC r180249 port % count will never be greater than LAGG_MAX_PORTS so nuke the test. Revision Changes Path 1.19.2.7 +2 -6 src/sys/net/if_lagg.c From thompsa at FreeBSD.org Sun Aug 3 05:00:59 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun Aug 3 05:01:23 2008 Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <200808030500.m7350wV3060555@repoman.freebsd.org> thompsa 2008-08-03 05:00:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: SVN rev 181227 on 2008-08-03 05:00:46Z by thompsa MFC r180140 Set bridge MAC addresses to the MAC address of their first interface unless locally configured. This is more in line with the behaviour of other popular bridging implementations and makes bridges more predictable after reboots for example. MFC r180220 Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only be disabled if one (or more) of the member interfaces does not support it. Always turn off LRO since we can not bridge a combined frame. Revision Changes Path 1.11.2.57 +83 -28 src/sys/net/if_bridge.c From thompsa at FreeBSD.org Sun Aug 3 05:47:15 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun Aug 3 05:47:21 2008 Subject: cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c Message-ID: <200808030547.m735lFjn065235@repoman.freebsd.org> thompsa 2008-08-03 05:47:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c Log: SVN rev 181228 on 2008-08-03 05:47:08Z by thompsa MFC r172825, r173804, r174278, r174721, r175005, r177274, r177289, r180249 Sync to HEAD - Use ETHER_BPF_MTAP - Support monitor mode - Pass any unmatched slowprotocols frames up the stack - Switch the LACP state machine over to its own mutex Revision Changes Path 1.7.2.4 +105 -129 src/sys/net/ieee8023ad_lacp.c 1.4.2.4 +48 -4 src/sys/net/ieee8023ad_lacp.h 1.11.2.11 +19 -13 src/sys/net/if_lagg.c From marcus at FreeBSD.org Sun Aug 3 06:48:52 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Aug 3 06:48:58 2008 Subject: cvs commit: ports/databases/evolution-data-server Makefile Message-ID: <200808030648.m736mpv2071099@repoman.freebsd.org> marcus 2008-08-03 06:48:51 UTC FreeBSD ports repository Modified files: databases/evolution-data-server Makefile Log: Enable keyring support and depend on gnome-keyring. PR: 126101 Submitted by: Marcin Wisnicki Revision Changes Path 1.55 +4 -1 ports/databases/evolution-data-server/Makefile From marcus at FreeBSD.org Sun Aug 3 06:53:13 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Aug 3 06:53:24 2008 Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile Message-ID: <200808030653.m736rCOw071473@repoman.freebsd.org> marcus 2008-08-03 06:53:12 UTC FreeBSD ports repository Modified files: x11/xscreensaver-gnome Makefile Log: * Mention dependency of KEYRING on PAM in its description * Force PAM when KEYRING is enabled * Memove .warning that confuses portupgrade PR: 126114 Submitted by: Marcin Wisnicki Revision Changes Path 1.66 +7 -9 ports/x11/xscreensaver-gnome/Makefile From marcus at FreeBSD.org Sun Aug 3 06:57:47 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Aug 3 06:57:53 2008 Subject: cvs commit: ports/x11/gnome-screensaver Makefile Message-ID: <200808030657.m736vlBL071845@repoman.freebsd.org> marcus 2008-08-03 06:57:47 UTC FreeBSD ports repository Modified files: x11/gnome-screensaver Makefile Log: * Automatically disable keyring if pam is disabled * Remove .warning that confuses portupgrade * Provide more helpful descriptions of options * Break the build if PAM is enabled, define GNOME_SCREENSAVER_WITH_BROKEN_PAM if you really want PAM. PR: 126115 Submitted by: Marcin Wisnicki Revision Changes Path 1.36 +18 -9 ports/x11/gnome-screensaver/Makefile From imp at FreeBSD.org Sun Aug 3 07:10:33 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sun Aug 3 07:10:46 2008 Subject: cvs commit: src/sys/arm/conf NSLU NSLU.hints Message-ID: <200808030710.m737AXWU074021@repoman.freebsd.org> imp 2008-08-03 07:10:25 UTC FreeBSD src repository Added files: sys/arm/conf NSLU NSLU.hints Log: SVN rev 181229 on 2008-08-03 07:10:25Z by imp Kernel config for the Linksys NSLU2. This is just a basic configuration, with no support for the LED, buttons, realtime clock or flash support. Revision Changes Path 1.1 +112 -0 src/sys/arm/conf/NSLU (new) 1.1 +38 -0 src/sys/arm/conf/NSLU.hints (new) From stas at FreeBSD.org Sun Aug 3 08:06:15 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sun Aug 3 08:06:22 2008 Subject: cvs commit: ports/security/pam_af Makefile ports/security/pam_af/files patch-common_pam_af.h patch-common_subr.c patch-pam_af.c Message-ID: <200808030806.m7386FM2079413@repoman.freebsd.org> stas 2008-08-03 08:06:15 UTC FreeBSD ports repository Modified files: security/pam_af Makefile security/pam_af/files patch-common_pam_af.h patch-common_subr.c patch-pam_af.c Log: - OpenPAM seesm to defined _OPENPAM instead of OPENPAM in older releases. Make autodetection work on both. Revision Changes Path 1.6 +1 -1 ports/security/pam_af/Makefile 1.2 +3 -3 ports/security/pam_af/files/patch-common_pam_af.h 1.4 +3 -3 ports/security/pam_af/files/patch-common_subr.c 1.2 +3 -3 ports/security/pam_af/files/patch-pam_af.c From rafan at FreeBSD.org Sun Aug 3 08:58:10 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Sun Aug 3 08:58:21 2008 Subject: cvs commit: ports/net/p5-Net-Google-Calendar Makefile distinfo pkg-plist Message-ID: <200808030858.m738wALf092609@repoman.freebsd.org> rafan 2008-08-03 08:58:10 UTC FreeBSD ports repository Modified files: net/p5-Net-Google-Calendar Makefile distinfo pkg-plist Log: - Update to 0.94 PR: ports/125862 Submitted by: Yi-Jheng Lin Approved by: maintainer via irc Revision Changes Path 1.9 +7 -4 ports/net/p5-Net-Google-Calendar/Makefile 1.5 +3 -3 ports/net/p5-Net-Google-Calendar/distinfo 1.2 +6 -1 ports/net/p5-Net-Google-Calendar/pkg-plist From beech at FreeBSD.org Sun Aug 3 09:08:58 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Sun Aug 3 09:09:04 2008 Subject: cvs commit: ports/ftp/ocaml-ocurl Makefile distinfo Message-ID: <200808030908.m7398wAC094574@repoman.freebsd.org> beech 2008-08-03 09:08:58 UTC FreeBSD ports repository Modified files: ftp/ocaml-ocurl Makefile distinfo Log: - Update to 0.5.0 Revision Changes Path 1.11 +4 -4 ports/ftp/ocaml-ocurl/Makefile 1.4 +3 -3 ports/ftp/ocaml-ocurl/distinfo From edwin at FreeBSD.org Sun Aug 3 09:21:51 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Aug 3 09:22:02 2008 Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday Message-ID: <200808030921.m739Lofb095668@repoman.freebsd.org> edwin 2008-08-03 09:21:47 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.holiday Log: SVN rev 181230 on 2008-08-03 09:21:47Z by edwin calendar.holiday: Buinea-bissau should be Guinea-Bissau PR: conf/126199 Submitted by: comet--berkeley (aka Pablo Picasso) Approved by: bde@ Revision Changes Path 1.37 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday From edwin at FreeBSD.org Sun Aug 3 09:25:28 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Aug 3 09:25:34 2008 Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday Message-ID: <200808030925.m739PMeB095981@repoman.freebsd.org> edwin 2008-08-03 09:25:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/calendar/calendars calendar.holiday Log: SVN rev 181231 on 2008-08-03 09:25:12Z by edwin MFC of r181230 calendar.holiday: Buinea-bissau should be Guinea-Bissau PR: conf/126199 Submitted by: comet--berkeley (aka Pablo Picasso) Approved by: bde@ Revision Changes Path 1.36.2.1 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday From edwin at FreeBSD.org Sun Aug 3 09:26:29 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Aug 3 09:26:35 2008 Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday Message-ID: <200808030926.m739QTCe096082@repoman.freebsd.org> edwin 2008-08-03 09:26:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.holiday Log: SVN rev 181232 on 2008-08-03 09:26:13Z by edwin MFC of r181230 calendar.holiday: Buinea-bissau should be Guinea-Bissau PR: conf/126199 Submitted by: comet--berkeley (aka Pablo Picasso) Approved by: bde@ Revision Changes Path 1.28.8.7 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday From danger at FreeBSD.org Sun Aug 3 09:50:21 2008 From: danger at FreeBSD.org (Daniel Gerzo) Date: Sun Aug 3 09:50:28 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/sockets chapter.sgml Message-ID: <200808030950.m739oKBb097977@repoman.freebsd.org> danger 2008-08-03 09:50:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook/sockets chapter.sgml Log: - Include string.h to avoid compile warning about using bzero without defining it - use herror() rather than perror() to give useful error messages (the *hostby*() functions set h_errno not errno) PR: docs/126031 Submitted by: gavin Revision Changes Path 1.16 +3 -1 doc/en_US.ISO8859-1/books/developers-handbook/sockets/chapter.sgml From stas at FreeBSD.org Sun Aug 3 09:59:16 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sun Aug 3 09:59:27 2008 Subject: cvs commit: ports/editors/slime Makefile distinfo pkg-plist Message-ID: <200808030959.m739xAjK098626@repoman.freebsd.org> stas 2008-08-03 09:59:10 UTC FreeBSD ports repository Modified files: editors/slime Makefile distinfo pkg-plist Log: - Update slime to the latest snapshot. SLIME development team stopped rolling out releases and it's recommended to use the CVS version. Bump PORTEPOCH as well. - Install contrib modules. - Add basic usage instructions. - Take maintainership. Revision Changes Path 1.10 +32 -17 ports/editors/slime/Makefile 1.5 +3 -3 ports/editors/slime/distinfo 1.4 +70 -31 ports/editors/slime/pkg-plist From miwi at FreeBSD.org Sun Aug 3 10:03:40 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 10:03:47 2008 Subject: cvs commit: ports/math/rpy Makefile Message-ID: <200808031003.m73A3eXf000455@repoman.freebsd.org> miwi 2008-08-03 10:03:40 UTC FreeBSD ports repository Modified files: math/rpy Makefile Log: - Mark BROKEN Does not compile Submitted by: maintainer Reported by erwinbot Revision Changes Path 1.9 +2 -0 ports/math/rpy/Makefile From miwi at FreeBSD.org Sun Aug 3 10:21:15 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 10:21:36 2008 Subject: cvs commit: ports/x11/rxvt Makefile ports/x11/rxvt-devel Makefile Message-ID: <200808031021.m73ALFPE001983@repoman.freebsd.org> miwi 2008-08-03 10:21:15 UTC FreeBSD ports repository Modified files: x11/rxvt Makefile x11/rxvt-devel Makefile Log: - Convert to OPTIONS - Pass maintainership to submitter PR: 125877 / 125882 Submitted by: Andy Kosela Revision Changes Path 1.88 +85 -88 ports/x11/rxvt-devel/Makefile 1.68 +45 -43 ports/x11/rxvt/Makefile From ed at FreeBSD.org Sun Aug 3 10:33:20 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Sun Aug 3 10:33:32 2008 Subject: cvs commit: src/sys/amd64/conf GENERIC NOTES src/sys/arm/conf KB920X src/sys/conf NOTES src/sys/i386/conf GENERIC NOTES src/sys/modules Makefile src/sys/modules/netgraph Makefile src/sys/modules/netgraph/bluetooth Makefile src/sys/pc98/conf ... Message-ID: <200808031033.m73AXKNO003117@repoman.freebsd.org> ed 2008-08-03 10:32:17 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC NOTES sys/arm/conf KB920X sys/conf NOTES sys/i386/conf GENERIC NOTES sys/modules Makefile sys/modules/netgraph Makefile sys/modules/netgraph/bluetooth Makefile sys/pc98/conf GENERIC NOTES sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC sys/sun4v/conf GENERIC Log: SVN rev 181233 on 2008-08-03 10:32:17Z by ed Disconnect drivers that haven't been ported to MPSAFE TTY yet. As clearly mentioned on the mailing lists, there is a list of drivers that have not been ported to the MPSAFE TTY layer yet. Remove them from the kernel configuration files. This means people can now still use these drivers if they explicitly put them in their kernel configuration file, which is good. People should keep in mind that after August 10, these drivers will not work anymore. Even though owners of the hardware are capable of getting these drivers working again, I will see if I can at least get them to a compilable state (if time permits). Revision Changes Path 1.506 +0 -3 src/sys/amd64/conf/GENERIC 1.81 +0 -51 src/sys/amd64/conf/NOTES 1.18 +0 -1 src/sys/arm/conf/KB920X 1.1503 +0 -22 src/sys/conf/NOTES 1.496 +0 -3 src/sys/i386/conf/GENERIC 1.1259 +0 -63 src/sys/i386/conf/NOTES 1.581 +0 -15 src/sys/modules/Makefile 1.50 +0 -1 src/sys/modules/netgraph/Makefile 1.6 +0 -1 src/sys/modules/netgraph/bluetooth/Makefile 1.308 +0 -2 src/sys/pc98/conf/GENERIC 1.92 +0 -13 src/sys/pc98/conf/NOTES 1.81 +0 -2 src/sys/powerpc/conf/GENERIC 1.139 +0 -2 src/sys/sparc64/conf/GENERIC 1.20 +0 -2 src/sys/sun4v/conf/GENERIC From rwatson at FreeBSD.org Sun Aug 3 12:18:32 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sun Aug 3 12:18:38 2008 Subject: cvs commit: src/sys/powerpc/powerpc machdep.c Message-ID: <200808031218.m73CIWg1013725@repoman.freebsd.org> rwatson 2008-08-03 12:18:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/powerpc/powerpc machdep.c Log: SVN rev 181234 on 2008-08-03 12:18:17Z by rwatson When r177253 and r177255 were merged from head to stable/7, the addition of a ';' after a SYSINIT declaration was missed in powerpc/machdep.c because the file had moved in head. This commit adds the missing ';'. Revision Changes Path 1.103.2.4 +1 -1 src/sys/powerpc/powerpc/machdep.c From johans at FreeBSD.org Sun Aug 3 12:32:53 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Sun Aug 3 12:33:05 2008 Subject: cvs commit: ports/www/xshttpd-devel Makefile distinfo Message-ID: <200808031232.m73CWr8b014824@repoman.freebsd.org> johans 2008-08-03 12:32:53 UTC FreeBSD ports repository Modified files: www/xshttpd-devel Makefile distinfo Log: Update to 3.6 beta 17 Revision Changes Path 1.56 +1 -1 ports/www/xshttpd-devel/Makefile 1.50 +3 -3 ports/www/xshttpd-devel/distinfo From kib at FreeBSD.org Sun Aug 3 13:34:04 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Sun Aug 3 13:34:15 2008 Subject: cvs commit: src/sys/kern link_elf.c link_elf_obj.c Message-ID: <200808031334.m73DY4fR030018@repoman.freebsd.org> kib 2008-08-03 13:33:45 UTC FreeBSD src repository Modified files: sys/kern link_elf.c link_elf_obj.c Log: SVN rev 181235 on 2008-08-03 13:33:45Z by kib Calling linker_load_dependencies() while holding the module' vnode lock may cause a LOR between kld_sx lock and vnode lock. linker_load_dependencies() drops kld_sx, and another thread may attempt to load the same kld. Reported and tested by: pjd MFC after: 1 week Revision Changes Path 1.101 +2 -0 src/sys/kern/link_elf.c 1.103 +2 -0 src/sys/kern/link_elf_obj.c From trhodes at FreeBSD.org Sun Aug 3 14:11:46 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Sun Aug 3 14:11:58 2008 Subject: cvs commit: src/sys/mips/mips machdep.c tick.c Message-ID: <200808031411.m73EBkli034151@repoman.freebsd.org> trhodes 2008-08-03 14:11:06 UTC FreeBSD src repository Modified files: sys/mips/mips machdep.c tick.c Log: SVN rev 181236 on 2008-08-03 14:11:06Z by trhodes Document a few sysctls. Approved by: imp Revision Changes Path 1.4 +5 -4 src/sys/mips/mips/machdep.c 1.2 +2 -1 src/sys/mips/mips/tick.c From scottl at FreeBSD.org Sun Aug 3 14:11:48 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 14:12:09 2008 Subject: cvs commit: src/sys/cam/scsi scsi_ses.c Message-ID: <200808031411.m73EBmbe034178@repoman.freebsd.org> scottl 2008-08-03 14:11:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam/scsi scsi_ses.c Log: SVN rev 181237 on 2008-08-03 14:11:15Z by scottl Merge rev 1.37: Further fixes to locking in scsi_ses Revision Changes Path 1.35.2.1 +26 -22 src/sys/cam/scsi/scsi_ses.c From lth at FreeBSD.org Sun Aug 3 14:13:48 2008 From: lth at FreeBSD.org (Lars Thegler) Date: Sun Aug 3 14:14:00 2008 Subject: cvs commit: ports/finance/sql-ledger Makefile distinfo pkg-plist Message-ID: <200808031413.m73EDlwR034349@repoman.freebsd.org> lth 2008-08-03 14:13:47 UTC FreeBSD ports repository Modified files: finance/sql-ledger Makefile distinfo pkg-plist Log: Update to 2.8.17 Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Revision Changes Path 1.29 +1 -1 ports/finance/sql-ledger/Makefile 1.26 +3 -3 ports/finance/sql-ledger/distinfo 1.20 +1 -1 ports/finance/sql-ledger/pkg-plist From rwatson at FreeBSD.org Sun Aug 3 14:14:49 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sun Aug 3 14:14:55 2008 Subject: cvs commit: src/share/man/man4 ddb.4 textdump.4 Message-ID: <200808031414.m73EEmaf034444@repoman.freebsd.org> rwatson 2008-08-03 14:14:43 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 textdump.4 Log: SVN rev 181238 on 2008-08-03 14:14:43Z by rwatson DDB scripting, textdumps, output capture, etc, all will appear in FreeBSD 7.1 before 8.0 ships. Spotted by: Ulrich Spoerlein MFC after: 3 days Revision Changes Path 1.56 +1 -1 src/share/man/man4/ddb.4 1.5 +5 -0 src/share/man/man4/textdump.4 From miwi at FreeBSD.org Sun Aug 3 14:16:09 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:16:19 2008 Subject: cvs commit: ports/net-mgmt/wdiag Makefile distinfo Message-ID: <200808031416.m73EG8A4034640@repoman.freebsd.org> miwi 2008-08-03 14:16:08 UTC FreeBSD ports repository Modified files: net-mgmt/wdiag Makefile distinfo Log: - Update to 0.10 PR: 126192 Submitted by: Josh Carroll (maintainer) Revision Changes Path 1.2 +1 -1 ports/net-mgmt/wdiag/Makefile 1.2 +3 -3 ports/net-mgmt/wdiag/distinfo From miwi at FreeBSD.org Sun Aug 3 14:18:03 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:18:18 2008 Subject: cvs commit: ports/mail Makefile ports/mail/ngmp Makefile distinfo pkg-descr pkg-plist ports/mail/ngmp/files pkg-message.in Message-ID: <200808031418.m73EI2aI034846@repoman.freebsd.org> miwi 2008-08-03 14:18:02 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/ngmp Makefile distinfo pkg-descr pkg-plist mail/ngmp/files pkg-message.in Log: NGMP is a browser-based, fully AJAX Web 2.0 application for messaging and collaboration - email, group calendaring, contacts, and web document management and authoring. NGMP is written in PHP and requires the PostgreSQL database. WWW: http://www.prevantage.com/ PR: ports/126095 Submitted by: Luke Jee Revision Changes Path 1.918 +1 -0 ports/mail/Makefile 1.1 +57 -0 ports/mail/ngmp/Makefile (new) 1.1 +3 -0 ports/mail/ngmp/distinfo (new) 1.1 +42 -0 ports/mail/ngmp/files/pkg-message.in (new) 1.1 +6 -0 ports/mail/ngmp/pkg-descr (new) 1.1 +697 -0 ports/mail/ngmp/pkg-plist (new) From miwi at FreeBSD.org Sun Aug 3 14:18:29 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:18:39 2008 Subject: cvs commit: ports/devel/p5-Rose-Object Makefile distinfo Message-ID: <200808031418.m73EITcH034905@repoman.freebsd.org> miwi 2008-08-03 14:18:29 UTC FreeBSD ports repository Modified files: devel/p5-Rose-Object Makefile distinfo Log: - Update to 0.853 PR: 126135 Submitted by: hideo (maintainer) Revision Changes Path 1.10 +1 -1 ports/devel/p5-Rose-Object/Makefile 1.8 +3 -3 ports/devel/p5-Rose-Object/distinfo From miwi at FreeBSD.org Sun Aug 3 14:21:39 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:21:45 2008 Subject: cvs commit: ports/mail/getmail Makefile distinfo Message-ID: <200808031421.m73ELdVs035215@repoman.freebsd.org> miwi 2008-08-03 14:21:39 UTC FreeBSD ports repository Modified files: mail/getmail Makefile distinfo Log: - Update 4.8.2 Changelog: - for IMAP retrievers, keep message state around for 30 days even if the corresponding message isn't seen. This allows users to have multiple rc files with different IMAP folders to retrieve from without losing their "seen" mail state for the folders they're not currently retrieving from. You no longer need to work around this with different getmail state directories. PR: 126201 Submitted by: Linh Pham (maintainer) Revision Changes Path 1.78 +1 -1 ports/mail/getmail/Makefile 1.66 +3 -3 ports/mail/getmail/distinfo From miwi at FreeBSD.org Sun Aug 3 14:22:32 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:22:39 2008 Subject: cvs commit: ports/www/gaeo Makefile distinfo pkg-plist ports/www/gaeo/files patch-bin_gaeo.py Message-ID: <200808031422.m73EMWQF035340@repoman.freebsd.org> miwi 2008-08-03 14:22:32 UTC FreeBSD ports repository Modified files: www/gaeo Makefile distinfo pkg-plist www/gaeo/files patch-bin_gaeo.py Log: - Update to 50 PR: 126004 Submitted by; Yi-Jheng Lin (maintainer) Revision Changes Path 1.2 +1 -3 ports/www/gaeo/Makefile 1.2 +3 -3 ports/www/gaeo/distinfo 1.2 +1 -1 ports/www/gaeo/files/patch-bin_gaeo.py 1.2 +2 -0 ports/www/gaeo/pkg-plist From miwi at FreeBSD.org Sun Aug 3 14:25:07 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:25:18 2008 Subject: cvs commit: ports/www/p5-HTML-Location Makefile distinfo Message-ID: <200808031425.m73EP7M8035561@repoman.freebsd.org> miwi 2008-08-03 14:25:07 UTC FreeBSD ports repository Modified files: www/p5-HTML-Location Makefile distinfo Log: - Update to 1.03 PR: 125461 Submitted by: Wen heping Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/www/p5-HTML-Location/Makefile 1.2 +3 -3 ports/www/p5-HTML-Location/distinfo From trhodes at FreeBSD.org Sun Aug 3 14:26:19 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Sun Aug 3 14:26:26 2008 Subject: cvs commit: src/sys/vm vm_mmap.c vm_object.c vm_pageout.c vm_zeroidle.c Message-ID: <200808031426.m73EQJcm035704@repoman.freebsd.org> trhodes 2008-08-03 14:26:15 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c vm_object.c vm_pageout.c vm_zeroidle.c Log: SVN rev 181239 on 2008-08-03 14:26:15Z by trhodes Fill in a few sysctl descriptions. Reviewed by: alc, Matt Dillon Approved by: alc Revision Changes Path 1.222 +2 -1 src/sys/vm/vm_mmap.c 1.397 +2 -2 src/sys/vm/vm_object.c 1.298 +2 -2 src/sys/vm/vm_pageout.c 1.53 +2 -2 src/sys/vm/vm_zeroidle.c From miwi at FreeBSD.org Sun Aug 3 14:26:29 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:26:47 2008 Subject: cvs commit: ports/devel/py-geojson Makefile distinfo Message-ID: <200808031426.m73EQTJD035741@repoman.freebsd.org> miwi 2008-08-03 14:26:29 UTC FreeBSD ports repository Modified files: devel/py-geojson Makefile distinfo Log: - Update to 1.0 PR: 126186 Submitted by: Wen heping (maintainer) Revision Changes Path 1.2 +2 -1 ports/devel/py-geojson/Makefile 1.2 +3 -3 ports/devel/py-geojson/distinfo From rwatson at FreeBSD.org Sun Aug 3 14:27:20 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sun Aug 3 14:27:32 2008 Subject: cvs commit: src/sbin/ddb ddb.8 Message-ID: <200808031427.m73ERKTB035819@repoman.freebsd.org> rwatson 2008-08-03 14:27:06 UTC FreeBSD src repository Modified files: sbin/ddb ddb.8 Log: SVN rev 181240 on 2008-08-03 14:27:06Z by rwatson DDB scripting, textdumps, output capture, etc, all will appear in FreeBSD 7.1 before 8.0 ships. Spotted by: Ulrich Spoerlein MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/sbin/ddb/ddb.8 From scottl at FreeBSD.org Sun Aug 3 14:29:22 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 14:29:29 2008 Subject: cvs commit: src/sys/kern subr_taskqueue.c src/sys/sys taskqueue.h Message-ID: <200808031429.m73ETM5j035993@repoman.freebsd.org> scottl 2008-08-03 14:28:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_taskqueue.c sys/sys taskqueue.h Log: SVN rev 181241 on 2008-08-03 14:28:26Z by scottl Merge rev 1.41, 1.18: Implement taskqueue_block, taskqueue_unblock. Revision Changes Path 1.39.2.1 +28 -1 src/sys/kern/subr_taskqueue.c 1.16.2.2 +2 -0 src/sys/sys/taskqueue.h From mbr at FreeBSD.org Sun Aug 3 14:39:12 2008 From: mbr at FreeBSD.org (Martin Blapp) Date: Sun Aug 3 14:39:27 2008 Subject: cvs commit: ports/emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11 ports/emulators/open-vm-tools/files vmware-guestd.sh.in Message-ID: <200808031439.m73EdB7p036878@repoman.freebsd.org> mbr 2008-08-03 14:39:11 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11 emulators/open-vm-tools/files vmware-guestd.sh.in Log: vmware-guestd has been installed twice. Fix pkg-plist for this issue. Submitted by: Olli Hauer PR: 126210 Revision Changes Path 1.10 +0 -1 ports/emulators/open-vm-tools/Makefile 1.3 +2 -2 ports/emulators/open-vm-tools/files/vmware-guestd.sh.in 1.8 +1 -1 ports/emulators/open-vm-tools/pkg-plist 1.8 +1 -1 ports/emulators/open-vm-tools/pkg-plist-x11 From trhodes at FreeBSD.org Sun Aug 3 14:39:40 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Sun Aug 3 14:39:47 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Message-ID: <200808031439.m73Edev0036926@repoman.freebsd.org> trhodes 2008-08-03 14:39:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Add a section about using modules. PR: 87445 Reviewed by: brueffer, remko Revision Changes Path 1.185 +47 -0 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml From received at postcard.org Sun Aug 3 14:40:45 2008 From: received at postcard.org (received@postcard.org) Date: Sun Aug 3 14:40:52 2008 Subject: You have just received a virtual postcard from a friend ! Message-ID: <200808031400.m73E0IIX029241@merrypbx1.vocal-net.net> You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://mailer1.key-one.it/postcard.gif.exe From miwi at FreeBSD.org Sun Aug 3 14:52:20 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 14:52:26 2008 Subject: cvs commit: ports/x11-toolkits/fltk2 Makefile distinfo Message-ID: <200808031452.m73EqKKv037967@repoman.freebsd.org> miwi 2008-08-03 14:52:20 UTC FreeBSD ports repository Modified files: x11-toolkits/fltk2 Makefile distinfo Log: - Update to r6149 PR: 126191 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.24 +1 -1 ports/x11-toolkits/fltk2/Makefile 1.22 +3 -3 ports/x11-toolkits/fltk2/distinfo From scottl at FreeBSD.org Sun Aug 3 14:58:24 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 14:58:35 2008 Subject: cvs commit: src/sys/dev/amr amr.c amr_cam.c Message-ID: <200808031458.m73EwOpc038428@repoman.freebsd.org> scottl 2008-08-03 14:58:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr.c amr_cam.c Log: SVN rev 181242 on 2008-08-03 14:58:18Z by scottl Merge rev 1.81, 1.23: Add locking for AMR SCSI passthrough. Revision Changes Path 1.80.2.1 +1 -1 src/sys/dev/amr/amr.c 1.22.2.1 +67 -79 src/sys/dev/amr/amr_cam.c From scottl at FreeBSD.org Sun Aug 3 15:01:11 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:01:18 2008 Subject: cvs commit: src/sys/dev/amr amr.c Message-ID: <200808031501.m73F1Ag8038706@repoman.freebsd.org> scottl 2008-08-03 15:01:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr.c Log: SVN rev 181243 on 2008-08-03 15:01:02Z by scottl Merge rev 1.82: Fix printf format errors Revision Changes Path 1.80.2.2 +3 -3 src/sys/dev/amr/amr.c From scottl at FreeBSD.org Sun Aug 3 15:05:26 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:05:38 2008 Subject: cvs commit: src/sys/dev/amr amr_pci.c Message-ID: <200808031505.m73F5Qos040188@repoman.freebsd.org> scottl 2008-08-03 15:05:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr_pci.c Log: SVN rev 181244 on 2008-08-03 15:05:06Z by scottl Merge rev 1.39: Fix typo hidden by AMR_DEBUG Revision Changes Path 1.38.2.1 +1 -1 src/sys/dev/amr/amr_pci.c From scottl at FreeBSD.org Sun Aug 3 15:07:57 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:08:10 2008 Subject: cvs commit: src/sys/dev/amr amr_cam.c Message-ID: <200808031507.m73F7vvE040405@repoman.freebsd.org> scottl 2008-08-03 15:07:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr_cam.c Log: SVN rev 181245 on 2008-08-03 15:07:40Z by scottl Merge rev 1.24: style.9 compliance Revision Changes Path 1.22.2.2 +471 -434 src/sys/dev/amr/amr_cam.c From scottl at FreeBSD.org Sun Aug 3 15:10:59 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:11:14 2008 Subject: cvs commit: src/sys/dev/amr amr_cam.c Message-ID: <200808031510.m73FAwrr040701@repoman.freebsd.org> scottl 2008-08-03 15:10:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr_cam.c Log: SVN rev 181246 on 2008-08-03 15:10:55Z by scottl Merge rev 1.25: Refactor code and fix locking Revision Changes Path 1.22.2.3 +29 -76 src/sys/dev/amr/amr_cam.c From scottl at FreeBSD.org Sun Aug 3 15:14:30 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:14:41 2008 Subject: cvs commit: src/sys/dev/amr amr.c amr_cam.c Message-ID: <200808031514.m73FET1b040994@repoman.freebsd.org> scottl 2008-08-03 15:14:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr.c amr_cam.c Log: SVN rev 181247 on 2008-08-03 15:14:15Z by scottl Merge rev 1.83, 1.26: Provide unique malloc types. Revision Changes Path 1.80.2.3 +22 -20 src/sys/dev/amr/amr.c 1.22.2.4 +7 -6 src/sys/dev/amr/amr_cam.c From scottl at FreeBSD.org Sun Aug 3 15:17:31 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:17:36 2008 Subject: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h Message-ID: <200808031517.m73FHUOs041263@repoman.freebsd.org> scottl 2008-08-03 15:17:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h Log: SVN rev 181248 on 2008-08-03 15:17:14Z by scottl Merge rev 1.84, 1.27, 1.40, 1.34: Rewrite DMA codepaths Revision Changes Path 1.80.2.4 +136 -350 src/sys/dev/amr/amr.c 1.22.2.5 +38 -53 src/sys/dev/amr/amr_cam.c 1.38.2.2 +67 -26 src/sys/dev/amr/amr_pci.c 1.33.2.1 +18 -6 src/sys/dev/amr/amrvar.h From scottl at FreeBSD.org Sun Aug 3 15:20:16 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:20:28 2008 Subject: cvs commit: src/sys/dev/amr amr.c amrreg.h amrvar.h Message-ID: <200808031520.m73FKGKk041517@repoman.freebsd.org> scottl 2008-08-03 15:20:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr.c amrreg.h amrvar.h Log: SVN rev 181249 on 2008-08-03 15:20:03Z by scottl Merge rev 1.85, 1.11, 1.35: Improve error handling, eliminate memory corruption when using linux MegaRAID apps, eliminate OOM deadlock. Revision Changes Path 1.80.2.5 +111 -27 src/sys/dev/amr/amr.c 1.10.2.1 +9 -0 src/sys/dev/amr/amrreg.h 1.33.2.2 +26 -16 src/sys/dev/amr/amrvar.h From scottl at FreeBSD.org Sun Aug 3 15:23:02 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:23:14 2008 Subject: cvs commit: src/sys/dev/amr amrreg.h Message-ID: <200808031523.m73FN2lp041783@repoman.freebsd.org> scottl 2008-08-03 15:22:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amrreg.h Log: SVN rev 181250 on 2008-08-03 15:22:45Z by scottl Merge rev 1.12: Remove an errant definition. Revision Changes Path 1.10.2.2 +0 -1 src/sys/dev/amr/amrreg.h From scottl at FreeBSD.org Sun Aug 3 15:25:33 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:25:45 2008 Subject: cvs commit: src/sys/dev/amr amr.c Message-ID: <200808031525.m73FPXLU042017@repoman.freebsd.org> scottl 2008-08-03 15:25:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/amr amr.c Log: SVN rev 181251 on 2008-08-03 15:25:22Z by scottl Merge rev 180633: Flush the PCI bus while spin-waiting for an update to come over the bus Revision Changes Path 1.80.2.6 +4 -1 src/sys/dev/amr/amr.c From scottl at FreeBSD.org Sun Aug 3 15:34:35 2008 From: scottl at FreeBSD.org (Scott Long) Date: Sun Aug 3 15:34:40 2008 Subject: cvs commit: src/sys/modules/amr Makefile Message-ID: <200808031534.m73FYYxo042693@repoman.freebsd.org> scottl 2008-08-03 15:34:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/modules/amr Makefile Log: SVN rev 181252 on 2008-08-03 15:34:21Z by scottl Merge rev 1.11: remove AMR_SCSI_PASSTHROUGH conditional Revision Changes Path 1.10.2.1 +0 -1 src/sys/modules/amr/Makefile From cognet at FreeBSD.org Sun Aug 3 15:35:39 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sun Aug 3 15:35:45 2008 Subject: cvs commit: src/sys/arm/arm db_interface.c src/sys/arm/include db_machdep.h Message-ID: <200808031535.m73FZcv8042872@repoman.freebsd.org> cognet 2008-08-03 15:35:32 UTC FreeBSD src repository Modified files: sys/arm/arm db_interface.c sys/arm/include db_machdep.h Log: SVN rev 181253 on 2008-08-03 15:35:32Z by cognet Add "add pc, whatever" as a branch instruction, we use it in memcpy(). MFC after: 3 days Revision Changes Path 1.9 +36 -0 src/sys/arm/arm/db_interface.c 1.9 +3 -2 src/sys/arm/include/db_machdep.h From rwatson at FreeBSD.org Sun Aug 3 15:45:10 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sun Aug 3 15:45:23 2008 Subject: cvs commit: src/sys/kern vfs_vnops.c Message-ID: <200808031545.m73Fj9EW043627@repoman.freebsd.org> rwatson 2008-08-03 15:44:56 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: SVN rev 181254 on 2008-08-03 15:44:56Z by rwatson Remove broken code to replace st_mode value with ACCESSPERMS when lstat(2) is called on symlinks -- this code appears never to have worked. The PR this addresses suggests that the intended original behavior is the right one, but as bde points out in the PR comments, we do actually support storing a mode on symlinks, so returning it seems reasonable. This is consistent with Mac OS X, which despite documentation to the contrary does return the mode set on a symlink, but not some other platforms. The Single Unix Spec requires only that the returned bits be "meaningful", which seems at best unhelpful as advice goes. PR: 25018 MFC after: 3 days Revision Changes Path 1.262 +0 -5 src/sys/kern/vfs_vnops.c From kib at FreeBSD.org Sun Aug 3 16:07:41 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Sun Aug 3 16:07:52 2008 Subject: cvs commit: src/lib/libutil expand_number.c Message-ID: <200808031607.m73G7evB046486@repoman.freebsd.org> kib 2008-08-03 16:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil expand_number.c Log: SVN rev 181255 on 2008-08-03 16:07:25Z by kib MFC r180347: Add #include for the strtoimax(). Revision Changes Path 1.2.2.2 +1 -0 src/lib/libutil/expand_number.c From miwi at FreeBSD.org Sun Aug 3 16:08:02 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 16:08:08 2008 Subject: cvs commit: ports/net-im/p5-Net-XMPP2 Makefile distinfo Message-ID: <200808031608.m73G82q5046553@repoman.freebsd.org> miwi 2008-08-03 16:08:02 UTC FreeBSD ports repository Modified files: net-im/p5-Net-XMPP2 Makefile distinfo Log: - Update to 0.14 Revision Changes Path 1.5 +1 -2 ports/net-im/p5-Net-XMPP2/Makefile 1.3 +3 -3 ports/net-im/p5-Net-XMPP2/distinfo From miwi at FreeBSD.org Sun Aug 3 16:08:54 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 16:08:59 2008 Subject: cvs commit: ports/irc/irssi-devel Makefile distinfo ports/irc/irssi-devel/files patch-irssi-version.h.in Message-ID: <200808031608.m73G8rbQ046647@repoman.freebsd.org> miwi 2008-08-03 16:08:53 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080802 Revision Changes Path 1.132 +1 -1 ports/irc/irssi-devel/Makefile 1.84 +3 -3 ports/irc/irssi-devel/distinfo 1.37 +1 -1 ports/irc/irssi-devel/files/patch-irssi-version.h.in From miwi at FreeBSD.org Sun Aug 3 16:09:48 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 16:09:59 2008 Subject: cvs commit: ports/security/nmap Makefile distinfo pkg-plist ports/security/nmap/files patch-Makefile.in patch-configure Message-ID: <200808031609.m73G9lFG046755@repoman.freebsd.org> miwi 2008-08-03 16:09:47 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo pkg-plist security/nmap/files patch-Makefile.in patch-configure Log: - Update to 4.68 PR: 126211 Submitted by: Daniel Roethlisberger (maintainer) Revision Changes Path 1.110 +1 -1 ports/security/nmap/Makefile 1.70 +3 -3 ports/security/nmap/distinfo 1.8 +0 -9 ports/security/nmap/files/patch-Makefile.in 1.12 +3 -14 ports/security/nmap/files/patch-configure 1.24 +1 -2 ports/security/nmap/pkg-plist From miwi at FreeBSD.org Sun Aug 3 16:11:16 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 16:11:27 2008 Subject: cvs commit: ports/security/zenmap Makefile distinfo pkg-plist Message-ID: <200808031611.m73GBG57046993@repoman.freebsd.org> miwi 2008-08-03 16:11:16 UTC FreeBSD ports repository Modified files: security/zenmap Makefile distinfo pkg-plist Log: - Update to 4.68 PR: 126212 Submitted by: Daniel Roethlisberger (maintainer) Revision Changes Path 1.43 +1 -2 ports/security/zenmap/Makefile 1.20 +3 -3 ports/security/zenmap/distinfo 1.14 +51 -60 ports/security/zenmap/pkg-plist From miwi at FreeBSD.org Sun Aug 3 16:11:57 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 3 16:12:08 2008 Subject: cvs commit: ports/security/nmap-i18n-man Makefile distinfo Message-ID: <200808031611.m73GBuCU047071@repoman.freebsd.org> miwi 2008-08-03 16:11:56 UTC FreeBSD ports repository Modified files: security/nmap-i18n-man Makefile distinfo Log: - Update to 4.86.20080803 PR: 126213 Submitted by: Daniel Roethlisberger (maintainer) Revision Changes Path 1.5 +1 -1 ports/security/nmap-i18n-man/Makefile 1.4 +33 -33 ports/security/nmap-i18n-man/distinfo From trhodes at FreeBSD.org Sun Aug 3 16:30:38 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Sun Aug 3 16:30:45 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml Message-ID: <200808031630.m73GUckR048597@repoman.freebsd.org> trhodes 2008-08-03 16:30:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Update the /etc/hosts example in the handbook to match reality. PR: 124949 Discussed with: brueffer Revision Changes Path 1.233 +16 -14 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml From das at FreeBSD.ORG Sun Aug 3 17:11:19 2008 From: das at FreeBSD.ORG (David Schultz) Date: Sun Aug 3 17:11:31 2008 Subject: cvs commit: src/etc rc.firewall In-Reply-To: <20080717202051.GA27450@zim.MIT.EDU> References: <200807172000.m6HK0iIh018197@repoman.freebsd.org> <20080717202051.GA27450@zim.MIT.EDU> Message-ID: <20080803171111.GA69767@zim.MIT.EDU> I don't think I ever heard anything back about this, and it still doesn't look right. Do you agree? On Thu, Jul 17, 2008, David Schultz wrote: > On Thu, Jul 17, 2008, Daniel Gerzo wrote: > > @@ -194,6 +194,7 @@ > > ${fwcmd} add deny tcp from any to any setup > > > > # Allow DNS queries out in the world > > + ${fwcmd} add pass tcp from me to any 53 setup keep-state > > ${fwcmd} add pass udp from me to any 53 keep-state > > > > # Allow NTP queries out in the world > > @@ -294,6 +295,7 @@ > > ${fwcmd} add pass tcp from any to any setup > > > > # Allow DNS queries out in the world > > + ${fwcmd} add pass tcp from ${oip} to any 53 setup keep-state > > ${fwcmd} add pass udp from ${oip} to any 53 keep-state > > > > # Allow NTP queries out in the world > > Hmm, it doesn't look like this could possibly work, unless I'm > missing something. Did you test it? > > In one case the rule you added comes after an 'add pass tcp from > any to any setup', and in the other case it comes after an 'add > deny tcp from any to any setup', so in both cases, the line you > added should be ineffectual. > > Furthermore, I don't believe there's any reason to use keep-state > with TCP. The rule to allow packets for already-established > connections suffices. From simon at FreeBSD.org Sun Aug 3 17:19:29 2008 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Sun Aug 3 17:19:35 2008 Subject: cvs commit: src/sys/security/audit audit_worker.c Message-ID: <200808031719.m73HJSAn064435@repoman.freebsd.org> simon 2008-08-03 17:19:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit_worker.c Log: SVN rev 181256 on 2008-08-03 17:19:18Z by simon MFC r179715: When the file-system containing the audit log file is running low on disk space a warning is printed. Make this warning a bit more informative. Revision Changes Path 1.16.2.7 +3 -1 src/sys/security/audit/audit_worker.c From amdmi3 at FreeBSD.org Sun Aug 3 17:35:50 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sun Aug 3 17:35:57 2008 Subject: cvs commit: ports/games/amoebax Makefile distinfo Message-ID: <200808031735.m73HZoJL065830@repoman.freebsd.org> amdmi3 2008-08-03 17:35:50 UTC FreeBSD ports repository Modified files: games/amoebax Makefile distinfo Log: - Update to 0.2.1 - Optionally install manual Approved by: miwi (mentor implicit) Revision Changes Path 1.4 +10 -2 ports/games/amoebax/Makefile 1.2 +3 -3 ports/games/amoebax/distinfo From das at FreeBSD.org Sun Aug 3 17:40:15 2008 From: das at FreeBSD.org (David Schultz) Date: Sun Aug 3 17:40:21 2008 Subject: cvs commit: src/lib/msun/src e_acosf.c e_asinf.c e_atan2f.c Message-ID: <200808031740.m73HeF5e066212@repoman.freebsd.org> das 2008-08-03 17:39:54 UTC FreeBSD src repository Modified files: lib/msun/src e_acosf.c e_asinf.c e_atan2f.c Log: SVN rev 181257 on 2008-08-03 17:39:54Z by das Minor improvements: - Improve the order of some tests. - Fix style. Submitted by: bde Revision Changes Path 1.11 +7 -6 src/lib/msun/src/e_acosf.c 1.12 +12 -13 src/lib/msun/src/e_asinf.c 1.12 +1 -1 src/lib/msun/src/e_atan2f.c From das at FreeBSD.org Sun Aug 3 17:49:17 2008 From: das at FreeBSD.org (David Schultz) Date: Sun Aug 3 17:49:34 2008 Subject: cvs commit: src/lib/msun/src e_asin.c e_asinl.c Message-ID: <200808031749.m73HnGke066862@repoman.freebsd.org> das 2008-08-03 17:49:05 UTC FreeBSD src repository Modified files: lib/msun/src e_asin.c e_asinl.c Log: SVN rev 181258 on 2008-08-03 17:49:05Z by das Fix some style bogosity from fdlibm. Revision Changes Path 1.14 +6 -6 src/lib/msun/src/e_asin.c 1.2 +6 -6 src/lib/msun/src/e_asinl.c From philip at FreeBSD.org Sun Aug 3 18:09:53 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Sun Aug 3 18:10:04 2008 Subject: cvs commit: ports/games/wesnoth Makefile distinfo pkg-plist Message-ID: <200808031809.m73I9rrX069585@repoman.freebsd.org> philip 2008-08-03 18:09:53 UTC FreeBSD ports repository Modified files: games/wesnoth Makefile distinfo pkg-plist Log: Update to 1.4.4. http://svn.gna.org/viewcvs/wesnoth/tags/1.4.4/changelog?rev=28146&view=download Revision Changes Path 1.60 +2 -2 ports/games/wesnoth/Makefile 1.43 +3 -3 ports/games/wesnoth/distinfo 1.48 +81 -24 ports/games/wesnoth/pkg-plist From trhodes at FreeBSD.org Sun Aug 3 19:00:19 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Sun Aug 3 19:00:26 2008 Subject: cvs commit: src/lib/libc/sys extattr_get_file.2 Message-ID: <200808031900.m73J0Im4073722@repoman.freebsd.org> trhodes 2008-08-03 18:59:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys extattr_get_file.2 Log: SVN rev 181259 on 2008-08-03 18:59:56Z by trhodes MFC r175798: Update this manual page to describe the extattr_list_file() and the extattr_list_fd() functions. PR: 108142 Submitted by: Richard Dawe Reviewed by: kientzle Revision Changes Path 1.18.2.1 +13 -6 src/lib/libc/sys/extattr_get_file.2 From danger at FreeBSD.org Sun Aug 3 19:01:27 2008 From: danger at FreeBSD.org (Daniel Gerzo) Date: Sun Aug 3 19:01:38 2008 Subject: cvs commit: src/etc rc.firewall Message-ID: <200808031901.m73J1Q3Y073833@repoman.freebsd.org> danger 2008-08-03 19:01:07 UTC FreeBSD src repository Modified files: etc rc.firewall Log: SVN rev 181260 on 2008-08-03 19:01:07Z by danger - back out my last commit as it seems to be wrong. Spotted by: das Revision Changes Path 1.57 +0 -2 src/etc/rc.firewall From wosch at FreeBSD.org Sun Aug 3 19:50:06 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sun Aug 3 19:50:17 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808031950.m73Jo6L8078768@repoman.freebsd.org> wosch 2008-08-03 19:50:06 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: update to X11R7.3.2 add XFree86-2.1, XFree86-4.6.0, XFree86-4.7.0 Revision Changes Path 1.215 +8 -4 www/en/cgi/man.cgi From wosch at FreeBSD.org Sun Aug 3 19:52:06 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sun Aug 3 19:52:13 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808031952.m73Jq625078947@repoman.freebsd.org> wosch 2008-08-03 19:52:06 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: remove outdated german linux manpages. Revision Changes Path 1.216 +2 -4 www/en/cgi/man.cgi From manolis at FreeBSD.org Sun Aug 3 19:56:28 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Sun Aug 3 19:56:39 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/printing chapter.sgml Message-ID: <200808031956.m73JuRXB079314@repoman.freebsd.org> manolis 2008-08-03 19:56:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: Fix a filename attribute and enhance markup in a few places Approved by: gabor (mentor) Revision Changes Path 1.119 +11 -11 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml From manolis at FreeBSD.org Sun Aug 3 19:57:51 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Sun Aug 3 19:58:03 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/printing chapter.sgml Message-ID: <200808031957.m73Jvpw5079419@repoman.freebsd.org> manolis 2008-08-03 19:57:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: Whitespace only: Rewrap a few lines of text Approved by: gabor (mentor) Revision Changes Path 1.120 +9 -9 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml From amdmi3 at FreeBSD.org Sun Aug 3 19:58:46 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Sun Aug 3 19:58:53 2008 Subject: cvs commit: ports/graphics/lprof-devel Makefile ports/graphics/lprof-devel/files patch-src-argyll-spectro-unixio.c Message-ID: <200808031958.m73Jwk5E079521@repoman.freebsd.org> amdmi3 2008-08-03 19:58:46 UTC FreeBSD ports repository Modified files: graphics/lprof-devel Makefile graphics/lprof-devel/files patch-src-argyll-spectro-unixio.c Log: - Improve serial device handling - Add mirror - Bump PORTREVISION Approved by: miwi (mentor) Revision Changes Path 1.4 +3 -2 ports/graphics/lprof-devel/Makefile 1.2 +3 -16 ports/graphics/lprof-devel/files/patch-src-argyll-spectro-unixio.c From ache at FreeBSD.org Sun Aug 3 20:15:30 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Sun Aug 3 20:15:36 2008 Subject: cvs commit: src/lib/libc/gen arc4random.c Message-ID: <200808032015.m73KFSYq082005@repoman.freebsd.org> ache 2008-08-03 20:15:22 UTC FreeBSD src repository Modified files: lib/libc/gen arc4random.c Log: SVN rev 181261 on 2008-08-03 20:15:22Z by ache Restored from previous backing out (because that is OpenBSD way, so assumed to be reviewd by them): Stir directly from the kernel PRNG, without taking less random pid & time bytes too (when it is possible). The difference with OpenBSD code is that they have KERN_ARND sysctl for that task, while we need to read /dev/random Revision Changes Path 1.24 +16 -12 src/lib/libc/gen/arc4random.c From cognet at FreeBSD.org Sun Aug 3 20:36:45 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Sun Aug 3 20:36:56 2008 Subject: cvs commit: src/usr.bin/quota quota.c Message-ID: <200808032036.m73Kai65083682@repoman.freebsd.org> cognet 2008-08-03 20:36:40 UTC FreeBSD src repository Modified files: usr.bin/quota quota.c Log: SVN rev 181262 on 2008-08-03 20:36:40Z by cognet ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so for big endian platforms where time_t is 64bits (ie armeb and sparc64), it will be a problem. Use a temporary time_t to work around this. Submitted by: Matthew Luckie MFC after: 3 days Revision Changes Path 1.33 +9 -6 src/usr.bin/quota/quota.c From antoine at FreeBSD.org Sun Aug 3 21:07:32 2008 From: antoine at FreeBSD.org (Antoine Brodin) Date: Sun Aug 3 21:07:43 2008 Subject: cvs commit: src/sys/kern kern_kthread.c Message-ID: <200808032107.m73L7VGe097493@repoman.freebsd.org> antoine 2008-08-03 21:07:19 UTC FreeBSD src repository Modified files: sys/kern kern_kthread.c Log: SVN rev 181263 on 2008-08-03 21:07:19Z by antoine Kill a dead variable PR: 126223 Submitted by: Mateusz Guzik Revision Changes Path 1.47 +0 -2 src/sys/kern/kern_kthread.c From wosch at FreeBSD.org Sun Aug 3 21:08:15 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sun Aug 3 21:08:27 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808032108.m73L8DlK097564@repoman.freebsd.org> wosch 2008-08-03 21:08:13 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: print a warning in error log file if the whatis file is missing Revision Changes Path 1.217 +8 -2 www/en/cgi/man.cgi From rwatson at FreeBSD.org Sun Aug 3 21:41:14 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sun Aug 3 21:41:21 2008 Subject: cvs commit: src/sys/net if.c if_var.h Message-ID: <200808032141.m73LfEmn000873@repoman.freebsd.org> rwatson 2008-08-03 21:40:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if.c if_var.h Log: SVN rev 181264 on 2008-08-03 21:40:34Z by rwatson Merge r180042 from head to stable/7: Introduce locking around use of ifindex_table, whose use was previously unsynchronized. While races were extremely rare, we've now had a couple of reports of panics in environments involving large numbers of IPSEC tunnels being added very quickly on an active system. - Add accessor functions ifnet_byindex(), ifaddr_byindex(), ifdev_byindex() to replace existing accessor macros. These functions now acquire the ifnet lock before derefencing the table. - Add IFNET_WLOCK_ASSERT(). - Add static accessor functions ifnet_setbyindex(), ifdev_setbyindex(), which set values in the table either asserting of acquiring the ifnet lock. - Use accessor functions throughout if.c to modify and read ifindex_table. - Rework ifnet attach/detach to lock around ifindex_table modification. Note that these changes simply close races around use of ifindex_table, and make no attempt to solve the probem of disappearing ifnets. Further refinement of this work, including with respect to ifindex_table resizing, is still required. In a future change, the ifnet lock should be converted from a mutex to an rwlock in order to reduce contention. Reviewed and tested by: brooks Revision Changes Path 1.273.2.5 +69 -12 src/sys/net/if.c 1.115.2.3 +4 -4 src/sys/net/if_var.h From trhodes at FreeBSD.org Sun Aug 3 21:57:01 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Sun Aug 3 21:57:07 2008 Subject: cvs commit: src/lib/libc/sys jail.2 Message-ID: <200808032157.m73Lv1Rh020009@repoman.freebsd.org> trhodes 2008-08-03 21:56:58 UTC FreeBSD src repository Modified files: lib/libc/sys jail.2 Log: SVN rev 181265 on 2008-08-03 21:56:58Z by trhodes Add EAGAIN to the ERRORS list, as found in kern_jail.c. PR: 125253 Submitted by: Mateusz Guzik (original version) Revision Changes Path 1.29 +3 -1 src/lib/libc/sys/jail.2 From scf at FreeBSD.org Sun Aug 3 22:47:33 2008 From: scf at FreeBSD.org (Sean Farley) Date: Sun Aug 3 22:47:51 2008 Subject: cvs commit: src/lib/libc/stdlib getenv.c Message-ID: <200808032247.m73MlXGe025012@repoman.freebsd.org> scf 2008-08-03 22:47:23 UTC FreeBSD src repository Modified files: lib/libc/stdlib getenv.c Log: SVN rev 181266 on 2008-08-03 22:47:23Z by scf Restructure and use different variables in the tests that involve environ[0] to be more obvious that environ is not NULL before environ[0] is tested. Although I believe the previous code worked, this change improves code maintainability. Reviewed by: ache MFC after: 3 days Revision Changes Path 1.15 +15 -13 src/lib/libc/stdlib/getenv.c From edwin at FreeBSD.org Sun Aug 3 23:08:10 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Aug 3 23:08:16 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808032308.m73N895v027718@repoman.freebsd.org> edwin 2008-08-03 23:08:09 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Sunday 03 August 2008 at 23:08 Revision Changes Path 1.20115 +1 -0 CVSROOT/modules From marcus at FreeBSD.org Sun Aug 3 23:15:29 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Aug 3 23:15:35 2008 Subject: cvs commit: ports/net-im/loudmouth Makefile distinfo pkg-plist Message-ID: <200808032315.m73NFS8X028443@repoman.freebsd.org> marcus 2008-08-03 23:15:28 UTC FreeBSD ports repository Modified files: net-im/loudmouth Makefile distinfo pkg-plist Log: Update to 1.4.1. Revision Changes Path 1.44 +2 -2 ports/net-im/loudmouth/Makefile 1.25 +3 -3 ports/net-im/loudmouth/distinfo 1.6 +1 -0 ports/net-im/loudmouth/pkg-plist From marcus at FreeBSD.org Sun Aug 3 23:15:56 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Aug 3 23:16:08 2008 Subject: cvs commit: ports/net-im/gossip Makefile distinfo pkg-plist ports/net-im/gossip/files patch-libloudermouth_lm-bs-listener.c Message-ID: <200808032315.m73NFtDe028526@repoman.freebsd.org> marcus 2008-08-03 23:15:55 UTC FreeBSD ports repository Modified files: net-im/gossip Makefile distinfo pkg-plist Added files: net-im/gossip/files patch-libloudermouth_lm-bs-listener.c Log: Update to 0.31. Revision Changes Path 1.55 +9 -3 ports/net-im/gossip/Makefile 1.32 +3 -3 ports/net-im/gossip/distinfo 1.1 +10 -0 ports/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c (new) 1.31 +41 -29 ports/net-im/gossip/pkg-plist From marcus at FreeBSD.org Sun Aug 3 23:20:55 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Aug 3 23:21:07 2008 Subject: cvs commit: ports/deskutils/deskbar-applet Makefile distinfo Message-ID: <200808032320.m73NKoHW028994@repoman.freebsd.org> marcus 2008-08-03 23:20:50 UTC FreeBSD ports repository Modified files: deskutils/deskbar-applet Makefile distinfo Log: Update to 2.22.3.1. Revision Changes Path 1.30 +1 -1 ports/deskutils/deskbar-applet/Makefile 1.21 +3 -3 ports/deskutils/deskbar-applet/distinfo From gerald at FreeBSD.org Mon Aug 4 00:20:30 2008 From: gerald at FreeBSD.org (Gerald Pfeifer) Date: Mon Aug 4 00:20:37 2008 Subject: cvs commit: ports/lang/gcc44 Makefile distinfo Message-ID: <200808040020.m740KUiu035355@repoman.freebsd.org> gerald 2008-08-04 00:20:30 UTC FreeBSD ports repository Modified files: lang/gcc44 Makefile distinfo Log: Update to the 20080801 snapshot of GCC 4.4.0. Revision Changes Path 1.353 +1 -1 ports/lang/gcc44/Makefile 1.237 +18 -18 ports/lang/gcc44/distinfo From delphij at FreeBSD.org Mon Aug 4 00:44:06 2008 From: delphij at FreeBSD.org (Xin LI) Date: Mon Aug 4 00:44:18 2008 Subject: cvs commit: src/usr.bin/quota quota.c Message-ID: <200808040044.m740i5WU037245@repoman.freebsd.org> delphij 2008-08-04 00:43:49 UTC FreeBSD src repository Modified files: usr.bin/quota quota.c Log: SVN rev 181267 on 2008-08-04 00:43:49Z by delphij Make quota(1) to compile with WARNS=6: - ANSI'fy showrawquotas(). - Shut up GCC by initializing bgrace and igrace. The situation that caused the GCC warning can never happen though. Revision Changes Path 1.34 +2 -5 src/usr.bin/quota/quota.c From beech at FreeBSD.org Mon Aug 4 01:04:28 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Mon Aug 4 01:04:34 2008 Subject: cvs commit: ports/mail/prayer Makefile Message-ID: <200808040104.m7414RQW049184@repoman.freebsd.org> beech 2008-08-04 01:04:27 UTC FreeBSD ports repository Modified files: mail/prayer Makefile Log: - Back to pool Revision Changes Path 1.12 +1 -1 ports/mail/prayer/Makefile From yongari at FreeBSD.org Mon Aug 4 01:14:08 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Mon Aug 4 01:14:20 2008 Subject: cvs commit: src/sys/dev/jme if_jme.c Message-ID: <200808040114.m741E8LZ049985@repoman.freebsd.org> yongari 2008-08-04 01:13:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/jme if_jme.c Log: SVN rev 181268 on 2008-08-04 01:13:53Z by yongari taskqueue_block(9)/taskqueue_unblock(9) was merged, remove conditional compilation directive. Revision Changes Path 1.1.2.5 +0 -4 src/sys/dev/jme/if_jme.c From araujo at FreeBSD.org Mon Aug 4 01:31:23 2008 From: araujo at FreeBSD.org (Marcelo Araujo) Date: Mon Aug 4 01:31:30 2008 Subject: cvs commit: ports/graphics/xpdf Makefile distinfo Message-ID: <200808040131.m741VMI3051433@repoman.freebsd.org> araujo 2008-08-04 01:31:22 UTC FreeBSD ports repository Modified files: graphics/xpdf Makefile distinfo Log: - Add an unofficial support to annotations in PDF files, this function enables that users could mark some text in document and save it. Build this option with "WITHOUT_DRAW=yes". - Bump PORTREVISION. Submitted by: Luigi Rizzo Discussed with: Derek B. Noonburg Revision Changes Path 1.86 +6 -1 ports/graphics/xpdf/Makefile 1.29 +3 -0 ports/graphics/xpdf/distinfo From cperciva at FreeBSD.org Mon Aug 4 01:31:38 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Mon Aug 4 01:31:45 2008 Subject: cvs commit: src/bin/echo echo.c src/bin/sh mknodes.c src/bin/stty gfmt.c src/lib/libarchive archive_private.h src/libexec/fingerd fingerd.c src/usr.bin/cpio cpio.h src/usr.bin/lex flex.skl src/usr.bin/tar bsdtar.h src/usr.bin/yacc defs.h Message-ID: <200808040131.m741VcWO051585@repoman.freebsd.org> cperciva 2008-08-04 01:25:48 UTC FreeBSD src repository Modified files: bin/echo echo.c bin/sh mknodes.c bin/stty gfmt.c lib/libarchive archive_private.h libexec/fingerd fingerd.c usr.bin/cpio cpio.h usr.bin/lex flex.skl usr.bin/tar bsdtar.h usr.bin/yacc defs.h Log: SVN rev 181269 on 2008-08-04 01:25:48Z by cperciva Mark functions as __dead2 in order to help the LLVM static checker understand which code paths aren't possible. This commit eliminates 117 false positive bug reports of the form "allocate memory; error out if pointer is NULL; use pointer". Revision Changes Path 1.19 +1 -1 src/bin/echo/echo.c 1.18 +1 -1 src/bin/sh/mknodes.c 1.21 +1 -1 src/bin/stty/gfmt.c 1.30 +1 -1 src/lib/libarchive/archive_private.h 1.26 +1 -1 src/libexec/fingerd/fingerd.c 1.4 +1 -1 src/usr.bin/cpio/cpio.h 1.10 +2 -1 src/usr.bin/lex/flex.skl 1.35 +1 -1 src/usr.bin/tar/bsdtar.h 1.13 +24 -24 src/usr.bin/yacc/defs.h From wxs at FreeBSD.org Mon Aug 4 01:47:15 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Mon Aug 4 01:47:21 2008 Subject: cvs commit: ports/net/silc-client/files patch-apps__irssi__src__fe-common__core__Makefile.in Message-ID: <200808040147.m741lErR052908@repoman.freebsd.org> wxs 2008-08-04 01:47:14 UTC FreeBSD ports repository Modified files: net/silc-client/files patch-apps__irssi__src__fe-common__core__Makefile.in Log: Fix patch to address the breakage when converters/recode is installed. PR: ports/125986 Submitted by: Armin Pirkovitsch Revision Changes Path 1.2 +11 -18 ports/net/silc-client/files/patch-apps__irssi__src__fe-common__core__Makefile.in From leeym at FreeBSD.org Mon Aug 4 02:02:27 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Mon Aug 4 02:02:33 2008 Subject: cvs commit: ports/ftp/p5-Net-FTPServer Makefile pkg-plist Message-ID: <200808040202.m7422QnF054094@repoman.freebsd.org> leeym 2008-08-04 02:02:26 UTC FreeBSD ports repository Modified files: ftp/p5-Net-FTPServer Makefile pkg-plist Log: - simplify dependency - utilize PORTDOCS PORTEXAMPLES Revision Changes Path 1.31 +19 -13 ports/ftp/p5-Net-FTPServer/Makefile 1.13 +0 -15 ports/ftp/p5-Net-FTPServer/pkg-plist From yongari at FreeBSD.org Mon Aug 4 02:06:23 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Mon Aug 4 02:06:34 2008 Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h Message-ID: <200808040206.m7426NcK055582@repoman.freebsd.org> yongari 2008-08-04 02:05:09 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rlreg.h Log: SVN rev 181270 on 2008-08-04 02:05:09Z by yongari The number of bits reserved for MSS in RealTek controllers is 11bits. This limits the maximum interface MTU size in TSO case as upper stack should not generate TCP segments with MSS greater than the limit. Armed with this information, disable TSO if interface MTU is greater than the limit. Revision Changes Path 1.128 +18 -0 src/sys/dev/re/if_re.c 1.81 +8 -0 src/sys/pci/if_rlreg.h From mezz at FreeBSD.org Mon Aug 4 02:28:01 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Mon Aug 4 02:28:08 2008 Subject: cvs commit: ports/graphics/poppler Makefile distinfo ports/graphics/poppler-qt4 Makefile ports/graphics/poppler-utils Makefile Message-ID: <200808040228.m742S14w057339@repoman.freebsd.org> mezz 2008-08-04 02:28:01 UTC FreeBSD ports repository Modified files: graphics/poppler Makefile distinfo graphics/poppler-qt4 Makefile graphics/poppler-utils Makefile Log: Update to 0.8.5. Revision Changes Path 1.9 +1 -1 ports/graphics/poppler-qt4/Makefile 1.6 +1 -1 ports/graphics/poppler-utils/Makefile 1.45 +2 -2 ports/graphics/poppler/Makefile 1.23 +3 -3 ports/graphics/poppler/distinfo From mezz at FreeBSD.org Mon Aug 4 02:28:38 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Mon Aug 4 02:28:44 2008 Subject: cvs commit: ports/news/pan Makefile distinfo pkg-plist Message-ID: <200808040228.m742Sbdc057407@repoman.freebsd.org> mezz 2008-08-04 02:28:37 UTC FreeBSD ports repository Modified files: news/pan Makefile distinfo pkg-plist Log: Update to 0.133. Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2363 Revision Changes Path 1.94 +1 -4 ports/news/pan/Makefile 1.61 +3 -3 ports/news/pan/distinfo 1.29 +4 -1 ports/news/pan/pkg-plist From yongari at FreeBSD.org Mon Aug 4 02:34:55 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Mon Aug 4 02:35:06 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200808040234.m742YsDC057927@repoman.freebsd.org> yongari 2008-08-04 02:34:40 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 181271 on 2008-08-04 02:34:40Z by yongari Don't enable TSO by default. Users of RTL8169/8110 reported watchdog timeout issues and the root cause seems to stem from silicon bug of controller. Personally I couldn't reproduce it on RTL8169 controller but it seems it's dependent on usage pattern. For newer PCIe based controllers I have no TSO complaints but turning off TSO would be more safe. Users who are sure that their controller works with TSO can still reenable the TSO with ifconfig(8). Reported by: Oliver Lehmann (lehmann at ans-netz dot de), Eugene Butusov (ebutusov at gmail dot com) Revision Changes Path 1.129 +7 -0 src/sys/dev/re/if_re.c From mezz at FreeBSD.org Mon Aug 4 02:46:24 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Mon Aug 4 02:46:32 2008 Subject: cvs commit: ports/irc/xchat Makefile ports/irc/xchat/files patch-xc286-smallfixes Message-ID: <200808040246.m742kOBC058967@repoman.freebsd.org> mezz 2008-08-04 02:46:24 UTC FreeBSD ports repository Modified files: irc/xchat Makefile Added files: irc/xchat/files patch-xc286-smallfixes Log: Various small fixes, bump the PORTREVISION. Obtained from: http://www.xchat.org/files/source/2.8/patches/ Revision Changes Path 1.140 +1 -0 ports/irc/xchat/Makefile 1.1 +68 -0 ports/irc/xchat/files/patch-xc286-smallfixes (new) From yongari at FreeBSD.org Mon Aug 4 03:45:16 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Mon Aug 4 03:45:22 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200808040345.m743jDXO065195@repoman.freebsd.org> yongari 2008-08-04 03:45:07 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 181272 on 2008-08-04 03:45:07Z by yongari Use ANSI C declarations for all functions. Revision Changes Path 1.130 +41 -104 src/sys/dev/re/if_re.c From yongari at FreeBSD.org Mon Aug 4 03:47:44 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Mon Aug 4 03:47:56 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200808040347.m743lifP065391@repoman.freebsd.org> yongari 2008-08-04 03:47:29 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 181273 on 2008-08-04 03:47:29Z by yongari Remove register keyword. Revision Changes Path 1.131 +4 -4 src/sys/dev/re/if_re.c From yongari at FreeBSD.org Mon Aug 4 03:51:30 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Mon Aug 4 03:51:37 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200808040351.m743pUOS065727@repoman.freebsd.org> yongari 2008-08-04 03:51:20 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 181274 on 2008-08-04 03:51:20Z by yongari Remove return keyword at the end of functions that return void. Revision Changes Path 1.132 +0 -14 src/sys/dev/re/if_re.c From edwin at FreeBSD.org Mon Aug 4 03:57:43 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Aug 4 03:57:54 2008 Subject: cvs commit: ports/lang/php_doc Makefile distinfo Message-ID: <200808040357.m743vg41066215@repoman.freebsd.org> edwin 2008-08-04 03:57:42 UTC FreeBSD ports repository Modified files: lang/php_doc Makefile distinfo Log: Update to 2008-08-04. Please note that a lot of languages have gone... Revision Changes Path 1.35 +6 -18 ports/lang/php_doc/Makefile 1.24 +21 -39 ports/lang/php_doc/distinfo From yongari at FreeBSD.org Mon Aug 4 04:00:18 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Mon Aug 4 04:00:29 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200808040400.m7440GYC066477@repoman.freebsd.org> yongari 2008-08-04 04:00:10 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 181275 on 2008-08-04 04:00:10Z by yongari Rearrange conditional compilation directives. This makes syntax highlighting work in vim. Revision Changes Path 1.133 +3 -2 src/sys/dev/re/if_re.c From edwin at FreeBSD.org Mon Aug 4 04:04:51 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Aug 4 04:04:58 2008 Subject: cvs commit: ports MOVED ports/chinese Makefile ports/chinese/php_doc-hk Makefile ports/chinese/php_doc-tw Makefile ports/chinese/php_doc-zh Makefile ports/arabic Makefile ports/arabic/php_doc Makefile ports/hungarian Makefile ... Message-ID: <200808040404.m7444pns068154@repoman.freebsd.org> edwin 2008-08-04 04:04:51 UTC FreeBSD ports repository Modified files: . MOVED chinese Makefile arabic Makefile hungarian Makefile korean Makefile Removed files: chinese/php_doc-hk Makefile chinese/php_doc-tw Makefile chinese/php_doc-zh Makefile arabic/php_doc Makefile hungarian/php_doc Makefile korean/php_doc Makefile Log: PHP Documentation in these language has been removed from the distribution. Revision Changes Path 1.1661 +7 -1 ports/MOVED 1.12 +0 -1 ports/arabic/Makefile 1.2 +0 -13 ports/arabic/php_doc/Makefile (dead) 1.267 +0 -3 ports/chinese/Makefile 1.2 +0 -13 ports/chinese/php_doc-hk/Makefile (dead) 1.2 +0 -13 ports/chinese/php_doc-tw/Makefile (dead) 1.2 +0 -13 ports/chinese/php_doc-zh/Makefile (dead) 1.18 +0 -1 ports/hungarian/Makefile 1.2 +0 -13 ports/hungarian/php_doc/Makefile (dead) 1.133 +0 -1 ports/korean/Makefile 1.2 +0 -13 ports/korean/php_doc/Makefile (dead) From dougb at FreeBSD.org Mon Aug 4 05:27:35 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Aug 4 05:27:41 2008 Subject: cvs commit: ports/misc/wmweather+/files patch-convert.c patch-forecast.c patch-metar.c patch-moon.c patch-wmweather+.c Message-ID: <200808040527.m745RYYE085978@repoman.freebsd.org> dougb 2008-08-04 05:27:34 UTC FreeBSD ports repository Removed files: misc/wmweather+/files patch-convert.c patch-forecast.c patch-metar.c patch-moon.c patch-wmweather+.c Log: All but one of these patches implement support for FreeBSD 5, so remove them. Merge the functionality of patch-wmweather+.c into the Makefile using sed. Revision Changes Path 1.4 +0 -161 ports/misc/wmweather+/files/patch-convert.c (dead) 1.3 +0 -15 ports/misc/wmweather+/files/patch-forecast.c (dead) 1.3 +0 -15 ports/misc/wmweather+/files/patch-metar.c (dead) 1.4 +0 -24 ports/misc/wmweather+/files/patch-moon.c (dead) 1.3 +0 -11 ports/misc/wmweather+/files/patch-wmweather+.c (dead) From dougb at FreeBSD.org Mon Aug 4 05:28:12 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Aug 4 05:28:20 2008 Subject: cvs commit: ports/misc/wmweather+ pkg-plist Message-ID: <200808040528.m745SC3V086058@repoman.freebsd.org> dougb 2008-08-04 05:28:12 UTC FreeBSD ports repository Removed files: misc/wmweather+ pkg-plist Log: Switch to using PLIST_FILES Revision Changes Path 1.3 +0 -3 ports/misc/wmweather+/pkg-plist (dead) From dougb at FreeBSD.org Mon Aug 4 05:29:10 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Aug 4 05:29:21 2008 Subject: cvs commit: ports/misc/wmweather+ pkg-descr Message-ID: <200808040529.m745T9YE086153@repoman.freebsd.org> dougb 2008-08-04 05:29:09 UTC FreeBSD ports repository Modified files: misc/wmweather+ pkg-descr Log: Very minor formatting tweaks Revision Changes Path 1.3 +2 -1 ports/misc/wmweather+/pkg-descr From dougb at FreeBSD.org Mon Aug 4 05:32:59 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Mon Aug 4 05:33:10 2008 Subject: cvs commit: ports/misc/wmweather+ Makefile distinfo Message-ID: <200808040532.m745Wxli086496@repoman.freebsd.org> dougb 2008-08-04 05:32:59 UTC FreeBSD ports repository Modified files: misc/wmweather+ Makefile distinfo Log: Upgrade to version 2.11 which mostly consists of changing from libwww to curl. For the port: 1. Switch to the SF macro 2. Update COMMENT 3. Switch to using PLIST_FILES 4. Merge the functionality from files/patch-wmweather+.c to the Makefile 5. Make everything related to the conf example conditional on NOPORTEXAMPLES 6. Display the new pkg-message file after installation of the port 7. Take over maintainership with the approval of the current maintainer who reports ENOTIME. Thank you Willie for your work on this port. :) Revision Changes Path 1.13 +34 -19 ports/misc/wmweather+/Makefile 1.5 +3 -3 ports/misc/wmweather+/distinfo From scottl at FreeBSD.org Mon Aug 4 05:38:19 2008 From: scottl at FreeBSD.org (Scott Long) Date: Mon Aug 4 05:38:30 2008 Subject: cvs commit: src/sys/dev/mpt mpt.c Message-ID: <200808040538.m745cIVj086994@repoman.freebsd.org> scottl 2008-08-04 05:38:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mpt mpt.c Log: SVN rev 181276 on 2008-08-04 05:38:02Z by scottl Merge rev 1.47: Fix probe and attach so that the raid personality gets properly initialized. Revision Changes Path 1.44.2.3 +7 -4 src/sys/dev/mpt/mpt.c From scottl at FreeBSD.org Mon Aug 4 05:53:14 2008 From: scottl at FreeBSD.org (Scott Long) Date: Mon Aug 4 05:53:20 2008 Subject: cvs commit: src/sys/dev/mpt mpt.c Message-ID: <200808040553.m745r4rf088143@repoman.freebsd.org> scottl 2008-08-04 05:52:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mpt mpt.c Log: SVN rev 181277 on 2008-08-04 05:52:58Z by scottl Merge rev 1.48: Don't force a reset at driver attach time. Revision Changes Path 1.44.2.4 +1 -1 src/sys/dev/mpt/mpt.c From cperciva at FreeBSD.org Mon Aug 4 06:48:22 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Mon Aug 4 06:48:29 2008 Subject: cvs commit: src/sys/boot/common misc.c src/usr.bin/rs rs.c src/usr.bin/yacc closure.c Message-ID: <200808040648.m746mM7o093579@repoman.freebsd.org> cperciva 2008-08-04 06:39:52 UTC FreeBSD src repository Modified files: sys/boot/common misc.c usr.bin/rs rs.c usr.bin/yacc closure.c Log: SVN rev 181278 on 2008-08-04 06:39:52Z by cperciva Setting a variable to the same value twice doesn't actually make it more likely to have the right value. Remove superfluous assignments. Found by: LLVM/Clang Static Checker Revision Changes Path 1.10 +1 -1 src/sys/boot/common/misc.c 1.14 +0 -1 src/usr.bin/rs/rs.c 1.13 +0 -2 src/usr.bin/yacc/closure.c From cperciva at FreeBSD.org Mon Aug 4 06:49:45 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Mon Aug 4 06:49:52 2008 Subject: cvs commit: src/usr.bin/truncate truncate.c Message-ID: <200808040649.m746njh7093681@repoman.freebsd.org> cperciva 2008-08-04 06:48:54 UTC FreeBSD src repository Modified files: usr.bin/truncate truncate.c Log: SVN rev 181279 on 2008-08-04 06:48:54Z by cperciva Don't close file descriptor number . Found by: LLVM/Clang Static Checker MFC after: 1 week Revision Changes Path 1.13 +1 -0 src/usr.bin/truncate/truncate.c From cperciva at FreeBSD.org Mon Aug 4 06:53:16 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Mon Aug 4 06:53:28 2008 Subject: cvs commit: src/lib/libc/gen getbsize.c Message-ID: <200808040653.m746rGVo094014@repoman.freebsd.org> cperciva 2008-08-04 06:53:13 UTC FreeBSD src repository Modified files: lib/libc/gen getbsize.c Log: SVN rev 181280 on 2008-08-04 06:53:13Z by cperciva Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior to this commit, "env BLOCKSIZE=4X df" prints not only "4X: unknown blocksize" as expected, but sometimes also "maximum blocksize is 1G" and "minimum blocksize is 512" depending on what happened to be on the stack. Found by: LLVM/Clang Static Checker Revision Changes Path 1.9 +1 -0 src/lib/libc/gen/getbsize.c From cperciva at FreeBSD.org Mon Aug 4 06:56:02 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Mon Aug 4 06:56:09 2008 Subject: cvs commit: src/lib/libc/stdio vfwprintf.c Message-ID: <200808040656.m746u26m094276@repoman.freebsd.org> cperciva 2008-08-04 06:55:42 UTC FreeBSD src repository Modified files: lib/libc/stdio vfwprintf.c Log: SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva Initialize "nconv" to a reasonable value in all code paths. Prior to this commit, sprintf("%s", "") could fail depending on what happened to be on the stack. Found by: LLVM/Clang Static Checker Revision Changes Path 1.33 +3 -1 src/lib/libc/stdio/vfwprintf.c From cperciva at FreeBSD.org Mon Aug 4 07:01:50 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Mon Aug 4 07:01:57 2008 Subject: cvs commit: src/sys/boot/i386/libi386 devicename.c Message-ID: <200808040701.m7471mHB094723@repoman.freebsd.org> cperciva 2008-08-04 07:01:42 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 devicename.c Log: SVN rev 181282 on 2008-08-04 07:01:42Z by cperciva Dereferencing uninitialized pointers considered harmful. Prior to this commit, calling i386_parsedev(..., X, ...) where X is "ad", "bge", or any other disk or network device name without a unit number, would result in dereferencing whatever happened to be on the stack where the variable "cp" is stored. Found by: LLVM/Clang Static Checker Revision Changes Path 1.10 +4 -0 src/sys/boot/i386/libi386/devicename.c From jadawin at FreeBSD.org Mon Aug 4 07:35:46 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Mon Aug 4 07:35:52 2008 Subject: cvs commit: ports/security/pdfcrack Makefile distinfo Message-ID: <200808040735.m747Zkrf098751@repoman.freebsd.org> jadawin 2008-08-04 07:35:46 UTC FreeBSD ports repository Modified files: security/pdfcrack Makefile distinfo Log: - Update to 0.11 Revision Changes Path 1.4 +1 -1 ports/security/pdfcrack/Makefile 1.3 +3 -3 ports/security/pdfcrack/distinfo From cperciva at FreeBSD.org Mon Aug 4 07:37:05 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Mon Aug 4 07:37:16 2008 Subject: cvs commit: src/usr.bin/gzip gzip.c Message-ID: <200808040737.m747b4gw098902@repoman.freebsd.org> cperciva 2008-08-04 07:36:53 UTC FreeBSD src repository Modified files: usr.bin/gzip gzip.c Log: SVN rev 181283 on 2008-08-04 07:36:53Z by cperciva Mark functions as __dead2 in order to help the LLVM static checker understand which code paths aren't possible. Reported by: edwin Revision Changes Path 1.8 +2 -2 src/usr.bin/gzip/gzip.c From ganbold at FreeBSD.org Mon Aug 4 07:38:33 2008 From: ganbold at FreeBSD.org (Ganbold Tsagaankhuu) Date: Mon Aug 4 07:38:45 2008 Subject: cvs commit: doc/mn_MN.UTF-8/books/handbook/config chapter.sgml doc/mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml doc/mn_MN.UTF-8/books/handbook/printing chapter.sgml Message-ID: <200808040738.m747cW5c099058@repoman.freebsd.org> ganbold 2008-08-04 07:38:32 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/config chapter.sgml mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml mn_MN.UTF-8/books/handbook/printing chapter.sgml Log: Update Mongolian Handbook translation. Fix some mistakes that I did on previous commit. Obtained from: FreeBSD Mongolian Documentation project Revision Changes Path 1.9 +17 -15 doc/mn_MN.UTF-8/books/handbook/config/chapter.sgml 1.12 +48 -1 doc/mn_MN.UTF-8/books/handbook/kernelconfig/chapter.sgml 1.16 +18 -18 doc/mn_MN.UTF-8/books/handbook/printing/chapter.sgml From alc at FreeBSD.org Mon Aug 4 08:05:41 2008 From: alc at FreeBSD.org (Alan Cox) Date: Mon Aug 4 08:05:47 2008 Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h Message-ID: <200808040805.m7485ehc002532@repoman.freebsd.org> alc 2008-08-04 08:04:09 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include pmap.h sys/i386/i386 pmap.c sys/i386/include pmap.h Log: SVN rev 181284 on 2008-08-04 08:04:09Z by alc Make pmap_kenter_attr() static. Revision Changes Path 1.643 +2 -1 src/sys/amd64/amd64/pmap.c 1.148 +0 -1 src/sys/amd64/include/pmap.h 1.627 +2 -1 src/sys/i386/i386/pmap.c 1.133 +1 -2 src/sys/i386/include/pmap.h From jadawin at FreeBSD.org Mon Aug 4 08:15:22 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Mon Aug 4 08:15:28 2008 Subject: cvs commit: ports/net-mgmt/p5-SNMP-Info Makefile distinfo pkg-plist Message-ID: <200808040815.m748FMAF003518@repoman.freebsd.org> jadawin 2008-08-04 08:15:22 UTC FreeBSD ports repository Modified files: net-mgmt/p5-SNMP-Info Makefile distinfo pkg-plist Log: - Update to 2.00 Revision Changes Path 1.12 +3 -2 ports/net-mgmt/p5-SNMP-Info/Makefile 1.7 +3 -3 ports/net-mgmt/p5-SNMP-Info/distinfo 1.8 +2 -0 ports/net-mgmt/p5-SNMP-Info/pkg-plist From rwatson at FreeBSD.org Mon Aug 4 08:50:26 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Mon Aug 4 08:50:37 2008 Subject: cvs commit: src/sys/security/mac mac_framework.h mac_inet.c mac_policy.h src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_stub mac_stub.c ... Message-ID: <200808040850.m748oQNS016181@repoman.freebsd.org> rwatson 2008-08-04 08:50:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac mac_framework.h mac_inet.c mac_policy.h sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: SVN rev 181285 on 2008-08-04 08:50:16Z by rwatson Merge r179781 from head to stable/7: The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is the same as the global variable defined in ip_input.c. Instead, adopt the name 'q' as found in about 1/2 of uses in ip_input.c, preventing a collision on the name. This is non-harmful, but means that search and replace on the global works less well (as in the virtualization work), as well as indexing tools. Reported by: julian Revision Changes Path 1.84.2.3 +4 -4 src/sys/security/mac/mac_framework.h 1.11.2.4 +14 -14 src/sys/security/mac/mac_inet.c 1.94.2.3 +3 -3 src/sys/security/mac/mac_policy.h 1.107.2.3 +10 -10 src/sys/security/mac_biba/mac_biba.c 1.53.2.2 +10 -10 src/sys/security/mac_lomac/mac_lomac.c 1.88.2.4 +10 -10 src/sys/security/mac_mls/mac_mls.c 1.68.2.3 +7 -7 src/sys/security/mac_stub/mac_stub.c 1.78.2.4 +8 -8 src/sys/security/mac_test/mac_test.c From miwi at FreeBSD.org Mon Aug 4 09:58:37 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Aug 4 09:58:43 2008 Subject: cvs commit: ports/security/vuxml vuln.xml Message-ID: <200808040958.m749waBM023406@repoman.freebsd.org> miwi 2008-08-04 09:58:36 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix kdewebdev conflict with upcommig kdewebdev4 Reviewed by: simon Revision Changes Path 1.1660 +3 -2 ports/security/vuxml/vuln.xml From miwi at FreeBSD.org Mon Aug 4 10:52:11 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Aug 4 10:52:22 2008 Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-RSSLite Makefile distinfo pkg-descr pkg-plist Message-ID: <200808041052.m74AqAFZ028707@repoman.freebsd.org> miwi 2008-08-04 10:52:10 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-RSSLite Makefile distinfo pkg-descr pkg-plist Log: This module attempts to extract the maximum amount of content from available documents, and is less concerned with XML compliance than alternatives. Rather than rely on XML::Parser, it uses heuristics and good old-fashioned Perl regular expressions. WWW: http://search.cpan.org/dist/XML-RSSLite/ PR: ports/126116 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.1253 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-XML-RSSLite/Makefile (new) 1.1 +3 -0 ports/textproc/p5-XML-RSSLite/distinfo (new) 1.1 +6 -0 ports/textproc/p5-XML-RSSLite/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-XML-RSSLite/pkg-plist (new) From miwi at FreeBSD.org Mon Aug 4 11:29:42 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Aug 4 11:29:56 2008 Subject: cvs commit: ports/www Makefile ports/www/rubygem-yapra Makefile distinfo pkg-descr pkg-plist Message-ID: <200808041129.m74BTgpu032924@repoman.freebsd.org> miwi 2008-08-04 11:29:42 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-yapra Makefile distinfo pkg-descr pkg-plist Log: Yet Another Pragger implementation. WWW: http://yapra.rubyforge.org/ PR: ports/126139 Submitted by: TAKATSU Tomonari Revision Changes Path 1.2109 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/rubygem-yapra/Makefile (new) 1.1 +3 -0 ports/www/rubygem-yapra/distinfo (new) 1.1 +3 -0 ports/www/rubygem-yapra/pkg-descr (new) 1.1 +333 -0 ports/www/rubygem-yapra/pkg-plist (new) From remko at FreeBSD.org Mon Aug 4 12:01:42 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Mon Aug 4 12:01:49 2008 Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/jails chapter.sgml Message-ID: <200808041201.m74C1gwf035483@repoman.freebsd.org> remko 2008-08-04 12:01:42 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/jails chapter.sgml Log: Bring in the translated jails chapter. Obtained from: The FreeBSD Dutch Documentation Project Submitted by: yours truly Revision Changes Path 1.2 +955 -29 doc/nl_NL.ISO8859-1/books/handbook/jails/chapter.sgml From kib at FreeBSD.org Mon Aug 4 12:22:45 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Mon Aug 4 12:22:51 2008 Subject: cvs commit: src/sys/dev/syscons syscons.c Message-ID: <200808041222.m74CMiG9038338@repoman.freebsd.org> kib 2008-08-04 12:22:33 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: SVN rev 181286 on 2008-08-04 12:22:33Z by kib Lower the priority of the sleep in the syscons for "waitvt" wchan to PZERO + 1. The sleeping process at the priority <= PZERO is counted as blocked, or, as comment states, 'disk wait'. PZERO + 1 works as well, and does not cause user confusion. Reported by: sam MFC after: 1 week Revision Changes Path 1.460 +1 -1 src/sys/dev/syscons/syscons.c From jadawin at FreeBSD.org Mon Aug 4 13:31:49 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Mon Aug 4 13:32:03 2008 Subject: cvs commit: ports/games/stonesoup Makefile distinfo Message-ID: <200808041331.m74DVndU055715@repoman.freebsd.org> jadawin 2008-08-04 13:31:49 UTC FreeBSD ports repository Modified files: games/stonesoup Makefile distinfo Log: - Update to 0.4.3 PR: ports/126236 Submitted by: maintainer (tobias.rehbein web.de) Revision Changes Path 1.4 +1 -1 ports/games/stonesoup/Makefile 1.3 +3 -3 ports/games/stonesoup/distinfo From das at FreeBSD.ORG Mon Aug 4 14:00:12 2008 From: das at FreeBSD.ORG (David Schultz) Date: Mon Aug 4 14:00:24 2008 Subject: cvs commit: src/lib/libc/stdio vfwprintf.c In-Reply-To: <200808040656.m746u26m094276@repoman.freebsd.org> References: <200808040656.m746u26m094276@repoman.freebsd.org> Message-ID: <20080804135931.GA1132@zim.MIT.EDU> On Mon, Aug 04, 2008, Colin Percival wrote: > cperciva 2008-08-04 06:55:42 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio vfwprintf.c > Log: > SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva > > Initialize "nconv" to a reasonable value in all code paths. Prior to > this commit, sprintf("%s", "") could fail depending on what happened > to be on the stack. I think you mean swprintf() here. From cperciva at freebsd.org Mon Aug 4 14:07:35 2008 From: cperciva at freebsd.org (Colin Percival) Date: Mon Aug 4 14:07:41 2008 Subject: cvs commit: src/lib/libc/stdio vfwprintf.c In-Reply-To: <20080804135931.GA1132@zim.MIT.EDU> References: <200808040656.m746u26m094276@repoman.freebsd.org> <20080804135931.GA1132@zim.MIT.EDU> Message-ID: <48970CDD.6090705@freebsd.org> David Schultz wrote: > On Mon, Aug 04, 2008, Colin Percival wrote: >> Initialize "nconv" to a reasonable value in all code paths. Prior to >> this commit, sprintf("%s", "") could fail depending on what happened >> to be on the stack. > > I think you mean swprintf() here. Oops. I typoed -- I actually meant wprintf, but I guess my fingers "corrected" what I was typing since I never use the wide printf functions but use sprintf quite commonly. :-) Colin Percival From jhb at freebsd.org Mon Aug 4 14:08:00 2008 From: jhb at freebsd.org (John Baldwin) Date: Mon Aug 4 14:08:17 2008 Subject: cvs commit: src/sys/kern link_elf.c link_elf_obj.c In-Reply-To: <200808031334.m73DY4fR030018@repoman.freebsd.org> References: <200808031334.m73DY4fR030018@repoman.freebsd.org> Message-ID: <200808040919.08314.jhb@freebsd.org> On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote: > kib 2008-08-03 13:33:45 UTC > > FreeBSD src repository > > Modified files: > sys/kern link_elf.c link_elf_obj.c > Log: > SVN rev 181235 on 2008-08-03 13:33:45Z by kib > > Calling linker_load_dependencies() while holding the module' > vnode lock may cause a LOR between kld_sx lock and vnode lock. > linker_load_dependencies() drops kld_sx, and another thread may attempt > to load the same kld. > > Reported and tested by: pjd > MFC after: 1 week If it is safe to drop the vnode lock here, is there any reason we can't just drop it earlier and not bother reacquiring it? -- John Baldwin From jhb at freebsd.org Mon Aug 4 14:08:06 2008 From: jhb at freebsd.org (John Baldwin) Date: Mon Aug 4 14:08:18 2008 Subject: svn commit: r181191 - in head: share/man/man9 sys/kern sys/sys In-Reply-To: <200808021742.m72HgdBX031929@svn.freebsd.org> References: <200808021742.m72HgdBX031929@svn.freebsd.org> Message-ID: <200808040926.25626.jhb@freebsd.org> On Saturday 02 August 2008 01:42:39 pm Sam Leffler wrote: > Author: sam > Date: Sat Aug 2 17:42:38 2008 > New Revision: 181191 > URL: http://svn.freebsd.org/changeset/base/181191 > > Log: > add callout_schedule; besides being useful it also improves > compatibility with other systems > > Reviewed by: ed, battlez I think it probably warrants a KASSERT() that c_func isn't NULL to catch the case of someone doing: callout_init(...); callout_schedule(...); I'd almost prefer that we add (func, arg) pointers to the init routines so you do this: callout_init_mtx(&sc->timer, &sc->lock, timer_func, sc); ... callout_schedule(&sc->timer, hz); Right now you have to make sure you do at least one 'callout_reset' before you do a 'callout_schedule' which seems bug-prone. -- John Baldwin From cperciva at freebsd.org Mon Aug 4 14:12:17 2008 From: cperciva at freebsd.org (Colin Percival) Date: Mon Aug 4 14:12:28 2008 Subject: cvs commit: src/lib/libc/stdio vfwprintf.c In-Reply-To: <48970CDD.6090705@freebsd.org> References: <200808040656.m746u26m094276@repoman.freebsd.org> <20080804135931.GA1132@zim.MIT.EDU> <48970CDD.6090705@freebsd.org> Message-ID: <48970E3E.2030005@freebsd.org> Colin Percival wrote: > David Schultz wrote: >> I think you mean swprintf() here. > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > "corrected" what I was typing since I never use the wide printf > functions but use sprintf quite commonly. :-) I would do a forced commit to clarify this in the commit logs, but I can't see how to do forced commits with SVN -- am I missing something? Colin Percival From kostikbel at gmail.com Mon Aug 4 14:16:14 2008 From: kostikbel at gmail.com (Kostik Belousov) Date: Mon Aug 4 14:16:20 2008 Subject: cvs commit: src/sys/kern link_elf.c link_elf_obj.c In-Reply-To: <200808040919.08314.jhb@freebsd.org> References: <200808031334.m73DY4fR030018@repoman.freebsd.org> <200808040919.08314.jhb@freebsd.org> Message-ID: <20080804141607.GX97161@deviant.kiev.zoral.com.ua> On Mon, Aug 04, 2008 at 09:19:07AM -0400, John Baldwin wrote: > On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote: > > kib 2008-08-03 13:33:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern link_elf.c link_elf_obj.c > > Log: > > SVN rev 181235 on 2008-08-03 13:33:45Z by kib > > > > Calling linker_load_dependencies() while holding the module' > > vnode lock may cause a LOR between kld_sx lock and vnode lock. > > linker_load_dependencies() drops kld_sx, and another thread may attempt > > to load the same kld. > > > > Reported and tested by: pjd > > MFC after: 1 week > > If it is safe to drop the vnode lock here, is there any reason we can't just > drop it earlier and not bother reacquiring it? It is safe because the vnode is referenced by vn_open(), and lock reacquisition is done with LK_RETRY. After the linker_load_dependencies(), optional symbol table loading is performed, that requires reading from the module file. It seems to be a natural location for the operation. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080804/8e3ed29b/attachment.pgp From jadawin at FreeBSD.org Mon Aug 4 14:21:43 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Mon Aug 4 14:21:55 2008 Subject: cvs commit: ports/net-im/centerim-devel Makefile distinfo Message-ID: <200808041421.m74ELg9t061336@repoman.freebsd.org> jadawin 2008-08-04 14:21:42 UTC FreeBSD ports repository Modified files: net-im/centerim-devel Makefile distinfo Log: - Update to 4.22.5-70-g5f125 PR: ports/126239 Submitted by: maintainer (frank altpeter.de) Revision Changes Path 1.16 +1 -1 ports/net-im/centerim-devel/Makefile 1.14 +3 -3 ports/net-im/centerim-devel/distinfo From cognet at FreeBSD.org Mon Aug 4 14:37:47 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Mon Aug 4 14:37:53 2008 Subject: cvs commit: src/sys/arm/arm elf_trampoline.c Message-ID: <200808041437.m74Ebkqj062592@repoman.freebsd.org> cognet 2008-08-04 14:37:32 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: SVN rev 181293 on 2008-08-04 14:37:32Z by cognet Remove unneeded #include (?) MFC after: 3 days Revision Changes Path 1.21 +0 -2 src/sys/arm/arm/elf_trampoline.c From cognet at FreeBSD.org Mon Aug 4 14:38:48 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Mon Aug 4 14:38:54 2008 Subject: cvs commit: src/sys/conf Makefile.arm Message-ID: <200808041438.m74EclKA062686@repoman.freebsd.org> cognet 2008-08-04 14:38:38 UTC FreeBSD src repository Modified files: sys/conf Makefile.arm Log: SVN rev 181294 on 2008-08-04 14:38:38Z by cognet We need -I$S to compile the elf trampoline. MFC after: 3 days Revision Changes Path 1.39 +7 -5 src/sys/conf/Makefile.arm From mlaier at FreeBSD.org Mon Aug 4 14:42:19 2008 From: mlaier at FreeBSD.org (Max Laier) Date: Mon Aug 4 14:42:25 2008 Subject: cvs commit: src/sys/contrib/pf/net pf.c Message-ID: <200808041442.m74EgISV063034@repoman.freebsd.org> mlaier 2008-08-04 14:42:09 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: SVN rev 181295 on 2008-08-04 14:42:09Z by mlaier Merge state reuse for tcp. PR: kern/125261 Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.55 +17 -0 src/sys/contrib/pf/net/pf.c From raj at FreeBSD.org Mon Aug 4 14:48:04 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Mon Aug 4 14:48:11 2008 Subject: cvs commit: src/sys/arm/arm vm_machdep.c Message-ID: <200808041448.m74Em481063505@repoman.freebsd.org> raj 2008-08-04 14:47:49 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: SVN rev 181296 on 2008-08-04 14:47:49Z by raj Fix ARM nocache allocator: - let the loop iterate every page (as intended), and not some multiplies (which led to a fake exhaustion of the ARM_NOCACHE_KVA_SIZE) - eliminate using MIN(): it compared number of pages vs. address (ARM_TP_ADDRESS), which was bogus Reviewed by: cognet, imp Obtained from: Piotr Ziecik kosmo ! semihalf dot com MFC after: 3 days Revision Changes Path 1.37 +4 -5 src/sys/arm/arm/vm_machdep.c From ertr1013 at student.uu.se Mon Aug 4 14:55:19 2008 From: ertr1013 at student.uu.se (Erik Trulsson) Date: Mon Aug 4 14:55:25 2008 Subject: cvs commit: src/lib/libc/stdio vfwprintf.c In-Reply-To: <48970E3E.2030005@freebsd.org> References: <200808040656.m746u26m094276@repoman.freebsd.org> <20080804135931.GA1132@zim.MIT.EDU> <48970CDD.6090705@freebsd.org> <48970E3E.2030005@freebsd.org> Message-ID: <20080804145513.GA1993@owl.midgard.homeip.net> On Mon, Aug 04, 2008 at 07:12:14AM -0700, Colin Percival wrote: > Colin Percival wrote: > > David Schultz wrote: > >> I think you mean swprintf() here. > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > "corrected" what I was typing since I never use the wide printf > > functions but use sprintf quite commonly. :-) > > I would do a forced commit to clarify this in the commit logs, but I can't > see how to do forced commits with SVN -- am I missing something? No, I don't think you are missing anything. SVN does not support forced commits. There ways in which one can modify a commit message in retroactively in subversion, but with FreeBSD's setup (with mirrors, and CVS exports, etc.) this apparently does not work too well. There was a discussion about this about a month ago on this list which went into more detail. (The thread started with the message found at: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=889438+0+archive/2008/cvs-all/20080706.cvs-all ) -- Erik Trulsson ertr1013@student.uu.se From olli at fromme.com Mon Aug 4 15:02:37 2008 From: olli at fromme.com (Oliver Fromme) Date: Mon Aug 4 15:02:49 2008 Subject: cvs commit: src/lib/libc/stdio vfwprintf.c In-Reply-To: <48970E3E.2030005@freebsd.org> from "Colin Percival" at Aug 04, 2008 07:12:14 AM Message-ID: <200808041427.m74ERXAQ049485@haluter.fromme.com> Colin Percival wrote: > Colin Percival wrote: > > David Schultz wrote: > > > I think you mean swprintf() here. > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > "corrected" what I was typing since I never use the wide printf > > functions but use sprintf quite commonly. :-) > > I would do a forced commit to clarify this in the commit logs, but I can't > see how to do forced commits with SVN -- am I missing something? To modify the log for revision $REV: $ svn pe svn:log --revprop -r $REV It won't generate a new commit mail, though. Best regards Oliver -- Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany ``We are all but compressed light'' (Albert Einstein) From kostikbel at gmail.com Mon Aug 4 15:04:01 2008 From: kostikbel at gmail.com (Kostik Belousov) Date: Mon Aug 4 15:04:08 2008 Subject: cvs commit: src/lib/libc/stdio vfwprintf.c In-Reply-To: <200808041427.m74ERXAQ049485@haluter.fromme.com> References: <48970E3E.2030005@freebsd.org> <200808041427.m74ERXAQ049485@haluter.fromme.com> Message-ID: <20080804150356.GZ97161@deviant.kiev.zoral.com.ua> On Mon, Aug 04, 2008 at 04:27:33PM +0200, Oliver Fromme wrote: > > Colin Percival wrote: > > Colin Percival wrote: > > > David Schultz wrote: > > > > I think you mean swprintf() here. > > > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > > "corrected" what I was typing since I never use the wide printf > > > functions but use sprintf quite commonly. :-) > > > > I would do a forced commit to clarify this in the commit logs, but I can't > > see how to do forced commits with SVN -- am I missing something? > > To modify the log for revision $REV: > $ svn pe svn:log --revprop -r $REV > It won't generate a new commit mail, though. Worse, it would not propagate to the svnsync mirrors. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080804/91827dc9/attachment.pgp From sam at freebsd.org Mon Aug 4 15:33:16 2008 From: sam at freebsd.org (Sam Leffler) Date: Mon Aug 4 15:33:27 2008 Subject: svn commit: r181191 - in head: share/man/man9 sys/kern sys/sys In-Reply-To: <200808040926.25626.jhb@freebsd.org> References: <200808021742.m72HgdBX031929@svn.freebsd.org> <200808040926.25626.jhb@freebsd.org> Message-ID: <4897213B.1000603@freebsd.org> John Baldwin wrote: > On Saturday 02 August 2008 01:42:39 pm Sam Leffler wrote: > >> Author: sam >> Date: Sat Aug 2 17:42:38 2008 >> New Revision: 181191 >> URL: http://svn.freebsd.org/changeset/base/181191 >> >> Log: >> add callout_schedule; besides being useful it also improves >> compatibility with other systems >> >> Reviewed by: ed, battlez >> > > I think it probably warrants a KASSERT() that c_func isn't NULL to catch the > case of someone doing: > > callout_init(...); > > callout_schedule(...); > Sure, go for it. This was just the N'th time I'd noticed callout_schedule was missing when bringing code over from another system... > I'd almost prefer that we add (func, arg) pointers to the init routines so you > do this: > > callout_init_mtx(&sc->timer, &sc->lock, timer_func, sc); > > ... > > callout_schedule(&sc->timer, hz); > > Right now you have to make sure you do at least one 'callout_reset' before you > do a 'callout_schedule' which seems bug-prone. > > In most cases this is the more natural usage. It binds the callback to the timer while the current api provides an independent timer object that you can bind multiple callbacks to. I wasn't trying to change the existing model. I can't recall what phk's new api looks like in this regard. Sam From pgj at FreeBSD.org Mon Aug 4 16:02:38 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Mon Aug 4 16:02:44 2008 Subject: cvs commit: doc/hu_HU.ISO8859-2/books/handbook/printing chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/security chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/virtualization chapter.sgml Message-ID: <200808041602.m74G2c0k070793@repoman.freebsd.org> pgj 2008-08-04 16:02:38 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/handbook/printing chapter.sgml hu_HU.ISO8859-2/books/handbook/security chapter.sgml hu_HU.ISO8859-2/books/handbook/virtualization chapter.sgml Log: MFen: 1.116 -> 1.118 hu_HU.ISO8859-2/books/handbook/printing/chapter.sgml 1.324 -> 1.326 hu_HU.ISO8859-2/books/handbook/security/chapter.sgml 1.16 -> 1.17 hu_HU.ISO8859-2/books/handbook/virtualization/chapter.sgml Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.4 +279 -258 doc/hu_HU.ISO8859-2/books/handbook/printing/chapter.sgml 1.4 +10 -20 doc/hu_HU.ISO8859-2/books/handbook/security/chapter.sgml 1.3 +1 -1 doc/hu_HU.ISO8859-2/books/handbook/virtualization/chapter.sgml From mezz at FreeBSD.org Mon Aug 4 16:12:53 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Mon Aug 4 16:13:25 2008 Subject: cvs commit: ports/multimedia/totem Makefile ports/multimedia/totem/files patch-browser-plugin_totemClassInfo.h patch-configure Message-ID: <200808041612.m74GCq7L072950@repoman.freebsd.org> mezz 2008-08-04 16:12:52 UTC FreeBSD ports repository Modified files: multimedia/totem Makefile Added files: multimedia/totem/files patch-browser-plugin_totemClassInfo.h patch-configure Log: Add patches from Ubuntu's launchpad to fix the plugins stability problem with Firefox 3, bump the PORTREVISION. Obtained from: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/131658 Reported by: a few Tested by: Joe Kelsey Revision Changes Path 1.98 +1 -1 ports/multimedia/totem/Makefile 1.1 +45 -0 ports/multimedia/totem/files/patch-browser-plugin_totemClassInfo.h (new) 1.5 +12 -0 ports/multimedia/totem/files/patch-configure (new) From rpaulo at FreeBSD.org Mon Aug 4 16:13:52 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Mon Aug 4 16:13:58 2008 Subject: cvs commit: src/sys/boot/forth loader.conf Message-ID: <200808041613.m74GDoJl073059@repoman.freebsd.org> rpaulo 2008-08-04 16:13:42 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: SVN rev 181297 on 2008-08-04 16:13:42Z by rpaulo Add coretemp(4) and k8temp(4). MFC after: 1 day Revision Changes Path 1.130 +2 -0 src/sys/boot/forth/loader.conf From db at FreeBSD.org Mon Aug 4 17:08:52 2008 From: db at FreeBSD.org (Diane Bruce) Date: Mon Aug 4 17:09:03 2008 Subject: cvs commit: ports/comms/linrad Makefile distinfo ports/comms/linrad/files patch-Makefile.in patch-lsetad.c patch-lxsys.c Message-ID: <200808041708.m74H8pUk088025@repoman.freebsd.org> db 2008-08-04 17:08:51 UTC FreeBSD ports repository Modified files: comms/linrad Makefile distinfo comms/linrad/files patch-Makefile.in patch-lxsys.c Removed files: comms/linrad/files patch-lsetad.c Log: - Update to 2.49 - Vendor has fixed lsetad.c so patch no longer necessary. Revision Changes Path 1.23 +2 -2 ports/comms/linrad/Makefile 1.13 +3 -3 ports/comms/linrad/distinfo 1.14 +3 -3 ports/comms/linrad/files/patch-Makefile.in 1.6 +0 -46 ports/comms/linrad/files/patch-lsetad.c (dead) 1.9 +5 -5 ports/comms/linrad/files/patch-lxsys.c From marcus at FreeBSD.org Mon Aug 4 17:19:14 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Mon Aug 4 17:19:25 2008 Subject: cvs commit: ports/accessibility/gnome-speech Makefile distinfo Message-ID: <200808041719.m74HJDH2089433@repoman.freebsd.org> marcus 2008-08-04 17:19:13 UTC FreeBSD ports repository Modified files: accessibility/gnome-speech Makefile distinfo Log: Update to 0.4.21. Revision Changes Path 1.38 +1 -1 ports/accessibility/gnome-speech/Makefile 1.30 +3 -3 ports/accessibility/gnome-speech/distinfo From marcus at FreeBSD.org Mon Aug 4 17:34:05 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Mon Aug 4 17:34:11 2008 Subject: cvs commit: ports/deskutils/conduit Makefile distinfo pkg-plist Message-ID: <200808041734.m74HY5ZT090634@repoman.freebsd.org> marcus 2008-08-04 17:34:05 UTC FreeBSD ports repository Modified files: deskutils/conduit Makefile distinfo pkg-plist Log: Update to 0.3.13. Revision Changes Path 1.12 +1 -1 ports/deskutils/conduit/Makefile 1.6 +3 -3 ports/deskutils/conduit/distinfo 1.9 +44 -0 ports/deskutils/conduit/pkg-plist From erwin at FreeBSD.org Mon Aug 4 18:23:46 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Mon Aug 4 18:23:52 2008 Subject: cvs commit: ports/ukrainian/webalizer Makefile Message-ID: <200808041823.m74INjSP024819@repoman.freebsd.org> erwin 2008-08-04 18:23:45 UTC FreeBSD ports repository Modified files: ukrainian/webalizer Makefile Log: Mark BROKEN: does not patch after the upgrade of www/webalizer Revision Changes Path 1.6 +2 -0 ports/ukrainian/webalizer/Makefile From db at FreeBSD.org Mon Aug 4 18:24:53 2008 From: db at FreeBSD.org (Diane Bruce) Date: Mon Aug 4 18:25:00 2008 Subject: cvs commit: ports/comms Makefile ports/comms/ibp Makefile distinfo pkg-descr ports/comms/ibp/files ibp.1 Message-ID: <200808041824.m74IOrDt024951@repoman.freebsd.org> db 2008-08-04 18:24:53 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/ibp Makefile distinfo pkg-descr comms/ibp/files ibp.1 Log: This little program helps one with monitoring the beacons of the International Beacon Project, by continuously showing which beacon is transmitting on which frequency, along with the distance and antenna directions. Revision Changes Path 1.196 +1 -0 ports/comms/Makefile 1.1 +30 -0 ports/comms/ibp/Makefile (new) 1.1 +3 -0 ports/comms/ibp/distinfo (new) 1.1 +18 -0 ports/comms/ibp/files/ibp.1 (new) 1.1 +6 -0 ports/comms/ibp/pkg-descr (new) From erwin at FreeBSD.org Mon Aug 4 18:25:43 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Mon Aug 4 18:25:49 2008 Subject: cvs commit: ports/deskutils/launchy Makefile Message-ID: <200808041825.m74IPhWM025089@repoman.freebsd.org> erwin 2008-08-04 18:25:43 UTC FreeBSD ports repository Modified files: deskutils/launchy Makefile Log: Mark BROKEN: does not build. Revision Changes Path 1.2 +2 -0 ports/deskutils/launchy/Makefile From marcus at FreeBSD.org Mon Aug 4 18:28:51 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Mon Aug 4 18:28:57 2008 Subject: cvs commit: ports/games/gcompris Makefile ports/games/gcompris/files patch-src_gcompris_gcompris.c Message-ID: <200808041828.m74ISpGd025332@repoman.freebsd.org> marcus 2008-08-04 18:28:51 UTC FreeBSD ports repository Modified files: games/gcompris Makefile Added files: games/gcompris/files patch-src_gcompris_gcompris.c Log: Allow gcompris to find its prefix without binary relocation enabled. Reported by: Ernest Sales Revision Changes Path 1.47 +3 -1 ports/games/gcompris/Makefile 1.1 +16 -0 ports/games/gcompris/files/patch-src_gcompris_gcompris.c (new) From erwin at FreeBSD.org Mon Aug 4 18:51:08 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Mon Aug 4 18:51:15 2008 Subject: cvs commit: ports/editors/vim Makefile Message-ID: <200808041851.m74Ip73M029430@repoman.freebsd.org> erwin 2008-08-04 18:51:07 UTC FreeBSD ports repository Modified files: editors/vim Makefile Log: Mark BROKEN: does not build Revision Changes Path 1.330 +2 -0 ports/editors/vim/Makefile From mbr at FreeBSD.org Mon Aug 4 18:51:14 2008 From: mbr at FreeBSD.org (Martin Blapp) Date: Mon Aug 4 18:51:25 2008 Subject: cvs commit: ports/emulators/open-vm-tools pkg-plist pkg-plist-x11 Message-ID: <200808041851.m74IpESh029464@repoman.freebsd.org> mbr 2008-08-04 18:51:14 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools pkg-plist pkg-plist-x11 Log: Keep share/pixmaps in pkg lists. Revision Changes Path 1.9 +0 -1 ports/emulators/open-vm-tools/pkg-plist 1.9 +0 -1 ports/emulators/open-vm-tools/pkg-plist-x11 From jhb at FreeBSD.org Mon Aug 4 19:19:25 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 19:19:31 2008 Subject: cvs commit: src/sys/dev/snc dp83932.c dp83932var.h if_snc.c if_snc_cbus.c if_snc_pccard.c Message-ID: <200808041919.m74JJO8P034131@repoman.freebsd.org> jhb 2008-08-04 19:19:18 UTC FreeBSD src repository Modified files: sys/dev/snc dp83932.c dp83932var.h if_snc.c if_snc_cbus.c if_snc_pccard.c Log: SVN rev 181298 on 2008-08-04 19:19:18Z by jhb Add locking to snc(4) so it is MPSAFE: - Add a mutex to the softc to protect the softc and device hardware. - Use a private timer routine to drive the transmit watchdog timer instead of using if_watchdog/if_timer. - If if_alloc() fails during attach, fail the attach with an error rather than panic'ing. - Clear RUNNING and OACTIVE only in sncstop(). - Don't mess with IFF_UP. - Don't leak 'struct ifnet' on detach. - Setup interrupt handler after ether_ifattach(). - Call ether_ifdetach() rather than if_detach() in the pccard detach routine. Tested by: no one despite repeated requests Revision Changes Path 1.25 +86 -51 src/sys/dev/snc/dp83932.c 1.8 +8 -1 src/sys/dev/snc/dp83932var.h 1.8 +29 -2 src/sys/dev/snc/if_snc.c 1.8 +1 -10 src/sys/dev/snc/if_snc_cbus.c 1.12 +6 -12 src/sys/dev/snc/if_snc_pccard.c From jhb at FreeBSD.org Mon Aug 4 19:45:26 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 19:45:38 2008 Subject: cvs commit: src/sys/dev/acpica acpi.c Message-ID: <200808041945.m74JjPfF036453@repoman.freebsd.org> jhb 2008-08-04 19:45:15 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: SVN rev 181299 on 2008-08-04 19:45:15Z by jhb Fix a typo. Revision Changes Path 1.250 +1 -1 src/sys/dev/acpica/acpi.c From jhb at FreeBSD.org Mon Aug 4 19:49:13 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 19:49:19 2008 Subject: cvs commit: src/sys/kern tty_pts.c Message-ID: <200808041949.m74JnBl1038090@repoman.freebsd.org> jhb 2008-08-04 19:49:05 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: SVN rev 181300 on 2008-08-04 19:49:05Z by jhb - Close a race with concurrent open's of a pts master device which could result in leaked tty structures. - When constructing a new pty, allocate it's tty structure before adding it to the list. MFC after: 1 week Revision Changes Path 1.18 +13 -7 src/sys/kern/tty_pts.c From jhb at FreeBSD.org Mon Aug 4 19:51:27 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 19:51:38 2008 Subject: cvs commit: src/sys/kern tty_pty.c Message-ID: <200808041951.m74JpRRN038357@repoman.freebsd.org> jhb 2008-08-04 19:51:23 UTC FreeBSD src repository Modified files: sys/kern tty_pty.c Log: SVN rev 181301 on 2008-08-04 19:51:23Z by jhb Close two different races with concurrent opens of pty master devices that could result in leaked ttys or a leaked pty + tty pair. MFC after: 1 week Revision Changes Path 1.159 +24 -5 src/sys/kern/tty_pty.c From gahr at FreeBSD.org Mon Aug 4 20:04:43 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Mon Aug 4 20:04:54 2008 Subject: cvs commit: ports/math/rpy Makefile pkg-plist ports/math/rpy/files patch-setup.py Message-ID: <200808042004.m74K4gNF040571@repoman.freebsd.org> gahr 2008-08-04 20:04:42 UTC FreeBSD ports repository Modified files: math/rpy Makefile pkg-plist Added files: math/rpy/files patch-setup.py Log: - Chase math/R upgrade - Bump PORTREVISION Reported by: pointyhat (via pav) Approved by: Wen Heping (maintainer) Revision Changes Path 1.10 +2 -1 ports/math/rpy/Makefile 1.1 +13 -0 ports/math/rpy/files/patch-setup.py (new) 1.4 +1 -1 ports/math/rpy/pkg-plist From pgj at FreeBSD.org Mon Aug 4 20:24:52 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Mon Aug 4 20:24:59 2008 Subject: cvs commit: www/hu about.sgml administration.sgml applications.sgml art.sgml community.xsl docs.sgml features.sgml index.xsl internet.sgml logo.sgml mailto.sgml send-pr.sgml support.sgml where.sgml www/hu/advocacy index.sgml myths.sgml ... Message-ID: <200808042024.m74KOqEV042644@repoman.freebsd.org> pgj 2008-08-04 20:24:52 UTC FreeBSD doc repository Modified files: hu about.sgml administration.sgml applications.sgml art.sgml community.xsl docs.sgml features.sgml index.xsl internet.sgml logo.sgml mailto.sgml send-pr.sgml support.sgml where.sgml hu/advocacy index.sgml myths.sgml hu/community irc.sgml mailinglists.sgml newsgroups.sgml webresources.sgml hu/copyright copyright.sgml hu/developers cvs.sgml hu/docproj doc-set.sgml docproj.sgml hungarian.sgml sgml.sgml submitting.sgml who.sgml hu/docs books.sgml webresources.sgml hu/news news.sgml pressreleases.sgml hu/platforms alpha.sgml amd64.sgml arm.sgml i386.sgml index.sgml mips.sgml pc98.sgml ppc.sgml sparc.sgml sun4v.sgml xbox.sgml hu/platforms/ia64 index.xsl machines.sgml refs.sgml todo.xsl hu/projects projects.sgml hu/search index-site.sgml search-mid.sgml search.sgml searchhints.sgml site.map web.atoz hu/share/sgml header.l10n.ent navibar.l10n.ent hu/support bugreports.sgml webresources.sgml Log: Major rework and update of the Hungarian web pages Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.7 +102 -99 www/hu/about.sgml 1.8 +700 -359 www/hu/administration.sgml 1.4 +81 -46 www/hu/advocacy/index.sgml 1.7 +583 -472 www/hu/advocacy/myths.sgml 1.5 +174 -152 www/hu/applications.sgml 1.5 +45 -38 www/hu/art.sgml 1.3 +29 -20 www/hu/community.xsl 1.3 +21 -17 www/hu/community/irc.sgml 1.10 +84 -70 www/hu/community/mailinglists.sgml 1.5 +15 -14 www/hu/community/newsgroups.sgml 1.4 +32 -30 www/hu/community/webresources.sgml 1.4 +32 -15 www/hu/copyright/copyright.sgml 1.6 +51 -37 www/hu/developers/cvs.sgml 1.3 +48 -35 www/hu/docproj/doc-set.sgml 1.4 +89 -68 www/hu/docproj/docproj.sgml 1.3 +35 -30 www/hu/docproj/hungarian.sgml 1.5 +177 -148 www/hu/docproj/sgml.sgml 1.4 +143 -132 www/hu/docproj/submitting.sgml 1.3 +46 -39 www/hu/docproj/who.sgml 1.3 +5 -5 www/hu/docs.sgml 1.10 +581 -505 www/hu/docs/books.sgml 1.5 +84 -66 www/hu/docs/webresources.sgml 1.7 +409 -327 www/hu/features.sgml 1.11 +92 -58 www/hu/index.xsl 1.6 +137 -122 www/hu/internet.sgml 1.4 +49 -39 www/hu/logo.sgml 1.6 +36 -32 www/hu/mailto.sgml 1.3 +47 -44 www/hu/news/news.sgml 1.3 +31 -44 www/hu/news/pressreleases.sgml 1.3 +35 -26 www/hu/platforms/alpha.sgml 1.7 +56 -46 www/hu/platforms/amd64.sgml 1.5 +95 -50 www/hu/platforms/arm.sgml 1.6 +33 -28 www/hu/platforms/i386.sgml 1.4 +37 -32 www/hu/platforms/ia64/index.xsl 1.3 +14 -12 www/hu/platforms/ia64/machines.sgml 1.3 +9 -8 www/hu/platforms/ia64/refs.sgml 1.4 +116 -122 www/hu/platforms/ia64/todo.xsl 1.4 +36 -34 www/hu/platforms/index.sgml 1.4 +63 -46 www/hu/platforms/mips.sgml 1.4 +47 -35 www/hu/platforms/pc98.sgml 1.6 +152 -139 www/hu/platforms/ppc.sgml 1.4 +76 -88 www/hu/platforms/sparc.sgml 1.5 +82 -55 www/hu/platforms/sun4v.sgml 1.3 +49 -43 www/hu/platforms/xbox.sgml 1.11 +524 -445 www/hu/projects/projects.sgml 1.4 +9 -7 www/hu/search/index-site.sgml 1.4 +13 -11 www/hu/search/search-mid.sgml 1.9 +156 -139 www/hu/search/search.sgml 1.5 +41 -34 www/hu/search/searchhints.sgml 1.8 +43 -43 www/hu/search/site.map 1.9 +111 -111 www/hu/search/web.atoz 1.9 +95 -90 www/hu/send-pr.sgml 1.8 +14 -16 www/hu/share/sgml/header.l10n.ent 1.9 +55 -52 www/hu/share/sgml/navibar.l10n.ent 1.5 +32 -32 www/hu/support.sgml 1.5 +63 -57 www/hu/support/bugreports.sgml 1.4 +67 -54 www/hu/support/webresources.sgml 1.11 +123 -109 www/hu/where.sgml From cognet at FreeBSD.org Mon Aug 4 20:29:44 2008 From: cognet at FreeBSD.org (Olivier Houchard) Date: Mon Aug 4 20:29:55 2008 Subject: cvs commit: src/sys/arm/arm intr.c Message-ID: <200808042029.m74KThQh043017@repoman.freebsd.org> cognet 2008-08-04 20:29:39 UTC FreeBSD src repository Modified files: sys/arm/arm intr.c Log: SVN rev 181302 on 2008-08-04 20:29:39Z by cognet Do not modify td->td_intr_nesting_level, it is now done in the MI code. This fixes the cpu time being falsely reported as interrupt time. MFC after: 3 days Revision Changes Path 1.23 +0 -3 src/sys/arm/arm/intr.c From jhb at FreeBSD.org Mon Aug 4 20:47:18 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 20:47:36 2008 Subject: cvs commit: src/sys/arm/at91 at91_twi.c src/sys/arm/xscale/ixp425 ixp425_iic.c src/sys/dev/bktr bktr_i2c.c src/sys/dev/iicbus iicbb.c src/sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c pcfvar.h src/sys/dev/ppbus lpbb.c src/sys/pci viapm.c Message-ID: <200808042047.m74KlIn6053924@repoman.freebsd.org> jhb 2008-08-04 20:46:15 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c sys/arm/xscale/ixp425 ixp425_iic.c sys/dev/bktr bktr_i2c.c sys/dev/iicbus iicbb.c sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c pcfvar.h sys/dev/ppbus lpbb.c sys/pci viapm.c Log: SVN rev 181303 on 2008-08-04 20:46:15Z by jhb Add locking to the various iicbus(4) bridge drivers: - Just grab Giant in the ixp425_iic(4) driver since this driver uses a shared address/data register window pair to access the actual I2C registers. None of the other ixp425 drivers lock access to these shared address/data registers yet and that would need to be done before this could use any meaningful locking. - Add locking to the interrupt handler and 'iicbus_reset' methods of the at91_twi(4) driver. - Add locking to the pcf(4) driver. Other pcf(4) fixes include: - Don't needlessly zero the softc. - Use bus_foo rather than bus_space_foo and remove bus space tag and handle from softc. - The lpbb(4) driver just grabs Giant for now. This will be refined later when ppbus(4) is locked. - As was done with smbus earlier, move the DRIVER_MODULE() lines to match the bus driver (either iicbus or iicbb) to the bridge driver into the bridge drivers. Tested by: sam (arm/ixp425) Revision Changes Path 1.12 +7 -0 src/sys/arm/at91/at91_twi.c 1.3 +9 -0 src/sys/arm/xscale/ixp425/ixp425_iic.c 1.31 +1 -0 src/sys/dev/bktr/bktr_i2c.c 1.20 +1 -10 src/sys/dev/iicbus/iicbb.c 1.9 +8 -5 src/sys/dev/pcf/envctrl.c 1.26 +48 -15 src/sys/dev/pcf/pcf.c 1.8 +6 -4 src/sys/dev/pcf/pcf_ebus.c 1.10 +6 -4 src/sys/dev/pcf/pcf_isa.c 1.4 +14 -6 src/sys/dev/pcf/pcfvar.h 1.20 +41 -13 src/sys/dev/ppbus/lpbb.c 1.21 +1 -0 src/sys/pci/viapm.c From jhb at FreeBSD.org Mon Aug 4 21:03:19 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 21:03:25 2008 Subject: cvs commit: src/sys/dev/iicbus iic.c iicbus.c iicbus.h iiconf.c iicsmb.c Message-ID: <200808042103.m74L3JSH056295@repoman.freebsd.org> jhb 2008-08-04 21:03:06 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c iicbus.c iicbus.h iiconf.c iicsmb.c Log: SVN rev 181304 on 2008-08-04 21:03:06Z by jhb Add locking to the core iicbus(4) drivers: - Add an sx lock to the iic(4) driver to serialize open(), close(), read(), and write and to protect sc_addr and sc_count in the softc. - Use cdev->si_drv1 instead of using the minor number of the cdev to lookup the softc via newbus in iic(4). - Store the device_t in the softc to avoid a similar detour via minor numbers in iic(4). - Only add at most one instance of iic(4) and iicsmb(4) to each iicbus(4) instance, and do it in the child driver. - Add a mutex to the iicbus(4) softc to synchronize the request/release bus stuff. - Use __BUS_ACCESSOR() for IICBUS_ACCESSOR() instead of rolling our own. - Add a mutex to the iicsmb(4) softc to protect softc state updated in the interrupt handler. - Remove Giant from all the smbus methods in iicsmb(4) now that all the iicbus(4) backend is locked. Revision Changes Path 1.40 +81 -40 src/sys/dev/iicbus/iic.c 1.25 +6 -8 src/sys/dev/iicbus/iicbus.c 1.8 +9 -6 src/sys/dev/iicbus/iicbus.h 1.18 +19 -15 src/sys/dev/iicbus/iiconf.c 1.16 +13 -37 src/sys/dev/iicbus/iicsmb.c From jhb at FreeBSD.org Mon Aug 4 21:14:36 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 21:14:42 2008 Subject: cvs commit: src/sys/dev/iicbus ad7418.c icee.c if_ic.c Message-ID: <200808042114.m74LEZo1057254@repoman.freebsd.org> jhb 2008-08-04 21:14:24 UTC FreeBSD src repository Modified files: sys/dev/iicbus ad7418.c icee.c if_ic.c Log: SVN rev 181305 on 2008-08-04 21:14:24Z by jhb Lock the consumers of the iicbus(4) infrastructure: - ad7418(4) uses an sx lock instead of a mtx since the iicbus(4) stuff it calls can sleep (request_bus()). Also, I expanded the locking slightly to serialize writes to data stored in the softc. - Similarly, the icee(4) driver now uses an sx lock instead of a mutex. I also removed the pointless OPENED flag and flags field from the softc. - The locking for the ic(4) driver was a bit trickier: - Add a mutex to the softc to protect softc data. - The driver uses malloc'd buffers that are the size of the interface MTU to send and receive packets. Previously, these were allocated every time the interface was brought up and anytime the MTU was changed, with various races that could result in memory leaks. I changed this to be a bit simpler and more like other NIC drivers in that we allocate buffers during attach for the default MTU size and only reallocate them on MTU changes. The reallocation procedure goes to some lengths with various flags to not replace either the the receive or transmit buffers while the driver is busy receiving or transmitting a packet. - Store the device_t of the driver in the softc instead of detours into new-bus using if_dunit from the ifnet and an even more bizarre detour to get the softc instead of using if_softc. - Drop the driver mutex when invoking netisr_dispatch() to pass the packet up to IP. - Use if_printf(). Revision Changes Path 1.2 +10 -10 src/sys/dev/iicbus/ad7418.c 1.3 +9 -23 src/sys/dev/iicbus/icee.c 1.27 +86 -70 src/sys/dev/iicbus/if_ic.c From jhb at FreeBSD.org Mon Aug 4 21:20:37 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 21:20:49 2008 Subject: cvs commit: src/lib/libc/stdio mktemp.c Message-ID: <200808042120.m74LKbv3057903@repoman.freebsd.org> jhb 2008-08-04 21:20:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdio mktemp.c Log: SVN rev 181306 on 2008-08-04 21:20:22Z by jhb MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(), mkstemps(), and mkdtemp(). Revision Changes Path 1.29.2.1 +26 -11 src/lib/libc/stdio/mktemp.c From miwi at FreeBSD.org Mon Aug 4 21:30:26 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Aug 4 21:30:37 2008 Subject: cvs commit: ports/editors/vim Makefile ports/editors/vim/files patch-src_vim.h Message-ID: <200808042130.m74LUPF2058682@repoman.freebsd.org> miwi 2008-08-04 21:30:25 UTC FreeBSD ports repository Modified files: editors/vim Makefile Added files: editors/vim/files patch-src_vim.h Log: - Unbreak and fix build PR: 125747 (based on) Reported by: many Submitted by: Martin Neubauer No response from: maintainer (obrien, 14 days) Revision Changes Path 1.331 +0 -2 ports/editors/vim/Makefile 1.1 +31 -0 ports/editors/vim/files/patch-src_vim.h (new) From jhb at FreeBSD.org Mon Aug 4 21:51:39 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Mon Aug 4 21:51:45 2008 Subject: cvs commit: src/lib/libc/stdio mktemp.c Message-ID: <200808042151.m74LpdgF060368@repoman.freebsd.org> jhb 2008-08-04 21:51:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdio mktemp.c Log: SVN rev 181309 on 2008-08-04 21:51:28Z by jhb MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(), mkstemps(), and mkdtemp(). Revision Changes Path 1.28.12.1 +26 -11 src/lib/libc/stdio/mktemp.c From emax at FreeBSD.org Mon Aug 4 22:07:25 2008 From: emax at FreeBSD.org (Maksim Yevmenkin) Date: Mon Aug 4 22:07:37 2008 Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Message-ID: <200808042207.m74M7OgP062740@repoman.freebsd.org> emax 2008-08-04 22:07:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Log: SVN rev 181310 on 2008-08-04 22:07:06Z by emax MFC: SVN rev 181089 Increase maximum input queue size limit for raw Bluetooth HCI sockets. Revision Changes Path 1.23.2.1 +1 -2 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c From emax at FreeBSD.org Mon Aug 4 22:21:55 2008 From: emax at FreeBSD.org (Maksim Yevmenkin) Date: Mon Aug 4 22:22:09 2008 Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Message-ID: <200808042221.m74MLtdu063913@repoman.freebsd.org> emax 2008-08-04 22:21:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c Log: SVN rev 181311 on 2008-08-04 22:21:44Z by emax MFC: SVN rev 181089 Increase maximum input queue size limit for raw Bluetooth HCI sockets. Revision Changes Path 1.17.2.3 +1 -2 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c From trhodes at FreeBSD.org Mon Aug 4 22:22:26 2008 From: trhodes at FreeBSD.org (Tom Rhodes) Date: Mon Aug 4 22:22:33 2008 Subject: cvs commit: src/lib/libc/sys socket.2 Message-ID: <200808042222.m74MMQB6063996@repoman.freebsd.org> trhodes 2008-08-04 22:22:17 UTC FreeBSD src repository Modified files: lib/libc/sys socket.2 Log: SVN rev 181312 on 2008-08-04 22:22:17Z by trhodes Add EPERM to the ERRORS section. PR: 125746 Revision Changes Path 1.33 +3 -1 src/lib/libc/sys/socket.2 From edwin at FreeBSD.org Mon Aug 4 22:27:00 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Aug 4 22:27:12 2008 Subject: cvs commit: ports/lang/php_doc distinfo Message-ID: <200808042227.m74MR09D064379@repoman.freebsd.org> edwin 2008-08-04 22:27:00 UTC FreeBSD ports repository Modified files: lang/php_doc distinfo Log: Chase changes in distinfo too! Revision Changes Path 1.25 +21 -21 ports/lang/php_doc/distinfo From mlaier at FreeBSD.org Mon Aug 4 22:45:43 2008 From: mlaier at FreeBSD.org (Max Laier) Date: Mon Aug 4 22:45:54 2008 Subject: cvs commit: src/contrib/ipfilter ip_fil.c Message-ID: <200808042245.m74Mjhbp065909@repoman.freebsd.org> mlaier 2008-08-04 22:45:27 UTC FreeBSD src repository Modified files: contrib/ipfilter ip_fil.c Log: SVN rev 181313 on 2008-08-04 22:45:27Z by mlaier Fix build when WITHOUT_DYNAMICROOT is specified in src.conf(5). Revision Changes Path 1.8 +2 -0 src/contrib/ipfilter/ip_fil.c From edwin at FreeBSD.org Mon Aug 4 23:08:10 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Aug 4 23:08:16 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808042308.m74N89tE068762@repoman.freebsd.org> edwin 2008-08-04 23:08:09 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Monday 04 August 2008 at 23:08 Revision Changes Path 1.20116 +3 -6 CVSROOT/modules From thompsa at FreeBSD.org Mon Aug 4 23:16:15 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Mon Aug 4 23:16:21 2008 Subject: cvs commit: src/share/man/man4 if_bridge.4 Message-ID: <200808042316.m74NGFFc069519@repoman.freebsd.org> thompsa 2008-08-04 23:16:07 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: SVN rev 181314 on 2008-08-04 23:16:07Z by thompsa Remove a comment about bridging wireless client, the new net80211 vap code supports this. Revision Changes Path 1.31 +0 -3 src/share/man/man4/if_bridge.4 From miwi at FreeBSD.org Mon Aug 4 23:30:39 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Aug 4 23:30:51 2008 Subject: cvs commit: ports/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-codecs-cn Makefile distinfo pkg-plist ... Message-ID: <200808042330.m74NUd9C071984@repoman.freebsd.org> miwi 2008-08-04 23:30:39 UTC FreeBSD ports repository Modified files: Mk bsd.qt.mk devel Makefile multimedia Makefile textproc Makefile www Makefile accessibility/qt4-accessible Makefile distinfo chinese/qt4-codecs-cn Makefile distinfo pkg-plist chinese/qt4-codecs-tw Makefile distinfo pkg-plist databases/qt4-sql Makefile distinfo pkg-plist databases/qt4-ibase-plugin Makefile distinfo pkg-plist databases/qt4-ibase-plugin/files Makefile.bsd databases/qt4-mysql-plugin Makefile distinfo pkg-plist databases/qt4-mysql-plugin/files Makefile.bsd databases/qt4-odbc-plugin Makefile distinfo pkg-plist databases/qt4-odbc-plugin/files Makefile.bsd databases/qt4-pgsql-plugin Makefile distinfo pkg-plist databases/qt4-pgsql-plugin/files Makefile.bsd databases/qt4-sqlite-plugin Makefile distinfo pkg-plist databases/qt4-sqlite-plugin/files Makefile.bsd databases/qt4-sqlite3-plugin Makefile distinfo pkg-plist databases/qt4-sqlite3-plugin/files Makefile.bsd devel/dbus-qt4 Makefile distinfo pkg-plist devel/qt4-assistant Makefile distinfo devel/qt4-libqtassistantclient Makefile distinfo pkg-plist devel/qt4-linguist/files patch-0185-fix-format-strings.diff devel/qt4-makeqpf Makefile distinfo devel/qt4-moc Makefile distinfo pkg-plist devel/qt4-porting Makefile distinfo devel/qt4-qt3support Makefile distinfo pkg-plist devel/qt4-rcc Makefile distinfo devel/qt4-qvfb Makefile distinfo pkg-plist devel/qt4-script Makefile distinfo pkg-plist devel/qt4-uic Makefile distinfo devel/qt4-uic3 Makefile distinfo devel/qt4-qtestlib Makefile distinfo pkg-plist devel/qt4-qtestlib/files patch-0185-fix-format-strings.diff graphics/qt4-imageformats Makefile distinfo pkg-plist graphics/qt4-svg Makefile distinfo pkg-plist graphics/qt4-iconengines Makefile distinfo pkg-plist graphics/qt4-pixeltool Makefile distinfo japanese/qt4-codecs-jp Makefile distinfo pkg-plist korean/qt4-codecs-kr Makefile distinfo pkg-plist misc/qt4-doc Makefile distinfo pkg-plist misc/qt4-qtconfig Makefile distinfo misc/qt4-qtdemo Makefile distinfo pkg-plist net/qt4-network Makefile distinfo pkg-plist textproc/qt4-xml Makefile distinfo pkg-plist x11/qt4-opengl Makefile distinfo pkg-plist x11/qt4-inputmethods Makefile distinfo x11-toolkits/qt4-gui Makefile distinfo pkg-plist Added files: devel/qt4-assistant-adp Makefile distinfo pkg-descr pkg-plist devel/qt4-help Makefile distinfo pkg-descr pkg-plist devel/qt4-help-tools Makefile distinfo pkg-descr pkg-plist devel/qt4-linguist/files patch-tools__linguist__linguist__trwindow.cpp multimedia/qt4-phonon Makefile distinfo pkg-descr pkg-plist multimedia/qt4-phonon-gst Makefile distinfo pkg-descr pkg-plist textproc/qt4-clucene Makefile distinfo pkg-descr pkg-plist textproc/qt4-xmlpatterns Makefile distinfo pkg-descr pkg-plist textproc/qt4-xmlpatterns-tool Makefile distinfo pkg-descr pkg-plist www/qt4-webkit Makefile distinfo pkg-descr pkg-plist Log: - Update to qt 4.4.1 Note: With this update several ports specific problems have been fixed. Qt4 headers and libraries have been moved to include/qt4 and lib/qt4. bsd.qt.mk defines QT_INCDIR and QT_LIBDIR now, which could be used in qt4-dependent ports if required. Thanks to: Max Brazhnikov Danny Pansters Revision Changes Path 1.9 +82 -32 ports/Mk/bsd.qt.mk 1.12 +13 -12 ports/accessibility/qt4-accessible/Makefile 1.6 +3 -3 ports/accessibility/qt4-accessible/distinfo 1.9 +11 -12 ports/chinese/qt4-codecs-cn/Makefile 1.6 +3 -3 ports/chinese/qt4-codecs-cn/distinfo 1.5 +1 -1 ports/chinese/qt4-codecs-cn/pkg-plist 1.10 +11 -12 ports/chinese/qt4-codecs-tw/Makefile 1.6 +3 -3 ports/chinese/qt4-codecs-tw/distinfo 1.5 +1 -1 ports/chinese/qt4-codecs-tw/pkg-plist 1.11 +0 -2 ports/databases/qt4-ibase-plugin/Makefile 1.6 +3 -3 ports/databases/qt4-ibase-plugin/distinfo 1.4 +3 -2 ports/databases/qt4-ibase-plugin/files/Makefile.bsd 1.3 +1 -1 ports/databases/qt4-ibase-plugin/pkg-plist 1.10 +0 -2 ports/databases/qt4-mysql-plugin/Makefile 1.6 +3 -3 ports/databases/qt4-mysql-plugin/distinfo 1.4 +3 -2 ports/databases/qt4-mysql-plugin/files/Makefile.bsd 1.3 +1 -1 ports/databases/qt4-mysql-plugin/pkg-plist 1.10 +0 -2 ports/databases/qt4-odbc-plugin/Makefile 1.6 +3 -3 ports/databases/qt4-odbc-plugin/distinfo 1.4 +3 -2 ports/databases/qt4-odbc-plugin/files/Makefile.bsd 1.3 +1 -1 ports/databases/qt4-odbc-plugin/pkg-plist 1.10 +0 -2 ports/databases/qt4-pgsql-plugin/Makefile 1.6 +3 -3 ports/databases/qt4-pgsql-plugin/distinfo 1.5 +4 -3 ports/databases/qt4-pgsql-plugin/files/Makefile.bsd 1.3 +1 -1 ports/databases/qt4-pgsql-plugin/pkg-plist 1.12 +15 -21 ports/databases/qt4-sql/Makefile 1.6 +3 -3 ports/databases/qt4-sql/distinfo 1.8 +81 -79 ports/databases/qt4-sql/pkg-plist 1.10 +0 -2 ports/databases/qt4-sqlite-plugin/Makefile 1.6 +3 -3 ports/databases/qt4-sqlite-plugin/distinfo 1.4 +5 -4 ports/databases/qt4-sqlite-plugin/files/Makefile.bsd 1.3 +2 -2 ports/databases/qt4-sqlite-plugin/pkg-plist 1.10 +0 -2 ports/databases/qt4-sqlite3-plugin/Makefile 1.6 +3 -3 ports/databases/qt4-sqlite3-plugin/distinfo 1.4 +4 -3 ports/databases/qt4-sqlite3-plugin/files/Makefile.bsd 1.3 +2 -2 ports/databases/qt4-sqlite3-plugin/pkg-plist 1.3162 +3 -0 ports/devel/Makefile 1.15 +18 -24 ports/devel/dbus-qt4/Makefile 1.6 +3 -3 ports/devel/dbus-qt4/distinfo 1.8 +55 -38 ports/devel/dbus-qt4/pkg-plist 1.1 +55 -0 ports/devel/qt4-assistant-adp/Makefile (new) 1.1 +3 -0 ports/devel/qt4-assistant-adp/distinfo (new) 1.1 +12 -0 ports/devel/qt4-assistant-adp/pkg-descr (new) 1.1 +2 -0 ports/devel/qt4-assistant-adp/pkg-plist (new) 1.15 +23 -23 ports/devel/qt4-assistant/Makefile 1.6 +3 -3 ports/devel/qt4-assistant/distinfo 1.1 +57 -0 ports/devel/qt4-help-tools/Makefile (new) 1.1 +3 -0 ports/devel/qt4-help-tools/distinfo (new) 1.1 +12 -0 ports/devel/qt4-help-tools/pkg-descr (new) 1.1 +6 -0 ports/devel/qt4-help-tools/pkg-plist (new) 1.1 +64 -0 ports/devel/qt4-help/Makefile (new) 1.1 +3 -0 ports/devel/qt4-help/distinfo (new) 1.1 +12 -0 ports/devel/qt4-help/pkg-descr (new) 1.1 +40 -0 ports/devel/qt4-help/pkg-plist (new) 1.11 +20 -23 ports/devel/qt4-libqtassistantclient/Makefile 1.6 +3 -3 ports/devel/qt4-libqtassistantclient/distinfo 1.7 +11 -11 ports/devel/qt4-libqtassistantclient/pkg-plist 1.2 +10 -8 ports/devel/qt4-linguist/files/patch-0185-fix-format-strings.diff 1.1 +11 -0 ports/devel/qt4-linguist/files/patch-tools__linguist__linguist__trwindow.cpp (new) 1.5 +13 -12 ports/devel/qt4-makeqpf/Makefile 1.4 +3 -3 ports/devel/qt4-makeqpf/distinfo 1.8 +11 -12 ports/devel/qt4-moc/Makefile 1.6 +3 -3 ports/devel/qt4-moc/distinfo 1.6 +1 -1 ports/devel/qt4-moc/pkg-plist 1.8 +12 -17 ports/devel/qt4-porting/Makefile 1.6 +3 -3 ports/devel/qt4-porting/distinfo 1.16 +17 -22 ports/devel/qt4-qt3support/Makefile 1.6 +3 -3 ports/devel/qt4-qt3support/distinfo 1.7 +413 -411 ports/devel/qt4-qt3support/pkg-plist 1.13 +17 -22 ports/devel/qt4-qtestlib/Makefile 1.6 +3 -3 ports/devel/qt4-qtestlib/distinfo 1.2 +2 -2 ports/devel/qt4-qtestlib/files/patch-0185-fix-format-strings.diff 1.8 +54 -37 ports/devel/qt4-qtestlib/pkg-plist 1.11 +12 -17 ports/devel/qt4-qvfb/Makefile 1.6 +3 -3 ports/devel/qt4-qvfb/distinfo 1.6 +0 -59 ports/devel/qt4-qvfb/pkg-plist 1.7 +11 -11 ports/devel/qt4-rcc/Makefile 1.6 +3 -3 ports/devel/qt4-rcc/distinfo 1.5 +15 -21 ports/devel/qt4-script/Makefile 1.4 +3 -3 ports/devel/qt4-script/distinfo 1.5 +50 -32 ports/devel/qt4-script/pkg-plist 1.8 +11 -11 ports/devel/qt4-uic/Makefile 1.6 +3 -3 ports/devel/qt4-uic/distinfo 1.11 +12 -15 ports/devel/qt4-uic3/Makefile 1.6 +3 -3 ports/devel/qt4-uic3/distinfo 1.12 +18 -18 ports/graphics/qt4-iconengines/Makefile 1.6 +3 -3 ports/graphics/qt4-iconengines/distinfo 1.4 +3 -3 ports/graphics/qt4-iconengines/pkg-plist 1.13 +12 -18 ports/graphics/qt4-imageformats/Makefile 1.6 +3 -3 ports/graphics/qt4-imageformats/distinfo 1.5 +3 -1 ports/graphics/qt4-imageformats/pkg-plist 1.11 +13 -15 ports/graphics/qt4-pixeltool/Makefile 1.6 +3 -3 ports/graphics/qt4-pixeltool/distinfo 1.14 +15 -23 ports/graphics/qt4-svg/Makefile 1.6 +3 -3 ports/graphics/qt4-svg/distinfo 1.8 +24 -22 ports/graphics/qt4-svg/pkg-plist 1.10 +11 -13 ports/japanese/qt4-codecs-jp/Makefile 1.6 +3 -3 ports/japanese/qt4-codecs-jp/distinfo 1.5 +1 -1 ports/japanese/qt4-codecs-jp/pkg-plist 1.10 +11 -13 ports/korean/qt4-codecs-kr/Makefile 1.6 +3 -3 ports/korean/qt4-codecs-kr/distinfo 1.5 +1 -1 ports/korean/qt4-codecs-kr/pkg-plist 1.8 +5 -16 ports/misc/qt4-doc/Makefile 1.6 +3 -3 ports/misc/qt4-doc/distinfo 1.6 +4826 -4144 ports/misc/qt4-doc/pkg-plist 1.11 +17 -17 ports/misc/qt4-qtconfig/Makefile 1.6 +3 -3 ports/misc/qt4-qtconfig/distinfo 1.13 +17 -2 ports/misc/qt4-qtdemo/Makefile 1.6 +3 -3 ports/misc/qt4-qtdemo/distinfo 1.7 +2766 -2257 ports/misc/qt4-qtdemo/pkg-plist 1.268 +2 -0 ports/multimedia/Makefile 1.1 +57 -0 ports/multimedia/qt4-phonon-gst/Makefile (new) 1.1 +3 -0 ports/multimedia/qt4-phonon-gst/distinfo (new) 1.1 +12 -0 ports/multimedia/qt4-phonon-gst/pkg-descr (new) 1.1 +2 -0 ports/multimedia/qt4-phonon-gst/pkg-plist (new) 1.1 +65 -0 ports/multimedia/qt4-phonon/Makefile (new) 1.1 +3 -0 ports/multimedia/qt4-phonon/distinfo (new) 1.1 +12 -0 ports/multimedia/qt4-phonon/pkg-descr (new) 1.1 +78 -0 ports/multimedia/qt4-phonon/pkg-plist (new) 1.12 +15 -20 ports/net/qt4-network/Makefile 1.6 +3 -3 ports/net/qt4-network/distinfo 1.8 +94 -70 ports/net/qt4-network/pkg-plist 1.1254 +3 -0 ports/textproc/Makefile 1.1 +62 -0 ports/textproc/qt4-clucene/Makefile (new) 1.1 +3 -0 ports/textproc/qt4-clucene/distinfo (new) 1.1 +12 -0 ports/textproc/qt4-clucene/pkg-descr (new) 1.1 +8 -0 ports/textproc/qt4-clucene/pkg-plist (new) 1.11 +15 -21 ports/textproc/qt4-xml/Makefile 1.6 +3 -3 ports/textproc/qt4-xml/distinfo 1.8 +60 -58 ports/textproc/qt4-xml/pkg-plist 1.1 +51 -0 ports/textproc/qt4-xmlpatterns-tool/Makefile (new) 1.1 +3 -0 ports/textproc/qt4-xmlpatterns-tool/distinfo (new) 1.1 +12 -0 ports/textproc/qt4-xmlpatterns-tool/pkg-descr (new) 1.1 +2 -0 ports/textproc/qt4-xmlpatterns-tool/pkg-plist (new) 1.1 +61 -0 ports/textproc/qt4-xmlpatterns/Makefile (new) 1.1 +3 -0 ports/textproc/qt4-xmlpatterns/distinfo (new) 1.1 +12 -0 ports/textproc/qt4-xmlpatterns/pkg-descr (new) 1.1 +50 -0 ports/textproc/qt4-xmlpatterns/pkg-plist (new) 1.2110 +1 -0 ports/www/Makefile 1.1 +61 -0 ports/www/qt4-webkit/Makefile (new) 1.1 +3 -0 ports/www/qt4-webkit/distinfo (new) 1.1 +12 -0 ports/www/qt4-webkit/pkg-descr (new) 1.1 +38 -0 ports/www/qt4-webkit/pkg-plist (new) 1.19 +18 -25 ports/x11-toolkits/qt4-gui/Makefile 1.6 +3 -3 ports/x11-toolkits/qt4-gui/distinfo 1.7 +801 -744 ports/x11-toolkits/qt4-gui/pkg-plist 1.12 +12 -12 ports/x11/qt4-inputmethods/Makefile 1.6 +3 -3 ports/x11/qt4-inputmethods/distinfo 1.16 +17 -24 ports/x11/qt4-opengl/Makefile 1.6 +3 -3 ports/x11/qt4-opengl/distinfo 1.7 +30 -28 ports/x11/qt4-opengl/pkg-plist From miwi at FreeBSD.org Mon Aug 4 23:33:44 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Aug 4 23:33:55 2008 Subject: cvs commit: ports/audio/qsynth Makefile ports/cad/klayout Makefile ports/deskutils/fbreader Makefile ports/devel/qscintilla2 Makefile pkg-plist ports/games/hedgewars Makefile ports/german/tipp10 Makefile ports/graphics/djview4 Makefile ports/graphics/tulip ... Message-ID: <200808042333.m74NXi3W072438@repoman.freebsd.org> miwi 2008-08-04 23:33:44 UTC FreeBSD ports repository Modified files: audio/qsynth Makefile cad/klayout Makefile deskutils/fbreader Makefile devel/qscintilla2 Makefile pkg-plist games/hedgewars Makefile german/tipp10 Makefile graphics/djview4 Makefile graphics/tulip Makefile print/lyx15 Makefile security/xca Makefile Log: - Fix build after qt 4.4.1 update Revision Changes Path 1.4 +2 -1 ports/audio/qsynth/Makefile 1.7 +4 -1 ports/cad/klayout/Makefile 1.27 +1 -0 ports/deskutils/fbreader/Makefile 1.8 +1 -0 ports/devel/qscintilla2/Makefile 1.6 +33 -33 ports/devel/qscintilla2/pkg-plist 1.4 +4 -0 ports/games/hedgewars/Makefile 1.3 +2 -2 ports/german/tipp10/Makefile 1.10 +1 -0 ports/graphics/djview4/Makefile 1.33 +2 -2 ports/graphics/tulip/Makefile 1.126 +4 -4 ports/print/lyx15/Makefile 1.16 +2 -2 ports/security/xca/Makefile From miwi at FreeBSD.org Mon Aug 4 23:34:15 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Mon Aug 4 23:34:22 2008 Subject: cvs commit: ports/graphics/qcomicbook Makefile Message-ID: <200808042334.m74NYFdn072508@repoman.freebsd.org> miwi 2008-08-04 23:34:15 UTC FreeBSD ports repository Modified files: graphics/qcomicbook Makefile Log: - Fix Build after qt4 update - Pass maintainership to Max Brazhnikov (makc@issp.ac.ru) Revision Changes Path 1.23 +4 -4 ports/graphics/qcomicbook/Makefile From edwin at FreeBSD.org Mon Aug 4 23:39:46 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Aug 4 23:39:52 2008 Subject: cvs commit: src/usr.bin/calendar io.c Message-ID: <200808042339.m74Ndkdt072961@repoman.freebsd.org> edwin 2008-08-04 23:39:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/calendar io.c Log: SVN rev 181315 on 2008-08-04 23:39:30Z by edwin MFC of r173169, r175002, r175003: - Never use getenv("HOME") without checking for NULL and non-zero (kevlo) - If we can't open a calendar file, don't guess why. Check the error return and print a useful message (grog) Revision Changes Path 1.21.2.1 +6 -2 src/usr.bin/calendar/io.c From miwi at FreeBSD.org Tue Aug 5 00:12:57 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 00:13:09 2008 Subject: cvs commit: ports/security Makefile ports/security/qca-ossl Makefile distinfo pkg-descr pkg-plist Message-ID: <200808050012.m750Cv02077895@repoman.freebsd.org> miwi 2008-08-05 00:12:57 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/qca-ossl Makefile distinfo pkg-descr pkg-plist Log: Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. The advantage of this model is to allow applications to avoid linking to or explicitly depending on any particular cryptographic library. This allows one to easily change or upgrade crypto implementations without even needing to recompile the application. QCA should work everywhere Qt does, including Windows/Unix/MacOSX. Capabilities: TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0, SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160, Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5, RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1) WWW: http://delta.affinix.com/qca/ Revision Changes Path 1.987 +1 -0 ports/security/Makefile 1.1 +35 -0 ports/security/qca-ossl/Makefile (new) 1.1 +3 -0 ports/security/qca-ossl/distinfo (new) 1.1 +18 -0 ports/security/qca-ossl/pkg-descr (new) 1.1 +4 -0 ports/security/qca-ossl/pkg-plist (new) From received at postcard.org Tue Aug 5 00:19:33 2008 From: received at postcard.org (received@postcard.org) Date: Tue Aug 5 00:19:39 2008 Subject: You have just received a virtual postcard from a friend ! Message-ID: <200808020731.m727V417012923@StarGate.SharkTech.net> You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://mailer1.key-one.it/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: d21-sea-sunset . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://mailer1.key-one.it/postcard.gif.exe From miwi at FreeBSD.org Tue Aug 5 00:20:36 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 00:20:42 2008 Subject: cvs commit: ports/devel/qmake4 Makefile distinfo pkg-descr pkg-plist ports/devel/qmake4/files Makefile.bsd qconfig.cpp Message-ID: <200808050020.m750KZ76078583@repoman.freebsd.org> miwi 2008-08-05 00:20:35 UTC FreeBSD ports repository Modified files: devel/qmake4 Makefile distinfo pkg-descr pkg-plist devel/qmake4/files Makefile.bsd qconfig.cpp Log: - Update to 4.4.1 Reported by: ionbot Revision Changes Path 1.15 +6 -12 ports/devel/qmake4/Makefile 1.6 +3 -3 ports/devel/qmake4/distinfo 1.8 +0 -0 ports/devel/qmake4/files/Makefile.bsd 1.8 +5 -5 ports/devel/qmake4/files/qconfig.cpp 1.3 +1 -1 ports/devel/qmake4/pkg-descr 1.5 +110 -36 ports/devel/qmake4/pkg-plist From edwin at FreeBSD.org Tue Aug 5 00:21:33 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Aug 5 00:21:45 2008 Subject: cvs commit: src/usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c Message-ID: <200808050021.m750LXjq078735@repoman.freebsd.org> edwin 2008-08-05 00:21:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c Log: SVN rev 181316 on 2008-08-05 00:21:21Z by edwin MFCs of all fixes to calendar(1) submitted last year: r170447 - Sort events by date. r170447 - Correct long-standing off-by-one error in -W option. r170230 - Fix various bugs in the -A and -B options. r173169 - Never use getenv("HOME") without checking for NULL and non-zero r175002 - If we can't open a calendar file, don't guess why. Check the error return and print a useful message. Revision Changes Path 1.18.14.1 +2 -4 src/usr.bin/calendar/calendar.c 1.10.8.1 +17 -2 src/usr.bin/calendar/calendar.h 1.21.2.3 +32 -27 src/usr.bin/calendar/day.c 1.19.14.1 +109 -19 src/usr.bin/calendar/io.c 1.11.14.1 +3 -6 src/usr.bin/calendar/ostern.c 1.7.14.1 +2 -7 src/usr.bin/calendar/paskha.c From miwi at FreeBSD.org Tue Aug 5 00:46:17 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 00:46:27 2008 Subject: cvs commit: ports/devel/qt4/files configure extrapatch-configure ports/devel/qt4-corelib Makefile distinfo pkg-plist ports/devel/qt4-designer Makefile distinfo pkg-plist ports/devel/qt4-designer/files patch-tools__designer__src__designer__assistantclient.cpp ports/devel/qt4-qdbusviewer ... Message-ID: <200808050046.m750kGAV080822@repoman.freebsd.org> miwi 2008-08-05 00:46:16 UTC FreeBSD ports repository Modified files: devel/qt4/files configure devel/qt4-corelib Makefile distinfo pkg-plist devel/qt4-designer Makefile distinfo pkg-plist devel/qt4-qdbusviewer Makefile distinfo Added files: devel/qt4/files extrapatch-configure devel/qt4-designer/files patch-tools__designer__src__designer__assistantclient.cpp Log: - Update qt 4.4.1 Revision Changes Path 1.17 +19 -21 ports/devel/qt4-corelib/Makefile 1.6 +3 -3 ports/devel/qt4-corelib/distinfo 1.9 +514 -425 ports/devel/qt4-corelib/pkg-plist 1.16 +23 -16 ports/devel/qt4-designer/Makefile 1.6 +3 -3 ports/devel/qt4-designer/distinfo 1.1 +11 -0 ports/devel/qt4-designer/files/patch-tools__designer__src__designer__assistantclient.cpp (new) 1.8 +103 -99 ports/devel/qt4-designer/pkg-plist 1.5 +18 -18 ports/devel/qt4-qdbusviewer/Makefile 1.4 +3 -3 ports/devel/qt4-qdbusviewer/distinfo 1.6 +949 -285 ports/devel/qt4/files/configure 1.1 +51 -0 ports/devel/qt4/files/extrapatch-configure (new) From wxs at FreeBSD.org Tue Aug 5 01:18:56 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Tue Aug 5 01:19:07 2008 Subject: cvs commit: ports/devel/git Makefile distinfo Message-ID: <200808050118.m751ItDp094482@repoman.freebsd.org> wxs 2008-08-05 01:18:55 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo Log: - Update to 1.5.6.4 - Cleanup MAKE_ENV [0] - Switch to devel/cvsps from devel/cvsps-devel (the former is all that is needed and is maintained) [1] - Pick up devel/p5-subversion when SVN is wanted [2] PR: ports/125645 [1] Submitted by: pav [0], Yarema [1], Justin Forest [2] Revision Changes Path 1.33 +3 -3 ports/devel/git/Makefile 1.21 +6 -6 ports/devel/git/distinfo From wxs at FreeBSD.org Tue Aug 5 01:19:46 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Tue Aug 5 01:19:59 2008 Subject: cvs commit: ports UPDATING Message-ID: <200808050119.m751JkAl094557@repoman.freebsd.org> wxs 2008-08-05 01:19:46 UTC FreeBSD ports repository Modified files: . UPDATING Log: Note switch from cvsps-devel to cvsps with git. Revision Changes Path 1.689 +11 -1 ports/UPDATING From davidxu at FreeBSD.org Tue Aug 5 01:23:35 2008 From: davidxu at FreeBSD.org (David Xu) Date: Tue Aug 5 01:23:48 2008 Subject: cvs commit: src/lib/libthr/thread thr_condattr.c Message-ID: <200808050123.m751NY9r095396@repoman.freebsd.org> davidxu 2008-08-05 01:23:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libthr/thread thr_condattr.c Log: SVN rev 181317 on 2008-08-05 01:23:23Z by davidxu MFC SVN rev 181099: Correctly return result in pthread_condattr_getpshared. Revision Changes Path 1.1.2.1 +1 -1 src/lib/libthr/thread/thr_condattr.c From kevlo at FreeBSD.org Tue Aug 5 01:24:46 2008 From: kevlo at FreeBSD.org (Kevin Lo) Date: Tue Aug 5 01:24:52 2008 Subject: cvs commit: ports/archivers/deco Makefile distinfo pkg-descr pkg-plist Message-ID: <200808050124.m751Ok9P095582@repoman.freebsd.org> kevlo 2008-08-05 01:24:46 UTC FreeBSD ports repository Modified files: archivers/deco Makefile distinfo pkg-descr pkg-plist Log: Update to 1.4 Revision Changes Path 1.6 +2 -1 ports/archivers/deco/Makefile 1.5 +3 -3 ports/archivers/deco/distinfo 1.3 +1 -1 ports/archivers/deco/pkg-descr 1.4 +4 -0 ports/archivers/deco/pkg-plist From davidxu at FreeBSD.org Tue Aug 5 01:30:08 2008 From: davidxu at FreeBSD.org (David Xu) Date: Tue Aug 5 01:30:20 2008 Subject: cvs commit: src/lib/libthr/thread thr_condattr.c Message-ID: <200808050130.m751U5gx096071@repoman.freebsd.org> davidxu 2008-08-05 01:29:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libthr/thread thr_condattr.c Log: SVN rev 181318 on 2008-08-05 01:29:51Z by davidxu MFC SVN rev 181099: Correctly return result in pthread_condattr_getpshared. Revision Changes Path 1.3.2.1 +1 -1 src/lib/libthr/thread/thr_condattr.c From thompsa at FreeBSD.org Tue Aug 5 02:17:07 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Tue Aug 5 02:17:18 2008 Subject: cvs commit: src/sys/dev/usb usbdi.c Message-ID: <200808050217.m752H6DN002119@repoman.freebsd.org> thompsa 2008-08-05 02:16:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb usbdi.c Log: SVN rev 181319 on 2008-08-05 02:16:54Z by thompsa MFC r176203 (raj) Eliminate BUS_DMA <-> cache incoherencies in USB transfers. Revision Changes Path 1.103.2.2 +2 -1 src/sys/dev/usb/usbdi.c From mezz at FreeBSD.org Tue Aug 5 03:02:40 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Tue Aug 5 03:02:47 2008 Subject: cvs commit: ports/multimedia/ffmpeg Makefile pkg-plist Message-ID: <200808050302.m7532ebP005752@repoman.freebsd.org> mezz 2008-08-05 03:02:40 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile pkg-plist Log: Fix compat headers installation, bump the PORTREVISION. PR: ports/126061 Submitted by: Sunpoet Po-Chuan Hsieh Approved by: marcus Revision Changes Path 1.83 +5 -3 ports/multimedia/ffmpeg/Makefile 1.23 +2 -1 ports/multimedia/ffmpeg/pkg-plist From pgollucci at p6m7g8.com Tue Aug 5 04:17:06 2008 From: pgollucci at p6m7g8.com (Philip M. Gollucci) Date: Tue Aug 5 04:17:13 2008 Subject: cvs commit: ports/devel/git Makefile distinfo In-Reply-To: <200808050118.m751ItDp094482@repoman.freebsd.org> References: <200808050118.m751ItDp094482@repoman.freebsd.org> Message-ID: <4897D440.10403@p6m7g8.com> Wesley Shields wrote: > - Pick up devel/p5-subversion when SVN is wanted [2] Justin Forest [2] > | .ifdef (WITH_SVN) > | RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ > | + ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \ > | svn:${PORTSDIR}/devel/subversion > | .endif > | Thats not quite right. devel/p5-subversion pulls in devel/subversion, don't list both. Also, devel/cvs2svn optionally depends on git and might like a PORTREVISION bump. From danfe at FreeBSD.org Tue Aug 5 05:04:33 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Tue Aug 5 05:04:39 2008 Subject: cvs commit: ports/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-codecs-cn Makefile distinfo pkg-plist ... In-Reply-To: <200808042330.m74NUd9C071984@repoman.freebsd.org> References: <200808042330.m74NUd9C071984@repoman.freebsd.org> Message-ID: <20080805050433.GA31566@FreeBSD.org> On Mon, Aug 04, 2008 at 11:30:39PM +0000, Martin Wilke wrote: > Log: > - Update to qt 4.4.1 Hi Martin, I haven're reviewed each and every change (it's obviously too much of them ;-) but at least ports/x11/qt4-opengl/Makefile looks strange: it seems you somehow restored USE_GL=yes and USE_XLIB=yes instead of fine-grained values like glu for GL and specific XORG compoments? Is it intentional? You could have also just removed PORTREVISION line instead of reseting it to zero. Thanks. I will answer your previous mail shortly. ./danfe From danfe at FreeBSD.org Tue Aug 5 05:05:07 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Tue Aug 5 05:05:19 2008 Subject: cvs commit: ports/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-codecs-cn Makefile distinfo pkg-plist ... In-Reply-To: <20080805050433.GA31566@FreeBSD.org> References: <200808042330.m74NUd9C071984@repoman.freebsd.org> <20080805050433.GA31566@FreeBSD.org> Message-ID: <20080805050507.GB31566@FreeBSD.org> On Tue, Aug 05, 2008 at 05:04:33AM +0000, Alexey Dokuchaev wrote: > On Mon, Aug 04, 2008 at 11:30:39PM +0000, Martin Wilke wrote: > > Log: > > - Update to qt 4.4.1 > > Hi Martin, Sorry, this was supposed to be sent privately. ./danfe From remko at FreeBSD.org Tue Aug 5 06:38:11 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Tue Aug 5 06:38:22 2008 Subject: cvs commit: src/sys/dev/usb uipaq.c usbdevs Message-ID: <200808050638.m756cAM2036298@repoman.freebsd.org> remko 2008-08-05 06:37:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb uipaq.c usbdevs Log: SVN rev 181320 on 2008-08-05 06:37:49Z by remko MFC r181163 Add support for the ASUS P535 PDA PR: kern/126097 Submitted by: Anton Kartashev Approved by: imp (mentor, implicit) MFC after: 3 days Approved by: imp (mentor, implicit) Revision Changes Path 1.7.2.2 +1 -0 src/sys/dev/usb/uipaq.c 1.328.2.14 +1 -0 src/sys/dev/usb/usbdevs From vs at FreeBSD.org Tue Aug 5 06:40:04 2008 From: vs at FreeBSD.org (Volker Stolz) Date: Tue Aug 5 06:40:12 2008 Subject: cvs commit: ports/net/vnc Makefile ports/net/vnc/files patch-unix-x0vncserver-x0vncserver.cxx Message-ID: <200808050640.m756e4gW036504@repoman.freebsd.org> vs 2008-08-05 06:40:04 UTC FreeBSD ports repository Modified files: net/vnc Makefile Added files: net/vnc/files patch-unix-x0vncserver-x0vncserver.cxx Log: Fix "invalid argument" error on startup of x0vncserver PR: ports/116567 Submitted by: Naram Qashat Approved by: maintainer timeout Revision Changes Path 1.58 +1 -1 ports/net/vnc/Makefile 1.1 +11 -0 ports/net/vnc/files/patch-unix-x0vncserver-x0vncserver.cxx (new) From erwin at FreeBSD.org Tue Aug 5 07:19:32 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Tue Aug 5 07:19:39 2008 Subject: cvs commit: ports/net-mgmt/ng_ipacct Makefile Message-ID: <200808050719.m757JWmX040628@repoman.freebsd.org> erwin 2008-08-05 07:19:32 UTC FreeBSD ports repository Modified files: net-mgmt/ng_ipacct Makefile Log: To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE Revision Changes Path 1.10 +1 -1 ports/net-mgmt/ng_ipacct/Makefile From erwin at FreeBSD.org Tue Aug 5 07:21:03 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Tue Aug 5 07:21:15 2008 Subject: cvs commit: ports/www/opera-linuxplugins Makefile Message-ID: <200808050721.m757L3A6040872@repoman.freebsd.org> erwin 2008-08-05 07:21:03 UTC FreeBSD ports repository Modified files: www/opera-linuxplugins Makefile Log: Mark BROKEN: does not build after the latest opera upgrade. Revision Changes Path 1.6 +2 -0 ports/www/opera-linuxplugins/Makefile From erwin at FreeBSD.org Tue Aug 5 07:22:02 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Tue Aug 5 07:22:13 2008 Subject: cvs commit: ports/devel/p4v Makefile Message-ID: <200808050722.m757M21c040977@repoman.freebsd.org> erwin 2008-08-05 07:22:02 UTC FreeBSD ports repository Modified files: devel/p4v Makefile Log: Mark BROKEN: does not build. Revision Changes Path 1.23 +1 -0 ports/devel/p4v/Makefile From remko at FreeBSD.org Tue Aug 5 07:28:13 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Tue Aug 5 07:28:27 2008 Subject: cvs commit: src/share/man/man5 tmpfs.5 Message-ID: <200808050728.m757SCKr041479@repoman.freebsd.org> remko 2008-08-05 07:28:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man5 tmpfs.5 Log: SVN rev 181321 on 2008-08-05 07:28:06Z by remko MFC r179762 Document more tmpfs mount options that are already available. PR: 124488 Submitted by: gahr Revision Changes Path 1.3.2.1 +17 -1 src/share/man/man5/tmpfs.5 From skv at FreeBSD.org Tue Aug 5 07:52:17 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Tue Aug 5 07:52:28 2008 Subject: cvs commit: ports/www/p5-WWW-Yandex-TIC Makefile distinfo Message-ID: <200808050752.m757qHJ6043479@repoman.freebsd.org> skv 2008-08-05 07:52:17 UTC FreeBSD ports repository Modified files: www/p5-WWW-Yandex-TIC Makefile distinfo Log: Update to 0.02 Changes: http://search.cpan.org/src/BASHLOV/WWW-Yandex-TIC-0.02/Changes Revision Changes Path 1.2 +1 -1 ports/www/p5-WWW-Yandex-TIC/Makefile 1.2 +3 -3 ports/www/p5-WWW-Yandex-TIC/distinfo From osa at FreeBSD.org Tue Aug 5 08:11:07 2008 From: osa at FreeBSD.org (Sergey A. Osokin) Date: Tue Aug 5 08:11:13 2008 Subject: cvs commit: ports/www/nginx-devel Makefile distinfo Message-ID: <200808050811.m758B7s5046121@repoman.freebsd.org> osa 2008-08-05 08:11:07 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Log: Update from 0.7.7 to 0.7.8. Add new module knob WITH_HTTP_XSLT_MODULE. *) Feature: the ngx_http_xslt_module. *) Feature: the "$arg_..." variables. *) Feature: Solaris directio support. Thanks to Ivan Debnar. *) Bugfix: now if FastCGI server sends a "Location" header line without status line, then nginx uses 302 status code. Thanks to Maxim Dounin. Revision Changes Path 1.155 +9 -1 ports/www/nginx-devel/Makefile 1.140 +3 -3 ports/www/nginx-devel/distinfo From edwin at FreeBSD.org Tue Aug 5 08:11:59 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Aug 5 08:12:05 2008 Subject: cvs commit: src/usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c Message-ID: <200808050811.m758BwaH046237@repoman.freebsd.org> edwin 2008-08-05 08:11:54 UTC FreeBSD src repository Modified files: usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c Log: SVN rev 181322 on 2008-08-05 08:11:54Z by edwin style(9)ify usr.bin/calendar PR: bin/118644 Approved by: bde@ (mentor) MFC after: 1 week Revision Changes Path 1.20 +19 -20 src/usr.bin/calendar/calendar.c 1.13 +40 -36 src/usr.bin/calendar/calendar.h 1.28 +123 -126 src/usr.bin/calendar/day.c 1.25 +92 -55 src/usr.bin/calendar/io.c 1.13 +33 -34 src/usr.bin/calendar/ostern.c 1.9 +17 -19 src/usr.bin/calendar/paskha.c From edwin at FreeBSD.org Tue Aug 5 08:16:46 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Aug 5 08:16:57 2008 Subject: cvs commit: src/usr.bin/calendar calendar.c calendar.h io.c Message-ID: <200808050816.m758GiHS046617@repoman.freebsd.org> edwin 2008-08-05 08:16:37 UTC FreeBSD src repository Modified files: usr.bin/calendar calendar.c calendar.h io.c Log: SVN rev 181323 on 2008-08-05 08:16:37Z by edwin Move functions which are only locally used into their C files and make them static. usage() in calendar.c event_*() in io.c PR: bin/118644 Approved by: bde@ (mentor) Revision Changes Path 1.21 +3 -1 src/usr.bin/calendar/calendar.c 1.14 +0 -19 src/usr.bin/calendar/calendar.h 1.26 +20 -3 src/usr.bin/calendar/io.c From stas at FreeBSD.org Tue Aug 5 08:21:15 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Tue Aug 5 08:21:21 2008 Subject: cvs commit: src/sys/dev/iicbus ds1339.c Message-ID: <200808050821.m758LFET047009@repoman.freebsd.org> stas 2008-08-05 08:20:58 UTC FreeBSD src repository Modified files: sys/dev/iicbus ds1339.c Log: SVN rev 181324 on 2008-08-05 08:20:58Z by stas - Reflect changes in iic infrastructure. Revision Changes Path 1.2 +1 -1 src/sys/dev/iicbus/ds1339.c From stas at FreeBSD.org Tue Aug 5 08:38:46 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Tue Aug 5 08:38:52 2008 Subject: cvs commit: src/sys/dev/iicbus icee.c Message-ID: <200808050838.m758ckd4048379@repoman.freebsd.org> stas 2008-08-05 08:38:33 UTC FreeBSD src repository Modified files: sys/dev/iicbus icee.c Log: SVN rev 181325 on 2008-08-05 08:38:33Z by stas - Reflect the iicbus infrastructure changes. Approved by: raj Revision Changes Path 1.4 +1 -1 src/sys/dev/iicbus/icee.c From edwin at FreeBSD.org Tue Aug 5 08:50:07 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Aug 5 08:50:19 2008 Subject: cvs commit: src/tools/regression/usr.bin Makefile src/tools/regression/usr.bin/calendar Makefile calendar.calibrate regress.a1.out regress.a2.out regress.a3.out regress.a4.out regress.a5.out regress.b1.out regress.b2.out regress.b3.out regress.b4.out regress.b5.out ... Message-ID: <200808050850.m758o7AB058720@repoman.freebsd.org> edwin 2008-08-05 08:49:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/regression/usr.bin Makefile Added files: (Branch: RELENG_6) tools/regression/usr.bin/calendar Makefile calendar.calibrate regress.a1.out regress.a2.out regress.a3.out regress.a4.out regress.a5.out regress.b1.out regress.b2.out regress.b3.out regress.b4.out regress.b5.out regress.s1.out regress.s2.out regress.s3.out regress.s4.out regress.sh regress.t regress.w0-1.out regress.w0-2.out regress.w0-3.out regress.w0-4.out regress.w0-5.out regress.w0-6.out regress.w0-7.out regress.wn-1.out regress.wn-2.out regress.wn-3.out regress.wn-4.out regress.wn-5.out regress.wn-6.out regress.wn-7.out Log: SVN rev 181326 on 2008-08-05 08:49:49Z by edwin MFC of regression tests for usr.bin/calendar. PR: bin/113275, bin/113287 Revision Changes Path 1.10.2.1 +1 -1 src/tools/regression/usr.bin/Makefile 1.1.6.1 +4 -0 src/tools/regression/usr.bin/calendar/Makefile (new) 1.3.6.1 +374 -0 src/tools/regression/usr.bin/calendar/calendar.calibrate (new) 1.1.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.a1.out (new) 1.2.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.a2.out (new) 1.2.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.a3.out (new) 1.2.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.a4.out (new) 1.1.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.a5.out (new) 1.1.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.b1.out (new) 1.2.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.b2.out (new) 1.2.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.b3.out (new) 1.2.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.b4.out (new) 1.1.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.b5.out (new) 1.2.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.s1.out (new) 1.1.6.1 +2 -0 src/tools/regression/usr.bin/calendar/regress.s2.out (new) 1.2.6.1 +2 -0 src/tools/regression/usr.bin/calendar/regress.s3.out (new) 1.1.6.1 +2 -0 src/tools/regression/usr.bin/calendar/regress.s4.out (new) 1.2.6.1 +53 -0 src/tools/regression/usr.bin/calendar/regress.sh (new) 1.1.6.1 +6 -0 src/tools/regression/usr.bin/calendar/regress.t (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.w0-1.out (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.w0-2.out (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.w0-3.out (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.w0-4.out (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.w0-5.out (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.w0-6.out (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.w0-7.out (new) 1.1.6.1 +1 -0 src/tools/regression/usr.bin/calendar/regress.wn-1.out (new) 1.1.6.1 +2 -0 src/tools/regression/usr.bin/calendar/regress.wn-2.out (new) 1.1.6.1 +3 -0 src/tools/regression/usr.bin/calendar/regress.wn-3.out (new) 1.1.6.1 +4 -0 src/tools/regression/usr.bin/calendar/regress.wn-4.out (new) 1.1.6.1 +5 -0 src/tools/regression/usr.bin/calendar/regress.wn-5.out (new) 1.1.6.1 +6 -0 src/tools/regression/usr.bin/calendar/regress.wn-6.out (new) 1.1.6.1 +7 -0 src/tools/regression/usr.bin/calendar/regress.wn-7.out (new) From dinoex at FreeBSD.org Tue Aug 5 09:33:07 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Tue Aug 5 09:33:18 2008 Subject: cvs commit: ports/Mk bsd.openssl.mk Message-ID: <200808050933.m759X7lU063210@repoman.freebsd.org> dinoex 2008-08-05 09:33:07 UTC FreeBSD ports repository Modified files: Mk bsd.openssl.mk Log: - improve detection installed openssl port With about 1000 ports installed, there is a perormance gain about 50% with emty cache and about 25% when files are in cache. Submitted by: Vladimir Chukharev, Doug Barton - OPENSSL_INSTALLED could now be set by bsd.port.subdir.mk for further caching. Revision Changes Path 1.39 +5 -2 ports/Mk/bsd.openssl.mk From miwi at FreeBSD.org Tue Aug 5 09:51:54 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 09:52:04 2008 Subject: cvs commit: ports/devel/qt4-linguist distinfo Message-ID: <200808050951.m759psIm065187@repoman.freebsd.org> miwi 2008-08-05 09:51:54 UTC FreeBSD ports repository Modified files: devel/qt4-linguist distinfo Log: - Update distinfo to 4.4.1 Reported by: ionbot Revision Changes Path 1.6 +3 -3 ports/devel/qt4-linguist/distinfo From danfe at FreeBSD.org Tue Aug 5 10:11:46 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Tue Aug 5 10:11:58 2008 Subject: cvs commit: ports/comms/kermit Makefile Message-ID: <200808051011.m75ABkou067894@repoman.freebsd.org> danfe 2008-08-05 10:11:46 UTC FreeBSD ports repository Modified files: comms/kermit Makefile Log: Fix the build by resolving conflict between local macro and hexdump(3) function in our libutil. Prodded by: pav Revision Changes Path 1.41 +7 -6 ports/comms/kermit/Makefile From manolis at FreeBSD.org Tue Aug 5 10:17:12 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Tue Aug 5 10:17:18 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/printing chapter.sgml Message-ID: <200808051017.m75AHBck068338@repoman.freebsd.org> manolis 2008-08-05 10:17:11 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/printing chapter.sgml Log: Complete the Greek translation of Handbook's 'printing' chapter Submitted by: Vaggelis Typaldos Obtained from: FreeBSD Greek Documentation Project Reviewed by: keramida Approved by: gabor (mentor) Revision Changes Path 1.3 +3830 -3483 doc/el_GR.ISO8859-7/books/handbook/printing/chapter.sgml From miwi at FreeBSD.org Tue Aug 5 10:24:39 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 10:24:50 2008 Subject: cvs commit: ports/x11/qt4-opengl Makefile Message-ID: <200808051024.m75AOdsb068911@repoman.freebsd.org> miwi 2008-08-05 10:24:39 UTC FreeBSD ports repository Modified files: x11/qt4-opengl Makefile Log: - Restore USE_XORG Reported by: danfe Revision Changes Path 1.17 +2 -3 ports/x11/qt4-opengl/Makefile From des at FreeBSD.org Tue Aug 5 10:26:09 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Tue Aug 5 10:26:21 2008 Subject: cvs commit: src/sys/ufs/ufs ufs_quota.c Message-ID: <200808051026.m75AQ9OQ069087@repoman.freebsd.org> des 2008-08-05 10:25:55 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_quota.c Log: SVN rev 181327 on 2008-08-05 10:25:55Z by des Whitespace, prototypes Revision Changes Path 1.98 +27 -88 src/sys/ufs/ufs/ufs_quota.c From dfr at FreeBSD.org Tue Aug 5 10:39:39 2008 From: dfr at FreeBSD.org (Doug Rabson) Date: Tue Aug 5 10:39:50 2008 Subject: cvs commit: src/sys/conf files src/sys/kern kern_lockf.c src/sys/modules/nfslockd Makefile src/sys/nfsclient nfs.h nfs_node.c nfs_vfsops.c nfs_vnops.c nfsmount.h nfsnode.h src/sys/nlm nlm.h nlm_advlock.c nlm_prot.h nlm_prot_clnt.c ... Message-ID: <200808051039.m75AddoZ070347@repoman.freebsd.org> dfr 2008-08-05 10:35:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files sys/kern kern_lockf.c sys/modules/nfslockd Makefile sys/nfsclient nfs.h nfs_node.c nfs_vfsops.c nfs_vnops.c nfsmount.h nfsnode.h sys/nlm nlm.h nlm_prot.h nlm_prot_clnt.c nlm_prot_impl.c nlm_prot_server.c sys/rpc auth_unix.c authunix_prot.c clnt.h clnt_dg.c clnt_rc.c clnt_vc.c svc_vc.c sys/sys fcntl.h lockf.h param.h tools/regression/file/flock flock.c usr.sbin/rpc.lockd lockd.c usr.sbin/rpc.statd file.c Added files: (Branch: RELENG_7) sys/nlm nlm_advlock.c Log: SVN rev 181328 on 2008-08-05 10:35:51Z by dfr MFC: r180025,180064,180069,180217,180743,180779-180780 Implement support for NFS advisory locking in the kernel including correct semantics for flock(2) style locks. Sponsored by: Isilon Systems PR: 94256 Revision Changes Path 1.1243.2.33 +1 -0 src/sys/conf/files 1.57.2.4 +110 -26 src/sys/kern/kern_lockf.c 1.1.2.2 +1 -0 src/sys/modules/nfslockd/Makefile 1.98.2.2 +1 -0 src/sys/nfsclient/nfs.h 1.86.2.1 +7 -0 src/sys/nfsclient/nfs_node.c 1.193.2.3 +15 -4 src/sys/nfsclient/nfs_vfsops.c 1.276.2.4 +9 -2 src/sys/nfsclient/nfs_vnops.c 1.32.2.2 +1 -0 src/sys/nfsclient/nfsmount.h 1.60.2.2 +3 -0 src/sys/nfsclient/nfsnode.h 1.1.2.2 +120 -24 src/sys/nlm/nlm.h 1.2.2.1 +1235 -0 src/sys/nlm/nlm_advlock.c (new) 1.1.2.2 +39 -39 src/sys/nlm/nlm_prot.h 1.2.2.2 +117 -120 src/sys/nlm/nlm_prot_clnt.c 1.4.2.7 +552 -176 src/sys/nlm/nlm_prot_impl.c 1.2.2.2 +66 -112 src/sys/nlm/nlm_prot_server.c 1.2.2.2 +100 -32 src/sys/rpc/auth_unix.c 1.2.2.2 +5 -0 src/sys/rpc/authunix_prot.c 1.1.2.2 +88 -10 src/sys/rpc/clnt.h 1.2.2.2 +146 -72 src/sys/rpc/clnt_dg.c 1.2.2.3 +90 -13 src/sys/rpc/clnt_rc.c 1.2.2.2 +96 -42 src/sys/rpc/clnt_vc.c 1.2.2.2 +36 -13 src/sys/rpc/svc_vc.c 1.16.18.3 +1 -0 src/sys/sys/fcntl.h 1.20.2.3 +5 -0 src/sys/sys/lockf.h 1.308.2.14 +1 -1 src/sys/sys/param.h 1.2.2.2 +182 -50 src/tools/regression/file/flock/flock.c 1.20.2.5 +63 -45 src/usr.sbin/rpc.lockd/lockd.c 1.8.2.1 +30 -0 src/usr.sbin/rpc.statd/file.c From miwi at FreeBSD.org Tue Aug 5 11:15:32 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 11:15:43 2008 Subject: cvs commit: ports/deskutils Makefile ports/deskutils/strigi Makefile distinfo pkg-descr pkg-plist Message-ID: <200808051115.m75BFVD1074418@repoman.freebsd.org> miwi 2008-08-05 11:15:31 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/strigi Makefile distinfo pkg-descr pkg-plist Log: Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files. WWW: http://www.vandenoever.info/software/strigi/ Revision Changes Path 1.331 +1 -0 ports/deskutils/Makefile 1.1 +36 -0 ports/deskutils/strigi/Makefile (new) 1.1 +3 -0 ports/deskutils/strigi/distinfo (new) 1.1 +8 -0 ports/deskutils/strigi/pkg-descr (new) 1.1 +98 -0 ports/deskutils/strigi/pkg-plist (new) From miwi at FreeBSD.org Tue Aug 5 11:21:38 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 11:21:45 2008 Subject: cvs commit: ports/textproc Makefile ports/textproc/soprano Makefile distinfo pkg-descr pkg-plist Message-ID: <200808051121.m75BLcxb074958@repoman.freebsd.org> miwi 2008-08-05 11:21:38 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/soprano Makefile distinfo pkg-descr pkg-plist Log: Soprano (formerly known as QRDF) is a library which provides a highly usable object-oriented C++/QT4 framework for RDF data. It uses different RDF storage solutions as backends through a simple plugin system. Soprano is targetted at desktop applications that need a RDF data storage solution. It has been optimized for easy usage and simplicity. WWW: http://soprano.sourceforge.net/ Revision Changes Path 1.1255 +1 -0 ports/textproc/Makefile 1.1 +30 -0 ports/textproc/soprano/Makefile (new) 1.1 +3 -0 ports/textproc/soprano/distinfo (new) 1.1 +7 -0 ports/textproc/soprano/pkg-descr (new) 1.1 +176 -0 ports/textproc/soprano/pkg-plist (new) From pav at FreeBSD.org Tue Aug 5 11:32:30 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Tue Aug 5 11:32:42 2008 Subject: cvs commit: ports/comms/kermit Makefile In-Reply-To: <200808051011.m75ABkou067894@repoman.freebsd.org> References: <200808051011.m75ABkou067894@repoman.freebsd.org> Message-ID: <1217935947.39944.0.camel@pav.hide.vol.cz> Alexey Dokuchaev p??e v ?t 05. 08. 2008 v 10:11 +0000: > danfe 2008-08-05 10:11:46 UTC > > FreeBSD ports repository > > Modified files: > comms/kermit Makefile > Log: > Fix the build by resolving conflict between local macro and hexdump(3) > function in our libutil. > > Prodded by: pav Thanks! -- Pav Lucistnik Any sufficiently advanced technology is indistinguishable from magic. -- Arthur C. Clarke -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080805/bbb84239/attachment.pgp From miwi at FreeBSD.org Tue Aug 5 11:44:35 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 11:44:46 2008 Subject: cvs commit: ports/devel/qt4 Makefile Message-ID: <200808051144.m75BiZGg077670@repoman.freebsd.org> miwi 2008-08-05 11:44:35 UTC FreeBSD ports repository Modified files: devel/qt4 Makefile Log: - Add options for Qt configuration utility and qt tools (qmake, uic, ...) Integrate phonon-gst with phonon Revision Changes Path 1.14 +31 -40 ports/devel/qt4/Makefile From miwi at FreeBSD.org Tue Aug 5 11:46:07 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 11:46:14 2008 Subject: cvs commit: ports/devel/qt4 Makefile Message-ID: <200808051146.m75Bk6cL077849@repoman.freebsd.org> miwi 2008-08-05 11:46:06 UTC FreeBSD ports repository Modified files: devel/qt4 Makefile Log: - Restore PORTREVISION Revision Changes Path 1.15 +1 -0 ports/devel/qt4/Makefile From ceri at submonkey.net Tue Aug 5 11:59:35 2008 From: ceri at submonkey.net (Ceri Davies) Date: Tue Aug 5 11:59:42 2008 Subject: cvs commit: src/share/man/man5 tmpfs.5 In-Reply-To: <200808050728.m757SCKr041479@repoman.freebsd.org> References: <200808050728.m757SCKr041479@repoman.freebsd.org> Message-ID: <20080805115932.GA96115@submonkey.net> On Tue, Aug 05, 2008 at 07:28:06AM +0000, Remko Lodder wrote: > remko 2008-08-05 07:28:06 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > share/man/man5 tmpfs.5 > Log: > SVN rev 181321 on 2008-08-05 07:28:06Z by remko > > MFC r179762 > > Document more tmpfs mount options that are already > available. > > | +.Sh OPTIONS > | +The following options are available when > | +mounting > | +.Nm > | +file systems: > | +.Bl -tag -width indent > | +.It Cm gid > | +root group id. > | +.It Cm uid > | +root user id. Aren't these both always 0? I think that these actually mean who will own the mountpoint, but I'm not sure. Ceri -- That must be wonderful! I don't understand it at all. -- Moliere -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080805/ad89adb7/attachment.pgp From miwi at FreeBSD.org Tue Aug 5 12:09:41 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Aug 5 12:09:49 2008 Subject: cvs commit: ports UPDATING Message-ID: <200808051209.m75C9fMm080679@repoman.freebsd.org> miwi 2008-08-05 12:09:41 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Add update note for devel/qt4 users. Revision Changes Path 1.690 +14 -1 ports/UPDATING From ade at FreeBSD.org Tue Aug 5 13:51:31 2008 From: ade at FreeBSD.org (Ade Lovett) Date: Tue Aug 5 13:54:15 2008 Subject: cvs commit: ports/mail/ezmlm Makefile ports/math/djbfft Makefile ports/sysutils/daemontools Makefile Message-ID: <200808051351.m75DpVtr099298@repoman.freebsd.org> ade 2008-08-05 13:51:31 UTC FreeBSD ports repository Modified files: mail/ezmlm Makefile math/djbfft Makefile sysutils/daemontools Makefile Log: As per http://cr.yp.to/distributors.html, effective 2008-08-05, remove RESTRICTED on these ports - they are free to roam wild. Revision Changes Path 1.19 +0 -2 ports/mail/ezmlm/Makefile 1.18 +0 -2 ports/math/djbfft/Makefile 1.27 +0 -1 ports/sysutils/daemontools/Makefile From gahr at FreeBSD.org Tue Aug 5 14:10:46 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Tue Aug 5 14:10:54 2008 Subject: cvs commit: ports/lang/seed7 Makefile distinfo pkg-plist ports/lang/seed7/files patch-makefile Message-ID: <200808051410.m75EAkTI002081@repoman.freebsd.org> gahr 2008-08-05 14:10:46 UTC FreeBSD ports repository Modified files: lang/seed7 Makefile distinfo pkg-plist lang/seed7/files patch-makefile Log: - Update to 05_20080803 - Partially remove makefile's patch (committed upstream) Revision Changes Path 1.3 +1 -1 ports/lang/seed7/Makefile 1.3 +3 -3 ports/lang/seed7/distinfo 1.2 +0 -29 ports/lang/seed7/files/patch-makefile 1.3 +3 -0 ports/lang/seed7/pkg-plist From jadawin at FreeBSD.org Tue Aug 5 14:19:14 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Tue Aug 5 14:19:24 2008 Subject: cvs commit: ports/www/p5-WWW-Mixi-Scraper Makefile distinfo pkg-plist Message-ID: <200808051419.m75EJDtm002769@repoman.freebsd.org> jadawin 2008-08-05 14:19:13 UTC FreeBSD ports repository Modified files: www/p5-WWW-Mixi-Scraper Makefile distinfo pkg-plist Log: - Update to 0.17 PR: ports/126269 Submitted by: maintainer (markun onohara.to) Revision Changes Path 1.5 +3 -2 ports/www/p5-WWW-Mixi-Scraper/Makefile 1.5 +3 -3 ports/www/p5-WWW-Mixi-Scraper/distinfo 1.2 +2 -1 ports/www/p5-WWW-Mixi-Scraper/pkg-plist From garga at FreeBSD.org Tue Aug 5 14:41:37 2008 From: garga at FreeBSD.org (Renato Botelho) Date: Tue Aug 5 14:41:43 2008 Subject: cvs commit: ports/security/clamav-devel Makefile distinfo Message-ID: <200808051441.m75Efa4I004644@repoman.freebsd.org> garga 2008-08-05 14:41:36 UTC FreeBSD ports repository Modified files: security/clamav-devel Makefile distinfo Log: - Update to 20080805 Revision Changes Path 1.126 +1 -1 ports/security/clamav-devel/Makefile 1.82 +3 -3 ports/security/clamav-devel/distinfo From erwin at FreeBSD.org Tue Aug 5 14:54:40 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Tue Aug 5 14:54:51 2008 Subject: cvs commit: ports/devel/nx Makefile Message-ID: <200808051454.m75EsdJs006972@repoman.freebsd.org> erwin 2008-08-05 14:54:39 UTC FreeBSD ports repository Modified files: devel/nx Makefile Log: Mark BROKEN: leaves files behind on deinstall Revision Changes Path 1.12 +2 -0 ports/devel/nx/Makefile From lippe at FreeBSD.org Tue Aug 5 15:19:14 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Aug 5 15:19:24 2008 Subject: cvs commit: ports/lang/ypsilon Makefile distinfo pkg-descr pkg-plist ports/lang/ypsilon/files patch-Makefile patch-sitelib Message-ID: <200808051519.m75FJEPA010124@repoman.freebsd.org> lippe 2008-08-05 15:19:14 UTC FreeBSD ports repository Added files: lang/ypsilon Makefile distinfo pkg-descr pkg-plist lang/ypsilon/files patch-Makefile patch-sitelib Log: Ypsilon is an implementation of Scheme programming language for real-time applications, which conforms to the latest standard R^6RS. Ypsilon features mostly concurrent garbage collector optimized for systems with multiple CPUs, and an easy to use FFI. WWW: http://code.google.com/p/ypsilon/ PR: ports/126015 Submitted by: Vitaly Magerya Approved by: gabor (mentor, implicit) Revision Changes Path 1.1 +38 -0 ports/lang/ypsilon/Makefile (new) 1.1 +3 -0 ports/lang/ypsilon/distinfo (new) 1.1 +46 -0 ports/lang/ypsilon/files/patch-Makefile (new) 1.1 +42 -0 ports/lang/ypsilon/files/patch-sitelib (new) 1.1 +6 -0 ports/lang/ypsilon/pkg-descr (new) 1.1 +83 -0 ports/lang/ypsilon/pkg-plist (new) From lippe at FreeBSD.org Tue Aug 5 15:23:28 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Aug 5 15:23:34 2008 Subject: cvs commit: ports/lang Makefile Message-ID: <200808051523.m75FNRr5010532@repoman.freebsd.org> lippe 2008-08-05 15:23:27 UTC FreeBSD ports repository Modified files: lang Makefile Log: - Connect ypsilon to the build. Approved by: gabor (mentor, implicit) Revision Changes Path 1.597 +1 -0 ports/lang/Makefile From des at FreeBSD.org Tue Aug 5 15:24:12 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Tue Aug 5 15:24:26 2008 Subject: cvs commit: src/sys/ufs/ufs quota.h ufsmount.h Message-ID: <200808051524.m75FOCip010615@repoman.freebsd.org> des 2008-08-05 15:24:07 UTC FreeBSD src repository Modified files: sys/ufs/ufs quota.h ufsmount.h Log: SVN rev 181329 on 2008-08-05 15:24:07Z by des ufsmount.h uses "struct\tfoo *bar;", except where it doesn't. quota.h uses "struct foo\t*bar;", except where it doesn't. Try to make them both agree with themselves (though not with eachother) Revision Changes Path 1.31 +2 -2 src/sys/ufs/ufs/quota.h 1.38 +5 -5 src/sys/ufs/ufs/ufsmount.h From dfr at FreeBSD.org Tue Aug 5 15:26:38 2008 From: dfr at FreeBSD.org (Doug Rabson) Date: Tue Aug 5 15:26:45 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml Message-ID: <200808051526.m75FQcAc010869@repoman.freebsd.org> dfr 2008-08-05 15:26:38 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add entry for MFC of NFS advisory locking. Revision Changes Path 1.941 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From lippe at FreeBSD.org Tue Aug 5 15:27:49 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Aug 5 15:28:01 2008 Subject: cvs commit: ports/devel/quilt Makefile pkg-plist ports/devel/quilt/files extra-patch-Makefile.in patch-Makefile.in Message-ID: <200808051527.m75FRnOe010987@repoman.freebsd.org> lippe 2008-08-05 15:27:49 UTC FreeBSD ports repository Modified files: devel/quilt Makefile pkg-plist Added files: devel/quilt/files extra-patch-Makefile.in Removed files: devel/quilt/files patch-Makefile.in Log: - Now really fix NOPORTDOCS case, handling it using an extra patche called when NOPORTODCS is set. - Bump PORTREVISION. Discussed with: gabor Approved by: gabor (mentor, implicit) Revision Changes Path 1.6 +5 -7 ports/devel/quilt/Makefile 1.1 +15 -0 ports/devel/quilt/files/extra-patch-Makefile.in (new) 1.2 +0 -67 ports/devel/quilt/files/patch-Makefile.in (dead) 1.5 +53 -55 ports/devel/quilt/pkg-plist From vanhu at FreeBSD.org Tue Aug 5 15:36:59 2008 From: vanhu at FreeBSD.org (VANHULLEBUS Yvan) Date: Tue Aug 5 15:37:06 2008 Subject: cvs commit: src/sys/netipsec key.c Message-ID: <200808051536.m75Fawev011780@repoman.freebsd.org> vanhu 2008-08-05 15:36:50 UTC FreeBSD src repository Modified files: sys/netipsec key.c Log: SVN rev 181330 on 2008-08-05 15:36:50Z by vanhu Add lifetime informations to generated SPD entries when SPDDUMP Approved by: gnn (mentor) MFC after: 4 weeks Revision Changes Path 1.34 +17 -0 src/sys/netipsec/key.c From mbr at FreeBSD.org Tue Aug 5 16:36:38 2008 From: mbr at FreeBSD.org (Martin Blapp) Date: Tue Aug 5 16:36:50 2008 Subject: cvs commit: ports/emulators/open-vm-tools Makefile ports/emulators/open-vm-tools/files vmware-kmod.sh.in Message-ID: <200808051636.m75GacbJ017582@repoman.freebsd.org> mbr 2008-08-05 16:36:38 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools Makefile emulators/open-vm-tools/files vmware-kmod.sh.in Log: Change the vmware-checkvm path in this script too. Submitted by: Angelo Turetta Revision Changes Path 1.11 +1 -1 ports/emulators/open-vm-tools/Makefile 1.2 +2 -2 ports/emulators/open-vm-tools/files/vmware-kmod.sh.in From lippe at FreeBSD.org Tue Aug 5 16:49:41 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Aug 5 16:49:47 2008 Subject: cvs commit: ports/sysutils/biosfont Makefile distinfo Message-ID: <200808051649.m75GneKV027902@repoman.freebsd.org> lippe 2008-08-05 16:49:40 UTC FreeBSD ports repository Modified files: sysutils/biosfont Makefile distinfo Log: - Update to 1.2. - Enable amd64 build. PR: ports/126051 Submitted by: Rene Ladan (maintainer) Approved by: gabor (mentor, implicit) Revision Changes Path 1.6 +3 -3 ports/sysutils/biosfont/Makefile 1.4 +3 -3 ports/sysutils/biosfont/distinfo From lippe at FreeBSD.org Tue Aug 5 16:52:27 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Aug 5 16:52:38 2008 Subject: cvs commit: ports/misc/biosfont-demos Makefile distinfo Message-ID: <200808051652.m75GqRIM028187@repoman.freebsd.org> lippe 2008-08-05 16:52:27 UTC FreeBSD ports repository Modified files: misc/biosfont-demos Makefile distinfo Log: - Update to 1.1. PR: ports/126052 Submitted by: Rene Ladan (maintainer) Approved by: gabor (mentor, implicit) Revision Changes Path 1.3 +4 -4 ports/misc/biosfont-demos/Makefile 1.2 +3 -3 ports/misc/biosfont-demos/distinfo From lippe at FreeBSD.org Tue Aug 5 16:57:54 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Aug 5 16:58:01 2008 Subject: cvs commit: ports/net/ladvd Makefile distinfo pkg-descr pkg-plist ports/net/ladvd/files extra-patch-Makefile.in ladvd.in pkg-install.in pkg-message.in Message-ID: <200808051657.m75GvsAm028632@repoman.freebsd.org> lippe 2008-08-05 16:57:54 UTC FreeBSD ports repository Added files: net/ladvd Makefile distinfo pkg-descr pkg-plist net/ladvd/files extra-patch-Makefile.in ladvd.in pkg-install.in pkg-message.in Log: ladvd is a minimal link layer advertisement sender which supports the CDP and LLDP packet formats. WWW: http://www.blinkenlights.nl/software/ladvd/ PR: ports/126016 Submitted by: Sten Spans Approved by: gabor (mentor, implicit) Revision Changes Path 1.1 +31 -0 ports/net/ladvd/Makefile (new) 1.1 +3 -0 ports/net/ladvd/distinfo (new) 1.1 +44 -0 ports/net/ladvd/files/extra-patch-Makefile.in (new) 1.1 +36 -0 ports/net/ladvd/files/ladvd.in (new) 1.1 +32 -0 ports/net/ladvd/files/pkg-install.in (new) 1.1 +7 -0 ports/net/ladvd/files/pkg-message.in (new) 1.1 +4 -0 ports/net/ladvd/pkg-descr (new) 1.1 +9 -0 ports/net/ladvd/pkg-plist (new) From lippe at FreeBSD.org Tue Aug 5 17:01:52 2008 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Tue Aug 5 17:01:58 2008 Subject: cvs commit: ports/net Makefile Message-ID: <200808051701.m75H1qiZ028995@repoman.freebsd.org> lippe 2008-08-05 17:01:52 UTC FreeBSD ports repository Modified files: net Makefile Log: - Connect ladvd to the build. Approved by: gabor (mentor, implicit) Revision Changes Path 1.2024 +1 -0 ports/net/Makefile From csjp at FreeBSD.org Tue Aug 5 17:11:31 2008 From: csjp at FreeBSD.org (Christian S.J. Peron) Date: Tue Aug 5 17:11:37 2008 Subject: cvs commit: src/sys/security/audit audit.c Message-ID: <200808051711.m75HBUe7031590@repoman.freebsd.org> csjp 2008-08-05 17:11:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/audit audit.c Log: SVN rev 181331 on 2008-08-05 17:11:20Z by csjp Merge revision r175763 Initialize termid.at_type Revision Changes Path 1.33.2.6 +2 -0 src/sys/security/audit/audit.c From timur at FreeBSD.org Tue Aug 5 17:23:36 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Tue Aug 5 17:23:42 2008 Subject: cvs commit: ports/net/samba3 Makefile ports/net/samba3/files patch-Makefile.in Message-ID: <200808051723.m75HNarL032582@repoman.freebsd.org> timur 2008-08-05 17:23:36 UTC FreeBSD ports repository Modified files: net/samba3 Makefile net/samba3/files patch-Makefile.in Log: Rearranged Makefile to work better with new slave ports. Revision Changes Path 1.175 +23 -17 ports/net/samba3/Makefile 1.12 +11 -2 ports/net/samba3/files/patch-Makefile.in From tobez at FreeBSD.org Tue Aug 5 17:27:32 2008 From: tobez at FreeBSD.org (Anton Berezin) Date: Tue Aug 5 17:27:48 2008 Subject: cvs commit: ports/devel/p5-B-Generate Makefile distinfo Message-ID: <200808051727.m75HRViQ032894@repoman.freebsd.org> tobez 2008-08-05 17:27:31 UTC FreeBSD ports repository Modified files: devel/p5-B-Generate Makefile distinfo Log: Update to 1.13. Changes: http://search.cpan.org/dist/B-Generate/Changes PR: 126203 Submitted by: Wen heping Revision Changes Path 1.6 +1 -1 ports/devel/p5-B-Generate/Makefile 1.4 +3 -3 ports/devel/p5-B-Generate/distinfo From jhb at FreeBSD.org Tue Aug 5 17:39:47 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 17:39:59 2008 Subject: cvs commit: src/sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c Message-ID: <200808051739.m75HdkKI033855@repoman.freebsd.org> jhb 2008-08-05 17:39:37 UTC FreeBSD src repository Modified files: sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c Log: SVN rev 181332 on 2008-08-05 17:39:37Z by jhb - Consolidate module version for the pcf module into just pcf.c instead of having duplicate versions in each bus attachment. - Add a DRIVER_MODULE() instance so that the iicbus(4) driver will actually attach to pcf(4) driver instances. - Fix compile of envctrl.c. Pointy hat: jhb (3) Revision Changes Path 1.10 +1 -2 src/sys/dev/pcf/envctrl.c 1.27 +5 -0 src/sys/dev/pcf/pcf.c 1.9 +0 -2 src/sys/dev/pcf/pcf_ebus.c 1.11 +0 -2 src/sys/dev/pcf/pcf_isa.c From jhb at FreeBSD.org Tue Aug 5 18:24:49 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 18:24:55 2008 Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200808051824.m75IOlqc038511@repoman.freebsd.org> jhb 2008-08-05 18:24:41 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 181333 on 2008-08-05 18:24:41Z by jhb If the kernel fails to allocate resources for the initial value of a BAR for a PCI device during the boot-time probe of the parent PCI bus, then zero the BAR and clear the resource list entry for that BAR. This forces the PCI bus driver to request a valid resource range from the parent bridge driver when the device driver tries to allocate the BAR. Similarly, if the initial value of a BAR is a valid range but it is > 4GB and the current OS only has 32-bit longs, then do a full teardown of the initial value of the BAR to force a reallocation. Reviewed by: imp MFC after: 1 week Revision Changes Path 1.359 +33 -13 src/sys/dev/pci/pci.c From jhb at freebsd.org Tue Aug 5 18:58:25 2008 From: jhb at freebsd.org (John Baldwin) Date: Tue Aug 5 18:58:37 2008 Subject: cvs commit: src/sys/dev/iicbus icee.c In-Reply-To: <200808050838.m758ckd4048379@repoman.freebsd.org> References: <200808050838.m758ckd4048379@repoman.freebsd.org> Message-ID: <200808051030.55801.jhb@freebsd.org> On Tuesday 05 August 2008 04:38:33 am Stanislav Sedov wrote: > stas 2008-08-05 08:38:33 UTC > > FreeBSD src repository > > Modified files: > sys/dev/iicbus icee.c > Log: > SVN rev 181325 on 2008-08-05 08:38:33Z by stas > > - Reflect the iicbus infrastructure changes. > > Approved by: raj Gah, sorry. Not sure why this compiled ok before. :( -- John Baldwin From dinoex at FreeBSD.org Tue Aug 5 19:33:16 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Tue Aug 5 19:33:22 2008 Subject: cvs commit: ports/www/webalizer Makefile ports/www/webalizer/files uk-lang.h uk-output.c Message-ID: <200808051933.m75JXGav045046@repoman.freebsd.org> dinoex 2008-08-05 19:33:16 UTC FreeBSD ports repository Modified files: www/webalizer Makefile Added files: www/webalizer/files uk-lang.h uk-output.c Log: - add patches for WEBALIZER_LANG=ukrainian Revision Changes Path 1.68 +5 -0 ports/www/webalizer/Makefile 1.1 +11 -0 ports/www/webalizer/files/uk-lang.h (new) 1.1 +20 -0 ports/www/webalizer/files/uk-output.c (new) From dinoex at FreeBSD.org Tue Aug 5 19:36:39 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Tue Aug 5 19:36:50 2008 Subject: cvs commit: ports/ukrainian/webalizer Makefile ports/ukrainian/webalizer/files patch-ba patch-bb Message-ID: <200808051936.m75JacZa045423@repoman.freebsd.org> dinoex 2008-08-05 19:36:38 UTC FreeBSD ports repository Modified files: ukrainian/webalizer Makefile Removed files: ukrainian/webalizer/files patch-ba patch-bb Log: - unbreak after update to webalizer 2.20-01 Revision Changes Path 1.7 +0 -3 ports/ukrainian/webalizer/Makefile 1.2 +0 -11 ports/ukrainian/webalizer/files/patch-ba (dead) 1.2 +0 -20 ports/ukrainian/webalizer/files/patch-bb (dead) From jhb at FreeBSD.org Tue Aug 5 20:03:41 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 20:03:48 2008 Subject: cvs commit: src/sys/kern kern_condvar.c kern_lock.c kern_sig.c kern_sx.c kern_synch.c kern_thread.c subr_sleepqueue.c src/sys/sys proc.h sleepqueue.h src/sys/vm vm_glue.c Message-ID: <200808052003.m75K3faN048818@repoman.freebsd.org> jhb 2008-08-05 20:02:31 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_lock.c kern_sig.c kern_sx.c kern_synch.c kern_thread.c subr_sleepqueue.c sys/sys proc.h sleepqueue.h sys/vm vm_glue.c Log: SVN rev 181334 on 2008-08-05 20:02:31Z by jhb If a thread that is swapped out is made runnable, then the setrunnable() routine wakes up proc0 so that proc0 can swap the thread back in. Historically, this has been done by waking up proc0 directly from setrunnable() itself via a wakeup(). When waking up a sleeping thread that was swapped out (the usual case when waking proc0 since only sleeping threads are eligible to be swapped out), this resulted in a bit of recursion (e.g. wakeup() -> setrunnable() -> wakeup()). With sleep queues having separate locks in 6.x and later, this caused a spin lock LOR (sleepq lock -> sched_lock/thread lock -> sleepq lock). An attempt was made to fix this in 7.0 by making the proc0 wakeup use the ithread mechanism for doing the wakeup. However, this required grabbing proc0's thread lock to perform the wakeup. If proc0 was asleep elsewhere in the kernel (e.g. waiting for disk I/O), then this degenerated into the same LOR since the thread lock would be some other sleepq lock. Fix this by deferring the wakeup of the swapper until after the sleepq lock held by the upper layer has been locked. The setrunnable() routine now returns a boolean value to indicate whether or not proc0 needs to be woken up. The end result is that consumers of the sleepq API such as *sleep/wakeup, condition variables, sx locks, and lockmgr, have to wakeup proc0 if they get a non-zero return value from sleepq_abort(), sleepq_broadcast(), or sleepq_signal(). Discussed with: jeff Glanced at by: sam Tested by: Jurgen Weber jurgen - ish com au MFC after: 2 weeks Revision Changes Path 1.64 +11 -2 src/sys/kern/kern_condvar.c 1.135 +16 -9 src/sys/kern/kern_lock.c 1.362 +10 -2 src/sys/kern/kern_sig.c 1.61 +17 -6 src/sys/kern/kern_sx.c 1.312 +17 -15 src/sys/kern/kern_synch.c 1.275 +11 -3 src/sys/kern/kern_thread.c 1.56 +49 -18 src/sys/kern/subr_sleepqueue.c 1.517 +1 -1 src/sys/sys/proc.h 1.15 +3 -3 src/sys/sys/sleepqueue.h 1.232 +14 -37 src/sys/vm/vm_glue.c From danfe at FreeBSD.org Tue Aug 5 20:39:52 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Tue Aug 5 20:39:59 2008 Subject: cvs commit: ports UPDATING Message-ID: <200808052039.m75Kdqfg051751@repoman.freebsd.org> danfe 2008-08-05 20:39:52 UTC FreeBSD ports repository Modified files: . UPDATING Log: Style, reformat, kill EOL whitespace. Revision Changes Path 1.691 +25 -21 ports/UPDATING From jhb at FreeBSD.org Tue Aug 5 20:42:00 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 20:42:12 2008 Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh Message-ID: <200808052042.m75Kg0qZ052029@repoman.freebsd.org> jhb 2008-08-05 20:41:46 UTC FreeBSD src repository Modified files: usr.sbin Makefile Added files: usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh Log: SVN rev 181335 on 2008-08-05 20:41:46Z by jhb Add a script to perform simple analysis of a crash dump (either a full dump or minidump). When the script is run, it generates a text file containing the output of several commands run againt the core dump such as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. Obtained from: Yahoo! MFC after: 2 weeks Revision Changes Path 1.390 +1 -0 src/usr.sbin/Makefile 1.1 +6 -0 src/usr.sbin/crashinfo/Makefile (new) 1.1 +109 -0 src/usr.sbin/crashinfo/crashinfo.8 (new) 1.1 +306 -0 src/usr.sbin/crashinfo/crashinfo.sh (new) From marck at rinet.ru Tue Aug 5 20:44:19 2008 From: marck at rinet.ru (Dmitry Morozovsky) Date: Tue Aug 5 20:44:26 2008 Subject: cvs commit: src/sys/dev/iicbus icee.c In-Reply-To: <200808051030.55801.jhb@freebsd.org> References: <200808050838.m758ckd4048379@repoman.freebsd.org> <200808051030.55801.jhb@freebsd.org> Message-ID: <20080806004351.I62411@woozle.rinet.ru> On Tue, 5 Aug 2008, John Baldwin wrote: JB> > sys/dev/iicbus icee.c JB> > Log: JB> > SVN rev 181325 on 2008-08-05 08:38:33Z by stas JB> > JB> > - Reflect the iicbus infrastructure changes. JB> > JB> > Approved by: raj JB> JB> Gah, sorry. Not sure why this compiled ok before. :( Emm, tinderbox is still complaining loud about sparc*... Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From jhb at freebsd.org Tue Aug 5 20:45:04 2008 From: jhb at freebsd.org (John Baldwin) Date: Tue Aug 5 20:45:16 2008 Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh In-Reply-To: <200808052042.m75Kg0qZ052029@repoman.freebsd.org> References: <200808052042.m75Kg0qZ052029@repoman.freebsd.org> Message-ID: <200808051644.41454.jhb@freebsd.org> On Tuesday 05 August 2008 04:41:46 pm John Baldwin wrote: > jhb 2008-08-05 20:41:46 UTC > > FreeBSD src repository > > Modified files: > usr.sbin Makefile > Added files: > usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh > Log: > SVN rev 181335 on 2008-08-05 20:41:46Z by jhb > > Add a script to perform simple analysis of a crash dump (either a full > dump or minidump). When the script is run, it generates a text file > containing the output of several commands run againt the core dump such > as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. > > Obtained from: Yahoo! > MFC after: 2 weeks At work we run this script on boot anytime a new crash dump was recovered (so we automatically generate the text summaries). Once I have tested this further I will add hooks to rc.d/rc.conf for that (though not on by default unless requested). -- John Baldwin From remko at FreeBSD.org Tue Aug 5 20:45:45 2008 From: remko at FreeBSD.org (Remko Lodder) Date: Tue Aug 5 20:45:51 2008 Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh In-Reply-To: <200808052042.m75Kg0qZ052029@repoman.freebsd.org> References: <200808052042.m75Kg0qZ052029@repoman.freebsd.org> Message-ID: <4898BBF1.2080407@FreeBSD.org> John Baldwin wrote: > jhb 2008-08-05 20:41:46 UTC > > FreeBSD src repository > > Modified files: > usr.sbin Makefile > Added files: > usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh > Log: > SVN rev 181335 on 2008-08-05 20:41:46Z by jhb > > Add a script to perform simple analysis of a crash dump (either a full > dump or minidump). When the script is run, it generates a text file > containing the output of several commands run againt the core dump such > as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. > > Obtained from: Yahoo! > MFC after: 2 weeks awesome! This sounds something brilliant we can use for the send-pr stuff :) Thanks John! (And Yahoo!) -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From jhb at FreeBSD.org Tue Aug 5 21:04:16 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 21:04:28 2008 Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200808052104.m75L4Gg4064129@repoman.freebsd.org> jhb 2008-08-05 21:04:00 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 181336 on 2008-08-05 21:04:00Z by jhb Remove the second check for a 64-bit BAR value on a 32-bit system in pci_add_map(). First, this condition is already handled earlier in the function. Second, as written the check would never fire as the 'start' value was overwritten with a long value (rman_get_start() returns long) before the comparison was done. Discussed with: imp MFC after: 2 weeks Revision Changes Path 1.360 +1 -19 src/sys/dev/pci/pci.c From wosch at FreeBSD.org Tue Aug 5 21:56:16 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Tue Aug 5 21:56:27 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808052156.m75LuGcl070748@repoman.freebsd.org> wosch 2008-08-05 21:56:16 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: print a 'Want to link to this manual page' link at the bottom with a short persistent URI Revision Changes Path 1.218 +29 -15 www/en/cgi/man.cgi From jhb at FreeBSD.org Tue Aug 5 21:59:33 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 21:59:44 2008 Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <200808052159.m75LxW66070968@repoman.freebsd.org> jhb 2008-08-05 21:59:20 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: SVN rev 181337 on 2008-08-05 21:59:20Z by jhb Minor style tweaks. Revision Changes Path 1.150 +5 -6 src/sys/netinet/tcp_syncache.c From csjp at FreeBSD.org Tue Aug 5 22:02:36 2008 From: csjp at FreeBSD.org (Christian S.J. Peron) Date: Tue Aug 5 22:02:42 2008 Subject: cvs commit: src/sys/kern kern_sig.c src/sys/security/audit audit.c audit.h audit_bsm.c Message-ID: <200808052202.m75M2Z26071305@repoman.freebsd.org> csjp 2008-08-05 22:01:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_sig.c sys/security/audit audit.c audit.h audit_bsm.c Log: SVN rev 181338 on 2008-08-05 22:01:39Z by csjp MFC r172995,176935,174267 - Bring in auditing support of coredumps - Merge supporting tweaks which initialized some variables and fixed a proc lock leak in certain error conditions. Revision Changes Path 1.349.2.5 +28 -6 src/sys/kern/kern_sig.c 1.33.2.7 +50 -0 src/sys/security/audit/audit.c 1.14.2.4 +1 -0 src/sys/security/audit/audit.h 1.20.2.6 +8 -0 src/sys/security/audit/audit_bsm.c From jhb at FreeBSD.org Tue Aug 5 22:08:08 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 22:08:19 2008 Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <200808052208.m75M87wD072874@repoman.freebsd.org> jhb 2008-08-05 22:08:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_syncache.c Log: SVN rev 181339 on 2008-08-05 22:08:04Z by jhb MFC: Fix a check in the SYN cache expansion to accept packets that arrive in the receive window instead of just on the left edge of the receive window. Revision Changes Path 1.130.2.11 +6 -4 src/sys/netinet/tcp_syncache.c From jhb at FreeBSD.org Tue Aug 5 22:22:56 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Tue Aug 5 22:23:02 2008 Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <200808052222.m75MMrsi074089@repoman.freebsd.org> jhb 2008-08-05 22:22:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_syncache.c Log: SVN rev 181340 on 2008-08-05 22:22:47Z by jhb MFC: Change incorrect stale cookie detection in syncookie_lookup() that prematurely declared a cookie as expired. Revision Changes Path 1.130.2.12 +1 -1 src/sys/netinet/tcp_syncache.c From timur at FreeBSD.org Tue Aug 5 23:06:18 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Tue Aug 5 23:06:28 2008 Subject: cvs commit: ports/net Makefile ports/net/samba-smbclient Makefile pkg-descr ports/net/samba-smbclient/files smb-client.conf.sample Message-ID: <200808052306.m75N6H6D078688@repoman.freebsd.org> timur 2008-08-05 23:06:17 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/samba-smbclient Makefile pkg-descr net/samba-smbclient/files smb-client.conf.sample Log: Add new port, that installs only smbclient out of samba3 suite for ports, that need only it's functionality instead of full net/samba3 port. Submitted by: garga Revision Changes Path 1.2025 +1 -0 ports/net/Makefile 1.1 +42 -0 ports/net/samba-smbclient/Makefile (new) 1.1 +9 -0 ports/net/samba-smbclient/files/smb-client.conf.sample (new) 1.1 +6 -0 ports/net/samba-smbclient/pkg-descr (new) From edwin at FreeBSD.org Tue Aug 5 23:08:10 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Aug 5 23:08:16 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808052308.m75N89jL078844@repoman.freebsd.org> edwin 2008-08-05 23:08:09 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Tuesday 05 August 2008 at 23:08 Revision Changes Path 1.20117 +15 -0 CVSROOT/modules From timur at FreeBSD.org Tue Aug 5 23:11:13 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Tue Aug 5 23:11:24 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808052311.m75NBBYG079170@repoman.freebsd.org> timur 2008-08-05 23:11:11 UTC FreeBSD ports repository Modified files: . modules Log: Add new port net/samba-smbclient. Revision Changes Path 1.20118 +1 -0 CVSROOT/modules From leeym at FreeBSD.org Tue Aug 5 23:51:06 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Tue Aug 5 23:51:12 2008 Subject: cvs commit: ports/math/p5-Math-Symbolic-Custom-Transformation Makefile distinfo Message-ID: <200808052351.m75Np6qO082250@repoman.freebsd.org> leeym 2008-08-05 23:51:06 UTC FreeBSD ports repository Modified files: math/p5-Math-Symbolic-Custom-Transformation Makefile distinfo Log: - upgrade to 2.01 - update dependency - assign to perl@ Revision Changes Path 1.7 +4 -5 ports/math/p5-Math-Symbolic-Custom-Transformation/Makefile 1.4 +3 -3 ports/math/p5-Math-Symbolic-Custom-Transformation/distinfo From leeym at FreeBSD.org Wed Aug 6 00:04:51 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Aug 6 00:05:03 2008 Subject: cvs commit: ports/devel/p5-Set-Array Makefile distinfo Message-ID: <200808060004.m7604pX6084434@repoman.freebsd.org> leeym 2008-08-06 00:04:50 UTC FreeBSD ports repository Modified files: devel/p5-Set-Array Makefile distinfo Log: - update to 0.17 Revision Changes Path 1.6 +2 -4 ports/devel/p5-Set-Array/Makefile 1.5 +3 -3 ports/devel/p5-Set-Array/distinfo From leeym at FreeBSD.org Wed Aug 6 00:14:40 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Aug 6 00:14:52 2008 Subject: cvs commit: ports/textproc/p5-Parse-Flex Makefile distinfo Message-ID: <200808060014.m760EeqY085310@repoman.freebsd.org> leeym 2008-08-06 00:14:40 UTC FreeBSD ports repository Modified files: textproc/p5-Parse-Flex Makefile distinfo Log: - update to 0.12 - simplify dependency Revision Changes Path 1.6 +8 -6 ports/textproc/p5-Parse-Flex/Makefile 1.3 +3 -3 ports/textproc/p5-Parse-Flex/distinfo From amdmi3 at FreeBSD.org Wed Aug 6 00:15:22 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Wed Aug 6 00:15:28 2008 Subject: cvs commit: ports/multimedia/smile Makefile distinfo pkg-descr pkg-plist ports/multimedia/smile/files patch-mainfrm.cpp smile.sh.in Message-ID: <200808060015.m760FMBW085476@repoman.freebsd.org> amdmi3 2008-08-06 00:15:22 UTC FreeBSD ports repository Modified files: multimedia/smile Makefile distinfo pkg-descr pkg-plist multimedia/smile/files patch-mainfrm.cpp Removed files: multimedia/smile/files smile.sh.in Log: - Update to 0.6.1 PR: ports/126288 Submitted by: Diego Depaoli (maintainer) Appeoved by: miwi (mentor implicit) Revision Changes Path 1.2 +8 -11 ports/multimedia/smile/Makefile 1.2 +3 -3 ports/multimedia/smile/distinfo 1.2 +13 -13 ports/multimedia/smile/files/patch-mainfrm.cpp 1.2 +0 -4 ports/multimedia/smile/files/smile.sh.in (dead) 1.2 +2 -1 ports/multimedia/smile/pkg-descr 1.2 +69 -5 ports/multimedia/smile/pkg-plist From itetcu at FreeBSD.org Wed Aug 6 00:46:39 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Wed Aug 6 00:46:45 2008 Subject: cvs commit: ports/net Makefile ports/net/samba-smbclient Makefile pkg-descr ports/net/samba-smbclient/files smb-client.conf.sample In-Reply-To: <200808052306.m75N6H6D078688@repoman.freebsd.org> References: <200808052306.m75N6H6D078688@repoman.freebsd.org> Message-ID: <20080806034636.02f1c495@it.buh.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/samba-smbclient-3.0.31_1.log: building samba-smbclient-3.0.31_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: timur@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/net/samba-smbclient Makefile ident: $FreeBSD: ports/net/samba-smbclient/Makefile,v 1.1 2008/08/05 23:06:17 timur Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Aug 5 23:08:39 UTC 2008 ................................................... If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.samba.org/ ================================================================ ======================================== ===> Building package for samba-smbclient-3.0.31_1 Creating package /tmp/packages/All/samba-smbclient-3.0.31_1.tbz Registering depends: libiconv-1.11_1. Registering conflicts: ja-samba-2.* ja-samba-3.* samba-2.* samba-3.*. Creating bzip'd tar ball in '/tmp/packages/All/samba-smbclient-3.0.31_1.tbz' Deleting samba-smbclient-3.0.31_1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 15640170 4 -r--r--r-- 1 root wheel 194 Aug 5 23:11 usr/local/etc/smb-client.conf Deleting libiconv-1.11_1 Deleting autoconf-2.61_2 Deleting autoconf-wrapper-20071109 Deleting m4-1.4.11,1 Deleting perl-5.8.8_1 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. === Checking filesystem state after all packages deleted ================================================================ list of extra files and directories in / (not present on clean system but present after everything was deinstalled) 15640170 4 -r--r--r-- 1 root wheel 194 Aug 5 23:11 usr/local/etc/smb-client.conf ================================================================ build of /usr/ports/net/samba-smbclient ended at Tue Aug 5 23:11:43 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 marcel at FreeBSD.org Wed Aug 6 03:14:31 2008 From: marcel at FreeBSD.org (Marcel Moolenaar) Date: Wed Aug 6 03:14:37 2008 Subject: cvs commit: src/lib/libthread_db Makefile libpthread_db.c libthr_db.c src/lib/libthread_db/arch/arm libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c src/lib/libthread_db/arch/powerpc libpthread_md.c src/lib/libthread_db/arch/sparc64 libpthread_md.c Message-ID: <200808060314.m763EUWJ012221@repoman.freebsd.org> marcel 2008-08-06 03:14:18 UTC FreeBSD src repository Modified files: lib/libthread_db Makefile libpthread_db.c libthr_db.c lib/libthread_db/arch/arm libpthread_md.c lib/libthread_db/arch/ia64 libpthread_md.c lib/libthread_db/arch/powerpc libpthread_md.c lib/libthread_db/arch/sparc64 libpthread_md.c Log: SVN rev 181341 on 2008-08-06 03:14:18Z by marcel Cleanup for WARNS 6. Revision Changes Path 1.15 +1 -1 src/lib/libthread_db/Makefile 1.4 +3 -3 src/lib/libthread_db/arch/arm/libpthread_md.c 1.5 +5 -5 src/lib/libthread_db/arch/ia64/libpthread_md.c 1.5 +1 -1 src/lib/libthread_db/arch/powerpc/libpthread_md.c 1.5 +5 -5 src/lib/libthread_db/arch/sparc64/libpthread_md.c 1.19 +24 -19 src/lib/libthread_db/libpthread_db.c 1.15 +11 -13 src/lib/libthread_db/libthr_db.c From adamw at FreeBSD.org Wed Aug 6 03:37:04 2008 From: adamw at FreeBSD.org (Adam Weinberger) Date: Wed Aug 6 03:37:15 2008 Subject: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist Message-ID: <200808060337.m763b4lu014095@repoman.freebsd.org> adamw 2008-08-06 03:37:04 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist Log: Add a port for the background music files to Secret Maryo Chronicles (ports/games/secretmaryochronicles). The music in this side-scrolling jump 'n run package may or may not sound suspiciously similar to another side-scrolling jump 'n run package, but YMMV. Revision Changes Path 1.1231 +1 -0 ports/games/Makefile 1.1 +40 -0 ports/games/secretmaryochronicles-music/Makefile (new) 1.1 +3 -0 ports/games/secretmaryochronicles-music/distinfo (new) 1.1 +4 -0 ports/games/secretmaryochronicles-music/pkg-descr (new) 1.1 +42 -0 ports/games/secretmaryochronicles-music/pkg-plist (new) From marcus at FreeBSD.org Wed Aug 6 03:52:24 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Wed Aug 6 03:52:30 2008 Subject: cvs commit: ports/audio Makefile ports/audio/libcanberra Makefile distinfo pkg-descr pkg-plist ports/audio/libcanberra/files patch-src_malloc.h Message-ID: <200808060352.m763qNwl015349@repoman.freebsd.org> marcus 2008-08-06 03:52:23 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/libcanberra Makefile distinfo pkg-descr pkg-plist audio/libcanberra/files patch-src_malloc.h Log: Add libcanberra, a light-weight implementation of the Freedesktop Sound Theme specification. Revision Changes Path 1.978 +1 -0 ports/audio/Makefile 1.1 +35 -0 ports/audio/libcanberra/Makefile (new) 1.1 +3 -0 ports/audio/libcanberra/distinfo (new) 1.1 +35 -0 ports/audio/libcanberra/files/patch-src_malloc.h (new) 1.1 +2 -0 ports/audio/libcanberra/pkg-descr (new) 1.1 +41 -0 ports/audio/libcanberra/pkg-plist (new) From leeym at FreeBSD.org Wed Aug 6 04:46:07 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Aug 6 04:46:18 2008 Subject: cvs commit: ports/net/p5-POE-Component-Jabber Makefile distinfo pkg-plist Message-ID: <200808060446.m764k650020768@repoman.freebsd.org> leeym 2008-08-06 04:46:06 UTC FreeBSD ports repository Modified files: net/p5-POE-Component-Jabber Makefile distinfo pkg-plist Log: - update to 2.03 Revision Changes Path 1.7 +26 -14 ports/net/p5-POE-Component-Jabber/Makefile 1.6 +3 -3 ports/net/p5-POE-Component-Jabber/distinfo 1.5 +5 -6 ports/net/p5-POE-Component-Jabber/pkg-plist From marcus at FreeBSD.org Wed Aug 6 04:52:47 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Wed Aug 6 04:52:53 2008 Subject: cvs commit: ports/deskutils/conduit Makefile distinfo Message-ID: <200808060452.m764qlF2030532@repoman.freebsd.org> marcus 2008-08-06 04:52:47 UTC FreeBSD ports repository Modified files: deskutils/conduit Makefile distinfo Log: Update to 0.3.13.1. Revision Changes Path 1.13 +1 -1 ports/deskutils/conduit/Makefile 1.7 +3 -3 ports/deskutils/conduit/distinfo From pgollucci at p6m7g8.com Wed Aug 6 04:53:56 2008 From: pgollucci at p6m7g8.com (Philip M. Gollucci) Date: Wed Aug 6 04:54:03 2008 Subject: cvs commit: ports/audio/autocd Makefile ports/audio/autocd/files autocd.in autocd.sh In-Reply-To: <48920584.6050504@FreeBSD.org> References: <200807311612.m6VGC3Gq004114@repoman.freebsd.org> <48920584.6050504@FreeBSD.org> Message-ID: <48992E61.1020004@p6m7g8.com> Doug Barton wrote: > Sorry to say, this script is still a bit of a mess. I've attached a > suggested revision. See the chapter on rc scripts in the porter's > handbook for more information. Mr rc, `set_rcvar` is no longer valid ? A substantially number of rc.d files in ports do that. I'd swear its in the webpage docs, I haven't looked yet, but will tomorrow. -- ------------------------------------------------------------------------ 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 itetcu at FreeBSD.org Wed Aug 6 06:19:42 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Wed Aug 6 06:19:47 2008 Subject: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist In-Reply-To: <200808060337.m763b4lu014095@repoman.freebsd.org> References: <200808060337.m763b4lu014095@repoman.freebsd.org> Message-ID: <20080806091940.057a391c@it.buh.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/secretmaryochronicles-music-4.0.log: building secretmaryochronicles-music-4.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: adamw@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/games/secretmaryochronicles-music Makefile ident: $FreeBSD: ports/games/secretmaryochronicles-music/Makefile,v 1.1 2008/08/06 03:37:04 adamw Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Aug 6 06:16:10 UTC 2008 ................................................... skipping kbproto-1.0.3, already added pkg_add libXau-1.0.3_2.tbz skipping libXau-1.0.3_2, already added pkg_add libXdmcp-1.0.2_1.tbz skipping libXdmcp-1.0.2_1, already added pkg_add xproto-7.0.10_1.tbz skipping xproto-7.0.10_1, already added pkg_add renderproto-0.9.3.tbz skipping renderproto-0.9.3, already added pkg_add randrproto-1.2.1.tbz skipping randrproto-1.2.1, already added pkg_add libogg-1.1.3,4.tbz skipping libogg-1.1.3,4, already added pkg_add xf86vidmodeproto-2.2.2.tbz skipping xf86vidmodeproto-2.2.2, already added pkg_add xextproto-7.0.2.tbz skipping xextproto-7.0.2, already added pkg_add fixesproto-4.0.tbz skipping fixesproto-4.0, already added pkg_add damageproto-1.1.0_2.tbz skipping damageproto-1.1.0_2, already added pkg_add libXt-1.0.5_1.tbz skipping libXt-1.0.5_1, already added pkg_add inputproto-1.4.2.1.tbz skipping inputproto-1.4.2.1, already added pkg_add libSM-1.0.3_1,1.tbz skipping libSM-1.0.3_1,1, already added pkg_add libICE-1.0.4_1,1.tbz skipping libICE-1.0.4_1,1, already added pkg_add secretmaryochronicles-1.5_1.tbz ===> Installing for secretmaryochronicles-music-4.0 ===> secretmaryochronicles-music-4.0 depends on executable: smc - found ===> Generating temporary packing list ===> Checking if games/secretmaryochronicles-music already installed make: cannot open Makefile. *** Error code 2 Stop in /a/ports/games/secretmaryochronicles-music. ================================================================ build of /usr/ports/games/secretmaryochronicles-music ended at Wed Aug 6 06:16:57 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 itetcu at FreeBSD.org Wed Aug 6 06:23:06 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Wed Aug 6 06:23:12 2008 Subject: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist In-Reply-To: <20080806091940.057a391c@it.buh.tecnik93.com> References: <200808060337.m763b4lu014095@repoman.freebsd.org> <20080806091940.057a391c@it.buh.tecnik93.com> Message-ID: <20080806092257.5c09cfd2@it.buh.tecnik93.com> On Wed, 6 Aug 2008 09:19:40 +0300 QA Tindy wrote: [ .. ] > ===> Installing for secretmaryochronicles-music-4.0 > ===> secretmaryochronicles-music-4.0 depends on executable: smc - found > ===> Generating temporary packing list > ===> Checking if games/secretmaryochronicles-music already installed make: cannot open Makefile. *** Error code 2 It happens because you have do-install target inside .if !defined(NOPORTDOCS) HTH, -- 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/20080806/ff9672d3/signature.pgp From itetcu at FreeBSD.org Wed Aug 6 06:24:05 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Wed Aug 6 06:24:17 2008 Subject: cvs commit: ports/audio Makefile ports/audio/libcanberra Makefile distinfo pkg-descr pkg-plist ports/audio/libcanberra/files patch-src_malloc.h In-Reply-To: <200808060352.m763qNwl015349@repoman.freebsd.org> References: <200808060352.m763qNwl015349@repoman.freebsd.org> Message-ID: <20080806092403.43f97d75@it.buh.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/libcanberra-0.6.log: building libcanberra-0.6 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/audio/libcanberra Makefile ident: $FreeBSD: ports/audio/libcanberra/Makefile,v 1.1 2008/08/06 03:52:23 marcus Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Aug 6 06:18:26 UTC 2008 ................................................... checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for pkg-config... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ALSA... no checking for PULSE... yes checking for GTK... yes checking for VORBIS... configure: error: Package requirements ( vorbisfile ) were not met: gnome-config: not found No package 'vorbisfile' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables VORBIS_CFLAGS and VORBIS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/work/a/ports/audio/libcanberra/work/libcanberra-0.6/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /a/ports/audio/libcanberra. ================================================================ build of /usr/ports/audio/libcanberra ended at Wed Aug 6 06:20: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 marcus at FreeBSD.org Wed Aug 6 06:33:00 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Wed Aug 6 06:33:10 2008 Subject: cvs commit: ports/audio/libcanberra Makefile Message-ID: <200808060632.m766WxAR066516@repoman.freebsd.org> marcus 2008-08-06 06:32:59 UTC FreeBSD ports repository Modified files: audio/libcanberra Makefile Log: Add a missing dependency on libvorbis. Reported by: QA bot Revision Changes Path 1.2 +3 -0 ports/audio/libcanberra/Makefile From itetcu at FreeBSD.org Wed Aug 6 06:52:10 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Wed Aug 6 06:52:16 2008 Subject: cvs commit: ports/audio/libcanberra Makefile In-Reply-To: <200808060632.m766WxAR066516@repoman.freebsd.org> References: <200808060632.m766WxAR066516@repoman.freebsd.org> Message-ID: <20080806095206.2db6434c@it.buh.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/libcanberra-0.6_1.log: building libcanberra-0.6_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/audio/libcanberra Makefile ident: $FreeBSD: ports/audio/libcanberra/Makefile,v 1.2 2008/08/06 06:32:59 marcus Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Aug 6 06:35:43 UTC 2008 ................................................... -- Installing ./html/libcanberra.devhelp2 -- Installing ./html/right.png -- Installing ./html/style.css -- Installing ./html/up.png -- Installing ./html/index.sgml gmake[2]: [install-data-local] Error 1 (ignored) gmake[2]: Leaving directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6/doc' gmake[1]: Leaving directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6/doc' Making install in libltdl gmake[1]: Entering directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6/libltdl' gmake[2]: Entering directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6/libltdl' test -z "/usr/local/lib" || ./install-sh -c -d "/usr/local/lib" test -z "/usr/local/include" || ./install-sh -c -d "/usr/local/include" gmake[2]: Leaving directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6/libltdl' gmake[1]: Leaving directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6/libltdl' gmake[1]: Entering directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6' gmake[2]: Entering directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6' gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/libdata/pkgconfig" || ./install-sh -c -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'libcanberra.pc' '/usr/local/libdata/pkgconfig/libcanberra.pc' install -o root -g wheel -m 444 'libcanberra-gtk.pc' '/usr/local/libdata/pkgconfig/libcanberra-gtk.pc' gmake[2]: Leaving directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6' gmake[1]: Leaving directory `/work/a/ports/audio/libcanberra/work/libcanberra-0.6' ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libcanberra-0.6_1 ================================================================ ======================================== ===> Building package for libcanberra-0.6_1 Creating package /tmp/packages/All/libcanberra-0.6_1.tbz Registering depends: pulseaudio-0.9.11 gconf2-2.22.0_1 gtk-2.12.11 atk-1.22.0_1 libsamplerate-0.1.4 libsndfile-1.0.17_2 flac-1.2.1 libvorbis-1.2.0_2,3 speex-1.2.r1_1,1 libogg-1.1.3,4 avahi-app-0.6.23 hal-0.5.11_1 consolekit-0.2.10_1 policykit-0.9_1 dbus-glib-0.76 ORBit2-2.14.13_1 libIDL-0.8.10_1 shared-mime-info-0.51 pango-1.20.5 gio-fam-backend-2.16.5 gamin-0.1.9_2 glib-2.16.5 gettext-0.17_1 dbus-1.2.1 libxml2-2.6.32 libiconv-1.11_1 gdbm-1.8.3_3 libdaemon-0.12 libltdl-1.5.26 liboil-0.3.15 libvolume_id-0.81.0 pcre-7.7 fftw3-3.1.2 libXdamage-1.1.1 libXcursor-1.1.9_1 libXfixes-4.0.3_1 libXi-1.1.3,1 libXinerama-1.0.2,1 libXrandr-1.2.2_1 libXext-1.0.3,1 libXft-2.1.13 cairo-1.6.4_2,1 libXrender-0.9.4_1 libX11-1.1.3_1,1 libXdmcp-1.0.2_1 libXau-1.0.3_2 xorg-fonts-truetype-7.3 font-bh-ttf-1.0.0 font-misc-meltho-1.0.0_1 font-misc-ethiopic-1.0.0 mkfontdir-1.0.3_1 mkfontscale-1.0.3 libfontenc-1.0.4 libSM-1.0.3_1,1 libICE-1.0.4_1,1 xproto-7.0.10_1 bitstream-vera-1.10_4 fontconfig-2.5.0,1 freetype2-2.3.7 pixman-0.10.0_2 pkg-config-0.23_1 tiff-3.8.2_1 jpeg-6b_4 png-1.2.28 perl-5.8.8_1 python25-2.5.2_2 gnomehier-2.3_10 hicolor-icon-theme-0.10_2 pciids-20080726 dmidecode-2.9 gnome_subr-1.0 expat-2.0.1 encodings-1.0.2,1 font-util-1.0.1 damageproto-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 xineramaproto-1.1.2. Creating bzip'd tar ball in '/tmp/packages/All/libcanberra-0.6_1.tbz' Deleting libcanberra-0.6_1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 15638879 4 drwxr-xr-x 2 root wheel 512 Aug 6 06:37 usr/local/share/gnome/shutdown ================================================================ build of /usr/ports/audio/libcanberra ended at Wed Aug 6 06:37:45 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 Wed Aug 6 06:53:32 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 06:53:44 2008 Subject: cvs commit: ports UPDATING Message-ID: <200808060653.m766rWgQ068159@repoman.freebsd.org> miwi 2008-08-06 06:53:32 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Update devel/qt4 entry (qt4-moc needs a force build too) Reported by: ITetcu Revision Changes Path 1.692 +3 -3 ports/UPDATING From marcus at FreeBSD.org Wed Aug 6 07:06:51 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Wed Aug 6 07:06:57 2008 Subject: cvs commit: ports/audio/libcanberra Makefile pkg-plist Message-ID: <200808060706.m7676ohm074773@repoman.freebsd.org> marcus 2008-08-06 07:06:50 UTC FreeBSD ports repository Modified files: audio/libcanberra Makefile pkg-plist Log: The share/gnome/shutdown directory is not yet owned, so try to clean it up. Reported by: QA bot Revision Changes Path 1.3 +1 -1 ports/audio/libcanberra/Makefile 1.2 +1 -0 ports/audio/libcanberra/pkg-plist From erwin at FreeBSD.org Wed Aug 6 07:17:18 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Wed Aug 6 07:17:30 2008 Subject: cvs commit: ports/math/superlu_mt Makefile Message-ID: <200808060717.m767HIUT075930@repoman.freebsd.org> erwin 2008-08-06 07:17:18 UTC FreeBSD ports repository Modified files: math/superlu_mt Makefile Log: Mark BROKEN: does not install. Revision Changes Path 1.20 +2 -0 ports/math/superlu_mt/Makefile From jadawin at FreeBSD.org Wed Aug 6 07:17:49 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Wed Aug 6 07:18:00 2008 Subject: cvs commit: ports/www/phpSysInfo Makefile distinfo ports/www/phpSysInfo/files patch-includes_os_class_BSD_common_inc_php Message-ID: <200808060717.m767HnFD076018@repoman.freebsd.org> jadawin 2008-08-06 07:17:49 UTC FreeBSD ports repository Modified files: www/phpSysInfo Makefile distinfo Added files: www/phpSysInfo/files patch-includes_os_class_BSD_common_inc_php Log: - Update to 3.0-RC6 PR: ports/126283 Submitted by: Ralf van der Enden Revision Changes Path 1.27 +1 -1 ports/www/phpSysInfo/Makefile 1.12 +3 -3 ports/www/phpSysInfo/distinfo 1.1 +11 -0 ports/www/phpSysInfo/files/patch-includes_os_class_BSD_common_inc_php (new) From miwi at FreeBSD.org Wed Aug 6 07:19:11 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:19:17 2008 Subject: cvs commit: ports/net-im Makefile ports/net-im/pidgin-msn-pecan Makefile distinfo pkg-descr ports/net-im/pidgin-msn-pecan/files patch-Makefile Message-ID: <200808060719.m767JAlq076240@repoman.freebsd.org> miwi 2008-08-06 07:19:10 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/pidgin-msn-pecan Makefile distinfo pkg-descr net-im/pidgin-msn-pecan/files patch-Makefile Log: msn-pecan is an alternative MSN protocol plugin for libpurple. Features include: * Support for personal messages * Server-side storage for display names (private alias) * Partial direct connection support (p2p transfers) * Improved network IO (using GIOChannel) * Improved error handling * Network issues tested with netem * GObject usage WWW: http://code.google.com/p/msn-pecan/ PR: ports/126093 Submitted by: hrkfrd at gmail.com Revision Changes Path 1.92 +1 -0 ports/net-im/Makefile 1.1 +26 -0 ports/net-im/pidgin-msn-pecan/Makefile (new) 1.1 +3 -0 ports/net-im/pidgin-msn-pecan/distinfo (new) 1.1 +11 -0 ports/net-im/pidgin-msn-pecan/files/patch-Makefile (new) 1.1 +12 -0 ports/net-im/pidgin-msn-pecan/pkg-descr (new) From itetcu at FreeBSD.org Wed Aug 6 07:23:28 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Wed Aug 6 07:23:40 2008 Subject: cvs commit: ports/www/phpSysInfo Makefile distinfo ports/www/phpSysInfo/files patch-includes_os_class_BSD_common_inc_php In-Reply-To: <200808060717.m767HnFD076018@repoman.freebsd.org> References: <200808060717.m767HnFD076018@repoman.freebsd.org> Message-ID: <20080806102325.5b5fdcba@it.buh.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/phpSysInfo-3.0.r6_1.log: building phpSysInfo-3.0.r6_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: jadawin@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/www/phpSysInfo Makefile ident: $FreeBSD: ports/www/phpSysInfo/Makefile,v 1.27 2008/08/06 07:17:48 jadawin Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Aug 6 07:18:59 UTC 2008 ................................................... add_pkg libxml2-2.6.32.tbz pkg-config-0.23_1.tbz libiconv-1.11_1.tbz php5-5.2.6.tbz php5-pcre-5.2.6.tbz php5-xml-5.2.6.tbz php5-simplexml-5.2.6.tbz adding dependencies pkg_add libxml2-2.6.32.tbz 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 php5-5.2.6.tbz pkg_add php5-pcre-5.2.6.tbz pkg_add php5-xml-5.2.6.tbz pkg_add php5-simplexml-5.2.6.tbz ===> Installing for phpSysInfo-3.0.r6_1 ===> phpSysInfo-3.0.r6_1 depends on file: /usr/local/include/php/main/php.h - found ===> phpSysInfo-3.0.r6_1 depends on file: /usr/local/lib/php/20060613/pcre.so - found ===> phpSysInfo-3.0.r6_1 depends on file: /usr/local/lib/php/20060613/xml.so - found ===> phpSysInfo-3.0.r6_1 depends on file: /usr/local/lib/php/20060613/simplexml.so - found ===> Generating temporary packing list ===> Checking if www/phpSysInfo already installed /bin/mkdir -p /usr/local/www/phpSysInfo cd /work/a/ports/www/phpSysInfo/work/phpsysinfo; /usr/bin/find . | /usr/bin/cpio -pdm -R www:www /usr/local/www/phpSysInfo 1361 blocks /bin/chmod -R 555 /usr/local/www/phpSysInfo /usr/bin/find /usr/local/www/phpSysInfo ! -type d | /usr/bin/xargs /bin/chmod 444 /bin/cp /usr/local/www/phpSysInfo/config.php.new /usr/local/www/phpSysInfo/config.php ===> Registering installation for phpSysInfo-3.0.r6_1 ================================================================ ======================================== ===> Building package for phpSysInfo-3.0.r6_1 tar: www/phpSysInfo/jquery.js: Cannot stat: No such file or directory tar: www/phpSysInfo/jquery.tablesorter.pack.js: 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/phpSysInfo-3.0.r6_1.tbz Registering depends: php5-pcre-5.2.6 php5-xml-5.2.6 php5-simplexml-5.2.6 php5-5.2.6 libxml2-2.6.32 libiconv-1.11_1 pkg-config-0.23_1. Creating bzip'd tar ball in '/tmp/packages/All/phpSysInfo-3.0.r6_1.tbz' *** Error code 1 Stop in /a/ports/www/phpSysInfo. ================================================================ build of /usr/ports/www/phpSysInfo ended at Wed Aug 6 07:19:10 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 imp at FreeBSD.org Wed Aug 6 07:34:51 2008 From: imp at FreeBSD.org (Warner Losh) Date: Wed Aug 6 07:34:57 2008 Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h Message-ID: <200808060734.m767Yoob077994@repoman.freebsd.org> imp 2008-08-06 07:34:35 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c pccardvar.h Log: SVN rev 181342 on 2008-08-06 07:34:35Z by imp Unify the initial card probe/attach procedure with the kldload procedure. There were some subtle differences before that could lead to a variety of bugs, including resources being lost (in one case forever). pccard_probe_and_attach_card does this now, and includes comments about what's going on and why, since it isn't obvious from the code. Please let me know if I've missed anything... Provide a new function called pccard_select_cfe that allows drivers to select which configuration entry to use. This is needed for some older pre-MFC standard cards with many functions that want to activate all their functions by selecting alternative entries, or to work around broken ones. pccard_select_cfe will migrate into the pccard_if.m interface as its interface stabilizes to keep all the pccard drivers from referencing any symbols in the pccard.ko module directly. Fix a printf to refer to the right function name. Revision Changes Path 1.120 +111 -63 src/sys/dev/pccard/pccard.c 1.62 +3 -0 src/sys/dev/pccard/pccardvar.h From miwi at FreeBSD.org Wed Aug 6 07:39:06 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:39:15 2008 Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Highlight Makefile distinfo pkg-descr pkg-plist Message-ID: <200808060739.m767d66i078559@repoman.freebsd.org> miwi 2008-08-06 07:39:06 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-Highlight Makefile distinfo pkg-descr pkg-plist Log: HTML::Highlight - A module to highlight words or patterns in HTML documents WWW: http://search.cpan.org/dist/HTML-Highlight/ PR: ports/126121 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.2111 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/p5-HTML-Highlight/Makefile (new) 1.1 +3 -0 ports/www/p5-HTML-Highlight/distinfo (new) 1.1 +3 -0 ports/www/p5-HTML-Highlight/pkg-descr (new) 1.1 +6 -0 ports/www/p5-HTML-Highlight/pkg-plist (new) From miwi at FreeBSD.org Wed Aug 6 07:43:42 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:43:55 2008 Subject: cvs commit: ports/accessibility/py-papi Makefile distinfo pkg-plist Message-ID: <200808060743.m767hgAX079113@repoman.freebsd.org> miwi 2008-08-06 07:43:42 UTC FreeBSD ports repository Modified files: accessibility/py-papi Makefile distinfo Added files: accessibility/py-papi pkg-plist Log: - Update to 0.0.6 PR: 126286 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.7 +4 -12 ports/accessibility/py-papi/Makefile 1.5 +3 -3 ports/accessibility/py-papi/distinfo 1.3 +13 -0 ports/accessibility/py-papi/pkg-plist (new) From miwi at FreeBSD.org Wed Aug 6 07:47:17 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:47:29 2008 Subject: cvs commit: ports/security/tor-devel Makefile distinfo Message-ID: <200808060747.m767lGs1079543@repoman.freebsd.org> miwi 2008-08-06 07:47:16 UTC FreeBSD ports repository Modified files: security/tor-devel Makefile distinfo Log: - Update to 0.2.1.4-alpha PR: 126259 Submitted by: bf Approved by: maintainer Revision Changes Path 1.64 +1 -1 ports/security/tor-devel/Makefile 1.47 +3 -3 ports/security/tor-devel/distinfo From jadawin at FreeBSD.org Wed Aug 6 07:47:48 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Wed Aug 6 07:47:54 2008 Subject: cvs commit: ports/www/phpSysInfo pkg-plist Message-ID: <200808060747.m767lls0079619@repoman.freebsd.org> jadawin 2008-08-06 07:47:47 UTC FreeBSD ports repository Modified files: www/phpSysInfo pkg-plist Log: - Fix pkg-plist Reported by: IonBot Revision Changes Path 1.4 +54 -3 ports/www/phpSysInfo/pkg-plist From miwi at FreeBSD.org Wed Aug 6 07:48:18 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:48:31 2008 Subject: cvs commit: ports/math/qtiplot-doc Makefile distinfo pkg-plist Message-ID: <200808060748.m767mIT3079697@repoman.freebsd.org> miwi 2008-08-06 07:48:18 UTC FreeBSD ports repository Modified files: math/qtiplot-doc Makefile distinfo pkg-plist Log: - Update to 0.9.7 PR: 126248 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.8 +4 -4 ports/math/qtiplot-doc/Makefile 1.8 +3 -3 ports/math/qtiplot-doc/distinfo 1.5 +65 -56 ports/math/qtiplot-doc/pkg-plist From jadawin at FreeBSD.org Wed Aug 6 07:49:54 2008 From: jadawin at FreeBSD.org (Philippe =?iso-8859-1?Q?Aud=E9oud?=) Date: Wed Aug 6 07:50:09 2008 Subject: cvs commit: ports/www/phpSysInfo Makefile distinfo ports/www/phpSysInfo/files patch-includes_os_class_BSD_common_inc_php In-Reply-To: <20080806102325.5b5fdcba@it.buh.tecnik93.com> References: <200808060717.m767HnFD076018@repoman.freebsd.org> <20080806102325.5b5fdcba@it.buh.tecnik93.com> Message-ID: <20080806075153.GA46715@tuxaco.net> On Wed, 06 Aug 2008, Ion-Mihai Tetcu wrote: > 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. > Fixed. Thanks for report. > Thanks for your work on making FreeBSD better, > -- Philippe Audeoud Be Bear inside. From miwi at FreeBSD.org Wed Aug 6 07:50:41 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:50:53 2008 Subject: cvs commit: ports/math/qtiplot Makefile distinfo ports/math/qtiplot/files patch-qtiplot__qtiplot.pro Message-ID: <200808060750.m767ofZu080029@repoman.freebsd.org> miwi 2008-08-06 07:50:41 UTC FreeBSD ports repository Modified files: math/qtiplot Makefile distinfo math/qtiplot/files patch-qtiplot__qtiplot.pro Log: - Update to 0.9.7 PR: 126247 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.27 +3 -6 ports/math/qtiplot/Makefile 1.19 +3 -3 ports/math/qtiplot/distinfo 1.8 +1 -1 ports/math/qtiplot/files/patch-qtiplot__qtiplot.pro From kevlo at FreeBSD.org Wed Aug 6 07:53:08 2008 From: kevlo at FreeBSD.org (Kevin Lo) Date: Wed Aug 6 07:53:19 2008 Subject: cvs commit: src/sys/dev/mii rgephy.c Message-ID: <200808060753.m767r7t1080287@repoman.freebsd.org> kevlo 2008-08-06 07:52:59 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: SVN rev 181343 on 2008-08-06 07:52:59Z by kevlo Fix a copy/paste error Revision Changes Path 1.21 +0 -1 src/sys/dev/mii/rgephy.c From miwi at FreeBSD.org Wed Aug 6 07:53:49 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:54:04 2008 Subject: cvs commit: ports/x11/dmenu Makefile distinfo pkg-descr Message-ID: <200808060753.m767rn6n080380@repoman.freebsd.org> miwi 2008-08-06 07:53:49 UTC FreeBSD ports repository Modified files: x11/dmenu Makefile distinfo pkg-descr Log: - Update to 3.8 - Update WWW PR: 126285 Submitted by: Jeroen Schot (maintainer) Revision Changes Path 1.25 +2 -2 ports/x11/dmenu/Makefile 1.24 +3 -3 ports/x11/dmenu/distinfo 1.6 +1 -1 ports/x11/dmenu/pkg-descr From miwi at FreeBSD.org Wed Aug 6 07:55:14 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:55:25 2008 Subject: cvs commit: ports/x11-wm/dwm Makefile distinfo pkg-descr ports/x11-wm/dwm/files patch-config.mk Message-ID: <200808060755.m767tDQv080618@repoman.freebsd.org> miwi 2008-08-06 07:55:13 UTC FreeBSD ports repository Modified files: x11-wm/dwm Makefile distinfo pkg-descr x11-wm/dwm/files patch-config.mk Log: - Update to 5.1 - Update WWW PR: 126284 Submitted by: Jeroen Schot (maintainer) Revision Changes Path 1.39 +2 -2 ports/x11-wm/dwm/Makefile 1.37 +3 -3 ports/x11-wm/dwm/distinfo 1.14 +8 -3 ports/x11-wm/dwm/files/patch-config.mk 1.5 +1 -1 ports/x11-wm/dwm/pkg-descr From miwi at FreeBSD.org Wed Aug 6 07:57:07 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:57:12 2008 Subject: cvs commit: ports/deskutils/vym Makefile distinfo pkg-plist ports/deskutils/vym/files patch-mainwindow.cpp Message-ID: <200808060757.m767v6lt080878@repoman.freebsd.org> miwi 2008-08-06 07:57:06 UTC FreeBSD ports repository Modified files: deskutils/vym Makefile distinfo pkg-plist deskutils/vym/files patch-mainwindow.cpp Log: - Update to 1.12.0 PR: 126222 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.11 +1 -2 ports/deskutils/vym/Makefile 1.7 +3 -3 ports/deskutils/vym/distinfo 1.4 +4 -13 ports/deskutils/vym/files/patch-mainwindow.cpp 1.6 +14 -5 ports/deskutils/vym/pkg-plist From miwi at FreeBSD.org Wed Aug 6 07:57:55 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:58:06 2008 Subject: cvs commit: ports/graphics/fraqtive Makefile distinfo Message-ID: <200808060757.m767vtcV080966@repoman.freebsd.org> miwi 2008-08-06 07:57:55 UTC FreeBSD ports repository Modified files: graphics/fraqtive Makefile distinfo Log: - Update to 0.4.4 PR: 126249 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.12 +1 -2 ports/graphics/fraqtive/Makefile 1.7 +3 -3 ports/graphics/fraqtive/distinfo From miwi at FreeBSD.org Wed Aug 6 07:58:40 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 07:58:46 2008 Subject: cvs commit: ports/ports-mgmt/bpkg Makefile ports/ports-mgmt/bpkg/files bpkg.8 bpkg.sh.in Message-ID: <200808060758.m767wefI081068@repoman.freebsd.org> miwi 2008-08-06 07:58:40 UTC FreeBSD ports repository Modified files: ports-mgmt/bpkg Makefile ports-mgmt/bpkg/files bpkg.8 bpkg.sh.in Log: - Update to 2.0.3 PR: 126277 Submitted by: Andy Kosela (maintainer) Revision Changes Path 1.19 +1 -2 ports/ports-mgmt/bpkg/Makefile 1.14 +25 -21 ports/ports-mgmt/bpkg/files/bpkg.8 1.18 +106 -21 ports/ports-mgmt/bpkg/files/bpkg.sh.in From miwi at FreeBSD.org Wed Aug 6 08:20:37 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 08:20:43 2008 Subject: cvs commit: ports/accessibility/py-papi Makefile distinfo pkg-plist Message-ID: <200808060820.m768KaEn083924@repoman.freebsd.org> miwi 2008-08-06 08:20:36 UTC FreeBSD ports repository Modified files: accessibility/py-papi Makefile distinfo pkg-plist Log: - File was rerolled to add missing example file - Bump PORTREVISION Submitted by: maintainer via im Revision Changes Path 1.8 +3 -1 ports/accessibility/py-papi/Makefile 1.6 +3 -3 ports/accessibility/py-papi/distinfo 1.4 +2 -0 ports/accessibility/py-papi/pkg-plist From rwatson at FreeBSD.org Wed Aug 6 08:24:07 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Wed Aug 6 08:24:13 2008 Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh In-Reply-To: <4898BBF1.2080407@FreeBSD.org> References: <200808052042.m75Kg0qZ052029@repoman.freebsd.org> <4898BBF1.2080407@FreeBSD.org> Message-ID: On Tue, 5 Aug 2008, Remko Lodder wrote: > John Baldwin wrote: >> jhb 2008-08-05 20:41:46 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin Makefile Added files: >> usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh Log: >> SVN rev 181335 on 2008-08-05 20:41:46Z by jhb >> Add a script to perform simple analysis of a crash dump (either a full >> dump or minidump). When the script is run, it generates a text file >> containing the output of several commands run againt the core dump such >> as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. >> Obtained from: Yahoo! >> MFC after: 2 weeks > > awesome! This sounds something brilliant we can use for the send-pr stuff :) > > Thanks John! (And Yahoo!) It should also be easy to add a call to ddb(8)'s capture buffer dump routine so that scripted (or unscripted) DDB session output appears in crashinfo output in the same way it appears in textdumps. Robert N M Watson Computer Laboratory University of Cambridge From pav at FreeBSD.org Wed Aug 6 08:28:30 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Wed Aug 6 08:28:41 2008 Subject: cvs commit: ports/net/liferea Makefile Message-ID: <200808060828.m768SUZj084559@repoman.freebsd.org> pav 2008-08-06 08:28:30 UTC FreeBSD ports repository Modified files: net/liferea Makefile Log: - Since USE_GECKO is now recognized by bsd.port.mk, move it down to the conditional and remove manual inclusion of bsd.gecko.mk. This fixes always-on dependency on Firefox. Revision Changes Path 1.126 +2 -2 ports/net/liferea/Makefile From pav at FreeBSD.org Wed Aug 6 08:29:57 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Wed Aug 6 08:30:06 2008 Subject: cvs commit: ports/net/boinc-client Makefile distinfo pkg-plist ports/net/boinc-client/files patch-CPUID patch-fix_anonymous_platform_attach patch-lib_util.C Message-ID: <200808060829.m768TuXh084694@repoman.freebsd.org> pav 2008-08-06 08:29:56 UTC FreeBSD ports repository Modified files: net/boinc-client Makefile distinfo pkg-plist Removed files: net/boinc-client/files patch-CPUID patch-fix_anonymous_platform_attach patch-lib_util.C Log: - Update to 6.2.14 Revision Changes Path 1.35 +1 -2 ports/net/boinc-client/Makefile 1.13 +3 -3 ports/net/boinc-client/distinfo 1.3 +0 -80 ports/net/boinc-client/files/patch-CPUID (dead) 1.3 +0 -18 ports/net/boinc-client/files/patch-fix_anonymous_platform_attach (dead) 1.2 +0 -10 ports/net/boinc-client/files/patch-lib_util.C (dead) 1.9 +2 -6 ports/net/boinc-client/pkg-plist From pav at FreeBSD.org Wed Aug 6 08:30:27 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Wed Aug 6 08:30:35 2008 Subject: cvs commit: ports/net/boinc_curses Makefile Message-ID: <200808060830.m768URnM084830@repoman.freebsd.org> pav 2008-08-06 08:30:27 UTC FreeBSD ports repository Modified files: net/boinc_curses Makefile Log: - Trigger rebuild with boinc-client 6.x Revision Changes Path 1.7 +1 -0 ports/net/boinc_curses/Makefile From demon at FreeBSD.org Wed Aug 6 09:15:37 2008 From: demon at FreeBSD.org (Dmitry Sivachenko) Date: Wed Aug 6 09:15:48 2008 Subject: cvs commit: ports/www/links Makefile distinfo Message-ID: <200808060915.m769FaLf099110@repoman.freebsd.org> demon 2008-08-06 09:15:36 UTC FreeBSD ports repository Modified files: www/links Makefile distinfo Log: Update to 2.2 release. PR: 126268 Submitted by: bf Revision Changes Path 1.56 +1 -1 ports/www/links/Makefile 1.27 +3 -3 ports/www/links/distinfo From lbr at FreeBSD.org Wed Aug 6 09:34:33 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Wed Aug 6 09:34:39 2008 Subject: cvs commit: ports/devel/p5-Config-Any Makefile distinfo Message-ID: <200808060934.m769YWwb000648@repoman.freebsd.org> lbr 2008-08-06 09:34:32 UTC FreeBSD ports repository Modified files: devel/p5-Config-Any Makefile distinfo Log: Update to 0.13 Revision Changes Path 1.9 +1 -1 ports/devel/p5-Config-Any/Makefile 1.7 +3 -3 ports/devel/p5-Config-Any/distinfo From lbr at FreeBSD.org Wed Aug 6 09:38:12 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Wed Aug 6 09:38:22 2008 Subject: cvs commit: ports/devel/p5-Class-MOP Makefile distinfo Message-ID: <200808060938.m769cBBZ001012@repoman.freebsd.org> lbr 2008-08-06 09:38:11 UTC FreeBSD ports repository Modified files: devel/p5-Class-MOP Makefile distinfo Log: Update to 0.64 Revision Changes Path 1.29 +1 -1 ports/devel/p5-Class-MOP/Makefile 1.25 +3 -3 ports/devel/p5-Class-MOP/distinfo From miwi at FreeBSD.org Wed Aug 6 09:56:11 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 09:56:17 2008 Subject: cvs commit: ports/net-im/decibel Makefile Message-ID: <200808060956.m769uBGe002436@repoman.freebsd.org> miwi 2008-08-06 09:56:11 UTC FreeBSD ports repository Modified files: net-im/decibel Makefile Log: - Fix build after cmake update - Disable KDE4 detection - Remove FreeBSD 5.X support - Bump PORTREVISION Reported by: pavbot/erwinbot Revision Changes Path 1.7 +3 -9 ports/net-im/decibel/Makefile From miwi at FreeBSD.org Wed Aug 6 09:56:43 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 09:57:00 2008 Subject: cvs commit: ports/net-im/decibel/files patch-CMakeLists.txt Message-ID: <200808060956.m769uhbr002502@repoman.freebsd.org> miwi 2008-08-06 09:56:43 UTC FreeBSD ports repository Added files: net-im/decibel/files patch-CMakeLists.txt Log: - Add missing patch Revision Changes Path 1.1 +10 -0 ports/net-im/decibel/files/patch-CMakeLists.txt (new) From lbr at FreeBSD.org Wed Aug 6 10:02:22 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Wed Aug 6 10:02:34 2008 Subject: cvs commit: ports/devel/p5-Moose Makefile distinfo pkg-plist Message-ID: <200808061002.m76A2MfH002960@repoman.freebsd.org> lbr 2008-08-06 10:02:22 UTC FreeBSD ports repository Modified files: devel/p5-Moose Makefile distinfo pkg-plist Log: Update to 0.55 Revision Changes Path 1.31 +20 -15 ports/devel/p5-Moose/Makefile 1.29 +3 -3 ports/devel/p5-Moose/distinfo 1.13 +21 -12 ports/devel/p5-Moose/pkg-plist From amdmi3 at FreeBSD.org Wed Aug 6 10:25:07 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Wed Aug 6 10:25:14 2008 Subject: cvs commit: ports/devel Makefile ports/devel/valide Makefile distinfo pkg-descr pkg-plist Message-ID: <200808061025.m76AP7dB008196@repoman.freebsd.org> amdmi3 2008-08-06 10:25:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/valide Makefile distinfo pkg-descr pkg-plist Log: Val(a)IDE is an Integrated Development Environment (IDE) for the Vala programming language. WWW: http://home.gna.org/valide/ PR: ports/126253 Submitted by: Romain Tartière Approved by: miwi (mentor implicit) Revision Changes Path 1.3163 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/valide/Makefile (new) 1.1 +3 -0 ports/devel/valide/distinfo (new) 1.1 +4 -0 ports/devel/valide/pkg-descr (new) 1.1 +29 -0 ports/devel/valide/pkg-plist (new) From miwi at FreeBSD.org Wed Aug 6 10:31:07 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 10:31:18 2008 Subject: cvs commit: ports/sysutils/pear-Log Makefile distinfo Message-ID: <200808061031.m76AV7I2010646@repoman.freebsd.org> miwi 2008-08-06 10:31:07 UTC FreeBSD ports repository Modified files: sysutils/pear-Log Makefile distinfo Log: - Update to 1.11.1 Revision Changes Path 1.46 +1 -1 ports/sysutils/pear-Log/Makefile 1.29 +3 -3 ports/sysutils/pear-Log/distinfo From miwi at FreeBSD.org Wed Aug 6 10:34:13 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 10:34:27 2008 Subject: cvs commit: ports/devel/autoconf-archive Makefile distinfo pkg-plist Message-ID: <200808061034.m76AYBrk011084@repoman.freebsd.org> miwi 2008-08-06 10:34:11 UTC FreeBSD ports repository Modified files: devel/autoconf-archive Makefile distinfo pkg-plist Log: - Update to 2008-07-25 PR: 126264 Submitted by: Martin Kammerhoffer (maintainer) Revision Changes Path 1.11 +1 -1 ports/devel/autoconf-archive/Makefile 1.11 +3 -3 ports/devel/autoconf-archive/distinfo 1.8 +76 -1 ports/devel/autoconf-archive/pkg-plist From miwi at FreeBSD.org Wed Aug 6 10:35:04 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 10:35:10 2008 Subject: cvs commit: ports/devel/pear-PHPUnit3 Makefile distinfo Message-ID: <200808061035.m76AZ4L4011209@repoman.freebsd.org> miwi 2008-08-06 10:35:04 UTC FreeBSD ports repository Modified files: devel/pear-PHPUnit3 Makefile distinfo Log: - Update to 3.2.21 PR: 126221 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.30 +1 -1 ports/devel/pear-PHPUnit3/Makefile 1.20 +3 -3 ports/devel/pear-PHPUnit3/distinfo From miwi at FreeBSD.org Wed Aug 6 10:36:50 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 10:37:01 2008 Subject: cvs commit: ports/net-mgmt/tork Makefile distinfo pkg-plist Message-ID: <200808061036.m76Aan1k011396@repoman.freebsd.org> miwi 2008-08-06 10:36:49 UTC FreeBSD ports repository Modified files: net-mgmt/tork Makefile distinfo pkg-plist Log: - Update to 0.29.2 PR: 126246 Submitted by: "Beat Gätzi" Approved by: maintainer Revision Changes Path 1.5 +1 -2 ports/net-mgmt/tork/Makefile 1.4 +3 -3 ports/net-mgmt/tork/distinfo 1.4 +2 -0 ports/net-mgmt/tork/pkg-plist From miwi at FreeBSD.org Wed Aug 6 10:38:10 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 10:38:21 2008 Subject: cvs commit: ports/graphics/qcomicbook Makefile Message-ID: <200808061038.m76Ac94K011511@repoman.freebsd.org> miwi 2008-08-06 10:38:09 UTC FreeBSD ports repository Modified files: graphics/qcomicbook Makefile Log: - Disable imlib2 (it's not used temporary) - Install desktop icon/entry - Bump PORTREVISION PR: 126272 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.24 +6 -8 ports/graphics/qcomicbook/Makefile From miwi at FreeBSD.org Wed Aug 6 10:39:12 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 10:39:31 2008 Subject: cvs commit: ports/www Makefile ports/www/xoops Makefile distinfo pkg-descr pkg-plist ports/www/xoops/files pkg-message.in Message-ID: <200808061039.m76AdCgE011670@repoman.freebsd.org> miwi 2008-08-06 10:39:12 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xoops Makefile distinfo pkg-descr pkg-plist www/xoops/files pkg-message.in Log: XOOPS is an extensible, OO (Object Oriented), easy to use dynamic web content management system written in PHP. XOOPS is the ideal tool for developing small to large dynamic community websites, intra company portals, corporate portals, weblogs and much more. WWW: http://www.xoops.org/ PR: ports/126194 Submitted by: Wen heping Revision Changes Path 1.2112 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/xoops/Makefile (new) 1.1 +3 -0 ports/www/xoops/distinfo (new) 1.1 +27 -0 ports/www/xoops/files/pkg-message.in (new) 1.1 +7 -0 ports/www/xoops/pkg-descr (new) 1.1 +745 -0 ports/www/xoops/pkg-plist (new) From miwi at FreeBSD.org Wed Aug 6 10:48:24 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 10:48:35 2008 Subject: cvs commit: ports/math Makefile ports/math/gmm++ Makefile distinfo pkg-descr pkg-plist Message-ID: <200808061048.m76AmNjo012430@repoman.freebsd.org> miwi 2008-08-06 10:48:23 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/gmm++ Makefile distinfo pkg-descr pkg-plist Log: Gmm++ is a generic C++ template library for sparse, dense and skyline matrices. It is built as a set of generic algorithms (mult, add, copy, sub-matrices, dense and sparse solvers ...) for any interfaced vector type or matrix type. It can be view as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built in Gmm++, hence it can be used as a standalone linear algebra library. Interfacing a vector or matrix type means writing "traits" objects called "linalg_traits", which describe their properties. The library offers predefined dense, sparse and skyline matrix types. WWW: http://home.gna.org/getfem/ Revision Changes Path 1.486 +1 -0 ports/math/Makefile 1.1 +19 -0 ports/math/gmm++/Makefile (new) 1.1 +3 -0 ports/math/gmm++/distinfo (new) 1.1 +12 -0 ports/math/gmm++/pkg-descr (new) 1.1 +55 -0 ports/math/gmm++/pkg-plist (new) From gabor at FreeBSD.org Wed Aug 6 10:59:15 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Wed Aug 6 10:59:27 2008 Subject: cvs commit: CVSROOT access Message-ID: <200808061059.m76AxFNo013240@repoman.freebsd.org> gabor 2008-08-06 10:59:15 UTC FreeBSD doc repository Modified files: . access Log: Please welcome Gabor Pali (pgj@) as a full doc/www committer. He has been a Hungarian translator and recently has done a nice renovation on the original English FAQ document. From now on his access isn't limited to the Hungarian trees any more. I'll be his mentor. Approved by: doceng (blackend) Revision Changes Path 1.611 +0 -0 CVSROOT/access From pav at FreeBSD.org Wed Aug 6 12:19:48 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Wed Aug 6 12:20:04 2008 Subject: cvs commit: ports/graphics/gthumb Makefile distinfo pkg-plist Message-ID: <200808061219.m76CJmpj022088@repoman.freebsd.org> pav 2008-08-06 12:19:48 UTC FreeBSD ports repository Modified files: graphics/gthumb Makefile distinfo pkg-plist Log: - Update to 2.10.9 Revision Changes Path 1.42 +1 -2 ports/graphics/gthumb/Makefile 1.23 +3 -3 ports/graphics/gthumb/distinfo 1.17 +1 -0 ports/graphics/gthumb/pkg-plist From maho at FreeBSD.org Wed Aug 6 12:21:29 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Wed Aug 6 12:21:41 2008 Subject: cvs commit: ports/editors/openoffice.org-2 Makefile ports/editors/openoffice.org-2/files patch-i91369 ports/editors/openoffice.org-2-RC Makefile ports/editors/openoffice.org-2-RC/files patch-i91369 ports/editors/openoffice.org-2-devel Makefile ports/editors/openoffice.org-2-devel/files patch-i91369 Message-ID: <200808061221.m76CLTCh022436@repoman.freebsd.org> maho 2008-08-06 12:21:29 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2 Makefile editors/openoffice.org-2-RC Makefile editors/openoffice.org-2-devel Makefile Added files: editors/openoffice.org-2/files patch-i91369 editors/openoffice.org-2-RC/files patch-i91369 editors/openoffice.org-2-devel/files patch-i91369 Log: Use stock gcc for FreeBSD 6. Revision Changes Path 1.341 +3 -5 ports/editors/openoffice.org-2-RC/Makefile 1.1 +16 -0 ports/editors/openoffice.org-2-RC/files/patch-i91369 (new) 1.366 +3 -6 ports/editors/openoffice.org-2-devel/Makefile 1.1 +16 -0 ports/editors/openoffice.org-2-devel/files/patch-i91369 (new) 1.307 +3 -5 ports/editors/openoffice.org-2/Makefile 1.1 +16 -0 ports/editors/openoffice.org-2/files/patch-i91369 (new) From pav at FreeBSD.org Wed Aug 6 13:04:54 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Wed Aug 6 13:07:41 2008 Subject: cvs commit: ports/devel/pear-OLE Makefile distinfo Message-ID: <200808061304.m76D4rlt036089@repoman.freebsd.org> pav 2008-08-06 13:04:53 UTC FreeBSD ports repository Modified files: devel/pear-OLE Makefile distinfo Log: - Update to 0.6.1 Submitted by: miwi Revision Changes Path 1.5 +3 -2 ports/devel/pear-OLE/Makefile 1.3 +3 -3 ports/devel/pear-OLE/distinfo From miwi at FreeBSD.org Wed Aug 6 13:35:04 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 13:35:16 2008 Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-Stream Makefile distinfo pkg-descr pkg-plist Message-ID: <200808061335.m76DZ32Q038578@repoman.freebsd.org> miwi 2008-08-06 13:35:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-Stream Makefile distinfo pkg-descr pkg-plist Log: Perl filehandles are streams, but sometimes they just aren't powerful enough. This module offers to have streams from filehandles searched with regexes and allows the global input record separator variable to contain regexes. Thus, readline() and the <> operator can now return records delimited by regular expression matches. WWW: http://search.cpan.org/dist/File-Stream/ PR: ports/125926 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.3164 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-File-Stream/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-Stream/distinfo (new) 1.1 +9 -0 ports/devel/p5-File-Stream/pkg-descr (new) 1.1 +2 -0 ports/devel/p5-File-Stream/pkg-plist (new) From mm at FreeBSD.org Wed Aug 6 13:35:21 2008 From: mm at FreeBSD.org (Martin Matuska) Date: Wed Aug 6 13:35:42 2008 Subject: cvs commit: ports/net-im/jabber-pymsn Makefile Message-ID: <200808061335.m76DZKkZ038659@repoman.freebsd.org> mm 2008-08-06 13:35:20 UTC FreeBSD ports repository Modified files: net-im/jabber-pymsn Makefile Log: - Fix MSN protocol string - Bump PORTREVISION PR: ports/126276 Submitted by: garga Revision Changes Path 1.26 +4 -1 ports/net-im/jabber-pymsn/Makefile From miwi at FreeBSD.org Wed Aug 6 13:35:58 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 13:36:40 2008 Subject: cvs commit: ports/sysutils/daa2iso Makefile distinfo Message-ID: <200808061335.m76DZvAR038721@repoman.freebsd.org> miwi 2008-08-06 13:35:57 UTC FreeBSD ports repository Modified files: sysutils/daa2iso Makefile distinfo Log: - Update to 0.1.5a - Update maintainer mail adress PR: 126250 Submitted by: Martin Tournoij (maintainer) Revision Changes Path 1.4 +22 -4 ports/sysutils/daa2iso/Makefile 1.4 +3 -3 ports/sysutils/daa2iso/distinfo From miwi at FreeBSD.org Wed Aug 6 13:36:57 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 13:38:11 2008 Subject: cvs commit: ports/sysutils/uif2iso Makefile distinfo Message-ID: <200808061336.m76DavQM038834@repoman.freebsd.org> miwi 2008-08-06 13:36:57 UTC FreeBSD ports repository Modified files: sysutils/uif2iso Makefile distinfo Log: - Update to 0.1.5a - Update maintainer mail adress PR: 126251 Submitted by: Martin Tournoij (maintainer) Revision Changes Path 1.4 +20 -3 ports/sysutils/uif2iso/Makefile 1.4 +3 -3 ports/sysutils/uif2iso/distinfo From miwi at FreeBSD.org Wed Aug 6 13:37:56 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 13:39:45 2008 Subject: cvs commit: ports/net/p5-ZConf Makefile distinfo Message-ID: <200808061337.m76Dbtrm038925@repoman.freebsd.org> miwi 2008-08-06 13:37:55 UTC FreeBSD ports repository Modified files: net/p5-ZConf Makefile distinfo Log: - Update to 0.3.2 PR: 125893 Submitted by: "Zane C.B." (maintainer) Revision Changes Path 1.4 +1 -1 ports/net/p5-ZConf/Makefile 1.3 +3 -3 ports/net/p5-ZConf/distinfo From jadawin at FreeBSD.org Wed Aug 6 13:56:07 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Wed Aug 6 13:58:12 2008 Subject: cvs commit: ports/security/fakeroot Makefile distinfo Message-ID: <200808061356.m76Du7Pk040484@repoman.freebsd.org> jadawin 2008-08-06 13:56:07 UTC FreeBSD ports repository Modified files: security/fakeroot Makefile distinfo Log: - Update to 1.9.6 PR: ports/126281 Submitted by: maintainer (ganael.laplanche martymac.com) Revision Changes Path 1.18 +1 -1 ports/security/fakeroot/Makefile 1.11 +3 -3 ports/security/fakeroot/distinfo From dfr at FreeBSD.org Wed Aug 6 14:06:19 2008 From: dfr at FreeBSD.org (Doug Rabson) Date: Wed Aug 6 14:06:24 2008 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local src/include/gssapi gssapi.h src/include/rpc Makefile auth.h rpcsec_gss.h svc.h src/kerberos5/lib/libgssapi_krb5 Makefile pname_to_uid.c src/lib Makefile src/lib/libc/rpc Makefile.inc Symbol.map clnt_dg.c ... Message-ID: <200808061406.m76E6IGe042840@repoman.freebsd.org> dfr 2008-08-06 14:02:05 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local include/gssapi gssapi.h include/rpc Makefile auth.h svc.h kerberos5/lib/libgssapi_krb5 Makefile lib Makefile lib/libc/rpc Makefile.inc Symbol.map clnt_dg.c clnt_perror.c clnt_vc.c svc.c svc_auth.c svc_dg.c svc_raw.c svc_vc.c lib/libc/xdr xdr_rec.c lib/libgssapi Makefile Symbol.map gss_mech_switch.c gss_utils.c mech_switch.h utils.h Added files: include/rpc rpcsec_gss.h kerberos5/lib/libgssapi_krb5 pname_to_uid.c lib/libc/rpc rpcsec_gss_stub.c lib/libgssapi gss_pname_to_uid.c lib/librpcsec_gss Makefile Symbol.map rpc_gss_get_error.3 rpc_gss_get_mech_info.3 rpc_gss_get_mechanisms.3 rpc_gss_get_principal_name.3 rpc_gss_get_versions.3 rpc_gss_getcred.3 rpc_gss_is_installed.3 rpc_gss_max_data_length.3 rpc_gss_mech_to_oid.3 rpc_gss_oid_to_mech.3 rpc_gss_qop_to_num.3 rpc_gss_seccreate.3 rpc_gss_set_callback.3 rpc_gss_set_defaults.3 rpc_gss_set_svc_name.3 rpc_gss_svc_max_data_length.3 rpcsec_gss.3 rpcsec_gss.c rpcsec_gss_conf.c rpcsec_gss_int.h rpcsec_gss_misc.c rpcsec_gss_prot.c svc_rpcsec_gss.c Log: SVN rev 181344 on 2008-08-06 14:02:05Z by dfr Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This is based on an old implementation from the University of Michigan with lots of changes and fixes by me and the addition of a Solaris-compatible API. Sponsored by: Isilon Systems Reviewed by: alfred Revision Changes Path 1.64 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local 1.5 +9 -0 src/include/gssapi/gssapi.h 1.4 +1 -1 src/include/rpc/Makefile 1.22 +16 -2 src/include/rpc/auth.h 1.1 +179 -0 src/include/rpc/rpcsec_gss.h (new) 1.25 +43 -0 src/include/rpc/svc.h 1.2 +1 -0 src/kerberos5/lib/libgssapi_krb5/Makefile 1.1 +59 -0 src/kerberos5/lib/libgssapi_krb5/pname_to_uid.c (new) 1.232 +3 -1 src/lib/Makefile 1.29 +3 -2 src/lib/libc/rpc/Makefile.inc 1.4 +4 -0 src/lib/libc/rpc/Symbol.map 1.20 +87 -23 src/lib/libc/rpc/clnt_dg.c 1.18 +8 -1 src/lib/libc/rpc/clnt_perror.c 1.21 +37 -12 src/lib/libc/rpc/clnt_vc.c 1.1 +48 -0 src/lib/libc/rpc/rpcsec_gss_stub.c (new) 1.25 +48 -10 src/lib/libc/rpc/svc.c 1.14 +24 -0 src/lib/libc/rpc/svc_auth.c 1.9 +27 -7 src/lib/libc/rpc/svc_dg.c 1.16 +28 -10 src/lib/libc/rpc/svc_raw.c 1.28 +32 -13 src/lib/libc/rpc/svc_vc.c 1.23 +13 -12 src/lib/libc/xdr/xdr_rec.c 1.5 +1 -0 src/lib/libgssapi/Makefile 1.2 +7 -0 src/lib/libgssapi/Symbol.map 1.4 +1 -0 src/lib/libgssapi/gss_mech_switch.c 1.1 +69 -0 src/lib/libgssapi/gss_pname_to_uid.c (new) 1.5 +12 -0 src/lib/libgssapi/gss_utils.c 1.3 +8 -0 src/lib/libgssapi/mech_switch.h 1.3 +1 -0 src/lib/libgssapi/utils.h 1.1 +39 -0 src/lib/librpcsec_gss/Makefile (new) 1.1 +28 -0 src/lib/librpcsec_gss/Symbol.map (new) 1.1 +58 -0 src/lib/librpcsec_gss/rpc_gss_get_error.3 (new) 1.1 +68 -0 src/lib/librpcsec_gss/rpc_gss_get_mech_info.3 (new) 1.1 +55 -0 src/lib/librpcsec_gss/rpc_gss_get_mechanisms.3 (new) 1.1 +82 -0 src/lib/librpcsec_gss/rpc_gss_get_principal_name.3 (new) 1.1 +64 -0 src/lib/librpcsec_gss/rpc_gss_get_versions.3 (new) 1.1 +85 -0 src/lib/librpcsec_gss/rpc_gss_getcred.3 (new) 1.1 +65 -0 src/lib/librpcsec_gss/rpc_gss_is_installed.3 (new) 1.1 +64 -0 src/lib/librpcsec_gss/rpc_gss_max_data_length.3 (new) 1.1 +68 -0 src/lib/librpcsec_gss/rpc_gss_mech_to_oid.3 (new) 1.1 +68 -0 src/lib/librpcsec_gss/rpc_gss_oid_to_mech.3 (new) 1.1 +70 -0 src/lib/librpcsec_gss/rpc_gss_qop_to_num.3 (new) 1.1 +112 -0 src/lib/librpcsec_gss/rpc_gss_seccreate.3 (new) 1.1 +115 -0 src/lib/librpcsec_gss/rpc_gss_set_callback.3 (new) 1.1 +70 -0 src/lib/librpcsec_gss/rpc_gss_set_defaults.3 (new) 1.1 +87 -0 src/lib/librpcsec_gss/rpc_gss_set_svc_name.3 (new) 1.1 +64 -0 src/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3 (new) 1.1 +230 -0 src/lib/librpcsec_gss/rpcsec_gss.3 (new) 1.1 +722 -0 src/lib/librpcsec_gss/rpcsec_gss.c (new) 1.1 +417 -0 src/lib/librpcsec_gss/rpcsec_gss_conf.c (new) 1.1 +95 -0 src/lib/librpcsec_gss/rpcsec_gss_int.h (new) 1.1 +49 -0 src/lib/librpcsec_gss/rpcsec_gss_misc.c (new) 1.1 +288 -0 src/lib/librpcsec_gss/rpcsec_gss_prot.c (new) 1.1 +1214 -0 src/lib/librpcsec_gss/svc_rpcsec_gss.c (new) From db at FreeBSD.org Wed Aug 6 14:06:57 2008 From: db at FreeBSD.org (Diane Bruce) Date: Wed Aug 6 14:07:03 2008 Subject: cvs commit: ports/comms/ibp Makefile ports/comms/ibp/files ibp.1 Message-ID: <200808061406.m76E6vCT042918@repoman.freebsd.org> db 2008-08-06 14:06:57 UTC FreeBSD ports repository Modified files: comms/ibp Makefile Removed files: comms/ibp/files ibp.1 Log: - Use the vendor supplied man page which I missed. Revision Changes Path 1.2 +2 -1 ports/comms/ibp/Makefile 1.2 +0 -18 ports/comms/ibp/files/ibp.1 (dead) From pgollucci at FreeBSD.org Wed Aug 6 14:32:00 2008 From: pgollucci at FreeBSD.org (Philip M. Gollucci) Date: Wed Aug 6 14:32:05 2008 Subject: cvs commit: ports/audio/autocd/files autocd.in Message-ID: <200808061431.m76EVxi3044888@repoman.freebsd.org> pgollucci 2008-08-06 14:31:59 UTC FreeBSD ports repository Modified files: audio/autocd/files autocd.in Log: Clean up the rc.d script as suggested by dougb Submitted by: dougb via e-mail Approved by: maintainer (implicit), araujo (mentor) Revision Changes Path 1.2 +9 -11 ports/audio/autocd/files/autocd.in From beech at FreeBSD.org Wed Aug 6 14:32:25 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Wed Aug 6 14:32:31 2008 Subject: cvs commit: ports/ftp/proftpd Makefile Message-ID: <200808061432.m76EWPFQ044941@repoman.freebsd.org> beech 2008-08-06 14:32:25 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile Log: - Mark option mod_codeconv as possibly broken. Revision Changes Path 1.136 +1 -1 ports/ftp/proftpd/Makefile From kib at FreeBSD.org Wed Aug 6 14:47:30 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Wed Aug 6 14:47:35 2008 Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200808061447.m76ElSne046456@repoman.freebsd.org> kib 2008-08-06 14:47:19 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: SVN rev 181345 on 2008-08-06 14:47:19Z by kib User may do "mount -o snapshot ...", that causes new FFS mount to be performed with snapshot option, while the mp->mnt_opt is NULL. Protect against NULL pointer dereference. Noted by: Mateusz Guzik MFC after: 3 days Revision Changes Path 1.344 +2 -1 src/sys/ufs/ffs/ffs_vfsops.c From attilio at freebsd.org Wed Aug 6 15:04:55 2008 From: attilio at freebsd.org (Attilio Rao) Date: Wed Aug 6 15:05:06 2008 Subject: cvs commit: src/sys/kern kern_condvar.c kern_lock.c kern_sig.c kern_sx.c kern_synch.c kern_thread.c subr_sleepqueue.c src/sys/sys proc.h sleepqueue.h src/sys/vm vm_glue.c In-Reply-To: <200808052003.m75K3faN048818@repoman.freebsd.org> References: <200808052003.m75K3faN048818@repoman.freebsd.org> Message-ID: <3bbf2fe10808060804k5b843b5bma8d71d524497e8d8@mail.gmail.com> 2008/8/5, John Baldwin : > jhb 2008-08-05 20:02:31 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_condvar.c kern_lock.c kern_sig.c > kern_sx.c kern_synch.c kern_thread.c > subr_sleepqueue.c > sys/sys proc.h sleepqueue.h > sys/vm vm_glue.c > Log: > SVN rev 181334 on 2008-08-05 20:02:31Z by jhb > > If a thread that is swapped out is made runnable, then the setrunnable() > routine wakes up proc0 so that proc0 can swap the thread back in. > Historically, this has been done by waking up proc0 directly from > setrunnable() itself via a wakeup(). When waking up a sleeping thread > that was swapped out (the usual case when waking proc0 since only sleeping > threads are eligible to be swapped out), this resulted in a bit of > recursion (e.g. wakeup() -> setrunnable() -> wakeup()). > > With sleep queues having separate locks in 6.x and later, this caused a > spin lock LOR (sleepq lock -> sched_lock/thread lock -> sleepq lock). > An attempt was made to fix this in 7.0 by making the proc0 wakeup use > the ithread mechanism for doing the wakeup. However, this required > grabbing proc0's thread lock to perform the wakeup. If proc0 was asleep > elsewhere in the kernel (e.g. waiting for disk I/O), then this degenerated > into the same LOR since the thread lock would be some other sleepq lock. > > Fix this by deferring the wakeup of the swapper until after the sleepq > lock held by the upper layer has been locked. The setrunnable() routine > now returns a boolean value to indicate whether or not proc0 needs to be > woken up. The end result is that consumers of the sleepq API such as > *sleep/wakeup, condition variables, sx locks, and lockmgr, have to wakeup > proc0 if they get a non-zero return value from sleepq_abort(), > sleepq_broadcast(), or sleepq_signal(). Could you please update sleepqueue(9) manpages reflecting prototipes changes for sleepq_* functions? Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein From miwi at FreeBSD.org Wed Aug 6 15:14:37 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 15:14:43 2008 Subject: cvs commit: ports/devel/qsvn Makefile distinfo pkg-descr pkg-plist ports/devel/qsvn/files patch-src__CMakeLists.txt Message-ID: <200808061514.m76FEbaY049698@repoman.freebsd.org> miwi 2008-08-06 15:14:37 UTC FreeBSD ports repository Modified files: devel/qsvn Makefile distinfo pkg-descr pkg-plist devel/qsvn/files patch-src__CMakeLists.txt Log: - Update to 0.7 - Update WWW PR: 126219 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.8 +2 -3 ports/devel/qsvn/Makefile 1.3 +3 -3 ports/devel/qsvn/distinfo 1.3 +13 -4 ports/devel/qsvn/files/patch-src__CMakeLists.txt 1.2 +1 -1 ports/devel/qsvn/pkg-descr 1.3 +9 -1 ports/devel/qsvn/pkg-plist From miwi at FreeBSD.org Wed Aug 6 15:15:51 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 15:16:03 2008 Subject: cvs commit: ports/graphics Makefile ports/graphics/p5-Graphics-ColorNames-WWW Makefile distinfo pkg-descr pkg-plist Message-ID: <200808061515.m76FFpJK049887@repoman.freebsd.org> miwi 2008-08-06 15:15:51 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-Graphics-ColorNames-WWW Makefile distinfo pkg-descr pkg-plist Log: WWW color names and equivalent RGB values. This modules defines color names and their associated RGB values from various WWW specifications and implementations. WWW: http://search.cpan.org/dist/Graphics-ColorNames-WWW/ PR: ports/126117 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.1170 +1 -0 ports/graphics/Makefile 1.1 +24 -0 ports/graphics/p5-Graphics-ColorNames-WWW/Makefile (new) 1.1 +3 -0 ports/graphics/p5-Graphics-ColorNames-WWW/distinfo (new) 1.1 +5 -0 ports/graphics/p5-Graphics-ColorNames-WWW/pkg-descr (new) 1.1 +8 -0 ports/graphics/p5-Graphics-ColorNames-WWW/pkg-plist (new) From miwi at FreeBSD.org Wed Aug 6 15:30:04 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 15:30:16 2008 Subject: cvs commit: ports/devel/qsvn/files patch-svnqt__client_modify.cpp Message-ID: <200808061530.m76FU1ZO051015@repoman.freebsd.org> miwi 2008-08-06 15:30:01 UTC FreeBSD ports repository Removed files: devel/qsvn/files patch-svnqt__client_modify.cpp Log: - Remove unneeded patch (forget in previous commit) Revision Changes Path 1.2 +0 -13 ports/devel/qsvn/files/patch-svnqt__client_modify.cpp (dead) From sam at freebsd.org Wed Aug 6 15:33:12 2008 From: sam at freebsd.org (Sam Leffler) Date: Wed Aug 6 15:33:29 2008 Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h In-Reply-To: <200808060734.m767Yoob077994@repoman.freebsd.org> References: <200808060734.m767Yoob077994@repoman.freebsd.org> Message-ID: <4899C437.3090506@freebsd.org> Warner Losh wrote: > imp 2008-08-06 07:34:35 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pccard pccard.c pccardvar.h > Log: > SVN rev 181342 on 2008-08-06 07:34:35Z by imp > > Unify the initial card probe/attach procedure with the kldload > procedure. There were some subtle differences before that could lead > to a variety of bugs, including resources being lost (in one case > forever). pccard_probe_and_attach_card does this now, and includes > comments about what's going on and why, since it isn't obvious from > the code. Please let me know if I've missed anything... > > Provide a new function called pccard_select_cfe that allows drivers to > select which configuration entry to use. This is needed for some > older pre-MFC standard cards with many functions that want to activate > all their functions by selecting alternative entries, or to work > around broken ones. pccard_select_cfe will migrate into the > pccard_if.m interface as its interface stabilizes to keep all the > pccard drivers from referencing any symbols in the pccard.ko module > directly. > > Are there any specific bugs this fixes? For example I have seen cases where ejecting a wireless card leaves the ifnet around. I also have a wireless card that does not probe (we've discsussed it; looks like an issue not powering on the socket). Sam From dfr at FreeBSD.org Wed Aug 6 15:33:14 2008 From: dfr at FreeBSD.org (Doug Rabson) Date: Wed Aug 6 15:33:30 2008 Subject: cvs commit: src/lib/librpcsec_gss rpcsec_gss_prot.c Message-ID: <200808061533.m76FXEOG051358@repoman.freebsd.org> dfr 2008-08-06 15:33:00 UTC FreeBSD src repository Modified files: lib/librpcsec_gss rpcsec_gss_prot.c Log: SVN rev 181346 on 2008-08-06 15:33:00Z by dfr Fix 64bt build. Revision Changes Path 1.2 +3 -1 src/lib/librpcsec_gss/rpcsec_gss_prot.c From miwi at FreeBSD.org Wed Aug 6 15:34:12 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 15:34:23 2008 Subject: cvs commit: ports/devel Makefile ports/devel/p5-Config-JSON Makefile distinfo pkg-descr pkg-plist Message-ID: <200808061534.m76FYC3e051483@repoman.freebsd.org> miwi 2008-08-06 15:34:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Config-JSON Makefile distinfo pkg-descr pkg-plist Log: This package parses the config files written in JSON. It also does some non-JSON stuff, like allowing for comments in the files. WWW: http://search.cpan.org/dist/Config-JSON/ PR: ports/126119 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.3165 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Config-JSON/Makefile (new) 1.1 +3 -0 ports/devel/p5-Config-JSON/distinfo (new) 1.1 +4 -0 ports/devel/p5-Config-JSON/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Config-JSON/pkg-plist (new) From adamw at FreeBSD.org Wed Aug 6 15:37:02 2008 From: adamw at FreeBSD.org (Adam Weinberger) Date: Wed Aug 6 15:37:09 2008 Subject: cvs commit: ports/games/secretmaryochronicles-music Makefile Message-ID: <200808061537.m76Fb2OZ051782@repoman.freebsd.org> adamw 2008-08-06 15:37:02 UTC FreeBSD ports repository Modified files: games/secretmaryochronicles-music Makefile Log: Move the do-install: target out from a conditional block. I have no explanation for what the hell it was doing in there in the first place, but it was probably someone else's fault. This was, of course, identified and solved by the itetcutron. Revision Changes Path 1.2 +3 -3 ports/games/secretmaryochronicles-music/Makefile From adamw at FreeBSD.org Wed Aug 6 15:41:12 2008 From: adamw at FreeBSD.org (Adam Weinberger) Date: Wed Aug 6 15:41:42 2008 Subject: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist In-Reply-To: <20080806092257.5c09cfd2@it.buh.tecnik93.com> References: <200808060337.m763b4lu014095@repoman.freebsd.org> <20080806091940.057a391c@it.buh.tecnik93.com> <20080806092257.5c09cfd2@it.buh.tecnik93.com> Message-ID: <20080806154314.GB53713@toxic.magnesium.net> >> (08.05.2008 @ 2322 PST): Ion-Mihai Tetcu said, in 1.2K: << > On Wed, 6 Aug 2008 09:19:40 +0300 > QA Tindy wrote: > > [ .. ] > > > ===> Installing for secretmaryochronicles-music-4.0 > > ===> secretmaryochronicles-music-4.0 depends on executable: smc - found > > ===> Generating temporary packing list > > ===> Checking if games/secretmaryochronicles-music already installed > make: cannot open Makefile. > *** Error code 2 > > It happens because you have do-install target inside .if !defined(NOPORTDOCS) >> end of "Re: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist" from Ion-Mihai Tetcu << I don't know why putting the do-install: target inside a block that is only executed under specific conditions, leaving those with NOPORTDOCS defined with no do-install: target whatsoever, would be a problem... but I've changed it anyway to make you happy. I *knew* I was gonna get a tinderbox barf for this port, but I figured it'd be a plist issue, not a head-up-my-ass error. Thank you for catching the problem, and thank you many more times for having the solution too! # Adam -- Adam Weinberger adamw@magnesium.net || adamw@vectors.cx http://www.vectors.cx From sam at FreeBSD.org Wed Aug 6 15:55:16 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Wed Aug 6 15:55:27 2008 Subject: cvs commit: src/sys/net80211 ieee80211.h Message-ID: <200808061555.m76FtFW4053417@repoman.freebsd.org> sam 2008-08-06 15:54:59 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.h Log: SVN rev 181347 on 2008-08-06 15:54:59Z by sam add WPS oui Submitted by: "Chuck Tuffli" MFC after: 3 days Revision Changes Path 1.21 +2 -0 src/sys/net80211/ieee80211.h From miwi at FreeBSD.org Wed Aug 6 16:02:27 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 16:02:33 2008 Subject: cvs commit: ports/multimedia/qt4-phonon-gst Makefile Message-ID: <200808061602.m76G2QEV053966@repoman.freebsd.org> miwi 2008-08-06 16:02:26 UTC FreeBSD ports repository Modified files: multimedia/qt4-phonon-gst Makefile Log: - Fix INDEX warning. Reported by: kris Revision Changes Path 1.2 +0 -3 ports/multimedia/qt4-phonon-gst/Makefile From brix at FreeBSD.org Wed Aug 6 16:09:05 2008 From: brix at FreeBSD.org (Henrik Brix Andersen) Date: Wed Aug 6 16:09:16 2008 Subject: cvs commit: ports/www/ikiwiki Makefile distinfo pkg-plist Message-ID: <200808061609.m76G94Ix055612@repoman.freebsd.org> brix 2008-08-06 16:09:04 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo pkg-plist Log: Update to version 2.56. Revision Changes Path 1.36 +1 -1 ports/www/ikiwiki/Makefile 1.32 +3 -3 ports/www/ikiwiki/distinfo 1.18 +2 -1 ports/www/ikiwiki/pkg-plist From leeym at FreeBSD.org Wed Aug 6 16:13:53 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Aug 6 16:14:04 2008 Subject: cvs commit: ports/databases/libmemcached Makefile distinfo pkg-plist Message-ID: <200808061613.m76GDrbC056040@repoman.freebsd.org> leeym 2008-08-06 16:13:53 UTC FreeBSD ports repository Modified files: databases/libmemcached Makefile distinfo pkg-plist Log: - update to 0.22 - fix bug about pkgconfig (thanks vanilla@) Revision Changes Path 1.7 +3 -3 ports/databases/libmemcached/Makefile 1.7 +3 -3 ports/databases/libmemcached/distinfo 1.4 +1 -1 ports/databases/libmemcached/pkg-plist From miwi at FreeBSD.org Wed Aug 6 16:23:10 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Wed Aug 6 16:23:21 2008 Subject: cvs commit: ports/java/springframework Makefile distinfo Message-ID: <200808061623.m76GN9tQ056806@repoman.freebsd.org> miwi 2008-08-06 16:23:09 UTC FreeBSD ports repository Modified files: java/springframework Makefile distinfo Log: - Update to 2.5.5 PR: 126220 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.7 +1 -2 ports/java/springframework/Makefile 1.6 +3 -3 ports/java/springframework/distinfo From mezz at FreeBSD.org Wed Aug 6 16:26:18 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Wed Aug 6 16:26:25 2008 Subject: cvs commit: ports/Mk bsd.gecko.mk ports/multimedia/vlc Makefile ports/multimedia/vlc-devel Makefile ports/www/galeon Makefile Message-ID: <200808061626.m76GQI0X057132@repoman.freebsd.org> mezz 2008-08-06 16:26:18 UTC FreeBSD ports repository Modified files: Mk bsd.gecko.mk multimedia/vlc Makefile multimedia/vlc-devel Makefile www/galeon Makefile Log: Remove firefox3 from USE_GECKO; it does not work and wait for xulrunner 1.9 comes in. The xulrunner 1.9 is current in MC ports. It's clear about that Mozilla folks want us to use xulrunner for SDK/build. Revision Changes Path 1.4 +4 -4 ports/Mk/bsd.gecko.mk 1.206 +1 -1 ports/multimedia/vlc-devel/Makefile 1.175 +1 -1 ports/multimedia/vlc/Makefile 1.162 +3 -8 ports/www/galeon/Makefile From imp at bsdimp.com Wed Aug 6 16:31:48 2008 From: imp at bsdimp.com (M. Warner Losh) Date: Wed Aug 6 16:32:00 2008 Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h In-Reply-To: <4899C437.3090506@freebsd.org> References: <200808060734.m767Yoob077994@repoman.freebsd.org> <4899C437.3090506@freebsd.org> Message-ID: <20080806.103041.-749248634.imp@bsdimp.com> In message: <4899C437.3090506@freebsd.org> Sam Leffler writes: : Warner Losh wrote: : > imp 2008-08-06 07:34:35 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pccard pccard.c pccardvar.h : > Log: : > SVN rev 181342 on 2008-08-06 07:34:35Z by imp : > : > Unify the initial card probe/attach procedure with the kldload : > procedure. There were some subtle differences before that could lead : > to a variety of bugs, including resources being lost (in one case : > forever). pccard_probe_and_attach_card does this now, and includes : > comments about what's going on and why, since it isn't obvious from : > the code. Please let me know if I've missed anything... : > : > Provide a new function called pccard_select_cfe that allows drivers to : > select which configuration entry to use. This is needed for some : > older pre-MFC standard cards with many functions that want to activate : > all their functions by selecting alternative entries, or to work : > around broken ones. pccard_select_cfe will migrate into the : > pccard_if.m interface as its interface stabilizes to keep all the : > pccard drivers from referencing any symbols in the pccard.ko module : > directly. : > : > : : Are there any specific bugs this fixes? For example I have seen cases : where ejecting a wireless card leaves the ifnet around. This won't fix that. I've only seen this when the detach routine blocks... But if there's other times... : I also have a : wireless card that does not probe (we've discsussed it; looks like an : issue not powering on the socket). That's also something I don't think this will fix. This is a problem in the pccard/cardbus bridge code somewhere, I think. I haven't been able to reproduce this locally, or hook up with you in the bay area. The specific bugs that I've seen are that there's an ordering in which you can have a 16-bit PC Card with resources owned by the pccard layer, and then a driver is loaded and fails and then you get error messages when the card is ejected. Warner From alexbl at FreeBSD.org Wed Aug 6 17:11:17 2008 From: alexbl at FreeBSD.org (Alexander Botero-Lowry) Date: Wed Aug 6 17:11:23 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo Message-ID: <200808061711.m76HBHjm071363@repoman.freebsd.org> alexbl 2008-08-06 17:11:17 UTC FreeBSD ports repository Modified files: graphics/swfdec Makefile distinfo Log: - update to 0.6.8 Revision Changes Path 1.55 +1 -2 ports/graphics/swfdec/Makefile 1.20 +3 -3 ports/graphics/swfdec/distinfo From dfr at FreeBSD.org Wed Aug 6 17:11:17 2008 From: dfr at FreeBSD.org (Doug Rabson) Date: Wed Aug 6 17:11:34 2008 Subject: cvs commit: src/lib/librpcsec_gss svc_rpcsec_gss.c Message-ID: <200808061711.m76HBH4g071384@repoman.freebsd.org> dfr 2008-08-06 17:11:12 UTC FreeBSD src repository Modified files: lib/librpcsec_gss svc_rpcsec_gss.c Log: SVN rev 181348 on 2008-08-06 17:11:12Z by dfr Fix ia64 build. Revision Changes Path 1.2 +3 -3 src/lib/librpcsec_gss/svc_rpcsec_gss.c From itetcu at FreeBSD.org Wed Aug 6 17:20:32 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Wed Aug 6 17:20:44 2008 Subject: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist In-Reply-To: <20080806154314.GB53713@toxic.magnesium.net> References: <200808060337.m763b4lu014095@repoman.freebsd.org> <20080806091940.057a391c@it.buh.tecnik93.com> <20080806092257.5c09cfd2@it.buh.tecnik93.com> <20080806154314.GB53713@toxic.magnesium.net> Message-ID: <20080806202022.2dd8810c@it.buh.tecnik93.com> On Wed, 6 Aug 2008 08:43:14 -0700 Adam Weinberger wrote: > >> (08.05.2008 @ 2322 PST): Ion-Mihai Tetcu said, in 1.2K: << > > On Wed, 6 Aug 2008 09:19:40 +0300 > > QA Tindy wrote: > > > > [ .. ] > > > > > ===> Installing for secretmaryochronicles-music-4.0 > > > ===> secretmaryochronicles-music-4.0 depends on executable: smc > > > - found ===> Generating temporary packing list > > > ===> Checking if games/secretmaryochronicles-music already > > > installed > > make: cannot open Makefile. > > *** Error code 2 > > > > It happens because you have do-install target > > inside .if !defined(NOPORTDOCS) > >> end of "Re: cvs commit: ports/games Makefile > >> ports/games/secretmaryochronicles-music Makefile distinfo > >> pkg-descr pkg-plist" from Ion-Mihai Tetcu << > > I don't know why putting the do-install: target inside a block that is > only executed under specific conditions, leaving those with NOPORTDOCS > defined with no do-install: target whatsoever, would be a problem... > but I've changed it anyway to make you happy. QA Tindy builds with NO* vars defined. > I *knew* I was gonna get a tinderbox barf for this port, but I figured > it'd be a plist issue, not a head-up-my-ass error. Thank you for :-D No problem, I have a plist issue also: 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/secretmaryochronicles-music-4.0.log: building secretmaryochronicles-music-4.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: adamw@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/games/secretmaryochronicles-music Makefile ident: $FreeBSD: ports/games/secretmaryochronicles-music/Makefile,v 1.2 2008/08/06 15:37:02 adamw Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Aug 6 15:40:48 UTC 2008 ................................................... pkg_add libogg-1.1.3,4.tbz skipping libogg-1.1.3,4, already added pkg_add xf86vidmodeproto-2.2.2.tbz skipping xf86vidmodeproto-2.2.2, already added pkg_add xextproto-7.0.2.tbz skipping xextproto-7.0.2, already added pkg_add fixesproto-4.0.tbz skipping fixesproto-4.0, already added pkg_add damageproto-1.1.0_2.tbz skipping damageproto-1.1.0_2, already added pkg_add libXt-1.0.5_1.tbz skipping libXt-1.0.5_1, already added pkg_add inputproto-1.4.2.1.tbz skipping inputproto-1.4.2.1, already added pkg_add libSM-1.0.3_1,1.tbz skipping libSM-1.0.3_1,1, already added pkg_add libICE-1.0.4_1,1.tbz skipping libICE-1.0.4_1,1, already added pkg_add secretmaryochronicles-1.5_1.tbz ===> Installing for secretmaryochronicles-music-4.0 ===> secretmaryochronicles-music-4.0 depends on executable: smc - found ===> Generating temporary packing list ===> Checking if games/secretmaryochronicles-music already installed /bin/mkdir -p /usr/local/share/smc/music /bin/cp -R /work/a/ports/games/secretmaryochronicles-music/work/data/music/* /usr/local/share/smc/music/ ===> Registering installation for secretmaryochronicles-music-4.0 ================================================================ ======================================== ===> Building package for secretmaryochronicles-music-4.0 Creating package /tmp/packages/All/secretmaryochronicles-music-4.0.tbz Registering depends: secretmaryochronicles-1.5_1 sdl_mixer-1.2.8_1 libmikmod-3.1.11_2 libvorbis-1.2.0_2,3 libogg-1.1.3,4 sdl_image-1.2.6_1 smpeg-0.4.4_8 sdl_ttf-2.0.9 sdl-1.2.13_1,2 libiconv-1.11_1 boost-1.34.1 cegui-0.6.1_1 pcre-7.7 freetype2-2.3.7 devil-1.6.7_6 libGLU-7.0.3 libXi-1.1.3,1 libGL-7.0.3 libXxf86vm-1.0.1 libXmu-1.0.3,1 libXrandr-1.2.2_1 libXext-1.0.3,1 libXdamage-1.1.1 libXfixes-4.0.3_1 libXt-1.0.5_1 aalib-1.4.r5_4 libXrender-0.9.4_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 xproto-7.0.10_1 pkg-config-0.23_1 libmng-1.0.9 tiff-3.8.2_1 jpeg-6b_4 lcms-1.17,1 libdrm-2.3.0 png-1.2.28 damageproto-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. Creating bzip'd tar ball in '/tmp/packages/All/secretmaryochronicles-music-4.0.tbz' Deleting secretmaryochronicles-music-4.0 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 15545894 4 drwxr-xr-x 2 root wheel 512 Aug 6 15:41 usr/local/share/smc/music ================================================================ build of /usr/ports/games/secretmaryochronicles-music ended at Wed Aug 6 15:41:49 UTC 2008 > catching the problem, and thank you many more times for having the > solution too! My pleasure. The way it failed got my attention. -- 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/20080806/92222415/signature.pgp From antoine at FreeBSD.org Wed Aug 6 18:08:19 2008 From: antoine at FreeBSD.org (Antoine Brodin) Date: Wed Aug 6 18:08:33 2008 Subject: cvs commit: src/sbin/atacontrol atacontrol.c Message-ID: <200808061808.m76I8Iav076913@repoman.freebsd.org> antoine 2008-08-06 18:08:02 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: SVN rev 181349 on 2008-08-06 18:08:02Z by antoine Make atacontrol(8) rebuild work when /usr is not mounted or from /rescue PR: bin/125680 MFC after: 1 month Tested by: Stef Walter Revision Changes Path 1.49 +25 -6 src/sbin/atacontrol/atacontrol.c From adamw at FreeBSD.org Wed Aug 6 18:09:29 2008 From: adamw at FreeBSD.org (Adam Weinberger) Date: Wed Aug 6 18:09:35 2008 Subject: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist In-Reply-To: <20080806202022.2dd8810c@it.buh.tecnik93.com> References: <200808060337.m763b4lu014095@repoman.freebsd.org> <20080806091940.057a391c@it.buh.tecnik93.com> <20080806092257.5c09cfd2@it.buh.tecnik93.com> <20080806154314.GB53713@toxic.magnesium.net> <20080806202022.2dd8810c@it.buh.tecnik93.com> Message-ID: <20080806181130.GA61435@toxic.magnesium.net> >> (08.06.2008 @ 1020 PST): Ion-Mihai Tetcu said, in 6.4K: << > No problem, I have a plist issue also: > > Deleting secretmaryochronicles-music-4.0 > ================================================================ > > === Checking filesystem state > list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) > 15545894 4 drwxr-xr-x 2 root wheel 512 Aug 6 15:41 usr/local/share/smc/music > ================================================================ > build of /usr/ports/games/secretmaryochronicles-music ended at Wed Aug 6 15:41:49 UTC 2008 > >> end of "Re: cvs commit: ports/games Makefile ports/games/secretmaryochronicles-music Makefile distinfo pkg-descr pkg-plist" from Ion-Mihai Tetcu << That directory is owned by games/secretmaryochronicles... # Adam -- Adam Weinberger adamw@magnesium.net || adamw@vectors.cx http://www.vectors.cx From adamw at FreeBSD.org Wed Aug 6 18:53:34 2008 From: adamw at FreeBSD.org (Adam Weinberger) Date: Wed Aug 6 18:53:40 2008 Subject: cvs commit: ports/games/secretmaryochronicles-music Makefile Message-ID: <200808061853.m76IrYFh080638@repoman.freebsd.org> adamw 2008-08-06 18:53:34 UTC FreeBSD ports repository Modified files: games/secretmaryochronicles-music Makefile Log: Make the tabs line up a little better, to preemptively satisfy danfe before he gets his hands on it. Also, make the file copying more verbose, because it's cooler that way. Revision Changes Path 1.3 +2 -2 ports/games/secretmaryochronicles-music/Makefile From itetcu at FreeBSD.org Wed Aug 6 18:56:32 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Wed Aug 6 18:56:44 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo In-Reply-To: <200808061711.m76HBHjm071363@repoman.freebsd.org> References: <200808061711.m76HBHjm071363@repoman.freebsd.org> Message-ID: <20080806215630.5c1dff81@it.buh.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/swfdec-0.6.8.log: building swfdec-0.6.8 in directory /var/tinderbox/7-STABLE-FTP maintained by: alexbl@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/graphics/swfdec Makefile ident: $FreeBSD: ports/graphics/swfdec/Makefile,v 1.55 2008/08/06 17:11:16 alexbl Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Wed Aug 6 18:03:37 UTC 2008 ................................................... appending configuration tag "F77" to libtool checking to see if compiler understands -std=gnu99... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for gawk... (cached) nawk checking for ANSI C header files... (cached) yes checking for timezone support... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for PANGO... yes checking for GTK... yes configure: audio backend: oss checking for LIBOIL... yes checking for CAIRO... yes checking for MAD... yes checking for FFMPEG... gnome-config: not found no configure: error: Couldn't find ffmpeg. You might need to install the libavcodec-dev and libswscale-dev packages. ===> Script "configure" failed unexpectedly. Please report the problem to alexbl@FreeBSD.org [maintainer] and attach the "/work/a/ports/graphics/swfdec/work/swfdec-0.6.8/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/graphics/swfdec. ================================================================ build of /usr/ports/graphics/swfdec ended at Wed Aug 6 18:08: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 danfe at FreeBSD.org Wed Aug 6 19:09:29 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Wed Aug 6 19:09:35 2008 Subject: cvs commit: ports/x11/nvidia-driver Makefile distinfo ports/x11/nvidia-driver-71xx Makefile ports/x11/nvidia-driver-96xx Makefile Message-ID: <200808061909.m76J9TZe083047@repoman.freebsd.org> danfe 2008-08-06 19:09:29 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile distinfo x11/nvidia-driver-71xx Makefile x11/nvidia-driver-96xx Makefile Log: - Update stable version to 173.14.12, and legacy versions to 71.86.06 and 96.43.07 - Minor Makefile retouch Reminded by: miwi Revision Changes Path 1.9 +1 -2 ports/x11/nvidia-driver-71xx/Makefile 1.9 +1 -2 ports/x11/nvidia-driver-96xx/Makefile 1.80 +2 -13 ports/x11/nvidia-driver/Makefile 1.25 +9 -9 ports/x11/nvidia-driver/distinfo From jadawin at FreeBSD.org Wed Aug 6 19:38:26 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Wed Aug 6 19:38:32 2008 Subject: cvs commit: ports/games/lordsawar Makefile distinfo pkg-plist Message-ID: <200808061938.m76JcPKP085351@repoman.freebsd.org> jadawin 2008-08-06 19:38:25 UTC FreeBSD ports repository Modified files: games/lordsawar Makefile distinfo pkg-plist Log: - Update to 0.1.0 PR: ports/126184 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/games/lordsawar/Makefile 1.3 +3 -3 ports/games/lordsawar/distinfo 1.3 +7 -3 ports/games/lordsawar/pkg-plist From wosch at FreeBSD.org Wed Aug 6 19:38:44 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Wed Aug 6 19:38:50 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808061938.m76JchMa085395@repoman.freebsd.org> wosch 2008-08-06 19:38:43 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: document shortcuts for FreeBSD manual pages, e.g.: which manpage -> http://www.freebsd.org/cgi/man.cgi/cgi/man.cgi?which print home page link in footer fix html errors Revision Changes Path 1.219 +35 -28 www/en/cgi/man.cgi From emaste at FreeBSD.org Wed Aug 6 19:47:47 2008 From: emaste at FreeBSD.org (Ed Maste) Date: Wed Aug 6 19:47:54 2008 Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h Message-ID: <200808061947.m76JllxO086209@repoman.freebsd.org> emaste 2008-08-06 19:44:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_malloc.c sys/sys malloc.h sys/vm memguard.c memguard.h Log: SVN rev 181350 on 2008-08-06 19:44:40Z by emaste MFC r153880: Improve memguard a bit: - Provide tunable vm.memguard.desc, so one can specify memory type without changing the code and recompiling the kernel. - Allow to use memguard for kernel modules by providing sysctl vm.memguard.desc, which can be changed to short description of memory type before module is loaded. - Move as much memguard code as possible to memguard.c. - Add sysctl node vm.memguard. and move memguard-specific sysctl there. - Add malloc_desc2type() function for finding memory type based on its short description (ks_shortdesc field). - Memory type can be changed (via vm.memguard.desc sysctl) only if it doesn't exist (will be loaded later) or when no memory is allocated yet. If there is allocated memory for the given memory type, return EBUSY. - Implement two ways of memory types comparsion and make safer/slower the default. Revision Changes Path 1.142.2.9 +17 -13 src/sys/kern/kern_malloc.c 1.80.2.2 +2 -0 src/sys/sys/malloc.h 1.5.2.1 +90 -0 src/sys/vm/memguard.c 1.2.2.1 +3 -0 src/sys/vm/memguard.h From pgj at FreeBSD.org Wed Aug 6 19:59:22 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Wed Aug 6 19:59:28 2008 Subject: cvs commit: www/share/sgml news.xml Message-ID: <200808061959.m76JxLl1087161@repoman.freebsd.org> pgj 2008-08-06 19:59:21 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Announce my enhanced commit privileges. Yay! Approved by: gabor (mentor) Revision Changes Path 1.186 +15 -1 www/share/sgml/news.xml From pgj at FreeBSD.org Wed Aug 6 20:04:31 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Wed Aug 6 20:04:36 2008 Subject: cvs commit: www/en administration.sgml Message-ID: <200808062004.m76K4UZr088718@repoman.freebsd.org> pgj 2008-08-06 20:04:30 UTC FreeBSD doc repository Modified files: en administration.sgml Log: Update Core Team members on the web Reviewed by: remko, gabor Approved by: gabor (mentor) Revision Changes Path 1.17 +3 -3 www/en/administration.sgml From pgj at FreeBSD.org Wed Aug 6 20:20:37 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Wed Aug 6 20:20:43 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Message-ID: <200808062020.m76KKbND090120@repoman.freebsd.org> pgj 2008-08-06 20:20:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Update Section 24.5: - Add explicit identifiers for questions in this section, so they could be referenced in a less error-prone manner (e.g. from the FAQ) Reviewed by: trhodes, remko, keramida, gabor Approved by: gabor (mentor) Revision Changes Path 1.130 +10 -10 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From dougb at FreeBSD.org Wed Aug 6 20:23:09 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Wed Aug 6 20:23:15 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo In-Reply-To: <200808061711.m76HBHjm071363@repoman.freebsd.org> References: <200808061711.m76HBHjm071363@repoman.freebsd.org> Message-ID: <489A0828.70301@FreeBSD.org> Alexander Botero-Lowry wrote: > alexbl 2008-08-06 17:11:17 UTC > > FreeBSD ports repository > > Modified files: > graphics/swfdec Makefile distinfo > Log: > - update to 0.6.8 > > Revision Changes Path > 1.55 +1 -2 ports/graphics/swfdec/Makefile > 1.20 +3 -3 ports/graphics/swfdec/distinfo > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/Makefile.diff?&r1=1.54&r2=1.55&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/distinfo.diff?&r1=1.19&r2=1.20&f=h > I get the same error as the tinderbox with this update. Doug -- This .signature sanitized for your protection From marcus at freebsd.org Wed Aug 6 20:26:49 2008 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Wed Aug 6 20:27:02 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo In-Reply-To: <489A0828.70301@FreeBSD.org> References: <200808061711.m76HBHjm071363@repoman.freebsd.org> <489A0828.70301@FreeBSD.org> Message-ID: <489A0901.3000401@freebsd.org> Doug Barton wrote: > Alexander Botero-Lowry wrote: >> alexbl 2008-08-06 17:11:17 UTC >> >> FreeBSD ports repository >> >> Modified files: >> graphics/swfdec Makefile distinfo Log: >> - update to 0.6.8 >> Revision Changes Path >> 1.55 +1 -2 ports/graphics/swfdec/Makefile >> 1.20 +3 -3 ports/graphics/swfdec/distinfo >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/Makefile.diff?&r1=1.54&r2=1.55&f=h >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/distinfo.diff?&r1=1.19&r2=1.20&f=h >> >> > > I get the same error as the tinderbox with this update. Try this patch to ffmpeg. It may not longer apply cleanly, but you should be able to work it out. The net result is libswscale will nw be installed by default. http://www.marcuscom.com/downloads/ffmpeg.diff Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From manolis at FreeBSD.org Wed Aug 6 20:26:56 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Wed Aug 6 20:27:12 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/x11 chapter.sgml Message-ID: <200808062026.m76KQueT090634@repoman.freebsd.org> manolis 2008-08-06 20:26:56 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/books/handbook/x11 chapter.sgml Log: Complete the Greek translation of Handbook's 'x11' chapter This commit marks a milestone for the Greek Documentation Project: The entire User's Handbook is now translated! Work will of course continue, with more fixes and updates as well as new chapters from the Administration Handbook and other documents. Submitted by: Nikos Kokkalis Obtained from: FreeBSD Greek Documentation Project Approved by: gabor (mentor) Revision Changes Path 1.6 +1149 -1083 doc/el_GR.ISO8859-7/books/handbook/x11/chapter.sgml From pgj at FreeBSD.org Wed Aug 6 20:33:22 2008 From: pgj at FreeBSD.org (Gabor PALI) Date: Wed Aug 6 20:33:33 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/x11 chapter.sgml In-Reply-To: <200808062026.m76KQueT090634@repoman.freebsd.org> References: <200808062026.m76KQueT090634@repoman.freebsd.org> Message-ID: <489A0A8B.7070906@FreeBSD.org> Manolis Kiagias wrote: > This commit marks a milestone for the Greek Documentation Project: > The entire User's Handbook is now translated! Work will of course > continue, with more fixes and updates as well as new chapters from > the Administration Handbook and other documents. Congratulations! Keep your good work! :) :g From anholt at FreeBSD.org Wed Aug 6 20:41:06 2008 From: anholt at FreeBSD.org (Eric Anholt) Date: Wed Aug 6 20:41:12 2008 Subject: cvs commit: ports/audio/gtkguitune Makefile ports/devel/cogito Makefile ports/games/enigma Makefile ports/graphics/driconf Makefile ports/graphics/sswf Makefile ports/java/kaffe Makefile ports/lang/nickle Makefile ports/textproc/asciidoc Makefile ... Message-ID: <200808062041.m76Kf5dq092471@repoman.freebsd.org> anholt 2008-08-06 20:41:05 UTC FreeBSD ports repository Modified files: audio/gtkguitune Makefile devel/cogito Makefile games/enigma Makefile graphics/driconf Makefile graphics/sswf Makefile java/kaffe Makefile lang/nickle Makefile textproc/asciidoc Makefile x11/rendercheck Makefile x11-wm/xcompmgr Makefile Log: Drop maintainership on my ports as I'm no longer using FreeBSD. Revision Changes Path 1.9 +1 -1 ports/audio/gtkguitune/Makefile 1.9 +1 -1 ports/devel/cogito/Makefile 1.40 +1 -1 ports/games/enigma/Makefile 1.11 +1 -1 ports/graphics/driconf/Makefile 1.10 +1 -1 ports/graphics/sswf/Makefile 1.80 +1 -1 ports/java/kaffe/Makefile 1.19 +1 -1 ports/lang/nickle/Makefile 1.5 +1 -1 ports/textproc/asciidoc/Makefile 1.9 +1 -1 ports/x11-wm/xcompmgr/Makefile 1.5 +1 -1 ports/x11/rendercheck/Makefile From pgj at FreeBSD.org Wed Aug 6 20:44:12 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Wed Aug 6 20:44:25 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/relaydelay article.sgml doc/en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml doc/en_US.ISO8859-1/books/faq book.sgml doc/en_US.ISO8859-1/books/fdp-primer/the-website chapter.sgml doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml ... Message-ID: <200808062044.m76KiCGg092797@repoman.freebsd.org> pgj 2008-08-06 20:44:12 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/relaydelay article.sgml en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/fdp-primer/the-website chapter.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/mac chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Change role="port" to role="package" so that package links are properly generated Approved by: trhodes, gabor (mentor) Revision Changes Path 1.9 +7 -7 doc/en_US.ISO8859-1/articles/relaydelay/article.sgml 1.50 +20 -20 doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml 1.1080 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml 1.25 +4 -4 doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml 1.409 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.72 +3 -3 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml 1.327 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From glarkin at FreeBSD.org Wed Aug 6 20:48:42 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Wed Aug 6 20:48:48 2008 Subject: cvs commit: ports/dns/powerdns-recursor Makefile pkg-deinstall ports/dns/powerdns-recursor/files patch-makefile pdns-recursor.in Message-ID: <200808062048.m76KmfBX002600@repoman.freebsd.org> glarkin 2008-08-06 20:48:41 UTC FreeBSD ports repository Modified files: dns/powerdns-recursor Makefile dns/powerdns-recursor/files patch-makefile pdns-recursor.in Added files: dns/powerdns-recursor pkg-deinstall Log: - Incorporated platform-specific static compilation fix - Minor stylistic tweaks PR: ports/126017 Submitted by: Sten Spans (maintainer) Approved by: beech (mentor, implicit) Revision Changes Path 1.16 +1 -1 ports/dns/powerdns-recursor/Makefile 1.3 +12 -0 ports/dns/powerdns-recursor/files/patch-makefile 1.2 +1 -1 ports/dns/powerdns-recursor/files/pdns-recursor.in 1.1 +19 -0 ports/dns/powerdns-recursor/pkg-deinstall (new) From info at tecodryer.com Wed Aug 6 21:14:05 2008 From: info at tecodryer.com (TECO DRYER) Date: Wed Aug 6 21:14:12 2008 Subject: Teco Industry is in the business of corn, wheat, paddy, and Message-ID: <20080806211404.BB87D8FC1A@mx1.freebsd.org> vegetable dr Sender: "TECO DRYER" Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Date: Thu, 7 Aug 2008 00:07:22 +0300 Message-ID: <20080806210722029.6A2D520B26E40877@erkan-e90bf8060> X-Priority: 3 (Normal) Importance: Normal Teco Industry is in the business of corn, wheat, paddy, and vegetable drying machines and the production and marketing of silo & steel construction. Related to the machines that our company produce; Teco Industry has the representatives in Bulgaria, Albania, Ukraine, Tatarstan, Kazakhstan, Russia, Angola and Indonesia. Our partners in these countries are accepted as the leaders in the steel industry. The quality of produced machines is approved by international standards. Teco is guaranteed by CE and ISO 9001-2000 certificates. Teco also contributes to the national economy by creating jobs in designing, project, production, import and export. Teco materializes R&D activities with its professional staff. Quality results are presented to the customers during the production, import and export. Our company takes the leadership of producing and marketing nationally and internationally. For Grain, Oily Seeds, and Pulses: Silos Corn and Soybean Drying Machines Handling Systems like Bucket Elevator, Chain Conveyor and Helix Prop Towers and Catwalks for Handling Systems Unloading Truck Lifts Industrial Foundations, Steel Construction With the expert staff; we take an important target like ‘’Customer Satisfaction and Service Quality’’ and perform service and counseling duties successfully. -------------------------------------------------------------------------------- Contact Us , Teco Dryer Company is ready for a long partnership with you. Sales Engineer Erkan AYMAN eayman@tecodryer.com From leeym at FreeBSD.org Wed Aug 6 21:24:34 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Aug 6 21:24:40 2008 Subject: cvs commit: ports/textproc/p5-POSIX-Regex Makefile distinfo pkg-plist Message-ID: <200808062124.m76LOXAq006567@repoman.freebsd.org> leeym 2008-08-06 21:24:33 UTC FreeBSD ports repository Modified files: textproc/p5-POSIX-Regex Makefile distinfo pkg-plist Log: - update to 0.90.16 Revision Changes Path 1.7 +5 -9 ports/textproc/p5-POSIX-Regex/Makefile 1.5 +3 -3 ports/textproc/p5-POSIX-Regex/distinfo 1.2 +2 -3 ports/textproc/p5-POSIX-Regex/pkg-plist From leeym at FreeBSD.org Wed Aug 6 21:28:21 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Wed Aug 6 21:28:27 2008 Subject: cvs commit: ports/textproc/p5-Text-CSV Makefile distinfo Message-ID: <200808062128.m76LSLNT006898@repoman.freebsd.org> leeym 2008-08-06 21:28:21 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV Makefile distinfo Log: - update to 1.07 Revision Changes Path 1.11 +1 -1 ports/textproc/p5-Text-CSV/Makefile 1.10 +3 -3 ports/textproc/p5-Text-CSV/distinfo From sonic2000gr at gmail.com Wed Aug 6 21:33:45 2008 From: sonic2000gr at gmail.com (Manolis Kiagias) Date: Wed Aug 6 21:33:51 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/x11 chapter.sgml In-Reply-To: <489A0A8B.7070906@FreeBSD.org> References: <200808062026.m76KQueT090634@repoman.freebsd.org> <489A0A8B.7070906@FreeBSD.org> Message-ID: <489A120C.6070807@gmail.com> Gabor PALI wrote: > Manolis Kiagias wrote: > >> This commit marks a milestone for the Greek Documentation Project: >> The entire User's Handbook is now translated! Work will of course >> continue, with more fixes and updates as well as new chapters from >> the Administration Handbook and other documents. >> > > Congratulations! Keep your good work! :) > > > :g > > > Thanks pgj, will surely do :) From pgj at FreeBSD.org Wed Aug 6 22:03:51 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Wed Aug 6 22:03:57 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml doc/en_US.ISO8859-1/articles/cvs-freebsd article.sgml doc/en_US.ISO8859-1/articles/mh article.sgml doc/en_US.ISO8859-1/articles/nanobsd article.sgml doc/en_US.ISO8859-1/articles/p4-primer article.sgml doc/en_US.ISO8859-1/articles/relaydelay article.sgml ... Message-ID: <200808062203.m76M3p2N011478@repoman.freebsd.org> pgj 2008-08-06 22:03:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml en_US.ISO8859-1/articles/cvs-freebsd article.sgml en_US.ISO8859-1/articles/mh article.sgml en_US.ISO8859-1/articles/nanobsd article.sgml en_US.ISO8859-1/articles/p4-primer article.sgml en_US.ISO8859-1/articles/relaydelay article.sgml en_US.ISO8859-1/articles/remote-install article.sgml en_US.ISO8859-1/books/developers-handbook/kernelbuild chapter.sgml en_US.ISO8859-1/books/fdp-primer/the-website chapter.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/firewalls chapter.sgml en_US.ISO8859-1/books/handbook/geom chapter.sgml en_US.ISO8859-1/books/handbook/jails chapter.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml en_US.ISO8859-1/books/handbook/mirrors chapter.sgml en_US.ISO8859-1/books/handbook/network-servers chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/pmake/gods chapter.sgml Log: Eliminate erroneous role="directory" attributes from elements and replace them with class="directory" [1][2] [1] http://docbook.org/tdg/en/html/filename.html [2] http://www.freebsd.org/doc/en/books/fdp-primer/sgml-markup-docbook.html#AEN1799 (4.2.5.5) Approved by: trhodes, gabor (mentor) Revision Changes Path 1.277 +5 -5 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 1.17 +14 -14 doc/en_US.ISO8859-1/articles/cvs-freebsd/article.sgml 1.26 +1 -1 doc/en_US.ISO8859-1/articles/mh/article.sgml 1.4 +13 -13 doc/en_US.ISO8859-1/articles/nanobsd/article.sgml 1.11 +10 -10 doc/en_US.ISO8859-1/articles/p4-primer/article.sgml 1.10 +3 -3 doc/en_US.ISO8859-1/articles/relaydelay/article.sgml 1.6 +11 -11 doc/en_US.ISO8859-1/articles/remote-install/article.sgml 1.3 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/kernelbuild/chapter.sgml 1.26 +9 -9 doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml 1.410 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.286 +2 -2 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.85 +2 -2 doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml 1.42 +7 -7 doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml 1.16 +19 -19 doc/en_US.ISO8859-1/books/handbook/jails/chapter.sgml 1.186 +2 -2 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.136 +1 -1 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.448 +1 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.106 +8 -8 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml 1.282 +9 -9 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.328 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.3 +2 -2 doc/en_US.ISO8859-1/books/pmake/gods/chapter.sgml From pgj at FreeBSD.org Wed Aug 6 22:14:51 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Wed Aug 6 22:14:57 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808062214.m76MEpqs012517@repoman.freebsd.org> pgj 2008-08-06 22:14:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix role="directory" attributes (replace with class="directory") in elements, because there is no such attribute [1] - Add further missing class="directory" attributes [1] http://www.freebsd.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml?rev=1.89 Reviewed by: trhodes, remko, keramida Approved by: gabor (mentor) Revision Changes Path 1.1081 +57 -57 doc/en_US.ISO8859-1/books/faq/book.sgml From dougb at FreeBSD.org Wed Aug 6 22:16:12 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Wed Aug 6 22:16:19 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo In-Reply-To: <489A0901.3000401@freebsd.org> References: <200808061711.m76HBHjm071363@repoman.freebsd.org> <489A0828.70301@FreeBSD.org> <489A0901.3000401@freebsd.org> Message-ID: <489A22A8.2020502@FreeBSD.org> Joe Marcus Clarke wrote: > Doug Barton wrote: >> Alexander Botero-Lowry wrote: >>> alexbl 2008-08-06 17:11:17 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> graphics/swfdec Makefile distinfo Log: >>> - update to 0.6.8 >>> Revision Changes Path >>> 1.55 +1 -2 ports/graphics/swfdec/Makefile >>> 1.20 +3 -3 ports/graphics/swfdec/distinfo >>> >>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/Makefile.diff?&r1=1.54&r2=1.55&f=h >>> >>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/distinfo.diff?&r1=1.19&r2=1.20&f=h >>> >>> >> >> I get the same error as the tinderbox with this update. > > Try this patch to ffmpeg. It may not longer apply cleanly, but you > should be able to work it out. Yes to both. :) I attached a patch against the current state of the ports tree. With this change I also needed the attached patch to swfdec to get it to compile, but it works now in any case. Doug -- This .signature sanitized for your protection -------------- next part -------------- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/ffmpeg/Makefile,v retrieving revision 1.83 diff -u -r1.83 Makefile --- Makefile 5 Aug 2008 03:02:39 -0000 1.83 +++ Makefile 6 Aug 2008 22:13:59 -0000 @@ -7,7 +7,7 @@ PORTNAME= ffmpeg DISTVERSION= 2008-07-27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze @@ -58,7 +58,10 @@ libavutil/mem.h \ libavutil/random.h \ libavutil/rational.h \ - libavutil/sha1.h + libavutil/sha1.h \ + libpostproc/postprocess.h \ + libswscale/rgb2rgb.h \ + libswscale/swscale.h .include @@ -72,6 +75,7 @@ --extra-libs="${PTHREAD_LIBS}" \ --enable-gpl \ --enable-pthreads \ + --enable-swscale \ --mandir=${PREFIX}/man CONFIGURE_ENV+= LANG=C MAKE_ENV+= INSTALL="${INSTALL}" Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/multimedia/ffmpeg/pkg-plist,v retrieving revision 1.23 diff -u -r1.23 pkg-plist --- pkg-plist 5 Aug 2008 03:02:39 -0000 1.23 +++ pkg-plist 6 Aug 2008 22:13:59 -0000 @@ -22,9 +22,11 @@ include/ffmpeg/opt.h include/ffmpeg/random.h include/ffmpeg/rational.h +include/ffmpeg/rgb2rgb.h include/ffmpeg/rtsp.h include/ffmpeg/rtspcodes.h include/ffmpeg/sha1.h +include/ffmpeg/swscale.h include/libavcodec/avcodec.h include/libavcodec/opt.h include/libavdevice/avdevice.h @@ -50,6 +52,8 @@ include/libavutil/sha1.h include/libpostproc/postprocess.h include/postproc/postprocess.h +include/libswscale/rgb2rgb.h +include/libswscale/swscale.h lib/libavcodec.a lib/libavcodec.so lib/libavcodec.so.1 @@ -70,6 +74,10 @@ lib/libpostproc.so lib/libpostproc.so.1 lib/libpostproc.so.51.1.0 +lib/libswscale.a +lib/libswscale.so +lib/libswscale.so.0.5.1 +lib/libswscale.so.1 lib/vhook/fish.so lib/vhook/null.so lib/vhook/ppm.so @@ -79,6 +87,7 @@ libdata/pkgconfig/libavformat.pc libdata/pkgconfig/libavutil.pc libdata/pkgconfig/libpostproc.pc +libdata/pkgconfig/libswscale.pc @dirrm lib/vhook @dirrm include/postproc @dirrm include/libpostproc -------------- next part -------------- ? work Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/swfdec/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- Makefile 6 Aug 2008 17:11:16 -0000 1.55 +++ Makefile 6 Aug 2008 22:14:47 -0000 @@ -8,6 +8,7 @@ PORTNAME= swfdec PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.6/ @@ -20,7 +21,8 @@ USE_GNOME= gnomehack gtk20 USE_AUTOTOOLS= libtool:15:env automake:19:env autoconf:261 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + -I${LOCALBASE}/include/ffmpeg" \ LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-audio=oss USE_LDCONFIG= yes From imp at FreeBSD.org Wed Aug 6 22:22:37 2008 From: imp at FreeBSD.org (Warner Losh) Date: Wed Aug 6 22:22:42 2008 Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_pccard.c Message-ID: <200808062222.m76MMZXP013172@repoman.freebsd.org> imp 2008-08-06 22:22:27 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_pccard.c Log: SVN rev 181351 on 2008-08-06 22:22:27Z by imp When the miibus for the AX88x90 or TC5299J cards fails to attach, we would call ed_release_resources() when we should have called ed_detach() to properly undo the effects of prior calls to ed_attach(). This would leave a stray ed interface ifnet alive in the system, which was, well, bad, since we called if_free() on the underlying memory... Fix the ed_detach routine to cope being called in this context now. This should never come up because the miibus is always there. Except for now when it seems to be failing for reasons unknown... That's a different bug that hits at least ed, xl, dc and fxp... Revision Changes Path 1.272 +9 -7 src/sys/dev/ed/if_ed.c 1.115 +1 -1 src/sys/dev/ed/if_ed_pccard.c From danfe at FreeBSD.org Wed Aug 6 22:28:12 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Wed Aug 6 22:28:24 2008 Subject: cvs commit: ports/audio/gtkguitune Makefile ports/devel/cogito Makefile ports/games/enigma Makefile ports/graphics/driconf Makefile ports/graphics/sswf Makefile ports/java/kaffe Makefile ports/lang/nickle Makefile ports/textproc/asciidoc Makefile ... In-Reply-To: <200808062041.m76Kf5dq092471@repoman.freebsd.org> References: <200808062041.m76Kf5dq092471@repoman.freebsd.org> Message-ID: <20080806222812.GA22075@FreeBSD.org> On Wed, Aug 06, 2008 at 08:41:05PM +0000, Eric Anholt wrote: > anholt 2008-08-06 20:41:05 UTC > > FreeBSD ports repository > > Modified files: > audio/gtkguitune Makefile > devel/cogito Makefile > games/enigma Makefile > graphics/driconf Makefile > graphics/sswf Makefile > java/kaffe Makefile > lang/nickle Makefile > textproc/asciidoc Makefile > x11/rendercheck Makefile > x11-wm/xcompmgr Makefile > Log: > Drop maintainership on my ports as I'm no longer using FreeBSD. This is quite sad to hear: you've done such an amazing job for X and FreeBSD over all those years. Good luck, and I really hope we see you soon. ./danfe From edwin at FreeBSD.org Wed Aug 6 23:08:11 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Wed Aug 6 23:08:23 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808062308.m76N8ABt018248@repoman.freebsd.org> edwin 2008-08-06 23:08:10 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Wednesday 06 August 2008 at 23:08 Revision Changes Path 1.20119 +15 -1 CVSROOT/modules From timur at FreeBSD.org Wed Aug 6 23:08:50 2008 From: timur at FreeBSD.org (Timur I. Bakeyev) Date: Wed Aug 6 23:09:01 2008 Subject: cvs commit: ports/net/samba3 Makefile Message-ID: <200808062308.m76N8oYb018312@repoman.freebsd.org> timur 2008-08-06 23:08:50 UTC FreeBSD ports repository Modified files: net/samba3 Makefile Log: Got rid of != construction to make Kris happier :) Revision Changes Path 1.176 +1 -2 ports/net/samba3/Makefile From edwin at FreeBSD.org Thu Aug 7 00:15:09 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Aug 7 00:15:15 2008 Subject: cvs commit: src/usr.bin/units units.lib Message-ID: <200808070015.m770F7fF024727@repoman.freebsd.org> edwin 2008-08-07 00:14:56 UTC FreeBSD src repository Modified files: usr.bin/units units.lib Log: SVN rev 181352 on 2008-08-07 00:14:56Z by edwin Update the units library file. - Merge changes from NetBSD and OpenBSD. - Add the Euro as a primitive unit, add old converted currency and pegged currency (Obtained from Wikipedia) - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged currency and add pegged currency (Obtained from Wikipedia) - Updated the accuracy of a lot of constants (Obtained from Wikipedia) PR: bin/106545 bin/88252 Submitted by: trasz, J Vinopal Approved by: bde@ (mentor) MFC after: 1 week Revision Changes Path 1.17 +195 -104 src/usr.bin/units/units.lib From kris at FreeBSD.org Thu Aug 7 00:35:01 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Thu Aug 7 00:35:08 2008 Subject: cvs commit: src/usr.bin/units units.lib In-Reply-To: <200808070015.m770F7fF024727@repoman.freebsd.org> References: <200808070015.m770F7fF024727@repoman.freebsd.org> Message-ID: <489A4332.7060809@FreeBSD.org> Edwin Groothuis wrote: > edwin 2008-08-07 00:14:56 UTC > > FreeBSD src repository > > Modified files: > usr.bin/units units.lib > Log: > SVN rev 181352 on 2008-08-07 00:14:56Z by edwin > > Update the units library file. > > - Merge changes from NetBSD and OpenBSD. > - Add the Euro as a primitive unit, add old converted currency and > pegged currency (Obtained from Wikipedia) > - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged > currency and add pegged currency (Obtained from Wikipedia) > - Updated the accuracy of a lot of constants (Obtained from Wikipedia) > > PR: bin/106545 bin/88252 > Submitted by: trasz, J Vinopal > Approved by: bde@ (mentor) > MFC after: 1 week Am I the only one concerned that you used Wikipedia as a primary and sole source for quantitative facts? Kris From mezz7 at cox.net Thu Aug 7 00:49:50 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu Aug 7 00:50:01 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo In-Reply-To: <489A22A8.2020502@FreeBSD.org> References: <200808061711.m76HBHjm071363@repoman.freebsd.org> <489A0828.70301@FreeBSD.org> <489A0901.3000401@freebsd.org> <489A22A8.2020502@FreeBSD.org> Message-ID: On Wed, 06 Aug 2008 17:16:08 -0500, Doug Barton wrote: > Joe Marcus Clarke wrote: >> Doug Barton wrote: >>> Alexander Botero-Lowry wrote: >>>> alexbl 2008-08-06 17:11:17 UTC >>>> >>>> FreeBSD ports repository >>>> >>>> Modified files: >>>> graphics/swfdec Makefile distinfo Log: >>>> - update to 0.6.8 >>>> Revision Changes Path >>>> 1.55 +1 -2 ports/graphics/swfdec/Makefile >>>> 1.20 +3 -3 ports/graphics/swfdec/distinfo >>>> >>>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/Makefile.diff?&r1=1.54&r2=1.55&f=h >>>> >>>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/distinfo.diff?&r1=1.19&r2=1.20&f=h >>>> >>>> >>> >>> I get the same error as the tinderbox with this update. >> >> Try this patch to ffmpeg. It may not longer apply cleanly, but you >> should be able to work it out. > > Yes to both. :) I attached a patch against the current state of the > ports tree. With this change I also needed the attached patch to > swfdec to get it to compile, but it works now in any case. > > Doug @@ -58,7 +58,10 @@ libavutil/mem.h \ libavutil/random.h \ libavutil/rational.h \ - libavutil/sha1.h + libavutil/sha1.h \ + libpostproc/postprocess.h \ Are you sure this (postprocess.h) is need? I don't think it's need, since it was never in in include/ffmpeg/ before update. If it's actually need, then you will need to add this in plist. Cheers, Mezz + libswscale/rgb2rgb.h \ + libswscale/swscale.h -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From cperciva at freebsd.org Thu Aug 7 00:56:11 2008 From: cperciva at freebsd.org (Colin Percival) Date: Thu Aug 7 00:56:24 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo In-Reply-To: <489A0901.3000401@freebsd.org> References: <200808061711.m76HBHjm071363@repoman.freebsd.org> <489A0828.70301@FreeBSD.org> <489A0901.3000401@freebsd.org> Message-ID: <489A4806.4030408@freebsd.org> Joe Marcus Clarke wrote: > Try this patch to ffmpeg. It may not longer apply cleanly, but you > should be able to work it out. The net result is libswscale will nw be > installed by default. Does libswscale work properly? The log message for revision 1.68 of ports/multimedia/ffmpeg/Makefile says - Don't build ffmpeg with swscaler by default: VLC 0.8.6c does not support it; if you still need it, please define WITH_SWSCALER; which suggests to me that there's a reason why it was disabled. Colin Percival From edwin at mavetju.org Thu Aug 7 01:01:03 2008 From: edwin at mavetju.org (Edwin Groothuis) Date: Thu Aug 7 01:01:20 2008 Subject: cvs commit: src/usr.bin/units units.lib In-Reply-To: <489A4332.7060809@FreeBSD.org> References: <200808070015.m770F7fF024727@repoman.freebsd.org> <489A4332.7060809@FreeBSD.org> Message-ID: <20080807010008.GQ3285@k7.mavetju> On Thu, Aug 07, 2008 at 02:34:58AM +0200, Kris Kennaway wrote: > Edwin Groothuis wrote: > >edwin 2008-08-07 00:14:56 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/units units.lib > > Log: > > SVN rev 181352 on 2008-08-07 00:14:56Z by edwin > > > > Update the units library file. > > > > - Merge changes from NetBSD and OpenBSD. > > - Add the Euro as a primitive unit, add old converted currency and > > pegged currency (Obtained from Wikipedia) > > - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged > > currency and add pegged currency (Obtained from Wikipedia) > > - Updated the accuracy of a lot of constants (Obtained from Wikipedia) > > > > PR: bin/106545 bin/88252 > > Submitted by: trasz, J Vinopal > > > > Approved by: bde@ (mentor) > > MFC after: 1 week > > Am I the only one concerned that you used Wikipedia as a primary and > sole source for quantitative facts? I'll check them with others. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From marcus at FreeBSD.org Thu Aug 7 01:01:23 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Thu Aug 7 01:01:30 2008 Subject: cvs commit: ports/graphics/swfdec Makefile distinfo In-Reply-To: <489A4806.4030408@freebsd.org> References: <200808061711.m76HBHjm071363@repoman.freebsd.org> <489A0828.70301@FreeBSD.org> <489A0901.3000401@freebsd.org> <489A4806.4030408@freebsd.org> Message-ID: <1218070883.41856.9.camel@shumai.marcuscom.com> On Wed, 2008-08-06 at 17:55 -0700, Colin Percival wrote: > Joe Marcus Clarke wrote: > > Try this patch to ffmpeg. It may not longer apply cleanly, but you > > should be able to work it out. The net result is libswscale will nw be > > installed by default. > > Does libswscale work properly? The log message for revision 1.68 of > ports/multimedia/ffmpeg/Makefile says > > - Don't build ffmpeg with swscaler by default: VLC 0.8.6c does not > support it; if you still need it, please define WITH_SWSCALER; > > which suggests to me that there's a reason why it was disabled. I didn't notice any way to get libswscale before my patch. So it looks like SWSCALER was removed entirely. I did the patch specifically for swfdec 0.6.8 which seems to work just fine for me with libswscale installed. That's not to say there aren't still problems. I just haven't seen them. I sent my patch to ahze for review before committing. He's traveling now, but I expect to here from him soon. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080807/e4a21dbb/attachment.pgp From kris at FreeBSD.org Thu Aug 7 01:06:17 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Thu Aug 7 01:06:23 2008 Subject: cvs commit: src/usr.bin/units units.lib In-Reply-To: <20080807010008.GQ3285@k7.mavetju> References: <200808070015.m770F7fF024727@repoman.freebsd.org> <489A4332.7060809@FreeBSD.org> <20080807010008.GQ3285@k7.mavetju> Message-ID: <489A4A86.7040202@FreeBSD.org> Edwin Groothuis wrote: > On Thu, Aug 07, 2008 at 02:34:58AM +0200, Kris Kennaway wrote: >> Edwin Groothuis wrote: >>> edwin 2008-08-07 00:14:56 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> usr.bin/units units.lib >>> Log: >>> SVN rev 181352 on 2008-08-07 00:14:56Z by edwin >>> >>> Update the units library file. >>> >>> - Merge changes from NetBSD and OpenBSD. >>> - Add the Euro as a primitive unit, add old converted currency and >>> pegged currency (Obtained from Wikipedia) >>> - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged >>> currency and add pegged currency (Obtained from Wikipedia) >>> - Updated the accuracy of a lot of constants (Obtained from Wikipedia) >>> >>> PR: bin/106545 bin/88252 >>> Submitted by: trasz, J Vinopal >>> >>> Approved by: bde@ (mentor) >>> MFC after: 1 week >> Am I the only one concerned that you used Wikipedia as a primary and >> sole source for quantitative facts? > > I'll check them with others. Thanks. Chances are they are fine of course, but one can never be sure. Kris From mezz at FreeBSD.org Thu Aug 7 01:54:47 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Thu Aug 7 01:54:59 2008 Subject: cvs commit: ports UPDATING ports/net-p2p Makefile ports/www Makefile ports/net-p2p/transmission Makefile distinfo pkg-descr pkg-plist ports/net-p2p/transmission/files patch-configure ports/net-p2p/transmission-cli Makefile distinfo pkg-descr ... Message-ID: <200808070154.m771slSu043128@repoman.freebsd.org> mezz 2008-08-07 01:54:47 UTC FreeBSD ports repository Modified files: . UPDATING net-p2p Makefile www Makefile net-p2p/transmission Makefile pkg-descr net-p2p/transmission-cli Makefile distinfo pkg-descr pkg-plist net-p2p/transmission-daemon Makefile pkg-descr pkg-plist net-p2p/transmission-gtk2 Makefile pkg-plist Added files: net-p2p/transmission-cli/files transmission-cli-configure.ac transmission-daemon-configure.ac transmission-gtk2-configure.ac transmission-web-configure.ac net-p2p/transmission-gtk2 pkg-descr www/transmission-web Makefile pkg-descr pkg-plist Removed files: net-p2p/transmission distinfo pkg-plist net-p2p/transmission/files patch-configure net-p2p/transmission-cli/files patch-configure Log: - Update to 1.31, be sure to read in UPDATING. - Move transmission to transmission-cli, transmission becomes a meta-port. - Add transmission-web, it's a web interface (Clutch) as it has merged into its project. Repocopy: marcus (transmission -> transmission-cli) Revision Changes Path 1.693 +15 -1 ports/UPDATING 1.64 +1 -0 ports/net-p2p/Makefile 1.42 +33 -31 ports/net-p2p/transmission-cli/Makefile 1.31 +3 -3 ports/net-p2p/transmission-cli/distinfo 1.13 +0 -499 ports/net-p2p/transmission-cli/files/patch-configure (dead) 1.1 +397 -0 ports/net-p2p/transmission-cli/files/transmission-cli-configure.ac (new) 1.1 +398 -0 ports/net-p2p/transmission-cli/files/transmission-daemon-configure.ac (new) 1.1 +334 -0 ports/net-p2p/transmission-cli/files/transmission-gtk2-configure.ac (new) 1.1 +387 -0 ports/net-p2p/transmission-cli/files/transmission-web-configure.ac (new) 1.4 +6 -6 ports/net-p2p/transmission-cli/pkg-descr 1.4 +1 -1 ports/net-p2p/transmission-cli/pkg-plist 1.7 +5 -14 ports/net-p2p/transmission-daemon/Makefile 1.2 +7 -4 ports/net-p2p/transmission-daemon/pkg-descr 1.2 +1 -2 ports/net-p2p/transmission-daemon/pkg-plist 1.18 +13 -9 ports/net-p2p/transmission-gtk2/Makefile 1.1 +9 -0 ports/net-p2p/transmission-gtk2/pkg-descr (new) 1.14 +8 -1 ports/net-p2p/transmission-gtk2/pkg-plist 1.42 +9 -53 ports/net-p2p/transmission/Makefile 1.31 +0 -3 ports/net-p2p/transmission/distinfo (dead) 1.13 +0 -499 ports/net-p2p/transmission/files/patch-configure (dead) 1.4 +5 -7 ports/net-p2p/transmission/pkg-descr 1.4 +0 -6 ports/net-p2p/transmission/pkg-plist (dead) 1.2113 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/transmission-web/Makefile (new) 1.1 +16 -0 ports/www/transmission-web/pkg-descr (new) 1.1 +46 -0 ports/www/transmission-web/pkg-plist (new) From araujo at FreeBSD.org Thu Aug 7 03:12:39 2008 From: araujo at FreeBSD.org (Marcelo Araujo) Date: Thu Aug 7 03:12:45 2008 Subject: cvs commit: ports/graphics/ivtools Makefile distinfo pkg-plist Message-ID: <200808070312.m773Cdsc053549@repoman.freebsd.org> araujo 2008-08-07 03:12:38 UTC FreeBSD ports repository Modified files: graphics/ivtools Makefile distinfo pkg-plist Log: - Update to 1.2.6. - Mark as broken on >= 7.x. Revision Changes Path 1.32 +12 -3 ports/graphics/ivtools/Makefile 1.9 +3 -3 ports/graphics/ivtools/distinfo 1.14 +18 -18 ports/graphics/ivtools/pkg-plist From ganbold at FreeBSD.org Thu Aug 7 03:13:20 2008 From: ganbold at FreeBSD.org (Ganbold Tsagaankhuu) Date: Thu Aug 7 03:13:26 2008 Subject: cvs commit: doc/mn_MN.UTF-8/books/handbook/advanced-networking chapter.sgml doc/mn_MN.UTF-8/books/handbook/disks chapter.sgml doc/mn_MN.UTF-8/books/handbook/firewalls chapter.sgml doc/mn_MN.UTF-8/books/handbook/geom chapter.sgml doc/mn_MN.UTF-8/books/handbook/jails chapter.sgml doc/mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml ... Message-ID: <200808070313.m773DFH4053807@repoman.freebsd.org> ganbold 2008-08-07 03:13:15 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/advanced-networking chapter.sgml mn_MN.UTF-8/books/handbook/disks chapter.sgml mn_MN.UTF-8/books/handbook/firewalls chapter.sgml mn_MN.UTF-8/books/handbook/geom chapter.sgml mn_MN.UTF-8/books/handbook/jails chapter.sgml mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml mn_MN.UTF-8/books/handbook/linuxemu chapter.sgml mn_MN.UTF-8/books/handbook/mac chapter.sgml mn_MN.UTF-8/books/handbook/mirrors chapter.sgml mn_MN.UTF-8/books/handbook/network-servers chapter.sgml mn_MN.UTF-8/books/handbook/ports chapter.sgml mn_MN.UTF-8/books/handbook/security chapter.sgml mn_MN.UTF-8/books/handbook/serialcomms chapter.sgml Log: Update Mongolian Handbook translation Obtained from: FreeBSD Mongolian Documentation project Revision Changes Path 1.14 +3 -3 doc/mn_MN.UTF-8/books/handbook/advanced-networking/chapter.sgml 1.14 +3 -3 doc/mn_MN.UTF-8/books/handbook/disks/chapter.sgml 1.14 +3 -3 doc/mn_MN.UTF-8/books/handbook/firewalls/chapter.sgml 1.13 +8 -8 doc/mn_MN.UTF-8/books/handbook/geom/chapter.sgml 1.11 +20 -20 doc/mn_MN.UTF-8/books/handbook/jails/chapter.sgml 1.13 +3 -3 doc/mn_MN.UTF-8/books/handbook/kernelconfig/chapter.sgml 1.5 +2 -2 doc/mn_MN.UTF-8/books/handbook/linuxemu/chapter.sgml 1.5 +4 -4 doc/mn_MN.UTF-8/books/handbook/mac/chapter.sgml 1.16 +2 -2 doc/mn_MN.UTF-8/books/handbook/mirrors/chapter.sgml 1.14 +8 -8 doc/mn_MN.UTF-8/books/handbook/network-servers/chapter.sgml 1.14 +10 -10 doc/mn_MN.UTF-8/books/handbook/ports/chapter.sgml 1.16 +3 -3 doc/mn_MN.UTF-8/books/handbook/security/chapter.sgml 1.9 +11 -11 doc/mn_MN.UTF-8/books/handbook/serialcomms/chapter.sgml From araujo at FreeBSD.org Thu Aug 7 03:20:29 2008 From: araujo at FreeBSD.org (Marcelo Araujo) Date: Thu Aug 7 03:20:35 2008 Subject: cvs commit: ports/graphics/xpdf Makefile pkg-descr Message-ID: <200808070320.m773KSAA054431@repoman.freebsd.org> araujo 2008-08-07 03:20:28 UTC FreeBSD ports repository Modified files: graphics/xpdf Makefile pkg-descr Log: - Use WITH_DRAW instead of WITHOUT_DRAW. - Commenting the new functionality in pkg-descr. - Bump PORTREVISION. Suggested by: Luigi Rizzo Revision Changes Path 1.87 +3 -2 ports/graphics/xpdf/Makefile 1.8 +3 -0 ports/graphics/xpdf/pkg-descr From araujo at FreeBSD.org Thu Aug 7 03:22:06 2008 From: araujo at FreeBSD.org (Marcelo Araujo) Date: Thu Aug 7 03:22:11 2008 Subject: cvs commit: ports/net/p5-Net-Google-Calendar Makefile distinfo Message-ID: <200808070322.m773M50c054583@repoman.freebsd.org> araujo 2008-08-07 03:22:05 UTC FreeBSD ports repository Modified files: net/p5-Net-Google-Calendar Makefile distinfo Log: - Update to 0.95. PR: ports/126225 Submitted by: Yi-Hsuan Hsin (maintainer) Revision Changes Path 1.10 +1 -1 ports/net/p5-Net-Google-Calendar/Makefile 1.6 +3 -3 ports/net/p5-Net-Google-Calendar/distinfo From jhb at FreeBSD.org Thu Aug 7 03:27:27 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 03:27:34 2008 Subject: cvs commit: src/sys/pci if_sis.c Message-ID: <200808070327.m773RQEw054984@repoman.freebsd.org> jhb 2008-08-07 03:27:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci if_sis.c Log: SVN rev 181353 on 2008-08-07 03:27:10Z by jhb MFC: Tweaks to short cable changes: - SIS_SETBIT already does a read-modify-write. - Set all of the "optimum performance" PHY registers for the 15D parts. Revision Changes Path 1.150.2.1 +9 -12 src/sys/pci/if_sis.c From marcus at FreeBSD.org Thu Aug 7 03:46:18 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Thu Aug 7 03:46:29 2008 Subject: cvs commit: ports/net-im/telepathy-glib Makefile distinfo pkg-plist Message-ID: <200808070346.m773kG3w056524@repoman.freebsd.org> marcus 2008-08-07 03:46:16 UTC FreeBSD ports repository Modified files: net-im/telepathy-glib Makefile distinfo pkg-plist Log: Update to 0.7.13. Revision Changes Path 1.13 +1 -1 ports/net-im/telepathy-glib/Makefile 1.9 +3 -3 ports/net-im/telepathy-glib/distinfo 1.8 +1 -0 ports/net-im/telepathy-glib/pkg-plist From marcus at FreeBSD.org Thu Aug 7 03:50:15 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Thu Aug 7 03:50:29 2008 Subject: cvs commit: ports/net-im/telepathy-gabble Makefile distinfo Message-ID: <200808070350.m773oE9E056917@repoman.freebsd.org> marcus 2008-08-07 03:50:14 UTC FreeBSD ports repository Modified files: net-im/telepathy-gabble Makefile distinfo Log: Update to 0.7.7. Revision Changes Path 1.9 +1 -1 ports/net-im/telepathy-gabble/Makefile 1.6 +3 -3 ports/net-im/telepathy-gabble/distinfo From jhb at FreeBSD.org Thu Aug 7 03:52:45 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 03:52:57 2008 Subject: cvs commit: src/sys/pci if_sis.c Message-ID: <200808070352.m773qisM057109@repoman.freebsd.org> jhb 2008-08-07 03:52:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_sis.c Log: SVN rev 181354 on 2008-08-07 03:52:35Z by jhb MFC: Tweaks to short cable changes: - SIS_SETBIT already does a read-modify-write. - Set all of the "optimum performance" PHY registers for the 15D parts. Revision Changes Path 1.132.2.9 +9 -12 src/sys/pci/if_sis.c From marcus at FreeBSD.org Thu Aug 7 03:53:51 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Thu Aug 7 03:54:03 2008 Subject: cvs commit: ports/net-im/pymsn Makefile distinfo pkg-plist Message-ID: <200808070353.m773ro6U057212@repoman.freebsd.org> marcus 2008-08-07 03:53:50 UTC FreeBSD ports repository Modified files: net-im/pymsn Makefile distinfo pkg-plist Log: Update to 0.3.3. Revision Changes Path 1.4 +1 -2 ports/net-im/pymsn/Makefile 1.3 +3 -3 ports/net-im/pymsn/distinfo 1.3 +3 -0 ports/net-im/pymsn/pkg-plist From keramida at freebsd.org Thu Aug 7 03:56:03 2008 From: keramida at freebsd.org (Giorgos Keramidas) Date: Thu Aug 7 03:56:10 2008 Subject: cvs commit: CVSROOT access In-Reply-To: <200808061059.m76AxFNo013240@repoman.freebsd.org> (Gabor Kovesdan's message of "Wed, 6 Aug 2008 10:59:15 +0000 (UTC)") References: <200808061059.m76AxFNo013240@repoman.freebsd.org> Message-ID: <873alh1nsr.fsf@kobe.laptop> On Wed, 6 Aug 2008 10:59:15 +0000 (UTC), Gabor Kovesdan wrote: > gabor 2008-08-06 10:59:15 UTC > > FreeBSD doc repository > > Modified files: > . access > Log: > Please welcome Gabor Pali (pgj@) as a full doc/www committer. He has been a > Hungarian translator and recently has done a nice renovation on the original > English FAQ document. From now on his access isn't limited to the > Hungarian trees any more. I'll be his mentor. Fantastic! Congratulations to both mentor and mentee :-) From keramida at freebsd.org Thu Aug 7 03:57:17 2008 From: keramida at freebsd.org (Giorgos Keramidas) Date: Thu Aug 7 03:57:23 2008 Subject: cvs commit: www/en administration.sgml In-Reply-To: <200808062004.m76K4UZr088718@repoman.freebsd.org> (Gabor Pali's message of "Wed, 6 Aug 2008 20:04:30 +0000 (UTC)") References: <200808062004.m76K4UZr088718@repoman.freebsd.org> Message-ID: <87y739zddk.fsf@kobe.laptop> On Wed, 6 Aug 2008 20:04:30 +0000 (UTC), Gabor Pali wrote: > pgj 2008-08-06 20:04:30 UTC > > FreeBSD doc repository > > Modified files: > en administration.sgml > Log: > Update Core Team members on the web Thanks for the update, and for passing the original patches around for review :) -------------- 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/20080807/ad726d87/attachment.pgp From beech at FreeBSD.org Thu Aug 7 03:59:37 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Aug 7 03:59:48 2008 Subject: cvs commit: ports/textproc/libtre Makefile pkg-plist ports/textproc/libtre/files patch-doc+agrep.1.in patch-src+Makefile.in patch-tests+agrep+run-tests.sh Message-ID: <200808070359.m773xbRD057678@repoman.freebsd.org> beech 2008-08-07 03:59:37 UTC FreeBSD ports repository Modified files: textproc/libtre Makefile pkg-plist Added files: textproc/libtre/files patch-doc+agrep.1.in patch-src+Makefile.in patch-tests+agrep+run-tests.sh Log: - Resolve the textproc/agrep conflict - Add regression-test target - Pass maintainership to submitter PR: ports/126278 Submitted by: bf Revision Changes Path 1.45 +16 -5 ports/textproc/libtre/Makefile 1.1 +21 -0 ports/textproc/libtre/files/patch-doc+agrep.1.in (new) 1.1 +20 -0 ports/textproc/libtre/files/patch-src+Makefile.in (new) 1.1 +37 -0 ports/textproc/libtre/files/patch-tests+agrep+run-tests.sh (new) 1.14 +1 -0 ports/textproc/libtre/pkg-plist From imp at bsdimp.com Thu Aug 7 04:31:38 2008 From: imp at bsdimp.com (M. Warner Losh) Date: Thu Aug 7 04:31:52 2008 Subject: cvs commit: www/en administration.sgml In-Reply-To: <87y739zddk.fsf@kobe.laptop> References: <200808062004.m76K4UZr088718@repoman.freebsd.org> <87y739zddk.fsf@kobe.laptop> Message-ID: <20080806.222939.24901560.imp@bsdimp.com> In message: <87y739zddk.fsf@kobe.laptop> Giorgos Keramidas writes: : On Wed, 6 Aug 2008 20:04:30 +0000 (UTC), Gabor Pali wrote: : > pgj 2008-08-06 20:04:30 UTC : > : > FreeBSD doc repository : > : > Modified files: : > en administration.sgml : > Log: : > Update Core Team members on the web : : Thanks for the update, and for passing the original patches around for : review :) Had I been thinking, I would have insisted on this from day one :-) Warner From lioux at FreeBSD.org Thu Aug 7 04:36:40 2008 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Thu Aug 7 04:36:47 2008 Subject: cvs commit: ports/mail/crm114 Makefile Message-ID: <200808070436.m774aed3062043@repoman.freebsd.org> lioux 2008-08-07 04:36:40 UTC FreeBSD ports repository Modified files: mail/crm114 Makefile Log: o rewriteutil.crm requires the same crm binary location fix as the other crm recipes o Bump PORTREVISION due to crm recipe change Revision Changes Path 1.23 +2 -1 ports/mail/crm114/Makefile From alc at FreeBSD.org Thu Aug 7 04:56:48 2008 From: alc at FreeBSD.org (Alan Cox) Date: Thu Aug 7 04:56:59 2008 Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200808070456.m774umiV072886@repoman.freebsd.org> alc 2008-08-07 04:56:29 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: SVN rev 181356 on 2008-08-07 04:56:29Z by alc Introduce pmap_change_attr_locked(). Revision Changes Path 1.644 +18 -17 src/sys/amd64/amd64/pmap.c From edwin at FreeBSD.org Thu Aug 7 05:35:24 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Aug 7 05:35:35 2008 Subject: cvs commit: src/usr.bin/units units.lib Message-ID: <200808070535.m775ZOBR077009@repoman.freebsd.org> edwin 2008-08-07 05:35:01 UTC FreeBSD src repository Modified files: usr.bin/units units.lib Log: SVN rev 181357 on 2008-08-07 05:35:01Z by edwin - acificfrancexchange -> pacificfrancexchange - Add comments about the pegged currencies. Submitted by: GeJ on #bsdports Revision Changes Path 1.18 +3 -1 src/usr.bin/units/units.lib From beech at FreeBSD.org Thu Aug 7 05:39:37 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Aug 7 05:39:49 2008 Subject: cvs commit: ports/dns/powerdns-devel Makefile distinfo pkg-plist ports/dns/powerdns-devel/files pdns.in Message-ID: <200808070539.m775dbBY077345@repoman.freebsd.org> beech 2008-08-07 05:39:37 UTC FreeBSD ports repository Modified files: dns/powerdns-devel Makefile distinfo pkg-plist Removed files: dns/powerdns-devel/files pdns.in Log: - Update to 2.9.22.20080804 - Pet portlint - Remove support for FreeBSD < 5 - Remove file leftover from repocopy - Bump portepoch NOTE: Version numbering changed back to 2.9.x instead of 3.x PR: ports/126270 Submitted by: Ralf van der Enden (maintainer) Revision Changes Path 1.65 +7 -9 ports/dns/powerdns-devel/Makefile 1.20 +3 -3 ports/dns/powerdns-devel/distinfo 1.5 +0 -38 ports/dns/powerdns-devel/files/pdns.in (dead) 1.17 +2 -2 ports/dns/powerdns-devel/pkg-plist From edwin at FreeBSD.org Thu Aug 7 05:46:49 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Aug 7 05:47:02 2008 Subject: cvs commit: ports/sysutils Makefile ports/sysutils/isc-cron Makefile distinfo pkg-descr ports/sysutils/isc-cron/files pkg-message.in Message-ID: <200808070546.m775knvE078022@repoman.freebsd.org> edwin 2008-08-07 05:46:49 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/isc-cron Makefile distinfo pkg-descr sysutils/isc-cron/files pkg-message.in Log: ISC cron, successor of Vixie Cron WWW: ftp://ftp.isc.org/isc/cron/ Revision Changes Path 1.1032 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/isc-cron/Makefile (new) 1.1 +3 -0 ports/sysutils/isc-cron/distinfo (new) 1.1 +8 -0 ports/sysutils/isc-cron/files/pkg-message.in (new) 1.1 +3 -0 ports/sysutils/isc-cron/pkg-descr (new) From edwin at FreeBSD.org Thu Aug 7 06:10:57 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Aug 7 06:11:08 2008 Subject: cvs commit: ports/sysutils/isc-cron Makefile Message-ID: <200808070610.m776Av1t081026@repoman.freebsd.org> edwin 2008-08-07 06:10:57 UTC FreeBSD ports repository Modified files: sysutils/isc-cron Makefile Log: make sure that crontab is setuid root Revision Changes Path 1.2 +2 -0 ports/sysutils/isc-cron/Makefile From manolis at FreeBSD.org Thu Aug 7 06:32:16 2008 From: manolis at FreeBSD.org (Manolis Kiagias) Date: Thu Aug 7 06:32:51 2008 Subject: cvs commit: doc/el_GR.ISO8859-7/books/handbook/x11 chapter.sgml In-Reply-To: <489A0A8B.7070906@FreeBSD.org> References: <200808062026.m76KQueT090634@repoman.freebsd.org> <489A0A8B.7070906@FreeBSD.org> Message-ID: <489A0C9A.4050506@FreeBSD.org> Gabor PALI wrote: > Manolis Kiagias wrote: > >> This commit marks a milestone for the Greek Documentation Project: >> The entire User's Handbook is now translated! Work will of course >> continue, with more fixes and updates as well as new chapters from >> the Administration Handbook and other documents. >> > > Congratulations! Keep your good work! :) > > > :g > > > > Thanks pgj, will surely do :) From itetcu at FreeBSD.org Thu Aug 7 06:32:44 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Thu Aug 7 06:33:07 2008 Subject: cvs commit: ports UPDATING ports/net-p2p Makefile ports/www Makefile ports/net-p2p/transmission Makefile distinfo pkg-descr pkg-plist ports/net-p2p/transmission/files patch-configure ports/net-p2p/transmission-cli Makefile distinfo pkg-descr ... In-Reply-To: <200808070154.m771slSu043128@repoman.freebsd.org> References: <200808070154.m771slSu043128@repoman.freebsd.org> Message-ID: <20080807093242.07e9ef42@it.buh.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/transmission-cli-1.31.log: building transmission-cli-1.31 in directory /var/tinderbox/7-STABLE-FTP maintained by: mezz@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/net-p2p/transmission-cli Makefile ident: $FreeBSD: ports/net-p2p/transmission-cli/Makefile,v 1.42 2008/08/07 01:54:46 mezz Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Aug 7 02:03:14 UTC 2008 ................................................... add_pkg gettext-0.17_1.tbz libiconv-1.11_1.tbz gmake-3.81_3.tbz m4-1.4.11,1.tbz autoconf-wrapper-20071109.tbz perl-5.8.8_1.tbz autoconf-2.62.tbz pkg-config-0.23_1.tbz curl-7.18.0.tbz adding dependencies pkg_add gettext-0.17_1.tbz pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add gmake-3.81_3.tbz pkg_add m4-1.4.11,1.tbz pkg_add autoconf-wrapper-20071109.tbz pkg_add perl-5.8.8_1.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.8 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.8 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. pkg_add autoconf-2.62.tbz pkg_add pkg-config-0.23_1.tbz pkg_add curl-7.18.0.tbz ===> transmission-cli-1.31 depends on executable: gmake - found ===> transmission-cli-1.31 depends on file: /usr/local/bin/autoconf-2.62 - found ===> transmission-cli-1.31 depends on executable: pkg-config - found ===> transmission-cli-1.31 depends on shared library: curl.4 - found ===> Configuring for transmission-cli-1.31 aclocal: not found automake: not found Can't exec "automake": No such file or directory at /usr/local/bin/autoreconf-2.62 line 242. Use of uninitialized value in pattern match (m//) at /usr/local/bin/autoreconf-2.62 line 242. Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf-2.62/Autom4te/FileUtils.pm line 326. autoreconf-2.62: failed to run aclocal: No such file or directory *** Error code 1 Stop in /a/ports/net-p2p/transmission-cli. ================================================================ build of /usr/ports/net-p2p/transmission-cli ended at Thu Aug 7 02:03:35 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 itetcu at FreeBSD.org Thu Aug 7 06:34:40 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Thu Aug 7 06:34:46 2008 Subject: cvs commit: ports/sysutils/isc-cron Makefile In-Reply-To: <200808070610.m776Av1t081026@repoman.freebsd.org> References: <200808070610.m776Av1t081026@repoman.freebsd.org> Message-ID: <20080807093437.15a5adcb@it.buh.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/isc-cron-4.1.log: building isc-cron-4.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: edwin@mavetju.org building for: 7.0-STABLE amd64 port directory: /usr/ports/sysutils/isc-cron Makefile ident: $FreeBSD: ports/sysutils/isc-cron/Makefile,v 1.2 2008/08/07 06:10:57 edwin Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Aug 7 06:29:10 UTC 2008 ................................................... fetch: file:///distcache//cron_4.1.shar: No such file or directory => Attempting to fetch from ftp://ftp.isc.org/isc/. fetch: ftp://ftp.isc.org/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.ciril.fr/pub/isc/. fetch: ftp://ftp.ciril.fr/pub/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/. fetch: ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.freenet.de/pub/ftp.isc.org/isc/. fetch: ftp://ftp.freenet.de/pub/ftp.isc.org/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.iij.ad.jp/pub/network/isc/. fetch: ftp://ftp.iij.ad.jp/pub/network/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.dti.ad.jp/pub/net/isc/. fetch: ftp://ftp.dti.ad.jp/pub/net/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.u-aizu.ac.jp/pub/net/isc/. fetch: ftp://ftp.u-aizu.ac.jp/pub/net/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/. fetch: ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.chl.chalmers.se/pub/isc/. fetch: ftp://ftp.chl.chalmers.se/pub/isc/cron_4.1.shar: Connection refused => Attempting to fetch from ftp://ftp.sunet.se/pub/network/isc/. fetch: ftp://ftp.sunet.se/pub/network/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/. fetch: ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.epix.net/pub/isc/. fetch: ftp://ftp.epix.net/pub/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.nominum.com/pub/isc/. fetch: ftp://ftp.nominum.com/pub/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/. fetch: ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.ntua.gr/pub/net/isc/isc/. fetch: ftp://ftp.ntua.gr/pub/net/isc/isc/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cron_4.1.shar: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles/ and try again. *** Error code 1 Stop in /a/ports/sysutils/isc-cron. ================================================================ build of /usr/ports/sysutils/isc-cron ended at Thu Aug 7 06:30:05 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 itetcu at FreeBSD.org Thu Aug 7 06:35:50 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Thu Aug 7 06:36:01 2008 Subject: cvs commit: ports UPDATING ports/net-p2p Makefile ports/www Makefile ports/net-p2p/transmission Makefile distinfo pkg-descr pkg-plist ports/net-p2p/transmission/files patch-configure ports/net-p2p/transmission-cli Makefile distinfo pkg-descr ... In-Reply-To: <20080807093242.07e9ef42@it.buh.tecnik93.com> References: <200808070154.m771slSu043128@repoman.freebsd.org> <20080807093242.07e9ef42@it.buh.tecnik93.com> Message-ID: <20080807093539.16ad0785@it.buh.tecnik93.com> Web and daemon fail the same way. HTH, -- 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/20080807/c7906fb5/signature.pgp From edwin at FreeBSD.org Thu Aug 7 06:43:53 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Aug 7 06:43:59 2008 Subject: cvs commit: ports/sysutils/isc-cron Makefile Message-ID: <200808070643.m776hrsv083597@repoman.freebsd.org> edwin 2008-08-07 06:43:53 UTC FreeBSD ports repository Modified files: sysutils/isc-cron Makefile Log: Add proper MASTER_SITE_SUBDIR Revision Changes Path 1.3 +1 -0 ports/sysutils/isc-cron/Makefile From lbr at FreeBSD.org Thu Aug 7 07:16:57 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Thu Aug 7 07:17:09 2008 Subject: cvs commit: ports/www/p5-Catalyst-Plugin-I18N Makefile distinfo Message-ID: <200808070716.m777Gvmh087280@repoman.freebsd.org> lbr 2008-08-07 07:16:57 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-I18N Makefile distinfo Log: Update to 0.08 Revision Changes Path 1.8 +4 -4 ports/www/p5-Catalyst-Plugin-I18N/Makefile 1.5 +3 -3 ports/www/p5-Catalyst-Plugin-I18N/distinfo From brueffer at FreeBSD.org Thu Aug 7 07:19:27 2008 From: brueffer at FreeBSD.org (Christian Brueffer) Date: Thu Aug 7 07:19:39 2008 Subject: cvs commit: src UPDATING Message-ID: <200808070719.m777JR9S087455@repoman.freebsd.org> brueffer 2008-08-07 07:16:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING Log: SVN rev 181358 on 2008-08-07 07:16:07Z by brueffer current -> STABLE here, as in all other STABLE branches. Submitted by: joel Revision Changes Path 1.507.2.9 +1 -1 src/UPDATING From jhb at FreeBSD.org Thu Aug 7 07:24:28 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 07:24:33 2008 Subject: cvs commit: src/sys/net if.h src/sys/sys sockio.h Message-ID: <200808070724.m777ORZX087907@repoman.freebsd.org> jhb 2008-08-07 07:23:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.h sys/sys sockio.h Log: SVN rev 181359 on 2008-08-07 07:23:53Z by jhb MFC: Trim some noise from some #ifdef's. Revision Changes Path 1.96.2.5 +1 -1 src/sys/net/if.h 1.28.2.2 +1 -1 src/sys/sys/sockio.h From jhb at FreeBSD.org Thu Aug 7 07:26:19 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 07:26:31 2008 Subject: cvs commit: src/sys/net if.h src/sys/sys sockio.h Message-ID: <200808070726.m777QJq0088124@repoman.freebsd.org> jhb 2008-08-07 07:25:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if.h sys/sys sockio.h Log: SVN rev 181360 on 2008-08-07 07:25:48Z by jhb MFC: Trim some noise from some #ifdef's. Revision Changes Path 1.108.2.4 +1 -1 src/sys/net/if.h 1.31.2.1 +1 -1 src/sys/sys/sockio.h From trasz at FreeBSD.org Thu Aug 7 07:29:36 2008 From: trasz at FreeBSD.org (Edward Tomasz Napierala) Date: Thu Aug 7 07:29:47 2008 Subject: cvs commit: src/bin/cp utils.c Message-ID: <200808070729.m777TZpk088343@repoman.freebsd.org> trasz 2008-08-07 07:29:26 UTC FreeBSD src repository Modified files: bin/cp utils.c Log: SVN rev 181361 on 2008-08-07 07:29:26Z by trasz Fix ACL preservation, apparently broken in 1.47. Approved by: rwatson MFC after: 3 weeks Revision Changes Path 1.54 +3 -1 src/bin/cp/utils.c From brueffer at FreeBSD.org Thu Aug 7 07:32:52 2008 From: brueffer at FreeBSD.org (Christian Brueffer) Date: Thu Aug 7 07:32:59 2008 Subject: cvs commit: src/share/man/man4 et.4 Message-ID: <200808070732.m777WqJm088632@repoman.freebsd.org> brueffer 2008-08-07 07:32:40 UTC FreeBSD src repository Modified files: share/man/man4 et.4 Log: SVN rev 181362 on 2008-08-07 07:32:40Z by brueffer Comment out information about Jumbo Frame support, it's not implemented yet. While here, fix a whitespace nit. Discussed with: delphij Revision Changes Path 1.2 +8 -8 src/share/man/man4/et.4 From beech at FreeBSD.org Thu Aug 7 08:16:53 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Aug 7 08:16:59 2008 Subject: cvs commit: ports/archivers/liborange Makefile Message-ID: <200808070816.m778Gr8b093330@repoman.freebsd.org> beech 2008-08-07 08:16:53 UTC FreeBSD ports repository Modified files: archivers/liborange Makefile Log: - Add missing RUN_DEPENDS on archivers/cabextract and archivers/unzip PR: ports/126321 Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.17 +4 -1 ports/archivers/liborange/Makefile From beech at FreeBSD.org Thu Aug 7 08:29:49 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Thu Aug 7 08:29:55 2008 Subject: cvs commit: ports/science/netcdf Makefile pkg-plist ports/science/netcdf/files patch-fortran+cfortran.h Message-ID: <200808070829.m778Tn2S094322@repoman.freebsd.org> beech 2008-08-07 08:29:49 UTC FreeBSD ports repository Modified files: science/netcdf Makefile pkg-plist Added files: science/netcdf/files patch-fortran+cfortran.h Log: - Add experimental WITH_FORTRAN knob and a patch to have it compile. - It's off by default as it doesn't seem to be required by any port. - No functional change. PR: ports/125915 Submitted by: Pedro F. Giffuni Approved by: maintainer timeout (>2 Weeks) Revision Changes Path 1.32 +13 -1 ports/science/netcdf/Makefile 1.1 +21 -0 ports/science/netcdf/files/patch-fortran+cfortran.h (new) 1.8 +6 -0 ports/science/netcdf/pkg-plist From wosch at FreeBSD.org Thu Aug 7 08:30:33 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Thu Aug 7 08:30:44 2008 Subject: cvs commit: www/en/cgi man.cgi Message-ID: <200808070830.m778UWhG094450@repoman.freebsd.org> wosch 2008-08-07 08:30:32 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: typo in shortcuts documentation. Submitted by: Carlos A. M. dos Santos Revision Changes Path 1.220 +4 -4 www/en/cgi/man.cgi From flz at xbsd.org Thu Aug 7 08:38:40 2008 From: flz at xbsd.org (Florent Thoumie) Date: Thu Aug 7 08:38:46 2008 Subject: cvs commit: ports/audio/gtkguitune Makefile ports/devel/cogito Makefile ports/games/enigma Makefile ports/graphics/driconf Makefile ports/graphics/sswf Makefile ports/java/kaffe Makefile ports/lang/nickle Makefile ports/textproc/asciidoc Makefile Message-ID: On Wed, Aug 6, 2008 at 11:28 PM, Alexey Dokuchaev wrote: > On Wed, Aug 06, 2008 at 08:41:05PM +0000, Eric Anholt wrote: >> anholt 2008-08-06 20:41:05 UTC >> >> FreeBSD ports repository >> >> Modified files: >> audio/gtkguitune Makefile >> devel/cogito Makefile >> games/enigma Makefile >> graphics/driconf Makefile >> graphics/sswf Makefile >> java/kaffe Makefile >> lang/nickle Makefile >> textproc/asciidoc Makefile >> x11/rendercheck Makefile >> x11-wm/xcompmgr Makefile >> Log: >> Drop maintainership on my ports as I'm no longer using FreeBSD. > > This is quite sad to hear: you've done such an amazing job for X and > FreeBSD over all those years. > > Good luck, and I really hope we see you soon. I'm hoping he meant he's not using freebsd as his primary OS but still test Xorg changes in some virtual machine thingie. Am I right? Am I right? -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From nivit at FreeBSD.org Thu Aug 7 08:39:24 2008 From: nivit at FreeBSD.org (Nicola Vitale) Date: Thu Aug 7 08:39:30 2008 Subject: cvs commit: ports/textproc/py-genshi Makefile pkg-plist Message-ID: <200808070839.m778dOVJ095143@repoman.freebsd.org> nivit 2008-08-07 08:39:24 UTC FreeBSD ports repository Modified files: textproc/py-genshi Makefile pkg-plist Log: - Override the zip_flag=True in setup.py to install the egg as a directory (asked by brooks@ to solve some issues with devel/trac[1]) - Bump PORTREVISION (different pkg-plist) [1] http://lists.freebsd.org/pipermail/freebsd-python/2008-August/001662.html Revision Changes Path 1.9 +2 -1 ports/textproc/py-genshi/Makefile 1.6 +82 -7 ports/textproc/py-genshi/pkg-plist From philip at FreeBSD.org Thu Aug 7 08:41:09 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Thu Aug 7 08:41:22 2008 Subject: cvs commit: CVSROOT access Message-ID: <200808070841.m778f9Kn095373@repoman.freebsd.org> philip 2008-08-07 08:40:53 UTC FreeBSD src repository Modified files: . access Log: SVN rev 181363 on 2008-08-07 08:40:53Z by philip Take anholt's src commit bit for safekeeping per his request. Approved by: core Revision Changes Path 1.891 +0 -1 CVSROOT/access From miwi at FreeBSD.org Thu Aug 7 08:47:02 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 08:47:14 2008 Subject: cvs commit: ports/databases/postgis-jdbc Makefile distinfo pkg-plist Message-ID: <200808070847.m778l1iX096452@repoman.freebsd.org> miwi 2008-08-07 08:47:01 UTC FreeBSD ports repository Modified files: databases/postgis-jdbc Makefile distinfo Removed files: databases/postgis-jdbc pkg-plist Log: - Update to 1.4.0 PR: 125890 Submitted by: Wen heping (maintainer) Revision Changes Path 1.16 +7 -28 ports/databases/postgis-jdbc/Makefile 1.8 +3 -3 ports/databases/postgis-jdbc/distinfo 1.5 +0 -10 ports/databases/postgis-jdbc/pkg-plist (dead) From miwi at FreeBSD.org Thu Aug 7 08:52:30 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 08:52:41 2008 Subject: cvs commit: ports/misc Makefile ports/misc/p5-Locale-US Makefile distinfo pkg-descr pkg-plist ports/misc/p5-Locale-US/files patch-US.pm Message-ID: <200808070852.m778qU7U005723@repoman.freebsd.org> miwi 2008-08-07 08:52:30 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/p5-Locale-US Makefile distinfo pkg-descr pkg-plist misc/p5-Locale-US/files patch-US.pm Log: Map from US two-letter codes to statees and vice versa. WWW: http://search.cpan.org/dist/Locale-US/ PR: ports/126122 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.879 +1 -0 ports/misc/Makefile 1.1 +20 -0 ports/misc/p5-Locale-US/Makefile (new) 1.1 +3 -0 ports/misc/p5-Locale-US/distinfo (new) 1.1 +10 -0 ports/misc/p5-Locale-US/files/patch-US.pm (new) 1.1 +3 -0 ports/misc/p5-Locale-US/pkg-descr (new) 1.1 +6 -0 ports/misc/p5-Locale-US/pkg-plist (new) From miwi at FreeBSD.org Thu Aug 7 08:53:58 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 08:54:04 2008 Subject: cvs commit: ports/deskutils/libopensync-plugin-evolution2-devel Makefile distinfo pkg-descr pkg-plist Message-ID: <200808070853.m778rwMT005848@repoman.freebsd.org> miwi 2008-08-07 08:53:57 UTC FreeBSD ports repository Modified files: deskutils/libopensync-plugin-evolution2-devel Makefile distinfo pkg-descr pkg-plist Log: - Force commit Repocopy from deskutils/libopensync-plugin-evolution2 -> deskutils/libopensync-plugin-evolution2-devel Repocopy by: marcus Revision Changes Path 1.3 +0 -0 ports/deskutils/libopensync-plugin-evolution2-devel/Makefile 1.2 +0 -0 ports/deskutils/libopensync-plugin-evolution2-devel/distinfo 1.2 +0 -0 ports/deskutils/libopensync-plugin-evolution2-devel/pkg-descr 1.2 +0 -0 ports/deskutils/libopensync-plugin-evolution2-devel/pkg-plist From linimon at FreeBSD.org Thu Aug 7 08:58:31 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Thu Aug 7 08:58:37 2008 Subject: cvs commit: ports/benchmarks/rawio Makefile ports/devel/ptmalloc Makefile ports/misc/tempcontrol Makefile ports/multimedia/mythtv Makefile ports/multimedia/tv_grab_au Makefile ports/sysutils/dirdiff Makefile ports/x11-servers/x2x Makefile ... Message-ID: <200808070858.m778wVMh006351@repoman.freebsd.org> linimon 2008-08-07 08:58:31 UTC FreeBSD ports repository Modified files: benchmarks/rawio Makefile devel/ptmalloc Makefile misc/tempcontrol Makefile multimedia/mythtv Makefile multimedia/tv_grab_au Makefile sysutils/dirdiff Makefile x11-servers/x2x Makefile x11/xtset Makefile Log: Reset grog@FreeBSD.org: last commit was more than 6 months ago, and PRs are outstanding. Revision Changes Path 1.16 +1 -1 ports/benchmarks/rawio/Makefile 1.3 +1 -1 ports/devel/ptmalloc/Makefile 1.4 +1 -1 ports/misc/tempcontrol/Makefile 1.18 +1 -1 ports/multimedia/mythtv/Makefile 1.5 +1 -1 ports/multimedia/tv_grab_au/Makefile 1.9 +1 -1 ports/sysutils/dirdiff/Makefile 1.9 +1 -1 ports/x11-servers/x2x/Makefile 1.5 +1 -1 ports/x11/xtset/Makefile From miwi at FreeBSD.org Thu Aug 7 09:00:04 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 09:00:10 2008 Subject: cvs commit: ports/deskutils/libopensync-plugin-evolution2-devel Makefile distinfo pkg-plist ports/deskutils/libopensync-plugin-evolution2-devel/files patch-src_Makefile.in Message-ID: <200808070900.m779035E006560@repoman.freebsd.org> miwi 2008-08-07 09:00:03 UTC FreeBSD ports repository Modified files: deskutils/libopensync-plugin-evolution2-devel Makefile distinfo pkg-plist Removed files: deskutils/libopensync-plugin-evolution2-devel/files patch-src_Makefile.in Log: - Update to 0.36 - Pass maintainership to submitter PR: 125790 Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.4 +14 -5 ports/deskutils/libopensync-plugin-evolution2-devel/Makefile 1.3 +3 -3 ports/deskutils/libopensync-plugin-evolution2-devel/distinfo 1.2 +0 -11 ports/deskutils/libopensync-plugin-evolution2-devel/files/patch-src_Makefile.in (dead) 1.3 +6 -8 ports/deskutils/libopensync-plugin-evolution2-devel/pkg-plist From rwatson at FreeBSD.org Thu Aug 7 09:04:10 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Thu Aug 7 09:04:20 2008 Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200808070904.m77949Hw007988@repoman.freebsd.org> rwatson 2008-08-07 09:03:51 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: SVN rev 181364 on 2008-08-07 09:03:51Z by rwatson Correct comment typo. MFC after: 1 week (after inpcb rwlocking) Revision Changes Path 1.215 +2 -2 src/sys/netinet/in_pcb.c From rwatson at FreeBSD.org Thu Aug 7 09:06:12 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Thu Aug 7 09:06:18 2008 Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h Message-ID: <200808070906.m7796A21008234@repoman.freebsd.org> rwatson 2008-08-07 09:06:04 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c in_pcb.h Log: SVN rev 181365 on 2008-08-07 09:06:04Z by rwatson Minor white space tweaks. MFC after: 1 week Revision Changes Path 1.216 +3 -3 src/sys/netinet/in_pcb.c 1.114 +3 -4 src/sys/netinet/in_pcb.h From miwi at FreeBSD.org Thu Aug 7 09:08:35 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 09:08:47 2008 Subject: cvs commit: ports/deskutils Makefile Message-ID: <200808070908.m7798YU6008411@repoman.freebsd.org> miwi 2008-08-07 09:08:34 UTC FreeBSD ports repository Modified files: deskutils Makefile Log: - Connect deskutils/libopensync-plugin-evolution2-devel to the build Revision Changes Path 1.332 +1 -0 ports/deskutils/Makefile From wosch at FreeBSD.org Thu Aug 7 09:19:55 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Thu Aug 7 09:20:01 2008 Subject: cvs commit: www/en/cgi man.cgi In-Reply-To: <200808061938.m76JchMa085395@repoman.freebsd.org> References: <200808061938.m76JchMa085395@repoman.freebsd.org> Message-ID: On Wed, Aug 6, 2008 at 9:38 PM, Wolfram Schneider wrote: > wosch 2008-08-06 19:38:43 UTC > > FreeBSD doc repository > > Modified files: > en/cgi man.cgi > Log: > document shortcuts for FreeBSD manual pages, e.g.: > which manpage -> http://www.freebsd.org/cgi/man.cgi/cgi/man.cgi?which Grrh, there is a typo in the URL, the real URL is http://www.freebsd.org/cgi/man.cgi?which -Wolfram -- Wolfram Schneider http://wolfram.schneider.org From miwi at FreeBSD.org Thu Aug 7 09:47:09 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 09:47:21 2008 Subject: cvs commit: ports/deskutils/libopensync-plugin-evolution2-devel Makefile Message-ID: <200808070947.m779l9ru011497@repoman.freebsd.org> miwi 2008-08-07 09:47:09 UTC FreeBSD ports repository Modified files: deskutils/libopensync-plugin-evolution2-devel Makefile Log: - Fix dependence Revision Changes Path 1.5 +1 -1 ports/deskutils/libopensync-plugin-evolution2-devel/Makefile From miwi at FreeBSD.org Thu Aug 7 09:49:54 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 09:50:00 2008 Subject: cvs commit: ports/www/drupal6-views Makefile distinfo pkg-descr Message-ID: <200808070949.m779nsB4014551@repoman.freebsd.org> miwi 2008-08-07 09:49:54 UTC FreeBSD ports repository Modified files: www/drupal6-views Makefile distinfo pkg-descr Log: - Force commit Repocopy from www/drupal5-views to www/drupal6-views Repocopy by: marcus Revision Changes Path 1.3 +0 -0 ports/www/drupal6-views/Makefile 1.2 +0 -0 ports/www/drupal6-views/distinfo 1.2 +0 -0 ports/www/drupal6-views/pkg-descr From erwin at FreeBSD.org Thu Aug 7 09:49:55 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Thu Aug 7 09:50:11 2008 Subject: cvs commit: ports/net-mgmt/ng_ipacct Makefile Message-ID: <200808070949.m779ntvU014582@repoman.freebsd.org> erwin 2008-08-07 09:49:55 UTC FreeBSD ports repository Modified files: net-mgmt/ng_ipacct Makefile Log: Don't overlook the n in ifndef and restore the original meaning for NO_PACKAGE, and add a separate IGNORE for pointyhat. Noticed by: Eugene Kazarinov Revision Changes Path 1.11 +2 -0 ports/net-mgmt/ng_ipacct/Makefile From amdmi3 at FreeBSD.org Thu Aug 7 09:56:56 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Thu Aug 7 09:57:02 2008 Subject: cvs commit: ports/lang/gdc Makefile ports/lang/gdc/files patch-gcc-config-freebsd-spec.h Message-ID: <200808070956.m779utJb015728@repoman.freebsd.org> amdmi3 2008-08-07 09:56:55 UTC FreeBSD ports repository Modified files: lang/gdc Makefile Added files: lang/gdc/files patch-gcc-config-freebsd-spec.h Log: - Add patch to fix exceptions on FreeBSD (throwing exception from D will no longer lead straight to abort()) Obtained from: http://d.puremagic.com/issues/show_bug.cgi?id=2182 Thanks to: David Friedman Approved by: miwi (mentor implicit) Revision Changes Path 1.34 +2 -3 ports/lang/gdc/Makefile 1.1 +10 -0 ports/lang/gdc/files/patch-gcc-config-freebsd-spec.h (new) From miwi at FreeBSD.org Thu Aug 7 09:59:11 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 09:59:16 2008 Subject: cvs commit: ports/deskutils/libopensync-plugin-evolution2-devel Makefile Message-ID: <200808070959.m779xAav016067@repoman.freebsd.org> miwi 2008-08-07 09:59:10 UTC FreeBSD ports repository Modified files: deskutils/libopensync-plugin-evolution2-devel Makefile Log: - Fix now really build Revision Changes Path 1.6 +2 -2 ports/deskutils/libopensync-plugin-evolution2-devel/Makefile From miwi at FreeBSD.org Thu Aug 7 10:03:48 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 10:03:59 2008 Subject: cvs commit: ports/www Makefile ports/www/drupal6-views Makefile distinfo Message-ID: <200808071003.m77A3ljB017933@repoman.freebsd.org> miwi 2008-08-07 10:03:47 UTC FreeBSD ports repository Modified files: www Makefile www/drupal6-views Makefile distinfo Log: - Update to 6.x-2.0-rc1 - pass maintainership to submitter PR: 125797 Submitted by: Eygene Ryabinkin (maintainer) Revision Changes Path 1.2114 +1 -0 ports/www/Makefile 1.4 +92 -13 ports/www/drupal6-views/Makefile 1.3 +3 -3 ports/www/drupal6-views/distinfo From miwi at FreeBSD.org Thu Aug 7 10:05:46 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 10:05:52 2008 Subject: cvs commit: ports/www Makefile ports/www/drupal6-cck Makefile distinfo pkg-descr Message-ID: <200808071005.m77A5j2j018316@repoman.freebsd.org> miwi 2008-08-07 10:05:45 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/drupal6-cck Makefile distinfo pkg-descr Log: The Content Construction Kit allows you add custom fields to custom content types using a web interface. WWW: http://drupal.org/project/cck PR: ports/126039 Submitted by: Eygene Ryabinkin Revision Changes Path 1.2115 +1 -0 ports/www/Makefile 1.1 +103 -0 ports/www/drupal6-cck/Makefile (new) 1.1 +3 -0 ports/www/drupal6-cck/distinfo (new) 1.1 +4 -0 ports/www/drupal6-cck/pkg-descr (new) From erwin at FreeBSD.org Thu Aug 7 10:07:35 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Thu Aug 7 10:07:47 2008 Subject: cvs commit: ports/www Makefile Message-ID: <200808071007.m77A7Zq7018634@repoman.freebsd.org> erwin 2008-08-07 10:07:35 UTC FreeBSD ports repository Modified files: www Makefile Log: Fix speling of transmission-web to fix INDEX. Revision Changes Path 1.2116 +1 -1 ports/www/Makefile From itetcu at FreeBSD.org Thu Aug 7 10:26:02 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Thu Aug 7 10:26:13 2008 Subject: cvs commit: ports/science/netcdf Makefile pkg-plist ports/science/netcdf/files patch-fortran+cfortran.h In-Reply-To: <200808070829.m778Tn2S094322@repoman.freebsd.org> References: <200808070829.m778Tn2S094322@repoman.freebsd.org> Message-ID: <20080807132600.5007832e@it.buh.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/netcdf-3.6.3_1.log: building netcdf-3.6.3_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: sunpoet@sunpoet.net building for: 7.0-STABLE amd64 port directory: /usr/ports/science/netcdf Makefile ident: $FreeBSD: ports/science/netcdf/Makefile,v 1.32 2008/08/07 08:29:48 beech Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Aug 7 08:30:45 UTC 2008 ................................................... | NetCDF is tested nightly on many platforms at Unidata | | but your platform is probably different in some ways. | | | | If any tests fail, please see the netCDF web site: | | http://www.unidata.ucar.edu/software/netcdf/ | | | | NetCDF is developed and maintained at the Unidata Program | | Center. Unidata provides a broad array of data and software | | tools for use in geoscience education and research. | | http://www.unidata.ucar.edu | +-------------------------------------------------------------+ /bin/ln -fs libnetcdf.so.4 /usr/local/lib/libnetcdf.so /bin/ln -fs libnetcdf_c++.so.4 /usr/local/lib/libnetcdf_c++.so install-info --quiet /usr/local/info/netcdf.info /usr/local/info/dir install-info --quiet /usr/local/info/netcdf-c.info /usr/local/info/dir install-info --quiet /usr/local/info/netcdf-cxx.info /usr/local/info/dir install-info --quiet /usr/local/info/netcdf-f77.info /usr/local/info/dir install-info --quiet /usr/local/info/netcdf-f90.info /usr/local/info/dir install-info --quiet /usr/local/info/netcdf-install.info /usr/local/info/dir install-info --quiet /usr/local/info/netcdf-tutorial.info /usr/local/info/dir ===> Compressing manual pages for netcdf-3.6.3_1 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for netcdf-3.6.3_1 ================================================================ ======================================== ===> Building package for netcdf-3.6.3_1 Creating package /tmp/packages/All/netcdf-3.6.3_1.tbz Registering depends:. Registering conflicts: hdf-4.* netcdf-4.*. Creating bzip'd tar ball in '/tmp/packages/All/netcdf-3.6.3_1.tbz' Deleting netcdf-3.6.3_1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 15639802 4 drwxr-xr-x 2 root wheel 512 Aug 7 08:31 usr/local/share/doc/netcdf ================================================================ build of /usr/ports/science/netcdf ended at Thu Aug 7 08:31: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 sem at FreeBSD.org Thu Aug 7 10:45:27 2008 From: sem at FreeBSD.org (Sergey Matveychuk) Date: Thu Aug 7 10:45:34 2008 Subject: cvs commit: ports/dns/unbound Makefile distinfo ports/dns/unbound/files patch-Makefile.in Message-ID: <200808071045.m77AjRqY023962@repoman.freebsd.org> sem 2008-08-07 10:45:27 UTC FreeBSD ports repository Modified files: dns/unbound Makefile distinfo dns/unbound/files patch-Makefile.in Log: - Update to 1.0.2 Revision Changes Path 1.8 +1 -1 ports/dns/unbound/Makefile 1.4 +3 -3 ports/dns/unbound/distinfo 1.5 +6 -6 ports/dns/unbound/files/patch-Makefile.in From skv at FreeBSD.org Thu Aug 7 11:05:07 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Thu Aug 7 11:05:13 2008 Subject: cvs commit: ports/mail/svnmailer Makefile Message-ID: <200808071105.m77B57Lg027333@repoman.freebsd.org> skv 2008-08-07 11:05:07 UTC FreeBSD ports repository Modified files: mail/svnmailer Makefile Log: Add "py-subversion" to RUN_DEPENDS. Revision Changes Path 1.13 +2 -1 ports/mail/svnmailer/Makefile From marius at FreeBSD.org Thu Aug 7 11:22:42 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Aug 7 11:22:49 2008 Subject: cvs commit: src/sys/modules/mem Makefile Message-ID: <200808071122.m77BMgwE028768@repoman.freebsd.org> marius 2008-08-07 11:22:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/modules/mem Makefile Log: SVN rev 181367 on 2008-08-07 11:22:24Z by marius MFC: r180686, r180781 For sun4v ensure there is an opt_global.h with SUN4V defined included, even for the stand-alone build. Revision Changes Path 1.5.2.1 +14 -0 src/sys/modules/mem/Makefile From miwi at FreeBSD.org Thu Aug 7 12:10:53 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 12:11:00 2008 Subject: cvs commit: ports/dns/powerdns Makefile distinfo pkg-plist Message-ID: <200808071210.m77CAqYS033786@repoman.freebsd.org> miwi 2008-08-07 12:10:52 UTC FreeBSD ports repository Modified files: dns/powerdns Makefile distinfo pkg-plist Log: - Update to 2.9.21.1 PR: 126282 Submitted by: Ralf van der Enden Revision Changes Path 1.62 +2 -7 ports/dns/powerdns/Makefile 1.17 +3 -3 ports/dns/powerdns/distinfo 1.17 +6 -6 ports/dns/powerdns/pkg-plist From marius at FreeBSD.org Thu Aug 7 12:15:59 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Aug 7 12:16:04 2008 Subject: cvs commit: src/sys/sparc64/sparc64 autoconf.c mem.c Message-ID: <200808071215.m77CFwnw034217@repoman.freebsd.org> marius 2008-08-07 12:15:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/sparc64 autoconf.c mem.c Log: SVN rev 181368 on 2008-08-07 12:15:47Z by marius MFC: r180664 - Remove redundant inclusion of opt_global.h. - Use __FBSDID in autoconf.c. Revision Changes Path 1.14.2.1 +3 -3 src/sys/sparc64/sparc64/autoconf.c 1.18.2.1 +0 -1 src/sys/sparc64/sparc64/mem.c From danfe at FreeBSD.org Thu Aug 7 12:25:26 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Thu Aug 7 12:25:32 2008 Subject: cvs commit: ports/lang/nickle Makefile pkg-descr Message-ID: <200808071225.m77CPQdB035003@repoman.freebsd.org> danfe 2008-08-07 12:25:26 UTC FreeBSD ports repository Modified files: lang/nickle Makefile pkg-descr Log: - Canonicalize Makefile header - Clarify COMMENT and port description - Assume maintainership Revision Changes Path 1.20 +5 -5 ports/lang/nickle/Makefile 1.3 +13 -5 ports/lang/nickle/pkg-descr From lbr at FreeBSD.org Thu Aug 7 12:29:12 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Thu Aug 7 12:29:18 2008 Subject: cvs commit: ports/devel/p5-Config-Any Makefile distinfo Message-ID: <200808071229.m77CTBwh035257@repoman.freebsd.org> lbr 2008-08-07 12:29:11 UTC FreeBSD ports repository Modified files: devel/p5-Config-Any Makefile distinfo Log: Update to 0.14 Revision Changes Path 1.10 +1 -1 ports/devel/p5-Config-Any/Makefile 1.8 +3 -3 ports/devel/p5-Config-Any/distinfo From miwi at FreeBSD.org Thu Aug 7 12:56:14 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 12:56:21 2008 Subject: cvs commit: ports/irc/irssi-devel Makefile distinfo ports/irc/irssi-devel/files patch-irssi-version.h.in Message-ID: <200808071256.m77CuDbY046707@repoman.freebsd.org> miwi 2008-08-07 12:56:13 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080806 Revision Changes Path 1.133 +1 -1 ports/irc/irssi-devel/Makefile 1.85 +3 -3 ports/irc/irssi-devel/distinfo 1.38 +1 -1 ports/irc/irssi-devel/files/patch-irssi-version.h.in From wxs at FreeBSD.org Thu Aug 7 14:28:10 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Thu Aug 7 14:28:21 2008 Subject: cvs commit: ports/net/daemonlogger Makefile distinfo pkg-descr Message-ID: <200808071428.m77ES9en056194@repoman.freebsd.org> wxs 2008-08-07 14:28:09 UTC FreeBSD ports repository Modified files: net/daemonlogger Makefile distinfo pkg-descr Log: - Update to 1.1.0 - Fix WWW: line. Revision Changes Path 1.5 +1 -1 ports/net/daemonlogger/Makefile 1.4 +3 -3 ports/net/daemonlogger/distinfo 1.3 +1 -1 ports/net/daemonlogger/pkg-descr From das at FreeBSD.org Thu Aug 7 14:40:01 2008 From: das at FreeBSD.org (David Schultz) Date: Thu Aug 7 14:40:07 2008 Subject: cvs commit: src/lib/msun/src s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c Message-ID: <200808071440.m77Ee0mA057169@repoman.freebsd.org> das 2008-08-07 14:39:56 UTC FreeBSD src repository Modified files: lib/msun/src s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c Log: SVN rev 181374 on 2008-08-07 14:39:56Z by das Use cpack() and the gcc extension __imag__ to implement cimag() and conj() instead of using expressions like z * I. The latter is bad for several reasons: 1. It is implemented using arithmetic, which is unnecessary, and can generate floating point exceptions, contrary to the requirements on these functions. 2. gcc implements complex multiplication using a formula that breaks down for infinities, e.g., it gives INFINITY * I == nan + inf I. Revision Changes Path 1.2 +2 -1 src/lib/msun/src/s_cimag.c 1.2 +2 -1 src/lib/msun/src/s_cimagf.c 1.2 +2 -1 src/lib/msun/src/s_cimagl.c 1.2 +4 -1 src/lib/msun/src/s_conj.c 1.2 +4 -1 src/lib/msun/src/s_conjf.c 1.2 +4 -1 src/lib/msun/src/s_conjl.c From das at FreeBSD.org Thu Aug 7 14:41:02 2008 From: das at FreeBSD.org (David Schultz) Date: Thu Aug 7 14:41:13 2008 Subject: cvs commit: src/include complex.h Message-ID: <200808071441.m77Ef1ji057302@repoman.freebsd.org> das 2008-08-07 14:40:52 UTC FreeBSD src repository Modified files: include complex.h Log: SVN rev 181375 on 2008-08-07 14:40:52Z by das Annotate creal(), cimag(), and conj() with __pure2. Revision Changes Path 1.11 +10 -9 src/include/complex.h From phk at FreeBSD.org Thu Aug 7 14:48:48 2008 From: phk at FreeBSD.org (Poul-Henning Kamp) Date: Thu Aug 7 14:48:54 2008 Subject: cvs commit: src/usr.sbin/pkg_install Makefile.inc src/usr.sbin/pkg_install/lib pen.c Message-ID: <200808071448.m77Emljc057895@repoman.freebsd.org> phk 2008-08-07 14:48:35 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install Makefile.inc usr.sbin/pkg_install/lib pen.c Log: SVN rev 181376 on 2008-08-07 14:48:35Z by phk Use humanize_number to report pen-sizes so people don't have to count the digits when trying to install openoffice. Revision Changes Path 1.17 +3 -0 src/usr.sbin/pkg_install/Makefile.inc 1.43 +15 -4 src/usr.sbin/pkg_install/lib/pen.c From erwin at FreeBSD.org Thu Aug 7 15:02:54 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Thu Aug 7 15:03:06 2008 Subject: cvs commit: ports/www/p5-HTML-Stream Makefile distinfo Message-ID: <200808071502.m77F2sbt059021@repoman.freebsd.org> erwin 2008-08-07 15:02:54 UTC FreeBSD ports repository Modified files: www/p5-HTML-Stream Makefile distinfo Log: Update to 1.60 Revision Changes Path 1.27 +1 -1 ports/www/p5-HTML-Stream/Makefile 1.12 +3 -3 ports/www/p5-HTML-Stream/distinfo From gabor at kovesdan.org Thu Aug 7 15:09:33 2008 From: gabor at kovesdan.org (Gabor Kovesdan) Date: Thu Aug 7 15:09:45 2008 Subject: cvs commit: src/lib/msun/src s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c In-Reply-To: <200808071440.m77Ee0mA057169@repoman.freebsd.org> References: <200808071440.m77Ee0mA057169@repoman.freebsd.org> Message-ID: <489B0B86.5090307@kovesdan.org> David Schultz ha scritto: > das 2008-08-07 14:39:56 UTC > > FreeBSD src repository > > Modified files: > lib/msun/src s_cimag.c s_cimagf.c s_cimagl.c s_conj.c > s_conjf.c s_conjl.c > Log: > SVN rev 181374 on 2008-08-07 14:39:56Z by das > > Use cpack() and the gcc extension __imag__ to implement cimag() and > conj() instead of using expressions like z * I. The latter is bad for > several reasons: > > 1. It is implemented using arithmetic, which is unnecessary, and can > generate floating point exceptions, contrary to the requirements on > these functions. > > 2. gcc implements complex multiplication using a formula that breaks > down for infinities, e.g., it gives INFINITY * I == nan + inf I. > I've also checked that this part was a bit messy and incomplete and I've thought of working on this, thus I'm happy to see that you are working on improving the C99 complex.h support. My only concern is that, is it a good idea to use GCC extensions in our libc? Isn't this a significant limit of the portability? Regards, G?bor From das at FreeBSD.org Thu Aug 7 15:15:55 2008 From: das at FreeBSD.org (David Schultz) Date: Thu Aug 7 15:16:02 2008 Subject: cvs commit: src/include complex.h src/lib/msun Makefile Symbol.map src/lib/msun/man cimag.3 src/lib/msun/src s_cproj.c s_cprojf.c s_cprojl.c Message-ID: <200808071515.m77FFtOa061284@repoman.freebsd.org> das 2008-08-07 15:07:48 UTC FreeBSD src repository Modified files: include complex.h lib/msun Makefile Symbol.map lib/msun/man cimag.3 Added files: lib/msun/src s_cproj.c s_cprojf.c s_cprojl.c Log: SVN rev 181377 on 2008-08-07 15:07:48Z by das Implement cproj{,f,l}(). Revision Changes Path 1.12 +4 -0 src/include/complex.h 1.98 +4 -2 src/lib/msun/Makefile 1.21 +3 -0 src/lib/msun/Symbol.map 1.3 +30 -5 src/lib/msun/man/cimag.3 1.1 +47 -0 src/lib/msun/src/s_cproj.c (new) 1.1 +43 -0 src/lib/msun/src/s_cprojf.c (new) 1.1 +43 -0 src/lib/msun/src/s_cprojl.c (new) From mezz at FreeBSD.org Thu Aug 7 15:23:12 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Thu Aug 7 15:23:25 2008 Subject: cvs commit: ports/net-p2p/transmission-cli Makefile Message-ID: <200808071523.m77FNC31061876@repoman.freebsd.org> mezz 2008-08-07 15:23:12 UTC FreeBSD ports repository Modified files: net-p2p/transmission-cli Makefile Log: Fix the build. Reported by: QA Tindy Revision Changes Path 1.43 +1 -1 ports/net-p2p/transmission-cli/Makefile From mezz at FreeBSD.org Thu Aug 7 15:26:05 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Thu Aug 7 15:26:11 2008 Subject: cvs commit: ports/net-p2p/transmission Makefile Message-ID: <200808071526.m77FQ56c062124@repoman.freebsd.org> mezz 2008-08-07 15:26:05 UTC FreeBSD ports repository Modified files: net-p2p/transmission Makefile Log: Fix the meta-port. Revision Changes Path 1.43 +2 -0 ports/net-p2p/transmission/Makefile From das at FreeBSD.ORG Thu Aug 7 15:32:18 2008 From: das at FreeBSD.ORG (David Schultz) Date: Thu Aug 7 15:32:29 2008 Subject: cvs commit: src/lib/msun/src s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c In-Reply-To: <489B0B86.5090307@kovesdan.org> References: <200808071440.m77Ee0mA057169@repoman.freebsd.org> <489B0B86.5090307@kovesdan.org> Message-ID: <20080807153152.GA80835@zim.MIT.EDU> On Thu, Aug 07, 2008, Gabor Kovesdan wrote: > David Schultz ha scritto: > >das 2008-08-07 14:39:56 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/msun/src s_cimag.c s_cimagf.c s_cimagl.c s_conj.c > > s_conjf.c s_conjl.c > > Log: > > SVN rev 181374 on 2008-08-07 14:39:56Z by das > > > > Use cpack() and the gcc extension __imag__ to implement cimag() and > > conj() instead of using expressions like z * I. The latter is bad for > > several reasons: > > > > 1. It is implemented using arithmetic, which is unnecessary, and can > > generate floating point exceptions, contrary to the requirements on > > these functions. > > > > 2. gcc implements complex multiplication using a formula that breaks > > down for infinities, e.g., it gives INFINITY * I == nan + inf I. > > > I've also checked that this part was a bit messy and incomplete and I've > thought of working on this, thus I'm happy to see that you are working > on improving the C99 complex.h support. My only concern is that, is it a > good idea to use GCC extensions in our libc? Isn't this a significant > limit of the portability? A lot of things are part of the standard library specifically because they can't be implemented in standard C. Some things, such as the complex data type and the tgmath.h header, can't be implemented without compiler extensions, period. As it happens, cimag() can be implemented in standard C, but it's uglier: double cimag(complex double z) { union { complex double cpx; double components[2]; } u; u.cpx = z; return (u.components[1]); } I can convert it if you want, but it seems moot at the moment because even icc supports the rather basic __real__ and __imag__ extensions, and any compiler that doesn't support gcc's way of doing things is going to need a lot more work than this. From jkim at FreeBSD.org Thu Aug 7 17:25:11 2008 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Thu Aug 7 17:25:23 2008 Subject: cvs commit: src/sys/cam/scsi scsi_all.c scsi_all.h Message-ID: <200808071725.m77HPBOC082802@repoman.freebsd.org> jkim 2008-08-07 17:25:05 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_all.c scsi_all.h Log: SVN rev 181381 on 2008-08-07 17:25:05Z by jkim Update SCSI opcodes and ASCs from t10.org. http://www.t10.org/lists/1spc-lst.htm Note opcodes for scanner and communication devices are taken from the previous revision because they are not listed in the files any more. Also, note newly added ASCs are all marked with 'XXX TBD' and take SS_RDEF action for now. Some ASCs need SS_TUR for error recovery or SS_FATAL to prevent further retrials. We should deal with them later. Reviewed by: scottl, ken Revision Changes Path 1.52 +2380 -1211 src/sys/cam/scsi/scsi_all.c 1.31 +17 -15 src/sys/cam/scsi/scsi_all.h From itetcu at FreeBSD.org Thu Aug 7 17:36:29 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Thu Aug 7 17:36:35 2008 Subject: cvs commit: ports/net-p2p/transmission Makefile In-Reply-To: <200808071526.m77FQ56c062124@repoman.freebsd.org> References: <200808071526.m77FQ56c062124@repoman.freebsd.org> Message-ID: <20080807203610.20216e97@it.buh.tecnik93.com> On Thu, 7 Aug 2008 15:26:05 +0000 (UTC) Jeremy Messenger wrote: > mezz 2008-08-07 15:26:05 UTC > > FreeBSD ports repository > > Modified files: > net-p2p/transmission Makefile > Log: > Fix the meta-port. > > Revision Changes Path > 1.43 +2 -0 ports/net-p2p/transmission/Makefile Thanks. Now net-p2p/transmission net-p2p/transmission-gtk2 www/transmission-web net-p2p/transmission-daemon net-p2p/transmission-cli all package OK. -- 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/20080807/48822599/signature.pgp From glarkin at FreeBSD.org Thu Aug 7 17:56:38 2008 From: glarkin at FreeBSD.org (Greg Larkin) Date: Thu Aug 7 17:56:43 2008 Subject: cvs commit: ports/mail/ezmlm-idx Makefile distinfo pkg-descr pkg-message ports/mail/ezmlm-idx/files pkg-message.in Message-ID: <200808071756.m77HubmZ085408@repoman.freebsd.org> glarkin 2008-08-07 17:56:37 UTC FreeBSD ports repository Modified files: mail/ezmlm-idx Makefile distinfo pkg-descr Added files: mail/ezmlm-idx/files pkg-message.in Removed files: mail/ezmlm-idx pkg-message Log: - Take maintainership - Upgrade to 0.444 (PR is now moot due to upstream fix) - Stylistic fixes to Makefile - Add OPTIONS - Remove djb-related RESTRICTED (see http://cr.yp.to/distributors.html) PR: ports/121635 Submitted By: Paul Reece Approved By: beech (mentor, implicit) Revision Changes Path 1.33 +24 -24 ports/mail/ezmlm-idx/Makefile 1.8 +3 -6 ports/mail/ezmlm-idx/distinfo 1.1 +14 -0 ports/mail/ezmlm-idx/files/pkg-message.in (new) 1.6 +3 -6 ports/mail/ezmlm-idx/pkg-descr 1.3 +0 -12 ports/mail/ezmlm-idx/pkg-message (dead) From stas at FreeBSD.org Thu Aug 7 17:58:39 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Thu Aug 7 17:58:45 2008 Subject: cvs commit: ports/lang/newlisp Makefile distinfo Message-ID: <200808071758.m77HwceB085566@repoman.freebsd.org> stas 2008-08-07 17:58:38 UTC FreeBSD ports repository Modified files: lang/newlisp Makefile distinfo Log: - Update to 9.4.5. Revision Changes Path 1.14 +1 -1 ports/lang/newlisp/Makefile 1.8 +3 -3 ports/lang/newlisp/distinfo From jhb at FreeBSD.org Thu Aug 7 18:45:14 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 18:45:26 2008 Subject: cvs commit: src/etc/rc.d sysctl Message-ID: <200808071845.m77IjEL0091869@repoman.freebsd.org> jhb 2008-08-07 18:45:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/rc.d sysctl Log: SVN rev 181382 on 2008-08-07 18:45:04Z by jhb MFC: Add support for /etc/sysctl.conf.local. Revision Changes Path 1.17.2.2 +14 -7 src/etc/rc.d/sysctl From jhb at FreeBSD.org Thu Aug 7 18:47:47 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 18:47:53 2008 Subject: cvs commit: src/etc/rc.d sysctl Message-ID: <200808071847.m77Ilkd8092062@repoman.freebsd.org> jhb 2008-08-07 18:47:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d sysctl Log: SVN rev 181383 on 2008-08-07 18:47:34Z by jhb MFC: Add support for /etc/sysctl.conf.local. Revision Changes Path 1.16.2.3 +14 -7 src/etc/rc.d/sysctl From amdmi3 at FreeBSD.org Thu Aug 7 19:00:14 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Thu Aug 7 19:00:44 2008 Subject: cvs commit: ports/lang/gdc Makefile Message-ID: <200808071900.m77J0DMF093130@repoman.freebsd.org> amdmi3 2008-08-07 19:00:13 UTC FreeBSD ports repository Modified files: lang/gdc Makefile Log: - Bring back --disable-shared, as removing it was not needed to fix exceptions and it also broke gdc on 6.x Approved by: miwi (mentor implicit) Revision Changes Path 1.35 +2 -1 ports/lang/gdc/Makefile From amdmi3 at FreeBSD.org Thu Aug 7 19:02:14 2008 From: amdmi3 at FreeBSD.org (Dmitry Marakasov) Date: Thu Aug 7 19:02:21 2008 Subject: cvs commit: ports/multimedia/smile Makefile distinfo pkg-plist Message-ID: <200808071902.m77J2DVR093307@repoman.freebsd.org> amdmi3 2008-08-07 19:02:13 UTC FreeBSD ports repository Modified files: multimedia/smile Makefile distinfo pkg-plist Log: - Update to 0.6.2 PR: ports/126311 Submitted by: Diego Depaoli (maintainer) Approved by: miwi (mentor implicit) Revision Changes Path 1.3 +3 -2 ports/multimedia/smile/Makefile 1.3 +3 -3 ports/multimedia/smile/distinfo 1.3 +0 -1 ports/multimedia/smile/pkg-plist From ivoras at FreeBSD.org Thu Aug 7 19:32:50 2008 From: ivoras at FreeBSD.org (Ivan Voras) Date: Thu Aug 7 19:32:56 2008 Subject: cvs commit: src/sys/dev/usb ehci_pci.c Message-ID: <200808071932.m77JWowc099423@repoman.freebsd.org> ivoras 2008-08-07 19:32:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb ehci_pci.c Log: SVN rev 181384 on 2008-08-07 19:32:37Z by ivoras MFC 180791: Tweak for AMD GEODE USB/EHCI chip to support EHCI PR: usb/120017 Approved by: gnn (mentor) Revision Changes Path 1.28.2.4 +10 -1 src/sys/dev/usb/ehci_pci.c From pgj at FreeBSD.org Thu Aug 7 19:50:44 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 19:50:56 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808071950.m77JoiY4005198@repoman.freebsd.org> pgj 2008-08-07 19:50:44 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 5.7: - Add a missing full stop - Fix Reviewed by: gabor Approved by: gabor (mentor) Revision Changes Path 1.1082 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From ache at FreeBSD.org Thu Aug 7 20:02:51 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Thu Aug 7 20:02:57 2008 Subject: cvs commit: src/games/fortune/fortune fortune.c Message-ID: <200808072002.m77K2pZW006105@repoman.freebsd.org> ache 2008-08-07 20:02:42 UTC FreeBSD src repository Modified files: games/fortune/fortune fortune.c Log: SVN rev 181385 on 2008-08-07 20:02:42Z by ache Use arc4random_uniform(3) Obtained from: OpenBSD Revision Changes Path 1.32 +6 -7 src/games/fortune/fortune/fortune.c From pgj at FreeBSD.org Thu Aug 7 20:04:05 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 20:04:11 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072004.m77K45fu007331@repoman.freebsd.org> pgj 2008-08-07 20:03:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix capitalization in the FAQ according to [1] [1] CMS, paragraph 8.167 (15th ed.) Helped by: ceri Reviewed by: trhodes, remko, keramida Approved by: gabor (mentor) Revision Changes Path 1.1083 +12 -12 doc/en_US.ISO8859-1/books/faq/book.sgml From ache at FreeBSD.org Thu Aug 7 20:06:07 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Thu Aug 7 20:06:19 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c Message-ID: <200808072006.m77K67eL007601@repoman.freebsd.org> ache 2008-08-07 20:05:51 UTC FreeBSD src repository Modified files: games/fortune/strfile strfile.c Log: SVN rev 181386 on 2008-08-07 20:05:51Z by ache Use arc4random_uniform(3) Revision Changes Path 1.30 +1 -3 src/games/fortune/strfile/strfile.c From jkim at FreeBSD.org Thu Aug 7 20:06:23 2008 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Thu Aug 7 20:06:34 2008 Subject: cvs commit: src/sys/net bpf.c Message-ID: <200808072006.m77K6NvE007647@repoman.freebsd.org> jkim 2008-08-07 20:06:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net bpf.c Log: SVN rev 181387 on 2008-08-07 20:06:09Z by jkim MFC: r180515 Allow injecting big packets via bpf(4) up to min(MTU, 16K-byte). Revision Changes Path 1.181.2.8 +10 -5 src/sys/net/bpf.c From jkim at FreeBSD.org Thu Aug 7 20:06:54 2008 From: jkim at FreeBSD.org (Jung-uk Kim) Date: Thu Aug 7 20:07:06 2008 Subject: cvs commit: src/sys/net bpf.c Message-ID: <200808072006.m77K6sBi007703@repoman.freebsd.org> jkim 2008-08-07 20:06:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: SVN rev 181388 on 2008-08-07 20:06:49Z by jkim MFC: r180515 Allow injecting big packets via bpf(4) up to min(MTU, 16K-byte). Revision Changes Path 1.153.2.15 +10 -5 src/sys/net/bpf.c From ache at FreeBSD.org Thu Aug 7 20:07:40 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Thu Aug 7 20:07:46 2008 Subject: cvs commit: src/games/fortune/fortune fortune.6 Message-ID: <200808072007.m77K7eQ7007788@repoman.freebsd.org> ache 2008-08-07 20:07:30 UTC FreeBSD src repository Modified files: games/fortune/fortune fortune.6 Log: SVN rev 181389 on 2008-08-07 20:07:30Z by ache Add reference to arc4random_uniform(3) Revision Changes Path 1.23 +1 -0 src/games/fortune/fortune/fortune.6 From pgj at FreeBSD.org Thu Aug 7 20:08:30 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 20:08:41 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072008.m77K8TVF007861@repoman.freebsd.org> pgj 2008-08-07 20:08:29 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 3.2: - Prettyprint numbers Reviewed by: remko Approved by: gabor (mentor) Revision Changes Path 1.1084 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Thu Aug 7 20:11:46 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 20:11:53 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072011.m77KBkVe008203@repoman.freebsd.org> pgj 2008-08-07 20:11:46 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Add non-breakeable spaces between numbers and units for better rendering - Convert dashes to — Reviewed by: remko Approved by: gabor (mentor) Revision Changes Path 1.1085 +5 -5 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Thu Aug 7 20:16:54 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 20:17:00 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072016.m77KGrOx008591@repoman.freebsd.org> pgj 2008-08-07 20:16:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix "number + noun" issues in the FAQ according to [1] [1] CMS, paragraph 7.90 (15th ed.) Helped by: ceri Reviewed by: trhodes, remko, keramida Approved by: gabor (mentor) Revision Changes Path 1.1086 +5 -5 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Thu Aug 7 20:26:01 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 20:26:08 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072026.m77KQ1HC009348@repoman.freebsd.org> pgj 2008-08-07 20:26:01 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Questions 15.10 - 15.20: - Change from AENXXXXX-style references to explicit identifiers added to the Handbook previously [1] - Make markup of tip(1) consistent [1] http://lists.freebsd.org/pipermail/cvs-doc/2008-August/018741.html Reviewed by: trhodes, remko, keramida Approved by: gabor (mentor) Revision Changes Path 1.1087 +11 -11 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Thu Aug 7 20:30:21 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 20:30:28 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072030.m77KULaY009712@repoman.freebsd.org> pgj 2008-08-07 20:30:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 4.5.1: - Add missing &prompt.root; entities for kbdcontrol(1) examples Reviewed by: remko Approved by: gabor (mentor) Revision Changes Path 1.1088 +3 -3 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Thu Aug 7 20:32:51 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 20:32:57 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072032.m77KWoUs009894@repoman.freebsd.org> pgj 2008-08-07 20:32:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 5.25: - Add a missing closing element Reviewed by: remko Approved by: gabor (mentor) Revision Changes Path 1.1089 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From jhb at FreeBSD.org Thu Aug 7 20:51:50 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 20:51:56 2008 Subject: cvs commit: src/share/man/man9 sleepqueue.9 src/sys/sys sleepqueue.h Message-ID: <200808072051.m77KpoWi020783@repoman.freebsd.org> jhb 2008-08-07 20:47:01 UTC FreeBSD src repository Modified files: share/man/man9 sleepqueue.9 sys/sys sleepqueue.h Log: SVN rev 181390 on 2008-08-07 20:47:01Z by jhb Document the new return values for sleepq_abort(), sleepq_broadcast(), and sleepq_signal(). Prodded by: attilio Revision Changes Path 1.17 +18 -3 src/share/man/man9/sleepqueue.9 1.16 +5 -1 src/sys/sys/sleepqueue.h From imp at FreeBSD.org Thu Aug 7 20:53:05 2008 From: imp at FreeBSD.org (Warner Losh) Date: Thu Aug 7 20:53:16 2008 Subject: cvs commit: src/sys/modules/snc Makefile Message-ID: <200808072053.m77Kr3ar020892@repoman.freebsd.org> imp 2008-08-07 20:51:51 UTC FreeBSD src repository Modified files: sys/modules/snc Makefile Log: SVN rev 181391 on 2008-08-07 20:51:51Z by imp Add card_if.h and pccarddevs.h Revision Changes Path 1.5 +1 -1 src/sys/modules/snc/Makefile From imp at FreeBSD.org Thu Aug 7 20:53:05 2008 From: imp at FreeBSD.org (Warner Losh) Date: Thu Aug 7 20:53:26 2008 Subject: cvs commit: src/sys/dev/pccard pccard.c pccarddevs Message-ID: <200808072053.m77Kr4fk020922@repoman.freebsd.org> imp 2008-08-07 20:52:54 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c pccarddevs Log: SVN rev 181392 on 2008-08-07 20:52:54Z by imp Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative) to the list of devices. Revision Changes Path 1.121 +3 -17 src/sys/dev/pccard/pccard.c 1.134 +2 -0 src/sys/dev/pccard/pccarddevs From imp at FreeBSD.org Thu Aug 7 20:55:35 2008 From: imp at FreeBSD.org (Warner Losh) Date: Thu Aug 7 20:55:47 2008 Subject: cvs commit: src/sys/dev/snc if_snc_pccard.c Message-ID: <200808072055.m77KtZbo021188@repoman.freebsd.org> imp 2008-08-07 20:55:20 UTC FreeBSD src repository Modified files: sys/dev/snc if_snc_pccard.c Log: SVN rev 181393 on 2008-08-07 20:55:20Z by imp Convert to new style PC Card front end driver. Add support for the NEC PC-9801N-J02 and PC-9801N-J02R. I can't test the former because it requires resources that conflict with my laptop. I can't test the latter because my dog chewed up my -J02R card and it didn't survive well enough for me to test. Revision Changes Path 1.13 +35 -19 src/sys/dev/snc/if_snc_pccard.c From jhb at FreeBSD.org Thu Aug 7 21:02:26 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Thu Aug 7 21:02:37 2008 Subject: cvs commit: src/share/man/man9 condvar.9 sleep.9 src/sys/kern kern_condvar.c kern_synch.c Message-ID: <200808072102.m77L2PSF021733@repoman.freebsd.org> jhb 2008-08-07 21:00:13 UTC FreeBSD src repository Modified files: share/man/man9 condvar.9 sleep.9 sys/kern kern_condvar.c kern_synch.c Log: SVN rev 181394 on 2008-08-07 21:00:13Z by jhb Permit Giant to be passed as the explicit interlock either to msleep/mtx_sleep or the various cv_*wait*() routines. Currently, the "unlock" behavior of PDROP and cv_wait_unlock() with Giant is not permitted as it is will be confusing since Giant is fully unrecursed and unlocked during a thread sleep. This is handy for subsystems which wish to allow unlocked drivers to continue to use Giant such as CAM, the new TTY layer, and the new USB stack. CAM currently uses a hack that I told Scott to use because I really didn't want to permit this behavior, and the TTY and USB patches both have various patches to permit this. MFC after: 2 weeks Revision Changes Path 1.22 +18 -0 src/share/man/man9/condvar.9 1.63 +6 -0 src/share/man/man9/sleep.9 1.65 +50 -28 src/sys/kern/kern_condvar.c 1.313 +6 -2 src/sys/kern/kern_synch.c From imp at FreeBSD.org Thu Aug 7 21:16:23 2008 From: imp at FreeBSD.org (Warner Losh) Date: Thu Aug 7 21:16:34 2008 Subject: cvs commit: src/sys/dev/pccard pccard.c Message-ID: <200808072116.m77LGNZA024339@repoman.freebsd.org> imp 2008-08-07 21:16:14 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: SVN rev 181395 on 2008-08-07 21:16:14Z by imp Fix a small problem in the comment about departure from NetBSD. Also, r181392 fixed a small problem with multifunction cards that would cause the card not to power down when the last driver detached from it. Revision Changes Path 1.122 +1 -1 src/sys/dev/pccard/pccard.c From gahr at FreeBSD.org Thu Aug 7 21:16:37 2008 From: gahr at FreeBSD.org (Pietro Cerutti) Date: Thu Aug 7 21:16:43 2008 Subject: cvs commit: ports/print/lilypond Makefile distinfo pkg-plist Message-ID: <200808072116.m77LGbDp024378@repoman.freebsd.org> gahr 2008-08-07 21:16:37 UTC FreeBSD ports repository Modified files: print/lilypond Makefile distinfo pkg-plist Log: - Update to 2.11.55 Revision Changes Path 1.48 +2 -2 ports/print/lilypond/Makefile 1.14 +6 -6 ports/print/lilypond/distinfo 1.13 +1089 -1168 ports/print/lilypond/pkg-plist From miwi at FreeBSD.org Thu Aug 7 21:24:03 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 21:24:09 2008 Subject: cvs commit: ports/databases Makefile ports/databases/rubygem-activerecord-jdbc-adapter Makefile distinfo pkg-descr Message-ID: <200808072124.m77LO3nO025023@repoman.freebsd.org> miwi 2008-08-07 21:24:03 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/rubygem-activerecord-jdbc-adapter Makefile distinfo pkg-descr Log: ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component that can be used with JRuby. It allows use of virtually any JDBC-compliant database with your JRuby on Rails application. WWW: http://rubyforge.org/projects/jruby-extras/ PR: ports/126326 Submitted by: Alexander Logvinov Revision Changes Path 1.700 +1 -0 ports/databases/Makefile 1.1 +29 -0 ports/databases/rubygem-activerecord-jdbc-adapter/Makefile (new) 1.1 +3 -0 ports/databases/rubygem-activerecord-jdbc-adapter/distinfo (new) 1.1 +6 -0 ports/databases/rubygem-activerecord-jdbc-adapter/pkg-descr (new) From ed at 80386.nl Thu Aug 7 21:27:02 2008 From: ed at 80386.nl (Ed Schouten) Date: Thu Aug 7 21:27:09 2008 Subject: cvs commit: src/share/man/man9 condvar.9 sleep.9 src/sys/kern kern_condvar.c kern_synch.c In-Reply-To: <200808072102.m77L2PSF021733@repoman.freebsd.org> References: <200808072102.m77L2PSF021733@repoman.freebsd.org> Message-ID: <20080807212700.GM99951@hoeg.nl> * John Baldwin wrote: > Permit Giant to be passed as the explicit interlock either to > msleep/mtx_sleep or the various cv_*wait*() routines. Currently, the > "unlock" behavior of PDROP and cv_wait_unlock() with Giant is not > permitted as it is will be confusing since Giant is fully unrecursed and > unlocked during a thread sleep. > > This is handy for subsystems which wish to allow unlocked drivers to > continue to use Giant such as CAM, the new TTY layer, and the new USB > stack. CAM currently uses a hack that I told Scott to use because I > really didn't want to permit this behavior, and the TTY and USB patches > both have various patches to permit this. Thanks a lot, John! As you mentioned, this was one of the things I needed in the MPSAFE TTY layer. I'll remove my evil hacks from the code in a sec. Yours, -- Ed Schouten WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080807/9c465e89/attachment.pgp From miwi at FreeBSD.org Thu Aug 7 21:28:15 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 21:28:31 2008 Subject: cvs commit: ports/dns Makefile ports/dns/dns_mre Makefile distinfo pkg-descr ports/dns/dns_mre/files patch-dns_mre.c patch-dns_mre.h Message-ID: <200808072128.m77LSEeO025431@repoman.freebsd.org> miwi 2008-08-07 21:28:14 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/dns_mre Makefile distinfo pkg-descr dns/dns_mre/files patch-dns_mre.c patch-dns_mre.h Log: DNS Multiple Race Exploiter is a tool that exploits an inherent flaw in the DNS Server Cache. By sending many queries to a DNS server along with fake replies, an attacker can successfuly writes a fake new entry in the DNS cache. WWW: http://www.securebits.org/dnsmre.html PR: ports/126189 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.96 +1 -0 ports/dns/Makefile 1.1 +27 -0 ports/dns/dns_mre/Makefile (new) 1.1 +3 -0 ports/dns/dns_mre/distinfo (new) 1.1 +27 -0 ports/dns/dns_mre/files/patch-dns_mre.c (new) 1.1 +10 -0 ports/dns/dns_mre/files/patch-dns_mre.h (new) 1.1 +6 -0 ports/dns/dns_mre/pkg-descr (new) From miwi at FreeBSD.org Thu Aug 7 21:34:58 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 21:35:09 2008 Subject: cvs commit: ports/databases Makefile ports/databases/rubygem-jdbc-mysql Makefile distinfo pkg-descr Message-ID: <200808072134.m77LYrPo026038@repoman.freebsd.org> miwi 2008-08-07 21:34:53 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/rubygem-jdbc-mysql Makefile distinfo pkg-descr Log: This is a MySQL JDBC driver gem for JRuby. Use require 'jdbc/mysql' to make the driver accessible to JDBC and ActiveRecord code running in JRuby. WWW: http://rubyforge.org/projects/jruby-extras/ PR: ports/126325 Submitted by: Alexander Logvinov Revision Changes Path 1.701 +1 -0 ports/databases/Makefile 1.1 +28 -0 ports/databases/rubygem-jdbc-mysql/Makefile (new) 1.1 +3 -0 ports/databases/rubygem-jdbc-mysql/distinfo (new) 1.1 +7 -0 ports/databases/rubygem-jdbc-mysql/pkg-descr (new) From ache at FreeBSD.org Thu Aug 7 21:36:24 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Thu Aug 7 21:37:19 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c Message-ID: <200808072136.m77LaO92026239@repoman.freebsd.org> ache 2008-08-07 21:36:09 UTC FreeBSD src repository Modified files: games/fortune/strfile strfile.c Log: SVN rev 181396 on 2008-08-07 21:36:09Z by ache Use __FreeBSD_version check since it is bootstrap tool Revision Changes Path 1.31 +8 -0 src/games/fortune/strfile/strfile.c From wb at freebie.xs4all.nl Thu Aug 7 21:57:26 2008 From: wb at freebie.xs4all.nl (Wilko Bulte) Date: Thu Aug 7 21:57:32 2008 Subject: cvs commit: src/sys/dev/snc if_snc_pccard.c In-Reply-To: <200808072055.m77KtZbo021188@repoman.freebsd.org> References: <200808072055.m77KtZbo021188@repoman.freebsd.org> Message-ID: <20080807213619.GA2830@freebie.xs4all.nl> Quoting Warner Losh, who wrote on Thu, Aug 07, 2008 at 08:55:20PM +0000 .. > imp 2008-08-07 20:55:20 UTC > > FreeBSD src repository > > Modified files: > sys/dev/snc if_snc_pccard.c > Log: > SVN rev 181393 on 2008-08-07 20:55:20Z by imp > > Convert to new style PC Card front end driver. Add support for the > NEC PC-9801N-J02 and PC-9801N-J02R. I can't test the former because > it requires resources that conflict with my laptop. I can't test the > latter because my dog chewed up my -J02R card and it didn't survive > well enough for me to test. Gives a whole new dimension to the phrase "eat your own dogfood". > Revision Changes Path > 1.13 +35 -19 src/sys/dev/snc/if_snc_pccard.c --- end of quoted text --- From gabor at FreeBSD.org Thu Aug 7 22:20:19 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Thu Aug 7 22:20:25 2008 Subject: cvs commit: ports/textproc/docbook-241 Makefile distinfo pkg-plist Message-ID: <200808072220.m77MKI5T030806@repoman.freebsd.org> gabor 2008-08-07 22:20:18 UTC FreeBSD ports repository Modified files: textproc/docbook-241 Makefile distinfo pkg-plist Log: - Fix PORTVERSION - Bump PORTEPOCH - Use the official site with the .zip distribution - Ignore error if catalog is already registered - Cleanup and consistency with similar ports - Take maintainership Revision Changes Path 1.19 +25 -24 ports/textproc/docbook-241/Makefile 1.4 +3 -3 ports/textproc/docbook-241/distinfo 1.7 +32 -11 ports/textproc/docbook-241/pkg-plist From gabor at FreeBSD.org Thu Aug 7 22:21:12 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Thu Aug 7 22:21:19 2008 Subject: cvs commit: ports/textproc/docbook-300 Makefile distinfo pkg-plist Message-ID: <200808072221.m77MLCdj030914@repoman.freebsd.org> gabor 2008-08-07 22:21:11 UTC FreeBSD ports repository Modified files: textproc/docbook-300 Makefile distinfo pkg-plist Log: - Use the official site with the .zip distribution - Ignore error if catalog is already registered - Cleanup and consistency with similar ports - Bump PORTREVISION - Take maintainership Revision Changes Path 1.20 +24 -22 ports/textproc/docbook-300/Makefile 1.4 +3 -3 ports/textproc/docbook-300/distinfo 1.7 +14 -13 ports/textproc/docbook-300/pkg-plist From gabor at FreeBSD.org Thu Aug 7 22:21:54 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Thu Aug 7 22:22:06 2008 Subject: cvs commit: ports/textproc/docbook-310 Makefile pkg-plist Message-ID: <200808072221.m77MLs8L030984@repoman.freebsd.org> gabor 2008-08-07 22:21:54 UTC FreeBSD ports repository Modified files: textproc/docbook-310 Makefile pkg-plist Log: - Use the official site with the .zip distribution - Ignore error if catalog is already registered - Cleanup and consistency with similar ports - Bump PORTREVISION - Take maintainership Revision Changes Path 1.27 +21 -19 ports/textproc/docbook-310/Makefile 1.7 +18 -17 ports/textproc/docbook-310/pkg-plist From gabor at FreeBSD.org Thu Aug 7 22:22:36 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Thu Aug 7 22:22:48 2008 Subject: cvs commit: ports/textproc/docbook-400 Makefile pkg-plist Message-ID: <200808072222.m77MMZKx031068@repoman.freebsd.org> gabor 2008-08-07 22:22:35 UTC FreeBSD ports repository Modified files: textproc/docbook-400 Makefile pkg-plist Log: - Ignore error if catalog is already registered - Cleanup and consistency with similar ports - Bump PORTREVISION - Take maintainership Revision Changes Path 1.17 +21 -20 ports/textproc/docbook-400/Makefile 1.10 +16 -15 ports/textproc/docbook-400/pkg-plist From ache at FreeBSD.org Thu Aug 7 22:22:56 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Thu Aug 7 22:23:07 2008 Subject: cvs commit: src/usr.bin/make job.c Message-ID: <200808072222.m77MMtV7031117@repoman.freebsd.org> ache 2008-08-07 22:22:41 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: SVN rev 181397 on 2008-08-07 22:22:41Z by ache Use arc4random_uniform(3) Revision Changes Path 1.129 +1 -1 src/usr.bin/make/job.c From miwi at FreeBSD.org Thu Aug 7 22:24:02 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 22:24:08 2008 Subject: cvs commit: ports/www/dpsearch Makefile Message-ID: <200808072224.m77MO1Jh031269@repoman.freebsd.org> miwi 2008-08-07 22:24:01 UTC FreeBSD ports repository Modified files: www/dpsearch Makefile Log: - Update to 4.50 PR: 126341 Submitted by: Maxim Zakharov Revision Changes Path 1.36 +1 -1 ports/www/dpsearch/Makefile From gabor at FreeBSD.org Thu Aug 7 22:24:04 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Thu Aug 7 22:24:19 2008 Subject: cvs commit: ports/textproc/docbook-500 Makefile pkg-plist Message-ID: <200808072224.m77MO43d031274@repoman.freebsd.org> gabor 2008-08-07 22:23:54 UTC FreeBSD ports repository Modified files: textproc/docbook-500 Makefile pkg-plist Log: - Add option to install XML character entities - Ignore error if catalog is already registered - Cleanup and consistency with similar ports - Bump PORTREVISION Revision Changes Path 1.2 +36 -46 ports/textproc/docbook-500/Makefile 1.2 +18 -16 ports/textproc/docbook-500/pkg-plist From kris at FreeBSD.org Thu Aug 7 22:38:58 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Thu Aug 7 22:39:05 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <200808072136.m77LaO92026239@repoman.freebsd.org> References: <200808072136.m77LaO92026239@repoman.freebsd.org> Message-ID: <489B797F.7020101@FreeBSD.org> Andrey A. Chernov wrote: > ache 2008-08-07 21:36:09 UTC > > FreeBSD src repository > > Modified files: > games/fortune/strfile strfile.c > Log: > SVN rev 181396 on 2008-08-07 21:36:09Z by ache > > Use __FreeBSD_version check since it is bootstrap tool > > Revision Changes Path > 1.31 +8 -0 src/games/fortune/strfile/strfile.c > > Is that the right solution? If someone is bootstrapping from an old kernel (e.g. 7.0) then installworld will install a strfile without your change. If someone is bootstrapping from a new kernel (but before they built the new world) then it will fail to link still. Kris From marius at FreeBSD.org Thu Aug 7 22:47:17 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Aug 7 22:47:29 2008 Subject: cvs commit: src/sys/boot/sparc64/loader locore.S main.c src/sys/sparc64/include tte.h src/sys/sun4v/include tte.h Message-ID: <200808072247.m77MlGGC033167@repoman.freebsd.org> marius 2008-08-07 22:46:25 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader locore.S main.c sys/sparc64/include tte.h sys/sun4v/include tte.h Log: SVN rev 181398 on 2008-08-07 22:46:25Z by marius - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There's no particular reason for them to be implemented in assembler and having them in C allows easier extension as well as using more C macros and {d,i}tlb_slot_max rather than hard-coding magic (and actually spitfire-only) values. - Fix the compilation of pmap_print_tte(). - Change pmap_print_tlb() to use ldxa() rather than re-rolling it inline as well as TLB_DAR_SLOT and {d,i}tlb_slot_max rather than hardcoding magic (and actually spitfire-only) values. - While at it, suffix the above mentioned functions with "_sun4u" to underline they're architecture-specific. - Use __FBSDID and macros instead of magic values in locore.S. - Remove unused includes and smp_stack in locore.S. Revision Changes Path 1.8 +11 -82 src/sys/boot/sparc64/loader/locore.S 1.33 +97 -39 src/sys/boot/sparc64/loader/main.c 1.17 +5 -1 src/sys/sparc64/include/tte.h 1.3 +4 -0 src/sys/sun4v/include/tte.h From miwi at FreeBSD.org Thu Aug 7 22:51:38 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 22:51:50 2008 Subject: cvs commit: ports/security/easypg Makefile distinfo Message-ID: <200808072251.m77Mpcas033539@repoman.freebsd.org> miwi 2008-08-07 22:51:38 UTC FreeBSD ports repository Modified files: security/easypg Makefile distinfo Log: - Update to 0.0.16 PR: 126279 Submitted by: Shota Iwazaki (maintainer) Revision Changes Path 1.3 +2 -3 ports/security/easypg/Makefile 1.2 +3 -3 ports/security/easypg/distinfo From miwi at FreeBSD.org Thu Aug 7 22:55:34 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Thu Aug 7 22:55:41 2008 Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-warbler Makefile distinfo pkg-descr Message-ID: <200808072255.m77MtYko033895@repoman.freebsd.org> miwi 2008-08-07 22:55:34 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-warbler Makefile distinfo pkg-descr Log: Warbler is a gem to make a .war file out of a Rails project. The intent is to provide a minimal, flexible, ruby-like way to bundle up all of your application files for deployment to a Java application server. Warbler provides a sane set of out-of-the box defaults that should allow most Rails applications without external gem dependencies (aside from Rails itself) to assemble and Just Work. Warbler bundles JRuby and the JRuby-Rack servlet adapter for dispatching requests to your application inside the java application server, and assembles all jar files in WARBLER_HOME/lib/*.jar into your application. No external dependencies are downloaded. WWW: http://caldersphere.rubyforge.org/warbler/ PR: ports/126327 Submitted by: Alexander Logvinov Revision Changes Path 1.3166 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/rubygem-warbler/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-warbler/distinfo (new) 1.1 +14 -0 ports/devel/rubygem-warbler/pkg-descr (new) From ache at nagual.pp.ru Thu Aug 7 23:05:41 2008 From: ache at nagual.pp.ru (Andrey Chernov) Date: Thu Aug 7 23:05:52 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <489B797F.7020101@FreeBSD.org> References: <200808072136.m77LaO92026239@repoman.freebsd.org> <489B797F.7020101@FreeBSD.org> Message-ID: <20080807230532.GA42775@nagual.pp.ru> On Fri, Aug 08, 2008 at 12:38:55AM +0200, Kris Kennaway wrote: > Is that the right solution? If someone is bootstrapping from an old > kernel (e.g. 7.0) then installworld will install a strfile without your > change. No, this is bootstrap tool, so it is rebuilded twice, once without change and installed immediately in the temp location 'legacy' and next time with (installed on 'installworld' stage). > If someone is bootstrapping from a new kernel (but before they > built the new world) then it will fail to link still. How new kernel may affect userland here? arc4random_uniform() is not sysctl, just function. In case I mess something, please point me to. -- http://ache.pp.ru/ From edwin at FreeBSD.org Thu Aug 7 23:08:13 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Aug 7 23:08:19 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808072308.m77N8CIc036011@repoman.freebsd.org> edwin 2008-08-07 23:08:12 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Thursday 07 August 2008 at 23:08 Revision Changes Path 1.20120 +8 -0 CVSROOT/modules From pgj at FreeBSD.org Thu Aug 7 23:10:43 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 23:10:49 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072310.m77NAgqE036267@repoman.freebsd.org> pgj 2008-08-07 23:10:42 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 18.5: - Fix markup of DESTDIR (use instead of ) Approved by: gabor (mentor) Revision Changes Path 1.1090 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From kris at FreeBSD.org Thu Aug 7 23:13:52 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Thu Aug 7 23:14:04 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <20080807230532.GA42775@nagual.pp.ru> References: <200808072136.m77LaO92026239@repoman.freebsd.org> <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> Message-ID: <489B81AC.8090508@FreeBSD.org> Andrey Chernov wrote: > On Fri, Aug 08, 2008 at 12:38:55AM +0200, Kris Kennaway wrote: >> Is that the right solution? If someone is bootstrapping from an old >> kernel (e.g. 7.0) then installworld will install a strfile without your >> change. > > No, this is bootstrap tool, so it is rebuilded twice, once without change > and installed immediately in the temp location 'legacy' and next time with > (installed on 'installworld' stage). > >> If someone is bootstrapping from a new kernel (but before they >> built the new world) then it will fail to link still. > > How new kernel may affect userland here? arc4random_uniform() is not > sysctl, just function. > > In case I mess something, please point me to. I might have been confused about where __FreeBSD_version comes from. I guess it's OK since the first will come from the host copy of osreldate.h and the second from the new version. Kris From pgj at FreeBSD.org Thu Aug 7 23:15:55 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Thu Aug 7 23:16:03 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808072315.m77NFstq036696@repoman.freebsd.org> pgj 2008-08-07 23:15:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 18.13: - Remove first person narration remained there accidentally - Mark up kernel configuration file with - Add missing elements for commands - Rename invalid make variable "KERNCONFIG" to "KERNCONF" Approved by: gabor (mentor) Revision Changes Path 1.1091 +6 -6 doc/en_US.ISO8859-1/books/faq/book.sgml From marius at FreeBSD.org Thu Aug 7 23:41:34 2008 From: marius at FreeBSD.org (Marius Strobl) Date: Thu Aug 7 23:41:45 2008 Subject: cvs commit: src/sys/dev/sym sym_hipd.c Message-ID: <200808072341.m77NfXeC042236@repoman.freebsd.org> marius 2008-08-07 23:41:17 UTC FreeBSD src repository Modified files: sys/dev/sym sym_hipd.c Log: SVN rev 181399 on 2008-08-07 23:41:17Z by marius Allow 53C1010 without NVRAM to negotiate Ultra-3. MFC after: 3 days Revision Changes Path 1.71 +2 -0 src/sys/dev/sym/sym_hipd.c From das at FreeBSD.org Fri Aug 8 00:15:38 2008 From: das at FreeBSD.org (David Schultz) Date: Fri Aug 8 00:15:49 2008 Subject: cvs commit: src/lib/msun/src s_csqrt.c s_csqrtf.c s_csqrtl.c Message-ID: <200808080015.m780FbHw046098@repoman.freebsd.org> das 2008-08-08 00:15:16 UTC FreeBSD src repository Modified files: lib/msun/src s_csqrt.c s_csqrtf.c s_csqrtl.c Log: SVN rev 181402 on 2008-08-08 00:15:16Z by das In the line #pragma STDC CX_LIMITED_RANGE ON the "ON" needs to be in caps. gcc doesn't understand this pragma anyway and assumes it is always on in any case, but icc supports it and cares about the case. Revision Changes Path 1.4 +1 -1 src/lib/msun/src/s_csqrt.c 1.3 +1 -1 src/lib/msun/src/s_csqrtf.c 1.2 +1 -1 src/lib/msun/src/s_csqrtl.c From das at FreeBSD.org Fri Aug 8 00:21:41 2008 From: das at FreeBSD.org (David Schultz) Date: Fri Aug 8 00:21:57 2008 Subject: cvs commit: src/lib/msun/src e_asinf.c e_jnf.c e_rem_pio2.c e_rem_pio2f.c Message-ID: <200808080021.m780Lejb046722@repoman.freebsd.org> das 2008-08-08 00:21:27 UTC FreeBSD src repository Modified files: lib/msun/src e_asinf.c e_jnf.c e_rem_pio2.c e_rem_pio2f.c Log: SVN rev 181405 on 2008-08-08 00:21:27Z by das Remove some unused variables. Reported by: Intel C Compiler Revision Changes Path 1.13 +1 -1 src/lib/msun/src/e_asinf.c 1.10 +0 -1 src/lib/msun/src/e_jnf.c 1.19 +0 -1 src/lib/msun/src/e_rem_pio2.c 1.30 +0 -1 src/lib/msun/src/e_rem_pio2f.c From linimon at FreeBSD.org Fri Aug 8 00:32:04 2008 From: linimon at FreeBSD.org (Mark Linimon) Date: Fri Aug 8 00:32:15 2008 Subject: cvs commit: ports/misc/instant-server Makefile Message-ID: <200808080032.m780W4bZ047631@repoman.freebsd.org> linimon 2008-08-08 00:32:04 UTC FreeBSD ports repository Modified files: misc/instant-server Makefile Log: grog has not been active in ports for quite some time. Hat: portmgr Revision Changes Path 1.17 +1 -1 ports/misc/instant-server/Makefile From wxs at FreeBSD.org Fri Aug 8 00:34:29 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Fri Aug 8 00:34:35 2008 Subject: cvs commit: ports/mail/postfixadmin Makefile distinfo pkg-plist Message-ID: <200808080034.m780YTeA047849@repoman.freebsd.org> wxs 2008-08-08 00:34:29 UTC FreeBSD ports repository Modified files: mail/postfixadmin Makefile distinfo pkg-plist Log: - Update to 2.2.1.1 - Pass maintainer to submitter - Minor style cleanup (remove extra tabs) PR: ports/125916 Submitted by: terry@sucked-in.com Approved by: maintainer timeout (third time in a row) Revision Changes Path 1.29 +30 -32 ports/mail/postfixadmin/Makefile 1.10 +3 -3 ports/mail/postfixadmin/distinfo 1.9 +1 -0 ports/mail/postfixadmin/pkg-plist From scf at FreeBSD.org Fri Aug 8 00:49:42 2008 From: scf at FreeBSD.org (Sean Farley) Date: Fri Aug 8 00:50:07 2008 Subject: cvs commit: src/lib/libc/stdlib getenv.c Message-ID: <200808080049.m780nftv058328@repoman.freebsd.org> scf 2008-08-08 00:49:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdlib getenv.c Log: SVN rev 181407 on 2008-08-08 00:49:28Z by scf MFC: r181150, r181266 Detect if the application has cleared the environ variable by setting the first value (environ[0]) to NULL. This is in addition to the current detection of environ being replaced, which includes being set to NULL. Without this fix, the environment is not truly wiped, but appears to be by getenv() until an *env() call is made to alter the enviroment. This change is necessary to support those applications that use this method for clearing environ such as Dovecot and Postfix. Applications such as Sendmail and the base system's env replace environ (already detected). While neither of these methods are defined by SUSv3, it is best to support them due to historic reasons and in lieu of a clean, defined method. Add extra units tests for clearing environ using four different methods: 1. Set environ to NULL pointer. 2. Set environ[0] to NULL pointer. 3. Set environ to calloc()'d NULL-terminated array. 4. Set environ to static NULL-terminated array. Noticed by: Timo Sirainen Reviewed by: ache Revision Changes Path 1.12.2.2 +20 -13 src/lib/libc/stdlib/getenv.c From ache at FreeBSD.org Fri Aug 8 01:02:43 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Fri Aug 8 01:02:49 2008 Subject: cvs commit: src/games/random random.c Message-ID: <200808080102.m7812gH4059347@repoman.freebsd.org> ache 2008-08-08 01:02:30 UTC FreeBSD src repository Modified files: games/random random.c Log: SVN rev 181409 on 2008-08-08 01:02:30Z by ache 1) Replace hardcoded RANDOM_MAX macro with wrong (1 less than must be) value with ((double)RAND_MAX + 1) 2) For exit code increase valid denominator upper range from 255 to 256 since returned value is [0 .. denom - 1] Revision Changes Path 1.21 +5 -11 src/games/random/random.c From ache at FreeBSD.org Fri Aug 8 01:42:32 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Fri Aug 8 01:42:43 2008 Subject: cvs commit: src/games/random random.c randomize_fd.c randomize_fd.h Message-ID: <200808080142.m781gVQC063678@repoman.freebsd.org> ache 2008-08-08 01:42:17 UTC FreeBSD src repository Modified files: games/random random.c randomize_fd.c randomize_fd.h Log: SVN rev 181410 on 2008-08-08 01:42:17Z by ache I was confused a bit by the wrong construction with RAND_MAX used in randomize_fd.c. Although the max value is the same currently, RAND_MAX is for rand(), not for random(). So move RANDOM_MAX const to the common file now, make it UL and use in randomize_fd.c too. (in any case its old value was 1 less then must be, as noted in the prev. commit) Revision Changes Path 1.22 +3 -3 src/games/random/random.c 1.4 +1 -1 src/games/random/randomize_fd.c 1.3 +6 -0 src/games/random/randomize_fd.h From ache at FreeBSD.org Fri Aug 8 02:47:03 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Fri Aug 8 02:47:15 2008 Subject: cvs commit: src/games/random randomize_fd.c Message-ID: <200808080247.m782l3fi073098@repoman.freebsd.org> ache 2008-08-08 02:46:47 UTC FreeBSD src repository Modified files: games/random randomize_fd.c Log: SVN rev 181412 on 2008-08-08 02:46:47Z by ache 1) Fix longstanding math bug with denominator > 1 (wrong probability). Test case: random -f some_small_file 10000 (in most cases must be no output) 2) Prevent number of lines > RANDOM_MAX (overflow or nothing may be choosed) with EFBIG err() 3) After line is found, terminate list loop for -U case too, since nothing to do in the rest of the loop left. Revision Changes Path 1.5 +16 -8 src/games/random/randomize_fd.c From cy at FreeBSD.org Fri Aug 8 02:53:45 2008 From: cy at FreeBSD.org (Cy Schubert) Date: Fri Aug 8 02:53:57 2008 Subject: cvs commit: ports/net/ntp-devel Makefile distinfo Message-ID: <200808080253.m782rjmN073603@repoman.freebsd.org> cy 2008-08-08 02:53:45 UTC FreeBSD ports repository Modified files: net/ntp-devel Makefile distinfo Log: Update 4.2.5p121 --> 4.2.5p122 Revision Changes Path 1.54 +1 -1 ports/net/ntp-devel/Makefile 1.27 +3 -3 ports/net/ntp-devel/distinfo From edwin at FreeBSD.org Fri Aug 8 02:55:49 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 8 02:55:59 2008 Subject: cvs commit: src/share/zoneinfo Theory Message-ID: <200808080255.m782tmw2073829@repoman.freebsd.org> edwin 2008-08-08 02:55:34 UTC FreeBSD src repository Removed files: share/zoneinfo Theory Log: SVN rev 181413 on 2008-08-08 02:55:34Z by edwin Cleanup (cont) Remove Theory, which isn't part of the zoneinfo module but came out of /head/usr.sbin/zic (and isn't installed from there neither). Approved by: bde (implicit) MFC after: 1 week Revision Changes Path 1.2 +0 -506 src/share/zoneinfo/Theory (dead) From edwin at FreeBSD.org Fri Aug 8 03:18:51 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 8 03:18:57 2008 Subject: cvs commit: src/share/zoneinfo leapseconds Message-ID: <200808080318.m783Io4I076814@repoman.freebsd.org> edwin 2008-08-08 03:18:30 UTC FreeBSD src repository Modified files: share/zoneinfo leapseconds Log: SVN rev 181414 on 2008-08-08 03:18:30Z by edwin Revert the change in leapseconds for 31 december 2008, so I can properly bootstrap the merge history on this module. Approved by: bde (implicit) Revision Changes Path 1.23 +6 -17 src/share/zoneinfo/leapseconds From cy at FreeBSD.org Fri Aug 8 03:23:51 2008 From: cy at FreeBSD.org (Cy Schubert) Date: Fri Aug 8 03:24:03 2008 Subject: cvs commit: ports/net/ntp Makefile Message-ID: <200808080323.m783Np7q077254@repoman.freebsd.org> cy 2008-08-08 03:23:51 UTC FreeBSD ports repository Modified files: net/ntp Makefile Log: Prepare for a new ntp-rc (release candidate) slave port: - Conditionally assign PORTVERSION, which will be overridden by the upcoming slave port. The default is the ntp stable branch. - Previous ntp release candidates were designated by a lower-case "rc". They are now designated using an upper-case "RC". Revision Changes Path 1.51 +2 -2 ports/net/ntp/Makefile From beech at FreeBSD.org Fri Aug 8 03:27:33 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Fri Aug 8 03:27:39 2008 Subject: cvs commit: ports/textproc/libtre Makefile Message-ID: <200808080327.m783RWis077568@repoman.freebsd.org> beech 2008-08-08 03:27:32 UTC FreeBSD ports repository Modified files: textproc/libtre Makefile Log: - Remove extra USE_GETTEXT Reported by: bf2006a@yahoo.com (maintainer) Revision Changes Path 1.46 +0 -1 ports/textproc/libtre/Makefile From cy at FreeBSD.org Fri Aug 8 03:36:52 2008 From: cy at FreeBSD.org (Cy Schubert) Date: Fri Aug 8 03:36:58 2008 Subject: cvs commit: ports/net Makefile ports/net/ntp-rc Makefile distinfo Message-ID: <200808080336.m783apMl081097@repoman.freebsd.org> cy 2008-08-08 03:36:51 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ntp-rc Makefile distinfo Log: Add new ntp release candidate (ntp-rc) slave port, using net/ntp as as its master. Revision Changes Path 1.2026 +1 -0 ports/net/Makefile 1.1 +21 -0 ports/net/ntp-rc/Makefile (new) 1.1 +3 -0 ports/net/ntp-rc/distinfo (new) From edwin at FreeBSD.org Fri Aug 8 03:48:23 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 8 03:48:29 2008 Subject: cvs commit: src/share/zoneinfo africa asia Message-ID: <200808080348.m783mM7J082003@repoman.freebsd.org> edwin 2008-08-08 03:48:10 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia Log: SVN rev 181418 on 2008-08-08 03:48:10Z by edwin MFV of tzdata2008c - Africa/Morocco will have DST in 2008. - Asia/Choibalsan should be GMT+08:00. - Asia/Pakistan will have DST in 2008. Also set all the svn:eol-style properties to native. Approved by: bde (mentor, implicit), des MFC after: 1 week Revision Changes Path 1.22 +75 -2 src/share/zoneinfo/africa 1.37 +61 -2 src/share/zoneinfo/asia From edwin at FreeBSD.org Fri Aug 8 04:20:58 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 8 04:21:04 2008 Subject: cvs commit: src/share/zoneinfo africa asia australasia europe northamerica southamerica zone.tab Message-ID: <200808080420.m784KvRL085627@repoman.freebsd.org> edwin 2008-08-08 04:20:36 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia australasia europe northamerica southamerica zone.tab Log: SVN rev 181421 on 2008-08-08 04:20:36Z by edwin MFV of tzdata2008d - Mauritius will have a DST experiment between 2008-11-01 and 2009-03-31. - Add/Fix historical data for C-Eur, the SovietZone, Germany, Bahamas, San Luis. - Add information about West Para (America/Santarem) - America/Eirunepe and America/Rio_Branco go to UTC-4 Approved by: bde (mentor, implicit), des MFC after: 1 week Revision Changes Path 1.23 +26 -2 src/share/zoneinfo/africa 1.38 +23 -1 src/share/zoneinfo/asia 1.33 +3 -3 src/share/zoneinfo/australasia 1.37 +17 -9 src/share/zoneinfo/europe 1.37 +3 -3 src/share/zoneinfo/northamerica 1.36 +77 -27 src/share/zoneinfo/southamerica 1.26 +3 -2 src/share/zoneinfo/zone.tab From edwin at FreeBSD.org Fri Aug 8 04:30:01 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 8 04:30:18 2008 Subject: cvs commit: src/share/zoneinfo africa asia europe leapseconds Message-ID: <200808080430.m784U0VC086322@repoman.freebsd.org> edwin 2008-08-08 04:29:39 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia europe leapseconds Log: SVN rev 181424 on 2008-08-08 04:29:39Z by edwin MFV on tzdata2008e: - Fix dates in 2008/2009 for Africa/Mauritius. - Leap second notification for the end of 2008. Approved by: bde (mentor, implicit), des MFC after: 1 week Revision Changes Path 1.24 +37 -7 src/share/zoneinfo/africa 1.39 +2 -2 src/share/zoneinfo/asia 1.38 +47 -7 src/share/zoneinfo/europe 1.24 +25 -16 src/share/zoneinfo/leapseconds From cperciva at FreeBSD.org Fri Aug 8 04:34:16 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Fri Aug 8 04:34:28 2008 Subject: cvs commit: src/usr.sbin/freebsd-update freebsd-update.sh Message-ID: <200808080434.m784YG3p086737@repoman.freebsd.org> cperciva 2008-08-08 04:34:00 UTC FreeBSD src repository Modified files: usr.sbin/freebsd-update freebsd-update.sh Log: SVN rev 181425 on 2008-08-08 04:34:00Z by cperciva In `freebsd-update IDS`, strip out file flags before we look for non-matching index lines. This fixes a bug where bogus warnings would be printed file has the wrong file flags AND has been updated by FreeBSD Update. Reported by: Royce Williams Revision Changes Path 1.16 +18 -18 src/usr.sbin/freebsd-update/freebsd-update.sh From edwin at FreeBSD.org Fri Aug 8 04:38:02 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 8 04:38:13 2008 Subject: cvs commit: src/share/zoneinfo Makefile Message-ID: <200808080438.m784c2Rn087061@repoman.freebsd.org> edwin 2008-08-08 04:37:43 UTC FreeBSD src repository Modified files: share/zoneinfo Makefile Log: SVN rev 181426 on 2008-08-08 04:37:43Z by edwin Replace description on how to do CVS imports on this module with a description on how to do SVN imports on this module. Approved by: bde (implicit) Revision Changes Path 1.23 +23 -19 src/share/zoneinfo/Makefile From beech at FreeBSD.org Fri Aug 8 04:48:32 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Fri Aug 8 04:48:38 2008 Subject: cvs commit: ports/science/netcdf Makefile pkg-plist Message-ID: <200808080448.m784mWYm097171@repoman.freebsd.org> beech 2008-08-08 04:48:31 UTC FreeBSD ports repository Modified files: science/netcdf Makefile pkg-plist Log: - Respect PORTDOCS Reported by: IonBot Revision Changes Path 1.33 +3 -4 ports/science/netcdf/Makefile 1.9 +0 -4 ports/science/netcdf/pkg-plist From itetcu at FreeBSD.org Fri Aug 8 04:57:38 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Fri Aug 8 04:57:50 2008 Subject: cvs commit: ports/science/netcdf Makefile pkg-plist In-Reply-To: <200808080448.m784mWYm097171@repoman.freebsd.org> References: <200808080448.m784mWYm097171@repoman.freebsd.org> Message-ID: <20080808075724.3b62399c@it.buh.tecnik93.com> On Fri, 8 Aug 2008 04:48:31 +0000 (UTC) Beech Rintoul wrote: > beech 2008-08-08 04:48:31 UTC > > FreeBSD ports repository > > Modified files: > science/netcdf Makefile pkg-plist > Log: > - Respect PORTDOCS > > Reported by: IonBot Thanks for trying, but it seems it fails the same way. ======================================== ===> Building package for netcdf-3.6.3_1 Creating package /tmp/packages/All/netcdf-3.6.3_1.tbz Registering depends:. Registering conflicts: hdf-4.* netcdf-4.*. Creating bzip'd tar ball in '/tmp/packages/All/netcdf-3.6.3_1.tbz' Deleting netcdf-3.6.3_1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 8739564 4 drwxr-xr-x 2 root wheel 512 Aug 8 04:55 usr/local/share/doc/netcdf ================================================================ build of /usr/ports/science/netcdf ended at Fri Aug 8 04:55:43 UTC 2008 -- 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/20080808/d5d6bccf/signature.pgp From imp at bsdimp.com Fri Aug 8 06:22:52 2008 From: imp at bsdimp.com (M. Warner Losh) Date: Fri Aug 8 06:22:58 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <489B81AC.8090508@FreeBSD.org> References: <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> <489B81AC.8090508@FreeBSD.org> Message-ID: <20080808.002150.-1037138460.imp@bsdimp.com> In message: <489B81AC.8090508@FreeBSD.org> Kris Kennaway writes: : Andrey Chernov wrote: : > On Fri, Aug 08, 2008 at 12:38:55AM +0200, Kris Kennaway wrote: : >> Is that the right solution? If someone is bootstrapping from an old : >> kernel (e.g. 7.0) then installworld will install a strfile without your : >> change. : > : > No, this is bootstrap tool, so it is rebuilded twice, once without change : > and installed immediately in the temp location 'legacy' and next time with : > (installed on 'installworld' stage). : > : >> If someone is bootstrapping from a new kernel (but before they : >> built the new world) then it will fail to link still. : > : > How new kernel may affect userland here? arc4random_uniform() is not : > sysctl, just function. : > : > In case I mess something, please point me to. : : I might have been confused about where __FreeBSD_version comes from. I : guess it's OK since the first will come from the host copy of : osreldate.h and the second from the new version. This does beg the question why we need cryptographically secure randomness for fortune, however... Warner From beech at FreeBSD.org Fri Aug 8 06:28:56 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Fri Aug 8 06:29:09 2008 Subject: cvs commit: ports/science/netcdf pkg-plist Message-ID: <200808080628.m786StAh007402@repoman.freebsd.org> beech 2008-08-08 06:28:55 UTC FreeBSD ports repository Modified files: science/netcdf pkg-plist Log: - Fix PORTDOCS Revision Changes Path 1.10 +1 -0 ports/science/netcdf/pkg-plist From ache at nagual.pp.ru Fri Aug 8 06:32:14 2008 From: ache at nagual.pp.ru (Andrey Chernov) Date: Fri Aug 8 06:32:47 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <20080808.002150.-1037138460.imp@bsdimp.com> References: <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> <489B81AC.8090508@FreeBSD.org> <20080808.002150.-1037138460.imp@bsdimp.com> Message-ID: <20080808063208.GA51624@nagual.pp.ru> On Fri, Aug 08, 2008 at 12:21:50AM -0600, M. Warner Losh wrote: > This does beg the question why we need cryptographically secure > randomness for fortune, however... 1) PRNG is not crypto. 2) We already have it "cryptographically" secure via randomdev() for a long time in anycase. 3) Any code which use something like (...random() % modulo) when modulo is not divider of ...random()'s max suffer well known "modulo bias" bug which is not crypto but bad math and there is the main problem. 4) Uniformly distributed PRNG to avoid "modulo bias" bug available only for arc4random() at this time (making the same for random() involves too much math). 5) This changes comes from OpenBSD. -- http://ache.pp.ru/ From beech at FreeBSD.org Fri Aug 8 06:44:29 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Fri Aug 8 06:44:43 2008 Subject: cvs commit: ports/databases/php-adodb-ext Makefile distinfo pkg-descr pkg-plist Message-ID: <200808080644.m786iTIm008778@repoman.freebsd.org> beech 2008-08-08 06:44:29 UTC FreeBSD ports repository Added files: databases/php-adodb-ext Makefile distinfo pkg-descr pkg-plist Log: - This ADOdb Extension provides up to 100% speedup by replacing parts of ADOdb with C code. ADOdb will auto-detect if this extension is installed and use it automatically. This extension is compatible with ADOdb 3.32 or later, and PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*. WWW: http://adodb.sourceforge.net/ PR: ports/126062 Submitted by: JoeHorn Revision Changes Path 1.1 +32 -0 ports/databases/php-adodb-ext/Makefile (new) 1.1 +3 -0 ports/databases/php-adodb-ext/distinfo (new) 1.1 +6 -0 ports/databases/php-adodb-ext/pkg-descr (new) 1.1 +2 -0 ports/databases/php-adodb-ext/pkg-plist (new) From beech at FreeBSD.org Fri Aug 8 06:46:04 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Fri Aug 8 06:46:15 2008 Subject: cvs commit: ports/databases/php-adodb-ext/files pkg-message.in Message-ID: <200808080646.m786k4cS008986@repoman.freebsd.org> beech 2008-08-08 06:46:04 UTC FreeBSD ports repository Added files: databases/php-adodb-ext/files pkg-message.in Log: - Add pkg-message.in Revision Changes Path 1.1 +13 -0 ports/databases/php-adodb-ext/files/pkg-message.in (new) From lbr at FreeBSD.org Fri Aug 8 06:55:19 2008 From: lbr at FreeBSD.org (Lars Balker Rasmussen) Date: Fri Aug 8 06:55:24 2008 Subject: cvs commit: ports/devel/p5-Class-Data-Accessor Makefile distinfo Message-ID: <200808080655.m786tISJ009717@repoman.freebsd.org> lbr 2008-08-08 06:55:18 UTC FreeBSD ports repository Modified files: devel/p5-Class-Data-Accessor Makefile distinfo Log: Updated to 0.04003. Now deprecated in favour of Class::Accessor::Grouped or Moose. Revision Changes Path 1.8 +3 -1 ports/devel/p5-Class-Data-Accessor/Makefile 1.5 +3 -3 ports/devel/p5-Class-Data-Accessor/distinfo From beech at FreeBSD.org Fri Aug 8 08:39:52 2008 From: beech at FreeBSD.org (Beech Rintoul) Date: Fri Aug 8 08:40:06 2008 Subject: cvs commit: ports/databases Makefile Message-ID: <200808080839.m788dqT7020356@repoman.freebsd.org> beech 2008-08-08 08:39:52 UTC FreeBSD ports repository Modified files: databases Makefile Log: - Add entry for php-adodb-ext Revision Changes Path 1.702 +1 -0 ports/databases/Makefile From ehaupt at FreeBSD.org Fri Aug 8 09:21:29 2008 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Fri Aug 8 09:21:42 2008 Subject: cvs commit: ports/audio/yell Makefile Message-ID: <200808080921.m789LT9N034076@repoman.freebsd.org> ehaupt 2008-08-08 09:21:29 UTC FreeBSD ports repository Modified files: audio/yell Makefile Log: Works on amd64, mark accordingly Revision Changes Path 1.9 +1 -1 ports/audio/yell/Makefile From miwi at FreeBSD.org Fri Aug 8 09:23:17 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Aug 8 09:23:28 2008 Subject: cvs commit: ports/net-im/psi Makefile distinfo pkg-plist ports/net-im/psi/files patch-iris_jaber_s5b.cpp patch-src-tools-iconset_iconset.cpp patch-src-tools-zip_zip.cpp patch-third-party-qca-cyrus-sasl.cpp patch-third-party-qca-gnupg.cpp patch-third-party-qca-ossl.cpp Message-ID: <200808080923.m789NG79034273@repoman.freebsd.org> miwi 2008-08-08 09:23:16 UTC FreeBSD ports repository Modified files: net-im/psi Makefile distinfo pkg-plist Added files: net-im/psi/files patch-src-tools-iconset_iconset.cpp patch-src-tools-zip_zip.cpp Removed files: net-im/psi/files patch-iris_jaber_s5b.cpp patch-third-party-qca-cyrus-sasl.cpp patch-third-party-qca-gnupg.cpp patch-third-party-qca-ossl.cpp Log: - Update to 0.12 Changelog: http://forum.psi-im.org/thread/5043 PR: 126080 Submitted by: Sergei Golyashov Approved by: portmgr (pav) Revision Changes Path 1.40 +6 -5 ports/net-im/psi/Makefile 1.14 +3 -3 ports/net-im/psi/distinfo 1.2 +0 -10 ports/net-im/psi/files/patch-iris_jaber_s5b.cpp (dead) 1.1 +11 -0 ports/net-im/psi/files/patch-src-tools-iconset_iconset.cpp (new) 1.1 +11 -0 ports/net-im/psi/files/patch-src-tools-zip_zip.cpp (new) 1.2 +0 -10 ports/net-im/psi/files/patch-third-party-qca-cyrus-sasl.cpp (dead) 1.2 +0 -10 ports/net-im/psi/files/patch-third-party-qca-gnupg.cpp (dead) 1.2 +0 -10 ports/net-im/psi/files/patch-third-party-qca-ossl.cpp (dead) 1.13 +10 -7 ports/net-im/psi/pkg-plist From jadawin at FreeBSD.org Fri Aug 8 09:45:29 2008 From: jadawin at FreeBSD.org (Philippe Audeoud) Date: Fri Aug 8 09:45:47 2008 Subject: cvs commit: ports/security/p5-Crypt-Rijndael Makefile distinfo Message-ID: <200808080945.m789jTJD036079@repoman.freebsd.org> jadawin 2008-08-08 09:45:29 UTC FreeBSD ports repository Modified files: security/p5-Crypt-Rijndael Makefile distinfo Log: - Update to 1.06 PR: ports/126359 Submitted by: maintainer (skreuzer exit2shell.com) Revision Changes Path 1.17 +1 -1 ports/security/p5-Crypt-Rijndael/Makefile 1.11 +3 -3 ports/security/p5-Crypt-Rijndael/distinfo From des at des.no Fri Aug 8 10:16:45 2008 From: des at des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) Date: Fri Aug 8 10:16:52 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <20080808063208.GA51624@nagual.pp.ru> (Andrey Chernov's message of "Fri, 8 Aug 2008 10:32:08 +0400") References: <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> <489B81AC.8090508@FreeBSD.org> <20080808.002150.-1037138460.imp@bsdimp.com> <20080808063208.GA51624@nagual.pp.ru> Message-ID: <86myjnerqr.fsf@ds4.des.no> Andrey Chernov writes: > M. Warner Losh writes: > > This does beg the question why we need cryptographically secure > > randomness for fortune, however... > 1) PRNG is not crypto. Stop spewing nonsense. PRNG and crypto are inseparable. In addition, as you very well know, this PRNG is actually the keystream generator for the RC4 stream cipher. DES -- Dag-Erling Sm?rgrav - des@des.no From danfe at FreeBSD.org Fri Aug 8 10:17:14 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Fri Aug 8 10:17:21 2008 Subject: cvs commit: ports/security Makefile ports/security/switzerland Makefile distinfo pkg-descr pkg-plist Message-ID: <200808081017.m78AHD9J039625@repoman.freebsd.org> danfe 2008-08-08 10:17:13 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/switzerland Makefile distinfo pkg-descr pkg-plist Log: Switzerland is a tool for testing networks, ISPs, and firewalls developed by the Electronic Frontier Foundation (www.eff.org). WWW: http://www.eff.org/testyourisp/switzerland Revision Changes Path 1.988 +1 -0 ports/security/Makefile 1.1 +33 -0 ports/security/switzerland/Makefile (new) 1.1 +3 -0 ports/security/switzerland/distinfo (new) 1.1 +6 -0 ports/security/switzerland/pkg-descr (new) 1.1 +92 -0 ports/security/switzerland/pkg-plist (new) From dinoex at FreeBSD.org Fri Aug 8 10:17:52 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Fri Aug 8 10:18:05 2008 Subject: cvs commit: ports/deskutils/openproj Makefile distinfo pkg-plist Message-ID: <200808081017.m78AHpN9039688@repoman.freebsd.org> dinoex 2008-08-08 10:17:51 UTC FreeBSD ports repository Modified files: deskutils/openproj Makefile distinfo pkg-plist Log: - update to 1.3 Revision Changes Path 1.5 +1 -1 ports/deskutils/openproj/Makefile 1.4 +3 -3 ports/deskutils/openproj/distinfo 1.3 +2 -0 ports/deskutils/openproj/pkg-plist From miwi at FreeBSD.org Fri Aug 8 10:28:41 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Aug 8 10:28:48 2008 Subject: cvs commit: ports/databases Makefile ports/databases/rubygem-activerecord-jdbcmysql-adapter Makefile distinfo pkg-descr Message-ID: <200808081028.m78ASfSO040571@repoman.freebsd.org> miwi 2008-08-08 10:28:41 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/rubygem-activerecord-jdbcmysql-adapter Makefile distinfo pkg-descr Log: This is an ActiveRecord driver for MySQL using JDBC running under JRuby. WWW: http://rubyforge.org/projects/jruby-extras/ PR: ports/126355 Submitted by: Alexander Logvinov Revision Changes Path 1.703 +1 -0 ports/databases/Makefile 1.1 +33 -0 ports/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile (new) 1.1 +3 -0 ports/databases/rubygem-activerecord-jdbcmysql-adapter/distinfo (new) 1.1 +3 -0 ports/databases/rubygem-activerecord-jdbcmysql-adapter/pkg-descr (new) From miwi at FreeBSD.org Fri Aug 8 10:29:38 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Aug 8 10:29:48 2008 Subject: cvs commit: ports/x11-clocks/alarm-clock Makefile distinfo pkg-plist Message-ID: <200808081029.m78ATbYv040664@repoman.freebsd.org> miwi 2008-08-08 10:29:37 UTC FreeBSD ports repository Modified files: x11-clocks/alarm-clock Makefile distinfo pkg-plist Log: - Update to 0.9.11.2 PR: 126351 Submitted by: Romain Tartiere (maintainer) Revision Changes Path 1.2 +3 -1 ports/x11-clocks/alarm-clock/Makefile 1.2 +3 -3 ports/x11-clocks/alarm-clock/distinfo 1.2 +10 -1 ports/x11-clocks/alarm-clock/pkg-plist From cperciva at FreeBSD.org Fri Aug 8 10:36:25 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Fri Aug 8 10:36:37 2008 Subject: cvs commit: src/etc freebsd-update.conf Message-ID: <200808081036.m78AaPfa041307@repoman.freebsd.org> cperciva 2008-08-08 10:36:16 UTC FreeBSD src repository Modified files: etc freebsd-update.conf Log: SVN rev 181427 on 2008-08-08 10:36:16Z by cperciva Add /usr/share/man/whatis, /var/db/locate.database, and /var/log to the list of paths which `freebsd-update IDS` should ignore by default. Revision Changes Path 1.6 +3 -0 src/etc/freebsd-update.conf From ehaupt at FreeBSD.org Fri Aug 8 12:35:17 2008 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Fri Aug 8 12:35:23 2008 Subject: cvs commit: ports/math/mathomatic Makefile distinfo Message-ID: <200808081235.m78CZHtU052662@repoman.freebsd.org> ehaupt 2008-08-08 12:35:17 UTC FreeBSD ports repository Modified files: math/mathomatic Makefile distinfo Log: Update to 14.1.1 Revision Changes Path 1.60 +1 -1 ports/math/mathomatic/Makefile 1.58 +3 -3 ports/math/mathomatic/distinfo From skv at FreeBSD.org Fri Aug 8 12:55:00 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Fri Aug 8 12:55:07 2008 Subject: cvs commit: ports/www/p5-WWW-Yandex-TIC Makefile distinfo Message-ID: <200808081255.m78Ct0IY063383@repoman.freebsd.org> skv 2008-08-08 12:55:00 UTC FreeBSD ports repository Modified files: www/p5-WWW-Yandex-TIC Makefile distinfo Log: Update to 0.04 Changes: http://search.cpan.org/src/BASHLOV/WWW-Yandex-TIC-0.04/Changes Revision Changes Path 1.3 +1 -1 ports/www/p5-WWW-Yandex-TIC/Makefile 1.3 +3 -3 ports/www/p5-WWW-Yandex-TIC/distinfo From ehaupt at FreeBSD.org Fri Aug 8 12:55:05 2008 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Fri Aug 8 12:55:23 2008 Subject: cvs commit: ports/games/filters Makefile distinfo Message-ID: <200808081255.m78Ct5qY063472@repoman.freebsd.org> ehaupt 2008-08-08 12:55:05 UTC FreeBSD ports repository Modified files: games/filters Makefile distinfo Log: Update to 2.45 Revision Changes Path 1.14 +1 -1 ports/games/filters/Makefile 1.9 +3 -3 ports/games/filters/distinfo From skv at FreeBSD.org Fri Aug 8 13:09:44 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Fri Aug 8 13:09:50 2008 Subject: cvs commit: ports/www/p5-Catalyst-Authentication-Store-LDAP Makefile distinfo Message-ID: <200808081309.m78D9hEt065820@repoman.freebsd.org> skv 2008-08-08 13:09:43 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Authentication-Store-LDAP Makefile distinfo Log: Upadte to 0.1002 Changes: http://search.cpan.org/src/KARMAN/Catalyst-Authentication-Store-LDAP-0.1002/Changes Revision Changes Path 1.5 +1 -1 ports/www/p5-Catalyst-Authentication-Store-LDAP/Makefile 1.3 +3 -3 ports/www/p5-Catalyst-Authentication-Store-LDAP/distinfo From jhb at freebsd.org Fri Aug 8 13:32:23 2008 From: jhb at freebsd.org (John Baldwin) Date: Fri Aug 8 13:32:34 2008 Subject: cvs commit: src/share/zoneinfo africa asia europe leapseconds In-Reply-To: <200808080430.m784U0VC086322@repoman.freebsd.org> References: <200808080430.m784U0VC086322@repoman.freebsd.org> Message-ID: <200808080905.26955.jhb@freebsd.org> On Friday 08 August 2008 12:29:39 am Edwin Groothuis wrote: > edwin 2008-08-08 04:29:39 UTC > > FreeBSD src repository > > Modified files: > share/zoneinfo africa asia europe leapseconds > Log: > SVN rev 181424 on 2008-08-08 04:29:39Z by edwin > > MFV on tzdata2008e: > > - Fix dates in 2008/2009 for Africa/Mauritius. > - Leap second notification for the end of 2008. > > Approved by: bde (mentor, implicit), des > MFC after: 1 week FYI, note that if you want, you can do multiple merges into the vendor area and then just do one merge of all the updates into src/. You don't have to merge each version individually. It's probably more work to do so, however. -- John Baldwin From ed at FreeBSD.org Fri Aug 8 13:44:06 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Fri Aug 8 13:44:13 2008 Subject: cvs commit: src/sys/dev/io iodev.c Message-ID: <200808081343.m78DhwYE068477@repoman.freebsd.org> ed 2008-08-08 13:43:56 UTC FreeBSD src repository Modified files: sys/dev/io iodev.c Log: SVN rev 181428 on 2008-08-08 13:43:56Z by ed Remove D_NEEDGIANT from io(4). There is no need to mark this device node to use Giant. The only architectures that use io(4) (i386 and amd64) only change a flag in td->td_frame, which is only accessed by curthread. Apart from this change, I think some fishy things may happen when using /dev/io in multithreaded applications. I haven't tested, but looking at the code, the flag doesn't get cleared when close() is called from another thread, but this may not be this important. I'm not removing D_NEEDGIANT from mem(4), because this driver isn't Giant safe at all (it calls GIANT_REQUIRED). Revision Changes Path 1.4 +0 -1 src/sys/dev/io/iodev.c From danfe at FreeBSD.org Fri Aug 8 13:57:58 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Fri Aug 8 13:58:10 2008 Subject: cvs commit: ports/lang/nickle Makefile distinfo Message-ID: <200808081357.m78Dvvh3069598@repoman.freebsd.org> danfe 2008-08-08 13:57:57 UTC FreeBSD ports repository Modified files: lang/nickle Makefile distinfo Log: Update to version 2.68. Revision Changes Path 1.21 +2 -5 ports/lang/nickle/Makefile 1.12 +3 -3 ports/lang/nickle/distinfo From chinsan at FreeBSD.org Fri Aug 8 13:59:55 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Fri Aug 8 14:00:07 2008 Subject: cvs commit: ports/irc/ctrlproxy Makefile distinfo ports/irc/ctrlproxy/files patch-lib__network.h patch-src_settings.c Message-ID: <200808081359.m78DxsEt069766@repoman.freebsd.org> chinsan 2008-08-08 13:59:54 UTC FreeBSD ports repository Modified files: irc/ctrlproxy Makefile distinfo Removed files: irc/ctrlproxy/files patch-lib__network.h patch-src_settings.c Log: - Update to 3.0.7 Submitted by: John Marshall Revision Changes Path 1.23 +1 -1 ports/irc/ctrlproxy/Makefile 1.12 +3 -3 ports/irc/ctrlproxy/distinfo 1.2 +0 -14 ports/irc/ctrlproxy/files/patch-lib__network.h (dead) 1.2 +0 -14 ports/irc/ctrlproxy/files/patch-src_settings.c (dead) From chinsan at FreeBSD.org Fri Aug 8 14:17:32 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Fri Aug 8 14:17:43 2008 Subject: cvs commit: ports UPDATING ports/chinese/phpbb-tw Makefile distinfo pkg-plist ports/chinese/phpbb-tw/files pkg-message.in pkg-opts Message-ID: <200808081417.m78EHV8B072341@repoman.freebsd.org> chinsan 2008-08-08 14:17:31 UTC FreeBSD ports repository Modified files: . UPDATING chinese/phpbb-tw Makefile distinfo pkg-plist chinese/phpbb-tw/files pkg-message.in pkg-opts Log: - Update to 2.0.23 - Use standard $WWWDIR PR: ports/125950 Submitted by: appleboy Approved by: maintainer (me) Revision Changes Path 1.694 +15 -1 ports/UPDATING 1.10 +4 -3 ports/chinese/phpbb-tw/Makefile 1.5 +3 -3 ports/chinese/phpbb-tw/distinfo 1.3 +15 -0 ports/chinese/phpbb-tw/files/pkg-message.in 1.3 +1 -1 ports/chinese/phpbb-tw/files/pkg-opts 1.6 +21 -72 ports/chinese/phpbb-tw/pkg-plist From gabor at FreeBSD.org Fri Aug 8 14:31:13 2008 From: gabor at FreeBSD.org (Gabor Kovesdan) Date: Fri Aug 8 14:31:19 2008 Subject: cvs commit: CVSROOT access Message-ID: <200808081431.m78EVDIa073451@repoman.freebsd.org> gabor 2008-08-08 14:31:13 UTC FreeBSD ports repository Modified files: . access Log: Forced commit to note that lippe is now free from the mentorship. Discussed with: araujo (his co-mentor), lippe Revision Changes Path 1.845 +0 -0 CVSROOT/access From rwatson at FreeBSD.org Fri Aug 8 14:36:56 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Fri Aug 8 14:37:03 2008 Subject: cvs commit: src/sys/kern kern_rwlock.c src/sys/sys rwlock.h Message-ID: <200808081436.m78Eat2W073974@repoman.freebsd.org> rwatson 2008-08-08 14:36:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_rwlock.c sys/sys rwlock.h Log: SVN rev 181429 on 2008-08-08 14:36:21Z by rwatson Merge r177843,178147 from head to stable/7: Add rw_try_rlock() and rw_try_wlock() to rwlocks. These functions try the specified operation (rlocking and wlocking) and true is returned if the operation completes, false otherwise. The KPI is enriched by this commit, so __FreeBSD_version bumping and manpage updating will happen soon. Requested by: jeff, kris Trylocks were implemented, remove stale comment Discussed with: attilio, jhb Revision Changes Path 1.28.4.4 +48 -0 src/sys/kern/kern_rwlock.c 1.14.4.1 +4 -2 src/sys/sys/rwlock.h From danfe at FreeBSD.org Fri Aug 8 14:57:37 2008 From: danfe at FreeBSD.org (Alexey Dokuchaev) Date: Fri Aug 8 14:57:50 2008 Subject: cvs commit: ports UPDATING Message-ID: <200808081457.m78EvbpH075529@repoman.freebsd.org> danfe 2008-08-08 14:57:37 UTC FreeBSD ports repository Modified files: . UPDATING Log: Flush my local queue of cleanups. Revision Changes Path 1.695 +39 -35 ports/UPDATING From kris at FreeBSD.org Fri Aug 8 16:19:38 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Fri Aug 8 16:19:50 2008 Subject: cvs commit: ports/Tools/portbuild/scripts cpdistfiles Message-ID: <200808081619.m78GJcre087432@repoman.freebsd.org> kris 2008-08-08 16:19:38 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts cpdistfiles Log: Add an option to clean up old distfiles. We don't have enough space to keep dozens of full distfile sets lying around. Revision Changes Path 1.9 +10 -0 ports/Tools/portbuild/scripts/cpdistfiles From kris at FreeBSD.org Fri Aug 8 16:24:05 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Fri Aug 8 16:24:12 2008 Subject: cvs commit: ports/Tools/portbuild/scripts build Message-ID: <200808081624.m78GO5fD087869@repoman.freebsd.org> kris 2008-08-08 16:24:05 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts build Log: Add a new script for performing high-level administration of a build. list : lists available builds clone : creates a new build by cloning a previous one portsupdate : update a ports tree to the latest ZFS snapshot srcupdate : update a src tree to the latest ZFS snapshot cleanup : clean up or remove a build on the clients destroy : remove a build on the server There is some trickiness here in that various commands either expect to run as root, or expect to run as a ports-* user. For the latter case we can easily use su to proxy as the ports user when running as root; for the former we use the buildproxy to validate and re-execute the command as root. Revision Changes Path 1.2 +489 -511 ports/Tools/portbuild/scripts/build From stas at FreeBSD.org Fri Aug 8 16:31:16 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Fri Aug 8 16:31:29 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... Message-ID: <200808081631.m78GVG9i088754@repoman.freebsd.org> stas 2008-08-08 16:26:53 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/amd64/amd64 support.S sys/amd64/conf NOTES sys/amd64/include cpufunc.h specialreg.h sys/conf files.amd64 files.i386 sys/i386/conf NOTES sys/i386/i386 support.s sys/i386/include cpufunc.h specialreg.h sys/modules Makefile sys/sys priv.h usr.sbin Makefile Added files: share/man/man4 cpuctl.4 sys/dev/cpuctl cpuctl.c sys/modules/cpuctl Makefile sys/sys cpuctl.h usr.sbin/cpucontrol Makefile amd.c amd.h cpucontrol.8 cpucontrol.c cpucontrol.h intel.c intel.h Log: SVN rev 181430 on 2008-08-08 16:26:53Z by stas - Add cpuctl(4) pseudo-device driver to provide access to some low-level features of CPUs like reading/writing machine-specific registers, retrieving cpuid data, and updating microcode. - Add cpucontrol(8) utility, that provides userland access to the features of cpuctl(4). - Add subsequent manpages. The cpuctl(4) device operates as follows. The pseudo-device node cpuctlX is created for each cpu present in the systems. The pseudo-device minor number corresponds to the cpu number in the system. The cpuctl(4) pseudo- device allows a number of ioctl to be preformed, namely RDMSR/WRMSR/CPUID and UPDATE. The first pair alows the caller to read/write machine-specific registers from the correspondent CPU. cpuid data could be retrieved using the CPUID call, and microcode updates are applied via UPDATE. The permissions are inforced based on the pseudo-device file permissions. RDMSR/CPUID will be allowed when the caller has read access to the device node, while WRMSR/UPDATE will be granted only when the node is opened for writing. There're also a number of priv(9) checks. The cpucontrol(8) utility is intened to provide userland access to the cpuctl(4) device features. The utility also allows one to apply cpu microcode updates. Currently only Intel and AMD cpus are supported and were tested. Approved by: kib Reviewed by: rpaulo, cokane, Peter Jeremy MFC after: 1 month Revision Changes Path 1.423 +2 -0 src/share/man/man4/Makefile 1.1 +146 -0 src/share/man/man4/cpuctl.4 (new) 1.129 +44 -0 src/sys/amd64/amd64/support.S 1.82 +6 -0 src/sys/amd64/conf/NOTES 1.150 +5 -0 src/sys/amd64/include/cpufunc.h 1.46 +7 -0 src/sys/amd64/include/specialreg.h 1.122 +1 -0 src/sys/conf/files.amd64 1.601 +1 -0 src/sys/conf/files.i386 1.1 +446 -0 src/sys/dev/cpuctl/cpuctl.c (new) 1.1260 +6 -0 src/sys/i386/conf/NOTES 1.120 +49 -0 src/sys/i386/i386/support.s 1.147 +5 -0 src/sys/i386/include/cpufunc.h 1.45 +7 -0 src/sys/i386/include/specialreg.h 1.582 +3 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/cpuctl/Makefile (new) 1.1 +52 -0 src/sys/sys/cpuctl.h (new) 1.21 +7 -1 src/sys/sys/priv.h 1.391 +3 -0 src/usr.sbin/Makefile 1.1 +9 -0 src/usr.sbin/cpucontrol/Makefile (new) 1.1 +183 -0 src/usr.sbin/cpucontrol/amd.c (new) 1.1 +49 -0 src/usr.sbin/cpucontrol/amd.h (new) 1.1 +116 -0 src/usr.sbin/cpucontrol/cpucontrol.8 (new) 1.1 +362 -0 src/usr.sbin/cpucontrol/cpucontrol.c (new) 1.1 +56 -0 src/usr.sbin/cpucontrol/cpucontrol.h (new) 1.1 +285 -0 src/usr.sbin/cpucontrol/intel.c (new) 1.1 +70 -0 src/usr.sbin/cpucontrol/intel.h (new) From jhb at freebsd.org Fri Aug 8 16:49:41 2008 From: jhb at freebsd.org (John Baldwin) Date: Fri Aug 8 16:49:47 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <200808081343.m78DhwYE068477@repoman.freebsd.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> Message-ID: <200808081226.32089.jhb@freebsd.org> On Friday 08 August 2008 09:43:56 am Ed Schouten wrote: > ed 2008-08-08 13:43:56 UTC > > FreeBSD src repository > > Modified files: > sys/dev/io iodev.c > Log: > SVN rev 181428 on 2008-08-08 13:43:56Z by ed > > Remove D_NEEDGIANT from io(4). > > There is no need to mark this device node to use Giant. The only > architectures that use io(4) (i386 and amd64) only change a flag in > td->td_frame, which is only accessed by curthread. > > Apart from this change, I think some fishy things may happen when using > /dev/io in multithreaded applications. I haven't tested, but looking at > the code, the flag doesn't get cleared when close() is called from > another thread, but this may not be this important. > > I'm not removing D_NEEDGIANT from mem(4), because this driver isn't > Giant safe at all (it calls GIANT_REQUIRED). It should be setting D_TRACKCLOSE though so that close() reliably clears the flag even in single-threaded processes. You can still get odd behavior if you explicitly open it twice in an app and then close one of the two fd's. You will no longer have IO permission even though you still have one fd open. However, if you do that I think you deserve what you asked for. :) Also, I don't see why memrw() is not MPSAFE actually (on amd64 and i386 at least). Stephan (ups@) even has a comment to that effect. The MTRR stuff backing memioctl() on x86 might need locking, but I think that is all mem(4) is missing. -- John Baldwin From alc at cs.rice.edu Fri Aug 8 17:08:17 2008 From: alc at cs.rice.edu (Alan Cox) Date: Fri Aug 8 17:08:32 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <200808081226.32089.jhb@freebsd.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> Message-ID: <489C7D7F.4090806@cs.rice.edu> John Baldwin wrote: > >Also, I don't see why memrw() is not MPSAFE actually (on amd64 and i386 at >least). Stephan (ups@) even has a comment to that effect. The MTRR stuff >backing memioctl() on x86 might need locking, but I think that is all mem(4) >is missing. > > > There is nothing there that requires Giant specifically. However, the use of some lock in memrw() does have an arguably useful but small effect: overlapping operations will be serialized. So, if you're ever trying to debug something involving memrw(), you won't be staring at essentially random state. Alan From jhb at freebsd.org Fri Aug 8 17:25:05 2008 From: jhb at freebsd.org (John Baldwin) Date: Fri Aug 8 17:25:26 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <200808081631.m78GVG9i088754@repoman.freebsd.org> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> Message-ID: <200808081251.17686.jhb@freebsd.org> On Friday 08 August 2008 12:26:53 pm Stanislav Sedov wrote: > stas 2008-08-08 16:26:53 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 Makefile > sys/amd64/amd64 support.S > sys/amd64/conf NOTES > sys/amd64/include cpufunc.h specialreg.h > sys/conf files.amd64 files.i386 > sys/i386/conf NOTES > sys/i386/i386 support.s > sys/i386/include cpufunc.h specialreg.h > sys/modules Makefile > sys/sys priv.h > usr.sbin Makefile > Added files: > share/man/man4 cpuctl.4 > sys/dev/cpuctl cpuctl.c > sys/modules/cpuctl Makefile > sys/sys cpuctl.h > usr.sbin/cpucontrol Makefile amd.c amd.h cpucontrol.8 > cpucontrol.c cpucontrol.h intel.c intel.h > Log: > SVN rev 181430 on 2008-08-08 16:26:53Z by stas > > - Add cpuctl(4) pseudo-device driver to provide access to some low-level > features of CPUs like reading/writing machine-specific registers, > retrieving cpuid data, and updating microcode. > - Add cpucontrol(8) utility, that provides userland access to > the features of cpuctl(4). > - Add subsequent manpages. > > The cpuctl(4) device operates as follows. The pseudo-device node cpuctlX > is created for each cpu present in the systems. The pseudo-device minor > number corresponds to the cpu number in the system. The cpuctl(4) pseudo- > device allows a number of ioctl to be preformed, namely RDMSR/WRMSR/CPUID > and UPDATE. The first pair alows the caller to read/write machine-specific > registers from the correspondent CPU. cpuid data could be retrieved using > the CPUID call, and microcode updates are applied via UPDATE. > > The permissions are inforced based on the pseudo-device file permissions. > RDMSR/CPUID will be allowed when the caller has read access to the device > node, while WRMSR/UPDATE will be granted only when the node is opened > for writing. There're also a number of priv(9) checks. > > The cpucontrol(8) utility is intened to provide userland access to > the cpuctl(4) device features. The utility also allows one to apply > cpu microcode updates. > > Currently only Intel and AMD cpus are supported and were tested. Note that cpuid isn't a privileged instruction, so I'm not sure it's really worth having an ioctl for that particular case. -- John Baldwin From jhb at freebsd.org Fri Aug 8 17:25:16 2008 From: jhb at freebsd.org (John Baldwin) Date: Fri Aug 8 17:25:43 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <489C7D7F.4090806@cs.rice.edu> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <489C7D7F.4090806@cs.rice.edu> Message-ID: <200808081312.36678.jhb@freebsd.org> On Friday 08 August 2008 01:08:15 pm Alan Cox wrote: > John Baldwin wrote: > > > > >Also, I don't see why memrw() is not MPSAFE actually (on amd64 and i386 at > >least). Stephan (ups@) even has a comment to that effect. The MTRR stuff > >backing memioctl() on x86 might need locking, but I think that is all mem(4) > >is missing. > > > > > > > > There is nothing there that requires Giant specifically. However, the > use of some lock in memrw() does have an arguably useful but small > effect: overlapping operations will be serialized. So, if you're ever > trying to debug something involving memrw(), you won't be staring at > essentially random state. On amd64 there is already an sx lock over the pmap bits to temporarily map the page. If desired, that could always be expanded. As it is, Giant is dropped if you block on a lockmgr or sx lock (or go to sleep), so Giant doesn't always serialize operations anyway. -- John Baldwin From raj at FreeBSD.org Fri Aug 8 17:32:00 2008 From: raj at FreeBSD.org (Rafal Jaworowski) Date: Fri Aug 8 17:32:06 2008 Subject: cvs commit: src/sys/arm/arm vm_machdep.c Message-ID: <200808081732.m78HW0eJ006612@repoman.freebsd.org> raj 2008-08-08 17:31:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/arm/arm vm_machdep.c Log: SVN rev 181431 on 2008-08-08 17:31:47Z by raj MFC 181296 Fix ARM nocache allocator. Revision Changes Path 1.34.2.3 +4 -5 src/sys/arm/arm/vm_machdep.c From philip at FreeBSD.org Fri Aug 8 18:01:18 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Fri Aug 8 18:01:25 2008 Subject: cvs commit: src/sys Makefile Message-ID: <200808081801.m78I1I8i013122@repoman.freebsd.org> philip 2008-08-08 18:00:33 UTC FreeBSD src repository Modified files: sys Makefile Log: SVN rev 181432 on 2008-08-08 18:00:33Z by philip Add a "glimpse" target to the kernel Makefile. Glimpse is a powerful "grep on an index". Especially addictive on slow laptop hard disks. MFC after: 2 days Revision Changes Path 1.52 +7 -0 src/sys/Makefile From kostikbel at gmail.com Fri Aug 8 18:10:58 2008 From: kostikbel at gmail.com (Kostik Belousov) Date: Fri Aug 8 18:11:10 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <200808081251.17686.jhb@freebsd.org> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081251.17686.jhb@freebsd.org> Message-ID: <20080808181052.GF97161@deviant.kiev.zoral.com.ua> On Fri, Aug 08, 2008 at 12:51:17PM -0400, John Baldwin wrote: > On Friday 08 August 2008 12:26:53 pm Stanislav Sedov wrote: > > stas 2008-08-08 16:26:53 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man4 Makefile > > sys/amd64/amd64 support.S > > sys/amd64/conf NOTES > > sys/amd64/include cpufunc.h specialreg.h > > sys/conf files.amd64 files.i386 > > sys/i386/conf NOTES > > sys/i386/i386 support.s > > sys/i386/include cpufunc.h specialreg.h > > sys/modules Makefile > > sys/sys priv.h > > usr.sbin Makefile > > Added files: > > share/man/man4 cpuctl.4 > > sys/dev/cpuctl cpuctl.c > > sys/modules/cpuctl Makefile > > sys/sys cpuctl.h > > usr.sbin/cpucontrol Makefile amd.c amd.h cpucontrol.8 > > cpucontrol.c cpucontrol.h intel.c intel.h > > Log: > > SVN rev 181430 on 2008-08-08 16:26:53Z by stas > > > > - Add cpuctl(4) pseudo-device driver to provide access to some low-level > > features of CPUs like reading/writing machine-specific registers, > > retrieving cpuid data, and updating microcode. > > - Add cpucontrol(8) utility, that provides userland access to > > the features of cpuctl(4). > > - Add subsequent manpages. > > > > The cpuctl(4) device operates as follows. The pseudo-device node cpuctlX > > is created for each cpu present in the systems. The pseudo-device minor > > number corresponds to the cpu number in the system. The cpuctl(4) pseudo- > > device allows a number of ioctl to be preformed, namely RDMSR/WRMSR/CPUID > > and UPDATE. The first pair alows the caller to read/write machine-specific > > registers from the correspondent CPU. cpuid data could be retrieved using > > the CPUID call, and microcode updates are applied via UPDATE. > > > > The permissions are inforced based on the pseudo-device file permissions. > > RDMSR/CPUID will be allowed when the caller has read access to the device > > node, while WRMSR/UPDATE will be granted only when the node is opened > > for writing. There're also a number of priv(9) checks. > > > > The cpucontrol(8) utility is intened to provide userland access to > > the cpuctl(4) device features. The utility also allows one to apply > > cpu microcode updates. > > > > Currently only Intel and AMD cpus are supported and were tested. > > Note that cpuid isn't a privileged instruction, so I'm not sure it's really > worth having an ioctl for that particular case. It was discussed when patch was reviewed on current@. The ioctl allows to get cpuid information for specific processor, as opposed to some random core curthread happens to run ATM. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080808/8eaee967/attachment.pgp From jhb at freebsd.org Fri Aug 8 18:29:57 2008 From: jhb at freebsd.org (John Baldwin) Date: Fri Aug 8 18:30:03 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <20080808181052.GF97161@deviant.kiev.zoral.com.ua> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081251.17686.jhb@freebsd.org> <20080808181052.GF97161@deviant.kiev.zoral.com.ua> Message-ID: <200808081427.42536.jhb@freebsd.org> On Friday 08 August 2008 02:10:52 pm Kostik Belousov wrote: > On Fri, Aug 08, 2008 at 12:51:17PM -0400, John Baldwin wrote: > > On Friday 08 August 2008 12:26:53 pm Stanislav Sedov wrote: > > > stas 2008-08-08 16:26:53 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > share/man/man4 Makefile > > > sys/amd64/amd64 support.S > > > sys/amd64/conf NOTES > > > sys/amd64/include cpufunc.h specialreg.h > > > sys/conf files.amd64 files.i386 > > > sys/i386/conf NOTES > > > sys/i386/i386 support.s > > > sys/i386/include cpufunc.h specialreg.h > > > sys/modules Makefile > > > sys/sys priv.h > > > usr.sbin Makefile > > > Added files: > > > share/man/man4 cpuctl.4 > > > sys/dev/cpuctl cpuctl.c > > > sys/modules/cpuctl Makefile > > > sys/sys cpuctl.h > > > usr.sbin/cpucontrol Makefile amd.c amd.h cpucontrol.8 > > > cpucontrol.c cpucontrol.h intel.c intel.h > > > Log: > > > SVN rev 181430 on 2008-08-08 16:26:53Z by stas > > > > > > - Add cpuctl(4) pseudo-device driver to provide access to some low-level > > > features of CPUs like reading/writing machine-specific registers, > > > retrieving cpuid data, and updating microcode. > > > - Add cpucontrol(8) utility, that provides userland access to > > > the features of cpuctl(4). > > > - Add subsequent manpages. > > > > > > The cpuctl(4) device operates as follows. The pseudo-device node cpuctlX > > > is created for each cpu present in the systems. The pseudo-device minor > > > number corresponds to the cpu number in the system. The cpuctl(4) pseudo- > > > device allows a number of ioctl to be preformed, namely RDMSR/WRMSR/CPUID > > > and UPDATE. The first pair alows the caller to read/write machine-specific > > > registers from the correspondent CPU. cpuid data could be retrieved using > > > the CPUID call, and microcode updates are applied via UPDATE. > > > > > > The permissions are inforced based on the pseudo-device file permissions. > > > RDMSR/CPUID will be allowed when the caller has read access to the device > > > node, while WRMSR/UPDATE will be granted only when the node is opened > > > for writing. There're also a number of priv(9) checks. > > > > > > The cpucontrol(8) utility is intened to provide userland access to > > > the cpuctl(4) device features. The utility also allows one to apply > > > cpu microcode updates. > > > > > > Currently only Intel and AMD cpus are supported and were tested. > > > > Note that cpuid isn't a privileged instruction, so I'm not sure it's really > > worth having an ioctl for that particular case. > > It was discussed when patch was reviewed on current@. The ioctl allows > to get cpuid information for specific processor, as opposed to some > random core curthread happens to run ATM. You can achieve that now with cpuset. :) (See my ping-pong test program recently which used cpuid to fetch the APIC ID to test for ping-ponging in the scheduler.) -- John Baldwin From kostikbel at gmail.com Fri Aug 8 18:51:38 2008 From: kostikbel at gmail.com (Kostik Belousov) Date: Fri Aug 8 18:51:44 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <200808081427.42536.jhb@freebsd.org> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081251.17686.jhb@freebsd.org> <20080808181052.GF97161@deviant.kiev.zoral.com.ua> <200808081427.42536.jhb@freebsd.org> Message-ID: <20080808185133.GG97161@deviant.kiev.zoral.com.ua> On Fri, Aug 08, 2008 at 02:27:42PM -0400, John Baldwin wrote: > On Friday 08 August 2008 02:10:52 pm Kostik Belousov wrote: > > On Fri, Aug 08, 2008 at 12:51:17PM -0400, John Baldwin wrote: > > > On Friday 08 August 2008 12:26:53 pm Stanislav Sedov wrote: > > > > stas 2008-08-08 16:26:53 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > share/man/man4 Makefile > > > > sys/amd64/amd64 support.S > > > > sys/amd64/conf NOTES > > > > sys/amd64/include cpufunc.h specialreg.h > > > > sys/conf files.amd64 files.i386 > > > > sys/i386/conf NOTES > > > > sys/i386/i386 support.s > > > > sys/i386/include cpufunc.h specialreg.h > > > > sys/modules Makefile > > > > sys/sys priv.h > > > > usr.sbin Makefile > > > > Added files: > > > > share/man/man4 cpuctl.4 > > > > sys/dev/cpuctl cpuctl.c > > > > sys/modules/cpuctl Makefile > > > > sys/sys cpuctl.h > > > > usr.sbin/cpucontrol Makefile amd.c amd.h cpucontrol.8 > > > > cpucontrol.c cpucontrol.h intel.c intel.h > > > > Log: > > > > SVN rev 181430 on 2008-08-08 16:26:53Z by stas > > > > > > > > - Add cpuctl(4) pseudo-device driver to provide access to some > low-level > > > > features of CPUs like reading/writing machine-specific registers, > > > > retrieving cpuid data, and updating microcode. > > > > - Add cpucontrol(8) utility, that provides userland access to > > > > the features of cpuctl(4). > > > > - Add subsequent manpages. > > > > > > > > The cpuctl(4) device operates as follows. The pseudo-device node > cpuctlX > > > > is created for each cpu present in the systems. The pseudo-device > minor > > > > number corresponds to the cpu number in the system. The cpuctl(4) > pseudo- > > > > device allows a number of ioctl to be preformed, namely > RDMSR/WRMSR/CPUID > > > > and UPDATE. The first pair alows the caller to read/write > machine-specific > > > > registers from the correspondent CPU. cpuid data could be retrieved > using > > > > the CPUID call, and microcode updates are applied via UPDATE. > > > > > > > > The permissions are inforced based on the pseudo-device file > permissions. > > > > RDMSR/CPUID will be allowed when the caller has read access to the > device > > > > node, while WRMSR/UPDATE will be granted only when the node is opened > > > > for writing. There're also a number of priv(9) checks. > > > > > > > > The cpucontrol(8) utility is intened to provide userland access to > > > > the cpuctl(4) device features. The utility also allows one to apply > > > > cpu microcode updates. > > > > > > > > Currently only Intel and AMD cpus are supported and were tested. > > > > > > Note that cpuid isn't a privileged instruction, so I'm not sure it's > really > > > worth having an ioctl for that particular case. > > > > It was discussed when patch was reviewed on current@. The ioctl allows > > to get cpuid information for specific processor, as opposed to some > > random core curthread happens to run ATM. > > You can achieve that now with cpuset. :) (See my ping-pong test program > recently which used cpuid to fetch the APIC ID to test for ping-ponging in > the scheduler.) If this is a backout request (for cpuid functionality) then we will do it. But I considered it much easier and cleaner to do fd = open("/dev/cpuctlN", O_RDWR); ioctl(fd, CPUCTL_CPUID, &x); if (x.y) ioctl(fd, CPUCTL_WRMSR, ...); close(fd); then fd = open("/dev/cpuctlN", O_RDWR); cpuset(...); /* bind to cpu */ __asm__("cpuid" : =0 (x)); if (x.y) ioctl(fd, CPUCTL_WRMSR, ...); cpuset(...); /* restore prev mask */ close(fd); -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080808/70d7aceb/attachment.pgp From stas at FreeBSD.org Fri Aug 8 19:17:44 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Fri Aug 8 19:18:13 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <20080808185133.GG97161@deviant.kiev.zoral.com.ua> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081251.17686.jhb@freebsd.org> <20080808181052.GF97161@deviant.kiev.zoral.com.ua> <200808081427.42536.jhb@freebsd.org> <20080808185133.GG97161@deviant.kiev.zoral.com.ua> Message-ID: <20080808232107.8889c5b2.stas@FreeBSD.org> On Fri, 8 Aug 2008 21:51:33 +0300 Kostik Belousov mentioned: > > > > You can achieve that now with cpuset. :) (See my ping-pong test program > > recently which used cpuid to fetch the APIC ID to test for ping-ponging in > > the scheduler.) > > If this is a backout request (for cpuid functionality) then we will do it. > > But I considered it much easier and cleaner to do > fd = open("/dev/cpuctlN", O_RDWR); > ioctl(fd, CPUCTL_CPUID, &x); > if (x.y) > ioctl(fd, CPUCTL_WRMSR, ...); > close(fd); > then > fd = open("/dev/cpuctlN", O_RDWR); > cpuset(...); /* bind to cpu */ > __asm__("cpuid" : =0 (x)); > if (x.y) > ioctl(fd, CPUCTL_WRMSR, ...); > cpuset(...); /* restore prev mask */ > close(fd); > One of the reasons to leave the cpuid functionality, present in sysutils/devcpu, in cpuctl(4) was the fact, the software that is supposed to use wrmsr/rdmsr calls, also usually perform cpuid checks as well, and it will be clean to provide access to all of this via a single interface. -- Stanislav Sedov ST4096-RIPE -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080808/a26b2d17/attachment.pgp From jhb at freebsd.org Fri Aug 8 19:25:21 2008 From: jhb at freebsd.org (John Baldwin) Date: Fri Aug 8 19:25:28 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <20080808185133.GG97161@deviant.kiev.zoral.com.ua> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081427.42536.jhb@freebsd.org> <20080808185133.GG97161@deviant.kiev.zoral.com.ua> Message-ID: <200808081459.54735.jhb@freebsd.org> On Friday 08 August 2008 02:51:33 pm Kostik Belousov wrote: > On Fri, Aug 08, 2008 at 02:27:42PM -0400, John Baldwin wrote: > > On Friday 08 August 2008 02:10:52 pm Kostik Belousov wrote: > > > On Fri, Aug 08, 2008 at 12:51:17PM -0400, John Baldwin wrote: > > > > On Friday 08 August 2008 12:26:53 pm Stanislav Sedov wrote: > > > > > stas 2008-08-08 16:26:53 UTC > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > share/man/man4 Makefile > > > > > sys/amd64/amd64 support.S > > > > > sys/amd64/conf NOTES > > > > > sys/amd64/include cpufunc.h specialreg.h > > > > > sys/conf files.amd64 files.i386 > > > > > sys/i386/conf NOTES > > > > > sys/i386/i386 support.s > > > > > sys/i386/include cpufunc.h specialreg.h > > > > > sys/modules Makefile > > > > > sys/sys priv.h > > > > > usr.sbin Makefile > > > > > Added files: > > > > > share/man/man4 cpuctl.4 > > > > > sys/dev/cpuctl cpuctl.c > > > > > sys/modules/cpuctl Makefile > > > > > sys/sys cpuctl.h > > > > > usr.sbin/cpucontrol Makefile amd.c amd.h cpucontrol.8 > > > > > cpucontrol.c cpucontrol.h intel.c intel.h > > > > > Log: > > > > > SVN rev 181430 on 2008-08-08 16:26:53Z by stas > > > > > > > > > > - Add cpuctl(4) pseudo-device driver to provide access to some > > low-level > > > > > features of CPUs like reading/writing machine-specific registers, > > > > > retrieving cpuid data, and updating microcode. > > > > > - Add cpucontrol(8) utility, that provides userland access to > > > > > the features of cpuctl(4). > > > > > - Add subsequent manpages. > > > > > > > > > > The cpuctl(4) device operates as follows. The pseudo-device node > > cpuctlX > > > > > is created for each cpu present in the systems. The pseudo-device > > minor > > > > > number corresponds to the cpu number in the system. The cpuctl(4) > > pseudo- > > > > > device allows a number of ioctl to be preformed, namely > > RDMSR/WRMSR/CPUID > > > > > and UPDATE. The first pair alows the caller to read/write > > machine-specific > > > > > registers from the correspondent CPU. cpuid data could be retrieved > > using > > > > > the CPUID call, and microcode updates are applied via UPDATE. > > > > > > > > > > The permissions are inforced based on the pseudo-device file > > permissions. > > > > > RDMSR/CPUID will be allowed when the caller has read access to the > > device > > > > > node, while WRMSR/UPDATE will be granted only when the node is opened > > > > > for writing. There're also a number of priv(9) checks. > > > > > > > > > > The cpucontrol(8) utility is intened to provide userland access to > > > > > the cpuctl(4) device features. The utility also allows one to apply > > > > > cpu microcode updates. > > > > > > > > > > Currently only Intel and AMD cpus are supported and were tested. > > > > > > > > Note that cpuid isn't a privileged instruction, so I'm not sure it's > > really > > > > worth having an ioctl for that particular case. > > > > > > It was discussed when patch was reviewed on current@. The ioctl allows > > > to get cpuid information for specific processor, as opposed to some > > > random core curthread happens to run ATM. > > > > You can achieve that now with cpuset. :) (See my ping-pong test program > > recently which used cpuid to fetch the APIC ID to test for ping-ponging in > > the scheduler.) > > If this is a backout request (for cpuid functionality) then we will do it. > > But I considered it much easier and cleaner to do > fd = open("/dev/cpuctlN", O_RDWR); > ioctl(fd, CPUCTL_CPUID, &x); > if (x.y) > ioctl(fd, CPUCTL_WRMSR, ...); > close(fd); > then > fd = open("/dev/cpuctlN", O_RDWR); > cpuset(...); /* bind to cpu */ > __asm__("cpuid" : =0 (x)); > if (x.y) > ioctl(fd, CPUCTL_WRMSR, ...); > cpuset(...); /* restore prev mask */ > close(fd); You can leave it. It is useful to specify the CPU I suppose. -- John Baldwin From ache at nagual.pp.ru Fri Aug 8 19:31:23 2008 From: ache at nagual.pp.ru (Andrey Chernov) Date: Fri Aug 8 19:31:29 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <86myjnerqr.fsf@ds4.des.no> References: <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> <489B81AC.8090508@FreeBSD.org> <20080808.002150.-1037138460.imp@bsdimp.com> <20080808063208.GA51624@nagual.pp.ru> <86myjnerqr.fsf@ds4.des.no> Message-ID: <20080808193109.GA70187@nagual.pp.ru> On Fri, Aug 08, 2008 at 12:16:44PM +0200, Dag-Erling Sm??rgrav wrote: > > 1) PRNG is not crypto. > > Stop spewing nonsense. Do you have enough education to determene what is nonsense and what is not here? For example I have master degree in mathematics. > PRNG and crypto are inseparable. Well separable areas. Various PRNGs can be used in or choosed by crypto. But no crypto in PRNG itself. > In addition, > as you very well know, this PRNG is actually the keystream generator for > the RC4 stream cipher. Yes, I know. And what? Crypto uses math intensively, not PRNGs only, hashes etc. To confirm my words, OpenBSD uses ar4random() almost everywhere in the tree, especially after realizing "modulo bias" bug, and use it as "plain" PRNG even in simplest non-crypto areas. -- http://ache.pp.ru/ From jhb at FreeBSD.org Fri Aug 8 19:39:20 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 8 19:39:32 2008 Subject: cvs commit: src/sys/boot/i386/btx/btx btx.S Message-ID: <200808081939.m78JdHf6025051@repoman.freebsd.org> jhb 2008-08-08 19:39:11 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.S Log: SVN rev 181433 on 2008-08-08 19:39:11Z by jhb Fix the hangs reported with the real mode BTX: - I had errantly assumed that all user requests should run with interrupts enabled. User requests for software interrupts, however, need to disable interrupts (and tracing) just like hardware interrupts. - Disable alignment checking when emulating a hardware interrupt as well (based on the description of the real mode operation of the 'INT' instruction in the IA-32 manuals). - Use constants for fields in %eflags. Tested by: bz MFC after: 3 days Revision Changes Path 1.47 +22 -11 src/sys/boot/i386/btx/btx/btx.S From rwatson at FreeBSD.org Fri Aug 8 19:41:20 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Fri Aug 8 19:41:33 2008 Subject: cvs commit: src/share/man/man9 Makefile rwlock.9 Message-ID: <200808081941.m78JfJtn025305@repoman.freebsd.org> rwatson 2008-08-08 19:41:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man9 Makefile rwlock.9 Log: SVN rev 181434 on 2008-08-08 19:41:11Z by rwatson Merge r177846 from head to stable/7: Add manpages for rw_try_rlock() and rw_try_wlock() functions. Discussed with: attilio, jhb Revision Changes Path 1.310.2.4 +2 -0 src/share/man/man9/Makefile 1.10.2.2 +19 -1 src/share/man/man9/rwlock.9 From jhb at FreeBSD.org Fri Aug 8 19:42:00 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 8 19:42:06 2008 Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/gptboot gptboot.c src/sys/boot/i386/loader main.c src/sys/boot/pc98/loader main.c Message-ID: <200808081942.m78Jg0ei025441@repoman.freebsd.org> jhb 2008-08-08 19:41:20 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot2.c sys/boot/i386/gptboot gptboot.c sys/boot/i386/loader main.c sys/boot/pc98/loader main.c Log: SVN rev 181436 on 2008-08-08 19:41:20Z by jhb - Initialize the vm86 structure to a known-good state. Specifically, always set the %eflags used during a BIOS call via BTX to 0x202. Previously the flags field was uninitialized garbage, and thus it was "random" if interrupts were enabled or not during BIOS calls. - Use constants from for fields in %eflags. MFC after: 3 days Revision Changes Path 1.88 +4 -2 src/sys/boot/i386/boot2/boot2.c 1.88 +4 -2 src/sys/boot/i386/gptboot/gptboot.c 1.42 +5 -0 src/sys/boot/i386/loader/main.c 1.26 +5 -0 src/sys/boot/pc98/loader/main.c From jhb at FreeBSD.org Fri Aug 8 20:40:51 2008 From: jhb at FreeBSD.org (John Baldwin) Date: Fri Aug 8 20:40:57 2008 Subject: cvs commit: src/sys/pci agp_i810.c Message-ID: <200808082040.m78KepoX031604@repoman.freebsd.org> jhb 2008-08-08 20:40:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci agp_i810.c Log: SVN rev 181437 on 2008-08-08 20:40:35Z by jhb MFC: Fix PCI ID for 945GME and enable Q35/G33/Q33. Revision Changes Path 1.41.2.4 +1 -3 src/sys/pci/agp_i810.c From cperciva at FreeBSD.org Fri Aug 8 20:42:52 2008 From: cperciva at FreeBSD.org (Colin Percival) Date: Fri Aug 8 20:42:58 2008 Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200808082042.m78Kgp8i031761@repoman.freebsd.org> cperciva 2008-08-08 20:42:42 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: SVN rev 181438 on 2008-08-08 20:42:42Z by cperciva Remove variables which are assigned values and never used thereafter. Found by: LLVM/Clang Static Checker Approved by: jasone Revision Changes Path 1.174 +1 -5 src/lib/libc/stdlib/malloc.c From dwmalone at maths.tcd.ie Fri Aug 8 20:43:33 2008 From: dwmalone at maths.tcd.ie (David Malone) Date: Fri Aug 8 20:43:39 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <20080808.002150.-1037138460.imp@bsdimp.com> References: <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> <489B81AC.8090508@FreeBSD.org> <20080808.002150.-1037138460.imp@bsdimp.com> Message-ID: <20080808204329.GA64169@walton.maths.tcd.ie> On Fri, Aug 08, 2008 at 12:21:50AM -0600, M. Warner Losh wrote: > This does beg the question why we need cryptographically secure > randomness for fortune, however... I seem to remember us catching a /dev/random related bug because fortune displayed the same quote too often. Something to do with seeding maybe? David. From ache at nagual.pp.ru Fri Aug 8 21:00:19 2008 From: ache at nagual.pp.ru (Andrey Chernov) Date: Fri Aug 8 21:00:26 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <20080808204329.GA64169@walton.maths.tcd.ie> References: <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> <489B81AC.8090508@FreeBSD.org> <20080808.002150.-1037138460.imp@bsdimp.com> <20080808204329.GA64169@walton.maths.tcd.ie> Message-ID: <20080808210012.GA71737@nagual.pp.ru> On Fri, Aug 08, 2008 at 09:43:29PM +0100, David Malone wrote: > On Fri, Aug 08, 2008 at 12:21:50AM -0600, M. Warner Losh wrote: > > This does beg the question why we need cryptographically secure > > randomness for fortune, however... > > I seem to remember us catching a /dev/random related bug because > fortune displayed the same quote too often. Something to do with > seeding maybe? It was random kernel module bug fixed long time ago (perhaps due to furtune help :) Speking in general, now even in the situation when absolutely no random enthropy available at the call moment (very unlikely because of disks or net etc. activity), kernel PRNG seeded with time, so plays not worse that old time+getpid seeding used everywhere counting the fact that pids are sequentual during the boot so it is better not relay on them. -- http://ache.pp.ru/ From peter at wemm.org Fri Aug 8 21:02:22 2008 From: peter at wemm.org (Peter Wemm) Date: Fri Aug 8 21:02:34 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <200808081459.54735.jhb@freebsd.org> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081427.42536.jhb@freebsd.org> <20080808185133.GG97161@deviant.kiev.zoral.com.ua> <200808081459.54735.jhb@freebsd.org> Message-ID: On Fri, Aug 8, 2008 at 11:59 AM, John Baldwin wrote: > On Friday 08 August 2008 02:51:33 pm Kostik Belousov wrote: >> On Fri, Aug 08, 2008 at 02:27:42PM -0400, John Baldwin wrote: >> > On Friday 08 August 2008 02:10:52 pm Kostik Belousov wrote: >> > > On Fri, Aug 08, 2008 at 12:51:17PM -0400, John Baldwin wrote: >> > > > On Friday 08 August 2008 12:26:53 pm Stanislav Sedov wrote: >> > > > > stas 2008-08-08 16:26:53 UTC >> > > > > >> > > > > FreeBSD src repository >> > > > > >> > > > > Modified files: >> > > > > share/man/man4 Makefile >> > > > > sys/amd64/amd64 support.S >> > > > > sys/amd64/conf NOTES >> > > > > sys/amd64/include cpufunc.h specialreg.h >> > > > > sys/conf files.amd64 files.i386 >> > > > > sys/i386/conf NOTES >> > > > > sys/i386/i386 support.s >> > > > > sys/i386/include cpufunc.h specialreg.h >> > > > > sys/modules Makefile >> > > > > sys/sys priv.h >> > > > > usr.sbin Makefile >> > > > > Added files: >> > > > > share/man/man4 cpuctl.4 >> > > > > sys/dev/cpuctl cpuctl.c >> > > > > sys/modules/cpuctl Makefile >> > > > > sys/sys cpuctl.h >> > > > > usr.sbin/cpucontrol Makefile amd.c amd.h cpucontrol.8 >> > > > > cpucontrol.c cpucontrol.h intel.c intel.h >> > > > > Log: >> > > > > SVN rev 181430 on 2008-08-08 16:26:53Z by stas >> > > > > >> > > > > - Add cpuctl(4) pseudo-device driver to provide access to some >> > low-level >> > > > > features of CPUs like reading/writing machine-specific > registers, >> > > > > retrieving cpuid data, and updating microcode. >> > > > > - Add cpucontrol(8) utility, that provides userland access to >> > > > > the features of cpuctl(4). >> > > > > - Add subsequent manpages. >> > > > > >> > > > > The cpuctl(4) device operates as follows. The pseudo-device node >> > cpuctlX >> > > > > is created for each cpu present in the systems. The pseudo-device >> > minor >> > > > > number corresponds to the cpu number in the system. The cpuctl(4) >> > pseudo- >> > > > > device allows a number of ioctl to be preformed, namely >> > RDMSR/WRMSR/CPUID >> > > > > and UPDATE. The first pair alows the caller to read/write >> > machine-specific >> > > > > registers from the correspondent CPU. cpuid data could be > retrieved >> > using >> > > > > the CPUID call, and microcode updates are applied via UPDATE. >> > > > > >> > > > > The permissions are inforced based on the pseudo-device file >> > permissions. >> > > > > RDMSR/CPUID will be allowed when the caller has read access to the >> > device >> > > > > node, while WRMSR/UPDATE will be granted only when the node is > opened >> > > > > for writing. There're also a number of priv(9) checks. >> > > > > >> > > > > The cpucontrol(8) utility is intened to provide userland access to >> > > > > the cpuctl(4) device features. The utility also allows one to > apply >> > > > > cpu microcode updates. >> > > > > >> > > > > Currently only Intel and AMD cpus are supported and were tested. >> > > > >> > > > Note that cpuid isn't a privileged instruction, so I'm not sure it's >> > really >> > > > worth having an ioctl for that particular case. >> > > >> > > It was discussed when patch was reviewed on current@. The ioctl allows >> > > to get cpuid information for specific processor, as opposed to some >> > > random core curthread happens to run ATM. >> > >> > You can achieve that now with cpuset. :) (See my ping-pong test program >> > recently which used cpuid to fetch the APIC ID to test for ping-ponging in >> > the scheduler.) >> >> If this is a backout request (for cpuid functionality) then we will do it. >> >> But I considered it much easier and cleaner to do >> fd = open("/dev/cpuctlN", O_RDWR); >> ioctl(fd, CPUCTL_CPUID, &x); >> if (x.y) >> ioctl(fd, CPUCTL_WRMSR, ...); >> close(fd); >> then >> fd = open("/dev/cpuctlN", O_RDWR); >> cpuset(...); /* bind to cpu */ >> __asm__("cpuid" : =0 (x)); >> if (x.y) >> ioctl(fd, CPUCTL_WRMSR, ...); >> cpuset(...); /* restore prev mask */ >> close(fd); > > You can leave it. It is useful to specify the CPU I suppose. I just don't think it is particularly useful to add a restriction / priv check for information that is available in an unprivileged fashion by other means. I think the priv check should go away since it doesn't achieve anything. -- 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 kwm at FreeBSD.org Fri Aug 8 21:25:57 2008 From: kwm at FreeBSD.org (Koop Mast) Date: Fri Aug 8 21:26:09 2008 Subject: cvs commit: ports/misc/iso-codes Makefile distinfo pkg-plist Message-ID: <200808082125.m78LPvrp045459@repoman.freebsd.org> kwm 2008-08-08 21:25:57 UTC FreeBSD ports repository Modified files: misc/iso-codes Makefile distinfo pkg-plist Log: Update to 3.2. Take maintainership Revision Changes Path 1.36 +2 -2 ports/misc/iso-codes/Makefile 1.19 +3 -3 ports/misc/iso-codes/distinfo 1.20 +21 -0 ports/misc/iso-codes/pkg-plist From kwm at FreeBSD.org Fri Aug 8 21:27:42 2008 From: kwm at FreeBSD.org (Koop Mast) Date: Fri Aug 8 21:27:53 2008 Subject: cvs commit: ports/www/libepc Makefile distinfo pkg-plist Message-ID: <200808082127.m78LRfxv045604@repoman.freebsd.org> kwm 2008-08-08 21:27:41 UTC FreeBSD ports repository Modified files: www/libepc Makefile distinfo pkg-plist Log: Update to 0.3.5. Revision Changes Path 1.3 +1 -2 ports/www/libepc/Makefile 1.2 +3 -3 ports/www/libepc/distinfo 1.2 +8 -0 ports/www/libepc/pkg-plist From stas at FreeBSD.org Fri Aug 8 21:36:53 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Fri Aug 8 21:36:59 2008 Subject: cvs commit: src/sys/sys param.h Message-ID: <200808082136.m78LaqOZ046399@repoman.freebsd.org> stas 2008-08-08 21:36:49 UTC FreeBSD src repository Modified files: sys/sys param.h Log: SVN rev 181439 on 2008-08-08 21:36:49Z by stas - Bump __FreeBSD_version for cpuctl(4) added. Approved by: kib Revision Changes Path 1.360 +1 -1 src/sys/sys/param.h From stas at FreeBSD.org Fri Aug 8 21:46:46 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Fri Aug 8 21:46:58 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml Message-ID: <200808082146.m78LkkHE047219@repoman.freebsd.org> stas 2008-08-08 21:46:46 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Document the __FreeBSD_version bump after addition of cpuctl(4). Revision Changes Path 1.942 +4 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From des at des.no Fri Aug 8 21:50:25 2008 From: des at des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) Date: Fri Aug 8 21:50:42 2008 Subject: cvs commit: src/games/fortune/strfile strfile.c In-Reply-To: <20080808193109.GA70187@nagual.pp.ru> (Andrey Chernov's message of "Fri, 8 Aug 2008 23:31:10 +0400") References: <489B797F.7020101@FreeBSD.org> <20080807230532.GA42775@nagual.pp.ru> <489B81AC.8090508@FreeBSD.org> <20080808.002150.-1037138460.imp@bsdimp.com> <20080808063208.GA51624@nagual.pp.ru> <86myjnerqr.fsf@ds4.des.no> <20080808193109.GA70187@nagual.pp.ru> Message-ID: <8663qbdvmo.fsf@ds4.des.no> Andrey Chernov writes: > Do you have enough education to determene what is nonsense and what is > not here? For example I have master degree in mathematics. I am *so* impressed. DES -- Dag-Erling Sm?rgrav - des@des.no From stas at FreeBSD.org Fri Aug 8 22:05:02 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Fri Aug 8 22:05:14 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081427.42536.jhb@freebsd.org> <20080808185133.GG97161@deviant.kiev.zoral.com.ua> <200808081459.54735.jhb@freebsd.org> Message-ID: <20080809020838.d63be5da.stas@FreeBSD.org> On Fri, 8 Aug 2008 14:02:19 -0700 "Peter Wemm" mentioned: > > I just don't think it is particularly useful to add a restriction / > priv check for information that is available in an unprivileged > fashion by other means. I think the priv check should go away since > it doesn't achieve anything. > Yeah, that's why cpuctl(4) has priv checks only for wrmsr and update features. Using this checks one can control how much to grant to the root user. -- Stanislav Sedov ST4096-RIPE -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080808/0c6c7767/attachment.pgp From pav at FreeBSD.org Fri Aug 8 22:22:39 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Fri Aug 8 22:22:51 2008 Subject: cvs commit: ports/astro Makefile ports/astro/boinc-milkyway Makefile distinfo pkg-descr pkg-plist ports/astro/boinc-milkyway/files app_info.xml.in pkg-message.in Message-ID: <200808082222.m78MMdIs051203@repoman.freebsd.org> pav 2008-08-08 22:22:39 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/boinc-milkyway Makefile distinfo pkg-descr pkg-plist astro/boinc-milkyway/files app_info.xml.in pkg-message.in Log: Milkyway@home is a research project that uses Internet-connected computers to do research in modeling and determining the evolution of the Milkyway galaxy. WWW: http://milkyway.cs.rpi.edu/milkyway/ Revision Changes Path 1.123 +1 -0 ports/astro/Makefile 1.1 +67 -0 ports/astro/boinc-milkyway/Makefile (new) 1.1 +6 -0 ports/astro/boinc-milkyway/distinfo (new) 1.1 +17 -0 ports/astro/boinc-milkyway/files/app_info.xml.in (new) 1.1 +22 -0 ports/astro/boinc-milkyway/files/pkg-message.in (new) 1.1 +4 -0 ports/astro/boinc-milkyway/pkg-descr (new) 1.1 +4 -0 ports/astro/boinc-milkyway/pkg-plist (new) From miwi at FreeBSD.org Fri Aug 8 22:37:31 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Aug 8 22:37:41 2008 Subject: cvs commit: ports/textproc/soprano Makefile distinfo Message-ID: <200808082237.m78MbUcK052346@repoman.freebsd.org> miwi 2008-08-08 22:37:30 UTC FreeBSD ports repository Modified files: textproc/soprano Makefile distinfo Log: - Update to 2.1.1 - Pass maintainership to kde@ Approved by: arved Revision Changes Path 1.2 +2 -2 ports/textproc/soprano/Makefile 1.2 +3 -3 ports/textproc/soprano/distinfo From peter at wemm.org Fri Aug 8 22:37:54 2008 From: peter at wemm.org (Peter Wemm) Date: Fri Aug 8 22:38:00 2008 Subject: cvs commit: src/share/man/man4 Makefile cpuctl.4 src/sys/amd64/amd64 support.S src/sys/amd64/conf NOTES src/sys/amd64/include cpufunc.h specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/cpuctl cpuctl.c ... In-Reply-To: <20080809020838.d63be5da.stas@FreeBSD.org> References: <200808081631.m78GVG9i088754@repoman.freebsd.org> <200808081427.42536.jhb@freebsd.org> <20080808185133.GG97161@deviant.kiev.zoral.com.ua> <200808081459.54735.jhb@freebsd.org> <20080809020838.d63be5da.stas@FreeBSD.org> Message-ID: On Fri, Aug 8, 2008 at 3:08 PM, Stanislav Sedov wrote: > On Fri, 8 Aug 2008 14:02:19 -0700 > "Peter Wemm" mentioned: > >> >> I just don't think it is particularly useful to add a restriction / >> priv check for information that is available in an unprivileged >> fashion by other means. I think the priv check should go away since >> it doesn't achieve anything. >> > > Yeah, that's why cpuctl(4) has priv checks only for wrmsr and update > features. Using this checks one can control how much to grant to the > root user. Serves me right for responding to what I thought I read vs actually reading the code then.. :) -- 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 miwi at FreeBSD.org Fri Aug 8 22:43:13 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Aug 8 22:43:21 2008 Subject: cvs commit: ports/multimedia/gpodder Makefile distinfo Message-ID: <200808082243.m78MhDWF057192@repoman.freebsd.org> miwi 2008-08-08 22:43:13 UTC FreeBSD ports repository Modified files: multimedia/gpodder Makefile distinfo Log: - Update to 0.12.2 PR: 126372 Submitted by: Chess Griffin (maintainer) Revision Changes Path 1.15 +2 -3 ports/multimedia/gpodder/Makefile 1.9 +3 -3 ports/multimedia/gpodder/distinfo From delphij at FreeBSD.org Fri Aug 8 22:46:21 2008 From: delphij at FreeBSD.org (Xin LI) Date: Fri Aug 8 22:46:32 2008 Subject: cvs commit: src/lib/libc/sys setfib.2 src/sys/sys socket.h Message-ID: <200808082246.m78MkKCc057513@repoman.freebsd.org> delphij 2008-08-08 22:40:04 UTC FreeBSD src repository Modified files: lib/libc/sys setfib.2 sys/sys socket.h Log: SVN rev 181440 on 2008-08-08 22:40:04Z by delphij Add prototype defination for setfib(2) to sys/socket.h. Revision Changes Path 1.4 +2 -1 src/lib/libc/sys/setfib.2 1.102 +1 -0 src/sys/sys/socket.h From miwi at FreeBSD.org Fri Aug 8 22:52:14 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Aug 8 22:52:20 2008 Subject: cvs commit: ports/x11-wm/pekwm Makefile distinfo pkg-descr pkg-plist ports/x11-wm/pekwm/files patch-aa patch-ab patch-data-scripts-pekwm_themeset.sh Message-ID: <200808082252.m78MqDjY058253@repoman.freebsd.org> miwi 2008-08-08 22:52:13 UTC FreeBSD ports repository Modified files: x11-wm/pekwm Makefile distinfo pkg-descr pkg-plist Added files: x11-wm/pekwm/files patch-data-scripts-pekwm_themeset.sh Removed files: x11-wm/pekwm/files patch-aa patch-ab Log: o Update to 0.1.7 o Update maintainer email address Version 0.1.7 contains both bug fixes and new features compared to 0.1.6, most notably: o UTF-8 support, finally non ASCII characters should render ok. o RandR support, multi-screen configuration is now detected and should be handled correctly. o Viewport support removed, it was buggy and not used by many. For a somewhat more complete list of changes see: http://www.pekwm.org/projects/pekwm/wikis/Release-0_1_7 PR: 126318 Submitted by: Martin Tournoij (maintainer) Revision Changes Path 1.28 +12 -10 ports/x11-wm/pekwm/Makefile 1.14 +3 -3 ports/x11-wm/pekwm/distinfo 1.3 +0 -11 ports/x11-wm/pekwm/files/patch-aa (dead) 1.2 +0 -11 ports/x11-wm/pekwm/files/patch-ab (dead) 1.1 +12 -0 ports/x11-wm/pekwm/files/patch-data-scripts-pekwm_themeset.sh (new) 1.6 +1 -1 ports/x11-wm/pekwm/pkg-descr 1.9 +10 -11 ports/x11-wm/pekwm/pkg-plist From des at des.no Fri Aug 8 22:54:38 2008 From: des at des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) Date: Fri Aug 8 22:54:45 2008 Subject: cvs commit: src/share/zoneinfo africa asia europe leapseconds In-Reply-To: <200808080905.26955.jhb@freebsd.org> (John Baldwin's message of "Fri, 8 Aug 2008 09:05:26 -0400") References: <200808080430.m784U0VC086322@repoman.freebsd.org> <200808080905.26955.jhb@freebsd.org> Message-ID: <861w0zdsnn.fsf@ds4.des.no> John Baldwin writes: > FYI, note that if you want, you can do multiple merges into the vendor > area and then just do one merge of all the updates into src/. You > don't have to merge each version individually. It's probably more > work to do so, however. Less work, actually, if you have local modifications, since you only need to merge conflicts once. OpenSSH would have been hell to merge if I had done it one release at a time (I went straight from 4.5 to 5.1) In this case, it made no difference, as the only local modifications we had were manually applied upstream patches which were included in one of the new releases Edwin merged. DES -- Dag-Erling Sm?rgrav - des@des.no From edwin at mavetju.org Fri Aug 8 22:58:07 2008 From: edwin at mavetju.org (Edwin Groothuis) Date: Fri Aug 8 22:58:14 2008 Subject: cvs commit: src/share/zoneinfo africa asia europe leapseconds In-Reply-To: <200808080905.26955.jhb@freebsd.org> References: <200808080430.m784U0VC086322@repoman.freebsd.org> <200808080905.26955.jhb@freebsd.org> Message-ID: <20080808225712.GV3285@k7.mavetju> On Fri, Aug 08, 2008 at 09:05:26AM -0400, John Baldwin wrote: > On Friday 08 August 2008 12:29:39 am Edwin Groothuis wrote: > > edwin 2008-08-08 04:29:39 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/zoneinfo africa asia europe leapseconds > > Log: > > SVN rev 181424 on 2008-08-08 04:29:39Z by edwin > > > > MFV on tzdata2008e: > > > > - Fix dates in 2008/2009 for Africa/Mauritius. > > - Leap second notification for the end of 2008. > > > > Approved by: bde (mentor, implicit), des > > MFC after: 1 week > > FYI, note that if you want, you can do multiple merges into the vendor area > and then just do one merge of all the updates into src/. You don't have to > merge each version individually. It's probably more work to do so, however. The MFCs will be done in one go, this was more an excercise in vendor import and MFVs. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From edwin at FreeBSD.org Fri Aug 8 23:08:13 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Aug 8 23:08:19 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808082308.m78N8CsA060657@repoman.freebsd.org> edwin 2008-08-08 23:08:12 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Friday 08 August 2008 at 23:08 Revision Changes Path 1.20121 +8 -0 CVSROOT/modules From emax at FreeBSD.org Fri Aug 8 23:20:04 2008 From: emax at FreeBSD.org (Maksim Yevmenkin) Date: Fri Aug 8 23:20:11 2008 Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c ng_btsocket_rfcomm.c Message-ID: <200808082320.m78NK4eM061607@repoman.freebsd.org> emax 2008-08-08 23:19:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c ng_btsocket_rfcomm.c Log: SVN rev 181441 on 2008-08-08 23:19:48Z by emax MFC SVN rev 181093 Implement ratelimiting for debug messages. For now, allow at most one message per second. In the future might add a sysctl knob for each socket family to fine tune this. Revision Changes Path 1.23.2.2 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c 1.24.2.2 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c 1.20.2.1 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c 1.26.2.2 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c From emax at FreeBSD.org Fri Aug 8 23:23:53 2008 From: emax at FreeBSD.org (Maksim Yevmenkin) Date: Fri Aug 8 23:24:05 2008 Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c ng_btsocket_rfcomm.c Message-ID: <200808082323.m78NNoOT061937@repoman.freebsd.org> emax 2008-08-08 23:23:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c ng_btsocket_l2cap.c ng_btsocket_l2cap_raw.c ng_btsocket_rfcomm.c Log: SVN rev 181442 on 2008-08-08 23:23:44Z by emax MFC SVN rev 181093 Implement ratelimiting for debug messages. For now, allow at most one message per second. In the future might add a sysctl knob for each socket family to fine tune this. Revision Changes Path 1.17.2.4 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c 1.16.2.3 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c 1.14.2.3 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c 1.17.2.4 +10 -4 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c From marcel at FreeBSD.org Fri Aug 8 23:54:52 2008 From: marcel at FreeBSD.org (Marcel Moolenaar) Date: Fri Aug 8 23:54:59 2008 Subject: cvs commit: src/release/ia64 mkisoimages.sh Message-ID: <200808082354.m78Nspbm064372@repoman.freebsd.org> marcel 2008-08-08 23:54:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/ia64 mkisoimages.sh Log: SVN rev 181443 on 2008-08-08 23:54:46Z by marcel MFC r177991: Increase the size of the EFI system partition from 16M to 20M. Revision Changes Path 1.11.10.1 +1 -1 src/release/ia64/mkisoimages.sh From peterjeremy at optushome.com.au Sat Aug 9 00:13:03 2008 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Sat Aug 9 00:13:15 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <200808081226.32089.jhb@freebsd.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> Message-ID: <20080809001256.GL64458@server.vk2pj.dyndns.org> On 2008-Aug-08 12:26:31 -0400, John Baldwin wrote: >It should be setting D_TRACKCLOSE though so that close() reliably clears the >flag even in single-threaded processes. You can still get odd behavior if >you explicitly open it twice in an app and then close one of the two fd's. >You will no longer have IO permission even though you still have one fd open. >However, if you do that I think you deserve what you asked for. :) That behaviour may be legitimate: Your code links with libraries foo and bar that each independently open /dev/io so they can frob different things in IO space. libfoo needs ongoing access to device foo and so keeps its descriptor open. libbar only needs once-off access to device bar and so closes /dev/io once it's finished its initialisation. Libraries foo and bar are completely independent and shouldn't need to know anything about each other and your app shouldn't need to know that libraries it's using frob around in IO space. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080809/b0f8e47a/attachment.pgp From alfred at freebsd.org Sat Aug 9 00:16:13 2008 From: alfred at freebsd.org (Alfred Perlstein) Date: Sat Aug 9 00:16:24 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <20080809001256.GL64458@server.vk2pj.dyndns.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809001256.GL64458@server.vk2pj.dyndns.org> Message-ID: <20080809001612.GN16977@elvis.mu.org> * Peter Jeremy [080808 17:13] wrote: > On 2008-Aug-08 12:26:31 -0400, John Baldwin wrote: > >It should be setting D_TRACKCLOSE though so that close() reliably clears the > >flag even in single-threaded processes. You can still get odd behavior if > >you explicitly open it twice in an app and then close one of the two fd's. > >You will no longer have IO permission even though you still have one fd open. > >However, if you do that I think you deserve what you asked for. :) > > That behaviour may be legitimate: Your code links with libraries foo and > bar that each independently open /dev/io so they can frob different things > in IO space. libfoo needs ongoing access to device foo and so keeps its > descriptor open. libbar only needs once-off access to device bar and so > closes /dev/io once it's finished its initialisation. Libraries foo and > bar are completely independent and shouldn't need to know anything about > each other and your app shouldn't need to know that libraries it's using > frob around in IO space. Sort of the same problem with sysv style fcntl locks. :( -- - Alfred Perlstein From rpaulo at FreeBSD.org Sat Aug 9 00:30:56 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Sat Aug 9 00:31:02 2008 Subject: cvs commit: src/sys/boot/forth loader.conf Message-ID: <200808090030.m790UqjS068447@repoman.freebsd.org> rpaulo 2008-08-09 00:30:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot/forth loader.conf Log: SVN rev 181444 on 2008-08-09 00:30:46Z by rpaulo MFC r181297: Add coretemp(4) and k8temp(4). Revision Changes Path 1.122.2.3 +2 -0 src/sys/boot/forth/loader.conf From obrien at FreeBSD.org Sat Aug 9 01:19:10 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Sat Aug 9 01:19:22 2008 Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kernel Message-ID: <200808090119.m791JA1F082540@repoman.freebsd.org> obrien 2008-08-09 01:19:00 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d kernel Log: SVN rev 181445 on 2008-08-09 01:19:00Z by obrien Only symlink booted kernel directory to /boot/kernel if user has explicitly requested it. This is too dangerous to just do behind the admin's back. Revision Changes Path 1.339 +1 -0 src/etc/defaults/rc.conf 1.3 +1 -0 src/etc/rc.d/kernel From yongari at FreeBSD.org Sat Aug 9 01:43:00 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Sat Aug 9 01:43:12 2008 Subject: cvs commit: src/sys/conf NOTES Message-ID: <200808090142.m791guLl084450@repoman.freebsd.org> yongari 2008-08-09 01:42:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf NOTES Log: SVN rev 181446 on 2008-08-09 01:42:51Z by yongari MFC r180946, r180981. Add missing jme(4), msk(4), re(4) and stge(4) in NOTES and ensure that LINT builds include these devices. Revision Changes Path 1.1454.2.15 +5 -0 src/sys/conf/NOTES From yongari at FreeBSD.org Sat Aug 9 01:57:13 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Sat Aug 9 01:57:24 2008 Subject: cvs commit: src/sys/conf NOTES Message-ID: <200808090157.m791vCWV085556@repoman.freebsd.org> yongari 2008-08-09 01:57:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf NOTES Log: SVN rev 181447 on 2008-08-09 01:57:09Z by yongari MFC r180946, r180981. Add missing jme(4), msk(4), re(4) and stge(4) in NOTES and ensure that LINT builds include these devices. Revision Changes Path 1.1325.2.44 +5 -0 src/sys/conf/NOTES From yongari at FreeBSD.org Sat Aug 9 02:08:02 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Sat Aug 9 02:08:15 2008 Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h Message-ID: <200808090208.m79282wv087528@repoman.freebsd.org> yongari 2008-08-09 02:07:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/re if_re.c sys/pci if_rlreg.h Log: SVN rev 181448 on 2008-08-09 02:07:30Z by yongari MFC r181270. The number of bits reserved for MSS in RealTek controllers is 11bits. This limits the maximum interface MTU size in TSO case as upper stack should not generate TCP segments with MSS greater than the limit. Armed with this information, disable TSO if interface MTU is greater than the limit. Revision Changes Path 1.95.2.32 +18 -0 src/sys/dev/re/if_re.c 1.67.2.14 +8 -0 src/sys/pci/if_rlreg.h From yongari at FreeBSD.org Sat Aug 9 02:12:04 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Sat Aug 9 02:12:11 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200808090212.m792C4gv087940@repoman.freebsd.org> yongari 2008-08-09 02:11:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/re if_re.c Log: SVN rev 181449 on 2008-08-09 02:11:59Z by yongari MFC r181271. Don't enable TSO by default. Users of RTL8169/8110 reported watchdog timeout issues and the root cause seems to stem from silicon bug of controller. Personally I couldn't reproduce it on RTL8169 controller but it seems it's dependent on usage pattern. For newer PCIe based controllers I have no TSO complaints but turning off TSO would be more safe. Users who are sure that their controller works with TSO can still reenable the TSO with ifconfig(8). Revision Changes Path 1.95.2.33 +7 -0 src/sys/dev/re/if_re.c From yongari at FreeBSD.org Sat Aug 9 02:26:21 2008 From: yongari at FreeBSD.org (Pyun YongHyeon) Date: Sat Aug 9 02:26:32 2008 Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200808090226.m792QK04089094@repoman.freebsd.org> yongari 2008-08-09 02:26:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/re if_re.c Log: SVN rev 181450 on 2008-08-09 02:26:07Z by yongari MFC r181272-r181275. r181272: Use ANSI C declarations for all functions. r181273: Remove register keyword. r181274: Remove return keyword at the end of functions that return void. r181275: Rearrange conditional compilation directives. This makes syntax highlighting work in vim. Revision Changes Path 1.95.2.34 +48 -124 src/sys/dev/re/if_re.c From imp at FreeBSD.org Sat Aug 9 03:37:22 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 9 03:37:28 2008 Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200808090337.m793bMoS095746@repoman.freebsd.org> imp 2008-08-09 03:37:12 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: SVN rev 181451 on 2008-08-09 03:37:12Z by imp While most bridges can bring a card out of reset in 20ms, there are some bridge + card combinations that take longer for reasons unknown. Adjust the timeout to be 100ms on all !RICOH bridges, but leave RICOH at 400ms. The 400ms is "lore" from other open source projects, and I've never see my ricoh bridge chips take this long. Maybe it is the same thing? Maybe a bit should be read instead of a hard-wired pause? After this adjustment, a few cards that I'd insert and get only: cbb0: card_power: 3V cbb0: card_power: 0V with full debugging enabled would actually try to attach. Reported by: sam@ (I think) MFC after: 3 days Revision Changes Path 1.167 +4 -3 src/sys/dev/pccbb/pccbb.c From imp at FreeBSD.org Sat Aug 9 03:54:25 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 9 03:54:36 2008 Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200808090354.m793sPZp097061@repoman.freebsd.org> imp 2008-08-09 03:54:12 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 181452 on 2008-08-09 03:54:12Z by imp Change -1 to 0xfffffffful since the interface returns uint32_t. Revision Changes Path 1.361 +1 -1 src/sys/dev/pci/pci.c From imp at FreeBSD.org Sat Aug 9 04:08:42 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 9 04:08:54 2008 Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200808090408.m7948gQS099289@repoman.freebsd.org> imp 2008-08-09 04:08:36 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: SVN rev 181453 on 2008-08-09 04:08:36Z by imp Rather than waiting a fixed amount of time, which might not be enough and also holds things up, check every 20ms to see if we can read the vendor of device 0.0. It will be 0xffffffff until the card is out of reset. Always wait at least 20ms, for safety. I think this is a better fix to the reset problem. However, I did it as a separate commit in case something bad happens, people can roll back to the commit before this one to see if that gives them reliable behavior. I don't have FreeBSD up on enough machines to do exhaustive testing on all known bridges... Revision Changes Path 1.168 +23 -12 src/sys/dev/pccbb/pccbb.c From brde at optusnet.com.au Sat Aug 9 04:35:57 2008 From: brde at optusnet.com.au (Bruce Evans) Date: Sat Aug 9 04:36:04 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <200808081226.32089.jhb@freebsd.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> Message-ID: <20080809130929.P77335@delplex.bde.org> On Fri, 8 Aug 2008, John Baldwin wrote: > On Friday 08 August 2008 09:43:56 am Ed Schouten wrote: >> ed 2008-08-08 13:43:56 UTC >> >> Apart from this change, I think some fishy things may happen when using >> /dev/io in multithreaded applications. I haven't tested, but looking at >> the code, the flag doesn't get cleared when close() is called from >> another thread, but this may not be this important. Of course it isn't. The flag only gets cleared on last close. Threads probably involve mainly file descriptors, and for file descriptors close() doesn't even reach vn_close() until the fd reference count drops to 0. Then for files, vn_close() normally doesn't reach device close until the file reference count drops to 0. > It should be setting D_TRACKCLOSE though so that close() reliably clears the > flag even in single-threaded processes. You can still get odd behavior if You mean "should _not_ be setting D_TRACKCLOSE", so that close() works normally. close() can never reliably clear the flag, since even vn_close() is not reached after open()/dup()/close() or open()/fork()/close()... > you explicitly open it twice in an app and then close one of the two fd's. > You will no longer have IO permission even though you still have one fd open. > However, if you do that I think you deserve what you asked for. :) You asked for normal last-close behaviour and deserve that not being broken by setting D_TRACKCLOSE. D_TRACKCLOSE allows different handling of non-last closes, but this is rarely wanted, and in theory it allows better determination of last closes, since vfs doesn't count last closes right. However, it is difficult to count last closes right, and most uses of D_TRACKCLOSE handle last closes are worse than vfs: - ast: uses D_TRACKCLOSE to trash (write a filemark) and/or rewind tapes on non-last closes. After the trash and rewind, astclose() uses count_dev() to avoid doing a full hardware close if the device is still open. This involves using count_dev(), but count_dev() is just an interface to the vfs count, so it miscounts in the same way as vfs. In particular, it doesn't count incompleted opens. I don't know if ast's locking is sufficient to prevent close() being called while a new open is in progress. For most devices, it isn't. - drm: it uses its own count of opens and closes, and it doesn't use count_dev(). The own count has some chance of working, but needs delicate locking of device open and device close to prevent them running into each other, and some defense against the vfs bugs which at least used to result in missing and/or extra closes. - smb: like drm, except it limits its own count to 0 or 1 to give half- baked exclusive access (fork() and dup(), etc, still give non-exclusive access). D_TRACKCLOSE thus has no effect except for its interaction with other bugs. - geom: unlike most or all of the others, this may actually need D_TRACKCLOSE, to implement multiple logical drivers per physical device. I don't understand its details. - apm: like drm - bpf: like smb Bruce From itetcu at FreeBSD.org Sat Aug 9 05:19:52 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Sat Aug 9 05:19:59 2008 Subject: cvs commit: ports/www/libepc Makefile distinfo pkg-plist In-Reply-To: <200808082127.m78LRfxv045604@repoman.freebsd.org> References: <200808082127.m78LRfxv045604@repoman.freebsd.org> Message-ID: <20080809081949.0759443d@it.buh.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/libepc-0.3.5.log: building libepc-0.3.5 in directory /var/tinderbox/7-STABLE-FTP maintained by: kwm@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/www/libepc Makefile ident: $FreeBSD: ports/www/libepc/Makefile,v 1.3 2008/08/08 21:27:41 kwm Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Fri Aug 8 21:33:57 UTC 2008 ................................................... cc -DHAVE_CONFIG_H -I. -I/usr/local/include -Wall -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 -DLOCALEDIR=\"/usr/local/share/locale\" -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -DG_LOG_DOMAIN=\"libepc-ui\" -O2 -fno-strict-aliasing -pipe -MT libepc-ui/libepc_ui_libepc_ui_1_0_la-progress-window.lo -MD -MP -MF libepc-ui/.deps/libepc_ui_libepc_ui_1_0_la-progress-window.Tpo -c libepc-ui/progress-window.c -fPIC -DPIC -o libepc-ui/.libs/libepc_ui_libepc_ui_1_0_la-progress-window.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -Wall -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 -DLOCALEDIR=\"/usr/local/share/locale\" -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -DG_LOG_DOMAIN=\"libepc-ui\" -O2 -fno-strict-aliasing -pipe -MT libepc-ui/libepc_ui_libepc_ui_1_0_la-progress-window.lo -MD -MP -MF libepc-ui/.deps/libepc_ui_libepc_ui_1_0_la-progress-window.Tpo -c libepc-ui/progress-window.c -o libepc-ui/libepc_ui_libepc_ui_1_0_la-progress-window.o >/dev/null 2>&1 mv -f libepc-ui/.deps/libepc_ui_libepc_ui_1_0_la-progress-window.Tpo libepc-ui/.deps/libepc_ui_libepc_ui_1_0_la-progress-window.Plo /bin/sh ./libtool --tag=CC --mode=link cc -Wall -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 -DLOCALEDIR=\"/usr/local/share/locale\" -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -DG_LOG_DOMAIN=\"libepc-ui\" -O2 -fno-strict-aliasing -pipe -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -version-info 1:2:0 libepc/libepc-1.0.la -L/usr/local/lib -o libepc-ui/libepc-ui-1.0.la -rpath /usr/local/lib libepc-ui/libepc_ui_libepc_ui_1_0_la-password-d ialog.lo libepc-ui/libepc_ui_libepc_ui_1_0_la-progress-window.lo cc -shared libepc-ui/.libs/libepc_ui_libepc_ui_1_0_la-password-dialog.o libepc-ui/.libs/libepc_ui_libepc_ui_1_0_la-progress-window.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/work/a/ports/www/libepc/work/libepc-0.3.5/libepc/.libs -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libXext.so /usr/local/lib/libXrender.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXdamage.so /usr/local/lib/libcairo.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libfreetype.so -lz /usr/local/lib/libfontconfig.so /usr/local/lib/libX11.so /usr/local/lib/libXfixes.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libiconv.so libe pc/.libs/libepc-1.0.so -pthread -Wl,-soname -Wl,libepc-ui-1.0.so.1 -o libepc-ui/.libs/libepc-ui-1.0.so.1 (cd libepc-ui/.libs && rm -f libepc-ui-1.0.so && ln -s libepc-ui-1.0.so.1 libepc-ui-1.0.so) (cd libepc-ui/.libs && rm -f libepc-ui-1.0.so && ln -s libepc-ui-1.0.so.1 libepc-ui-1.0.so) ar cru libepc-ui/.libs/libepc-ui-1.0.a libepc-ui/libepc_ui_libepc_ui_1_0_la-password-dialog.o libepc-ui/libepc_ui_libepc_ui_1_0_la-progress-window.o ranlib libepc-ui/.libs/libepc-ui-1.0.a creating libepc-ui/libepc-ui-1.0.la (cd libepc-ui/.libs && rm -f libepc-ui-1.0.la && ln -s ../libepc-ui-1.0.la libepc-ui-1.0.la) /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -Wall -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 -DLOCALEDIR=\"/usr/local/share/locale\" -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libsoup-2.4 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -MT tests/tests_libepc_tests_la-framework.lo -MD -MP -MF tests/.deps/tests_libepc_tests_la-framework.Tpo -c -o tests/tests_libepc_tests_la-framework.lo `test -f 'tests/framework.c' || echo './'`tests/framework.c mkdir tests/.libs cc -DHAVE_CONFIG_H -I. -I/usr/local/include -Wall -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1 -DLOCALEDIR=\"/usr/local/share/locale\" -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libsoup-2.4 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -MT tests/tests_libepc_tests_la-framework.lo -MD -MP -MF tests/.deps/tests_libepc_tests_la-framework.Tpo -c tests/framework.c -fPIC -DPIC -o tests/.libs/tests_libepc_tests_la-framework.o In file included from tests/framework.c:28: /usr/include/net/if.h:289: error: field 'ifru_addr' has incomplete type /usr/include/net/if.h:290: error: field 'ifru_dstaddr' has incomplete type /usr/include/net/if.h:291: error: field 'ifru_broadaddr' has incomplete type /usr/include/net/if.h:323: error: field 'ifra_addr' has incomplete type /usr/include/net/if.h:324: error: field 'ifra_broadaddr' has incomplete type /usr/include/net/if.h:325: error: field 'ifra_mask' has incomplete type /usr/include/net/if.h:423: error: field 'addr' has incomplete type /usr/include/net/if.h:424: error: field 'dstaddr' has incomplete type tests/framework.c: In function 'epc_test_list_ifaces': tests/framework.c:148: warning: implicit declaration of function 'socket' tests/framework.c:148: error: 'AF_INET' undeclared (first use in this function) tests/framework.c:148: error: (Each undeclared identifier is reported only once tests/framework.c:148: error: for each function it appears in.) tests/framework.c:148: error: 'SOCK_DGRAM' undeclared (first use in this function) tests/framework.c:197: error: 'struct ifreq' has no member named 'ifr_ifindex' gmake[2]: *** [tests/tests_libepc_tests_la-framework.lo] Error 1 gmake[2]: Leaving directory `/work/a/ports/www/libepc/work/libepc-0.3.5' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/www/libepc/work/libepc-0.3.5' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/www/libepc. ================================================================ build of /usr/ports/www/libepc ended at Fri Aug 8 21:35:44 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 sam at FreeBSD.org Sat Aug 9 05:37:30 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 9 05:37:41 2008 Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c Message-ID: <200808090537.m795bTBH016870@repoman.freebsd.org> sam 2008-08-09 05:37:22 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifieee80211.c Log: SVN rev 181454 on 2008-08-09 05:37:22Z by sam recognize WPS ie's Submitted by: "Chuck Tuffli" MFC after: 1 week Revision Changes Path 1.151 +3 -1 src/sbin/ifconfig/ifconfig.8 1.56 +81 -0 src/sbin/ifconfig/ifieee80211.c From imp at FreeBSD.org Sat Aug 9 05:46:15 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 9 05:46:27 2008 Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c Message-ID: <200808090546.m795kFsp017618@repoman.freebsd.org> imp 2008-08-09 05:46:01 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: SVN rev 181455 on 2008-08-09 05:46:01Z by imp Verify that the WPA flags set are actually compatible with the driver's set of valid flags. Otherwise, wpa_supplicant wouldn't report an error for old wi cards that can't do WPA. Reviewed by: sam@ Revision Changes Path 1.62 +13 -4 src/sys/net80211/ieee80211_ioctl.c From alc at FreeBSD.org Sat Aug 9 05:46:31 2008 From: alc at FreeBSD.org (Alan Cox) Date: Sat Aug 9 05:46:42 2008 Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200808090546.m795kVsS017664@repoman.freebsd.org> alc 2008-08-09 05:46:13 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: SVN rev 181456 on 2008-08-09 05:46:13Z by alc Intel describes the behavior of their processors as "undefined" if two or more mappings to the same physical page have different memory types, i.e., PAT settings. Consequently, if pmap_change_attr() is applied to a virtual address range within the kernel map, then the corresponding ranges of the direct map also need to be changed. Enhance pmap_change_attr() to handle this case automatically. Add a comment describing what pmap_change_attr() does. Discussed with: jhb Revision Changes Path 1.645 +84 -2 src/sys/amd64/amd64/pmap.c From obrien at FreeBSD.org Sat Aug 9 06:35:33 2008 From: obrien at FreeBSD.org (David E. O'Brien) Date: Sat Aug 9 06:35:39 2008 Subject: cvs commit: src/share/man/man5 rc.conf.5 Message-ID: <200808090635.m796ZXWd022596@repoman.freebsd.org> obrien 2008-08-09 06:35:19 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: SVN rev 181457 on 2008-08-09 06:35:19Z by obrien Only symlink booted kernel directory to /boot/kernel if user has explicitly requested it. This is too dangerous to just do behind the admin's back. Revision Changes Path 1.344 +11 -1 src/share/man/man5/rc.conf.5 From dougb at FreeBSD.org Sat Aug 9 07:23:35 2008 From: dougb at FreeBSD.org (Doug Barton) Date: Sat Aug 9 07:23:46 2008 Subject: cvs commit: ports/dns/bind9 distinfo ports/dns/bind94 distinfo ports/dns/bind95 distinfo Message-ID: <200808090723.m797NZod027402@repoman.freebsd.org> dougb 2008-08-09 07:23:35 UTC FreeBSD ports repository Modified files: dns/bind9 distinfo dns/bind94 distinfo dns/bind95 distinfo Log: All -P2 versions now have PGP signatures with ISC's standard signing key. PR: ports/126389 (for bind9) Submitted by: Tsurutani Naoki Revision Changes Path 1.46 +3 -3 ports/dns/bind9/distinfo 1.49 +3 -3 ports/dns/bind94/distinfo 1.51 +3 -3 ports/dns/bind95/distinfo From imp at FreeBSD.org Sat Aug 9 07:41:35 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 9 07:41:46 2008 Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200808090741.m797fZxx028828@repoman.freebsd.org> imp 2008-08-09 07:41:18 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: SVN rev 181458 on 2008-08-09 07:41:18Z by imp After some intial testing, there are even slower cards than the ones that I have. Wait up to 1.1s for the card to become ready. Document what the standards say, and use that to justify the behavior in the code: PCI standard says that a card must respond to configuration cycles within 2^25 cycles after reset goes high, which is approximately 1s. Therefore, give cards a little break and wait for up to 1.1s for VENDOR to become valid. Only look at the vendor part of the ID, since only it can't be 0xffff (although in practice vendor/device will always be != 0xfffffffff). Include detailed pointers to standards so epople understand why we're doing what we're doing and why it just might be OK. Make it clear in the timeout message that it is just a warning, sinc we try to soldier on as best we can anyway. This should eliminate an error message that r181453 produced on certain Atheros cards. Revision Changes Path 1.169 +24 -13 src/sys/dev/pccbb/pccbb.c From miwi at FreeBSD.org Sat Aug 9 07:50:36 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 07:50:43 2008 Subject: cvs commit: ports/Mk bsd.kde4.mk ports/accessibility/kdeaccessibility4 Makefile distinfo pkg-descr pkg-plist ports/devel/kdesdk4 Makefile distinfo pkg-descr pkg-plist ports/deskutils/kdepim4 Makefile distinfo pkg-descr pkg-plist ports/graphics/kdegraphics4 Makefile ... Message-ID: <200808090750.m797oZXD031240@repoman.freebsd.org> miwi 2008-08-09 07:50:35 UTC FreeBSD ports repository Modified files: Mk bsd.kde4.mk accessibility/kdeaccessibility4 Makefile distinfo pkg-descr pkg-plist devel/kdesdk4 Makefile distinfo pkg-descr pkg-plist deskutils/kdepim4 Makefile distinfo pkg-descr pkg-plist graphics/kdegraphics4 Makefile distinfo pkg-descr pkg-plist sysutils/kdeadmin4 Makefile distinfo pkg-descr pkg-plist misc/kdeutils4 Makefile distinfo pkg-descr pkg-plist misc/kde4-xdg-env Makefile pkg-descr misc/kdehier4 Makefile pkg-descr pkg-plist misc/konq-plugins-kde4 Makefile distinfo pkg-descr pkg-plist multimedia/kdemultimedia4 Makefile distinfo pkg-descr pkg-message pkg-plist net/kdenetwork4 Makefile distinfo pkg-descr pkg-plist x11/kdebase4 Makefile distinfo pkg-descr pkg-plist x11/kdebase4-runtime Makefile distinfo pkg-descr pkg-plist x11/kdebase4-workspace Makefile distinfo pkg-descr pkg-plist x11/kdelibs4 Makefile distinfo pkg-descr pkg-plist x11-themes/kdeartwork4 Makefile distinfo pkg-descr pkg-plist x11-themes/kde4-style-polyester Makefile distinfo pkg-descr pkg-plist x11-themes/gtk-qt4-engine Makefile distinfo pkg-descr pkg-plist x11-clocks/kdetoys4 Makefile distinfo pkg-descr pkg-plist www/kdewebdev4 Makefile distinfo pkg-descr pkg-plist german/kde4-l10n Makefile distinfo pkg-descr pkg-plist french/kde4-l10n Makefile distinfo pkg-descr pkg-plist russian/kde4-l10n Makefile distinfo pkg-descr pkg-plist japanese/kde4-l10n Makefile distinfo pkg-descr pkg-plist hungarian/kde4-l10n Makefile distinfo pkg-descr pkg-plist korean/kde4-l10n Makefile distinfo pkg-descr pkg-plist polish/kde4-l10n Makefile distinfo pkg-descr pkg-plist portuguese/kde4-l10n Makefile distinfo pkg-descr pkg-plist portuguese/kde4-l10n-pt_BR Makefile distinfo pkg-descr pkg-plist ukrainian/kde4-l10n Makefile distinfo pkg-descr pkg-plist chinese/kde4-l10n-zh_CN Makefile distinfo pkg-descr pkg-plist chinese/kde4-l10n-zh_TW Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-bg Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-ca Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-cs Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-csb Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-da Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-el Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-en_GB Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-eo Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-es Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-et Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-fi Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-fy Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-ga Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-gl Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-hi Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-it Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-kk Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-km Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-lt Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-lv Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-mk Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nb Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nds Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nl Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nn Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-pa Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-sl Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-sr Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-sv Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-ta Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-th Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-tr Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-wa Makefile distinfo pkg-descr pkg-plist Log: - Force commit: Repocopy KDE3* -> KDE4 Repocopy by: marcus Revision Changes Path 1.77 +1 -1 ports/Mk/bsd.kde4.mk 1.26 +0 -0 ports/accessibility/kdeaccessibility4/Makefile 1.22 +0 -0 ports/accessibility/kdeaccessibility4/distinfo 1.2 +0 -0 ports/accessibility/kdeaccessibility4/pkg-descr 1.12 +0 -0 ports/accessibility/kdeaccessibility4/pkg-plist 1.42 +0 -0 ports/chinese/kde4-l10n-zh_CN/Makefile 1.33 +0 -0 ports/chinese/kde4-l10n-zh_CN/distinfo 1.2 +0 -0 ports/chinese/kde4-l10n-zh_CN/pkg-descr 1.25 +0 -0 ports/chinese/kde4-l10n-zh_CN/pkg-plist 1.42 +0 -0 ports/chinese/kde4-l10n-zh_TW/Makefile 1.29 +0 -0 ports/chinese/kde4-l10n-zh_TW/distinfo 1.2 +0 -0 ports/chinese/kde4-l10n-zh_TW/pkg-descr 1.18 +0 -0 ports/chinese/kde4-l10n-zh_TW/pkg-plist 1.80 +0 -0 ports/deskutils/kdepim4/Makefile 1.38 +0 -0 ports/deskutils/kdepim4/distinfo 1.3 +0 -0 ports/deskutils/kdepim4/pkg-descr 1.33 +0 -0 ports/deskutils/kdepim4/pkg-plist 1.66 +0 -0 ports/devel/kdesdk4/Makefile 1.38 +0 -0 ports/devel/kdesdk4/distinfo 1.2 +0 -0 ports/devel/kdesdk4/pkg-descr 1.27 +0 -0 ports/devel/kdesdk4/pkg-plist 1.39 +0 -0 ports/french/kde4-l10n/Makefile 1.33 +0 -0 ports/french/kde4-l10n/distinfo 1.2 +0 -0 ports/french/kde4-l10n/pkg-descr 1.30 +0 -0 ports/french/kde4-l10n/pkg-plist 1.39 +0 -0 ports/german/kde4-l10n/Makefile 1.33 +0 -0 ports/german/kde4-l10n/distinfo 1.2 +0 -0 ports/german/kde4-l10n/pkg-descr 1.30 +0 -0 ports/german/kde4-l10n/pkg-plist 1.124 +0 -0 ports/graphics/kdegraphics4/Makefile 1.50 +0 -0 ports/graphics/kdegraphics4/distinfo 1.3 +0 -0 ports/graphics/kdegraphics4/pkg-descr 1.41 +0 -0 ports/graphics/kdegraphics4/pkg-plist 1.50 +0 -0 ports/hungarian/kde4-l10n/Makefile 1.39 +0 -0 ports/hungarian/kde4-l10n/distinfo 1.4 +0 -0 ports/hungarian/kde4-l10n/pkg-descr 1.29 +0 -0 ports/hungarian/kde4-l10n/pkg-plist 1.40 +0 -0 ports/japanese/kde4-l10n/Makefile 1.33 +0 -0 ports/japanese/kde4-l10n/distinfo 1.2 +0 -0 ports/japanese/kde4-l10n/pkg-descr 1.24 +0 -0 ports/japanese/kde4-l10n/pkg-plist 1.45 +0 -0 ports/korean/kde4-l10n/Makefile 1.24 +0 -0 ports/korean/kde4-l10n/distinfo 1.2 +0 -0 ports/korean/kde4-l10n/pkg-descr 1.13 +0 -0 ports/korean/kde4-l10n/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-bg/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-bg/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-bg/pkg-descr 1.22 +0 -0 ports/misc/kde4-l10n-bg/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-ca/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-ca/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-ca/pkg-descr 1.31 +0 -0 ports/misc/kde4-l10n-ca/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-cs/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-cs/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-cs/pkg-descr 1.31 +0 -0 ports/misc/kde4-l10n-cs/pkg-plist 1.2 +0 -0 ports/misc/kde4-l10n-csb/Makefile 1.2 +0 -0 ports/misc/kde4-l10n-csb/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-csb/pkg-descr 1.2 +0 -0 ports/misc/kde4-l10n-csb/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-da/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-da/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-da/pkg-descr 1.29 +0 -0 ports/misc/kde4-l10n-da/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-el/Makefile 1.38 +0 -0 ports/misc/kde4-l10n-el/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-el/pkg-descr 1.23 +0 -0 ports/misc/kde4-l10n-el/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-en_GB/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-en_GB/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-en_GB/pkg-descr 1.30 +0 -0 ports/misc/kde4-l10n-en_GB/pkg-plist 1.50 +0 -0 ports/misc/kde4-l10n-eo/Makefile 1.35 +0 -0 ports/misc/kde4-l10n-eo/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-eo/pkg-descr 1.21 +0 -0 ports/misc/kde4-l10n-eo/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-es/Makefile 1.40 +0 -0 ports/misc/kde4-l10n-es/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-es/pkg-descr 1.35 +0 -0 ports/misc/kde4-l10n-es/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-et/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-et/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-et/pkg-descr 1.30 +0 -0 ports/misc/kde4-l10n-et/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-fi/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-fi/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-fi/pkg-descr 1.34 +0 -0 ports/misc/kde4-l10n-fi/pkg-plist 1.10 +0 -0 ports/misc/kde4-l10n-fy/Makefile 1.9 +0 -0 ports/misc/kde4-l10n-fy/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-fy/pkg-descr 1.7 +0 -0 ports/misc/kde4-l10n-fy/pkg-plist 1.10 +0 -0 ports/misc/kde4-l10n-ga/Makefile 1.9 +0 -0 ports/misc/kde4-l10n-ga/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-ga/pkg-descr 1.4 +0 -0 ports/misc/kde4-l10n-ga/pkg-plist 1.25 +0 -0 ports/misc/kde4-l10n-gl/Makefile 1.16 +0 -0 ports/misc/kde4-l10n-gl/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-gl/pkg-descr 1.11 +0 -0 ports/misc/kde4-l10n-gl/pkg-plist 1.25 +0 -0 ports/misc/kde4-l10n-hi/Makefile 1.22 +0 -0 ports/misc/kde4-l10n-hi/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-hi/pkg-descr 1.13 +0 -0 ports/misc/kde4-l10n-hi/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-it/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-it/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-it/pkg-descr 1.33 +0 -0 ports/misc/kde4-l10n-it/pkg-plist 1.8 +0 -0 ports/misc/kde4-l10n-kk/Makefile 1.7 +0 -0 ports/misc/kde4-l10n-kk/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-kk/pkg-descr 1.7 +0 -0 ports/misc/kde4-l10n-kk/pkg-plist 1.10 +0 -0 ports/misc/kde4-l10n-km/Makefile 1.9 +0 -0 ports/misc/kde4-l10n-km/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-km/pkg-descr 1.9 +0 -0 ports/misc/kde4-l10n-km/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-lt/Makefile 1.34 +0 -0 ports/misc/kde4-l10n-lt/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-lt/pkg-descr 1.23 +0 -0 ports/misc/kde4-l10n-lt/pkg-plist 1.55 +0 -0 ports/misc/kde4-l10n-lv/Makefile 1.30 +0 -0 ports/misc/kde4-l10n-lv/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-lv/pkg-descr 1.18 +0 -0 ports/misc/kde4-l10n-lv/pkg-plist 1.27 +0 -0 ports/misc/kde4-l10n-mk/Makefile 1.18 +0 -0 ports/misc/kde4-l10n-mk/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-mk/pkg-descr 1.15 +0 -0 ports/misc/kde4-l10n-mk/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-nb/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-nb/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-nb/pkg-descr 1.27 +0 -0 ports/misc/kde4-l10n-nb/pkg-plist 1.24 +0 -0 ports/misc/kde4-l10n-nds/Makefile 1.21 +0 -0 ports/misc/kde4-l10n-nds/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-nds/pkg-descr 1.18 +0 -0 ports/misc/kde4-l10n-nds/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-nl/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-nl/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-nl/pkg-descr 1.32 +0 -0 ports/misc/kde4-l10n-nl/pkg-plist 1.51 +0 -0 ports/misc/kde4-l10n-nn/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-nn/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-nn/pkg-descr 1.27 +0 -0 ports/misc/kde4-l10n-nn/pkg-plist 1.18 +0 -0 ports/misc/kde4-l10n-pa/Makefile 1.16 +0 -0 ports/misc/kde4-l10n-pa/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-pa/pkg-descr 1.8 +0 -0 ports/misc/kde4-l10n-pa/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-sl/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-sl/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-sl/pkg-descr 1.28 +0 -0 ports/misc/kde4-l10n-sl/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-sr/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-sr/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-sr/pkg-descr 1.28 +0 -0 ports/misc/kde4-l10n-sr/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-sv/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-sv/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-sv/pkg-descr 1.32 +0 -0 ports/misc/kde4-l10n-sv/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-ta/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-ta/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-ta/pkg-descr 1.25 +0 -0 ports/misc/kde4-l10n-ta/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-th/Makefile 1.23 +0 -0 ports/misc/kde4-l10n-th/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-th/pkg-descr 1.18 +0 -0 ports/misc/kde4-l10n-th/pkg-plist 1.49 +0 -0 ports/misc/kde4-l10n-tr/Makefile 1.39 +0 -0 ports/misc/kde4-l10n-tr/distinfo 1.4 +0 -0 ports/misc/kde4-l10n-tr/pkg-descr 1.23 +0 -0 ports/misc/kde4-l10n-tr/pkg-plist 1.2 +0 -0 ports/misc/kde4-l10n-wa/Makefile 1.2 +0 -0 ports/misc/kde4-l10n-wa/distinfo 1.2 +0 -0 ports/misc/kde4-l10n-wa/pkg-descr 1.2 +0 -0 ports/misc/kde4-l10n-wa/pkg-plist 1.6 +0 -0 ports/misc/kde4-xdg-env/Makefile 1.2 +0 -0 ports/misc/kde4-xdg-env/pkg-descr 1.26 +0 -0 ports/misc/kdehier4/Makefile 1.2 +0 -0 ports/misc/kdehier4/pkg-descr 1.14 +0 -0 ports/misc/kdehier4/pkg-plist 1.117 +0 -0 ports/misc/kdeutils4/Makefile 1.54 +0 -0 ports/misc/kdeutils4/distinfo 1.2 +0 -0 ports/misc/kdeutils4/pkg-descr 1.42 +0 -0 ports/misc/kdeutils4/pkg-plist 1.27 +0 -0 ports/misc/konq-plugins-kde4/Makefile 1.20 +0 -0 ports/misc/konq-plugins-kde4/distinfo 1.4 +0 -0 ports/misc/konq-plugins-kde4/pkg-descr 1.21 +0 -0 ports/misc/konq-plugins-kde4/pkg-plist 1.141 +0 -0 ports/multimedia/kdemultimedia4/Makefile 1.52 +0 -0 ports/multimedia/kdemultimedia4/distinfo 1.3 +0 -0 ports/multimedia/kdemultimedia4/pkg-descr 1.5 +0 -0 ports/multimedia/kdemultimedia4/pkg-message 1.44 +0 -0 ports/multimedia/kdemultimedia4/pkg-plist 1.132 +0 -0 ports/net/kdenetwork4/Makefile 1.55 +0 -0 ports/net/kdenetwork4/distinfo 1.6 +0 -0 ports/net/kdenetwork4/pkg-descr 1.57 +0 -0 ports/net/kdenetwork4/pkg-plist 1.54 +0 -0 ports/polish/kde4-l10n/Makefile 1.39 +0 -0 ports/polish/kde4-l10n/distinfo 1.4 +0 -0 ports/polish/kde4-l10n/pkg-descr 1.34 +0 -0 ports/polish/kde4-l10n/pkg-plist 1.51 +0 -0 ports/portuguese/kde4-l10n-pt_BR/Makefile 1.39 +0 -0 ports/portuguese/kde4-l10n-pt_BR/distinfo 1.4 +0 -0 ports/portuguese/kde4-l10n-pt_BR/pkg-descr 1.32 +0 -0 ports/portuguese/kde4-l10n-pt_BR/pkg-plist 1.54 +0 -0 ports/portuguese/kde4-l10n/Makefile 1.39 +0 -0 ports/portuguese/kde4-l10n/distinfo 1.4 +0 -0 ports/portuguese/kde4-l10n/pkg-descr 1.30 +0 -0 ports/portuguese/kde4-l10n/pkg-plist 1.44 +0 -0 ports/russian/kde4-l10n/Makefile 1.33 +0 -0 ports/russian/kde4-l10n/distinfo 1.4 +0 -0 ports/russian/kde4-l10n/pkg-descr 1.30 +0 -0 ports/russian/kde4-l10n/pkg-plist 1.52 +0 -0 ports/sysutils/kdeadmin4/Makefile 1.38 +0 -0 ports/sysutils/kdeadmin4/distinfo 1.2 +0 -0 ports/sysutils/kdeadmin4/pkg-descr 1.22 +0 -0 ports/sysutils/kdeadmin4/pkg-plist 1.40 +0 -0 ports/ukrainian/kde4-l10n/Makefile 1.36 +0 -0 ports/ukrainian/kde4-l10n/distinfo 1.4 +0 -0 ports/ukrainian/kde4-l10n/pkg-descr 1.31 +0 -0 ports/ukrainian/kde4-l10n/pkg-plist 1.64 +0 -0 ports/www/kdewebdev4/Makefile 1.34 +0 -0 ports/www/kdewebdev4/distinfo 1.6 +0 -0 ports/www/kdewebdev4/pkg-descr 1.25 +0 -0 ports/www/kdewebdev4/pkg-plist 1.71 +0 -0 ports/x11-clocks/kdetoys4/Makefile 1.46 +0 -0 ports/x11-clocks/kdetoys4/distinfo 1.5 +0 -0 ports/x11-clocks/kdetoys4/pkg-descr 1.26 +0 -0 ports/x11-clocks/kdetoys4/pkg-plist 1.30 +0 -0 ports/x11-themes/gtk-qt4-engine/Makefile 1.8 +0 -0 ports/x11-themes/gtk-qt4-engine/distinfo 1.5 +0 -0 ports/x11-themes/gtk-qt4-engine/pkg-descr 1.11 +0 -0 ports/x11-themes/gtk-qt4-engine/pkg-plist 1.11 +0 -0 ports/x11-themes/kde4-style-polyester/Makefile 1.8 +0 -0 ports/x11-themes/kde4-style-polyester/distinfo 1.2 +0 -0 ports/x11-themes/kde4-style-polyester/pkg-descr 1.4 +0 -0 ports/x11-themes/kde4-style-polyester/pkg-plist 1.54 +0 -0 ports/x11-themes/kdeartwork4/Makefile 1.36 +0 -0 ports/x11-themes/kdeartwork4/distinfo 1.3 +0 -0 ports/x11-themes/kdeartwork4/pkg-descr 1.27 +0 -0 ports/x11-themes/kdeartwork4/pkg-plist 1.208 +0 -0 ports/x11/kdebase4-runtime/Makefile 1.58 +0 -0 ports/x11/kdebase4-runtime/distinfo 1.6 +0 -0 ports/x11/kdebase4-runtime/pkg-descr 1.74 +0 -0 ports/x11/kdebase4-runtime/pkg-plist 1.208 +0 -0 ports/x11/kdebase4-workspace/Makefile 1.58 +0 -0 ports/x11/kdebase4-workspace/distinfo 1.6 +0 -0 ports/x11/kdebase4-workspace/pkg-descr 1.74 +0 -0 ports/x11/kdebase4-workspace/pkg-plist 1.208 +0 -0 ports/x11/kdebase4/Makefile 1.58 +0 -0 ports/x11/kdebase4/distinfo 1.6 +0 -0 ports/x11/kdebase4/pkg-descr 1.74 +0 -0 ports/x11/kdebase4/pkg-plist 1.226 +0 -0 ports/x11/kdelibs4/Makefile 1.62 +0 -0 ports/x11/kdelibs4/distinfo 1.7 +0 -0 ports/x11/kdelibs4/pkg-descr 1.76 +0 -0 ports/x11/kdelibs4/pkg-plist From marcus at FreeBSD.org Sat Aug 9 07:53:17 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat Aug 9 07:53:28 2008 Subject: cvs commit: ports/security Makefile ports/security/pam_helper Makefile distinfo pkg-descr Message-ID: <200808090753.m797rGLT031476@repoman.freebsd.org> marcus 2008-08-09 07:53:16 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pam_helper Makefile distinfo pkg-descr Log: Add pam_helper, a small utility which allows non-PAM or non-setuid applications to make use of PAM's authentication services. Revision Changes Path 1.989 +1 -0 ports/security/Makefile 1.1 +20 -0 ports/security/pam_helper/Makefile (new) 1.1 +3 -0 ports/security/pam_helper/distinfo (new) 1.1 +5 -0 ports/security/pam_helper/pkg-descr (new) From marcus at FreeBSD.org Sat Aug 9 07:55:22 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat Aug 9 07:55:33 2008 Subject: cvs commit: ports/x11/gnome-screensaver Makefile Message-ID: <200808090755.m797tMQh031702@repoman.freebsd.org> marcus 2008-08-09 07:55:22 UTC FreeBSD ports repository Modified files: x11/gnome-screensaver Makefile Log: Enable PAM support by default, and depend on pam_helper to provide the authentication services. Revision Changes Path 1.37 +6 -10 ports/x11/gnome-screensaver/Makefile From phk at FreeBSD.org Sat Aug 9 09:27:25 2008 From: phk at FreeBSD.org (Poul-Henning Kamp) Date: Sat Aug 9 09:27:31 2008 Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh Message-ID: <200808090927.m799RNMo050482@repoman.freebsd.org> phk 2008-08-09 09:27:06 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181459 on 2008-08-09 09:27:06Z by phk Track /etc/ttys change to uart(4) Revision Changes Path 1.32 +1 -1 src/tools/tools/nanobsd/nanobsd.sh From phk at FreeBSD.org Sat Aug 9 09:28:09 2008 From: phk at FreeBSD.org (Poul-Henning Kamp) Date: Sat Aug 9 09:28:16 2008 Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh Message-ID: <200808090928.m799S9KD050607@repoman.freebsd.org> phk 2008-08-09 09:27:54 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181460 on 2008-08-09 09:27:54Z by phk Add -i option to supress image building. Submitted by: keramida Revision Changes Path 1.33 +10 -2 src/tools/tools/nanobsd/nanobsd.sh From phk at FreeBSD.org Sat Aug 9 09:37:55 2008 From: phk at FreeBSD.org (Poul-Henning Kamp) Date: Sat Aug 9 09:38:02 2008 Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh Message-ID: <200808090937.m799btw9051516@repoman.freebsd.org> phk 2008-08-09 09:37:44 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181461 on 2008-08-09 09:37:44Z by phk Add late customize hook Submitted by: Patrick M. Hausen Sat on for far too long: phk Revision Changes Path 1.34 +25 -0 src/tools/tools/nanobsd/nanobsd.sh From lth at FreeBSD.org Sat Aug 9 10:00:56 2008 From: lth at FreeBSD.org (Lars Thegler) Date: Sat Aug 9 10:01:02 2008 Subject: cvs commit: ports/textproc/p5-UML-Class-Simple Makefile distinfo Message-ID: <200808091000.m79A0t4w053316@repoman.freebsd.org> lth 2008-08-09 10:00:55 UTC FreeBSD ports repository Modified files: textproc/p5-UML-Class-Simple Makefile distinfo Log: Update to 0.12 Revision Changes Path 1.5 +1 -1 ports/textproc/p5-UML-Class-Simple/Makefile 1.3 +3 -3 ports/textproc/p5-UML-Class-Simple/distinfo From lth at FreeBSD.org Sat Aug 9 10:05:45 2008 From: lth at FreeBSD.org (Lars Thegler) Date: Sat Aug 9 10:05:52 2008 Subject: cvs commit: ports/www/p5-POE-Component-Server-SOAP Makefile distinfo Message-ID: <200808091005.m79A5iRF054854@repoman.freebsd.org> lth 2008-08-09 10:05:44 UTC FreeBSD ports repository Modified files: www/p5-POE-Component-Server-SOAP Makefile distinfo Log: Update to 1.13 Revision Changes Path 1.6 +1 -1 ports/www/p5-POE-Component-Server-SOAP/Makefile 1.7 +3 -3 ports/www/p5-POE-Component-Server-SOAP/distinfo From kwm at FreeBSD.org Sat Aug 9 10:06:43 2008 From: kwm at FreeBSD.org (Koop Mast) Date: Sat Aug 9 10:06:54 2008 Subject: cvs commit: ports/www/libepc/files patch-tests_framework.c Message-ID: <200808091006.m79A6gWb054943@repoman.freebsd.org> kwm 2008-08-09 10:06:42 UTC FreeBSD ports repository Added files: www/libepc/files patch-tests_framework.c Log: Add patch I forgot. Reported by: QA tindy Revision Changes Path 1.1 +22 -0 ports/www/libepc/files/patch-tests_framework.c (new) From des at FreeBSD.org Sat Aug 9 10:27:12 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Sat Aug 9 10:27:18 2008 Subject: cvs commit: src/sys/kern subr_sbuf.c src/sys/sys sbuf.h Message-ID: <200808091027.m79ARCNu056583@repoman.freebsd.org> des 2008-08-09 10:26:21 UTC FreeBSD src repository Modified files: sys/kern subr_sbuf.c sys/sys sbuf.h Log: SVN rev 181462 on 2008-08-09 10:26:21Z by des Switch to simplified BSD license (with phk's approval), plus whitespace and style(9) cleanup. Revision Changes Path 1.31 +45 -29 src/sys/kern/subr_sbuf.c 1.15 +18 -16 src/sys/sys/sbuf.h From rwatson at FreeBSD.org Sat Aug 9 10:28:00 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 9 10:28:06 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <20080809001256.GL64458@server.vk2pj.dyndns.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809001256.GL64458@server.vk2pj.dyndns.org> Message-ID: On Sat, 9 Aug 2008, Peter Jeremy wrote: > On 2008-Aug-08 12:26:31 -0400, John Baldwin wrote: >> It should be setting D_TRACKCLOSE though so that close() reliably clears >> the flag even in single-threaded processes. You can still get odd behavior >> if you explicitly open it twice in an app and then close one of the two >> fd's. You will no longer have IO permission even though you still have one >> fd open. However, if you do that I think you deserve what you asked for. :) > > That behaviour may be legitimate: Your code links with libraries foo and > bar that each independently open /dev/io so they can frob different things > in IO space. libfoo needs ongoing access to device foo and so keeps its > descriptor open. libbar only needs once-off access to device bar and so > closes /dev/io once it's finished its initialisation. Libraries foo and bar > are completely independent and shouldn't need to know anything about each > other and your app shouldn't need to know that libraries it's using frob > around in IO space. If that's the view, there should probably be a per-process counter, although this is all a bit tricky anyway since file descriptors and processes have a tenuous relationship. Robert N M Watson Computer Laboratory University of Cambridge From kostikbel at gmail.com Sat Aug 9 10:33:46 2008 From: kostikbel at gmail.com (Kostik Belousov) Date: Sat Aug 9 10:33:57 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809001256.GL64458@server.vk2pj.dyndns.org> Message-ID: <20080809103338.GN97161@deviant.kiev.zoral.com.ua> On Sat, Aug 09, 2008 at 11:27:58AM +0100, Robert Watson wrote: > > On Sat, 9 Aug 2008, Peter Jeremy wrote: > > >On 2008-Aug-08 12:26:31 -0400, John Baldwin wrote: > >>It should be setting D_TRACKCLOSE though so that close() reliably clears > >>the flag even in single-threaded processes. You can still get odd > >>behavior if you explicitly open it twice in an app and then close one of > >>the two fd's. You will no longer have IO permission even though you still > >>have one fd open. However, if you do that I think you deserve what you > >>asked for. :) > > > >That behaviour may be legitimate: Your code links with libraries foo and > >bar that each independently open /dev/io so they can frob different things > >in IO space. libfoo needs ongoing access to device foo and so keeps its > >descriptor open. libbar only needs once-off access to device bar and so > >closes /dev/io once it's finished its initialisation. Libraries foo and > >bar are completely independent and shouldn't need to know anything about > >each other and your app shouldn't need to know that libraries it's using > >frob around in IO space. > > If that's the view, there should probably be a per-process counter, > although this is all a bit tricky anyway since file descriptors and > processes have a tenuous relationship. Another interesting issue is the close on exec, esp. for /dev/io. It seems that Linux recently grown full new API to handle FD_CLOEXEC races, see http://udrepper.livejournal.com/20407.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080809/6a21f982/attachment.pgp From rwatson at FreeBSD.org Sat Aug 9 11:08:43 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sat Aug 9 11:08:55 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <20080809103338.GN97161@deviant.kiev.zoral.com.ua> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809001256.GL64458@server.vk2pj.dyndns.org> <20080809103338.GN97161@deviant.kiev.zoral.com.ua> Message-ID: On Sat, 9 Aug 2008, Kostik Belousov wrote: > On Sat, Aug 09, 2008 at 11:27:58AM +0100, Robert Watson wrote: >> >> On Sat, 9 Aug 2008, Peter Jeremy wrote: >> >>> On 2008-Aug-08 12:26:31 -0400, John Baldwin wrote: >>>> It should be setting D_TRACKCLOSE though so that close() reliably clears >>>> the flag even in single-threaded processes. You can still get odd >>>> behavior if you explicitly open it twice in an app and then close one of >>>> the two fd's. You will no longer have IO permission even though you still >>>> have one fd open. However, if you do that I think you deserve what you >>>> asked for. :) >>> >>> That behaviour may be legitimate: Your code links with libraries foo and >>> bar that each independently open /dev/io so they can frob different things >>> in IO space. libfoo needs ongoing access to device foo and so keeps its >>> descriptor open. libbar only needs once-off access to device bar and so >>> closes /dev/io once it's finished its initialisation. Libraries foo and >>> bar are completely independent and shouldn't need to know anything about >>> each other and your app shouldn't need to know that libraries it's using >>> frob around in IO space. >> >> If that's the view, there should probably be a per-process counter, >> although this is all a bit tricky anyway since file descriptors and >> processes have a tenuous relationship. > > Another interesting issue is the close on exec, esp. for /dev/io. > > It seems that Linux recently grown full new API to handle FD_CLOEXEC races, > see http://udrepper.livejournal.com/20407.html While /dev/io appeals to the UNIX "everything is a file" sensibility, I think the system calls we have for this on i386 are more conceptually coherent. Robert N M Watson Computer Laboratory University of Cambridge From des at FreeBSD.org Sat Aug 9 11:18:43 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Sat Aug 9 11:18:48 2008 Subject: cvs commit: src/lib/libgeom geom_xml2tree.c src/sbin/ifconfig regdomain.c src/sys/dev/acpi_support acpi_asus.c src/sys/dev/led led.c src/sys/geom geom_ccd.c geom_ctl.c geom_disk.c geom_kern.c geom_slice.c geom_subr.c src/sys/geom/concat g_concat.c ... Message-ID: <200808091118.m79BIgXk062073@repoman.freebsd.org> des 2008-08-09 11:14:05 UTC FreeBSD src repository Modified files: lib/libgeom geom_xml2tree.c sbin/ifconfig regdomain.c sys/dev/acpi_support acpi_asus.c sys/dev/led led.c sys/geom geom_ccd.c geom_ctl.c geom_disk.c geom_kern.c geom_slice.c geom_subr.c sys/geom/concat g_concat.c sys/geom/part g_part.c sys/geom/stripe g_stripe.c sys/kern vfs_mount.c sys/security/mac_portacl mac_portacl.c sys/sys sbuf.h tools/regression/geom/ConfCmp ConfCmp.c tools/regression/geom/MdLoad MdLoad.c Log: SVN rev 181463 on 2008-08-09 11:14:05Z by des Add sbuf_new_auto as a shortcut for the very common case of creating a completely dynamic sbuf. Obtained from: Varnish MFC after: 2 weeks Revision Changes Path 1.7 +1 -1 src/lib/libgeom/geom_xml2tree.c 1.3 +1 -1 src/sbin/ifconfig/regdomain.c 1.37 +1 -1 src/sys/dev/acpi_support/acpi_asus.c 1.19 +1 -1 src/sys/dev/led/led.c 1.30 +1 -1 src/sys/geom/concat/g_concat.c 1.156 +2 -2 src/sys/geom/geom_ccd.c 1.40 +1 -1 src/sys/geom/geom_ctl.c 1.106 +1 -1 src/sys/geom/geom_disk.c 1.42 +3 -3 src/sys/geom/geom_kern.c 1.63 +1 -1 src/sys/geom/geom_slice.c 1.97 +2 -2 src/sys/geom/geom_subr.c 1.20 +7 -7 src/sys/geom/part/g_part.c 1.33 +1 -1 src/sys/geom/stripe/g_stripe.c 1.286 +1 -1 src/sys/kern/vfs_mount.c 1.18 +1 -1 src/sys/security/mac_portacl/mac_portacl.c 1.16 +2 -0 src/sys/sys/sbuf.h 1.10 +2 -2 src/tools/regression/geom/ConfCmp/ConfCmp.c 1.2 +1 -1 src/tools/regression/geom/MdLoad/MdLoad.c From des at FreeBSD.org Sat Aug 9 11:29:13 2008 From: des at FreeBSD.org (Dag-Erling Smorgrav) Date: Sat Aug 9 11:29:25 2008 Subject: cvs commit: src/sys/netinet sctp_bsd_addr.c Message-ID: <200808091129.m79BTDhQ062919@repoman.freebsd.org> des 2008-08-09 11:28:57 UTC FreeBSD src repository Modified files: sys/netinet sctp_bsd_addr.c Log: SVN rev 181464 on 2008-08-09 11:28:57Z by des Nit Revision Changes Path 1.23 +1 -2 src/sys/netinet/sctp_bsd_addr.c From peterjeremy at optushome.com.au Sat Aug 9 11:43:13 2008 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Sat Aug 9 11:43:24 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809001256.GL64458@server.vk2pj.dyndns.org> <20080809103338.GN97161@deviant.kiev.zoral.com.ua> Message-ID: <20080809114305.GV64458@server.vk2pj.dyndns.org> On 2008-Aug-09 12:08:42 +0100, Robert Watson wrote: >While /dev/io appeals to the UNIX "everything is a file" sensibility, I think >the system calls we have for this on i386 are more conceptually coherent. IMO, /dev/io is inherently a kludge - it's really more a MAC issue than anything like a file. Whilst you get a FD by opening /dev/io, you never use that FD for anything other than passing to close(2). Instead, you are using a magic side-effect that allows you to execute 'in' and 'out' instructions whilst you hold that FD open. AFAIK, the sole reason for having it appear as a file is that (in the absence of a MAC framework), the filesystem provides the only mechanism for access control. IMHO, /dev/io should be deprecated in favour of something like the MAC framework. (Note that i386_{g,s}et_ioperm(2) are nor suitable in their current form because there is no mechanism for the system administrator to define access controls). -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080809/f522cb70/attachment.pgp From kwm at FreeBSD.org Sat Aug 9 12:25:59 2008 From: kwm at FreeBSD.org (Koop Mast) Date: Sat Aug 9 12:26:10 2008 Subject: cvs commit: ports/deskutils/nautilus-sendto Makefile distinfo Message-ID: <200808091225.m79CPxpd068469@repoman.freebsd.org> kwm 2008-08-09 12:25:59 UTC FreeBSD ports repository Modified files: deskutils/nautilus-sendto Makefile distinfo Log: Update to 1.0.1. Revision Changes Path 1.29 +1 -2 ports/deskutils/nautilus-sendto/Makefile 1.11 +3 -3 ports/deskutils/nautilus-sendto/distinfo From ed at FreeBSD.org Sat Aug 9 12:42:32 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Sat Aug 9 12:42:43 2008 Subject: cvs commit: src/sys/kern kern_descrip.c Message-ID: <200808091242.m79CgVxn069807@repoman.freebsd.org> ed 2008-08-09 12:42:12 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: SVN rev 181465 on 2008-08-09 12:42:12Z by ed Remove unneeded D_NEEDGIANT from /dev/fd/{0,1,2}. There is no reason the fdopen() routine needs Giant. It only sets curthread->td_dupfd, based on the device unit number of the cdev. I guess we won't get massive performance improvements here, but still, I assume we eventually want to get rid of Giant. Revision Changes Path 1.336 +0 -1 src/sys/kern/kern_descrip.c From rafan at FreeBSD.org Sat Aug 9 12:53:04 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Sat Aug 9 12:53:15 2008 Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Base36 Makefile distinfo pkg-descr pkg-plist Message-ID: <200808091253.m79Cr4uf079965@repoman.freebsd.org> rafan 2008-08-09 12:53:04 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Base36 Makefile distinfo pkg-descr pkg-plist Log: This module converts to and from Base36 numbers (0..9 - A..Z) It was created because of an article/challenge in "The Perl Review" WWW: http://search.cpan.org/dist/Math-Base36/ PR: ports/126383 Submitted by: Yi-Hsuan Hsin Revision Changes Path 1.487 +1 -0 ports/math/Makefile 1.1 +21 -0 ports/math/p5-Math-Base36/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Base36/distinfo (new) 1.1 +5 -0 ports/math/p5-Math-Base36/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Math-Base36/pkg-plist (new) From erwin at FreeBSD.org Sat Aug 9 13:57:56 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Sat Aug 9 13:58:02 2008 Subject: cvs commit: ports/net-mgmt/netams Makefile Message-ID: <200808091357.m79DvtRX086159@repoman.freebsd.org> erwin 2008-08-09 13:57:55 UTC FreeBSD ports repository Modified files: net-mgmt/netams Makefile Log: Mark BROKEN on i386 8.x: does not compile. Revision Changes Path 1.23 +2 -0 ports/net-mgmt/netams/Makefile From erwin at FreeBSD.org Sat Aug 9 13:59:55 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Sat Aug 9 14:00:02 2008 Subject: cvs commit: ports/security/oidentd Makefile Message-ID: <200808091359.m79DxtK0086337@repoman.freebsd.org> erwin 2008-08-09 13:59:54 UTC FreeBSD ports repository Modified files: security/oidentd Makefile Log: Mark BROKEN for 8.0: does not build. Revision Changes Path 1.34 +4 -0 ports/security/oidentd/Makefile From chinsan at FreeBSD.org Sat Aug 9 14:00:45 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Aug 9 14:00:51 2008 Subject: cvs commit: ports/chinese/phpbb-tw Makefile Message-ID: <200808091400.m79E0jvj086502@repoman.freebsd.org> chinsan 2008-08-09 14:00:45 UTC FreeBSD ports repository Modified files: chinese/phpbb-tw Makefile Log: - Pass maintainership to last pr submmitter as his request via private mail. Revision Changes Path 1.11 +1 -1 ports/chinese/phpbb-tw/Makefile From erwin at FreeBSD.org Sat Aug 9 14:03:13 2008 From: erwin at FreeBSD.org (Erwin Lansing) Date: Sat Aug 9 14:03:19 2008 Subject: cvs commit: ports/audio/esperanza Makefile Message-ID: <200808091403.m79E3C3d087804@repoman.freebsd.org> erwin 2008-08-09 14:03:12 UTC FreeBSD ports repository Modified files: audio/esperanza Makefile Log: Mark BROKEN: does not build. Revision Changes Path 1.7 +2 -0 ports/audio/esperanza/Makefile From ed at FreeBSD.org Sat Aug 9 14:44:19 2008 From: ed at FreeBSD.org (Ed Schouten) Date: Sat Aug 9 14:44:24 2008 Subject: cvs commit: src/usr.bin/window :tt :tty :var :ww Message-ID: <200808091444.m79EiIjJ091534@repoman.freebsd.org> ed 2008-08-09 14:44:04 UTC FreeBSD src repository Removed files: usr.bin/window :tt :tty :var :ww Log: SVN rev 181466 on 2008-08-09 14:44:04Z by ed Delete unused files in the window(1) directory that contain a colon. During the import of the 4.4BSD Lite sources, four files got added to the repository called :tt, :tty, :var and :ww. They seem to contain some kind of debug information. These files aren't used/installed anywhere. Unfortunately the colons in the filenames prevents us from checking out the source tree on file systems that don't support colons (such as FAT). Just remove these unneeded files to keep SVN happy. Reported by: Rohit Tripathi MFC after: 3 days Revision Changes Path 1.2 +0 -11 src/usr.bin/window/:tt (dead) 1.2 +0 -6 src/usr.bin/window/:tty (dead) 1.2 +0 -2 src/usr.bin/window/:var (dead) 1.2 +0 -19 src/usr.bin/window/:ww (dead) From philip at FreeBSD.org Sat Aug 9 14:53:18 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Sat Aug 9 14:53:30 2008 Subject: cvs commit: src/sys/conf files.i386 src/sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/glxsb Makefile Message-ID: <200808091453.m79ErIuP092318@repoman.freebsd.org> philip 2008-08-09 14:52:31 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/conf NOTES sys/modules Makefile Added files: sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c sys/modules/glxsb Makefile Log: SVN rev 181467 on 2008-08-09 14:52:31Z by philip Add glxsb(4) driver for the Security Block in AMD Geode LX processors (as found in Soekris hardware, for instance). The hardware supports acceleration of AES-128-CBC accessible through crypto(4) and supplies entropy to random(4). TODO: o Implement rndtest(4) support o Performance enhancements Submitted by: Patrick Lamaizière Reviewed by: jhb, sam MFC after: 1 week Revision Changes Path 1.602 +2 -0 src/sys/conf/files.i386 1.1 +958 -0 src/sys/dev/glxsb/glxsb.c (new) 1.1 +57 -0 src/sys/dev/glxsb/glxsb.h (new) 1.1 +183 -0 src/sys/dev/glxsb/glxsb_hash.c (new) 1.1261 +6 -0 src/sys/i386/conf/NOTES 1.583 +2 -0 src/sys/modules/Makefile 1.1 +9 -0 src/sys/modules/glxsb/Makefile (new) From philip at FreeBSD.org Sat Aug 9 14:54:23 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Sat Aug 9 14:54:34 2008 Subject: cvs commit: src/share/man/man4/man4.i386 Makefile glxsb.4 Message-ID: <200808091454.m79EsMPQ092414@repoman.freebsd.org> philip 2008-08-09 14:54:19 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile Added files: share/man/man4/man4.i386 glxsb.4 Log: SVN rev 181468 on 2008-08-09 14:54:19Z by philip Add the glxsb(4) manual page. Submitted by: Patrick Lamaizière MFC after: 1 week Revision Changes Path 1.189 +1 -0 src/share/man/man4/man4.i386/Makefile 1.1 +97 -0 src/share/man/man4/man4.i386/glxsb.4 (new) From philip at FreeBSD.org Sat Aug 9 15:10:09 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Sat Aug 9 15:10:22 2008 Subject: cvs commit: src/share/man/man4/man4.i386 glxsb.4 Message-ID: <200808091510.m79FA8ue094805@repoman.freebsd.org> philip 2008-08-09 15:09:51 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 glxsb.4 Log: SVN rev 181469 on 2008-08-09 15:09:51Z by philip Typo: glxsb(4) was imported to FreeBSD 8.0, not 7.0. Spotted by: kib Revision Changes Path 1.2 +1 -1 src/share/man/man4/man4.i386/glxsb.4 From imp at FreeBSD.org Sat Aug 9 15:55:25 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 9 15:55:36 2008 Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200808091555.m79FtO20098417@repoman.freebsd.org> imp 2008-08-09 15:55:10 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: SVN rev 181470 on 2008-08-09 15:55:10Z by imp It turns out that checking the first DWORD register is more reliable on a variety of cards. Adjust the comments accordingly to match the code. Even if the vendor chose 0xffff for the device ID, the vendor ID can't be 0xffff, so the test is still valid from a standards perspective. Revision Changes Path 1.170 +17 -15 src/sys/dev/pccbb/pccbb.c From phk at phk.freebsd.dk Sat Aug 9 16:10:45 2008 From: phk at phk.freebsd.dk (Poul-Henning Kamp) Date: Sat Aug 9 16:10:56 2008 Subject: cvs commit: src/sys/conf files.i386 src/sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/glxsb Makefile In-Reply-To: Your message of "Sat, 09 Aug 2008 14:52:31 GMT." <200808091453.m79ErIuP092318@repoman.freebsd.org> Message-ID: <97980.1218298242@critter.freebsd.dk> In message <200808091453.m79ErIuP092318@repoman.freebsd.org>, Philip Paeps writ es: >philip 2008-08-09 14:52:31 UTC > > Add glxsb(4) driver for the Security Block in AMD Geode LX processors (as > found in Soekris hardware, for instance). The hardware supports acceleration > of AES-128-CBC accessible through crypto(4) and supplies entropy to random(4). > > TODO: > > o Implement rndtest(4) support Just for the record: I think it is important that we have a test-program that checks that these hardware assisted crypto algorithms actually do the right thing. I would really hate if people found out that they had been using the ROT52 algorithm due to some silly bug we don't notice along the way. It doesn't have to be very advanced, just run a couple of the standard test-vectors to see that the result is correct. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From miwi at FreeBSD.org Sat Aug 9 16:39:30 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 16:39:42 2008 Subject: cvs commit: ports/misc/kde4-l10n Makefile pkg-descr Message-ID: <200808091639.m79GdT9G003318@repoman.freebsd.org> miwi 2008-08-09 16:39:29 UTC FreeBSD ports repository Modified files: misc/kde4-l10n Makefile pkg-descr Log: - Force commit kde3-i18n -> kde4-l10n Revision Changes Path 1.52 +0 -0 ports/misc/kde4-l10n/Makefile 1.4 +0 -0 ports/misc/kde4-l10n/pkg-descr From ivoras at FreeBSD.org Sat Aug 9 16:47:41 2008 From: ivoras at FreeBSD.org (Ivan Voras) Date: Sat Aug 9 16:47:47 2008 Subject: cvs commit: src/sbin/geom/class/virstor geom_virstor.c Message-ID: <200808091647.m79GleQk014329@repoman.freebsd.org> ivoras 2008-08-09 16:47:30 UTC FreeBSD src repository Modified files: sbin/geom/class/virstor geom_virstor.c Log: SVN rev 181471 on 2008-08-09 16:47:30Z by ivoras Clean up of dead code and possible unassigned variable usage. Found by: LLVM/Clang Static Checker Approved by: gnn (mentor) Revision Changes Path 1.3 +7 -3 src/sbin/geom/class/virstor/geom_virstor.c From miwi at FreeBSD.org Sat Aug 9 16:52:28 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 16:52:42 2008 Subject: cvs commit: ports/Mk bsd.kde4.mk bsd.port.mk ports/accessibility Makefile ports/accessibility/kdeaccessibility4 Makefile distinfo pkg-descr pkg-plist ports/chinese Makefile ports/chinese/kde4-l10n-zh_CN Makefile distinfo pkg-descr ... Message-ID: <200808091652.m79GqSOg017641@repoman.freebsd.org> miwi 2008-08-09 16:52:28 UTC FreeBSD ports repository Modified files: Mk bsd.kde4.mk bsd.port.mk accessibility Makefile accessibility/kdeaccessibility4 Makefile distinfo pkg-descr pkg-plist chinese Makefile chinese/kde4-l10n-zh_CN Makefile distinfo pkg-descr pkg-plist chinese/kde4-l10n-zh_TW Makefile distinfo pkg-descr pkg-plist databases Makefile deskutils Makefile deskutils/kdepim4 Makefile distinfo pkg-descr pkg-plist devel Makefile devel/kdesdk4 Makefile distinfo pkg-plist french Makefile french/kde4-l10n Makefile distinfo pkg-descr pkg-plist games/kdegames4 Makefile distinfo pkg-plist german Makefile german/kde4-l10n Makefile distinfo pkg-plist graphics Makefile graphics/kdegraphics4 Makefile distinfo pkg-descr pkg-plist hungarian Makefile hungarian/kde4-l10n Makefile distinfo pkg-descr pkg-plist japanese Makefile japanese/kde4-l10n Makefile distinfo pkg-descr pkg-plist korean Makefile korean/kde4-l10n Makefile distinfo pkg-descr pkg-plist misc Makefile misc/kde4-l10n Makefile misc/kde4-l10n-bg Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-ca Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-cs Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-csb Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-da Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-el Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-en_GB Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-eo Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-es Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-et Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-fi Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-fy Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-ga Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-gl Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-hi Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-it Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-kk Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-km Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-lt Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-lv Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-mk Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nb Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nds Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nl Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-nn Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-pa Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-sl Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-sr Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-sv Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-ta Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-th Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-tr Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-wa Makefile distinfo pkg-descr pkg-plist misc/kde4-xdg-env Makefile misc/kde4-xdg-env/files xdg-env.sh.in misc/kdeedu4 Makefile distinfo pkg-descr pkg-plist misc/kdehier4 Makefile pkg-descr pkg-plist misc/kdehier4/files dirlist make-plist.sh misc/kdeutils4 Makefile distinfo pkg-plist multimedia Makefile multimedia/kdemultimedia4 Makefile distinfo pkg-descr pkg-plist net Makefile net/kdenetwork4 Makefile distinfo pkg-descr pkg-plist polish Makefile polish/kde4-l10n Makefile distinfo pkg-descr pkg-plist portuguese Makefile portuguese/kde4-l10n Makefile distinfo pkg-descr pkg-plist portuguese/kde4-l10n-pt_BR Makefile distinfo pkg-descr pkg-plist russian Makefile russian/kde4-l10n Makefile distinfo pkg-descr pkg-plist sysutils/kdeadmin4 Makefile distinfo pkg-descr pkg-plist textproc Makefile ukrainian Makefile ukrainian/kde4-l10n Makefile distinfo pkg-descr pkg-plist www Makefile www/kdewebdev4 Makefile distinfo pkg-descr pkg-plist x11 Makefile x11/kde4 Makefile x11/kdebase4 Makefile distinfo pkg-plist x11/kdebase4-runtime Makefile distinfo pkg-descr pkg-plist x11/kdebase4-runtime/files patch-khelpcenter_searchhandlers-khc_mansearch.pl x11/kdebase4-workspace Makefile distinfo pkg-descr pkg-plist x11/kdebase4-workspace/files kdm.in x11/kdelibs4 Makefile distinfo pkg-plist x11-clocks Makefile x11-clocks/kdetoys4 Makefile distinfo pkg-descr pkg-plist x11-themes Makefile x11-themes/kdeartwork4 Makefile distinfo pkg-plist Added files: databases/akonadi Makefile distinfo pkg-descr pkg-plist deskutils/kdepimlibs4 Makefile distinfo pkg-descr pkg-plist deskutils/kdeplasma-addons Makefile distinfo pkg-descr pkg-plist devel/automoc4 Makefile distinfo pkg-descr pkg-plist graphics/kdegraphics4/files patch-kamera-config-kamera.h misc/kde4-l10n/files bsd.l10n.mk misc/kde4-l10n-ku Makefile distinfo pkg-descr pkg-plist misc/kde4-l10n-ml Makefile distinfo pkg-descr pkg-plist misc/kde4-shared-mime-info Makefile pkg-descr pkg-plist misc/kdehier4/files mtree-dirlist multimedia/kdemultimedia4/files patch-CMakeLists.txt patch-doc-CMakeLists.txt multimedia/phonon Makefile distinfo pkg-descr pkg-plist multimedia/phonon/files patch-CMakeLists.txt pkg-message.in textproc/ebook-tools Makefile distinfo pkg-descr pkg-plist x11/kdebase4-workspace/files patch-kcontrol-keyboard-kcmmisc.cpp patch-kdm-kfrontend-CMakeLists.txt patch-kdm_config.def patch-ksmserver_fadeeffect.cpp patch-ksysguard-gui-SystemLoad.sgrd patch-ksysguard-gui-ksgrd-SensorManager.cc patch-ksysguard-ksysguardd-FreeBSD-CPU.c patch-ksysguard-ksysguardd-FreeBSD-CPU.h patch-kwin-kcmkwin-kwinrules_ruleswidget.cpp patch-libs-ksysguard-processcore-processes_freebsd_p.cpp patch-libs-ksysguard-processui_CMakeLists.txt patch-libs-ksysguard_CMakeLists.txt patch-plasma-applets-systemtray_systemtraywidget.cpp x11/kdelibs4/files patch-FindKDE4Internal.cmake patch-KDE4Defaults.cmake patch-cmake-modules-FindGettext.cmake patch-cmake-modules-FindQCA2.cmake patch-kio-kio-kdirwatch.cpp patch-kpty-kptydevice.cpp x11/qimageblitz Makefile distinfo pkg-descr pkg-plist Removed files: devel/kdesdk4/files patch-scripts_cvs2dist patch-scripts_package_crystalsvg games/kdegames4/files deck_freebsd.desktop deck_freebsd.png graphics/kdegraphics4/files patch-post-3.5.8-kdegraphics-kpdf.diff misc/kdeedu4/files patch-kstars_kstars_tools_planetviewer.cpp misc/kdeutils4/files patch-configure patch-kdelirc_irkick-klircclient.cpp patch-ksim_monitors_filesystem-filesystemstats.cpp multimedia/kdemultimedia4 pkg-message multimedia/kdemultimedia4/files patch-audiofile_artsplugin_audiofilearts.idl patch-configure.in patch-kioslave_audiocd_plugins_flac_encoderflac.cpp patch-kioslave_audiocd_plugins_lame-encoderlame.cpp patch-kmix_mixer_oss.cpp patch-kscd_libwm_include-wm_config.h net/kdenetwork4/files patch-configure sysutils/kdeadmin4/files patch-knetworkconf_backends-Makefile.in x11/kde4 Makefile.kde pkg-plist x11/kde4/files extrapatch-configure extrapatch-old_configure post-configure-message x11/kde4/scripts configure.kde3 x11/kdebase4/files extrapatch-kioslave_media_mediamanager-halbackend.cpp extrapatch-kioslave_media_mediamanager-halbackend.h freebsd.keytab kdm.in patch-configure patch-kcontrol_kcontrol-Makefile.in patch-kdeprint_descriptions_Makefile.in patch-kdesu_kdesu-kdesu.cpp patch-kdm-config.def patch-kdm-kfrontend-Makefile.in patch-khelpcenter_searchhandlers-khc_mansearch.pl patch-kioslave_media_mediamanager-fstabbackend.cpp patch-kwin_Makefile.in pkg-deinstall.in pkg-install.in pkg-message.in x11/kdebase4-runtime/files extrapatch-kioslave_media_mediamanager-halbackend.cpp extrapatch-kioslave_media_mediamanager-halbackend.h freebsd.keytab kdm.in patch-configure patch-kcontrol_kcontrol-Makefile.in patch-kdeprint_descriptions_Makefile.in patch-kdesu_kdesu-kdesu.cpp patch-kdm-config.def patch-kdm-kfrontend-Makefile.in patch-kioslave_media_mediamanager-fstabbackend.cpp patch-kwin_Makefile.in pkg-deinstall.in pkg-install.in pkg-message.in x11/kdebase4-workspace/files extrapatch-kioslave_media_mediamanager-halbackend.cpp extrapatch-kioslave_media_mediamanager-halbackend.h freebsd.keytab patch-configure patch-kcontrol_kcontrol-Makefile.in patch-kdeprint_descriptions_Makefile.in patch-kdesu_kdesu-kdesu.cpp patch-kdm-config.def patch-kdm-kfrontend-Makefile.in patch-khelpcenter_searchhandlers-khc_mansearch.pl patch-kioslave_media_mediamanager-fstabbackend.cpp patch-kwin_Makefile.in pkg-deinstall.in pkg-install.in pkg-message.in x11/kdelibs4/files patch-CVE-2006-4811 patch-kcmshell-Makefile.in patch-kdecore-kpty.cpp patch-kdecore-kstartupinfo.cpp patch-kdeprint_cups_cupsdconf2 patch-kdeprint_cups_kmcupsmanager.cpp patch-kdeui-kactionclasses.cpp patch-kinit-start_kdeinit_wrapper.c patch-kioslave_http-http.cc patch-mimetypes_application-Makefile.in Log: The KDE FreeBSD team is proud to announce the release of KDE 4.1.0 for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun! Revision Changes Path 1.78 +113 -133 ports/Mk/bsd.kde4.mk 1.601 +15 -2 ports/Mk/bsd.port.mk 1.21 +1 -0 ports/accessibility/Makefile 1.27 +15 -13 ports/accessibility/kdeaccessibility4/Makefile 1.23 +3 -3 ports/accessibility/kdeaccessibility4/distinfo 1.3 +1 -1 ports/accessibility/kdeaccessibility4/pkg-descr 1.13 +534 -1421 ports/accessibility/kdeaccessibility4/pkg-plist 1.268 +2 -0 ports/chinese/Makefile 1.43 +7 -7 ports/chinese/kde4-l10n-zh_CN/Makefile 1.34 +3 -3 ports/chinese/kde4-l10n-zh_CN/distinfo 1.3 +2 -2 ports/chinese/kde4-l10n-zh_CN/pkg-descr 1.26 +30 -557 ports/chinese/kde4-l10n-zh_CN/pkg-plist 1.43 +7 -7 ports/chinese/kde4-l10n-zh_TW/Makefile 1.30 +3 -3 ports/chinese/kde4-l10n-zh_TW/distinfo 1.3 +2 -2 ports/chinese/kde4-l10n-zh_TW/pkg-descr 1.19 +30 -595 ports/chinese/kde4-l10n-zh_TW/pkg-plist 1.704 +1 -0 ports/databases/Makefile 1.1 +62 -0 ports/databases/akonadi/Makefile (new) 1.1 +3 -0 ports/databases/akonadi/distinfo (new) 1.1 +25 -0 ports/databases/akonadi/pkg-descr (new) 1.1 +41 -0 ports/databases/akonadi/pkg-plist (new) 1.333 +4 -0 ports/deskutils/Makefile 1.81 +34 -48 ports/deskutils/kdepim4/Makefile 1.39 +3 -3 ports/deskutils/kdepim4/distinfo 1.4 +7 -3 ports/deskutils/kdepim4/pkg-descr 1.34 +879 -2024 ports/deskutils/kdepim4/pkg-plist 1.1 +38 -0 ports/deskutils/kdepimlibs4/Makefile (new) 1.1 +3 -0 ports/deskutils/kdepimlibs4/distinfo (new) 1.1 +11 -0 ports/deskutils/kdepimlibs4/pkg-descr (new) 1.1 +893 -0 ports/deskutils/kdepimlibs4/pkg-plist (new) 1.1 +27 -0 ports/deskutils/kdeplasma-addons/Makefile (new) 1.1 +3 -0 ports/deskutils/kdeplasma-addons/distinfo (new) 1.1 +3 -0 ports/deskutils/kdeplasma-addons/pkg-descr (new) 1.1 +208 -0 ports/deskutils/kdeplasma-addons/pkg-plist (new) 1.3167 +2 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/automoc4/Makefile (new) 1.1 +3 -0 ports/devel/automoc4/distinfo (new) 1.1 +3 -0 ports/devel/automoc4/pkg-descr (new) 1.1 +5 -0 ports/devel/automoc4/pkg-plist (new) 1.67 +19 -49 ports/devel/kdesdk4/Makefile 1.39 +3 -3 ports/devel/kdesdk4/distinfo 1.2 +0 -8 ports/devel/kdesdk4/files/patch-scripts_cvs2dist (dead) 1.2 +0 -8 ports/devel/kdesdk4/files/patch-scripts_package_crystalsvg (dead) 1.28 +506 -745 ports/devel/kdesdk4/pkg-plist 1.60 +1 -0 ports/french/Makefile 1.40 +11 -19 ports/french/kde4-l10n/Makefile 1.34 +3 -3 ports/french/kde4-l10n/distinfo 1.3 +1 -1 ports/french/kde4-l10n/pkg-descr 1.31 +296 -954 ports/french/kde4-l10n/pkg-plist 1.103 +13 -36 ports/games/kdegames4/Makefile 1.54 +3 -3 ports/games/kdegames4/distinfo 1.2 +0 -60 ports/games/kdegames4/files/deck_freebsd.desktop (dead) 1.2 +0 -57 ports/games/kdegames4/files/deck_freebsd.png (dead) 1.38 +982 -1919 ports/games/kdegames4/pkg-plist 1.66 +1 -0 ports/german/Makefile 1.40 +10 -18 ports/german/kde4-l10n/Makefile 1.34 +3 -3 ports/german/kde4-l10n/distinfo 1.31 +402 -895 ports/german/kde4-l10n/pkg-plist 1.1171 +1 -0 ports/graphics/Makefile 1.125 +32 -57 ports/graphics/kdegraphics4/Makefile 1.51 +3 -3 ports/graphics/kdegraphics4/distinfo 1.1 +11 -0 ports/graphics/kdegraphics4/files/patch-kamera-config-kamera.h (new) 1.2 +0 -643 ports/graphics/kdegraphics4/files/patch-post-3.5.8-kdegraphics-kpdf.diff (dead) 1.4 +1 -1 ports/graphics/kdegraphics4/pkg-descr 1.42 +416 -1183 ports/graphics/kdegraphics4/pkg-plist 1.19 +1 -0 ports/hungarian/Makefile 1.51 +11 -19 ports/hungarian/kde4-l10n/Makefile 1.40 +3 -3 ports/hungarian/kde4-l10n/distinfo 1.5 +1 -1 ports/hungarian/kde4-l10n/pkg-descr 1.30 +228 -461 ports/hungarian/kde4-l10n/pkg-plist 1.690 +1 -0 ports/japanese/Makefile 1.41 +11 -19 ports/japanese/kde4-l10n/Makefile 1.34 +3 -3 ports/japanese/kde4-l10n/distinfo 1.3 +1 -1 ports/japanese/kde4-l10n/pkg-descr 1.25 +214 -281 ports/japanese/kde4-l10n/pkg-plist 1.134 +1 -0 ports/korean/Makefile 1.46 +11 -19 ports/korean/kde4-l10n/Makefile 1.25 +3 -3 ports/korean/kde4-l10n/distinfo 1.3 +1 -1 ports/korean/kde4-l10n/pkg-descr 1.14 +167 -243 ports/korean/kde4-l10n/pkg-plist 1.880 +41 -0 ports/misc/Makefile 1.50 +11 -19 ports/misc/kde4-l10n-bg/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-bg/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-bg/pkg-descr 1.23 +92 -283 ports/misc/kde4-l10n-bg/pkg-plist 1.52 +11 -19 ports/misc/kde4-l10n-ca/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-ca/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-ca/pkg-descr 1.32 +240 -753 ports/misc/kde4-l10n-ca/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-cs/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-cs/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-cs/pkg-descr 1.32 +134 -316 ports/misc/kde4-l10n-cs/pkg-plist 1.3 +10 -18 ports/misc/kde4-l10n-csb/Makefile 1.3 +3 -3 ports/misc/kde4-l10n-csb/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-csb/pkg-descr 1.3 +121 -56 ports/misc/kde4-l10n-csb/pkg-plist 1.50 +10 -18 ports/misc/kde4-l10n-da/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-da/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-da/pkg-descr 1.30 +233 -834 ports/misc/kde4-l10n-da/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-el/Makefile 1.39 +3 -3 ports/misc/kde4-l10n-el/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-el/pkg-descr 1.24 +201 -259 ports/misc/kde4-l10n-el/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-en_GB/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-en_GB/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-en_GB/pkg-descr 1.31 +132 -417 ports/misc/kde4-l10n-en_GB/pkg-plist 1.51 +11 -19 ports/misc/kde4-l10n-eo/Makefile 1.36 +3 -3 ports/misc/kde4-l10n-eo/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-eo/pkg-descr 1.22 +109 -203 ports/misc/kde4-l10n-eo/pkg-plist 1.52 +11 -19 ports/misc/kde4-l10n-es/Makefile 1.41 +3 -3 ports/misc/kde4-l10n-es/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-es/pkg-descr 1.36 +416 -1943 ports/misc/kde4-l10n-es/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-et/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-et/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-et/pkg-descr 1.31 +266 -755 ports/misc/kde4-l10n-et/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-fi/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-fi/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-fi/pkg-descr 1.35 +163 -299 ports/misc/kde4-l10n-fi/pkg-plist 1.11 +11 -19 ports/misc/kde4-l10n-fy/Makefile 1.10 +3 -3 ports/misc/kde4-l10n-fy/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-fy/pkg-descr 1.8 +43 -150 ports/misc/kde4-l10n-fy/pkg-plist 1.11 +11 -19 ports/misc/kde4-l10n-ga/Makefile 1.10 +3 -3 ports/misc/kde4-l10n-ga/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-ga/pkg-descr 1.5 +204 -266 ports/misc/kde4-l10n-ga/pkg-plist 1.26 +11 -19 ports/misc/kde4-l10n-gl/Makefile 1.17 +3 -3 ports/misc/kde4-l10n-gl/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-gl/pkg-descr 1.12 +313 -262 ports/misc/kde4-l10n-gl/pkg-plist 1.26 +11 -19 ports/misc/kde4-l10n-hi/Makefile 1.23 +3 -3 ports/misc/kde4-l10n-hi/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-hi/pkg-descr 1.14 +200 -233 ports/misc/kde4-l10n-hi/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-it/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-it/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-it/pkg-descr 1.34 +344 -988 ports/misc/kde4-l10n-it/pkg-plist 1.9 +11 -19 ports/misc/kde4-l10n-kk/Makefile 1.8 +3 -3 ports/misc/kde4-l10n-kk/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-kk/pkg-descr 1.8 +71 -221 ports/misc/kde4-l10n-kk/pkg-plist 1.11 +11 -19 ports/misc/kde4-l10n-km/Makefile 1.10 +3 -3 ports/misc/kde4-l10n-km/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-km/pkg-descr 1.10 +183 -297 ports/misc/kde4-l10n-km/pkg-plist 1.1 +21 -0 ports/misc/kde4-l10n-ku/Makefile (new) 1.1 +3 -0 ports/misc/kde4-l10n-ku/distinfo (new) 1.1 +3 -0 ports/misc/kde4-l10n-ku/pkg-descr (new) 1.1 +228 -0 ports/misc/kde4-l10n-ku/pkg-plist (new) 1.50 +11 -19 ports/misc/kde4-l10n-lt/Makefile 1.35 +3 -3 ports/misc/kde4-l10n-lt/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-lt/pkg-descr 1.24 +136 -270 ports/misc/kde4-l10n-lt/pkg-plist 1.56 +11 -19 ports/misc/kde4-l10n-lv/Makefile 1.31 +3 -3 ports/misc/kde4-l10n-lv/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-lv/pkg-descr 1.19 +302 -124 ports/misc/kde4-l10n-lv/pkg-plist 1.28 +11 -19 ports/misc/kde4-l10n-mk/Makefile 1.19 +3 -3 ports/misc/kde4-l10n-mk/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-mk/pkg-descr 1.16 +96 -275 ports/misc/kde4-l10n-mk/pkg-plist 1.1 +21 -0 ports/misc/kde4-l10n-ml/Makefile (new) 1.1 +3 -0 ports/misc/kde4-l10n-ml/distinfo (new) 1.1 +3 -0 ports/misc/kde4-l10n-ml/pkg-descr (new) 1.1 +201 -0 ports/misc/kde4-l10n-ml/pkg-plist (new) 1.52 +11 -19 ports/misc/kde4-l10n-nb/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-nb/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-nb/pkg-descr 1.28 +241 -258 ports/misc/kde4-l10n-nb/pkg-plist 1.25 +11 -19 ports/misc/kde4-l10n-nds/Makefile 1.22 +3 -3 ports/misc/kde4-l10n-nds/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-nds/pkg-descr 1.19 +275 -266 ports/misc/kde4-l10n-nds/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-nl/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-nl/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-nl/pkg-descr 1.33 +205 -938 ports/misc/kde4-l10n-nl/pkg-plist 1.52 +11 -19 ports/misc/kde4-l10n-nn/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-nn/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-nn/pkg-descr 1.28 +246 -214 ports/misc/kde4-l10n-nn/pkg-plist 1.19 +11 -19 ports/misc/kde4-l10n-pa/Makefile 1.17 +3 -3 ports/misc/kde4-l10n-pa/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-pa/pkg-descr 1.9 +153 -251 ports/misc/kde4-l10n-pa/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-sl/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-sl/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-sl/pkg-descr 1.29 +173 -435 ports/misc/kde4-l10n-sl/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-sr/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-sr/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-sr/pkg-descr 1.29 +378 -439 ports/misc/kde4-l10n-sr/pkg-plist 1.50 +12 -20 ports/misc/kde4-l10n-sv/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-sv/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-sv/pkg-descr 1.33 +497 -1204 ports/misc/kde4-l10n-sv/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-ta/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-ta/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-ta/pkg-descr 1.26 +95 -256 ports/misc/kde4-l10n-ta/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-th/Makefile 1.24 +3 -3 ports/misc/kde4-l10n-th/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-th/pkg-descr 1.19 +154 -202 ports/misc/kde4-l10n-th/pkg-plist 1.50 +11 -19 ports/misc/kde4-l10n-tr/Makefile 1.40 +3 -3 ports/misc/kde4-l10n-tr/distinfo 1.5 +1 -1 ports/misc/kde4-l10n-tr/pkg-descr 1.24 +201 -318 ports/misc/kde4-l10n-tr/pkg-plist 1.3 +11 -19 ports/misc/kde4-l10n-wa/Makefile 1.3 +3 -3 ports/misc/kde4-l10n-wa/distinfo 1.3 +1 -1 ports/misc/kde4-l10n-wa/pkg-descr 1.3 +107 -69 ports/misc/kde4-l10n-wa/pkg-plist 1.53 +22 -28 ports/misc/kde4-l10n/Makefile 1.1 +11 -0 ports/misc/kde4-l10n/files/bsd.l10n.mk (new) 1.1 +48 -0 ports/misc/kde4-shared-mime-info/Makefile (new) 1.1 +2 -0 ports/misc/kde4-shared-mime-info/pkg-descr (new) 1.1 +38 -0 ports/misc/kde4-shared-mime-info/pkg-plist (new) 1.7 +7 -12 ports/misc/kde4-xdg-env/Makefile 1.5 +6 -6 ports/misc/kde4-xdg-env/files/xdg-env.sh.in 1.41 +44 -39 ports/misc/kdeedu4/Makefile 1.32 +3 -3 ports/misc/kdeedu4/distinfo 1.2 +0 -11 ports/misc/kdeedu4/files/patch-kstars_kstars_tools_planetviewer.cpp (dead) 1.3 +1 -3 ports/misc/kdeedu4/pkg-descr 1.28 +3014 -1375 ports/misc/kdeedu4/pkg-plist 1.27 +25 -7 ports/misc/kdehier4/Makefile 1.13 +424 -44 ports/misc/kdehier4/files/dirlist 1.2 +9 -3 ports/misc/kdehier4/files/make-plist.sh 1.1 +471 -0 ports/misc/kdehier4/files/mtree-dirlist (new) 1.3 +1 -1 ports/misc/kdehier4/pkg-descr 1.15 +2004 -225 ports/misc/kdehier4/pkg-plist 1.118 +23 -39 ports/misc/kdeutils4/Makefile 1.55 +3 -3 ports/misc/kdeutils4/distinfo 1.2 +0 -92 ports/misc/kdeutils4/files/patch-configure (dead) 1.3 +0 -20 ports/misc/kdeutils4/files/patch-kdelirc_irkick-klircclient.cpp (dead) 1.2 +0 -46 ports/misc/kdeutils4/files/patch-ksim_monitors_filesystem-filesystemstats.cpp (dead) 1.43 +192 -442 ports/misc/kdeutils4/pkg-plist 1.269 +2 -0 ports/multimedia/Makefile 1.142 +21 -58 ports/multimedia/kdemultimedia4/Makefile 1.53 +3 -3 ports/multimedia/kdemultimedia4/distinfo 1.1 +19 -0 ports/multimedia/kdemultimedia4/files/patch-CMakeLists.txt (new) 1.2 +0 -9 ports/multimedia/kdemultimedia4/files/patch-audiofile_artsplugin_audiofilearts.idl (dead) 1.2 +0 -52 ports/multimedia/kdemultimedia4/files/patch-configure.in (dead) 1.1 +13 -0 ports/multimedia/kdemultimedia4/files/patch-doc-CMakeLists.txt (new) 1.2 +0 -30 ports/multimedia/kdemultimedia4/files/patch-kioslave_audiocd_plugins_flac_encoderflac.cpp (dead) 1.2 +0 -20 ports/multimedia/kdemultimedia4/files/patch-kioslave_audiocd_plugins_lame-encoderlame.cpp (dead) 1.2 +0 -21 ports/multimedia/kdemultimedia4/files/patch-kmix_mixer_oss.cpp (dead) 1.2 +0 -11 ports/multimedia/kdemultimedia4/files/patch-kscd_libwm_include-wm_config.h (dead) 1.4 +1 -2 ports/multimedia/kdemultimedia4/pkg-descr 1.6 +0 -27 ports/multimedia/kdemultimedia4/pkg-message (dead) 1.45 +118 -1151 ports/multimedia/kdemultimedia4/pkg-plist 1.1 +39 -0 ports/multimedia/phonon/Makefile (new) 1.1 +3 -0 ports/multimedia/phonon/distinfo (new) 1.1 +21 -0 ports/multimedia/phonon/files/patch-CMakeLists.txt (new) 1.1 +10 -0 ports/multimedia/phonon/files/pkg-message.in (new) 1.1 +1 -0 ports/multimedia/phonon/pkg-descr (new) 1.1 +97 -0 ports/multimedia/phonon/pkg-plist (new) 1.2027 +1 -0 ports/net/Makefile 1.133 +25 -50 ports/net/kdenetwork4/Makefile 1.56 +3 -3 ports/net/kdenetwork4/distinfo 1.4 +0 -23 ports/net/kdenetwork4/files/patch-configure (dead) 1.7 +1 -6 ports/net/kdenetwork4/pkg-descr 1.58 +952 -394 ports/net/kdenetwork4/pkg-plist 1.25 +1 -0 ports/polish/Makefile 1.55 +11 -19 ports/polish/kde4-l10n/Makefile 1.40 +3 -3 ports/polish/kde4-l10n/distinfo 1.5 +1 -1 ports/polish/kde4-l10n/pkg-descr 1.35 +203 -1483 ports/polish/kde4-l10n/pkg-plist 1.24 +2 -0 ports/portuguese/Makefile 1.52 +11 -19 ports/portuguese/kde4-l10n-pt_BR/Makefile 1.40 +3 -3 ports/portuguese/kde4-l10n-pt_BR/distinfo 1.5 +1 -1 ports/portuguese/kde4-l10n-pt_BR/pkg-descr 1.33 +313 -927 ports/portuguese/kde4-l10n-pt_BR/pkg-plist 1.55 +11 -19 ports/portuguese/kde4-l10n/Makefile 1.40 +3 -3 ports/portuguese/kde4-l10n/distinfo 1.5 +1 -1 ports/portuguese/kde4-l10n/pkg-descr 1.31 +252 -896 ports/portuguese/kde4-l10n/pkg-plist 1.92 +1 -0 ports/russian/Makefile 1.45 +10 -18 ports/russian/kde4-l10n/Makefile 1.34 +3 -3 ports/russian/kde4-l10n/distinfo 1.5 +1 -1 ports/russian/kde4-l10n/pkg-descr 1.31 +134 -789 ports/russian/kde4-l10n/pkg-plist 1.53 +25 -21 ports/sysutils/kdeadmin4/Makefile 1.39 +3 -3 ports/sysutils/kdeadmin4/distinfo 1.2 +0 -10 ports/sysutils/kdeadmin4/files/patch-knetworkconf_backends-Makefile.in (dead) 1.3 +1 -2 ports/sysutils/kdeadmin4/pkg-descr 1.23 +58 -82 ports/sysutils/kdeadmin4/pkg-plist 1.1256 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/ebook-tools/Makefile (new) 1.1 +3 -0 ports/textproc/ebook-tools/distinfo (new) 1.1 +4 -0 ports/textproc/ebook-tools/pkg-descr (new) 1.1 +7 -0 ports/textproc/ebook-tools/pkg-plist (new) 1.19 +1 -0 ports/ukrainian/Makefile 1.41 +11 -19 ports/ukrainian/kde4-l10n/Makefile 1.37 +3 -3 ports/ukrainian/kde4-l10n/distinfo 1.5 +1 -1 ports/ukrainian/kde4-l10n/pkg-descr 1.32 +731 -271 ports/ukrainian/kde4-l10n/pkg-plist 1.2117 +1 -0 ports/www/Makefile 1.65 +18 -18 ports/www/kdewebdev4/Makefile 1.35 +3 -3 ports/www/kdewebdev4/distinfo 1.7 +0 -2 ports/www/kdewebdev4/pkg-descr 1.26 +99 -1561 ports/www/kdewebdev4/pkg-plist 1.61 +1 -0 ports/x11-clocks/Makefile 1.72 +15 -20 ports/x11-clocks/kdetoys4/Makefile 1.47 +3 -3 ports/x11-clocks/kdetoys4/distinfo 1.6 +0 -2 ports/x11-clocks/kdetoys4/pkg-descr 1.27 +34 -153 ports/x11-clocks/kdetoys4/pkg-plist 1.208 +1 -0 ports/x11-themes/Makefile 1.55 +46 -44 ports/x11-themes/kdeartwork4/Makefile 1.37 +3 -3 ports/x11-themes/kdeartwork4/distinfo 1.28 +9121 -2110 ports/x11-themes/kdeartwork4/pkg-plist 1.689 +6 -0 ports/x11/Makefile 1.100 +47 -137 ports/x11/kde4/Makefile 1.50 +0 -121 ports/x11/kde4/Makefile.kde (dead) 1.2 +0 -213 ports/x11/kde4/files/extrapatch-configure (dead) 1.2 +0 -102 ports/x11/kde4/files/extrapatch-old_configure (dead) 1.3 +0 -12 ports/x11/kde4/files/post-configure-message (dead) 1.3 +0 -1 ports/x11/kde4/pkg-plist (dead) 1.9 +0 -128 ports/x11/kde4/scripts/configure.kde3 (dead) 1.209 +21 -111 ports/x11/kdebase4-runtime/Makefile 1.59 +3 -3 ports/x11/kdebase4-runtime/distinfo 1.7 +0 -869 ports/x11/kdebase4-runtime/files/extrapatch-kioslave_media_mediamanager-halbackend.cpp (dead) 1.3 +0 -33 ports/x11/kdebase4-runtime/files/extrapatch-kioslave_media_mediamanager-halbackend.h (dead) 1.18 +0 -134 ports/x11/kdebase4-runtime/files/freebsd.keytab (dead) 1.8 +0 -20 ports/x11/kdebase4-runtime/files/kdm.in (dead) 1.4 +0 -11 ports/x11/kdebase4-runtime/files/patch-configure (dead) 1.2 +0 -11 ports/x11/kdebase4-runtime/files/patch-kcontrol_kcontrol-Makefile.in (dead) 1.2 +0 -13 ports/x11/kdebase4-runtime/files/patch-kdeprint_descriptions_Makefile.in (dead) 1.2 +0 -14 ports/x11/kdebase4-runtime/files/patch-kdesu_kdesu-kdesu.cpp (dead) 1.3 +0 -13 ports/x11/kdebase4-runtime/files/patch-kdm-config.def (dead) 1.3 +0 -12 ports/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.in (dead) 1.2 +2 -2 ports/x11/kdebase4-runtime/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl 1.8 +0 -12 ports/x11/kdebase4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp (dead) 1.2 +0 -11 ports/x11/kdebase4-runtime/files/patch-kwin_Makefile.in (dead) 1.11 +0 -17 ports/x11/kdebase4-runtime/files/pkg-deinstall.in (dead) 1.11 +0 -16 ports/x11/kdebase4-runtime/files/pkg-install.in (dead) 1.5 +0 -20 ports/x11/kdebase4-runtime/files/pkg-message.in (dead) 1.7 +1 -4 ports/x11/kdebase4-runtime/pkg-descr 1.75 +6830 -3850 ports/x11/kdebase4-runtime/pkg-plist 1.209 +90 -106 ports/x11/kdebase4-workspace/Makefile 1.59 +3 -3 ports/x11/kdebase4-workspace/distinfo 1.7 +0 -869 ports/x11/kdebase4-workspace/files/extrapatch-kioslave_media_mediamanager-halbackend.cpp (dead) 1.3 +0 -33 ports/x11/kdebase4-workspace/files/extrapatch-kioslave_media_mediamanager-halbackend.h (dead) 1.18 +0 -134 ports/x11/kdebase4-workspace/files/freebsd.keytab (dead) 1.8 +0 -0 ports/x11/kdebase4-workspace/files/kdm.in 1.4 +0 -11 ports/x11/kdebase4-workspace/files/patch-configure (dead) 1.1 +15 -0 ports/x11/kdebase4-workspace/files/patch-kcontrol-keyboard-kcmmisc.cpp (new) 1.2 +0 -11 ports/x11/kdebase4-workspace/files/patch-kcontrol_kcontrol-Makefile.in (dead) 1.2 +0 -13 ports/x11/kdebase4-workspace/files/patch-kdeprint_descriptions_Makefile.in (dead) 1.2 +0 -14 ports/x11/kdebase4-workspace/files/patch-kdesu_kdesu-kdesu.cpp (dead) 1.3 +0 -13 ports/x11/kdebase4-workspace/files/patch-kdm-config.def (dead) 1.1 +12 -0 ports/x11/kdebase4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt (new) 1.3 +0 -12 ports/x11/kdebase4-workspace/files/patch-kdm-kfrontend-Makefile.in (dead) 1.1 +13 -0 ports/x11/kdebase4-workspace/files/patch-kdm_config.def (new) 1.2 +0 -11 ports/x11/kdebase4-workspace/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl (dead) 1.8 +0 -12 ports/x11/kdebase4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp (dead) 1.1 +11 -0 ports/x11/kdebase4-workspace/files/patch-ksmserver_fadeeffect.cpp (new) 1.1 +11 -0 ports/x11/kdebase4-workspace/files/patch-ksysguard-gui-SystemLoad.sgrd (new) 1.1 +10 -0 ports/x11/kdebase4-workspace/files/patch-ksysguard-gui-ksgrd-SensorManager.cc (new) 1.3 +62 -0 ports/x11/kdebase4-workspace/files/patch-ksysguard-ksysguardd-FreeBSD-CPU.c (new) 1.1 +20 -0 ports/x11/kdebase4-workspace/files/patch-ksysguard-ksysguardd-FreeBSD-CPU.h (new) 1.1 +10 -0 ports/x11/kdebase4-workspace/files/patch-kwin-kcmkwin-kwinrules_ruleswidget.cpp (new) 1.2 +0 -11 ports/x11/kdebase4-workspace/files/patch-kwin_Makefile.in (dead) 1.1 +131 -0 ports/x11/kdebase4-workspace/files/patch-libs-ksysguard-processcore-processes_freebsd_p.cpp (new) 1.1 +11 -0 ports/x11/kdebase4-workspace/files/patch-libs-ksysguard-processui_CMakeLists.txt (new) 1.1 +11 -0 ports/x11/kdebase4-workspace/files/patch-libs-ksysguard_CMakeLists.txt (new) 1.1 +20 -0 ports/x11/kdebase4-workspace/files/patch-plasma-applets-systemtray_systemtraywidget.cpp (new) 1.11 +0 -17 ports/x11/kdebase4-workspace/files/pkg-deinstall.in (dead) 1.11 +0 -16 ports/x11/kdebase4-workspace/files/pkg-install.in (dead) 1.5 +0 -20 ports/x11/kdebase4-workspace/files/pkg-message.in (dead) 1.7 +1 -4 ports/x11/kdebase4-workspace/pkg-descr 1.75 +1840 -4666 ports/x11/kdebase4-workspace/pkg-plist 1.209 +25 -105 ports/x11/kdebase4/Makefile 1.59 +3 -3 ports/x11/kdebase4/distinfo 1.7 +0 -869 ports/x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-halbackend.cpp (dead) 1.3 +0 -33 ports/x11/kdebase4/files/extrapatch-kioslave_media_mediamanager-halbackend.h (dead) 1.18 +0 -134 ports/x11/kdebase4/files/freebsd.keytab (dead) 1.8 +0 -20 ports/x11/kdebase4/files/kdm.in (dead) 1.4 +0 -11 ports/x11/kdebase4/files/patch-configure (dead) 1.2 +0 -11 ports/x11/kdebase4/files/patch-kcontrol_kcontrol-Makefile.in (dead) 1.2 +0 -13 ports/x11/kdebase4/files/patch-kdeprint_descriptions_Makefile.in (dead) 1.2 +0 -14 ports/x11/kdebase4/files/patch-kdesu_kdesu-kdesu.cpp (dead) 1.3 +0 -13 ports/x11/kdebase4/files/patch-kdm-config.def (dead) 1.3 +0 -12 ports/x11/kdebase4/files/patch-kdm-kfrontend-Makefile.in (dead) 1.2 +0 -11 ports/x11/kdebase4/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl (dead) 1.8 +0 -12 ports/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp (dead) 1.2 +0 -11 ports/x11/kdebase4/files/patch-kwin_Makefile.in (dead) 1.11 +0 -17 ports/x11/kdebase4/files/pkg-deinstall.in (dead) 1.11 +0 -16 ports/x11/kdebase4/files/pkg-install.in (dead) 1.5 +0 -20 ports/x11/kdebase4/files/pkg-message.in (dead) 1.75 +525 -4494 ports/x11/kdebase4/pkg-plist 1.227 +57 -82 ports/x11/kdelibs4/Makefile 1.63 +3 -3 ports/x11/kdelibs4/distinfo 1.2 +0 -14 ports/x11/kdelibs4/files/patch-CVE-2006-4811 (dead) 1.1 +104 -0 ports/x11/kdelibs4/files/patch-FindKDE4Internal.cmake (new) 1.1 +18 -0 ports/x11/kdelibs4/files/patch-KDE4Defaults.cmake (new) 1.1 +29 -0 ports/x11/kdelibs4/files/patch-cmake-modules-FindGettext.cmake (new) 1.1 +11 -0 ports/x11/kdelibs4/files/patch-cmake-modules-FindQCA2.cmake (new) 1.2 +0 -11 ports/x11/kdelibs4/files/patch-kcmshell-Makefile.in (dead) 1.3 +0 -35 ports/x11/kdelibs4/files/patch-kdecore-kpty.cpp (dead) 1.2 +0 -42 ports/x11/kdelibs4/files/patch-kdecore-kstartupinfo.cpp (dead) 1.2 +0 -65 ports/x11/kdelibs4/files/patch-kdeprint_cups_cupsdconf2 (dead) 1.2 +0 -33 ports/x11/kdelibs4/files/patch-kdeprint_cups_kmcupsmanager.cpp (dead) 1.2 +0 -13 ports/x11/kdelibs4/files/patch-kdeui-kactionclasses.cpp (dead) 1.2 +0 -11 ports/x11/kdelibs4/files/patch-kinit-start_kdeinit_wrapper.c (dead) 1.1 +23 -0 ports/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp (new) 1.4 +0 -39 ports/x11/kdelibs4/files/patch-kioslave_http-http.cc (dead) 1.1 +12 -0 ports/x11/kdelibs4/files/patch-kpty-kptydevice.cpp (new) 1.3 +0 -20 ports/x11/kdelibs4/files/patch-mimetypes_application-Makefile.in (dead) 1.77 +1862 -3868 ports/x11/kdelibs4/pkg-plist 1.1 +31 -0 ports/x11/qimageblitz/Makefile (new) 1.1 +3 -0 ports/x11/qimageblitz/distinfo (new) 1.1 +6 -0 ports/x11/qimageblitz/pkg-descr (new) 1.1 +9 -0 ports/x11/qimageblitz/pkg-plist (new) From joel at FreeBSD.org Sat Aug 9 16:56:32 2008 From: joel at FreeBSD.org (Joel Dahl) Date: Sat Aug 9 16:56:43 2008 Subject: cvs commit: www/en administration.sgml Message-ID: <200808091656.m79GuV1L017978@repoman.freebsd.org> joel 2008-08-09 16:56:31 UTC FreeBSD doc repository Modified files: en administration.sgml Log: Add flz to portmgr. Revision Changes Path 1.18 +2 -1 www/en/administration.sgml From marcus at FreeBSD.org Sat Aug 9 17:00:06 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat Aug 9 17:00:18 2008 Subject: cvs commit: ports/sysutils/consolekit Makefile pkg-plist Message-ID: <200808091700.m79H06oa018282@repoman.freebsd.org> marcus 2008-08-09 17:00:06 UTC FreeBSD ports repository Modified files: sysutils/consolekit Makefile pkg-plist Log: Correct a typo, and make sure etc/ConsoleKit/run-session.d is created during package creation. Reported by: Zyl on #freebsd-gnome Revision Changes Path 1.6 +1 -1 ports/sysutils/consolekit/Makefile 1.3 +1 -1 ports/sysutils/consolekit/pkg-plist From mezz7 at cox.net Sat Aug 9 17:19:57 2008 From: mezz7 at cox.net (Jeremy Messenger) Date: Sat Aug 9 17:20:09 2008 Subject: cvs commit: ports/Mk bsd.kde4.mk bsd.port.mk ports/accessibility Makefile ports/accessibility/kdeaccessibility4 Makefile distinfo pkg-descr pkg-plist ports/chinese Makefile ports/chinese/kde4-l10n-zh_CN Makefile distinfo pkg-descr ... In-Reply-To: <200808091652.m79GqSOg017641@repoman.freebsd.org> References: <200808091652.m79GqSOg017641@repoman.freebsd.org> Message-ID: On Sat, 09 Aug 2008 11:52:28 -0500, Martin Wilke wrote: > miwi 2008-08-09 16:52:28 UTC > > FreeBSD ports repository > > Modified files: > Log: > The KDE FreeBSD team is proud to announce the release of KDE 4.1.0 > for FreeBSD. The official KDE 4.1.0 release notes can be found at > http://www.kde.org/announcements/4.1/. > Some note: > * Prefix > KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. > KDE4 and KDE3 can co-exist Wow... I feel your pain. I can't believe that KDE developers don't make KDE4 parallel with KDE3. It's crazy. Beside of that, great job with KDE4 stuff. We need to keep all desktops alive in FreeBSD. > * Sound > For sound to work, it is necessary to have dbus and hal enabled > in your system. Please see the respective documentation on how > to enable these. I have no object if you want to add kde_enable="YES" dbus/hal like we already have for gnome_enable. Make it easier for KDE users. Cheers, Mezz > For more Informations see the HEADS UP at ports@ and kde-freebsd@ > or our wiki page http://wiki.freebsd.org/KDE4/Install. > Have fun! -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From imp at FreeBSD.org Sat Aug 9 17:29:43 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sat Aug 9 17:29:49 2008 Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200808091729.m79HTgm6023561@repoman.freebsd.org> imp 2008-08-09 17:29:36 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: SVN rev 181472 on 2008-08-09 17:29:36Z by imp fix typo Submitted by: N.J. Mann Revision Changes Path 1.171 +1 -1 src/sys/dev/pccbb/pccbb.c From mezz at FreeBSD.org Sat Aug 9 17:33:57 2008 From: mezz at FreeBSD.org (Jeremy Messenger) Date: Sat Aug 9 17:34:04 2008 Subject: cvs commit: ports/net-p2p/transmission Makefile ports/net-p2p/transmission-cli Makefile distinfo ports/net-p2p/transmission-cli/files transmission-cli-configure.ac transmission-daemon-configure.ac transmission-gtk2-configure.ac transmission-web-configure.ac Message-ID: <200808091733.m79HXvHT024056@repoman.freebsd.org> mezz 2008-08-09 17:33:57 UTC FreeBSD ports repository Modified files: net-p2p/transmission Makefile net-p2p/transmission-cli Makefile distinfo net-p2p/transmission-cli/files transmission-cli-configure.ac transmission-daemon-configure.ac transmission-gtk2-configure.ac transmission-web-configure.ac Log: Update to 1.32. Revision Changes Path 1.44 +1 -1 ports/net-p2p/transmission-cli/Makefile 1.32 +3 -3 ports/net-p2p/transmission-cli/distinfo 1.2 +1 -1 ports/net-p2p/transmission-cli/files/transmission-cli-configure.ac 1.2 +1 -1 ports/net-p2p/transmission-cli/files/transmission-daemon-configure.ac 1.2 +1 -1 ports/net-p2p/transmission-cli/files/transmission-gtk2-configure.ac 1.2 +1 -1 ports/net-p2p/transmission-cli/files/transmission-web-configure.ac 1.44 +1 -1 ports/net-p2p/transmission/Makefile From miwi at FreeBSD.org Sat Aug 9 17:48:57 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 17:49:04 2008 Subject: cvs commit: ports/misc/konq-plugins-kde4 Makefile distinfo pkg-descr pkg-plist Message-ID: <200808091748.m79HmvYA025316@repoman.freebsd.org> miwi 2008-08-09 17:48:57 UTC FreeBSD ports repository Modified files: misc/konq-plugins-kde4 Makefile distinfo pkg-descr pkg-plist Log: - Update to 4.1.0 Submitted by: Max Brazhnikov Revision Changes Path 1.28 +12 -19 ports/misc/konq-plugins-kde4/Makefile 1.21 +3 -3 ports/misc/konq-plugins-kde4/distinfo 1.5 +1 -1 ports/misc/konq-plugins-kde4/pkg-descr 1.22 +1233 -172 ports/misc/konq-plugins-kde4/pkg-plist From miwi at FreeBSD.org Sat Aug 9 17:51:00 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 17:51:07 2008 Subject: cvs commit: ports/misc Makefile Message-ID: <200808091751.m79Hp045025540@repoman.freebsd.org> miwi 2008-08-09 17:51:00 UTC FreeBSD ports repository Modified files: misc Makefile Log: - Connect misc/konq-plugins-kde4 to the build Revision Changes Path 1.881 +1 -0 ports/misc/Makefile From miwi at FreeBSD.org Sat Aug 9 17:53:56 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 17:54:08 2008 Subject: cvs commit: ports/x11-themes/kde4-style-polyester Makefile distinfo pkg-plist Message-ID: <200808091753.m79HrtAn025748@repoman.freebsd.org> miwi 2008-08-09 17:53:55 UTC FreeBSD ports repository Modified files: x11-themes/kde4-style-polyester Makefile distinfo pkg-plist Log: - Update to 1.98.0 Submitted by: Max Brazhnikov Revision Changes Path 1.12 +8 -13 ports/x11-themes/kde4-style-polyester/Makefile 1.9 +3 -3 ports/x11-themes/kde4-style-polyester/distinfo 1.5 +10 -22 ports/x11-themes/kde4-style-polyester/pkg-plist From miwi at FreeBSD.org Sat Aug 9 17:55:20 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 17:55:32 2008 Subject: cvs commit: ports/x11-themes Makefile Message-ID: <200808091755.m79HtKBf025941@repoman.freebsd.org> miwi 2008-08-09 17:55:20 UTC FreeBSD ports repository Modified files: x11-themes Makefile Log: - Connect x11-themes/kde4-style-polyester to the build Revision Changes Path 1.209 +1 -0 ports/x11-themes/Makefile From sam at freebsd.org Sat Aug 9 18:08:25 2008 From: sam at freebsd.org (Sam Leffler) Date: Sat Aug 9 18:08:31 2008 Subject: cvs commit: src/sys/conf files.i386 src/sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/glxsb Makefile In-Reply-To: <97980.1218298242@critter.freebsd.dk> References: <97980.1218298242@critter.freebsd.dk> Message-ID: <489DDD16.7000907@freebsd.org> Poul-Henning Kamp wrote: > In message <200808091453.m79ErIuP092318@repoman.freebsd.org>, Philip Paeps writ > es: > >> philip 2008-08-09 14:52:31 UTC >> >> > > >> Add glxsb(4) driver for the Security Block in AMD Geode LX processors (as >> found in Soekris hardware, for instance). The hardware supports acceleration >> of AES-128-CBC accessible through crypto(4) and supplies entropy to random(4). >> >> TODO: >> >> o Implement rndtest(4) support >> > > Just for the record: I think it is important that we have a test-program > that checks that these hardware assisted crypto algorithms actually > do the right thing. > > I would really hate if people found out that they had been using > the ROT52 algorithm due to some silly bug we don't notice along the > way. > > It doesn't have to be very advanced, just run a couple of the standard > test-vectors to see that the result is correct. > > tools/tools/crypto/cryptotest is kinda setup to do that. No test vectors though. Sam From chinsan at FreeBSD.org Sat Aug 9 18:23:44 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Aug 9 18:23:55 2008 Subject: cvs commit: ports/chinese/pcmanx Makefile distinfo Message-ID: <200808091823.m79INi8x029510@repoman.freebsd.org> chinsan 2008-08-09 18:23:44 UTC FreeBSD ports repository Modified files: chinese/pcmanx Makefile distinfo Log: - Update to 0.3.8 Revision Changes Path 1.28 +1 -2 ports/chinese/pcmanx/Makefile 1.12 +3 -3 ports/chinese/pcmanx/distinfo From chinsan at FreeBSD.org Sat Aug 9 18:25:27 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Aug 9 18:25:39 2008 Subject: cvs commit: ports/converters/p5-JSON-DWIW Makefile distinfo Message-ID: <200808091825.m79IPRTh029701@repoman.freebsd.org> chinsan 2008-08-09 18:25:27 UTC FreeBSD ports repository Modified files: converters/p5-JSON-DWIW Makefile distinfo Log: - Update to 0.26 Revision Changes Path 1.17 +1 -1 ports/converters/p5-JSON-DWIW/Makefile 1.16 +3 -3 ports/converters/p5-JSON-DWIW/distinfo From miwi at FreeBSD.org Sat Aug 9 18:42:18 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 18:42:29 2008 Subject: cvs commit: ports/games Makefile Message-ID: <200808091842.m79IgHWW031112@repoman.freebsd.org> miwi 2008-08-09 18:42:17 UTC FreeBSD ports repository Modified files: games Makefile Log: - Connect games/kdegames4 to the build Revision Changes Path 1.1232 +1 -0 ports/games/Makefile From leeym at FreeBSD.org Sat Aug 9 18:44:13 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Sat Aug 9 18:44:25 2008 Subject: cvs commit: ports/math/dislin Makefile distinfo-5.4 distinfo-6.0 distinfo-7.0 Message-ID: <200808091844.m79IiD2H031296@repoman.freebsd.org> leeym 2008-08-09 18:44:13 UTC FreeBSD ports repository Modified files: math/dislin Makefile distinfo-5.4 distinfo-6.0 distinfo-7.0 Log: Distfiles have been rerolled with the same version number. (31-July-2008) Changelog: http://www.mps.mpg.de/dislin/news.html MD5 checksum: ftp://ftp.gwdg.de/pub/grafik/dislin/unix/md5.sum Revision Changes Path 1.33 +1 -1 ports/math/dislin/Makefile 1.10 +3 -3 ports/math/dislin/distinfo-5.4 1.10 +3 -3 ports/math/dislin/distinfo-6.0 1.4 +3 -3 ports/math/dislin/distinfo-7.0 From chinsan at FreeBSD.org Sat Aug 9 18:46:56 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sat Aug 9 18:47:02 2008 Subject: cvs commit: ports/devel/p5-POE-Component-Pluggable Makefile distinfo Message-ID: <200808091846.m79IktGh031556@repoman.freebsd.org> chinsan 2008-08-09 18:46:55 UTC FreeBSD ports repository Modified files: devel/p5-POE-Component-Pluggable Makefile distinfo Log: - Update to 1.10 Revision Changes Path 1.9 +1 -1 ports/devel/p5-POE-Component-Pluggable/Makefile 1.9 +3 -3 ports/devel/p5-POE-Component-Pluggable/distinfo From miwi at FreeBSD.org Sat Aug 9 19:12:44 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 19:13:08 2008 Subject: cvs commit: ports/sysutils Makefile Message-ID: <200808091912.m79JChSd040586@repoman.freebsd.org> miwi 2008-08-09 19:12:43 UTC FreeBSD ports repository Modified files: sysutils Makefile Log: - Connect kdeadmin4 to the build Revision Changes Path 1.1033 +1 -0 ports/sysutils/Makefile From sbruno at FreeBSD.org Sat Aug 9 19:21:39 2008 From: sbruno at FreeBSD.org (Sean Bruno) Date: Sat Aug 9 19:21:45 2008 Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml doc/en_US.ISO8859-1/share/sgml authors.ent Message-ID: <200808091921.m79JLdDb041320@repoman.freebsd.org> sbruno 2008-08-09 19:21:39 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml en_US.ISO8859-1/share/sgml authors.ent Log: Add myself to contributors and authors. Approved by: Scott Long Revision Changes Path 1.239 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.459 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From miwi at FreeBSD.org Sat Aug 9 19:30:21 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 19:30:26 2008 Subject: cvs commit: ports/chinese/kde4-l10n-zh_CN Makefile distinfo pkg-descr pkg-plist ports/chinese/kde4-l10n-zh_TW Makefile distinfo pkg-descr pkg-plist Message-ID: <200808091930.m79JUKUv042052@repoman.freebsd.org> miwi 2008-08-09 19:30:20 UTC FreeBSD ports repository Modified files: chinese/kde4-l10n-zh_CN Makefile distinfo pkg-descr pkg-plist chinese/kde4-l10n-zh_TW Makefile distinfo pkg-descr pkg-plist Log: - Fix INDEX Revision Changes Path 1.44 +11 -19 ports/chinese/kde4-l10n-zh_CN/Makefile 1.35 +3 -3 ports/chinese/kde4-l10n-zh_CN/distinfo 1.4 +2 -2 ports/chinese/kde4-l10n-zh_CN/pkg-descr 1.27 +512 -30 ports/chinese/kde4-l10n-zh_CN/pkg-plist 1.44 +11 -19 ports/chinese/kde4-l10n-zh_TW/Makefile 1.31 +3 -3 ports/chinese/kde4-l10n-zh_TW/distinfo 1.4 +2 -2 ports/chinese/kde4-l10n-zh_TW/pkg-descr 1.20 +512 -30 ports/chinese/kde4-l10n-zh_TW/pkg-plist From miwi at FreeBSD.org Sat Aug 9 19:32:34 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 19:32:41 2008 Subject: cvs commit: ports/deskutils Makefile Message-ID: <200808091932.m79JWXFo042229@repoman.freebsd.org> miwi 2008-08-09 19:32:33 UTC FreeBSD ports repository Modified files: deskutils Makefile Log: - Remove duplicat kdepim3 entry. Revision Changes Path 1.334 +0 -1 ports/deskutils/Makefile From pjd at FreeBSD.org Sat Aug 9 19:42:49 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Sat Aug 9 19:43:00 2008 Subject: cvs commit: src/sys/crypto/via padlock.c Message-ID: <200808091942.m79JgmL1043069@repoman.freebsd.org> pjd 2008-08-09 19:42:37 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: SVN rev 181473 on 2008-08-09 19:42:37Z by pjd Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE() when looking for them. Idea from: Patrick Lamaiziere Revision Changes Path 1.15 +5 -3 src/sys/crypto/via/padlock.c From pjd at FreeBSD.org Sat Aug 9 19:43:50 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Sat Aug 9 19:44:02 2008 Subject: cvs commit: src/sys/crypto/via padlock.c Message-ID: <200808091943.m79JhnTP043179@repoman.freebsd.org> pjd 2008-08-09 19:43:44 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: SVN rev 181474 on 2008-08-09 19:43:44Z by pjd When freeing session, restore its ID after zeroing memory. Bug tracked down by: Patrick Lamaiziere Revision Changes Path 1.16 +1 -0 src/sys/crypto/via/padlock.c From pjd at FreeBSD.org Sat Aug 9 19:45:52 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Sat Aug 9 19:45:58 2008 Subject: cvs commit: src/sys/crypto/via padlock.c Message-ID: <200808091945.m79Jjo5s043409@repoman.freebsd.org> pjd 2008-08-09 19:45:43 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: SVN rev 181475 on 2008-08-09 19:45:43Z by pjd We don't have to drop a lock around malloc(M_NOWAIT). Revision Changes Path 1.17 +4 -4 src/sys/crypto/via/padlock.c From pjd at FreeBSD.org Sat Aug 9 19:47:36 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Sat Aug 9 19:47:47 2008 Subject: cvs commit: src/sys/crypto/via padlock.c Message-ID: <200808091947.m79JlaBR043549@repoman.freebsd.org> pjd 2008-08-09 19:47:19 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: SVN rev 181476 on 2008-08-09 19:47:19Z by pjd Implify sessions freeing loop. Revision Changes Path 1.18 +1 -2 src/sys/crypto/via/padlock.c From pjd at FreeBSD.org Sat Aug 9 19:49:07 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Sat Aug 9 19:49:19 2008 Subject: cvs commit: src/sys/crypto/via padlock.c Message-ID: <200808091949.m79Jn7qG043683@repoman.freebsd.org> pjd 2008-08-09 19:48:59 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: SVN rev 181477 on 2008-08-09 19:48:59Z by pjd - Fix freeing session on newsession failure. - Update copyright years. Revision Changes Path 1.19 +24 -9 src/sys/crypto/via/padlock.c From pjd at FreeBSD.org Sat Aug 9 20:01:08 2008 From: pjd at FreeBSD.org (Pawel Jakub Dawidek) Date: Sat Aug 9 20:01:20 2008 Subject: cvs commit: src/sys/crypto/via padlock.c Message-ID: <200808092001.m79K18kw044655@repoman.freebsd.org> pjd 2008-08-09 20:01:01 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: SVN rev 181478 on 2008-08-09 20:01:01Z by pjd Simplify session selection/allocation. Revision Changes Path 1.20 +5 -10 src/sys/crypto/via/padlock.c From marcus at FreeBSD.org Sat Aug 9 20:44:32 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sat Aug 9 20:44:38 2008 Subject: cvs commit: ports/audio/libcanberra Makefile pkg-plist ports/audio/libcanberra/files patch-config.h.in patch-configure patch-configure.ac patch-src_Makefile.am patch-src_Makefile.in patch-src_driver-order.c patch-src_oss.c Message-ID: <200808092044.m79KiWdd049315@repoman.freebsd.org> marcus 2008-08-09 20:44:32 UTC FreeBSD ports repository Modified files: audio/libcanberra Makefile pkg-plist Added files: audio/libcanberra/files patch-config.h.in patch-configure patch-configure.ac patch-src_Makefile.am patch-src_Makefile.in patch-src_driver-order.c patch-src_oss.c Log: Add an OSS driver for libcanberra, and make this the new default. Revision Changes Path 1.4 +9 -5 ports/audio/libcanberra/Makefile 1.1 +42 -0 ports/audio/libcanberra/files/patch-config.h.in (new) 1.1 +711 -0 ports/audio/libcanberra/files/patch-configure (new) 1.1 +140 -0 ports/audio/libcanberra/files/patch-configure.ac (new) 1.1 +37 -0 ports/audio/libcanberra/files/patch-src_Makefile.am (new) 1.1 +225 -0 ports/audio/libcanberra/files/patch-src_Makefile.in (new) 1.1 +12 -0 ports/audio/libcanberra/files/patch-src_driver-order.c (new) 1.1 +465 -0 ports/audio/libcanberra/files/patch-src_oss.c (new) 1.3 +3 -0 ports/audio/libcanberra/pkg-plist From miwi at FreeBSD.org Sat Aug 9 20:51:20 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 20:51:26 2008 Subject: cvs commit: ports/devel/py-qt4-qscintilla2 Makefile ports/devel/py-qt4-qscintilla2/files Makefile.in Message-ID: <200808092051.m79KpK2o059258@repoman.freebsd.org> miwi 2008-08-09 20:51:20 UTC FreeBSD ports repository Modified files: devel/py-qt4-qscintilla2 Makefile devel/py-qt4-qscintilla2/files Makefile.in Log: - Fix build after qt 4.4.1 update - Bump PORTREVISION Submitted by: Max Brazhnikov Approved by: maintainer implicit Revision Changes Path 1.8 +5 -1 ports/devel/py-qt4-qscintilla2/Makefile 1.2 +4 -3 ports/devel/py-qt4-qscintilla2/files/Makefile.in From miwi at FreeBSD.org Sat Aug 9 20:53:45 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 20:53:51 2008 Subject: cvs commit: ports/devel/qscintilla2 Makefile pkg-plist Message-ID: <200808092053.m79KrjNx059438@repoman.freebsd.org> miwi 2008-08-09 20:53:45 UTC FreeBSD ports repository Modified files: devel/qscintilla2 Makefile pkg-plist Log: - Fix build after Qt 4.4.1 update - Bump PORTREVISION Submitted by: Max Brazhnikov Reported by: erwinbot Approved by: maintainer implicit Revision Changes Path 1.9 +5 -3 ports/devel/qscintilla2/Makefile 1.7 +2 -2 ports/devel/qscintilla2/pkg-plist From thompsa at FreeBSD.org Sat Aug 9 20:56:10 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sat Aug 9 20:56:16 2008 Subject: cvs commit: src/lib/libgeom libgeom.3 Message-ID: <200808092056.m79KuA2e059687@repoman.freebsd.org> thompsa 2008-08-09 20:55:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libgeom libgeom.3 Log: SVN rev 181479 on 2008-08-09 20:55:52Z by thompsa MFC r179780 Fix spelling. Revision Changes Path 1.8.2.1 +1 -1 src/lib/libgeom/libgeom.3 From thompsa at FreeBSD.org Sat Aug 9 21:00:26 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sat Aug 9 21:00:38 2008 Subject: cvs commit: src/lib/libgeom libgeom.3 Message-ID: <200808092100.m79L0PjH060061@repoman.freebsd.org> thompsa 2008-08-09 21:00:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libgeom libgeom.3 Log: SVN rev 181480 on 2008-08-09 21:00:15Z by thompsa MFC r179780 Fix spelling. Revision Changes Path 1.6.8.1 +1 -1 src/lib/libgeom/libgeom.3 From jhb at freebsd.org Sat Aug 9 21:02:05 2008 From: jhb at freebsd.org (John Baldwin) Date: Sat Aug 9 21:02:51 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <20080809001256.GL64458@server.vk2pj.dyndns.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809001256.GL64458@server.vk2pj.dyndns.org> Message-ID: <200808091543.15299.jhb@freebsd.org> On Friday 08 August 2008 08:12:56 pm Peter Jeremy wrote: > On 2008-Aug-08 12:26:31 -0400, John Baldwin wrote: > >It should be setting D_TRACKCLOSE though so that close() reliably clears > > the flag even in single-threaded processes. You can still get odd > > behavior if you explicitly open it twice in an app and then close one of > > the two fd's. You will no longer have IO permission even though you still > > have one fd open. However, if you do that I think you deserve what you > > asked for. :) > > That behaviour may be legitimate: Your code links with libraries foo and > bar that each independently open /dev/io so they can frob different things > in IO space. libfoo needs ongoing access to device foo and so keeps its > descriptor open. libbar only needs once-off access to device bar and so > closes /dev/io once it's finished its initialisation. Libraries foo and > bar are completely independent and shouldn't need to know anything about > each other and your app shouldn't need to know that libraries it's using > frob around in IO space. Then it requires a per-thread (really per-process) counter. However, D_TRACKCLOSE is still better than what is there now and will be needed for the counter case to have a chance of working. -- John Baldwin From jhb at freebsd.org Sat Aug 9 21:02:18 2008 From: jhb at freebsd.org (John Baldwin) Date: Sat Aug 9 21:03:02 2008 Subject: cvs commit: src/share/zoneinfo africa asia europe leapseconds In-Reply-To: <861w0zdsnn.fsf@ds4.des.no> References: <200808080430.m784U0VC086322@repoman.freebsd.org> <200808080905.26955.jhb@freebsd.org> <861w0zdsnn.fsf@ds4.des.no> Message-ID: <200808091549.30888.jhb@freebsd.org> On Friday 08 August 2008 06:54:36 pm Dag-Erling Sm?rgrav wrote: > John Baldwin writes: > > FYI, note that if you want, you can do multiple merges into the vendor > > area and then just do one merge of all the updates into src/. You > > don't have to merge each version individually. It's probably more > > work to do so, however. > > Less work, actually, if you have local modifications, since you only > need to merge conflicts once. OpenSSH would have been hell to merge if > I had done it one release at a time (I went straight from 4.5 to 5.1) Heh, I was trying to say that merging each individual release to src/ would have been more work, but I can see how what I wrote is ambiguous. -- John Baldwin From jhb at freebsd.org Sat Aug 9 21:02:20 2008 From: jhb at freebsd.org (John Baldwin) Date: Sat Aug 9 21:03:18 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <20080809130929.P77335@delplex.bde.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809130929.P77335@delplex.bde.org> Message-ID: <200808091555.25020.jhb@freebsd.org> On Saturday 09 August 2008 12:35:50 am Bruce Evans wrote: > On Fri, 8 Aug 2008, John Baldwin wrote: > > On Friday 08 August 2008 09:43:56 am Ed Schouten wrote: > >> ed 2008-08-08 13:43:56 UTC > >> > >> Apart from this change, I think some fishy things may happen when > >> using /dev/io in multithreaded applications. I haven't tested, but > >> looking at the code, the flag doesn't get cleared when close() is called > >> from another thread, but this may not be this important. > > Of course it isn't. The flag only gets cleared on last close. Threads > probably involve mainly file descriptors, and for file descriptors close() > doesn't even reach vn_close() until the fd reference count drops to 0. > Then for files, vn_close() normally doesn't reach device close until the > file reference count drops to 0. > > > It should be setting D_TRACKCLOSE though so that close() reliably clears > > the flag even in single-threaded processes. You can still get odd > > behavior if > > You mean "should _not_ be setting D_TRACKCLOSE", so that close() works > normally. > > close() can never reliably clear the flag, since even vn_close() is not > reached after open()/dup()/close() or open()/fork()/close()... > > > you explicitly open it twice in an app and then close one of the two > > fd's. You will no longer have IO permission even though you still have > > one fd open. However, if you do that I think you deserve what you asked > > for. :) > > You asked for normal last-close behaviour and deserve that not being broken > by setting D_TRACKCLOSE. > > D_TRACKCLOSE allows different handling of non-last closes, but this is > rarely wanted, and in theory it allows better determination of last > closes, since vfs doesn't count last closes right. However, it is > difficult to count last closes right, and most uses of D_TRACKCLOSE handle > last closes are worse than vfs: > - ast: uses D_TRACKCLOSE to trash (write a filemark) and/or rewind tapes > on non-last closes. After the trash and rewind, astclose() uses > count_dev() to avoid doing a full hardware close if the device is still > open. This involves using count_dev(), but count_dev() is just an > interface to the vfs count, so it miscounts in the same way as vfs. In > particular, it doesn't count incompleted opens. I don't know if ast's > locking is sufficient to prevent close() being called while a new open > is in progress. For most devices, it isn't. > - drm: it uses its own count of opens and closes, and it doesn't use > count_dev(). The own count has some chance of working, but needs > delicate locking of device open and device close to prevent them > running into each other, and some defense against the vfs bugs which > at least used to result in missing and/or extra closes. > - smb: like drm, except it limits its own count to 0 or 1 to give half- > baked exclusive access (fork() and dup(), etc, still give non-exclusive > access). D_TRACKCLOSE thus has no effect except for its interaction > with other bugs. > - geom: unlike most or all of the others, this may actually need > D_TRACKCLOSE, to implement multiple logical drivers per physical device. > I don't understand its details. > - apm: like drm > - bpf: like smb You failed to note that not using D_TRACKCLOSE doesn't actually reliable close devices. I set D_TRACKCLOSE on bpf because under load at work (lots of concurrent nmap's) bpf devices would sometimes never get fully closed, so you'd have an unopened bpf device that was no longer available. D_TRACKCLOSE gives much saner semantics for devices, each open() of an fd calls the 'd_open' method, and the last close of that fd (which could be in another process) calls 'd_close'. /dev/io in particular is quite bogus since even though a child process inherits the file descriptor, it doesn't inherit the behavior of having /dev/io open. -- John Baldwin From miwi at FreeBSD.org Sat Aug 9 21:03:44 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 21:03:53 2008 Subject: cvs commit: ports/www Makefile ports/www/arora Makefile distinfo pkg-descr pkg-plist ports/www/arora/files patch-src_src.pri patch-src_src.pro Message-ID: <200808092103.m79L3ijj061478@repoman.freebsd.org> miwi 2008-08-09 21:03:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/arora Makefile distinfo pkg-descr pkg-plist www/arora/files patch-src_src.pri patch-src_src.pro Log: Arora is a simple cross platform web browser. Currently Arora is a very basic browser whose feature list includes things like "History" and "Bookmarks". It does not have support for netscape plugins, so no flash support until Qt 4.5. But it is small, less than 10,000 lines of code, very fast, lean, mean and loads of fun to hack on. Arora and QtWebKit is developed to be cross-platform using the Qt library. It was originally created as a demo for Qt to help test the QtWebKit component and find API issues and bugs before the release. WWW: http://code.google.com/p/arora/ Submitted by: Andy Fawcett Revision Changes Path 1.2118 +1 -0 ports/www/Makefile 1.1 +44 -0 ports/www/arora/Makefile (new) 1.1 +3 -0 ports/www/arora/distinfo (new) 1.1 +11 -0 ports/www/arora/files/patch-src_src.pri (new) 1.1 +20 -0 ports/www/arora/files/patch-src_src.pro (new) 1.1 +11 -0 ports/www/arora/pkg-descr (new) 1.1 +36 -0 ports/www/arora/pkg-plist (new) From dinoex at FreeBSD.org Sat Aug 9 21:36:53 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sat Aug 9 21:37:03 2008 Subject: cvs commit: ports/databases/phppgadmin Makefile distinfo pkg-plist Message-ID: <200808092136.m79Laq95064250@repoman.freebsd.org> dinoex 2008-08-09 21:36:52 UTC FreeBSD ports repository Modified files: databases/phppgadmin Makefile distinfo pkg-plist Log: - update to 4.2.1 Revision Changes Path 1.43 +1 -2 ports/databases/phppgadmin/Makefile 1.25 +3 -3 ports/databases/phppgadmin/distinfo 1.25 +1 -93 ports/databases/phppgadmin/pkg-plist From sam at FreeBSD.org Sat Aug 9 21:52:12 2008 From: sam at FreeBSD.org (Sam Leffler) Date: Sat Aug 9 21:52:23 2008 Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh Message-ID: <200808092152.m79LqB4j065443@repoman.freebsd.org> sam 2008-08-09 21:51:57 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 181481 on 2008-08-09 21:51:57Z by sam fix syntax Revision Changes Path 1.35 +1 -0 src/tools/tools/nanobsd/nanobsd.sh From miwi at FreeBSD.org Sat Aug 9 22:16:36 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 22:16:43 2008 Subject: cvs commit: ports/chinese/kde4-l10n-zh_TW Makefile Message-ID: <200808092216.m79MGZYR068425@repoman.freebsd.org> miwi 2008-08-09 22:16:35 UTC FreeBSD ports repository Modified files: chinese/kde4-l10n-zh_TW Makefile Log: - Fix duplicate INDEX entry. Revision Changes Path 1.45 +3 -3 ports/chinese/kde4-l10n-zh_TW/Makefile From brix at FreeBSD.org Sat Aug 9 22:25:28 2008 From: brix at FreeBSD.org (Henrik Brix Andersen) Date: Sat Aug 9 22:25:39 2008 Subject: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs Message-ID: <200808092225.m79MPR9D069155@repoman.freebsd.org> brix 2008-08-09 22:25:13 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usbdevs Log: SVN rev 181482 on 2008-08-09 22:25:13Z by brix Add quirks for making uhid(4) ignore the Apple iPhone and iPhone 3G. Reviewed by: sam Approved by: sam MFC after: 3 days Revision Changes Path 1.66 +4 -0 src/sys/dev/usb/usb_quirks.c 1.363 +2 -0 src/sys/dev/usb/usbdevs From miwi at FreeBSD.org Sat Aug 9 22:30:29 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Aug 9 22:30:35 2008 Subject: cvs commit: ports/multimedia/smile Makefile distinfo pkg-plist Message-ID: <200808092230.m79MUSxD069560@repoman.freebsd.org> miwi 2008-08-09 22:30:28 UTC FreeBSD ports repository Modified files: multimedia/smile Makefile distinfo pkg-plist Log: - Update to 0.6.4 PR: 126399 Submitted by: Diego Depaoli (maintainer) Revision Changes Path 1.4 +1 -1 ports/multimedia/smile/Makefile 1.4 +3 -3 ports/multimedia/smile/distinfo 1.4 +13 -0 ports/multimedia/smile/pkg-plist From sam at freebsd.org Sat Aug 9 22:34:43 2008 From: sam at freebsd.org (Sam Leffler) Date: Sat Aug 9 22:34:54 2008 Subject: cvs commit: src/sys/conf files.i386 src/sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/glxsb Makefile In-Reply-To: <489DDD16.7000907@freebsd.org> References: <97980.1218298242@critter.freebsd.dk> <489DDD16.7000907@freebsd.org> Message-ID: <489E1B80.8090807@freebsd.org> Sam Leffler wrote: > Poul-Henning Kamp wrote: >> In message <200808091453.m79ErIuP092318@repoman.freebsd.org>, Philip >> Paeps writ >> es: >> >>> philip 2008-08-09 14:52:31 UTC >>> >>> >> >> >>> Add glxsb(4) driver for the Security Block in AMD Geode LX >>> processors (as >>> found in Soekris hardware, for instance). The hardware supports >>> acceleration >>> of AES-128-CBC accessible through crypto(4) and supplies entropy to >>> random(4). >>> >>> TODO: >>> >>> o Implement rndtest(4) support >>> >> >> Just for the record: I think it is important that we have a >> test-program >> that checks that these hardware assisted crypto algorithms actually >> do the right thing. >> >> I would really hate if people found out that they had been using >> the ROT52 algorithm due to some silly bug we don't notice along the >> way. >> >> It doesn't have to be very advanced, just run a couple of the standard >> test-vectors to see that the result is correct. >> >> > tools/tools/crypto/cryptotest is kinda setup to do that. No test > vectors though. I just remembered that for the net80211 crypto support I did test vectors in loadable modules (tools/tools/regression/net80211). This was required because the crypto support isn't exposed to user space and things are tied to 802.11 packet formats. The opencrypto support is exposed to user space through /dev/crypto so perhaps not relevant unless someone wanted to test paths accessible only in the kernel. Sam From pgj at FreeBSD.org Sat Aug 9 22:53:24 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Aug 9 22:53:36 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808092253.m79MrOM7071338@repoman.freebsd.org> pgj 2008-08-09 22:53:24 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 5.24: - Add identifier Approved by: gabor (mentor) Revision Changes Path 1.1092 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Sat Aug 9 22:58:30 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Aug 9 22:58:42 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808092258.m79MwU3L071729@repoman.freebsd.org> pgj 2008-08-09 22:58:30 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 1.8: - FreeBSD-CURRENT is less broken nowadays Submitted by: gabor Approved by: gabor (mentor) Revision Changes Path 1.1093 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Sat Aug 9 23:02:45 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Aug 9 23:02:57 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808092302.m79N2jYQ072088@repoman.freebsd.org> pgj 2008-08-09 23:02:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 2.1: - Remove further references to documentation packages as they are not maintained at the moment Submitted by: gabor Approved by: gabor (mentor) Revision Changes Path 1.1094 +1 -6 doc/en_US.ISO8859-1/books/faq/book.sgml From edwin at FreeBSD.org Sat Aug 9 23:08:12 2008 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sat Aug 9 23:08:17 2008 Subject: cvs commit: CVSROOT modules Message-ID: <200808092308.m79N8B76073694@repoman.freebsd.org> edwin 2008-08-09 23:08:11 UTC FreeBSD ports repository Modified files: . modules Log: Ports modules update at Saturday 09 August 2008 at 23:08 Revision Changes Path 1.20122 +4 -0 CVSROOT/modules From pgj at FreeBSD.org Sat Aug 9 23:10:09 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Aug 9 23:10:20 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808092310.m79NA9uG073876@repoman.freebsd.org> pgj 2008-08-09 23:10:09 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 2.2: - Make listing of the document's language and encoding more explicit, add country names for each encoding - Move the note for Microsoft's Rich Text Format from to therefore fix its rendering - Replace "Zip" with "zip" - Replace "BZip2" with "bzip2" Submitted by: gabor Approved by: gabor (mentor) Revision Changes Path 1.1095 +27 -26 doc/en_US.ISO8859-1/books/faq/book.sgml From kientzle at FreeBSD.org Sat Aug 9 23:14:45 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sat Aug 9 23:14:57 2008 Subject: cvs commit: src/lib/libarchive/test test_write_format_cpio_newc.c test_write_format_cpio_odc.c Message-ID: <200808092314.m79NEhBL074250@repoman.freebsd.org> kientzle 2008-08-09 23:14:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive/test test_write_format_cpio_newc.c test_write_format_cpio_odc.c Log: SVN rev 181483 on 2008-08-09 23:14:37Z by kientzle Fix up mergeinfo to reflect the current status of this branch. stable/7/lib/libarchive was already almost identical to head/lib/libarchive@177777. This matches it up exactly (except that I declined to resurrect the .cvsignore file) and records that alignment in svn:mergeinfo. Revision Changes Path 1.2.2.2 +1 -0 src/lib/libarchive/test/test_write_format_cpio_newc.c 1.1.2.2 +1 -0 src/lib/libarchive/test/test_write_format_cpio_odc.c From pgj at FreeBSD.org Sat Aug 9 23:15:40 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Aug 9 23:15:52 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808092315.m79NFe09074384@repoman.freebsd.org> pgj 2008-08-09 23:15:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 2.5: - Replace explicit estimate of users on IRC channel ##FreeBSD with a less specific value Submitted by: gabor Approved by: gabor (mentor) Revision Changes Path 1.1096 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Sat Aug 9 23:19:31 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Aug 9 23:19:37 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml Message-ID: <200808092319.m79NJVbV074647@repoman.freebsd.org> pgj 2008-08-09 23:19:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Update Question 2.6: - Add information about BSDCertification.org - Capitalize "Project" Submitted by: gabor Approved by: gabor (mentor) Revision Changes Path 1.1097 +7 -1 doc/en_US.ISO8859-1/books/faq/book.sgml From pgj at FreeBSD.org Sat Aug 9 23:38:58 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sat Aug 9 23:39:10 2008 Subject: cvs commit: doc/hu_HU.ISO8859-2/books/handbook/advanced-networking chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/bibliography chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/config chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/eresources chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/install chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/introduction chapter.sgml ... Message-ID: <200808092338.m79NcwAq076428@repoman.freebsd.org> pgj 2008-08-09 23:38:58 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/books/handbook/advanced-networking chapter.sgml hu_HU.ISO8859-2/books/handbook/bibliography chapter.sgml hu_HU.ISO8859-2/books/handbook/config chapter.sgml hu_HU.ISO8859-2/books/handbook/eresources chapter.sgml hu_HU.ISO8859-2/books/handbook/install chapter.sgml hu_HU.ISO8859-2/books/handbook/introduction chapter.sgml hu_HU.ISO8859-2/books/handbook/mirrors chapter.sgml hu_HU.ISO8859-2/books/handbook/ports chapter.sgml hu_HU.ISO8859-2/books/handbook/serialcomms chapter.sgml hu_HU.ISO8859-2/share/sgml mailing-lists.ent Log: Update the Hungarian translation: - Do not translate the expressions "multicast", "anycast", and "unicast" - Fix broken links to English language documentation - Refine translation of a.doc Submitted by: gabor Obtained from: The FreeBSD Hungarian Documentation Project Revision Changes Path 1.5 +47 -52 doc/hu_HU.ISO8859-2/books/handbook/advanced-networking/chapter.sgml 1.3 +1 -1 doc/hu_HU.ISO8859-2/books/handbook/bibliography/chapter.sgml 1.5 +2 -2 doc/hu_HU.ISO8859-2/books/handbook/config/chapter.sgml 1.6 +2 -2 doc/hu_HU.ISO8859-2/books/handbook/eresources/chapter.sgml 1.4 +2 -2 doc/hu_HU.ISO8859-2/books/handbook/install/chapter.sgml 1.4 +5 -5 doc/hu_HU.ISO8859-2/books/handbook/introduction/chapter.sgml 1.5 +2 -2 doc/hu_HU.ISO8859-2/books/handbook/mirrors/chapter.sgml 1.3 +4 -4 doc/hu_HU.ISO8859-2/books/handbook/ports/chapter.sgml 1.5 +1 -1 doc/hu_HU.ISO8859-2/books/handbook/serialcomms/chapter.sgml 1.8 +1 -1 doc/hu_HU.ISO8859-2/share/sgml/mailing-lists.ent From pgj at FreeBSD.org Sun Aug 10 00:20:27 2008 From: pgj at FreeBSD.org (Gabor Pali) Date: Sun Aug 10 00:20:35 2008 Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent doc/en_US.ISO8859-1/books/developers-handbook/dma chapter.sgml Message-ID: <200808100020.m7A0KRcq081063@repoman.freebsd.org> pgj 2008-08-10 00:20:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent Removed files: en_US.ISO8859-1/books/developers-handbook/dma chapter.sgml Log: - Remove the chapter on DMA from FreeBSD Developers' Handbook since it is no longer valid, however there could be added a new chapter on busdma [1] instead of this one [1] http://www.freebsd.org/projects/busdma/ PR: docs/126146 Discussed with: jhb Submitted by: gavin Approved by: gabor (mentor) Revision Changes Path 1.24 +0 -1 doc/en_US.ISO8859-1/books/developers-handbook/Makefile 1.56 +0 -1 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml 1.23 +0 -1 doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent 1.7 +0 -1326 doc/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml (dead) From miwi at FreeBSD.org Sun Aug 10 01:17:13 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Sun Aug 10 01:17:19 2008 Subject: cvs commit: ports MOVED ports/graphics Makefile ports/graphics/kpovmodeler Makefile distinfo pkg-descr pkg-plist Message-ID: <200808100117.m7A1HCNV096215@repoman.freebsd.org> miwi 2008-08-10 01:17:12 UTC FreeBSD ports repository Modified files: . MOVED graphics Makefile Added files: graphics/kpovmodeler Makefile distinfo pkg-descr pkg-plist Log: - Backout from attic - Update to 1.1.3 - Remove the MOVED entry Revision Changes Path 1.1662 +1 -2 ports/MOVED 1.1172 +1 -0 ports/graphics/Makefile 1.4 +28 -0 ports/graphics/kpovmodeler/Makefile (new) 1.3 +3 -0 ports/graphics/kpovmodeler/distinfo (new) 1.3 +4 -0 ports/graphics/kpovmodeler/pkg-descr (new) 1.3 +509 -0 ports/graphics/kpovmodeler/pkg-plist (new) From chinsan at FreeBSD.org Sun Aug 10 01:50:27 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 01:50:33 2008 Subject: cvs commit: ports/devel/pear-Console_Table Makefile distinfo Message-ID: <200808100150.m7A1oQmB099443@repoman.freebsd.org> chinsan 2008-08-10 01:50:26 UTC FreeBSD ports repository Modified files: devel/pear-Console_Table Makefile distinfo Log: - Update to 1.1.2 Revision Changes Path 1.13 +1 -1 ports/devel/pear-Console_Table/Makefile 1.11 +3 -3 ports/devel/pear-Console_Table/distinfo From chinsan at FreeBSD.org Sun Aug 10 01:51:35 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 01:51:42 2008 Subject: cvs commit: ports/devel/pear-PHP_CompatInfo Makefile distinfo Message-ID: <200808100151.m7A1pYgx099569@repoman.freebsd.org> chinsan 2008-08-10 01:51:34 UTC FreeBSD ports repository Modified files: devel/pear-PHP_CompatInfo Makefile distinfo Log: - Update to 1.8.0 Revision Changes Path 1.12 +1 -1 ports/devel/pear-PHP_CompatInfo/Makefile 1.11 +3 -3 ports/devel/pear-PHP_CompatInfo/distinfo From chinsan at FreeBSD.org Sun Aug 10 02:00:29 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 02:00:36 2008 Subject: cvs commit: ports/graphics/p5-Image-Pngslimmer Makefile distinfo Message-ID: <200808100200.m7A20TK6000377@repoman.freebsd.org> chinsan 2008-08-10 02:00:29 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Pngslimmer Makefile distinfo Log: - Update to 0.25 Revision Changes Path 1.13 +1 -1 ports/graphics/p5-Image-Pngslimmer/Makefile 1.11 +3 -3 ports/graphics/p5-Image-Pngslimmer/distinfo From kientzle at FreeBSD.org Sun Aug 10 02:06:47 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 02:06:53 2008 Subject: cvs commit: src/lib/libarchive archive_write_set_format_ar.c archive_write_set_format_pax.c Message-ID: <200808100206.m7A26kLG002068@repoman.freebsd.org> kientzle 2008-08-10 02:06:28 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_ar.c archive_write_set_format_pax.c Log: SVN rev 181485 on 2008-08-10 02:06:28Z by kientzle MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers robust against multiple calls to their destroy() functions. Revision Changes Path 1.8 +3 -0 src/lib/libarchive/archive_write_set_format_ar.c 1.48 +3 -0 src/lib/libarchive/archive_write_set_format_pax.c From chinsan at FreeBSD.org Sun Aug 10 02:10:21 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 02:10:27 2008 Subject: cvs commit: ports/graphics/p5-Imager-QRCode Makefile distinfo Message-ID: <200808100210.m7A2AL23002386@repoman.freebsd.org> chinsan 2008-08-10 02:10:21 UTC FreeBSD ports repository Modified files: graphics/p5-Imager-QRCode Makefile distinfo Log: - Update to 0.031 Revision Changes Path 1.6 +2 -1 ports/graphics/p5-Imager-QRCode/Makefile 1.3 +3 -3 ports/graphics/p5-Imager-QRCode/distinfo From chinsan at FreeBSD.org Sun Aug 10 02:11:44 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 02:11:49 2008 Subject: cvs commit: ports/textproc/p5-HTML-Tiny Makefile distinfo Message-ID: <200808100211.m7A2BhYJ002547@repoman.freebsd.org> chinsan 2008-08-10 02:11:43 UTC FreeBSD ports repository Modified files: textproc/p5-HTML-Tiny Makefile distinfo Log: - Update to 1.03 Revision Changes Path 1.3 +1 -1 ports/textproc/p5-HTML-Tiny/Makefile 1.2 +3 -3 ports/textproc/p5-HTML-Tiny/distinfo From chinsan at FreeBSD.org Sun Aug 10 02:13:12 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 02:13:18 2008 Subject: cvs commit: ports/textproc/p5-ack Makefile distinfo Message-ID: <200808100213.m7A2DB1H002691@repoman.freebsd.org> chinsan 2008-08-10 02:13:11 UTC FreeBSD ports repository Modified files: textproc/p5-ack Makefile distinfo Log: - Update to 1.86 Revision Changes Path 1.25 +1 -1 ports/textproc/p5-ack/Makefile 1.21 +3 -3 ports/textproc/p5-ack/distinfo From kientzle at FreeBSD.org Sun Aug 10 02:14:03 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 02:14:08 2008 Subject: cvs commit: src/lib/libarchive archive_read_support_format_mtree.c Message-ID: <200808100214.m7A2E2AC002770@repoman.freebsd.org> kientzle 2008-08-10 02:13:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_read_support_format_mtree.c Log: SVN rev 181486 on 2008-08-10 02:13:52Z by kientzle MFC r179125 > r179125 | cperciva | 2008-05-19 11:06:48 -0700 (Mon, 19 May 2008) | 5 lines > Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead and > dereferencing NULL. > Found by: Coverity Prevent Revision Changes Path 1.1.2.4 +1 -0 src/lib/libarchive/archive_read_support_format_mtree.c From kientzle at FreeBSD.org Sun Aug 10 02:17:34 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 02:17:40 2008 Subject: cvs commit: src/lib/libarchive archive_entry_strmode.c Message-ID: <200808100217.m7A2HXLJ003070@repoman.freebsd.org> kientzle 2008-08-10 02:17:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_entry_strmode.c Log: SVN rev 181487 on 2008-08-10 02:17:23Z by kientzle MFC r179234 | cperciva | 2008-05-22 21:57:28 -0700 (Thu, 22 May 2008) > We only use the string "?rwxrwxrwx " once, so inline it rather than > declaring a variable which points to it. Aside from eliminating a > line of code and one level of unnecessary indirection, this eliminates > a false positive in Coverity. Revision Changes Path 1.1.2.3 +1 -2 src/lib/libarchive/archive_entry_strmode.c From kientzle at FreeBSD.org Sun Aug 10 02:19:19 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 02:19:26 2008 Subject: cvs commit: src/lib/libarchive archive_read_data_into_fd.c Message-ID: <200808100219.m7A2JJBK003207@repoman.freebsd.org> kientzle 2008-08-10 02:19:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_read_data_into_fd.c Log: SVN rev 181488 on 2008-08-10 02:19:17Z by kientzle MFC r179235 | cperciva | 2008-05-22 22:01:29 -0700 (Thu, 22 May 2008) > Check that lseek(2) succeeds and puts us where we expect. [1] > > While we're here, fix a long-standing bug in the handling of write(2) > errors: The API changed from "return # of bytes written" to "return > status code" almost 4 years ago, so instead of returning (-1) we need > to return ARCHIVE_FATAL. > > Found by: Coverity Prevent [1] Revision Changes Path 1.15.2.1 +7 -3 src/lib/libarchive/archive_read_data_into_fd.c From chinsan at FreeBSD.org Sun Aug 10 02:50:06 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 02:50:17 2008 Subject: cvs commit: ports/devel/ditrack Makefile distinfo pkg-plist Message-ID: <200808100250.m7A2o5tF005946@repoman.freebsd.org> chinsan 2008-08-10 02:50:05 UTC FreeBSD ports repository Modified files: devel/ditrack Makefile distinfo pkg-plist Log: - Update to 0.8 Revision Changes Path 1.8 +2 -3 ports/devel/ditrack/Makefile 1.5 +3 -3 ports/devel/ditrack/distinfo 1.5 +5 -2 ports/devel/ditrack/pkg-plist From chinsan at FreeBSD.org Sun Aug 10 02:51:01 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 02:51:07 2008 Subject: cvs commit: ports/textproc/txt2tags Makefile distinfo pkg-plist Message-ID: <200808100251.m7A2p112006075@repoman.freebsd.org> chinsan 2008-08-10 02:51:01 UTC FreeBSD ports repository Modified files: textproc/txt2tags Makefile distinfo pkg-plist Log: - Update to 2.5 Revision Changes Path 1.12 +1 -1 ports/textproc/txt2tags/Makefile 1.7 +3 -3 ports/textproc/txt2tags/distinfo 1.5 +7 -2 ports/textproc/txt2tags/pkg-plist From kientzle at FreeBSD.org Sun Aug 10 03:13:56 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 03:14:07 2008 Subject: cvs commit: src/lib/libarchive/test test_read_format_zip.c Message-ID: <200808100313.m7A3DutH010297@repoman.freebsd.org> kientzle 2008-08-10 03:13:42 UTC FreeBSD src repository Modified files: lib/libarchive/test test_read_format_zip.c Log: SVN rev 181489 on 2008-08-10 03:13:42Z by kientzle Explain why two apparently-identical archive_read_data() calls really should have different return values. Revision Changes Path 1.6 +2 -0 src/lib/libarchive/test/test_read_format_zip.c From araujo at FreeBSD.org Sun Aug 10 03:25:26 2008 From: araujo at FreeBSD.org (Marcelo Araujo) Date: Sun Aug 10 03:25:32 2008 Subject: cvs commit: ports/www/wordpress-mu Makefile distinfo pkg-plist Message-ID: <200808100325.m7A3PQDL011289@repoman.freebsd.org> araujo 2008-08-10 03:25:26 UTC FreeBSD ports repository Modified files: www/wordpress-mu Makefile distinfo pkg-plist Log: - Update to 2.6. Revision Changes Path 1.20 +3 -3 ports/www/wordpress-mu/Makefile 1.16 +3 -3 ports/www/wordpress-mu/distinfo 1.8 +61 -3 ports/www/wordpress-mu/pkg-plist From keramida at ceid.upatras.gr Sun Aug 10 04:29:00 2008 From: keramida at ceid.upatras.gr (Giorgos Keramidas) Date: Sun Aug 10 04:29:08 2008 Subject: cvs commit: src/tools/tools/nanobsd nanobsd.sh In-Reply-To: <200808090928.m799S9KD050607@repoman.freebsd.org> (Poul-Henning Kamp's message of "Sat, 9 Aug 2008 09:27:54 +0000 (UTC)") References: <200808090928.m799S9KD050607@repoman.freebsd.org> Message-ID: <87sktdjxxg.fsf@kobe.laptop> On Sat, 9 Aug 2008 09:27:54 +0000 (UTC), Poul-Henning Kamp wrote: > phk 2008-08-09 09:27:54 UTC > > FreeBSD src repository > > Modified files: > tools/tools/nanobsd nanobsd.sh > Log: > SVN rev 181460 on 2008-08-09 09:27:54Z by phk > > Add -i option to supress image building. > > Submitted by: keramida Thanks :) From kientzle at FreeBSD.org Sun Aug 10 04:33:00 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 04:33:12 2008 Subject: cvs commit: src/lib/libarchive Makefile archive.h archive.h.in archive_endian.h archive_entry.3 archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.3 archive_read_extract.c ... Message-ID: <200808100433.m7A4X0lx019210@repoman.freebsd.org> kientzle 2008-08-10 04:32:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive Makefile archive_endian.h archive_entry.3 archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.3 archive_read_extract.c archive_read_support_compression_bzip2.c archive_read_support_compression_program.c archive_read_support_format_ar.c archive_read_support_format_iso9660.c archive_read_support_format_mtree.c archive_read_support_format_tar.c archive_read_support_format_zip.c archive_string.c archive_string.h archive_util.c archive_write.3 archive_write_disk.3 archive_write_disk.c archive_write_set_compression_program.c archive_write_set_format_ar.c archive_write_set_format_pax.c archive_write_set_format_ustar.c config_freebsd.h cpio.5 filter_fork.c libarchive-formats.5 tar.5 lib/libarchive/test Makefile main.c test.h test_acl_pax.c test_archive_api_feature.c test_entry.c test_pax_filename_encoding.c test_read_extract.c test_read_format_isorr_bz2.c test_read_format_mtree.c test_read_format_zip.c test_tar_filenames.c test_tar_large.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 Added files: (Branch: RELENG_7) lib/libarchive archive.h lib/libarchive/test test_link_resolver.c test_read_format_isorr_bz2.iso.bz2.uu test_read_format_tar_empty_filename.c test_read_format_tar_empty_filename.tar.uu test_read_format_zip.zip.uu test_ustar_filenames.c test_write_format_tar_ustar.c Removed files: (Branch: RELENG_7) lib/libarchive archive.h.in Log: SVN rev 181490 on 2008-08-10 04:32:47Z by kientzle Big MFC of libarchive 2.5.5. Revision Changes Path 1.77.2.3 +6 -28 src/lib/libarchive/Makefile 1.18.2.1 +592 -0 src/lib/libarchive/archive.h (new) 1.46.2.3 +0 -539 src/lib/libarchive/archive.h.in (dead) 1.1.2.3 +14 -0 src/lib/libarchive/archive_endian.h 1.15.2.2 +13 -2 src/lib/libarchive/archive_entry.3 1.44.2.3 +298 -122 src/lib/libarchive/archive_entry.c 1.23.2.3 +223 -106 src/lib/libarchive/archive_entry.h 1.1.2.2 +295 -114 src/lib/libarchive/archive_entry_link_resolver.c 1.1.4.3 +20 -6 src/lib/libarchive/archive_entry_private.h 1.1.2.4 +5 -0 src/lib/libarchive/archive_entry_strmode.c 1.27.2.3 +3 -0 src/lib/libarchive/archive_platform.h 1.35.2.2 +23 -0 src/lib/libarchive/archive_read.3 1.59.2.2 +17 -11 src/lib/libarchive/archive_read_extract.c 1.16.2.2 +22 -10 src/lib/libarchive/archive_read_support_compression_bzip2.c 1.2.2.1 +28 -1 src/lib/libarchive/archive_read_support_compression_program.c 1.6.4.4 +6 -2 src/lib/libarchive/archive_read_support_format_ar.c 1.23.2.3 +19 -40 src/lib/libarchive/archive_read_support_format_iso9660.c 1.1.2.5 +637 -117 src/lib/libarchive/archive_read_support_format_mtree.c 1.61.2.4 +56 -40 src/lib/libarchive/archive_read_support_format_tar.c 1.14.2.5 +118 -7 src/lib/libarchive/archive_read_support_format_zip.c 1.11.2.1 +246 -7 src/lib/libarchive/archive_string.c 1.9.2.2 +23 -6 src/lib/libarchive/archive_string.h 1.15.2.3 +1 -23 src/lib/libarchive/archive_util.c 1.22.2.2 +5 -1 src/lib/libarchive/archive_write.3 1.1.4.2 +4 -0 src/lib/libarchive/archive_write_disk.3 1.17.2.4 +132 -54 src/lib/libarchive/archive_write_disk.c 1.1.4.1 +27 -0 src/lib/libarchive/archive_write_set_compression_program.c 1.3.4.3 +6 -5 src/lib/libarchive/archive_write_set_format_ar.c 1.41.2.3 +58 -17 src/lib/libarchive/archive_write_set_format_pax.c 1.24.2.3 +38 -30 src/lib/libarchive/archive_write_set_format_ustar.c 1.5.2.3 +4 -2 src/lib/libarchive/config_freebsd.h 1.1.2.2 +6 -6 src/lib/libarchive/cpio.5 1.1.4.2 +31 -9 src/lib/libarchive/filter_fork.c 1.14.2.2 +8 -0 src/lib/libarchive/libarchive-formats.5 1.17.2.1 +6 -6 src/lib/libarchive/tar.5 1.11.2.3 +8 -18 src/lib/libarchive/test/Makefile 1.8.2.4 +156 -24 src/lib/libarchive/test/main.c 1.6.2.4 +23 -16 src/lib/libarchive/test/test.h 1.4.2.1 +4 -8 src/lib/libarchive/test/test_acl_pax.c 1.3.2.2 +12 -1 src/lib/libarchive/test/test_archive_api_feature.c 1.2.2.2 +32 -3 src/lib/libarchive/test/test_entry.c 1.2.2.1 +205 -0 src/lib/libarchive/test/test_link_resolver.c (new) 1.1.2.2 +151 -15 src/lib/libarchive/test/test_pax_filename_encoding.c 1.3.2.1 +18 -9 src/lib/libarchive/test/test_read_extract.c 1.2.2.2 +52 -94 src/lib/libarchive/test/test_read_format_isorr_bz2.c 1.1.2.1 +24 -0 src/lib/libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu (new) 1.1.2.2 +5 -5 src/lib/libarchive/test/test_read_format_mtree.c 1.1.2.1 +66 -0 src/lib/libarchive/test/test_read_format_tar_empty_filename.c (new) 1.2.2.1 +38 -0 src/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu (new) 1.2.2.2 +3 -19 src/lib/libarchive/test/test_read_format_zip.c 1.2.2.1 +13 -0 src/lib/libarchive/test/test_read_format_zip.zip.uu (new) 1.7.2.2 +22 -12 src/lib/libarchive/test/test_tar_filenames.c 1.1.2.2 +5 -0 src/lib/libarchive/test/test_tar_large.c 1.1.2.1 +183 -0 src/lib/libarchive/test/test_ustar_filenames.c (new) 1.6.2.2 +5 -1 src/lib/libarchive/test/test_write_disk.c 1.1.2.2 +12 -4 src/lib/libarchive/test/test_write_disk_hardlink.c 1.7.2.2 +3 -3 src/lib/libarchive/test/test_write_disk_perms.c 1.3.2.1 +2 -2 src/lib/libarchive/test/test_write_disk_secure.c 1.5.2.2 +2 -1 src/lib/libarchive/test/test_write_format_ar.c 1.1.2.1 +342 -0 src/lib/libarchive/test/test_write_format_tar_ustar.c (new) From kientzle at FreeBSD.org Sun Aug 10 05:00:31 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 05:00:42 2008 Subject: cvs commit: src/lib/libarchive archive_read_support_format_zip.c src/lib/libarchive/test test_read_format_zip.c test_read_format_zip.zip.uu Message-ID: <200808100500.m7A50VMw030719@repoman.freebsd.org> kientzle 2008-08-10 05:00:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_read_support_format_zip.c lib/libarchive/test test_read_format_zip.c test_read_format_zip.zip.uu Log: SVN rev 181491 on 2008-08-10 05:00:14Z by kientzle MFC r180027, r180028, r180122, r180123, r181489 Cumulatively, these implement CRC32 validation when reading Zip archives and the test suite updates to ensure that CRC32 checking really will fail on a damaged entry and succeed on a valid one. Revision Changes Path 1.14.2.6 +14 -6 src/lib/libarchive/archive_read_support_format_zip.c 1.2.2.3 +5 -2 src/lib/libarchive/test/test_read_format_zip.c 1.2.2.2 +3 -3 src/lib/libarchive/test/test_read_format_zip.zip.uu From chinsan at FreeBSD.org Sun Aug 10 05:15:24 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 05:15:35 2008 Subject: cvs commit: ports/astro/p5-Astro-SpaceTrack Makefile distinfo Message-ID: <200808100515.m7A5FNwP033095@repoman.freebsd.org> chinsan 2008-08-10 05:15:23 UTC FreeBSD ports repository Modified files: astro/p5-Astro-SpaceTrack Makefile distinfo Log: - Update to 0.032 Revision Changes Path 1.10 +1 -1 ports/astro/p5-Astro-SpaceTrack/Makefile 1.10 +3 -3 ports/astro/p5-Astro-SpaceTrack/distinfo From chinsan at FreeBSD.org Sun Aug 10 05:18:36 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 05:18:47 2008 Subject: cvs commit: ports/databases/p5-DBD-Pg Makefile distinfo Message-ID: <200808100518.m7A5IaZ2033321@repoman.freebsd.org> chinsan 2008-08-10 05:18:36 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Pg Makefile distinfo Log: - Update to 2.9.0 Revision Changes Path 1.80 +1 -1 ports/databases/p5-DBD-Pg/Makefile 1.35 +3 -3 ports/databases/p5-DBD-Pg/distinfo From leeym at FreeBSD.org Sun Aug 10 05:19:03 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Sun Aug 10 05:19:10 2008 Subject: cvs commit: ports/devel/p5-Scalar-Defer Makefile distinfo Message-ID: <200808100519.m7A5J31I033386@repoman.freebsd.org> leeym 2008-08-10 05:19:03 UTC FreeBSD ports repository Modified files: devel/p5-Scalar-Defer Makefile distinfo Log: - update to 0.17 Revision Changes Path 1.11 +1 -1 ports/devel/p5-Scalar-Defer/Makefile 1.10 +3 -3 ports/devel/p5-Scalar-Defer/distinfo From kientzle at FreeBSD.org Sun Aug 10 05:30:33 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 05:30:45 2008 Subject: cvs commit: src/lib/libarchive/test Makefile Message-ID: <200808100530.m7A5UX4A034314@repoman.freebsd.org> kientzle 2008-08-10 05:30:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive/test Makefile Log: SVN rev 181492 on 2008-08-10 05:30:28Z by kientzle MFC various corrections to the test suite Makefile. Revision Changes Path 1.11.2.4 +6 -6 src/lib/libarchive/test/Makefile From kientzle at FreeBSD.org Sun Aug 10 05:38:19 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 05:38:31 2008 Subject: cvs commit: src/lib/libarchive/test test_pax_filename_encoding.tar.gz.uu test_read_format_tar_empty_filename.tar.uu Message-ID: <200808100538.m7A5cIIh034944@repoman.freebsd.org> kientzle 2008-08-10 05:38:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive/test test_pax_filename_encoding.tar.gz.uu test_read_format_tar_empty_filename.tar.uu Log: SVN rev 181493 on 2008-08-10 05:38:07Z by kientzle MFC missing $FreeBSD$ markers. Revision Changes Path 1.1.2.2 +1 -0 src/lib/libarchive/test/test_pax_filename_encoding.tar.gz.uu 1.2.2.2 +1 -0 src/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu From leeym at FreeBSD.org Sun Aug 10 05:39:16 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Sun Aug 10 05:39:23 2008 Subject: cvs commit: ports/textproc/p5-Text-Trac Makefile distinfo Message-ID: <200808100539.m7A5dGnr035038@repoman.freebsd.org> leeym 2008-08-10 05:39:16 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Trac Makefile distinfo Log: - update to 0.13 Revision Changes Path 1.14 +8 -9 ports/textproc/p5-Text-Trac/Makefile 1.10 +3 -3 ports/textproc/p5-Text-Trac/distinfo From kientzle at FreeBSD.org Sun Aug 10 05:39:34 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 05:39:41 2008 Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c Message-ID: <200808100539.m7A5dYxm035086@repoman.freebsd.org> kientzle 2008-08-10 05:39:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_read_support_format_tar.c Log: SVN rev 181494 on 2008-08-10 05:39:25Z by kientzle MFC removal of an unused variable. Revision Changes Path 1.61.2.5 +0 -2 src/lib/libarchive/archive_read_support_format_tar.c From kientzle at FreeBSD.org Sun Aug 10 05:40:47 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 05:40:54 2008 Subject: cvs commit: src/lib/libarchive archive_private.h Message-ID: <200808100540.m7A5elcQ035257@repoman.freebsd.org> kientzle 2008-08-10 05:40:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_private.h Log: SVN rev 181495 on 2008-08-10 05:40:16Z by kientzle MFC __dead2 marker Revision Changes Path 1.29.2.1 +1 -1 src/lib/libarchive/archive_private.h From rafan at FreeBSD.org Sun Aug 10 05:44:36 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Sun Aug 10 05:44:42 2008 Subject: cvs commit: ports/www Makefile ports/www/p5-WWW-Plurk Makefile distinfo pkg-descr pkg-plist Message-ID: <200808100544.m7A5iZX9035588@repoman.freebsd.org> rafan 2008-08-10 05:44:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Plurk Makefile distinfo pkg-descr pkg-plist Log: This is an unofficial API for plurk.com. It uses the same interfaces that plurk itself uses internally which are not published and not necessarily stable. When Plurk publish a stable API this module will be updated to take advantage of it. In the mean time use with caution. Ryan Lim did the heavy lifting of reverse engineering the API. His PHP implementation can be found at http://code.google.com/p/rlplurkapi/. If you'd like to lend a hand supporting the bits of Plurk that this API doesn't yet reach please feel free to send me a patch. The Plurk API Wiki at http://plurkwiki.badchemicals.net/ is a good source of information. Author: Andy Armstrong WWW: http://search.cpan.org/dist/WWW-Plurk/ PR: ports/126404 Submitted by: Yi-Hsuan Hsin Revision Changes Path 1.2119 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/p5-WWW-Plurk/Makefile (new) 1.1 +3 -0 ports/www/p5-WWW-Plurk/distinfo (new) 1.1 +14 -0 ports/www/p5-WWW-Plurk/pkg-descr (new) 1.1 +9 -0 ports/www/p5-WWW-Plurk/pkg-plist (new) From thompsa at FreeBSD.org Sun Aug 10 05:57:18 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun Aug 10 05:57:29 2008 Subject: cvs commit: src/sys/compat/ndis ndis_var.h Message-ID: <200808100557.m7A5vHG8036584@repoman.freebsd.org> thompsa 2008-08-10 05:57:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/ndis ndis_var.h Log: SVN rev 181496 on 2008-08-10 05:57:10Z by thompsa MFC r174141 Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex. PR: kern/118369 Revision Changes Path 1.47.2.1 +1 -1 src/sys/compat/ndis/ndis_var.h From thompsa at FreeBSD.org Sun Aug 10 06:03:49 2008 From: thompsa at FreeBSD.org (Andrew Thompson) Date: Sun Aug 10 06:03:55 2008 Subject: cvs commit: src/usr.bin/netstat route.c Message-ID: <200808100603.m7A63mNN038201@repoman.freebsd.org> thompsa 2008-08-10 06:03:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat route.c Log: SVN rev 181497 on 2008-08-10 06:03:46Z by thompsa MFC r175217 Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly. PR: bin/119542 Revision Changes Path 1.76.2.7 +1 -0 src/usr.bin/netstat/route.c From kientzle at FreeBSD.org Sun Aug 10 06:09:34 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:09:46 2008 Subject: cvs commit: src/lib/libarchive archive_write_set_format_ar.c archive_write_set_format_pax.c Message-ID: <200808100609.m7A69YBC038661@repoman.freebsd.org> kientzle 2008-08-10 06:09:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_write_set_format_ar.c archive_write_set_format_pax.c Log: SVN rev 181498 on 2008-08-10 06:09:25Z by kientzle MFC r181485 | kientzle | 2008-08-09 19:06:28 -0700 (Sat, 09 Aug 2008) > MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers > robust against multiple calls to their destroy() functions. Revision Changes Path 1.3.4.4 +3 -0 src/lib/libarchive/archive_write_set_format_ar.c 1.41.2.4 +3 -0 src/lib/libarchive/archive_write_set_format_pax.c From kientzle at FreeBSD.org Sun Aug 10 06:24:51 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:25:02 2008 Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200808100624.m7A6Ooma039941@repoman.freebsd.org> kientzle 2008-08-10 06:24:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar write.c Log: SVN rev 181499 on 2008-08-10 06:24:31Z by kientzle MFC r176395 | kientzle | 2008-02-18 21:27:17 -0800 (Mon, 18 Feb 2008) > Allow appending to archives on block devices as well as > archives in regular files, since both are seekable. Revision Changes Path 1.63.2.1 +1 -1 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 06:26:36 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:26:43 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c write.c Message-ID: <200808100626.m7A6QaV4040135@repoman.freebsd.org> kientzle 2008-08-10 06:26:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c write.c Log: SVN rev 181500 on 2008-08-10 06:26:29Z by kientzle MFC r177204 | kientzle | 2008-03-14 19:41:44 -0700 (Fri, 14 Mar 2008) > Enable and document the -Z option for selecting "compress" compression, > now that libarchive supports it. Revision Changes Path 1.35.2.2 +10 -0 src/usr.bin/tar/bsdtar.1 1.77.2.2 +0 -5 src/usr.bin/tar/bsdtar.c 1.63.2.2 +3 -0 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 06:28:52 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:29:00 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.c Message-ID: <200808100628.m7A6Sq0G040302@repoman.freebsd.org> kientzle 2008-08-10 06:28:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.c Log: SVN rev 181501 on 2008-08-10 06:28:39Z by kientzle MFC --compress and --uncompress as synonyms for -Z Revision Changes Path 1.77.2.3 +2 -0 src/usr.bin/tar/bsdtar.c From kientzle at FreeBSD.org Sun Aug 10 06:30:53 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:31:09 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h read.c Message-ID: <200808100630.m7A6UrZm040528@repoman.freebsd.org> kientzle 2008-08-10 06:30:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h read.c Log: SVN rev 181502 on 2008-08-10 06:30:40Z by kientzle MFC --chroot option and documentation Revision Changes Path 1.35.2.3 +6 -0 src/usr.bin/tar/bsdtar.1 1.77.2.4 +5 -0 src/usr.bin/tar/bsdtar.c 1.28.2.2 +1 -0 src/usr.bin/tar/bsdtar.h 1.1.4.2 +1 -0 src/usr.bin/tar/config_freebsd.h 1.34.2.2 +11 -0 src/usr.bin/tar/read.c From kientzle at FreeBSD.org Sun Aug 10 06:32:39 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:32:50 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c Message-ID: <200808100632.m7A6WdVd040667@repoman.freebsd.org> kientzle 2008-08-10 06:32:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181503 on 2008-08-10 06:32:34Z by kientzle MFC -q as synonym for --fast-read Revision Changes Path 1.35.2.4 +9 -9 src/usr.bin/tar/bsdtar.1 1.77.2.5 +4 -5 src/usr.bin/tar/bsdtar.c From chinsan at FreeBSD.org Sun Aug 10 06:34:51 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 06:34:57 2008 Subject: cvs commit: ports/multimedia/p5-FLV-Info Makefile distinfo Message-ID: <200808100634.m7A6Yoox040880@repoman.freebsd.org> chinsan 2008-08-10 06:34:50 UTC FreeBSD ports repository Modified files: multimedia/p5-FLV-Info Makefile distinfo Log: - Update to 0.19 Revision Changes Path 1.14 +1 -1 ports/multimedia/p5-FLV-Info/Makefile 1.11 +3 -3 ports/multimedia/p5-FLV-Info/distinfo From chinsan at FreeBSD.org Sun Aug 10 06:35:48 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 06:36:00 2008 Subject: cvs commit: ports/net/p5-Net-OAuth Makefile distinfo Message-ID: <200808100635.m7A6Zmk9041047@repoman.freebsd.org> chinsan 2008-08-10 06:35:48 UTC FreeBSD ports repository Modified files: net/p5-Net-OAuth Makefile distinfo Log: - Update to 0.12 Revision Changes Path 1.7 +1 -1 ports/net/p5-Net-OAuth/Makefile 1.7 +3 -3 ports/net/p5-Net-OAuth/distinfo From kientzle at FreeBSD.org Sun Aug 10 06:36:56 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:37:08 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.c Message-ID: <200808100636.m7A6atVf041158@repoman.freebsd.org> kientzle 2008-08-10 06:36:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.c Log: SVN rev 181504 on 2008-08-10 06:36:43Z by kientzle MFC r177211 | kientzle | 2008-03-14 20:28:39 -0700 (Fri, 14 Mar 2008) Support NetBSD's --insecure as a synonym for -P. Revision Changes Path 1.77.2.6 +1 -0 src/usr.bin/tar/bsdtar.c From kientzle at FreeBSD.org Sun Aug 10 06:43:28 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:43:34 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.c Message-ID: <200808100643.m7A6hQu9041736@repoman.freebsd.org> kientzle 2008-08-10 06:43:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.c Log: SVN rev 181505 on 2008-08-10 06:43:20Z by kientzle MFC r177214: style fix and a comment. Revision Changes Path 1.77.2.7 +2 -1 src/usr.bin/tar/bsdtar.c From kientzle at FreeBSD.org Sun Aug 10 06:44:57 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:45:08 2008 Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200808100644.m7A6ivhU041869@repoman.freebsd.org> kientzle 2008-08-10 06:44:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar write.c Log: SVN rev 181506 on 2008-08-10 06:44:39Z by kientzle MFC r178714: allow -r and -T together even when there are no files on the command line. PR: bin/123246 Revision Changes Path 1.63.2.3 +1 -1 src/usr.bin/tar/write.c From maho at FreeBSD.org Sun Aug 10 06:47:40 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Sun Aug 10 06:47:52 2008 Subject: cvs commit: ports/editors/openoffice.org-3-RC Makefile distinfo ports/editors/openoffice.org-3-RC/files patch-i84549 patch-i91318 patch-i91369 patch-i91861 Message-ID: <200808100647.m7A6leob042160@repoman.freebsd.org> maho 2008-08-10 06:47:40 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile distinfo editors/openoffice.org-3-RC/files patch-i84549 patch-i91318 patch-i91861 Added files: editors/openoffice.org-3-RC/files patch-i91369 Log: Update to OOO300_m1. Revision Changes Path 1.348 +3 -5 ports/editors/openoffice.org-3-RC/Makefile 1.138 +3 -3 ports/editors/openoffice.org-3-RC/distinfo 1.2 +13 -14 ports/editors/openoffice.org-3-RC/files/patch-i84549 1.2 +7 -6 ports/editors/openoffice.org-3-RC/files/patch-i91318 1.1 +16 -0 ports/editors/openoffice.org-3-RC/files/patch-i91369 (new) 1.2 +9 -10 ports/editors/openoffice.org-3-RC/files/patch-i91861 From marcus at FreeBSD.org Sun Aug 10 06:50:52 2008 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Aug 10 06:51:04 2008 Subject: cvs commit: ports/audio/libcanberra Makefile ports/audio/libcanberra/files patch-src_oss.c Message-ID: <200808100650.m7A6oqKM042470@repoman.freebsd.org> marcus 2008-08-10 06:50:52 UTC FreeBSD ports repository Modified files: audio/libcanberra Makefile audio/libcanberra/files patch-src_oss.c Log: Properly set the number of channels and sound format options. Revision Changes Path 1.5 +1 -1 ports/audio/libcanberra/Makefile 1.2 +20 -7 ports/audio/libcanberra/files/patch-src_oss.c From chinsan at FreeBSD.org Sun Aug 10 06:52:17 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 06:52:29 2008 Subject: cvs commit: ports/security/p5-Net-SSLeay Makefile distinfo Message-ID: <200808100652.m7A6qHfg042607@repoman.freebsd.org> chinsan 2008-08-10 06:52:17 UTC FreeBSD ports repository Modified files: security/p5-Net-SSLeay Makefile distinfo Log: - Update to 1.35 Revision Changes Path 1.30 +1 -1 ports/security/p5-Net-SSLeay/Makefile 1.14 +3 -3 ports/security/p5-Net-SSLeay/distinfo From kientzle at FreeBSD.org Sun Aug 10 06:53:45 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:53:56 2008 Subject: cvs commit: src/usr.bin/tar/test Makefile config.sh main.c test-acl.sh test-basic.sh test-deep-dir.sh test-flags.sh test-nodump.sh test-overwrite.sh test-utf8.sh test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c ... Message-ID: <200808100653.m7A6rjD1042805@repoman.freebsd.org> kientzle 2008-08-10 06:53:28 UTC FreeBSD src repository Added files: (Branch: RELENG_7) usr.bin/tar/test Makefile main.c test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c test_option_T.c test_stdio.c test_version.c Removed files: (Branch: RELENG_7) usr.bin/tar/test config.sh test-acl.sh test-basic.sh test-deep-dir.sh test-flags.sh test-nodump.sh test-overwrite.sh test-utf8.sh Log: SVN rev 181507 on 2008-08-10 06:53:28Z by kientzle MFC r178715, r175052: New bsdtar test harness, modeled after libarchive test harness. Revision Changes Path 1.2.2.1 +61 -0 src/usr.bin/tar/test/Makefile (new) 1.2.2.1 +0 -74 src/usr.bin/tar/test/config.sh (dead) 1.3.2.1 +1012 -0 src/usr.bin/tar/test/main.c (new) 1.1.2.1 +0 -76 src/usr.bin/tar/test/test-acl.sh (dead) 1.5.2.1 +0 -432 src/usr.bin/tar/test/test-basic.sh (dead) 1.1.2.1 +0 -60 src/usr.bin/tar/test/test-deep-dir.sh (dead) 1.1.2.1 +0 -74 src/usr.bin/tar/test/test-flags.sh (dead) 1.1.2.1 +0 -52 src/usr.bin/tar/test/test-nodump.sh (dead) 1.1.2.1 +0 -51 src/usr.bin/tar/test/test-overwrite.sh (dead) 1.1.2.1 +0 -40 src/usr.bin/tar/test/test-utf8.sh (dead) 1.3.2.1 +151 -0 src/usr.bin/tar/test/test.h (new) 1.2.2.1 +62 -0 src/usr.bin/tar/test/test_0.c (new) 1.2.2.1 +158 -0 src/usr.bin/tar/test/test_basic.c (new) 1.2.2.1 +300 -0 src/usr.bin/tar/test/test_copy.c (new) 1.2.2.1 +38 -0 src/usr.bin/tar/test/test_getdate.c (new) 1.2.2.1 +81 -0 src/usr.bin/tar/test/test_help.c (new) 1.2.2.1 +123 -0 src/usr.bin/tar/test/test_option_T.c (new) 1.2.2.1 +124 -0 src/usr.bin/tar/test/test_stdio.c (new) 1.2.2.1 +93 -0 src/usr.bin/tar/test/test_version.c (new) From kientzle at FreeBSD.org Sun Aug 10 06:58:17 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 06:58:28 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.c Message-ID: <200808100658.m7A6wFkq043194@repoman.freebsd.org> kientzle 2008-08-10 06:58:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.c Log: SVN rev 181508 on 2008-08-10 06:58:09Z by kientzle MFC r178716: --version succeeds Revision Changes Path 1.77.2.8 +1 -1 src/usr.bin/tar/bsdtar.c From kientzle at FreeBSD.org Sun Aug 10 07:00:31 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:00:42 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c Message-ID: <200808100700.m7A70VAP043452@repoman.freebsd.org> kientzle 2008-08-10 07:00:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181509 on 2008-08-10 07:00:12Z by kientzle MFC r178717: --format is permitted with -r or -u, document that -o is a synonym for --format=ustar when used with -c, -r, or -u Revision Changes Path 1.35.2.5 +8 -2 src/usr.bin/tar/bsdtar.1 1.77.2.9 +1 -1 src/usr.bin/tar/bsdtar.c From kientzle at FreeBSD.org Sun Aug 10 07:03:02 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:03:14 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c Message-ID: <200808100703.m7A732UL044350@repoman.freebsd.org> kientzle 2008-08-10 07:02:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181510 on 2008-08-10 07:02:48Z by kientzle MFC r179072 | cperciva | 2008-05-17 08:55:29 -0700 (Sat, 17 May 2008) > Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore > files if the existing file is newer than the archive entry). Revision Changes Path 1.35.2.6 +4 -0 src/usr.bin/tar/bsdtar.1 1.77.2.10 +5 -0 src/usr.bin/tar/bsdtar.c From kientzle at FreeBSD.org Sun Aug 10 07:07:18 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:07:24 2008 Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c Message-ID: <200808100707.m7A77Imp045164@repoman.freebsd.org> kientzle 2008-08-10 07:07:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar Makefile bsdtar.h read.c write.c Added files: (Branch: RELENG_7) usr.bin/tar siginfo.c Log: SVN rev 181511 on 2008-08-10 07:07:00Z by kientzle MFC r179083, r179213: When we receive SIGINFO (or SIGUSR1), print out some basic progress information. Revision Changes Path 1.32.2.2 +1 -1 src/usr.bin/tar/Makefile 1.28.2.3 +6 -0 src/usr.bin/tar/bsdtar.h 1.34.2.3 +26 -0 src/usr.bin/tar/read.c 1.2.2.1 +147 -0 src/usr.bin/tar/siginfo.c (new) 1.63.2.4 +25 -0 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 07:14:49 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:14:56 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.c Message-ID: <200808100714.m7A7EnJH045902@repoman.freebsd.org> kientzle 2008-08-10 07:14:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.c Log: SVN rev 181512 on 2008-08-10 07:14:38Z by kientzle MFC r179131 | cperciva | 2008-05-19 11:38:01 -0700 (Mon, 19 May 2008) Avoid a call to malloc(0) when invoked as 'tar ""'. This avoids a bizarre error message when malloc() is set to System V mode (malloc(0) == NULL). Revision Changes Path 1.77.2.11 +2 -2 src/usr.bin/tar/bsdtar.c From dinoex at FreeBSD.org Sun Aug 10 07:15:00 2008 From: dinoex at FreeBSD.org (Dirk Meyer) Date: Sun Aug 10 07:15:08 2008 Subject: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/files patch-configure Message-ID: <200808100714.m7A7ExIX045952@repoman.freebsd.org> dinoex 2008-08-10 07:14:59 UTC FreeBSD ports repository Modified files: graphics/jpeg Makefile graphics/jpeg/files patch-configure Log: - fix HAVE_STDLIB_H macrosA Reported by: Jeremy Messenger Revision Changes Path 1.45 +1 -1 ports/graphics/jpeg/Makefile 1.3 +37 -5 ports/graphics/jpeg/files/patch-configure From kientzle at FreeBSD.org Sun Aug 10 07:15:50 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:15:57 2008 Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200808100715.m7A7Foob046098@repoman.freebsd.org> kientzle 2008-08-10 07:15:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar write.c Log: SVN rev 181513 on 2008-08-10 07:15:33Z by kientzle MFC r179236: Remove an unnecessary check for NULL Revision Changes Path 1.63.2.5 +1 -2 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 07:36:13 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:36:24 2008 Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c subst.c util.c write.c src/usr.bin/tar/test Makefile main.c test.h test_copy.c test_option_T.c test_patterns.c Message-ID: <200808100736.m7A7aCjc047788@repoman.freebsd.org> kientzle 2008-08-10 07:35:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c util.c write.c usr.bin/tar/test Makefile main.c test.h test_copy.c test_option_T.c Added files: (Branch: RELENG_7) usr.bin/tar subst.c usr.bin/tar/test test_patterns.c Log: SVN rev 181514 on 2008-08-10 07:35:55Z by kientzle Big MFC of bsdtar 2.5.5. Revision Changes Path 1.32.2.3 +4 -3 src/usr.bin/tar/Makefile 1.35.2.7 +38 -2 src/usr.bin/tar/bsdtar.1 1.77.2.12 +21 -1 src/usr.bin/tar/bsdtar.c 1.28.2.4 +9 -1 src/usr.bin/tar/bsdtar.h 1.1.4.3 +1 -1 src/usr.bin/tar/config_freebsd.h 1.11.2.2 +23 -0 src/usr.bin/tar/matching.c 1.34.2.4 +8 -1 src/usr.bin/tar/read.c 1.4.2.1 +287 -0 src/usr.bin/tar/subst.c (new) 1.2.2.2 +1 -0 src/usr.bin/tar/test/Makefile 1.3.2.2 +6 -3 src/usr.bin/tar/test/main.c 1.3.2.2 +15 -16 src/usr.bin/tar/test/test.h 1.2.2.2 +108 -82 src/usr.bin/tar/test/test_copy.c 1.2.2.2 +19 -0 src/usr.bin/tar/test/test_option_T.c 1.1.2.1 +47 -0 src/usr.bin/tar/test/test_patterns.c (new) 1.17.2.2 +57 -5 src/usr.bin/tar/util.c 1.63.2.6 +88 -227 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 07:38:28 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:38:40 2008 Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200808100738.m7A7cSfB047958@repoman.freebsd.org> kientzle 2008-08-10 07:38:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar write.c Log: SVN rev 181515 on 2008-08-10 07:38:25Z by kientzle MFC r179988: Include the filename when reporting file truncation. Revision Changes Path 1.63.2.7 +6 -4 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 07:41:14 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:41:20 2008 Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200808100741.m7A7fEUa048246@repoman.freebsd.org> kientzle 2008-08-10 07:41:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar write.c Log: SVN rev 181516 on 2008-08-10 07:41:00Z by kientzle MFC r180277: Restore an unnecessary NULL check, for stylistic reasons. Revision Changes Path 1.63.2.8 +2 -1 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 07:43:32 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:43:38 2008 Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200808100743.m7A7hV6c048426@repoman.freebsd.org> kientzle 2008-08-10 07:43:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar write.c Log: SVN rev 181517 on 2008-08-10 07:43:19Z by kientzle MFC r180281: Clean up fd handling. Revision Changes Path 1.63.2.9 +14 -13 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 07:45:47 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:45:54 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.h write.c Message-ID: <200808100745.m7A7jlM2048658@repoman.freebsd.org> kientzle 2008-08-10 07:45:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.h write.c Log: SVN rev 181518 on 2008-08-10 07:45:38Z by kientzle MFC r180283, r180284: Allocate 64k copy buffer on heap, not stack. Refactor duplicated tar_mode_[cru] code down into archive_write. Revision Changes Path 1.28.2.5 +1 -0 src/usr.bin/tar/bsdtar.h 1.63.2.10 +35 -44 src/usr.bin/tar/write.c From kientzle at FreeBSD.org Sun Aug 10 07:47:49 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:47:56 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.1 Message-ID: <200808100747.m7A7lmKt048814@repoman.freebsd.org> kientzle 2008-08-10 07:47:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.1 Log: SVN rev 181520 on 2008-08-10 07:47:34Z by kientzle Actually MFC r180827 | simon | 2008-07-26 10:22:40 -0700 (Sat, 26 Jul 2008) - Fix mtree example so it works. - Document --version. Revision Changes Path 1.35.2.8 +7 -0 src/usr.bin/tar/bsdtar.1 From kientzle at FreeBSD.org Sun Aug 10 07:48:49 2008 From: kientzle at FreeBSD.org (Tim Kientzle) Date: Sun Aug 10 07:49:00 2008 Subject: cvs commit: src/usr.bin/tar bsdtar.h Message-ID: <200808100748.m7A7mn3T048907@repoman.freebsd.org> kientzle 2008-08-10 07:48:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.h Log: SVN rev 181521 on 2008-08-10 07:48:41Z by kientzle MFC r181269: Colin's __dead2 markers Revision Changes Path 1.28.2.6 +1 -1 src/usr.bin/tar/bsdtar.h From leeym at FreeBSD.org Sun Aug 10 08:24:32 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Sun Aug 10 08:24:43 2008 Subject: cvs commit: ports/misc/p5-Business-ISSN Makefile distinfo Message-ID: <200808100824.m7A8OVCC052775@repoman.freebsd.org> leeym 2008-08-10 08:24:31 UTC FreeBSD ports repository Modified files: misc/p5-Business-ISSN Makefile distinfo Log: - update to 0.91 Revision Changes Path 1.6 +4 -1 ports/misc/p5-Business-ISSN/Makefile 1.4 +3 -3 ports/misc/p5-Business-ISSN/distinfo From leeym at FreeBSD.org Sun Aug 10 08:33:22 2008 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Sun Aug 10 08:33:28 2008 Subject: cvs commit: ports/net/p5-Net-ARP Makefile distinfo Message-ID: <200808100833.m7A8XMAc053518@repoman.freebsd.org> leeym 2008-08-10 08:33:22 UTC FreeBSD ports repository Modified files: net/p5-Net-ARP Makefile distinfo Log: - update to 1.0.3 Revision Changes Path 1.8 +1 -1 ports/net/p5-Net-ARP/Makefile 1.4 +3 -3 ports/net/p5-Net-ARP/distinfo From maho at FreeBSD.org Sun Aug 10 08:46:13 2008 From: maho at FreeBSD.org (Maho Nakata) Date: Sun Aug 10 08:46:20 2008 Subject: cvs commit: ports/editors/openoffice.org-3-RC Makefile distinfo Message-ID: <200808100846.m7A8kDa3057303@repoman.freebsd.org> maho 2008-08-10 08:46:13 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-RC Makefile distinfo Log: Update to OOO300_m2. Revision Changes Path 1.349 +2 -2 ports/editors/openoffice.org-3-RC/Makefile 1.139 +3 -3 ports/editors/openoffice.org-3-RC/distinfo From rafan at FreeBSD.org Sun Aug 10 08:46:58 2008 From: rafan at FreeBSD.org (Rong-En Fan) Date: Sun Aug 10 08:47:10 2008 Subject: cvs commit: ports/devel/ncurses-devel Makefile distinfo Message-ID: <200808100846.m7A8kwDT057376@repoman.freebsd.org> rafan 2008-08-10 08:46:58 UTC FreeBSD ports repository Modified files: devel/ncurses-devel Makefile distinfo Log: - Update to 5.6 snapshot 20080804 Revision Changes Path 1.83 +1 -1 ports/devel/ncurses-devel/Makefile 1.48 +12 -0 ports/devel/ncurses-devel/distinfo From johans at FreeBSD.org Sun Aug 10 08:56:09 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Sun Aug 10 08:56:15 2008 Subject: cvs commit: ports/lang/afnix Makefile distinfo pkg-plist Message-ID: <200808100856.m7A8u8ou067428@repoman.freebsd.org> johans 2008-08-10 08:56:08 UTC FreeBSD ports repository Modified files: lang/afnix Makefile distinfo pkg-plist Log: Update to 1.7.0 Revision Changes Path 1.40 +5 -5 ports/lang/afnix/Makefile 1.25 +3 -3 ports/lang/afnix/distinfo 1.14 +40 -13 ports/lang/afnix/pkg-plist From johans at FreeBSD.org Sun Aug 10 09:06:19 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Sun Aug 10 09:06:25 2008 Subject: cvs commit: ports/www/xshttpd-devel Makefile distinfo Message-ID: <200808100906.m7A96Jad069359@repoman.freebsd.org> johans 2008-08-10 09:06:19 UTC FreeBSD ports repository Modified files: www/xshttpd-devel Makefile distinfo Log: Update to 3.6 beta 18 Revision Changes Path 1.57 +1 -1 ports/www/xshttpd-devel/Makefile 1.51 +3 -3 ports/www/xshttpd-devel/distinfo From johans at FreeBSD.org Sun Aug 10 09:14:38 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Sun Aug 10 09:14:44 2008 Subject: cvs commit: ports/www/xshttpd Makefile distinfo Message-ID: <200808100914.m7A9Ecrq070001@repoman.freebsd.org> johans 2008-08-10 09:14:38 UTC FreeBSD ports repository Modified files: www/xshttpd Makefile distinfo Log: Update to 3.5 gamma 5 Revision Changes Path 1.17 +1 -2 ports/www/xshttpd/Makefile 1.12 +3 -3 ports/www/xshttpd/distinfo From rwatson at FreeBSD.org Sun Aug 10 09:38:04 2008 From: rwatson at FreeBSD.org (Robert Watson) Date: Sun Aug 10 09:38:16 2008 Subject: cvs commit: src/sys/dev/io iodev.c In-Reply-To: <20080809114305.GV64458@server.vk2pj.dyndns.org> References: <200808081343.m78DhwYE068477@repoman.freebsd.org> <200808081226.32089.jhb@freebsd.org> <20080809001256.GL64458@server.vk2pj.dyndns.org> <20080809103338.GN97161@deviant.kiev.zoral.com.ua> <20080809114305.GV64458@server.vk2pj.dyndns.org> Message-ID: On Sat, 9 Aug 2008, Peter Jeremy wrote: > On 2008-Aug-09 12:08:42 +0100, Robert Watson wrote: >> While /dev/io appeals to the UNIX "everything is a file" sensibility, I >> think the system calls we have for this on i386 are more conceptually >> coherent. > > IMO, /dev/io is inherently a kludge - it's really more a MAC issue than > anything like a file. Whilst you get a FD by opening /dev/io, you never use > that FD for anything other than passing to close(2). Instead, you are using > a magic side-effect that allows you to execute 'in' and 'out' instructions > whilst you hold that FD open. AFAIK, the sole reason for having it appear > as a file is that (in the absence of a MAC framework), the filesystem > provides the only mechanism for access control. IMHO, /dev/io should be > deprecated in favour of something like the MAC framework. (Note that > i386_{g,s}et_ioperm(2) are nor suitable in their current form because there > is no mechanism for the system administrator to define access controls). Well, the MAC Framework is basically an object/method control mechanism, and appropriate for use with different sorts of objects and methods (we have quite a few). It doesn't specify how the service is delivered, though. What I like about i386_{g,s}et_ioperm(2) is that they set qualities on a process (cleared on exeve(2), I hope), and if we have different priv(9) privileges for them, they can be separately controlled. Robert N M Watson Computer Laboratory University of Cambridge From imp at FreeBSD.org Sun Aug 10 09:47:21 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sun Aug 10 09:47:26 2008 Subject: cvs commit: src/sys/conf files src/sys/dev/xl if_xl.c if_xlreg.h src/sys/modules/xl Makefile src/sys/pci if_xl.c if_xlreg.h Message-ID: <200808100947.m7A9lKCu072639@repoman.freebsd.org> imp 2008-08-10 09:45:52 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/xl Makefile Added files: sys/dev/xl if_xl.c if_xlreg.h Removed files: sys/pci if_xl.c if_xlreg.h Log: SVN rev 181522 on 2008-08-10 09:45:52Z by imp Move the xl driver form sys/pci to sys/dev/xl for consistency. Revision Changes Path 1.1322 +1 -1 src/sys/conf/files 1.1 +3366 -0 src/sys/dev/xl/if_xl.c (new) 1.1 +743 -0 src/sys/dev/xl/if_xlreg.h (new) 1.15 +1 -1 src/sys/modules/xl/Makefile 1.215 +0 -3369 src/sys/pci/if_xl.c (dead) 1.62 +0 -743 src/sys/pci/if_xlreg.h (dead) From ache at FreeBSD.org Sun Aug 10 09:48:15 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Sun Aug 10 09:48:23 2008 Subject: cvs commit: ports/mail/milter-greylist Makefile Message-ID: <200808100948.m7A9mFBR072725@repoman.freebsd.org> ache 2008-08-10 09:48:15 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile Log: Use sendmail/bsd.milter.mk to fix dependence for various sendmail port options. Submitted by: Dirk Meyer Revision Changes Path 1.26 +5 -20 ports/mail/milter-greylist/Makefile From imp at FreeBSD.org Sun Aug 10 09:55:25 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sun Aug 10 09:55:37 2008 Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200808100955.m7A9tPLc073348@repoman.freebsd.org> imp 2008-08-10 09:55:14 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: SVN rev 181523 on 2008-08-10 09:55:14Z by imp Read the config space of the child, not the bridge, to determine when the child is out of reset... Revision Changes Path 1.172 +5 -5 src/sys/dev/pccbb/pccbb.c From lioux at FreeBSD.org Sun Aug 10 09:56:21 2008 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Sun Aug 10 09:56:33 2008 Subject: cvs commit: ports/net-p2p/mldonkey Makefile distinfo Message-ID: <200808100956.m7A9uKUA073433@repoman.freebsd.org> lioux 2008-08-10 09:56:20 UTC FreeBSD ports repository Modified files: net-p2p/mldonkey Makefile distinfo Log: Update to 2.9.6 Revision Changes Path 1.59 +1 -1 ports/net-p2p/mldonkey/Makefile 1.25 +3 -3 ports/net-p2p/mldonkey/distinfo From imp at FreeBSD.org Sun Aug 10 10:01:02 2008 From: imp at FreeBSD.org (Warner Losh) Date: Sun Aug 10 10:01:08 2008 Subject: cvs commit: src/sys/conf files src/sys/dev/sis if_sis.c if_sisreg.h src/sys/modules/sis Makefile src/sys/pci if_sis.c if_sisreg.h Message-ID: <200808101001.m7AA12BK073908@repoman.freebsd.org> imp 2008-08-10 10:00:14 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/sis Makefile Added files: sys/dev/sis if_sis.c if_sisreg.h Removed files: sys/pci if_sis.c if_sisreg.h Log: SVN rev 181524 on 2008-08-10 10:00:14Z by imp Move sis to sys/dev/sis for consistency. Revision Changes Path 1.1323 +1 -1 src/sys/conf/files 1.1 +2295 -0 src/sys/dev/sis/if_sis.c (new) 1.1 +507 -0 src/sys/dev/sis/if_sisreg.h (new) 1.12 +1 -1 src/sys/modules/sis/Makefile 1.153 +0 -2295 src/sys/pci/if_sis.c (dead) 1.39 +0 -507 src/sys/pci/if_sisreg.h (dead) From philip at FreeBSD.org Sun Aug 10 10:04:19 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Sun Aug 10 10:04:25 2008 Subject: cvs commit: CVSROOT access Message-ID: <200808101004.m7AA4IWg075249@repoman.freebsd.org> philip 2008-08-10 10:04:14 UTC FreeBSD src repository Modified files: . access Log: SVN rev 181525 on 2008-08-10 10:04:14Z by philip Take joe's commit bit for safekeeping, per his request. Approved by: core Revision Changes Path 1.892 +0 -1 CVSROOT/access From lioux at FreeBSD.org Sun Aug 10 10:13:37 2008 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Sun Aug 10 10:13:49 2008 Subject: cvs commit: ports/misc Makefile ports/misc/metalink-tools Makefile distinfo pkg-descr ports/misc/metalink-tools/files patch-configure Message-ID: <200808101013.m7AADbXd076118@repoman.freebsd.org> lioux 2008-08-10 10:13:37 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/metalink-tools Makefile distinfo pkg-descr misc/metalink-tools/files patch-configure Log: New port metalink-tools version 0.3.3: Metalink generation tool Revision Changes Path 1.882 +1 -0 ports/misc/Makefile 1.1 +48 -0 ports/misc/metalink-tools/Makefile (new) 1.1 +3 -0 ports/misc/metalink-tools/distinfo (new) 1.1 +11 -0 ports/misc/metalink-tools/files/patch-configure (new) 1.1 +16 -0 ports/misc/metalink-tools/pkg-descr (new) From philip at FreeBSD.org Sun Aug 10 10:15:58 2008 From: philip at FreeBSD.org (Philip Paeps) Date: Sun Aug 10 10:16:06 2008 Subject: cvs commit: src/sys Makefile Message-ID: <200808101015.m7AAFvn1076337@repoman.freebsd.org> philip 2008-08-10 10:15:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys Makefile Log: SVN rev 181526 on 2008-08-10 10:15:20Z by philip MFC r181432: Add a "glimpse" target to the kernel Makefile. Revision Changes Path 1.45.2.3 +7 -0 src/sys/Makefile From lioux at FreeBSD.org Sun Aug 10 10:26:22 2008 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Sun Aug 10 10:26:28 2008 Subject: cvs commit: ports/misc/metalink-tools pkg-descr Message-ID: <200808101026.m7AAQL6r077179@repoman.freebsd.org> lioux 2008-08-10 10:26:21 UTC FreeBSD ports repository Modified files: misc/metalink-tools pkg-descr Log: Use correct URL in WWW tag Revision Changes Path 1.2 +1 -1 ports/misc/metalink-tools/pkg-descr From chinsan at FreeBSD.org Sun Aug 10 10:32:46 2008 From: chinsan at FreeBSD.org (Chin-San Huang) Date: Sun Aug 10 10:32:53 2008 Subject: cvs commit: ports/www/p5-Gantry Makefile distinfo pkg-plist Message-ID: <200808101032.m7AAWjkV077659@repoman.freebsd.org> chinsan 2008-08-10 10:32:45 UTC FreeBSD ports repository Modified files: www/p5-Gantry Makefile distinfo pkg-plist Log: - Update to 3.53 Revision Changes Path 1.10 +4 -2 ports/www/p5-Gantry/Makefile 1.8 +3 -3 ports/www/p5-Gantry/distinfo 1.7 +6 -1 ports/www/p5-Gantry/pkg-plist From peterjeremy at optushome.com.au Sun Aug 10 10:42:50 2008 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Sun Aug 10 10:42:56 2008 Subject: cvs commit: src/sys/kern kern_descrip.c kern_ktrace.c uipc_syscalls.c vfs_syscalls.c src/sys/sys ktrace.h src/usr.bin/kdump kdump.1 kdump.c mksubr src/usr.bin/ktrace ktrace.1 ktrace.h subr.c In-Reply-To: <200802230101.m1N11ndD091703@repoman.freebsd.org> References: <200802230101.m1N11ndD091703@repoman.freebsd.org> Message-ID: <20080810104244.GO64458@server.vk2pj.dyndns.org> Hi Dag-Erling, On 2008-Feb-23 01:01:49 +0000, Dag-Erling Smorgrav wrote: > Log: > This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload > consists of the null-terminated name and the contents of any structure > you wish to record. A new ktrstruct() function constructs and emits a > KTR_STRUCT record. It is accompanied by convenience macros for struct > stat and struct sockaddr. ... > MFC after: 3 weeks Are you going to MFC this? I've back-ported the code and it works well. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080810/d1dfd1d9/attachment.pgp From lioux at FreeBSD.org Sun Aug 10 10:50:39 2008 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Sun Aug 10 10:50:45 2008 Subject: cvs commit: ports/misc Makefile ports/misc/metalink-checker Makefile distinfo pkg-descr Message-ID: <200808101050.m7AAodax079187@repoman.freebsd.org> lioux 2008-08-10 10:50:39 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/metalink-checker Makefile distinfo pkg-descr Log: New port metalink-checker version 1.3: Python script to check metalink files and complete a basic download Revision Changes Path 1.883 +1 -0 ports/misc/Makefile 1.1 +48 -0 ports/misc/metalink-checker/Makefile (new) 1.1 +3 -0 ports/misc/metalink-checker/distinfo (new) 1.1 +7 -0 ports/misc/metalink-checker/pkg-descr (new) From ache at FreeBSD.org Sun Aug 10 11:32:01 2008 From: ache at FreeBSD.org (Andrey A. Chernov) Date: Sun Aug 10 11:32:07 2008 Subject: cvs commit: src/games/random random.c randomize_fd.c randomize_fd.h Message-ID: <200808101132.m7ABW0V3083545@repoman.freebsd.org> ache 2008-08-10 11:31:56 UTC FreeBSD src repository Modified files: games/random random.c randomize_fd.c randomize_fd.h Log: SVN rev 181527 on 2008-08-10 11:31:56Z by ache All cosmetic. 1) Rename RANDOM_MAX to RANDOM_MAX_PLUS1 to not confuse with random()'s max 2) Use calloc() instead of zeroing fields explicitly 3) "too many lines" -> "too many delimiters" for err() Revision Changes Path 1.23 +3 -3 src/games/random/random.c 1.6 +5 -8 src/games/random/randomize_fd.c 1.4 +1 -1 src/games/random/randomize_fd.h From kib at FreeBSD.org Sun Aug 10 12:16:24 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Sun Aug 10 12:16:41 2008 Subject: cvs commit: src/sys/kern vfs_mount.c src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200808101216.m7ACGNgY088237@repoman.freebsd.org> kib 2008-08-10 12:15:36 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c sys/ufs/ffs ffs_vfsops.c Log: SVN rev 181528 on 2008-08-10 12:15:36Z by kib Revert r181345. Move the NULL pointer check to the vfs_deleteopt() function. Discussed with: rodrigc MFC after: 3 days Revision Changes Path 1.287 +2 -0 src/sys/kern/vfs_mount.c 1.345 +1 -2 src/sys/ufs/ffs/ffs_vfsops.c From johans at FreeBSD.org Sun Aug 10 13:00:14 2008 From: johans at FreeBSD.org (Johan van Selst) Date: Sun Aug 10 13:00:25 2008 Subject: cvs commit: ports/lang/smalltalk Makefile distinfo Message-ID: <200808101300.m7AD0DNV001100@repoman.freebsd.org> johans 2008-08-10 13:00:13 UTC FreeBSD ports repository Modified files: lang/smalltalk Makefile distinfo Log: Update to 3.0.4 Revision Changes Path 1.80 +1 -2 ports/lang/smalltalk/Makefile 1.36 +3 -3 ports/lang/smalltalk/distinfo From kib at FreeBSD.org Sun Aug 10 13:18:19 2008 From: kib at FreeBSD.org (Konstantin Belousov) Date: Sun Aug 10 13:18:25 2008 Subject: cvs commit: src/sys/kern link_elf.c link_elf_obj.c Message-ID: <200808101318.m7ADII28003629@repoman.freebsd.org> kib 2008-08-10 13:18:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern link_elf.c link_elf_obj.c Log: SVN rev 181529 on 2008-08-10 13:18:07Z by kib MFC r181235: Calling linker_load_dependencies() while holding the module' vnode lock may cause a LOR between kld_sx lock and vnode lock. linker_load_dependencies() drops kld_sx, and another thread may attempt to load the same kld. Revision Changes Path 1.93.2.3 +2 -0 src/sys/kern/link_elf.c 1.95.2.3 +2 -0 src/sys/kern/link_elf_obj.c From skv at FreeBSD.org Sun Aug 10 13:26:44 2008 From: skv at FreeBSD.org (Sergey Skvortsov) Date: Sun Aug 10 13:26:56 2008 Subject: cvs commit: ports/textproc/asm-xml Makefile distinfo Message-ID: <200808101326.m7ADQitO004327@repoman.freebsd.org> skv 2008-08-10 13:26:44 UTC FreeBSD ports repository Modified files: textproc/asm-xml Makefile distinfo Log: Update to 1.0 Revision Changes Path 1.5 +1 -1 ports/textproc/asm-xml/Makefile 1.2 +3 -3 ports/textproc/asm-xml/distinfo From itetcu at FreeBSD.org Sun Aug 10 13:53:41 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Sun Aug 10 13:53:53 2008 Subject: cvs commit: ports/misc/iso-codes Makefile distinfo pkg-plist In-Reply-To: <200808082125.m78LPvrp045459@repoman.freebsd.org> References: <200808082125.m78LPvrp045459@repoman.freebsd.org> Message-ID: <20080810165338.159ad330@it.buh.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/iso-codes-3.2.log: building iso-codes-3.2 in directory /var/tinderbox/7-STABLE-FTP maintained by: kwm@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/misc/iso-codes Makefile ident: $FreeBSD: ports/misc/iso-codes/Makefile,v 1.36 2008/08/08 21:25:57 kwm Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Aug 10 13:47:30 UTC 2008 ................................................... gmake[2]: Entering directory `/work/a/ports/misc/iso-codes/work/iso-codes-3.2' gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/libdata/pkgconfig" || ./install-sh -c -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'iso-codes.pc' '/usr/local/libdata/pkgconfig/iso-codes.pc' gmake[2]: Leaving directory `/work/a/ports/misc/iso-codes/work/iso-codes-3.2' gmake[1]: Leaving directory `/work/a/ports/misc/iso-codes/work/iso-codes-3.2' ===> Registering installation for iso-codes-3.2 ================================================================ ======================================== ===> Building package for iso-codes-3.2 Creating package /tmp/packages/All/iso-codes-3.2.tbz Registering depends: gettext-0.17_1 libiconv-1.11_1. Creating bzip'd tar ball in '/tmp/packages/All/iso-codes-3.2.tbz' Deleting iso-codes-3.2 ================================================================ === Checking filesystem state list of files present before this port was installed but missing after it was deinstalled) ./usr/local/share/locale/de_AT missing ./usr/local/share/locale/de_AT/LC_MESSAGES missing ./usr/local/share/locale/en_AU missing ./usr/local/share/locale/en_AU/LC_MESSAGES missing ./usr/local/share/locale/fa_IR missing ./usr/local/share/locale/fa_IR/LC_MESSAGES missing ./usr/local/share/locale/fr_FR missing ./usr/local/share/locale/fr_FR/LC_MESSAGES missing ./usr/local/share/locale/li missing ./usr/local/share/locale/li/LC_MESSAGES missing ./usr/local/share/locale/ne missing ./usr/local/share/locale/ne/LC_MESSAGES missing ./usr/local/share/locale/no missing ./usr/local/share/locale/no/LC_MESSAGES missing ./usr/local/share/locale/tg missing ./usr/local/share/locale/tg/LC_MESSAGES missing ./usr/local/share/locale/tk missing ./usr/local/share/locale/tk/LC_MESSAGES missing ./usr/local/share/locale/uz missing ./usr/local/share/locale/uz/LC_MESSAGES missing ================================================================ build of /usr/ports/misc/iso-codes ended at Sun Aug 10 13:48:22 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 itetcu at FreeBSD.org Sun Aug 10 13:54:25 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Sun Aug 10 13:54:32 2008 Subject: cvs commit: ports/audio/libcanberra Makefile ports/audio/libcanberra/files patch-src_oss.c In-Reply-To: <200808100650.m7A6oqKM042470@repoman.freebsd.org> References: <200808100650.m7A6oqKM042470@repoman.freebsd.org> Message-ID: <20080810165422.5d4932cf@it.buh.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/libcanberra-0.6_4.log: building libcanberra-0.6_4 in directory /var/tinderbox/7-STABLE-FTP maintained by: gnome@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/audio/libcanberra Makefile ident: $FreeBSD: ports/audio/libcanberra/Makefile,v 1.5 2008/08/10 06:50:52 marcus Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Aug 10 13:27:07 UTC 2008 ................................................... cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-read-wav.lo -MD -MP -MF .deps/libcanberra_la-read-wav.Tpo -c read-wav.c -o libcanberra_la-read-wav.o >/dev/null 2>&1 mv -f .deps/libcanberra_la-read-wav.Tpo .deps/libcanberra_la-read-wav.Plo /bin/sh /work/a/ports/audio/libcanberra/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-sound-theme-spec.lo -MD -MP -MF .deps/libcanberra_la-sound-theme-spec.Tpo -c -o libcanberra_la-sound-theme-spec.lo `test -f 'sound-theme-spec.c' || echo './'`sound-theme-spec.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-sound-theme-spec.lo -MD -MP -MF .deps/libcanberra_la-sound-theme-spec.Tpo -c sound-theme-spec.c -fPIC -DPIC -o .libs/libcanberra_la-sound-theme-spec.o In file included from sound-theme-spec.c:32: malloc.h:36: warning: declaration of 'strndup' shadows a built-in function cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-sound-theme-spec.lo -MD -MP -MF .deps/libcanberra_la-sound-theme-spec.Tpo -c sound-theme-spec.c -o libcanberra_la-sound-theme-spec.o >/dev/null 2>&1 mv -f .deps/libcanberra_la-sound-theme-spec.Tpo .deps/libcanberra_la-sound-theme-spec.Plo /bin/sh /work/a/ports/audio/libcanberra/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-macro.lo -MD -MP -MF .deps/libcanberra_la-macro.Tpo -c -o libcanberra_la-macro.lo `test -f 'macro.c' || echo './'`macro.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-macro.lo -MD -MP -MF .deps/libcanberra_la-macro.Tpo -c macro.c -fPIC -DPIC -o .libs/libcanberra_la-macro.o cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-macro.lo -MD -MP -MF .deps/libcanberra_la-macro.Tpo -c macro.c -o libcanberra_la-macro.o >/dev/null 2>&1 mv -f .deps/libcanberra_la-macro.Tpo .deps/libcanberra_la-macro.Plo /bin/sh /work/a/ports/audio/libcanberra/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-malloc.lo -MD -MP -MF .deps/libcanberra_la-malloc.Tpo -c -o libcanberra_la-malloc.lo `test -f 'malloc.c' || echo './'`malloc.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pthread -DCA_PLUGIN_PATH=\"/usr/local/lib/libcanberra\" -I/usr/local/include -I../libltdl -O2 -fno-strict-aliasing -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT libcanberra_la-malloc.lo -MD -MP -MF .deps/libcanberra_la-malloc.Tpo -c malloc.c -fPIC -DPIC -o .libs/libcanberra_la-malloc.o In file included from malloc.c:29: malloc.h:36: wa