cvs commit: ports/editors/bed Makefile

2007-06-16 Thread Kris Kennaway
kris2007-06-17 06:27:45 UTC FreeBSD ports repository Modified files: editors/bed Makefile Log: This port contains an incorrect configure test that tries to test for the pthread_create() function by doing the following | char pthread_create (); | int | main

cvs commit: ports/databases/kmysqladmin Makefile

2007-06-16 Thread Ion-Mihai Tetcu
itetcu 2007-06-17 06:25:05 UTC FreeBSD ports repository Modified files: databases/kmysqladmin Makefile Log: - drop 4.x (EOL) support - per portlint PR: 111936 Submitted by: araujo@ Approved by:maintainer timeout Revision ChangesPath 1.4

cvs commit: src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c src/sys/dev/sound/pci als4000.c au88x0.c aureal.c cmi.c cs4281.c csapcm.c ds1.c emu10k1.c emu10kx-pcm.c es137x.c fm801.c ich.c maest

2007-06-16 Thread Ariff Abdullah
ariff 2007-06-17 06:10:43 UTC FreeBSD src repository Modified files: sys/dev/sound/isaad1816.c ess.c mss.c sb16.c sb8.c sys/dev/sound/pcials4000.c au88x0.c aureal.c cmi.c cs4281.c csapcm.c ds1.c emu10k1.c emu10kx-pcm.c

cvs commit: www/en/gnome news.xml

2007-06-16 Thread Joe Marcus Clarke
marcus 2007-06-17 05:57:02 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce GNOME 2.18.2 for FreeBSD. Revision ChangesPath 1.141 +20 -1 www/en/gnome/news.xml ___ cvs-all@freebsd

cvs commit: src/sys/dev/aac aac_cam.c src/sys/dev/advansys advansys.c advlib.h adwcam.c src/sys/dev/aha aha.c src/sys/dev/ahb ahb.c ahbreg.h src/sys/dev/aic aic.c aic_cbus.c aic_isa.c aic_pccard.c aic

2007-06-16 Thread Scott Long
scottl 2007-06-17 05:55:54 UTC FreeBSD src repository Modified files: sys/dev/aac aac_cam.c sys/dev/advansys advansys.c advlib.h adwcam.c sys/dev/aha aha.c sys/dev/ahb ahb.c ahbreg.h sys/dev/aic aic.c aic_cbus.c aic_isa.c ai

cvs commit: ports/x11-wm/fbpager/files patch-Resources.hh

2007-06-16 Thread Roman Bogorodskiy
novel 2007-06-17 05:43:08 UTC FreeBSD ports repository Added files: x11-wm/fbpager/files patch-Resources.hh Log: Fix build with gcc42. PR: 112821 Submitted by: Henrik Brix Andersen <[EMAIL PROTECTED]> Obtained from: Gentoo Linux Bugzilla (bug 135504)

Re: cvs commit: src/sys/vm vm_mmap.c

2007-06-16 Thread Alan Cox
Matt Jacob wrote: mjacob 2007-06-17 04:17:49 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: Make sure object is NULL- there is a possible case where you could fall through to it being used w/o being set. Put a break in the default case. Revisi

cvs commit: src/sys/dev/acpi_support acpi_panasonic.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:40:33 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_panasonic.c Log: Initialize key to zero. Revision ChangesPath 1.13 +1 -1 src/sys/dev/acpi_support/acpi_panasonic.c __

cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:37:58 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: Try a cheap way to get around gcc4.2 believing that user arguments to system calls can change across intervening functions. Revision ChangesPath 1.65

cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_offload.c cxgb_sge.c

2007-06-16 Thread Kip Macy
kmacy 2007-06-17 04:33:38 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_offload.c cxgb_sge.c Log: - switch adapter and port lock over to using sx so that resources can be allocated atomically - ad

cvs commit: src/sys/dev/atkbdc psm.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:32:18 UTC FreeBSD src repository Modified files: sys/dev/atkbdc psm.c Log: Initialize mouse resolution to zero if converting from OLD to NEW. Revision ChangesPath 1.93 +2 -0 src/sys/dev/atkbdc/psm.c _

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

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:27:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Check for pte being NULL in return from pmap_pte_pde- unlikely or even impossible, but it's better ot have a panic and a quiesced gcc4.2. Revision ChangesPath 1

cvs commit: ports/net-im/libpurple Makefile distinfo ports/net-im/pidgin Makefile pkg-plist

2007-06-16 Thread Joe Marcus Clarke
marcus 2007-06-17 04:22:57 UTC FreeBSD ports repository Modified files: net-im/libpurple Makefile distinfo net-im/pidginMakefile pkg-plist Log: * Update to 2.0.2 * Make GnuTLS the default SSL provider (over NSS) to avoid crashes reported by some users

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

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:21:58 UTC FreeBSD src repository Modified files: sys/amd64/amd64 busdma_machdep.c Log: Initialize lastaddr to zero to make gcc4.2 happy. Revision ChangesPath 1.83 +1 -1 src/sys/amd64/amd64/busdma_machdep.c _

cvs commit: src/sys/vm vm_page.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:19:05 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Don't declare inline a function which isn't. Revision ChangesPath 1.350 +1 -1 src/sys/vm/vm_page.c ___ cvs-a

cvs commit: src/sys/vm vm_mmap.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:17:49 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: Make sure object is NULL- there is a possible case where you could fall through to it being used w/o being set. Put a break in the default case. Revision Changes

cvs commit: src/sys/vm vm_fault.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:14:27 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Initialize reqpage to zero. Revision ChangesPath 1.232 +1 -1 src/sys/vm/vm_fault.c ___ cvs-all@freebsd.org

cvs commit: src/sys/netinet6 ah_output.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:12:22 UTC FreeBSD src repository Modified files: sys/netinet6 ah_output.c Log: gcc4.2 somehow doesn't believe that finaldst can stay stable between where it's initialized and where it's checked twice such that the origingal destination address is

cvs commit: src/sys/netinet udp_usrreq.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 04:07:11 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: Make gcc4.2 happy and zero save_ip for the unlikely (blackhole != 0) codepath. Revision ChangesPath 1.212 +2 -0 src/sys/netinet/udp_usrreq.c __

cvs commit: ports/games/widelands Makefile ports/games/widelands/files patch-SConstruct patch-src_SConscript

2007-06-16 Thread Vanilla I. Shu
vanilla 2007-06-17 03:50:22 UTC FreeBSD ports repository Modified files: games/widelands Makefile Added files: games/widelands/files patch-SConstruct patch-src_SConscript Log: 1: Fix build with x11-toolkits/qt33 installed 2: Do not create .sconsign files in system d

cvs commit: ports/java/jdk15 pkg-message

2007-06-16 Thread Greg Lewis
glewis 2007-06-17 03:30:34 UTC FreeBSD ports repository Removed files: java/jdk15 pkg-message Log: . Remove SCSL message since we're now using the JRL, which is agreed to prior to the extract step. Revision ChangesPath 1.6 +0 -1139 ports/java/jd

cvs commit: ports/math/p5-MatrixReal Makefile distinfo

2007-06-16 Thread Yen-Ming Lee
leeym 2007-06-17 02:10:13 UTC FreeBSD ports repository Modified files: math/p5-MatrixReal Makefile distinfo Log: - update to 2.02 Revision ChangesPath 1.13 +1 -1 ports/math/p5-MatrixReal/Makefile 1.7 +3 -3 ports/math/p5-MatrixReal/distinfo _

cvs commit: src/usr.bin/netstat sctp.c

2007-06-16 Thread Randall Stewart
rrs 2007-06-17 01:57:08 UTC FreeBSD src repository Modified files: usr.bin/netstat sctp.c Log: - Forced commit to update who actually did this code (I forgot the obtained from in the original line) Obtained from: Weongyo Jeong ([EMAIL PROTECTED]) Revision Ch

cvs commit: ports/mail/p5-Mail-Audit Makefile distinfo pkg-plist

2007-06-16 Thread Yen-Ming Lee
leeym 2007-06-17 01:51:39 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Audit Makefile distinfo pkg-plist Log: - update to 2.2.19 Revision ChangesPath 1.30 +4 -2 ports/mail/p5-Mail-Audit/Makefile 1.19 +3 -3 ports/mail/p5-Mail-Audi

Re: cvs commit: ports/graphics/sng Makefile pkg-descr

2007-06-16 Thread Peter Jeremy
On 2007-Jun-16 00:42:10 +0200, Pav Lucistnik <[EMAIL PROTECTED]> wrote: >If you want to show off your l33t sed skillz, you can do something like > >'/^static/ s/png_//' I would suggest that FreeBSD sources and ports are precisely the wrong place to show off l33t ski11z - the priority for committed

Re: cvs commit: ports/devel/apr Makefile distinfo ports/devel/apr/files patch-apr-util_build_dbm.m4 patch-apr-util_configure patch-apr_dbd_sqlite3.c patch-apr_hints.m4

2007-06-16 Thread Craig Rodrigues
On Sun, Jun 17, 2007 at 02:23:20AM +0100, Shaun Amott wrote: > It seems I was mistaken; apparently approval is not a strict > requirement. It's always a good thing though. You don't appear to have > sought any kind of review for the xfsprogs commit. I don't maintain too many ports, and have been c

cvs commit: src/sys/netinet sctp_input.c sctp_output.c sctp_pcb.c src/sys/netinet6 sctp6_usrreq.c

2007-06-16 Thread Randall Stewart
rrs 2007-06-17 01:36:02 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c sctp_output.c sctp_pcb.c sys/netinet6 sctp6_usrreq.c Log: - For sctp_input/sctp6_input add announcment when a packet arrives (debug) - re-factor the packet dr

Re: cvs commit: ports/devel/apr Makefile distinfo ports/devel/apr/files patch-apr-util_build_dbm.m4 patch-apr-util_configure patch-apr_dbd_sqlite3.c patch-apr_hints.m4

2007-06-16 Thread Shaun Amott
On Sun, Jun 17, 2007 at 01:38:41AM +0100, Shaun Amott wrote: > > Without wishing to join the CVS log nitpicker club... I'm curious who > approved this commit, as it wasn't noted in the log nor the actual PR. I > also see a later commit with no such information. We like to know where > to send poin

Re: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile distinfo pkg-message pkg-plist ports/mail/p5-Mail-SpamAssassin/files patch-sa-compile.raw patch-spamc-Makefile.in

2007-06-16 Thread Larry Rosenman
This won't install with some of the options until ports/113638 is committed. :( Can we get this done sooner rather than later? Thanks! On Jun 16, 2007, at 5:17 PM, Beech Rintoul wrote: beech 2007-06-16 22:17:04 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamA

cvs commit: src/gnu/usr.bin/diff context.c.diff

2007-06-16 Thread Xin LI
delphij 2007-06-17 00:43:50 UTC FreeBSD src repository Modified files: gnu/usr.bin/diff context.c.diff Log: Fix build on arm: time_t on arm is 64 bits while long is 32 bits, so subsequent compile time assertion: sizeof inf->stat.st_mtime <= sizeof sec Woul

Re: cvs commit: ports/devel/apr Makefile distinfo ports/devel/apr/files patch-apr-util_build_dbm.m4 patch-apr-util_configure patch-apr_dbd_sqlite3.c patch-apr_hints.m4

2007-06-16 Thread Shaun Amott
On Sat, Jun 16, 2007 at 07:56:48PM +, Craig Rodrigues wrote: > > rodrigc 2007-06-16 19:56:48 UTC > > FreeBSD ports repository (src committer) > > Modified files: > devel/aprMakefile distinfo > devel/apr/files patch-apr-util_build_dbm.m4 >

cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 00:33:34 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c ip_dummynet.h Log: Replace incorrect local OFFSET_OF macro with the correct and generic offsetof macro. Revision ChangesPath 1.107 +1 -1 src/sys/netine

cvs commit: src/sys/netinet in.c

2007-06-16 Thread Matt Jacob
mjacob 2007-06-17 00:31:24 UTC FreeBSD src repository Modified files: sys/netinet in.c Log: Simplification to quiet a gcc4.2 warning. Just by setting match.s_addr to nonzero you fulfill the same function as the variable 'cmp'. so you might as well zero match and tes

cvs commit: ports/devel/p5-AI-Pathfinding-AStar Makefile distinfo pkg-plist

2007-06-16 Thread Aaron Dalton
aaron 2007-06-17 00:27:02 UTC FreeBSD ports repository Modified files: devel/p5-AI-Pathfinding-AStar Makefile distinfo pkg-plist Log: Bump to v0.09. Distfile will be unfetchable until CPAN mirrors populate. Revision ChangesPath 1.6 +2 -2 ports/devel/p5-A

cvs commit: src/sys/boot/ofw/common main.c src/sys/boot/ofw/libofw Makefile ofw_console.c ofw_net.c openfirm.c openfirm.h openfirm_mmu.c src/sys/boot/sparc64/loader main.c

2007-06-16 Thread Marius Strobl
marius 2007-06-17 00:17:16 UTC FreeBSD src repository Modified files: sys/boot/ofw/common main.c sys/boot/ofw/libofw Makefile ofw_console.c ofw_net.c openfirm.c openfirm.h sys/boot/sparc64/loader main.c Removed files: sys/boot/ofw/libofw

cvs commit: src/sys/dev/mxge if_mxge.c

2007-06-16 Thread Andrew Gallatin
gallatin2007-06-17 00:09:51 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Also mark writecombine as enabled when PAT is used to enable it rather than MTRRs. Revision ChangesPath 1.38 +2 -2 src/sys/dev/mxge/if_mxge.c ___

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

2007-06-16 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Warner Losh <[EMAIL PROTECTED]> writes: : imp 2007-06-16 23:33:57 UTC : : FreeBSD src repository : : Modified files: : sys/dev/pccard pccard.c : Log: : only register a ithread handler if the card requests an ithread : handle

cvs commit: src/sys/sparc64/sbus sbus.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:49:41 UTC FreeBSD src repository Modified files: sys/sparc64/sbus sbus.c Log: - Don't register the over-temperature and power-fail interrupt handlers as filter/"fast" handlers so shutdown_nice() can acquire the process lock. - Use bus_{read,wri

cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:46:41 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychovar.h Log: - Use the newly introduced pcib_mtx spin lock to lock psycho_ce(), allowing it to be a filter/"fast" handler. Locking the interrupt handlers with a spin l

cvs commit: src/sys/kern kern_descrip.c kern_fork.c kern_priv.c src/sys/sys priv.h

2007-06-16 Thread Robert Watson
rwatson 2007-06-16 23:41:43 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c kern_fork.c kern_priv.c sys/sys priv.h Log: Rather than passing SUSER_RUID into priv_check_cred() to specify when a privilege is checked against the real

cvs commit: src/sys/dev/pccard pccard.c

2007-06-16 Thread Warner Losh
imp 2007-06-16 23:33:57 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: only register a ithread handler if the card requests an ithread handler. Revision ChangesPath 1.119 +2 -3 src/sys/dev/pccard/pccard.c _

cvs commit: src/sys/kern subr_witness.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:30:57 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: - Remove zstty spin lock for no longer existing zs(4). - Move the rtc_mtx spin lock out from under #ifdef SMP as it's just not SMP-specific. - Add a new spin lo

cvs commit: src/sys/dev/gem if_gem.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:27:59 UTC FreeBSD src repository Modified files: sys/dev/gem if_gem.c Log: - In gem_bitwait() check that the bit clears/was set in the content of the register rather than in the offset describing the register. - In gem_reset_rx() let gem_bitwa

cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 machdep.c mp_machdep.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:26:01 UTC FreeBSD src repository Modified files: sys/sparc64/include smp.h sys/sparc64/sparc64 machdep.c mp_machdep.c Log: - Add support for sending IPIs with USIII and greater sun4u CPUs. These CPUs use an enhanced layout of the interrupt vector

cvs commit: src/sys/sparc64/sparc64 rtc.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:17:23 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 rtc.c Log: - Flesh out the support for the EBus variant which actually is the RTC function of a National Semiconductor PC87317/PC97317. This consists of using the century register

cvs commit: src/sys/dev/mc146818 mc146818.c mc146818var.h

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:10:00 UTC FreeBSD src repository Modified files: sys/dev/mc146818 mc146818.c mc146818var.h Log: Export mc146818_def_{read,write}() so the front-end can make use of them if needed. Revision ChangesPath 1.5 +2 -4 src/sys/dev/mc1468

Re: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile distinfo pkg-message pkg-plist ports/mail/p5-Mail-SpamAssassin/files patch-sa-compile.raw patch-spamc-Makefile.in

2007-06-16 Thread Shaun Amott
On Sat, Jun 16, 2007 at 10:17:04PM +, Beech Rintoul wrote: > PR: ports/113719 > Submitted by: Michael Scheidell <[EMAIL PROTECTED]> (maintainer) > Approved by:sat (mentor) > Security: CVE-2007-2873 Although this particular issue is relatively obscure, it is gene

cvs commit: src/sys/sparc64/sparc64 eeprom.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 23:07:53 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 eeprom.c Log: Remove the code for displaying the OFW hostid during boot for the reasons outlined in the comment removed along with it, because the OFW hostid has no real meaning for Fr

cvs commit: ports/sysutils/xfsprogs Makefile distinfo

2007-06-16 Thread Craig Rodrigues
rodrigc 2007-06-16 22:38:41 UTC FreeBSD ports repository (src committer) Modified files: sysutils/xfsprogsMakefile distinfo Log: Bump up to xfsprots 2.8.21. xfs_repair for some reason now depends on some POSIX rt functions in librt, which only exists on FreeBSD 7, so dis

cvs commit: src/sys/dev/ofw openfirm.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 22:34:16 UTC FreeBSD src repository Modified files: sys/dev/ofw openfirm.c Log: In OF_init() check the return value of OF_getprop(). Found with: Coverity Prevent(tm) CID:679 Revision ChangesPath 1.20 +2 -1 s

cvs commit: src/sys/dev/ofw openfirm.c openfirm.h src/sys/sun4v/include trap.h src/sys/sun4v/sun4v machdep.c trap.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 22:30:38 UTC FreeBSD src repository Modified files: sys/dev/ofw openfirm.c openfirm.h sys/sun4v/includetrap.h sys/sun4v/sun4v machdep.c trap.c Log: - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by moving OF_set

Re: cvs commit: src/lib/ncurses/ncurses Makefile

2007-06-16 Thread Marcus Alves Grando
Please add in ObsoleteFiles.inc NOTE: Someone have any shared lib to bump yet? Regards Rong-En Fan wrote: rafan 2007-06-16 14:42:08 UTC FreeBSD src repository Modified files: lib/ncurses/ncurses Makefile Log: - Bump ncurses share library version for the coming RELENG_7

Re: cvs commit: ports/graphics Makefile ports/graphics/lcdtest Makefile distinfo pkg-descr

2007-06-16 Thread Edwin Groothuis
On Sat, Jun 16, 2007 at 08:43:57AM +, Andrew Pantyukhin wrote: > sat 2007-06-16 08:43:57 UTC > > FreeBSD ports repository > > Modified files: > graphics Makefile > Added files: > graphics/lcdtest Makefile distinfo pkg-descr > Log: > Add port graphic

cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile distinfo pkg-message pkg-plist ports/mail/p5-Mail-SpamAssassin/files patch-sa-compile.raw patch-spamc-Makefile.in

2007-06-16 Thread Beech Rintoul
beech 2007-06-16 22:17:04 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile distinfo pkg-message pkg-plist mail/p5-Mail-SpamAssassin/files patch-sa-compile.raw Added files: mail/p5-Mail-SpamAssassin/files patch

cvs commit: src/sys/conf files.sparc64 src/sys/dev/fb creator.c gallant12x22.c gallant12x22.h machfb.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 21:48:51 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 sys/dev/fb creator.c gallant12x22.c machfb.c Removed files: sys/dev/fb gallant12x22.h Log: Move the gallant 12 x 22 font data from a .h to a .

cvs commit: src/sys/boot/sparc64/loader main.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 21:46:15 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader main.c Log: - Remove dupe and unused declarations and prototypes. - Add missing prototypes. - Define global variables not used outside of this module as static. - Replace some out

cvs commit: ports/emulators/linux_dist-gentoo-stage1 Makefile ports/emulators/linux_dist-gentoo-stage2 Makefile ports/emulators/linux_dist-gentoo-stage3 Makefile

2007-06-16 Thread Gabor Kovesdan
gabor 2007-06-16 21:46:12 UTC FreeBSD ports repository Modified files: emulators/linux_dist-gentoo-stage1 Makefile emulators/linux_dist-gentoo-stage2 Makefile emulators/linux_dist-gentoo-stage3 Makefile Log: - Work around installing in jail - Remove MANUAL_PACKAGE_B

cvs commit: src/sys/boot/ofw/libofw openfirm.c src/sys/dev/ofw openfirm.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 21:38:04 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw openfirm.c sys/dev/ofw openfirm.c Log: Sync the styles of sys/boot/ofw/libofw/openfirm.c and sys/dev/ofw/openfirm.c with themselves, with each-other and with style(9).

cvs commit: src/sys/dev/fb boot_font.c gfb.h src/sys/i386/xbox xboxfb.c

2007-06-16 Thread Marius Strobl
marius 2007-06-16 21:31:53 UTC FreeBSD src repository Modified files: sys/dev/fb boot_font.c gfb.h sys/i386/xboxxboxfb.c Log: - Define data of struct gfb_font a const as it's only used to supply font data and remove the array size from the definition a

cvs commit: www/en/donations donors.sgml

2007-06-16 Thread Christian Brueffer
brueffer2007-06-16 21:26:54 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Add a donation by Gareth Randall. Revision ChangesPath 1.359 +8 -1 www/en/donations/donors.sgml ___ cvs-al

cvs commit: ports/www/phpmyfaq Makefile distinfo

2007-06-16 Thread Martin Wilke
miwi2007-06-16 21:24:59 UTC FreeBSD ports repository Modified files: www/phpmyfaq Makefile distinfo Log: - Update to 1.6.12 Approved by:maintainer implicit Revision ChangesPath 1.27 +1 -2 ports/www/phpmyfaq/Makefile 1.22 +3 -3

cvs commit: ports/net/liferea Makefile distinfo pkg-plist

2007-06-16 Thread Pav Lucistnik
pav 2007-06-16 21:21:18 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist Log: - Update to 1.2.17 Revision ChangesPath 1.96 +1 -1 ports/net/liferea/Makefile 1.73 +3 -3 ports/net/liferea/distinfo 1

cvs commit: ports/math/gri Makefile distinfo

2007-06-16 Thread Pav Lucistnik
pav 2007-06-16 21:16:09 UTC FreeBSD ports repository Modified files: math/gri Makefile distinfo Log: - Update to 2.12.15 PR: ports/113704 Submitted by: Christopher Illies <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.13

cvs commit: ports/editors/scribes Makefile distinfo

2007-06-16 Thread Pav Lucistnik
pav 2007-06-16 21:12:31 UTC FreeBSD ports repository Modified files: editors/scribes Makefile distinfo Log: - Update to 0.3.2.8 Revision ChangesPath 1.6 +1 -1 ports/editors/scribes/Makefile 1.5 +3 -3 ports/editors/scribes/distinfo

cvs commit: src/sys/vm vm_page.c

2007-06-16 Thread Alan Cox
alc 2007-06-16 21:07:51 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: If attempting to cache a "busy", panic instead of printing a diagnostic message and returning. Revision ChangesPath 1.349 +1 -2 src/sys/vm/vm_page.c _

Re: cvs commit: ports/devel/libdasm Makefile distinfo pkg-plist

2007-06-16 Thread Rong-En Fan
On Sat, Jun 16, 2007 at 04:31:40PM -0400, Kris Kennaway wrote: > On Sat, Jun 16, 2007 at 10:27:47PM +0200, Erwin Lansing wrote: > > On Sat, Jun 16, 2007 at 04:21:30PM -0400, Kris Kennaway wrote: > > > On Sat, Jun 16, 2007 at 07:25:46PM +, Rong-En Fan wrote: > > > > rafan 2007-06-16 19:25:

cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Wilko Bulte
wilko 2007-06-16 20:49:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb ukbd.c Log: Forced commit to clarify preceding unclear commit message: - core was contacted by Joerg Peter Schley requesting 2 comment lines be removed with

cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Wilko Bulte
wilko 2007-06-16 20:48:13 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Forced commit to clarify preceding unclear commit message: - core was contacted by Joerg Peter Schley requesting 2 comment lines be removed with his name & email address

Re: cvs commit: src/sys/dev/sound version.h src/sys/dev/sound/pci es137x.c src/sys/dev/sound/pcm buffer.c channel.c channel.h dsp.c dsp.h feeder.c feeder_rate.c mixer.c mixer.h sndstat.c sound.c sound

2007-06-16 Thread Scott Long
Alexander Leidinger wrote: > Quoting Joel Dahl <[EMAIL PROTECTED]> (Sat, 16 Jun 2007 21:55:59 +0200): > >> On Sat, 2007-06-16 at 03:37 +, Ariff Abdullah wrote: >>> ariff 2007-06-16 03:37:29 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/soundversio

cvs commit: src/sys/dev/sound/pcm feeder_volume.c

2007-06-16 Thread Ariff Abdullah
ariff 2007-06-16 20:36:39 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmfeeder_volume.c Log: Use signed int, since all the samples are in that form. This will help future implementation of soft amplifier with variable/relative 0db. Revision Changes

Re: cvs commit: ports/devel/libdasm Makefile distinfo pkg-plist

2007-06-16 Thread Kris Kennaway
On Sat, Jun 16, 2007 at 10:27:47PM +0200, Erwin Lansing wrote: > On Sat, Jun 16, 2007 at 04:21:30PM -0400, Kris Kennaway wrote: > > On Sat, Jun 16, 2007 at 07:25:46PM +, Rong-En Fan wrote: > > > rafan 2007-06-16 19:25:46 UTC > > > > > > FreeBSD ports repository > > > > > > Modified

Re: cvs commit: src/sys/dev/sound version.h src/sys/dev/sound/pci es137x.c src/sys/dev/sound/pcm buffer.c channel.c channel.h dsp.c dsp.h feeder.c feeder_rate.c mixer.c mixer.h sndstat.c sound.c sound

2007-06-16 Thread Alexander Leidinger
Quoting Joel Dahl <[EMAIL PROTECTED]> (Sat, 16 Jun 2007 21:55:59 +0200): > On Sat, 2007-06-16 at 03:37 +, Ariff Abdullah wrote: > > ariff 2007-06-16 03:37:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/soundversion.h > > sys/dev/sound/pci

Re: cvs commit: ports/devel/libdasm Makefile distinfo pkg-plist

2007-06-16 Thread Erwin Lansing
On Sat, Jun 16, 2007 at 04:21:30PM -0400, Kris Kennaway wrote: > On Sat, Jun 16, 2007 at 07:25:46PM +, Rong-En Fan wrote: > > rafan 2007-06-16 19:25:46 UTC > > > > FreeBSD ports repository > > > > Modified files: > > devel/libdasmMakefile distinfo pkg-plist > > Log: >

Re: cvs commit: ports/x11/gdm Makefile

2007-06-16 Thread Kris Kennaway
On Sat, Jun 16, 2007 at 06:52:28PM +0900, Norikatsu Shigemura wrote: > On Thu, 14 Jun 2007 14:10:17 -0400 > Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > I don't think that this change is NOP. I was embarrassed with > > > this problem, too. I did clean-install all ports such as Werner. > > >

cvs commit: src/usr.bin/sockstat sockstat.c

2007-06-16 Thread Maxim Konovalov
maxim 2007-06-16 20:24:55 UTC FreeBSD src repository Modified files: usr.bin/sockstat sockstat.c Log: o Do not warn if the process exits before we get its name. PR: bin/113777 Submitted by: Dmitrij Tejblum MFC after: 1 week Revision Changes

Re: cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Wilko Bulte
On Sat, Jun 16, 2007 at 10:14:14PM +0200, Erwin Lansing wrote.. > On Sat, Jun 16, 2007 at 10:01:17PM +0200, Wilko Bulte wrote: > > On Sat, Jun 16, 2007 at 01:27:21PM -0600, Scott Long wrote.. > > > Wilko Bulte wrote: > > > > wilko 2007-06-16 19:20:02 UTC > > > > > > > > FreeBSD src reposit

Re: cvs commit: src/sys/dev/sound version.h src/sys/dev/sound/pci es137x.c src/sys/dev/sound/pcm buffer.c channel.c channel.h dsp.c dsp.h feeder.c feeder_rate.c mixer.c mixer.h sndstat.c sound.c sound

2007-06-16 Thread Ariff Abdullah
On Sat, 16 Jun 2007 21:55:59 +0200 Joel Dahl <[EMAIL PROTECTED]> wrote: > On Sat, 2007-06-16 at 03:37 +, Ariff Abdullah wrote: > > ariff 2007-06-16 03:37:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/soundversion.h > > sys/dev/sound/pci

Re: cvs commit: ports/devel/libdasm Makefile distinfo pkg-plist

2007-06-16 Thread Kris Kennaway
On Sat, Jun 16, 2007 at 07:25:46PM +, Rong-En Fan wrote: > rafan 2007-06-16 19:25:46 UTC > > FreeBSD ports repository > > Modified files: > devel/libdasmMakefile distinfo pkg-plist > Log: > - Update to 1.5 [1] > - Replace deprecated variable: INSTALLS_SHLIB > -

Re: cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Erwin Lansing
On Sat, Jun 16, 2007 at 10:01:17PM +0200, Wilko Bulte wrote: > On Sat, Jun 16, 2007 at 01:27:21PM -0600, Scott Long wrote.. > > Wilko Bulte wrote: > > > wilko 2007-06-16 19:20:02 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/usb ukbd.c >

Re: cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Wilko Bulte
On Sat, Jun 16, 2007 at 01:27:21PM -0600, Scott Long wrote.. > Wilko Bulte wrote: > > wilko 2007-06-16 19:20:02 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb ukbd.c > > Log: > > Per request (to core) by the person refered to in the comment.

cvs commit: ports/devel/apr Makefile distinfo ports/devel/apr/files patch-apr-util_build_dbm.m4 patch-apr-util_configure patch-apr_dbd_sqlite3.c patch-apr_hints.m4

2007-06-16 Thread Craig Rodrigues
rodrigc 2007-06-16 19:56:48 UTC FreeBSD ports repository (src committer) Modified files: devel/aprMakefile distinfo devel/apr/files patch-apr-util_build_dbm.m4 patch-apr-util_configure patch-apr_hints.m4 Remo

Re: cvs commit: src/sys/dev/sound version.h src/sys/dev/sound/pci es137x.c src/sys/dev/sound/pcm buffer.c channel.c channel.h dsp.c dsp.h feeder.c feeder_rate.c mixer.c mixer.h sndstat.c sound.c sound

2007-06-16 Thread Joel Dahl
On Sat, 2007-06-16 at 03:37 +, Ariff Abdullah wrote: > ariff 2007-06-16 03:37:29 UTC > > FreeBSD src repository > > Modified files: > sys/dev/soundversion.h > sys/dev/sound/pcies137x.c > sys/dev/sound/pcmbuffer.c channel.c channel.h dsp.c dsp.h >

cvs commit: ports/math/scilab Makefile distinfo pkg-plist ports/math/scilab/files patch-ba

2007-06-16 Thread Rong-En Fan
rafan 2007-06-16 19:45:45 UTC FreeBSD ports repository Modified files: math/scilab Makefile distinfo pkg-plist math/scilab/filespatch-ba Log: - Update to 4.1.1 - Remove PLIST_SUB DOCSDIR substitution is handled by bsd.port.mk PORTVERSION is no longer

cvs commit: ports/devel/re2c Makefile distinfo

2007-06-16 Thread Andrew Pantyukhin
sat 2007-06-16 19:43:13 UTC FreeBSD ports repository Modified files: devel/re2c Makefile distinfo Log: - Update to 0.12.1 PR: ports/112501 Submitted by: John Levine <[EMAIL PROTECTED]>, bf <[EMAIL PROTECTED]> Approved by:laszlof (maintaine

Re: cvs commit: ports/x11-themes/kde-style-polyester Makefile distinfo

2007-06-16 Thread Markus Brueffer
On Freitag, 15. Juni 2007, Martin Wilke wrote: > miwi2007-06-15 05:24:09 UTC > > FreeBSD ports repository > > Modified files: > x11-themes/kde-style-polyester Makefile distinfo > Log: > - Update to 1.0.1 > > PR: 113188 > Submitted by: Shane Bell <[EMAIL PROTECT

Re: cvs commit: src/lib Makefile.inc src/lib/libatm Makefile src/lib/libautofs Makefile src/lib/libbegemot Makefile src/lib/libbluetooth Makefile src/lib/libbsm Makefile src/lib/libbz2 Makefile src/li

2007-06-16 Thread Kris Kennaway
On Sat, Jun 16, 2007 at 08:54:35AM -0400, Daniel Eischen wrote: > On Fri, 15 Jun 2007, John Baldwin wrote: > > >On Sunday 20 May 2007 10:49:08 pm Daniel Eischen wrote: > >>deischen2007-05-21 02:49:08 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>lib/libautofs

Re: cvs commit: ports/games Makefile ports/games/gdado Makefile distinfo pkg-descr pkg-plist ports/games/gdado/files patch-Makefile.in

2007-06-16 Thread Kris Kennaway
On Sat, Jun 16, 2007 at 01:13:20PM +0400, Andrew Pantyukhin wrote: > On 6/16/07, Kris Kennaway <[EMAIL PROTECTED]> wrote: > >On Sat, Jun 16, 2007 at 12:36:12PM +0400, Andrew Pantyukhin wrote: > >> On 6/16/07, Li-Wen Hsu <[EMAIL PROTECTED]> wrote: > >> >lwhsu 2007-06-16 08:25:44 UTC > >> > > >

Re: cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Scott Long
Wilko Bulte wrote: > wilko 2007-06-16 19:20:02 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ukbd.c > Log: > Per request (to core) by the person refered to in the comment. > > Revision ChangesPath > 1.65 +0 -2 src/sys/dev/usb/uk

cvs commit: ports/devel/libdasm Makefile distinfo pkg-plist

2007-06-16 Thread Rong-En Fan
rafan 2007-06-16 19:25:46 UTC FreeBSD ports repository Modified files: devel/libdasmMakefile distinfo pkg-plist Log: - Update to 1.5 [1] - Replace deprecated variable: INSTALLS_SHLIB - Use PORTDOCS to simplify pkg-plist PR:ports/113760 [1] Submitt

cvs commit: ports/graphics/agg Makefile distinfo pkg-plist ports/graphics/agg/files Makefile.in.FreeBSD patch-autogen

2007-06-16 Thread Martin Wilke
miwi2007-06-16 19:24:53 UTC FreeBSD ports repository Modified files: graphics/agg Makefile distinfo Added files: graphics/agg pkg-plist graphics/agg/files patch-autogen Removed files: graphics/agg/files Makefile.in.FreeBSD Log: - Update

cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Wilko Bulte
wilko 2007-06-16 19:23:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb ukbd.c Log: Per request (to core) by the person refered to in the comment. Revision ChangesPath 1.52.2.6 +0 -2 src/sys/dev/usb/ukbd.c __

cvs commit: ports/www/hiawatha Makefile distinfo pkg-descr

2007-06-16 Thread Rong-En Fan
rafan 2007-06-16 19:20:11 UTC FreeBSD ports repository Modified files: www/hiawatha Makefile distinfo pkg-descr Log: - Update to 5.9 - Add WWW entry PR: ports/113754 Submitted by: Hugo Leisink (maintainer) Revision ChangesPath 1.5

cvs commit: src/sys/dev/usb ukbd.c

2007-06-16 Thread Wilko Bulte
wilko 2007-06-16 19:20:02 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Per request (to core) by the person refered to in the comment. Revision ChangesPath 1.65 +0 -2 src/sys/dev/usb/ukbd.c

cvs commit: ports/games/mahjong Makefile distinfo

2007-06-16 Thread Dirk Meyer
dinoex 2007-06-16 19:19:06 UTC FreeBSD ports repository Modified files: games/mahjongMakefile distinfo Log: - update to 1.8 Reported by:portscout Revision ChangesPath 1.33 +1 -2 ports/games/mahjong/Makefile 1.25 +3 -3 ports/games/m

cvs commit: ports/Mk bsd.port.mk

2007-06-16 Thread Pav Lucistnik
pav 2007-06-16 19:07:42 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: - Provide actual-package-depends target, which prints actual dependencies of freshly installed port, according to records in /var/db/pkg - Use this new target when

cvs commit: ports/Mk bsd.autotools.mk

2007-06-16 Thread Pav Lucistnik
pav 2007-06-16 19:03:50 UTC FreeBSD ports repository Modified files: Mk bsd.autotools.mk Log: Add missing target ordering when make -j1 is used (this should be a NOP) Noticed by: gibbs Submitted by: kris Tested by: bento amd64 exprun

cvs commit: CVSROOT access

2007-06-16 Thread Giorgos Keramidas
keramida2007-06-16 18:41:52 UTC FreeBSD doc repository Modified files: .access Log: Forced commit to note danger is free from my mentorship now. Revision ChangesPath 1.585 +0 -0 CVSROOT/access __

cvs commit: src/sys/cam/scsi scsi_da.c

2007-06-16 Thread Scott Long
scottl 2007-06-16 18:22:19 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Revert an accidental change from the previous rev. Revision ChangesPath 1.215 +1 -2 src/sys/cam/scsi/scsi_da.c _

cvs commit: src/sys/cam/scsi scsi_da.c scsi_sa.c

2007-06-16 Thread Scott Long
scottl 2007-06-16 18:20:29 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c scsi_sa.c Log: Work around the other uses of M_WAITOK. Revision ChangesPath 1.214 +2 -1 src/sys/cam/scsi/scsi_da.c 1.113 +9 -3 src/sys/cam/scsi/sc

cvs commit: ports/devel/p5-Taint-Runtime Makefile distinfo

2007-06-16 Thread Yen-Ming Lee
leeym 2007-06-16 18:19:15 UTC FreeBSD ports repository Modified files: devel/p5-Taint-Runtime Makefile distinfo Log: - update to 0.03 Revision ChangesPath 1.3 +1 -1 ports/devel/p5-Taint-Runtime/Makefile 1.2 +3 -3 ports/devel/p5-Taint-Runtime/

  1   2   >