cvs commit: ports/science/crf++ Makefile distinfo
clsung 2007-12-25 08:12:43 UTC FreeBSD ports repository Modified files: science/crf++Makefile distinfo Log: - Update to 0.50 Revision ChangesPath 1.11 +1 -1 ports/science/crf++/Makefile 1.9 +3 -3 ports/science/crf++/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/security/vuxml vuln.xml
beech 2007-12-25 08:14:30 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document gallery2 -- multiple vulnerabilities Submitted by: Alex Varju <[EMAIL PROTECTED]> (maintainer) Approved by:linimon (mentor) Revision ChangesPath 1.1523+27 -1 ports/security/vuxml/vuln.xml ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/autogen Makefile distinfo pkg-plist
clsung 2007-12-25 08:14:45 UTC FreeBSD ports repository Modified files: devel/autogenMakefile distinfo pkg-plist Log: - Update to 5.9.4 Revision ChangesPath 1.60 +1 -1 ports/devel/autogen/Makefile 1.43 +3 -3 ports/devel/autogen/distinfo 1.36 +2 -2 ports/devel/autogen/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/multimedia/recordmydesktop Makefile distinfo
kevlo 2007-12-25 08:16:07 UTC FreeBSD ports repository Modified files: multimedia/recordmydesktop Makefile distinfo Log: Update to 0.3.7 Revision ChangesPath 1.5 +1 -2 ports/multimedia/recordmydesktop/Makefile 1.3 +3 -3 ports/multimedia/recordmydesktop/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-WWW-Facebook-API Makefile distinfo pkg-plist
clsung 2007-12-25 08:21:00 UTC FreeBSD ports repository Modified files: www/p5-WWW-Facebook-API Makefile distinfo pkg-plist Log: - Update to 0.4.10 Revision ChangesPath 1.3 +3 -1 ports/www/p5-WWW-Facebook-API/Makefile 1.3 +3 -3 ports/www/p5-WWW-Facebook-API/distinfo 1.2 +2 -0 ports/www/p5-WWW-Facebook-API/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/gallery2 Makefile distinfo
beech 2007-12-25 08:24:56 UTC FreeBSD ports repository Modified files: www/gallery2 Makefile distinfo Log: - Security update to 2.2.4 PR: ports/118984 Submitted by: Alex Varju <[EMAIL PROTECTED]> (maintainer) Approved by:linomon (mentor) Security: http://www.vuxml.org/freebsd/4aab7bcd-b294-11dc-a6f0-00a0cce0781e.html Revision ChangesPath 1.56 +1 -1 ports/www/gallery2/Makefile 1.41 +3 -3 ports/www/gallery2/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/textproc Makefile ports/textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist
az 2007-12-25 08:57:51 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist Log: Regexp::Copy allows you to copy the contents of one Regexp object to another. A problem that I have found with the qr// operator is that the Regexp objects that it creates are is impossible to dereference. This causes problems if you want to change the data in the regexp without losing the reference to it. Its impossible. Regexp::Copy allows you to change the Regexp by copying one object created through qr// to another. PR: ports/118991 Submitted by: az@ Revision ChangesPath 1.1205+1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-Regexp-Copy/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Regexp-Copy/distinfo (new) 1.1 +9 -0 ports/textproc/p5-Regexp-Copy/pkg-descr (new) 1.1 +10 -0 ports/textproc/p5-Regexp-Copy/pkg-plist (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
az 2007-12-25 08:58:19 UTC FreeBSD ports repository Modified files: .modules Log: p5-Regexp-Copy --> ports/textproc/p5-Regexp-Copy Revision ChangesPath 1.19112 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www Makefile ports/www/p5-HTML-FormFu Makefile distinfo pkg-descr pkg-plist
az 2007-12-25 09:06:02 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-FormFu Makefile distinfo pkg-descr pkg-plist Log: - Take maintainership HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of formfu's behaviour and output. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS. PR: ports/118994 Submitted by: az@ Revision ChangesPath 1.1930+1 -0 ports/www/Makefile 1.1 +128 -0ports/www/p5-HTML-FormFu/Makefile (new) 1.1 +3 -0 ports/www/p5-HTML-FormFu/distinfo (new) 1.1 +9 -0 ports/www/p5-HTML-FormFu/pkg-descr (new) 1.1 +151 -0ports/www/p5-HTML-FormFu/pkg-plist (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
az 2007-12-25 09:06:31 UTC FreeBSD ports repository Modified files: .modules Log: p5-HTML-FormFu --> ports/www/p5-HTML-FormFu Revision ChangesPath 1.19113 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www Makefile ports/www/p5-Catalyst-Controller-HTML-FormFu Makefile distinfo pkg-descr pkg-plist
az 2007-12-25 09:09:22 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Controller-HTML-FormFu Makefile distinfo pkg-descr pkg-plist Log: - Take maintainership This creates a new HTML::FormFu object, passing as it's argument the contents of the "constructor" config value. Use with Catalyst MVC PR: ports/118997 Submitted by: az@ Revision ChangesPath 1.1931+1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/p5-Catalyst-Controller-HTML-FormFu/Makefile (new) 1.1 +3 -0 ports/www/p5-Catalyst-Controller-HTML-FormFu/distinfo (new) 1.1 +4 -0 ports/www/p5-Catalyst-Controller-HTML-FormFu/pkg-descr (new) 1.1 +18 -0 ports/www/p5-Catalyst-Controller-HTML-FormFu/pkg-plist (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
az 2007-12-25 09:09:50 UTC FreeBSD ports repository Modified files: .modules Log: p5-Catalyst-Controller-HTML-FormFu --> ports/www/p5-Catalyst-Controller-HTML-FormFu Revision ChangesPath 1.19114 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/phpbb-devel Makefile distinfo pkg-plist
beech 2007-12-25 09:13:19 UTC FreeBSD ports repository Modified files: www/phpbb-devel Makefile distinfo pkg-plist Log: - Update to 3.0.0 (final) - Makefile tweaks PR: ports/118935 Submitted by: Zhen REN <[EMAIL PROTECTED]> (maintainer) Approved by:linimon (mentor) Revision ChangesPath 1.9 +9 -7 ports/www/phpbb-devel/Makefile 1.7 +3 -3 ports/www/phpbb-devel/distinfo 1.8 +1 -0 ports/www/phpbb-devel/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/chinese/fcitx Makefile distinfo pkg-plist
dryice 2007-12-25 09:14:42 UTC FreeBSD ports repository Modified files: chinese/fcitxMakefile distinfo pkg-plist Log: update to 3.5, the BlackFriday version PR: ports/118508 Submitted by: Sutra <[EMAIL PROTECTED]> Revision ChangesPath 1.30 +4 -2 ports/chinese/fcitx/Makefile 1.19 +3 -3 ports/chinese/fcitx/distinfo 1.11 +4 -0 ports/chinese/fcitx/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/ipython Makefile distinfo pkg-plist
dryice 2007-12-25 09:24:50 UTC FreeBSD ports repository Modified files: devel/ipythonMakefile distinfo pkg-plist Log: update to 0.8.2 Revision ChangesPath 1.28 +1 -1 ports/devel/ipython/Makefile 1.24 +3 -3 ports/devel/ipython/distinfo 1.19 +63 -5 ports/devel/ipython/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/py-beaker Makefile distinfo pkg-plist
dryice 2007-12-25 09:32:25 UTC FreeBSD ports repository Modified files: www/py-beakerMakefile distinfo pkg-plist Log: update to 0.9 Revision ChangesPath 1.6 +1 -1 ports/www/py-beaker/Makefile 1.5 +3 -3 ports/www/py-beaker/distinfo 1.4 +16 -0 ports/www/py-beaker/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/netinet ip_dummynet.c
oleg2007-12-25 09:36:51 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c Log: Workaround p->numbytes overflow, which can result in infinite loop inside dummynet module (prerequisite is using queues with "fat" pipe). PR: kern/113548 Revision ChangesPath 1.114 +22 -7 src/sys/netinet/ip_dummynet.c ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/databases Makefile ports/databases/adodb5 Makefile distinfo pkg-descr pkg-message pkg-plist
mm 2007-12-25 09:42:13 UTC FreeBSD ports repository Modified files: databasesMakefile Added files: databases/adodb5 Makefile distinfo pkg-descr pkg-message pkg-plist Log: This is the new version of ADOdb with PHP ver 5+ support only. For more information see databases/adodb WWW: http://adodb.sourceforge.net/ Revision ChangesPath 1.658 +1 -0 ports/databases/Makefile 1.1 +71 -0 ports/databases/adodb5/Makefile (new) 1.1 +3 -0 ports/databases/adodb5/distinfo (new) 1.1 +14 -0 ports/databases/adodb5/pkg-descr (new) 1.1 +5 -0 ports/databases/adodb5/pkg-message (new) 1.1 +207 -0ports/databases/adodb5/pkg-plist (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
mm 2007-12-25 09:42:35 UTC FreeBSD ports repository Modified files: .modules Log: adodb5 --> ports/databases/adodb5 Revision ChangesPath 1.19115 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: doc/nl_NL.ISO8859-1/books/handbook book.sgml
remko 2007-12-25 09:44:23 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook book.sgml Log: A bit late, but still, add our copyright for 2007 (2008 coming up in a few days) Revision ChangesPath 1.11 +1 -0 doc/nl_NL.ISO8859-1/books/handbook/book.sgml ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/databases/py-sqlobject Makefile distinfo
dryice 2007-12-25 09:45:29 UTC FreeBSD ports repository Modified files: databases/py-sqlobject Makefile distinfo Log: update to 0.9.2 Revision ChangesPath 1.19 +1 -1 ports/databases/py-sqlobject/Makefile 1.14 +3 -3 ports/databases/py-sqlobject/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/mail/p5-Email-Reply Makefile distinfo
az 2007-12-25 09:48:53 UTC FreeBSD ports repository Modified files: mail/p5-Email-Reply Makefile distinfo Log: - Update to 1.202 Changes: http://search.cpan.org/dist/Email-Reply/Changes PR: ports/118998 Submitted by: Kay Abendroth (maintainer) Revision ChangesPath 1.3 +1 -1 ports/mail/p5-Email-Reply/Makefile 1.2 +3 -3 ports/mail/p5-Email-Reply/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/sysutils/p5-Unix-Mknod Makefile distinfo
az 2007-12-25 09:56:59 UTC FreeBSD ports repository Modified files: sysutils/p5-Unix-Mknod Makefile distinfo Log: - Update to version 0.04 - Portlintify while i'm here (spaces -> tabs) Changes: http://search.cpan.org/dist/Unix-Mknod/Changes PR: ports/119000 Submitted by: pirzyk@ (maintainer) Revision ChangesPath 1.5 +10 -10ports/sysutils/p5-Unix-Mknod/Makefile 1.4 +3 -3 ports/sysutils/p5-Unix-Mknod/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/plan9port Makefile distinfo
lwhsu 2007-12-25 11:06:25 UTC FreeBSD ports repository Modified files: devel/plan9port Makefile distinfo Log: - Update to 20071208 - Change maintainer's email adress PR: ports/118667 Submitted by: Serge Gagnon (maintainer) Revision ChangesPath 1.21 +3 -4 ports/devel/plan9port/Makefile 1.16 +3 -3 ports/devel/plan9port/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/security Makefile ports/security/phpdeadlock Makefile distinfo pkg-descr pkg-plist ports/security/phpdeadlock/files patch-deadlock_admin_bulkemail.php patch-deadlock_admin_editconfig
beech 2007-12-25 11:15:45 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/phpdeadlock Makefile distinfo pkg-descr pkg-plist security/phpdeadlock/files patch-deadlock_admin_bulkemail.php patch-deadlock_admin_editconfig.php patch-deadlock_admin_edituser.php patch-deadlock_admin_inactiveusers.php patch-deadlock_admin_index.php patch-deadlock_admin_login.php patch-deadlock_admin_newuser.php patch-deadlock_admin_useraccept.php patch-deadlock_admin_userinfo.php patch-deadlock_admin_userlist.php patch-deadlock_admin_userrequests.php patch-deadlock_install_install.php pkg-message.in Log: - New port phpdeadlock-1.0.1 - Web-based user authentication/password protection system PR: ports/117122 Submitted by: Greg Larkin <[EMAIL PROTECTED]> (maintainer) Approved by:linimon (mentor) Revision ChangesPath 1.930 +1 -0 ports/security/Makefile 1.1 +52 -0 ports/security/phpdeadlock/Makefile (new) 1.1 +3 -0 ports/security/phpdeadlock/distinfo (new) 1.1 +167 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_bulkemail.php (new) 1.1 +223 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_editconfig.php (new) 1.1 +87 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_edituser.php (new) 1.1 +33 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_inactiveusers.php (new) 1.1 +65 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_index.php (new) 1.1 +25 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_login.php (new) 1.1 +105 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_newuser.php (new) 1.1 +50 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_useraccept.php (new) 1.1 +86 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_userinfo.php (new) 1.1 +33 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_userlist.php (new) 1.1 +33 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_userrequests.php (new) 1.1 +129 -0 ports/security/phpdeadlock/files/patch-deadlock_install_install.php (new) 1.1 +31 -0 ports/security/phpdeadlock/files/pkg-message.in (new) 1.1 +5 -0 ports/security/phpdeadlock/pkg-descr (new) 1.1 +246 -0ports/security/phpdeadlock/pkg-plist (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
beech 2007-12-25 11:16:38 UTC FreeBSD ports repository Modified files: .modules Log: phpdeadlock --> ports/security/phpdeadlock Revision ChangesPath 1.19116 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/ruby-gems Makefile Makefile.common distinfo pkg-plist
clsung 2007-12-25 12:49:54 UTC FreeBSD ports repository Modified files: devel/ruby-gems Makefile Makefile.common distinfo pkg-plist Log: - Update to 1.0.1 PR: portrs/119004 Submitted by: clsung Approved by:maintainer (Jonathan Weiss) Revision Changes Path 1.17 +6 -1ports/devel/ruby-gems/Makefile 1.11 +2 -2ports/devel/ruby-gems/Makefile.common 1.13 +3 -3ports/devel/ruby-gems/distinfo 1.12 +1442 -1444 ports/devel/ruby-gems/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/security/audit audit_pipe.c
wkoszek 2007-12-25 13:23:19 UTC FreeBSD src repository Modified files: sys/security/audit audit_pipe.c Log: Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print with proper alignment in ddb(4) and vmstat(8). Reviewed by:rwatson@ Revision ChangesPath 1.14 +1 -1 src/sys/security/audit/audit_pipe.c ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/net bpf.c bpf_filter.c
rwatson 2007-12-25 13:24:02 UTC FreeBSD src repository Modified files: sys/net bpf.c bpf_filter.c Log: Use __FBSDID() in the kernel BPF implementation. MFC after: 3 days Revision ChangesPath 1.185 +3 -2 src/sys/net/bpf.c 1.29 +3 -2 src/sys/net/bpf_filter.c ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/sys mbuf.h
wkoszek 2007-12-25 14:17:16 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: Rename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page". It makes it aligned correctly within ddb(4) and in the vmstat(8) output. This change requires netstat(8) to be recompiled. Reviewed by:rwatson@ Tested by:make LINT Revision ChangesPath 1.218 +1 -1 src/sys/sys/mbuf.h ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/editors/flim Makefile distinfo
nobutaka2007-12-25 14:40:39 UTC FreeBSD ports repository Modified files: editors/flim Makefile distinfo Log: Backout previous update which breaks mail/wanderlust port. Reported by: ume Revision ChangesPath 1.42 +2 -1 ports/editors/flim/Makefile 1.12 +3 -3 ports/editors/flim/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/gcc41 Makefile distinfo
gerald 2007-12-25 14:43:06 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20071224 snapshot of GCC 4.1.3. Revision ChangesPath 1.335 +1 -1 ports/lang/gcc41/Makefile 1.212 +15 -15ports/lang/gcc41/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/sysutils/gkrellm2 Makefile ports/sysutils/gkrellm2/files patch-src::sysdeps::freebsd.c
ume 2007-12-25 15:22:21 UTC FreeBSD ports repository Modified files: sysutils/gkrellm2Makefile Added files: sysutils/gkrellm2/files patch-src::sysdeps::freebsd.c Log: - Adds support for the coretemp(4) sensor - Fixes a bug causing only one instance of a sensor type to be added PR: ports/118916 Submitted by: Pietro Cerutti with modification Tested by: TAKANO Yuji Revision ChangesPath 1.128 +1 -1 ports/sysutils/gkrellm2/Makefile 1.9 +102 -0 ports/sysutils/gkrellm2/files/patch-src::sysdeps::freebsd.c (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/games/fortune/datfiles fortunes
schweikh2007-12-25 16:36:52 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Typos corrected. Revision ChangesPath 1.253 +2 -2 src/games/fortune/datfiles/fortunes ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cvs commit: src/games/fortune/datfiles fortunes
On Fri, 21 Dec 2007, Julian Elischer wrote: julian 2007-12-21 00:56:17 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Warner lets a good one out.. Revision ChangesPath 1.251 +6 -0 src/games/fortune/datfiles/fortunes http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/fortune/datfiles/fortunes.diff?&r1=1.250&r2=1.251&f=h While I personally have no objections, I think references to anal sex probably violate the principle defined in src/games/fortune/Notes: Anything which would not make it onto network prime time programming (or which would only be broadcast if some discredited kind of guy said it) MUST be in the potentially offensive database. Doug -- This .signature sanitized for your protection ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/amd64/amd64 machdep.c mp_watchdog.c src/sys/arm/at91 uart_dev_at91usart.c src/sys/cam/scsi scsi_low.h src/sys/compat/ndis subr_ntoskrnl.c src/sys/dev/acpica/Osd OsdDebug.c src/sys/
rwatson 2007-12-25 17:52:02 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c mp_watchdog.c sys/arm/at91 uart_dev_at91usart.c sys/cam/scsi scsi_low.h sys/compat/ndis subr_ntoskrnl.c sys/dev/acpica/Osd OsdDebug.c sys/dev/dconsdcons_os.c sys/dev/ofw ofw_console.c sys/dev/sio sio.c sys/dev/syscons syscons.c sys/dev/uart uart_core.c sys/fs/unionfs union_subr.c sys/i386/i386machdep.c mp_watchdog.c sys/ia64/ia64machdep.c sys/kern kern_clock.c kern_shutdown.c subr_kdb.c subr_witness.c vfs_subr.c sys/netgraph ng_base.c sys/pc98/cbussio.c sys/pc98/pc98machdep.c sys/powerpc/aim machdep.c sys/powerpc/powermac pswitch.c sys/security/mac_test mac_test.c sys/sparc64/pci psycho.c sys/sparc64/sparc64 machdep.c trap.c sys/sun4v/sun4v hvcons.c machdep.c trap.c sys/sys kdb.h Log: Add a new 'why' argument to kdb_enter(), and a set of constants to use for that argument. This will allow DDB to detect the broad category of reason why the debugger has been entered, which it can use for the purposes of deciding which DDB script to run. Assign approximate why values to all current consumers of the kdb_enter() interface. Revision ChangesPath 1.680 +2 -1 src/sys/amd64/amd64/machdep.c 1.6 +1 -1 src/sys/amd64/amd64/mp_watchdog.c 1.13 +1 -1 src/sys/arm/at91/uart_dev_at91usart.c 1.9 +1 -1 src/sys/cam/scsi/scsi_low.h 1.94 +1 -1 src/sys/compat/ndis/subr_ntoskrnl.c 1.14 +2 -2 src/sys/dev/acpica/Osd/OsdDebug.c 1.20 +4 -2 src/sys/dev/dcons/dcons_os.c 1.37 +1 -1 src/sys/dev/ofw/ofw_console.c 1.473 +4 -2 src/sys/dev/sio/sio.c 1.454 +1 -1 src/sys/dev/syscons/syscons.c 1.23 +3 -2 src/sys/dev/uart/uart_core.c 1.96 +4 -2 src/sys/fs/unionfs/union_subr.c 1.664 +1 -1 src/sys/i386/i386/machdep.c 1.6 +1 -1 src/sys/i386/i386/mp_watchdog.c 1.228 +2 -1 src/sys/ia64/ia64/machdep.c 1.206 +1 -1 src/sys/kern/kern_clock.c 1.186 +1 -1 src/sys/kern/kern_shutdown.c 1.25 +12 -4 src/sys/kern/subr_kdb.c 1.239 +2 -2 src/sys/kern/subr_witness.c 1.711 +2 -2 src/sys/kern/vfs_subr.c 1.140 +2 -2 src/sys/netgraph/ng_base.c 1.247 +4 -2 src/sys/pc98/cbus/sio.c 1.399 +1 -1 src/sys/pc98/pc98/machdep.c 1.107 +2 -1 src/sys/powerpc/aim/machdep.c 1.7 +1 -1 src/sys/powerpc/powermac/pswitch.c 1.93 +1 -1 src/sys/security/mac_test/mac_test.c 1.73 +1 -1 src/sys/sparc64/pci/psycho.c 1.140 +1 -1 src/sys/sparc64/sparc64/machdep.c 1.89 +1 -1 src/sys/sparc64/sparc64/trap.c 1.7 +4 -4 src/sys/sun4v/sun4v/hvcons.c 1.17 +1 -1 src/sys/sun4v/sun4v/machdep.c 1.17 +1 -1 src/sys/sun4v/sun4v/trap.c 1.6 +28 -1 src/sys/sys/kdb.h ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/sys priv.h
rwatson 2007-12-25 18:36:12 UTC FreeBSD src repository Modified files: sys/sys priv.h Log: Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE to control access to the DDB capture buffer. Revision ChangesPath 1.17 +6 -1 src/sys/sys/priv.h ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/sys kernel.h
rwatson 2007-12-25 18:36:43 UTC FreeBSD src repository Modified files: sys/sys kernel.h Log: Add a new kernel startup event for DDB services, which will include DDB output capture, scripting, and textdumps. Revision ChangesPath 1.138 +1 -0 src/sys/sys/kernel.h ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/sys param.h
rwatson 2007-12-25 18:40:05 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to 87 to reflect kdb_enter change. Revision ChangesPath 1.321 +1 -1 src/sys/sys/param.h ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml
rwatson 2007-12-25 18:44:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Update __FreeBSD_version version list to reflect 87 -- addition of a why argument to kdb_enter(). Revision ChangesPath 1.893 +5 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/gcc43 Makefile distinfo
gerald 2007-12-25 18:55:58 UTC FreeBSD ports repository Modified files: lang/gcc43 Makefile distinfo Log: Update to the 20071221 snapshot of GCC 4.3.0. Revision ChangesPath 1.329 +1 -1 ports/lang/gcc43/Makefile 1.213 +18 -18ports/lang/gcc43/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/misc/tvbrowser Makefile distinfo
lme 2007-12-25 19:19:11 UTC FreeBSD ports repository Modified files: misc/tvbrowser Makefile distinfo Log: - Update to 2.6.1 Approved by:miwi (mentor) Revision ChangesPath 1.12 +1 -1 ports/misc/tvbrowser/Makefile 1.9 +3 -3 ports/misc/tvbrowser/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/net/ns Makefile
pav 2007-12-25 20:18:44 UTC FreeBSD ports repository Modified files: net/ns Makefile Log: - BROKEN across the board Reported by:pointyhat Revision ChangesPath 1.30 +0 -2 ports/net/ns/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/textproc/bibtex2html Makefile distinfo
gerald 2007-12-25 20:09:02 UTC FreeBSD ports repository Modified files: textproc/bibtex2html Makefile distinfo Log: Update to bibtex2html 1.88. This brings the following changes: - New option -revkeys to number entries in reverse order. - Fixed bug with '\ ' (backslash space) introduced in version 1.82. - \c{C}, \"y, \"Y and \k (using unicode entities). Revision ChangesPath 1.26 +1 -1 ports/textproc/bibtex2html/Makefile 1.24 +3 -3 ports/textproc/bibtex2html/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/gcc42 Makefile distinfo
gerald 2007-12-25 20:08:06 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo Log: Update to the 20071219 snapshot of GCC 4.2.3. Revision ChangesPath 1.328 +1 -1 ports/lang/gcc42/Makefile 1.210 +18 -18ports/lang/gcc42/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules ports MOVED ports/net-p2p Makefile ports/net-p2p/mldonkey-core-devel Makefile ports/net-p2p/mldonkey-devel Makefile distinfo pkg-descr pkg-message pkg-plist ports/net-p2p/m
lioux 2007-12-25 20:05:48 UTC FreeBSD ports repository Modified files: .modules .MOVED net-p2p Makefile Removed files: net-p2p/mldonkey-core-devel Makefile net-p2p/mldonkey-devel Makefile distinfo pkg-descr pkg-message pkg-plist net-p2p/mldonkey-devel/files kill_mldonkey mlnet.in patch-Makefile patch-src__utils__lib__stubs_c.c wrapper.sh net-p2p/mldonkey-gui-devel Makefile net-p2p/mldonkey-gui-devel/mldonkey-gui Makefile Log: Development version has been merged to the stable one. Therefore, a development port is no longer necessary. Revision ChangesPath 1.19117 +0 -3 CVSROOT/modules 1.1525+4 -1 ports/MOVED 1.58 +0 -3 ports/net-p2p/Makefile 1.3 +0 -15 ports/net-p2p/mldonkey-core-devel/Makefile (dead) 1.92 +0 -209ports/net-p2p/mldonkey-devel/Makefile (dead) 1.48 +0 -3 ports/net-p2p/mldonkey-devel/distinfo (dead) 1.3 +0 -54 ports/net-p2p/mldonkey-devel/files/kill_mldonkey (dead) 1.6 +0 -71 ports/net-p2p/mldonkey-devel/files/mlnet.in (dead) 1.7 +0 -11 ports/net-p2p/mldonkey-devel/files/patch-Makefile (dead) 1.5 +0 -23 ports/net-p2p/mldonkey-devel/files/patch-src__utils__lib__stubs_c.c (dead) 1.2 +0 -18 ports/net-p2p/mldonkey-devel/files/wrapper.sh (dead) 1.7 +0 -17 ports/net-p2p/mldonkey-devel/pkg-descr (dead) 1.5 +0 -27 ports/net-p2p/mldonkey-devel/pkg-message (dead) 1.11 +0 -9 ports/net-p2p/mldonkey-devel/pkg-plist (dead) 1.12 +0 -17 ports/net-p2p/mldonkey-gui-devel/Makefile (dead) 1.11 +0 -17 ports/net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile (dead) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/security/altivore Makefile
pav 2007-12-25 19:25:01 UTC FreeBSD ports repository Modified files: security/altivoreMakefile Log: - Distfile available again Reported by:pointyhat Revision ChangesPath 1.15 +1 -5 ports/security/altivore/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/share/man/man4 bge.4
remko 2007-12-25 19:53:26 UTC FreeBSD src repository Modified files: share/man/man4 bge.4 Log: Mention support for the 5722 driver in bge.4 as well. Revision ChangesPath 1.33 +3 -3 src/share/man/man4/bge.4 ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
remko 2007-12-25 19:51:18 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Add support for the BMC5722. Reported by:Chris Shenton on current@ Approved by:imp (mentor) Revision ChangesPath 1.200 +1 -0 src/sys/dev/bge/if_bge.c 1.74 +1 -0 src/sys/dev/bge/if_bgereg.h ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/sysutils/cciss_vol_status Makefile
mm 2007-12-25 19:49:15 UTC FreeBSD ports repository Modified files: sysutils/cciss_vol_status Makefile Log: - Add IGNORE if kernel sources are not installed PR: ports/118946 Submitted by: Beat Gaetzi Revision ChangesPath 1.2 +4 -0 ports/sysutils/cciss_vol_status/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/amphetadesk Makefile pkg-plist ports/www/amphetadesk/files amphetadesk.in amphetadesk.sh
lioux 2007-12-25 19:52:37 UTC FreeBSD ports repository Modified files: www/amphetadesk Makefile pkg-plist www/amphetadesk/files amphetadesk.in Removed files: www/amphetadesk/files amphetadesk.sh Log: 1) After repocopies: o Use SUB_FILES infrastructure to full effect simplifying the port's Makefile logic. - Switch from files/amphetadesk.sh to files/amphetadesk.in 2) Bump PORTREVISION since there was a PLIST change due to the new rc.d script name. PR: 117082 [1] Revision ChangesPath 1.5 +8 -9 ports/www/amphetadesk/Makefile 1.3 +2 -2 ports/www/amphetadesk/files/amphetadesk.in 1.3 +0 -64 ports/www/amphetadesk/files/amphetadesk.sh (dead) 1.4 +0 -1 ports/www/amphetadesk/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/net-mgmt/nsca Makefile pkg-plist ports/net-mgmt/nsca/files pkg-message.client.in pkg-message.in
mm 2007-12-25 19:38:41 UTC FreeBSD ports repository Modified files: net-mgmt/nscaMakefile pkg-plist Added files: net-mgmt/nsca/files pkg-message.client.in pkg-message.in Log: - Change install location of default configuration files - Add pkg-message information for client and server installs - Bump PORTREVISION PR: ports/117950 Revision ChangesPath 1.15 +18 -2 ports/net-mgmt/nsca/Makefile 1.1 +9 -0 ports/net-mgmt/nsca/files/pkg-message.client.in (new) 1.1 +9 -0 ports/net-mgmt/nsca/files/pkg-message.in (new) 1.3 +4 -3 ports/net-mgmt/nsca/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports UPDATING
lioux 2007-12-25 19:56:34 UTC FreeBSD ports repository Modified files: .UPDATING Log: www/amphetadesk now uses USE_RC_SUBR amphetadesk rc.d script Revision ChangesPath 1.571 +9 -1 ports/UPDATING ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/x11/rxvt Makefile ports/x11/rxvt-devel Makefile
lioux 2007-12-25 20:00:12 UTC FreeBSD ports repository Modified files: x11/rxvt Makefile x11/rxvt-devel Makefile Log: Drop maintainership Revision ChangesPath 1.82 +1 -1 ports/x11/rxvt-devel/Makefile 1.63 +1 -1 ports/x11/rxvt/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/graphics/zphoto Makefile
pav 2007-12-25 20:02:26 UTC FreeBSD ports repository Modified files: graphics/zphoto Makefile Log: - This needs Perl to build Reported by:pointyhat Revision ChangesPath 1.26 +1 -0 ports/graphics/zphoto/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/share/mklocale Makefile tr_TR.ISO8859-9.src
ache2007-12-25 20:30:36 UTC FreeBSD src repository Modified files: share/mklocale Makefile Added files: share/mklocale tr_TR.ISO8859-9.src Log: Implement Turkish locale Submitted by: Ismail YENIGUL <[EMAIL PROTECTED]> Revision ChangesPath 1.66 +2 -2 src/share/mklocale/Makefile 1.1 +48 -0 src/share/mklocale/tr_TR.ISO8859-9.src (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml
remko 2007-12-25 21:02:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: If we are creating a mini-bsd floppy with new commands, why do we insert /dev/MAKEDEV in the floppy then? I dont have it anymore on a recent system, thus remove the information about it. Probably the information in the mini-kernelconfiguration example could use a little hand as well. Revision ChangesPath 1.279 +0 -15 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/php5-ice Makefile pkg-plist
pav 2007-12-25 21:08:48 UTC FreeBSD ports repository Modified files: devel/php5-ice Makefile pkg-plist Log: - Fix up packaging and cleaup PR: ports/118986 Submitted by: DIrk <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.3 +3 -1 ports/devel/php5-ice/Makefile 1.2 +2 -1 ports/devel/php5-ice/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/kern tty_cons.c
wkoszek 2007-12-25 21:17:34 UTC FreeBSD src repository Modified files: sys/kern tty_cons.c Log: Rewrite kern.console handling in sbuf(9). My intention is to leave kern.console format as is. Thus, no difference in output format should appear after this commit. Reviewed by:cognet@ (mentor) Approved by:cognet@ (mentor) Revision ChangesPath 1.140 +16 -21src/sys/kern/tty_cons.c ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/share/timedef tr_TR.ISO8859-9.src
ache2007-12-25 21:19:09 UTC FreeBSD src repository Modified files: share/timedeftr_TR.ISO8859-9.src Log: Just copy long months names to (alternative). Alternative means another form and not ASCIIsizing of month names. Revision ChangesPath 1.5 +7 -7 src/share/timedef/tr_TR.ISO8859-9.src ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/share/colldef README
ache2007-12-25 21:21:26 UTC FreeBSD src repository Modified files: share/colldefREADME Log: Add reference to mnemonic char names Revision ChangesPath 1.3 +1 -0 src/share/colldef/README ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/share/timedef tr_TR.UTF-8.src
ache2007-12-25 21:24:18 UTC FreeBSD src repository Modified files: share/timedeftr_TR.UTF-8.src Log: Just copy long months names to alternative. Alternative does not means ASCIIsizing of months names. Revision ChangesPath 1.2 +6 -6 src/share/timedef/tr_TR.UTF-8.src ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cvs commit: src/usr.sbin/config config.y
Warner Losh <[EMAIL PROTECTED]> writes: > Log: > Spring forward into the late 1970's [...] Now, now, let's not be too hasty... DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cvs commit: src/usr.sbin/config config.y
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dag-Erling Smørgrav wrote: > Warner Losh <[EMAIL PROTECTED]> writes: >> Log: >> Spring forward into the late 1970's [...] > > Now, now, let's not be too hasty... The whole lex/yacc structure should be done away with... what I mean is there is no reason in these days of good OO (and OO like in procedural langs) parsing methods that there is no excuse for "evil wizards" ("Pragmatic Programmer" Hunt/Thomas) - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHcXyOzIOMjAek4JIRAikVAJ4lxnzJDgxzUCODIW2068d3dq+wPQCeJ9DN lD5k9oheCLHKkQv7hMK1bWM= =6MEI -END PGP SIGNATURE- ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/graphics/qgis Makefile
pav 2007-12-25 22:07:24 UTC FreeBSD ports repository Modified files: graphics/qgisMakefile Log: - This needs Perl to build Reported by:pointyhat Revision ChangesPath 1.10 +1 -0 ports/graphics/qgis/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/i386/conf GENERIC.hints src/sys/conf files.i386
wkoszek 2007-12-25 22:41:29 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC.hints sys/conf files.i386 Log: "vt" doesn't refer to any existing device anymore. Remove it. Reviewed by:cognet@ (mentor) Approved by:cognet@ (mentor) Revision ChangesPath 1.591 +1 -1 src/sys/conf/files.i386 1.19 +0 -2 src/sys/i386/conf/GENERIC.hints ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/astro/p5-Astro-SpaceTrack Makefile distinfo pkg-plist
gabor 2007-12-25 22:52:49 UTC FreeBSD ports repository Modified files: astro/p5-Astro-SpaceTrack Makefile distinfo pkg-plist Log: - Update to 0.031 Revision ChangesPath 1.9 +1 -2 ports/astro/p5-Astro-SpaceTrack/Makefile 1.9 +3 -3 ports/astro/p5-Astro-SpaceTrack/distinfo 1.2 +1 -2 ports/astro/p5-Astro-SpaceTrack/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/sys/conf files src/sys/ddb db_capture.c db_command.c db_input.c db_main.c db_output.c ddb.h
rwatson 2007-12-25 23:06:51 UTC FreeBSD src repository Modified files: sys/conf files sys/ddb db_command.c db_input.c db_main.c db_output.c ddb.h Added files: sys/ddb db_capture.c Log: Add a new DDB(4) facility, output capture. Input and output from DDB may be captured to a memory buffer for later inspection using sysctl(8), or in the future, to a textdump. A new DDB command, "capture", is added, which accepts arguments "on", "off", "reset", and "status". A new DDB sysctl tree, debug.ddb.capture, is added, which can be used to resize the capture buffer and extract buffer contents. MFC after: 3 months Revision ChangesPath 1.1258+1 -0 src/sys/conf/files 1.1 +301 -0src/sys/ddb/db_capture.c (new) 1.74 +1 -0 src/sys/ddb/db_command.c 1.37 +1 -0 src/sys/ddb/db_input.c 1.6 +3 -0 src/sys/ddb/db_main.c 1.38 +8 -0 src/sys/ddb/db_output.c 1.44 +15 -0 src/sys/ddb/ddb.h ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cvs commit: src/usr.sbin/config config.y
In message: <[EMAIL PROTECTED]> Dag-Erling_Smørgrav <[EMAIL PROTECTED]> writes: : Warner Losh <[EMAIL PROTECTED]> writes: : > Log: : > Spring forward into the late 1970's [...] : : Now, now, let's not be too hasty... Well, I had wanted to wait the full 30 years... guess I jumped the gun a little, eh? Warner ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: src/share/man/man4 ddb.4
rwatson 2007-12-25 23:25:04 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: Document DDB capture facility. MFC after: 3 months Revision ChangesPath 1.43 +34 -1 src/share/man/man4/ddb.4 ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: doc/nl_NL.ISO8859-1/books/handbook/disks chapter.sgml doc/nl_NL.ISO8859-1/books/handbook/config chapter.sgml
remko 2007-12-25 23:37:42 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/disks chapter.sgml nl_NL.ISO8859-1/books/handbook/config chapter.sgml Log: MFen: Update the Dutch Documentation set: disks -> 1.279 config-> 1.228 Revision ChangesPath 1.14 +247 -193 doc/nl_NL.ISO8859-1/books/handbook/config/chapter.sgml 1.8 +432 -473 doc/nl_NL.ISO8859-1/books/handbook/disks/chapter.sgml ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml
remko 2007-12-25 23:53:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Improve wording in the console video mode section. Revision ChangesPath 1.152 +4 -7 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: doc/nl_NL.ISO8859-1/books/handbook/basics chapter.sgml
remko 2007-12-26 00:21:25 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/basics chapter.sgml Log: MFen: basics -> 1.152 Revision ChangesPath 1.16 +109 -95 doc/nl_NL.ISO8859-1/books/handbook/basics/chapter.sgml ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/ruby-gems Makefile pkg-plist ports/devel/ruby-gems/files patch-setup.rb
clsung 2007-12-26 00:43:25 UTC FreeBSD ports repository Modified files: devel/ruby-gems Makefile pkg-plist Added files: devel/ruby-gems/files patch-setup.rb Log: - fix rubygem-* pkg-plist warning - bump PORTREVISION PointyHat to: clsung (myself) PR: ports/119011 Revision ChangesPath 1.18 +1 -5 ports/devel/ruby-gems/Makefile 1.1 +30 -0 ports/devel/ruby-gems/files/patch-setup.rb (new) 1.13 +5 -0 ports/devel/ruby-gems/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-HTML-SimpleLinkExtor Makefile distinfo
gabor 2007-12-26 01:32:22 UTC FreeBSD ports repository Modified files: www/p5-HTML-SimpleLinkExtor Makefile distinfo Log: - Update to 1.19 Revision ChangesPath 1.12 +1 -1 ports/www/p5-HTML-SimpleLinkExtor/Makefile 1.12 +3 -3 ports/www/p5-HTML-SimpleLinkExtor/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-HTML-TreeBuilder-XPath Makefile distinfo
gabor 2007-12-26 01:32:45 UTC FreeBSD ports repository Modified files: www/p5-HTML-TreeBuilder-XPath Makefile distinfo Log: - Update to 0.09 Revision ChangesPath 1.6 +1 -1 ports/www/p5-HTML-TreeBuilder-XPath/Makefile 1.5 +3 -3 ports/www/p5-HTML-TreeBuilder-XPath/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-HTTP-Cookies-Mozilla Makefile distinfo
gabor 2007-12-26 01:33:09 UTC FreeBSD ports repository Modified files: www/p5-HTTP-Cookies-Mozilla Makefile distinfo Log: - Update to 1.13 Revision ChangesPath 1.4 +1 -1 ports/www/p5-HTTP-Cookies-Mozilla/Makefile 1.4 +3 -3 ports/www/p5-HTTP-Cookies-Mozilla/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-IMDB-Film Makefile distinfo
gabor 2007-12-26 01:33:36 UTC FreeBSD ports repository Modified files: www/p5-IMDB-Film Makefile distinfo Log: - Update to 0.31 Revision ChangesPath 1.9 +1 -1 ports/www/p5-IMDB-Film/Makefile 1.9 +3 -3 ports/www/p5-IMDB-Film/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-WWW-Myspace Makefile distinfo
gabor 2007-12-26 01:34:25 UTC FreeBSD ports repository Modified files: www/p5-WWW-Myspace Makefile distinfo Log: - Update to 0.74 Revision ChangesPath 1.21 +1 -1 ports/www/p5-WWW-Myspace/Makefile 1.20 +3 -3 ports/www/p5-WWW-Myspace/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-WWW-OpenSearch Makefile distinfo
gabor 2007-12-26 01:34:48 UTC FreeBSD ports repository Modified files: www/p5-WWW-OpenSearch Makefile distinfo Log: - Update to 0.13 Revision ChangesPath 1.6 +1 -1 ports/www/p5-WWW-OpenSearch/Makefile 1.6 +3 -3 ports/www/p5-WWW-OpenSearch/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/p5-WebService-CIA Makefile distinfo
gabor 2007-12-26 01:35:15 UTC FreeBSD ports repository Modified files: www/p5-WebService-CIA Makefile distinfo Log: - Update to 1.3 Revision ChangesPath 1.3 +1 -1 ports/www/p5-WebService-CIA/Makefile 1.3 +3 -3 ports/www/p5-WebService-CIA/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/x11/p5-X11-IdleTime Makefile distinfo
gabor 2007-12-26 01:35:52 UTC FreeBSD ports repository Modified files: x11/p5-X11-IdleTime Makefile distinfo Log: - Update to 0.5 Revision ChangesPath 1.9 +1 -2 ports/x11/p5-X11-IdleTime/Makefile 1.6 +3 -3 ports/x11/p5-X11-IdleTime/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/audio/pulseaudio Makefile
marcus 2007-12-26 02:32:46 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile Log: Pulseaudio only needs to depend on avahi-app. PR: 119021 Submitted by: "Dima Panov" <[EMAIL PROTECTED]> Revision ChangesPath 1.16 +1 -1 ports/audio/pulseaudio/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/net-im/libpurple Makefile
marcus 2007-12-26 02:34:09 UTC FreeBSD ports repository Modified files: net-im/libpurple Makefile Log: Libpurple only needs to depend on avahi-app. PR: 119022 Submitted by: "Dima Panov" <[EMAIL PROTECTED]> Revision ChangesPath 1.38 +2 -2 ports/net-im/libpurple/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/jruby Makefile distinfo pkg-plist
nemoliu 2007-12-26 02:55:53 UTC FreeBSD ports repository Modified files: lang/jruby Makefile distinfo pkg-plist Log: - update to 1.0.3 Approved by:delphij (mentor,implicit) Revision Changes Path 1.25 +1 -1 ports/lang/jruby/Makefile 1.18 +3 -3 ports/lang/jruby/distinfo 1.9 +1695 -263 ports/lang/jruby/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/net/openldap23-server Makefile distinfo
delphij 2007-12-26 03:57:42 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile distinfo Log: Update to 2.3.40. Revision ChangesPath 1.161 +2 -2 ports/net/openldap23-server/Makefile 1.77 +3 -3 ports/net/openldap23-server/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"