cvs commit: src/lib/libc/net getaddrinfo.c

2006-03-27 Thread Hajimu UMEMOTO
ume 2006-03-28 07:42:57 UTC FreeBSD src repository Modified files: lib/libc/net getaddrinfo.c Log: If the query choked with EDNS0, retry without EDNS0. Obtained from: res_nquery() of BIND9. Revision ChangesPath 1.78 +24 -8 src/lib/libc/net/g

cvs commit: src/sys/amd64/amd64 busdma_machdep.c src/sys/i386/i386 busdma_machdep.c

2006-03-27 Thread Xin LI
delphij 2006-03-28 06:28:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/amd64 busdma_machdep.c sys/i386/i386busdma_machdep.c Log: MFC (by scottl@): > Free the newtag if we exit with a failure from alloc_bounce_zone(). > >

cvs commit: src/sys/amd64/amd64 busdma_machdep.c

2006-03-27 Thread Xin LI
delphij 2006-03-28 06:25:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/amd64 busdma_machdep.c Log: MFC (by scottl@): > > Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192 > on amd64. If you're going to stuff >4

cvs commit: src/sys/amd64/amd64 busdma_machdep.c src/sys/i386/i386 busdma_machdep.c

2006-03-27 Thread Xin LI
delphij 2006-03-28 06:23:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/amd64 busdma_machdep.c sys/i386/i386busdma_machdep.c Log: MFC (by le@): > sys/amd64/amd64/busdma_machdep.c,v 1.71 > sys/i386/i386/busdma_machdep.c,v

cvs commit: src/libexec/rtld-elf rtld.c

2006-03-27 Thread David Xu
davidxu 2006-03-28 06:14:23 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: Er, forgot to clear tls space to zero for Variant II. Revision ChangesPath 1.114 +1 -1 src/libexec/rtld-elf/rtld.c

cvs commit: src/libexec/rtld-elf rtld.c src/libexec/rtld-elf/amd64 reloc.c src/libexec/rtld-elf/i386 reloc.c src/libexec/rtld-elf/sparc64 reloc.c

2006-03-27 Thread David Xu
davidxu 2006-03-28 06:09:25 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c libexec/rtld-elf/amd64 reloc.c libexec/rtld-elf/i386 reloc.c libexec/rtld-elf/sparc64 reloc.c Log: Allocate space for thread pointer, this allows thread library to ac

cvs commit: src/lib/libc/gen tls.c

2006-03-27 Thread David Xu
davidxu 2006-03-28 06:06:38 UTC FreeBSD src repository Modified files: lib/libc/gen tls.c Log: Allocate space for thread pointer, this allows thread library to access its pointer from begin, and simplifies _get_curthread() in libthr. Revision ChangesPath 1.9

cvs commit: ports/devel/avr-libc Makefile

2006-03-27 Thread Joerg Wunsch
joerg 2006-03-28 05:10:55 UTC FreeBSD ports repository Modified files: devel/avr-libc Makefile Log: Building the docs requires parts of netpbm. While netpbm is already implicitly required by transfig (which is listed as a build dependency), explicitly mention it agai

cvs commit: ports/devel/glade2 Makefile

2006-03-27 Thread Joe Marcus Clarke
marcus 2006-03-28 05:10:29 UTC FreeBSD ports repository Modified files: devel/glade2 Makefile Log: The libgnomedb API has changed too much for glade to use it. Revision ChangesPath 1.71 +6 -6 ports/devel/glade2/Makefile _

cvs commit: ports/databases/libgdamm Makefile pkg-plist

2006-03-27 Thread Alexander Nedotsukov
bland 2006-03-28 02:20:27 UTC FreeBSD ports repository Modified files: databases/libgdamm Makefile pkg-plist Log: - Plug .la file to plist. [1] - Remove obsolete USE_REINPLACE. Reported by:krismail [1] Revision ChangesPath 1.17 +1 -1 ports/dat

cvs commit: ports/misc/zoneinfo Makefile ports/misc/zoneinfo/files patch4-zone.tab

2006-03-27 Thread Edwin Groothuis
edwin 2006-03-28 02:15:40 UTC FreeBSD ports repository Modified files: misc/zoneinfoMakefile Added files: misc/zoneinfo/files patch4-zone.tab Log: FreeBSD 4.x doesn't know about the country code AX. Revision ChangesPath 1.2 +7 -1 ports/mis

cvs commit: src/sys/dev/mfi mfi.c mfi_disk.c

2006-03-27 Thread Scott Long
scottl 2006-03-28 01:59:11 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_disk.c Log: Handle invalid capacity parameters from the firmware. Revision ChangesPath 1.2 +6 -1 src/sys/dev/mfi/mfi.c 1.2 +1 -0 src/sys/dev/m

cvs commit: ports/Mk bsd.gnome.mk

2006-03-27 Thread Joe Marcus Clarke
marcus 2006-03-28 01:20:44 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: Add gnomedocutils to gnomedesktop's implied dependencies list. Revision ChangesPath 1.110 +2 -2 ports/Mk/bsd.gnome.mk _

cvs commit: ports/net-im/gossip Makefile

2006-03-27 Thread Joe Marcus Clarke
marcus 2006-03-28 01:16:19 UTC FreeBSD ports repository Modified files: net-im/gossipMakefile Log: Add a missing dependency on gnomedocutils. Reported by:pointyhat via kris Revision ChangesPath 1.29 +1 -1 ports/net-im/gossip/Makefile __

cvs commit: ports/games/sudoku Makefile ports/games/sudoku/files patch-sudoku.c

2006-03-27 Thread Ying-Chieh Liao
ijliao 2006-03-28 00:58:38 UTC FreeBSD ports repository Modified files: games/sudoku Makefile Added files: games/sudoku/files patch-sudoku.c Log: fix the 'save' problem PR: 94972 Submitted by: "Frank W. Josellis" <[EMAIL PROTECTED]> Rev

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

2006-03-27 Thread Michael Nottebrock
lofi2006-03-28 00:06:39 UTC FreeBSD ports repository Modified files: multimedia/xine_artsplugin Makefile pkg-plist Log: Fix plist. Revision ChangesPath 1.16 +1 -0 ports/multimedia/xine_artsplugin/Makefile 1.3 +2 -0 ports/multimedia/xine_arts

cvs commit: src/lib/msun Makefile Symbol.map src/lib/msun/alpha Makefile.inc Symbol.map src/lib/msun/amd64 Makefile.inc Symbol.map src/lib/msun/arm Makefile.inc Symbol.map src/lib/msun/i387 Makefile.i

2006-03-27 Thread Daniel Eischen
deischen2006-03-27 23:59:45 UTC FreeBSD src repository Modified files: lib/msun Makefile lib/msun/alpha Makefile.inc lib/msun/amd64 Makefile.inc lib/msun/arm Makefile.inc lib/msun/i387Makefile.inc lib/msun/ia64Ma

cvs commit: src/contrib/libreadline display.c terminal.c

2006-03-27 Thread Andrey A. Chernov
ache2006-03-27 23:53:05 UTC FreeBSD src repository Modified files: contrib/libreadline display.c terminal.c Log: Merge conflicts after official patches Revision ChangesPath 1.10 +11 -9 src/contrib/libreadline/display.c 1.9 +4 -1 src/contrib/

cvs commit: src/lib/libthr/thread Makefile.inc thr_create.c thr_init.c thr_mutex.c thr_mutexattr.c thr_private.h thr_setschedparam.c

2006-03-27 Thread David Xu
davidxu 2006-03-27 23:50:21 UTC FreeBSD src repository Modified files: lib/libthr/threadMakefile.inc thr_create.c thr_init.c thr_mutex.c thr_mutexattr.c thr_private.h thr_setschedparam.c Log: Remove priority mutex code becau

cvs commit: src/contrib/libreadline - Imported sources

2006-03-27 Thread Andrey A. Chernov
ache2006-03-27 23:45:09 UTC FreeBSD src repository src/contrib/libreadline - Imported sources Update of /home/ncvs/src/contrib/libreadline In directory repoman.freebsd.org:/tmp/cvs-serv63686 Log Message: Official patches 001-004 Status: Vendor Tag: FSF Release

cvs commit: projects/sccs/sccscmds/cmd delta.c prt.c snull.c val.c projects/sccs/sccscmds/com permiss.c putline.c projects/sccs/sccscmds/hdr extern.h projects/sccs/sccscmds/util Makefile repl.c setsig

2006-03-27 Thread Juli Mallett
jmallett2006-03-27 23:43:14 UTC FreeBSD projects repository Modified files: sccs/sccscmds/cmddelta.c prt.c snull.c val.c sccs/sccscmds/compermiss.c putline.c sccs/sccscmds/hdrextern.h sccs/sccscmds/util Makefile setsig.c Removed files: sccs/sccscmds

cvs commit: projects/sccs/sccscmds/doc Makefile admin.0 chghist.0 comb.0 delta.0 get.0 prt.0 rmdel.0 sccs.0 sccsdiff.0 sccsfile.0 what.0

2006-03-27 Thread Juli Mallett
jmallett2006-03-27 23:38:35 UTC FreeBSD projects repository Modified files: sccs/sccscmds/docMakefile Removed files: sccs/sccscmds/docadmin.0 chghist.0 comb.0 delta.0 get.0 prt.0 rmdel.0 sccs.0 sccsdiff.0 sccsfile.0 wh

cvs commit: src/gnu/lib/libreadline Makefile.inc config.h

2006-03-27 Thread Andrey A. Chernov
ache2006-03-27 23:35:05 UTC FreeBSD src repository Modified files: gnu/lib/libreadline Makefile.inc config.h Log: Upgrade to 5.1 Revision ChangesPath 1.13 +1 -1 src/gnu/lib/libreadline/Makefile.inc 1.8 +21 -0 src/gnu/lib/libreadline/config.h

cvs commit: ports/databases/arcexplorer Makefile

2006-03-27 Thread Herve Quiroz
hq 2006-03-27 23:28:59 UTC FreeBSD ports repository Modified files: databases/arcexplorer Makefile Log: - Update to bsd.java.mk 2.0 - Remove deprecated USE_REINPLACE Revision ChangesPath 1.4 +2 -3 ports/databases/arcexplorer/Makefile

cvs commit: src/sys/compat/linux linux_misc.c

2006-03-27 Thread Tai-hwa Liang
avatar 2006-03-27 23:27:11 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Unbreaking build by removing a now unused variable. Revision ChangesPath 1.177 +0 -1 src/sys/compat/linux/linux_misc.c __

cvs commit: ports/java/java-tutorial Makefile

2006-03-27 Thread Herve Quiroz
hq 2006-03-27 23:24:38 UTC FreeBSD ports repository Modified files: java/java-tutorial Makefile Log: Takeover maintainership PR: 94192 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Revision ChangesPath 1.39 +1 -1 ports

cvs commit: ports/lang/python-devel Makefile

2006-03-27 Thread Hye-Shik Chang
perky 2006-03-27 23:22:18 UTC FreeBSD ports repository Modified files: lang/python-develMakefile Log: Fix build on environments without python. Revision ChangesPath 1.132 +3 -0 ports/lang/python-devel/Makefile ___

cvs commit: src/contrib/libreadline complete.c display.c readline.h shell.c terminal.c util.c vi_mode.c src/contrib/libreadline/doc readline.3

2006-03-27 Thread Andrey A. Chernov
ache2006-03-27 23:11:32 UTC FreeBSD src repository Modified files: contrib/libreadline complete.c display.c readline.h shell.c terminal.c util.c vi_mode.c contrib/libreadline/doc readline.3 Log: Resolve conflicts Revision ChangesPath

cvs commit: ports/lang/gcc40 Makefile

2006-03-27 Thread Gerald Pfeifer
gerald 2006-03-27 23:06:22 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile Log: Fix handling of shared libraries via rc.d for non-default prefixes. Revision ChangesPath 1.249 +1 -0 ports/lang/gcc40/Makefile

cvs commit: src/contrib/libreadline FREEBSD-upgrade src/contrib/libreadline/examples rlfe.c src/contrib/libreadline/support wcwidth.c

2006-03-27 Thread Andrey A. Chernov
ache2006-03-27 22:56:23 UTC FreeBSD src repository Modified files: contrib/libreadline FREEBSD-upgrade Removed files: contrib/libreadline/examples rlfe.c contrib/libreadline/support wcwidth.c Log: Remove obsoleted files, update upgrade instructions Revision

cvs commit: src/contrib/libreadline - Imported sources

2006-03-27 Thread Andrey A. Chernov
ache2006-03-27 22:47:14 UTC FreeBSD src repository src/contrib/libreadline - Imported sources Update of /home/ncvs/src/contrib/libreadline In directory repoman.freebsd.org:/tmp/cvs-serv59382 Log Message: Virgin import of GNU Readline 5.1 Status: Vendor Tag: FSF

cvs commit: ports/textproc/pdftohtml Makefile ports/textproc/pdftohtml/files patch-SA17897 patch-SA18303

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 22:16:34 UTC FreeBSD ports repository Modified files: textproc/pdftohtml Makefile Added files: textproc/pdftohtml/files patch-SA18303 Removed files: textproc/pdftohtml/files patch-SA17897 Log: - Add patches for security issues - Bump PORTREVIS

cvs commit: ports/print/cups-base Makefile ports/print/cups-base/files patch-SA17897 patch-SA18303

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 22:16:21 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Added files: print/cups-base/files patch-SA18303 Removed files: print/cups-base/files patch-SA17897 Log: - Add patch for security issues - Bump PORTREVISION -

cvs commit: ports/print/teTeX-base Makefile ports/print/teTeX-base/files patch-SA17897 patch-SA18303

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 22:15:50 UTC FreeBSD ports repository Modified files: print/teTeX-base Makefile Added files: print/teTeX-base/files patch-SA18303 Removed files: print/teTeX-base/files patch-SA17897 Log: - Add patches for security issues - Bump PORTREVISION

cvs commit: ports/graphics/gpdf Makefile ports/graphics/gpdf/files patch-SA17897 patch-SA18303 patch-SA18677

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 22:15:27 UTC FreeBSD ports repository Modified files: graphics/gpdfMakefile Added files: graphics/gpdf/files patch-SA18303 patch-SA18677 Removed files: graphics/gpdf/files patch-SA17897 Log: - Add patch for security issues - Bump PORTR

cvs commit: ports/graphics/xpdf Makefile distinfo

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 22:15:06 UTC FreeBSD ports repository Modified files: graphics/xpdfMakefile distinfo Log: - Add vendor patches for security issues - Bump PORTREVISION - portlint(1) Approved by:nork Security: CVE-2005-3624, CVE-2005-3625, CVE-2005-3

cvs commit: ports/converters/mpack/files patch-ad patch-uudecode.c

2006-03-27 Thread Andrey Slusar
anray 2006-03-27 21:38:31 UTC FreeBSD ports repository Modified files: converters/mpack/files patch-uudecode.c Removed files: converters/mpack/files patch-ad Log: Add patch-ad to patch-uudecode.c - it's patched one file. Revision ChangesPath 1.3 +0 -14

cvs commit: ports/devel/pecl-json Makefile distinfo

2006-03-27 Thread Thierry Thomas
thierry 2006-03-27 21:27:51 UTC FreeBSD ports repository Modified files: devel/pecl-json Makefile distinfo Log: Upgrade to 1.2.1. PR: 94904 Submitted by: Alexander Zhuravlev (maintainer) Revision ChangesPath 1.2 +1 -1 ports/devel/

cvs commit: ports/science/kst Makefile distinfo pkg-plist ports/science/kst/files patch-configure patch-kst-kst-emailthread.cpp patch-kst-kst-stdinsource.cpp patch-kst_kst-changenptsdialog.ui patch-ks

2006-03-27 Thread Markus Brueffer
markus 2006-03-27 21:27:42 UTC FreeBSD ports repository Modified files: science/kst Makefile distinfo pkg-plist Removed files: science/kst/filespatch-configure patch-kst-kst-emailthread.cpp patch-kst-kst-stdinsou

cvs commit: ports/security/isakmpd Makefile ports/security/isakmpd/files isakmpd.sh.in

2006-03-27 Thread Simon L. Nielsen
simon 2006-03-27 20:57:48 UTC FreeBSD ports repository Modified files: security/isakmpd Makefile security/isakmpd/files isakmpd.sh.in Log: - Make rc.d script more like what the Porters Handbook suggests. - Bump PORTREVISION. Prodded by: dougb Revision

cvs commit: ports/net/vnc Makefile pkg-descr pkg-plist

2006-03-27 Thread Pav Lucistnik
pav 2006-03-27 20:53:00 UTC FreeBSD ports repository Modified files: net/vnc Makefile pkg-descr Added files: net/vnc pkg-plist Log: - Cleanup - Use static pkg-plist - Convert to OPTIONS PR: ports/92691 Submitted by: Al

cvs commit: ports/net-p2p/i2p Makefile distinfo

2006-03-27 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-03-27 20:44:47 UTC FreeBSD ports repository Modified files: net-p2p/i2p Makefile distinfo Log: Update to 0.6.1.13 Revision ChangesPath 1.26 +1 -2 ports/net-p2p/i2p/Makefile 1.24 +3 -3 ports/net-p2p/i2p/distinfo _

cvs commit: ports/net-p2p/i2p/files i2p.sh.in

2006-03-27 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-03-27 20:44:32 UTC FreeBSD ports repository Modified files: net-p2p/i2p/filesi2p.sh.in Log: Do not hardcode rc.subr(8) location Revision ChangesPath 1.3 +2 -2 ports/net-p2p/i2p/files/i2p.sh.in ___

cvs commit: CVSROOT modules

2006-03-27 Thread Pav Lucistnik
pav 2006-03-27 20:40:45 UTC FreeBSD ports repository Modified files: .modules Log: boinc-setiathome-enhanced --> ports/astro/boinc-setiathome-enhanced Revision ChangesPath 1.14531 +1 -0 CVSROOT/modules ___

cvs commit: ports/astro Makefile ports/astro/boinc-setiathome-enhanced Makefile distinfo pkg-descr pkg-message pkg-plist

2006-03-27 Thread Pav Lucistnik
pav 2006-03-27 20:39:48 UTC FreeBSD ports repository Modified files: astroMakefile Added files: astro/boinc-setiathome-enhanced Makefile distinfo pkg-descr pkg-message pkg-plist Log: SETI - Search for Extra-Terrestri

cvs commit: ports/security/signing-party Makefile distinfo

2006-03-27 Thread Thierry Thomas
thierry 2006-03-27 20:25:15 UTC FreeBSD ports repository Modified files: security/signing-party Makefile distinfo Log: Upgrade to 0.4.5.1. PR: 94973 Submitted by: Johan van Selst (maintainer) Revision ChangesPath 1.3 +1 -2 ports/securi

cvs commit: ports/x11-fonts/freefont-ttf Makefile distinfo pkg-plist ports/x11-fonts/freefont-ttf/files fonts.dir fonts.scale

2006-03-27 Thread Thierry Thomas
thierry 2006-03-27 19:40:40 UTC FreeBSD ports repository Modified files: x11-fonts/freefont-ttf Makefile distinfo pkg-plist x11-fonts/freefont-ttf/files fonts.dir fonts.scale Log: - Upgrade to 20060126; - Respect NOPORTDOCS. PR: 93744 Submitted by:

cvs commit: src/sys/compat/linux linux_misc.c

2006-03-27 Thread John Baldwin
jhb 2006-03-27 19:16:31 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Use td_ucred rather than p_ucred to avoid panics and general unhappiness. Pointy hat to: netchild Revision ChangesPath 1.176 +1 -1 src/sys/comp

cvs commit: ports/security/vuxml vuln.xml

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 19:06:54 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: linux-realplayer -- buffer overrun linux-realplayer -- heap overflow Reviewed by:simon Revision ChangesPath 1.981 +70 -1 ports/security/vuxml

cvs commit: ports/multimedia/linux-realplayer Makefile distinfo pkg-descr

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 19:06:36 UTC FreeBSD ports repository Modified files: multimedia/linux-realplayer Makefile distinfo pkg-descr Log: - Update to 10.0.7.785-20060201 - Update WWW - Suppress ${MKDIR} - portlint(1) Security: CVE-2005-2922, CVE-2006-0323,

cvs commit: ports/mail/postfix-current Makefile distinfo ports/mail/postfix-current/files patch-conf::main.cf

2006-03-27 Thread Marcus Alves Grando
mnag2006-03-27 19:02:49 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo mail/postfix-current/files patch-conf::main.cf Log: - Update to 2.3-20060325 - Remove extra TABs in Makefile - In default main.cf trust in host instead of subn

cvs commit: ports/security/uvscan-dat Makefile distinfo

2006-03-27 Thread James E. Housley
jeh 2006-03-27 19:02:14 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4727 Revision ChangesPath 1.514 +1 -1 ports/security/uvscan-dat/Makefile 1.509 +3 -3 ports/security/uvscan-dat/distin

cvs commit: www/en/platforms i386.sgml

2006-03-27 Thread Vitaly Bogdanov
bvs 2006-03-27 18:49:13 UTC FreeBSD doc repository Modified files: en/platforms i386.sgml Log: Replace absolute link with relative PR: www/94841 Submited by: Gabor Kovesdan Revision ChangesPath 1.8 +2 -2 www/en/platforms/i386.sgml __

cvs commit: ports/sysutils/multitail Makefile distinfo

2006-03-27 Thread Oliver Braun
obraun 2006-03-27 18:18:50 UTC FreeBSD ports repository Modified files: sysutils/multitail Makefile distinfo Log: Upgrade to 3.8.10. Revision ChangesPath 1.50 +1 -1 ports/sysutils/multitail/Makefile 1.49 +3 -3 ports/sysutils/multitail/distinfo

cvs commit: src/contrib/hostapd config.c config.h hostapd.conf ieee802_1x.c wpa.c

2006-03-27 Thread Sam Leffler
sam 2006-03-27 18:15:25 UTC FreeBSD src repository Modified files:(Branch: MALINEN) contrib/hostapd config.c config.h hostapd.conf ieee802_1x.c wpa.c Log: Add eapol_version config parameter so folks with clients that (bogusly) require

cvs commit: ports/net Makefile ports/net/asterisk-addons Makefile distinfo pkg-descr pkg-plist ports/net/asterisk-addons/files patch-Makefile

2006-03-27 Thread Max Khon
fjoe2006-03-27 17:23:47 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/asterisk-addons Makefile distinfo pkg-descr pkg-plist net/asterisk-addons/files patch-Makefile Log: New port: asterisk addons This package con

cvs commit: ports/math/gnumeric Makefile

2006-03-27 Thread Joe Marcus Clarke
marcus 2006-03-27 17:23:16 UTC FreeBSD ports repository Modified files: math/gnumericMakefile Log: Add a missing dependency on libgnomeui now that libgnomedb is no longer there by default. Reported by:pointyhat via kris Revision ChangesPath 1.122

cvs commit: src/lib/libc/net getaddrinfo.c

2006-03-27 Thread Hajimu UMEMOTO
ume 2006-03-27 16:47:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) lib/libc/net getaddrinfo.c Log: MFC 1.55: fill ai_canonname field for numeric hostname, by the given hostname. follow new recommendation in RFC3493. PR: st

cvs commit: ports/sysutils/dvd+rw-tools Makefile

2006-03-27 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-03-27 16:28:57 UTC FreeBSD ports repository Modified files: sysutils/dvd+rw-tools Makefile Log: o dvd+rw-tools Makefile uses an incorrect compile time macro due to a typo. It should be using -D_THREAD_SAFE instead of -DTHREAS_SAFE o Futhermore, make sure the po

cvs commit: src/sys/amd64/acpica madt.c src/sys/i386/acpica madt.c

2006-03-27 Thread John Baldwin
jhb 2006-03-27 15:59:48 UTC FreeBSD src repository Modified files: sys/amd64/acpica madt.c sys/i386/acpica madt.c Log: If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall back to using the RSDT instead. ACPI-CA already follows this same

cvs commit: ports/math/galculator Makefile distinfo ports/math/galculator/files patch-po_Makefile.in.in

2006-03-27 Thread Christian Weisgerber
naddy 2006-03-27 15:02:48 UTC FreeBSD ports repository Modified files: math/galculator Makefile distinfo Added files: math/galculator/files patch-po_Makefile.in.in Log: Maintenance update to 1.2.5.1 which fixes a bug with recent glib versions. Revision Chang

cvs commit: src/share/man/man5 libmap.conf.5

2006-03-27 Thread Pav Lucistnik
pav 2006-03-27 14:37:54 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man5 libmap.conf.5 Log: - Be explicit about libmap32.conf only working on amd64 Requested by: ru Revision ChangesPath 1.14 +3 -2 src/share/man

Re: cvs commit: src/rescue/rescue Makefile

2006-03-27 Thread Ruslan Ermilov
On Mon, Mar 27, 2006 at 12:56:30PM +, Olivier Houchard wrote: > cognet 2006-03-27 12:56:30 UTC > > FreeBSD src repository > > Modified files: > rescue/rescueMakefile > Log: > *sigh* > Move the -lbsdxml after -lgeom, so that ld doesn't get confused and pretend > h

cvs commit: ports/math/polymake Makefile distinfo

2006-03-27 Thread Pav Lucistnik
pav 2006-03-27 14:33:31 UTC FreeBSD ports repository Modified files: math/polymakeMakefile distinfo Log: - Apply vendor patch 1: Description: Fixed errors in handling derived object types (like TightSpan). Submitted by: Ewgenij Gawrilow <[EMAIL PROTECTED]>

cvs commit: ports/www/xulrunner Makefile

2006-03-27 Thread Michael Johnson
ahze2006-03-27 14:33:27 UTC FreeBSD ports repository Modified files: www/xulrunnerMakefile Log: - Mark broken on 4.x Reported by:kris via pointyhat Revision ChangesPath 1.2 +5 -0 ports/www/xulrunner/Makefile

cvs commit: ports/deskutils/sunbird Makefile

2006-03-27 Thread Michael Johnson
ahze2006-03-27 14:32:31 UTC FreeBSD ports repository Modified files: deskutils/sunbirdMakefile Log: - Mark broken on 4.x Revision ChangesPath 1.4 +4 -0 ports/deskutils/sunbird/Makefile ___ cvs-all@freebsd.

cvs commit: ports/multimedia/vlc-devel Makefile

2006-03-27 Thread Michael Johnson
ahze2006-03-27 14:30:35 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile Log: - Remove oc locale Reported by:kris via pointyhat Revision ChangesPath 1.137 +1 -1 ports/multimedia/vlc-devel/Makefile ___

cvs commit: ports/graphics/wxsvg Makefile

2006-03-27 Thread Michael Johnson
ahze2006-03-27 14:28:55 UTC FreeBSD ports repository Modified files: graphics/wxsvg Makefile Log: - Mark broken on 4.x Revision ChangesPath 1.4 +7 -2 ports/graphics/wxsvg/Makefile ___ cvs-all@freebsd.org

cvs commit: ports/www/p5-HTTP-Cache-Transparent Makefile distinfo

2006-03-27 Thread Michael Johnson
ahze2006-03-27 14:24:31 UTC FreeBSD ports repository Modified files: www/p5-HTTP-Cache-Transparent Makefile distinfo Log: - Update to 0.7 Revision ChangesPath 1.3 +1 -1 ports/www/p5-HTTP-Cache-Transparent/Makefile 1.3 +3 -3 ports/www/p5-HTT

cvs commit: ports/net/p5-Net-SSH-Perl Makefile distinfo

2006-03-27 Thread Anton Berezin
tobez 2006-03-27 13:10:50 UTC FreeBSD ports repository Modified files: net/p5-Net-SSH-Perl Makefile distinfo Log: Update to 1.30. Revision ChangesPath 1.13 +1 -1 ports/net/p5-Net-SSH-Perl/Makefile 1.6 +3 -3 ports/net/p5-Net-SSH-Perl/distinfo

cvs commit: src/rescue/rescue Makefile

2006-03-27 Thread Olivier Houchard
cognet 2006-03-27 12:56:30 UTC FreeBSD src repository Modified files: rescue/rescueMakefile Log: *sigh* Move the -lbsdxml after -lgeom, so that ld doesn't get confused and pretend he can't find the symbol from libbsdxml needed in libgeom. This should fix the rescue

cvs commit: ports/mail/courier-imap Makefile distinfo

2006-03-27 Thread Oliver Lehmann
oliver 2006-03-27 12:33:36 UTC FreeBSD ports repository Modified files: mail/courier-imapMakefile distinfo Log: update DRAC patch Submitted By: Mamoru KOMACHI <[EMAIL PROTECTED]> Revision ChangesPath 1.110 +1 -1 ports/mail/courier-imap/Makefile

cvs commit: ports/www/p5-WWW-Search Makefile distinfo

2006-03-27 Thread Anton Berezin
tobez 2006-03-27 11:35:13 UTC FreeBSD ports repository Modified files: www/p5-WWW-SearchMakefile distinfo Log: Update to 2.487. Revision ChangesPath 1.45 +1 -1 ports/www/p5-WWW-Search/Makefile 1.27 +3 -3 ports/www/p5-WWW-Search/distinfo ___

cvs commit: src/tools/tools/tinderbox tbmaster.pl tinderbox.pl

2006-03-27 Thread Dag-Erling Smorgrav
des 2006-03-27 10:29:12 UTC FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.pl tinderbox.pl Log: Reflect progress in process title. Revision ChangesPath 1.63 +2 -0 src/tools/tools/tinderbox/tbmaster.pl 1.47 +1 -0 src/too

cvs commit: ports/sysutils/cmospwd Makefile

2006-03-27 Thread Emanuel Haupt
ehaupt 2006-03-27 10:27:44 UTC FreeBSD ports repository Modified files: sysutils/cmospwd Makefile Log: Add an additional master site. Notified by:pointyhat via kris Revision ChangesPath 1.7 +2 -1 ports/sysutils/cmospwd/Makefile ___

cvs commit: ports/security/p5-Authen-SASL Makefile distinfo pkg-plist

2006-03-27 Thread Anton Berezin
tobez 2006-03-27 10:08:49 UTC FreeBSD ports repository Modified files: security/p5-Authen-SASL Makefile distinfo pkg-plist Log: Update to 2.10. Require perl from ports. Revision ChangesPath 1.11 +22 -6 ports/security/p5-Authen-SASL/Makefile 1.11 +3

cvs commit: ports/net/freenx Makefile ports/net/freenx/files patch-freenx-nxsetup

2006-03-27 Thread Vasil Dimov
vd 2006-03-27 10:06:23 UTC FreeBSD ports repository Modified files: net/freenx Makefile net/freenx/files patch-freenx-nxsetup Log: Fix interaction with sshd PR: ports/92779 Submitted by: mato <[EMAIL PROTECTED]> Approved by:dewey

cvs commit: src/sys/netipx README

2006-03-27 Thread Robert Watson
rwatson 2006-03-27 09:10:09 UTC FreeBSD src repository Modified files: sys/netipx README Log: Add a simple netipx TODO list to the end of README, since there are a number of problems with netipx that I have not yet resolved, and I don't want them lost track of.

cvs commit: ports/games/openttd Makefile distinfo

2006-03-27 Thread Alexey Dokuchaev
danfe 2006-03-27 09:02:02 UTC FreeBSD ports repository Modified files: games/openttdMakefile distinfo Log: Update to version 0.4.7. Revision ChangesPath 1.7 +1 -1 ports/games/openttd/Makefile 1.8 +3 -3 ports/games/openttd/distinfo ___

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

2006-03-27 Thread Matthew Jacob
I only mentioned it once. I haven't chased it down yet as to what the problem actually is. As I said in the log, which you trimmed, "I need to do better". Matt Jacob <[EMAIL PROTECTED]> writes: Log: Correct bad format args. Interesting- the lines that generated the error on sparc64 ha

cvs commit: ports/textproc/p5-HTML-Truncate Makefile distinfo

2006-03-27 Thread Anton Berezin
tobez 2006-03-27 08:25:32 UTC FreeBSD ports repository Modified files: textproc/p5-HTML-Truncate Makefile distinfo Log: Update to 0.10. Revision ChangesPath 1.5 +1 -1 ports/textproc/p5-HTML-Truncate/Makefile 1.5 +3 -3 ports/textproc/p5-HTML-T

cvs commit: ports/databases/p5-DBIx-Class Makefile distinfo pkg-descr pkg-plist

2006-03-27 Thread Sergey Matveychuk
sem 2006-03-27 08:25:14 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.06000 PR: ports/93822 Submitted by: maintainer Revision ChangesPath 1.11 +21 -4 port

cvs commit: ports/devel/p5-Sort-Key Makefile distinfo pkg-plist

2006-03-27 Thread Anton Berezin
tobez 2006-03-27 08:24:19 UTC FreeBSD ports repository Modified files: devel/p5-Sort-KeyMakefile distinfo pkg-plist Log: Update to 1.15. Revision ChangesPath 1.3 +2 -1 ports/devel/p5-Sort-Key/Makefile 1.3 +3 -3 ports/devel/p5-Sort-Key/dis

Re: cvs commit: src/lib/libthr Makefile

2006-03-27 Thread Dag-Erling Smørgrav
[EMAIL PROTECTED] (Dag-Erling Smørgrav) writes: > David Xu <[EMAIL PROTECTED]> writes: > > Log: > > Comment out -g compiler option, found by 'FreeBSD Build Options Survey'. > You should simply remove it (users who want it can define DEBUG_FLAGS > in make.conf), and define WARNS instead of addin

Re: cvs commit: src/lib/libthr Makefile

2006-03-27 Thread Dag-Erling Smørgrav
David Xu <[EMAIL PROTECTED]> writes: > Log: > Comment out -g compiler option, found by 'FreeBSD Build Options Survey'. You should simply remove it (users who want it can define DEBUG_FLAGS in make.conf), and define WARNS instead of adding -Wall to CFLAGS. DES -- Dag-Erling Smørgrav - [EMAIL