cvs commit: src/sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 05:40:17 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c Log: Replace our local UART_SIGMASK_* with the global SER_MASK_*. Revision Cha

cvs commit: src/sys/dev/uart uart_bus_ebus.c

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 05:36:44 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus_ebus.c Log: When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4) or scc(4) to grab the device by default. In fact, we probably shouldn't even claim the devic

cvs commit: projects/csup GNUmakefile

2006-02-23 Thread Maxime Henrion
mux 2006-02-24 05:14:55 UTC FreeBSD projects repository Modified files: csup GNUmakefile Log: Define $(OWNER) and $(GROUP) variables to be passed to install(1), in the hope that will allow the Darwinport maintainer to remove his patch. Revision Changes

cvs commit: projects/csup GNUmakefile

2006-02-23 Thread Maxime Henrion
mux 2006-02-24 05:05:32 UTC FreeBSD projects repository Modified files: csup GNUmakefile Log: Add $(PREFIX)/include to the includes directories, and $(PREFIX)/lib to the library search path. Revision ChangesPath 1.3 +3 -3 projects/csup

cvs commit: src/sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_kbd_sun.c uart_tty.c

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:42:26 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_kbd_sun.c uart_tty.c Log: MFp4: Stop using our loca

cvs commit: ports/misc/tinderbox Makefile

2006-02-23 Thread Edwin Groothuis
edwin 2006-02-24 02:28:02 UTC FreeBSD ports repository Modified files: misc/tinderbox Makefile Log: Move maintainership to [EMAIL PROTECTED] Approved by: portmgr (linimon) Revision ChangesPath 1.13 +1 -1 ports/misc/tinderbox/Makefile ___

cvs commit: src/sys/sys serial.h

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:24:10 UTC FreeBSD src repository Modified files: sys/sys serial.h Log: MFp4: o Add defines for the 5 interrupt sources typical for serial devices. These defines can be used for more finegrained interrupt handling between drivers tha

cvs commit: src/sys/sys serial.h

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:16:09 UTC FreeBSD src repository Modified files: sys/sys serial.h Log: MFp4: style(9): after #define Revision ChangesPath 1.3 +17 -17src/sys/sys/serial.h ___ cvs-all@freebsd.or

cvs commit: src/sys/dev/puc puc_ebus.c puc_sbus.c

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:06:57 UTC FreeBSD src repository Modified files: sys/dev/puc puc_ebus.c puc_sbus.c Log: MFp4: Return BUS_PROBE_LOW_PRIORITY for a successful probe. This is in preparation of the introduction of scc(4), which is going to handle SCCs in the near

cvs commit: ports/sysutils/ganglia-webfrontend Makefile pkg-plist

2006-02-23 Thread Brooks Davis
brooks 2006-02-24 02:06:46 UTC FreeBSD ports repository Modified files: sysutils/ganglia-webfrontend Makefile pkg-plist Log: - Fix the plist so the config file gets removed when unchanged. - Switch to using dirrmtry to from "unexec rmdir" remove the directory. Approved by

cvs commit: src/sys/dev/ic z8530.h

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:03:36 UTC FreeBSD src repository Modified files: sys/dev/ic z8530.h Log: MFp4: Add CHAN_A & CHAN_B for channel register offsets. While here, fix a comment. Revision ChangesPath 1.4 +6 -3 src/sys/dev/ic/z8530.h ___

cvs commit: src/sys/conf kmod.mk src/sys/modules/uart Makefile

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 01:49:36 UTC FreeBSD src repository Modified files: sys/conf kmod.mk sys/modules/uart Makefile Log: Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) and instead define MFILES appropriately for the uart(4) module build.

cvs commit: ports/devel/configgen Makefile distinfo

2006-02-23 Thread Michael Johnson
ahze2006-02-24 01:13:49 UTC FreeBSD ports repository Modified files: devel/configgen Makefile distinfo Log: - Update to 1.14 to work with new libtool changes Approved by:portmgr (marcus) Revision ChangesPath 1.4 +1 -1 ports/devel/configgen

cvs commit: doc/share/pgpkeys lioux.key

2006-02-23 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-02-24 00:46:13 UTC FreeBSD doc repository Modified files: share/pgpkeyslioux.key Log: Updating to a new fresh key since previous one expired. Revision ChangesPath 1.6 +45 -42doc/share/pgpkeys/lioux.key ___

cvs commit: ports UPDATING

2006-02-23 Thread Ade Lovett
ade 2006-02-24 00:35:58 UTC FreeBSD ports repository Modified files: .UPDATING Log: Add some blurb about the recent libtool mega-commit and some suggestions on how to (carefully) handle the large number of ports affected by this change. Approved b

cvs commit: ports MOVED

2006-02-23 Thread Ade Lovett
ade 2006-02-24 00:26:34 UTC FreeBSD ports repository Modified files: .MOVED Log: Add a death entry for devel/libtool13. Note that it's explicitly *not* pointing to devel/libtool15, given the reworking that has been carried out, and that devel/libtool1

cvs commit: src/usr.sbin/sysinstall disks.c

2006-02-23 Thread Jung-uk Kim
jkim2006-02-23 23:41:42 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall disks.c Log: - Back out 1.155. I mismerged my ancient local patch. Luckily it was completely noop. - Geometry sanitization for non-interactive mode is moved to correct place. Re

cvs commit: src/usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c

2006-02-23 Thread Markus Brueffer
markus 2006-02-23 23:19:12 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c Log: - Use official version strings for LMP and HCI version reporting and add versi

cvs commit: projects/csup fattr.c

2006-02-23 Thread Maxime Henrion
mux 2006-02-23 23:11:40 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Correctly fix the getpwnam() -> getgrnam() change. I need sleep. Revision ChangesPath 1.38 +5 -4 projects/csup/fattr.c

Re: cvs commit: src/sys/modules Makefile

2006-02-23 Thread Greg 'groggy' Lehey
On Thursday, 23 February 2006 at 7:29:07 -0500, Andrew Gallatin wrote: > Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: >> On Monday, 20 February 2006 at 2:50:09 +, Andrew Gallatin wrote: >>> gallatin2006-02-20 02:50:09 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>>

cvs commit: src/sys/netinet ip_fw2.c

2006-02-23 Thread Ed Maste
emaste 2006-02-23 23:06:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet ip_fw2.c Log: MFC 1.110: clear lock on error in O_LIMIT case of install_state Approved by:re (mux) Revision ChangesPath 1.70.2.17 +1 -0

cvs commit: projects/csup fattr.c

2006-02-23 Thread Maxime Henrion
mux 2006-02-23 23:03:52 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Oops, change a getpwnam() call that should have been getgrnam(). Revision ChangesPath 1.37 +2 -2 projects/csup/fattr.c _

Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-02-23 Thread Giorgos Keramidas
On 2006-02-23 13:42, Pav Lucistnik <[EMAIL PROTECTED]> wrote: > pav 2006-02-23 13:42:57 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/porters-handbook book.sgml > Log: > - Add dads section on writing wrapper scripts Your father knows about scripting

cvs commit: src/lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c

2006-02-23 Thread Daniel Eischen
deischen2006-02-23 21:34:08 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c Log: Eliminate a race condition in timed waits (cv, mutex, and sleeps). MFC Candidate. PR: 93592 Revision ChangesPath 1.53

cvs commit: src/sys/netinet tcp_input.c tcp_output.c

2006-02-23 Thread Qing Li
qingli 2006-02-23 21:14:34 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_output.c Log: This patch fixes the problem where the current TCP code can not handle simultaneous open. Both the bug and the patch were verified using the ANVL test sui

cvs commit: ports/Mk bsd.apache.mk

2006-02-23 Thread Clement Laforet
clement 2006-02-23 20:46:11 UTC FreeBSD ports repository Modified files: Mk bsd.apache.mk Log: - Fix USE_APACHE=22 Approved by:portmgr (self) Spotted by: Larry Rosenman Revision ChangesPath 1.9 +2 -2 ports/Mk/bsd.apache.

cvs commit: src/tools/tools/ministat ministat.c

2006-02-23 Thread Wojciech A. Koszek
wkoszek 2006-02-23 20:46:10 UTC FreeBSD src repository Modified files: tools/tools/ministat ministat.c Log: Fix the way in which median is calculated. If the data source has even number of data points, value should be calculated by adding two middle elements and dividing them

cvs commit: src/sys/dev/ata ata-all.h ata-queue.c

2006-02-23 Thread S�ren Schmidt
sos 2006-02-23 20:15:22 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-queue.c Log: Keep the parent device (in this case the channel) around in ata_request, so we dont panic device removal or failure. Clean up ata_fail_requests to prevent th

cvs commit: ports/mail/thunderbird-dictionaries Makefile distinfo pkg-plist

2006-02-23 Thread Tom McLaughlin
tmclaugh2006-02-23 19:42:02 UTC FreeBSD ports repository Modified files: mail/thunderbird-dictionaries Makefile distinfo pkg-plist Log: - Include EN_GB dictionary in port [1] - Remove alternate Russian dictionary not installed from distinfo - Correctly install zu-ZA dictionar

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

2006-02-23 Thread John Baldwin
jhb 2006-02-23 19:23:56 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmfeeder.c Log: Remove some dead code. Coverity ID:822 Found by: Coverity Prevent Reviewed by:ariff MFC after: 1 week Revision ChangesPath 1.37

cvs commit: src/sys/kern kern_timeout.c

2006-02-23 Thread John Baldwin
jhb 2006-02-23 19:13:13 UTC FreeBSD src repository Modified files: sys/kern kern_timeout.c Log: Use the recently added msleep_spin() function to simplify the callout_drain() logic. We no longer need a separate non-spin mutex to do sleep/wakeup with, instead w

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

2006-02-23 Thread John Baldwin
jhb 2006-02-23 19:11:16 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: - Use callout_init_mtx() to initialize toffhandle callout using the fdc's mutex. - Don't use callout_drain() to stop the toffhandle callout while holding the fdc mutex

cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml

2006-02-23 Thread Ceri Davies
ceri2006-02-23 19:10:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Minor rewording. Revision ChangesPath 1.249 +2 -2 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml _

Re: cvs commit: src/sys/dev/ata ata-chipset.c

2006-02-23 Thread John Baldwin
On Thursday 23 February 2006 13:52, SXren Schmidt wrote: > sos 2006-02-23 18:52:16 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-chipset.c > Log: > In ata_cmd_allocate() only call ata_pci_allocate once. > > found by: jhb@ FYI, Cover

cvs commit: ports/mail/pfqueue Makefile

2006-02-23 Thread Marcus Alves Grando
mnag2006-02-23 18:54:49 UTC FreeBSD ports repository Modified files: mail/pfqueue Makefile Log: - Fix name on load shared lib. - Bump PORTREVISION Submitted by: Anton Yuzhaninov <[EMAIL PROTECTED]> Approved by:portmgr (clement) Revision Changes

cvs commit: src/sys/dev/ata ata-chipset.c

2006-02-23 Thread S�ren Schmidt
sos 2006-02-23 18:52:16 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: In ata_cmd_allocate() only call ata_pci_allocate once. found by: jhb@ Revision ChangesPath 1.160 +0 -1 src/sys/dev/ata/ata-chipset.c

cvs commit: src/usr.sbin/syslogd syslog.conf.5

2006-02-23 Thread Julian Elischer
julian 2006-02-23 18:51:02 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslog.conf.5 Log: Fix typo Revision ChangesPath 1.41 +1 -1 src/usr.sbin/syslogd/syslog.conf.5 ___ cvs-all@freebsd.org mai

cvs commit: ports/net-p2p/py-bittorrent Makefile pkg-plist ports/net-p2p/py-bittorrent-devel Makefile pkg-plist

2006-02-23 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-02-23 18:22:49 UTC FreeBSD ports repository Modified files: net-p2p/py-bittorrent Makefile pkg-plist net-p2p/py-bittorrent-devel Makefile pkg-plist Log: o Fix PLIST again: fix cut-n-paste mistake on previous commit o Bump PORTREVISION for PLIST change App

cvs commit: src/sys/dev/amr amr_linux.c

2006-02-23 Thread John Baldwin
jhb 2006-02-23 18:05:38 UTC FreeBSD src repository Modified files: sys/dev/amr amr_linux.c Log: Check the return value of copyin() and return an error if it fails. Coverity ID:839 Found by: Coverity Prevent MFC after: 1 week Reviewed by:

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-02-23 Thread Jeremy Messenger
You rules! Thanks! Cheers, Mezz On Thu, 23 Feb 2006 04:43:34 -0600, Ade Lovett <[EMAIL PROTECTED]> wrote: ade 2006-02-23 10:43:34 UTC FreeBSD ports repository Modified files: Mk bsd.autotools.mk Log: Conversion to a single libtool environment. * devel/l

cvs commit: ports/games/timeseal Makefile

2006-02-23 Thread Jean-Yves Lefort
jylefort2006-02-23 17:52:13 UTC FreeBSD ports repository Modified files: games/timeseal Makefile Log: Obviously, an i386 binary is only going to run on i386 and amd64. Approved by:portmgr (marcus) Revision ChangesPath 1.2 +1 -0 ports/games/ti

cvs commit: projects/csup pathcomp.c

2006-02-23 Thread Maxime Henrion
mux 2006-02-23 17:44:03 UTC FreeBSD projects repository Modified files: csup pathcomp.c Log: In pathcomp_free() free pc->prev if it is not NULL, not if it's NULL :-). Spotted by: vs Revision ChangesPath 1.3 +1 -1 projects/csup/p

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-02-23 Thread Alexander Leidinger
Am Thu, 23 Feb 2006 05:24:07 -0800 schrieb Ade Lovett <[EMAIL PROTECTED]>: > As with any major change, there will always be edge cases, and I'm > sure my inbox will fill up with tales of woe over the coming days and > weeks. And that's the reason why I asked for an entry in UPDATING. Just say

cvs commit: src/usr.sbin/bluetooth/bthidd kbd.c

2006-02-23 Thread Markus Brueffer
markus 2006-02-23 15:37:43 UTC FreeBSD src repository (ports committer) Modified files:(Branch: RELENG_6) usr.sbin/bluetooth/bthidd kbd.c Log: MFC: rev 1.2 Fix scancode translation table Approved by:re (scottl), emax Revision ChangesPath 1.1.2.1

cvs commit: ports/Mk bsd.port.mk

2006-02-23 Thread Ade Lovett
ade 2006-02-23 15:37:20 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Clean up spurious "true" in the case of a non-autotools run-autotools target. PR: 93757 Forgotten by: ade Approved by:portmgr (implicit)

cvs commit: ports/net-p2p/dclib Makefile

2006-02-23 Thread Ade Lovett
ade 2006-02-23 15:34:27 UTC FreeBSD ports repository Modified files: net-p2p/dclibMakefile Log: Remove bogus CATEGORIES Approved by:portmgr (implicit) Revision ChangesPath 1.28 +0 -1 ports/net-p2p/dclib/Makefile _

cvs commit: ports/devel/gamin Makefile

2006-02-23 Thread Ade Lovett
ade 2006-02-23 15:33:39 UTC FreeBSD ports repository Modified files: devel/gamin Makefile Log: Fix up PORTREVISION Approved by:portmgr (implicit) Revision ChangesPath 1.25 +1 -1 ports/devel/gamin/Makefile ___

cvs commit: ports/databases/sqlite2 Makefile

2006-02-23 Thread Ade Lovett
ade 2006-02-23 15:32:54 UTC FreeBSD ports repository Modified files: databases/sqlite2Makefile Log: Fix up PORTREVISION breakage Approved by:portmgr (implicit) Revision ChangesPath 1.39 +1 -0 ports/databases/sqlite2/Makefile

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

2006-02-23 Thread David Malone
dwmalone2006-02-23 15:03:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/i386identcpu.c sys/amd64/amd64 identcpu.c Log: MFC: Print Virtual Machine Extensions feature and remove stale comment. Approved by: re (scottl) Re

cvs commit: www/en/platforms/amd64 motherboards.sgml

2006-02-23 Thread Pav Lucistnik
pav 2006-02-23 14:15:40 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: - Add entry for Gigabyte GA-K8N51GMF-9 PR: www/93257 Submitted by: Jan D.S. Wischweh <[EMAIL PROTECTED]> - Add entry for Gigabyte GA-K8U

cvs commit: www/en/platforms/amd64 motherboards.sgml

2006-02-23 Thread Joseph Koshy
jkoshy 2006-02-23 14:08:35 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: Freshen the comment against my motherboard. Revision ChangesPath 1.64 +4 -3 www/en/platforms/amd64/motherboards.sgml __

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-02-23 Thread Pav Lucistnik
pav 2006-02-23 13:42:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Add dads section on writing wrapper scripts PR: docs/92342 Submitted by: jylefort Revision ChangesPath 1.684 +19 -0

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-02-23 Thread Pav Lucistnik
pav 2006-02-23 13:39:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Remove PERL_*_DEPENDS docs, the feature was removed from the tree Revision ChangesPath 1.683 +0 -15 doc/en_US.ISO8859-1/books/porters

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-02-23 Thread Pav Lucistnik
pav 2006-02-23 13:38:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Reflect the world with single unpatched libtool Reviewed by:ade Revision ChangesPath 1.682 +13 -19doc/en_US.ISO8859-1/books/

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-02-23 Thread Ade Lovett
On Feb 23, 2006, at 04:45 , Alexander Leidinger wrote: According to cvsweb the revision for graphics/chbg wasn't bumped, so I don't expect it to work. Well, herein lies the problem. This is a *wide* ranging commit, and as such, there is no way to please everybody. It's also a non- trivial

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-02-23 Thread Alexander Leidinger
Am Thu, 23 Feb 2006 04:30:29 -0800 schrieb Ade Lovett <[EMAIL PROTECTED]>: > > On Feb 23, 2006, at 03:50 , Alexander Leidinger wrote: > > Anything that should be added to UPDATING (e.g. "portupgrade -rf > > x11-toolkits/gtk12" or something like that)? > > To be brutally honest, I don't know. In

cvs commit: src/sys/modules Makefile

2006-02-23 Thread Andrew Gallatin
gallatin2006-02-23 12:30:39 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Unhook myri10ge from build in preparation for rename Revision ChangesPath 1.479 +0 -3 src/sys/modules/Makefile __

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-02-23 Thread Ade Lovett
On Feb 23, 2006, at 03:50 , Alexander Leidinger wrote: Anything that should be added to UPDATING (e.g. "portupgrade -rf x11-toolkits/gtk12" or something like that)? To be brutally honest, I don't know. In the case of the glib/gtk 1.2.x stuff, it would be against devel/glib12 rather than x11

Re: cvs commit: src/sys/modules Makefile

2006-02-23 Thread Andrew Gallatin
Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: > On Monday, 20 February 2006 at 2:50:09 +, Andrew Gallatin wrote: > > gallatin2006-02-20 02:50:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/modules Makefile > > Log: > > Hook the myri10ge driver to

Re: cvs commit: ports/Mk bsd.autotools.mk

2006-02-23 Thread Alexander Leidinger
Am Thu, 23 Feb 2006 10:43:34 + (UTC) schrieb Ade Lovett <[EMAIL PROTECTED]>: > ade 2006-02-23 10:43:34 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.autotools.mk > Log: > Conversion to a single libtool environment. Anything that should

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

2006-02-23 Thread David Malone
dwmalone2006-02-23 11:34:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/column column.c Log: MFC: Make column roundup to the next tab. Approved by:re (scottl) Revision ChangesPath 1.14.2.1 +3 -3 src/usr.bin/column/

cvs commit: CVSROOT modules

2006-02-23 Thread Ade Lovett
ade 2006-02-23 10:44:27 UTC FreeBSD ports repository Modified files: .modules Log: Adieu, libtool 1.3.x Approved by:portmgr (kris) Revision ChangesPath 1.14416 +0 -1 CVSROOT/modules __

cvs commit: ports/Mk bsd.autotools.mk

2006-02-23 Thread Ade Lovett
ade 2006-02-23 10:43:34 UTC FreeBSD ports repository Modified files: Mk bsd.autotools.mk Log: Conversion to a single libtool environment. * devel/libtool13 is no more (requiem mors pacem) * devel/libtool15 now installs as ${LOCALBASE}/bin/libtool etc.

cvs commit: ports/Mk bsd.port.mk

2006-02-23 Thread Ade Lovett
ade 2006-02-23 10:43:00 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Only include bsd.autotools.mk if USE_AUTOTOOLS is defined. Tested as part of the single-libtool patch. Approved by:portmgr (kris) Revision ChangesP

cvs commit: ports/Mk bsd.gnome.mk

2006-02-23 Thread Ade Lovett
ade 2006-02-23 10:42:21 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: As a result of the conversion to single libtool, the glib/gtk 1.2.x libraries have now moved from 12.so to -12.so Approved by:portmgr (kris) Revision C

cvs commit: ports/audio/csound Makefile

2006-02-23 Thread Renato Botelho
garga 2006-02-23 10:34:06 UTC FreeBSD ports repository Modified files: audio/csound Makefile Log: Unbreak: make it fetchable again Approved by:portmgr (erwin, kris) Revision ChangesPath 1.27 +2 -4 ports/audio/csound/Makefile __

cvs commit: ports/net/csup/files patch-proto.c

2006-02-23 Thread Pav Lucistnik
pav 2006-02-23 10:10:47 UTC FreeBSD ports repository Modified files: net/csup/files patch-proto.c Log: - Unbreak patch Approved by:portmgr (erwin) Revision ChangesPath 1.2 +0 -9 ports/net/csup/files/patch-proto.c _

cvs commit: src/sys/kern kern_sig.c

2006-02-23 Thread David Xu
davidxu 2006-02-23 09:24:19 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: 1. Refine kern_sigtimedwait() to remove redundant code. 2. Fix a bug, if thread got a SIGKILL signal, call sigexit() to kill its process. MFC after: 3 days

cvs commit: CVSROOT approvers

2006-02-23 Thread Kris Kennaway
kris2006-02-23 08:44:16 UTC FreeBSD ports repository Modified files: .approvers Log: The ports tree is now frozen for the 5.5/6.1 release cycles. Revision ChangesPath 1.10 +1 -1 CVSROOT/approvers __

cvs commit: ports/www/nginx Makefile distinfo

2006-02-23 Thread Sergey A. Osokin
osa 2006-02-23 08:31:16 UTC FreeBSD ports repository Modified files: www/nginxMakefile distinfo Log: Update to 0.3.30. Revision ChangesPath 1.62 +1 -1 ports/www/nginx/Makefile 1.57 +3 -3 ports/www/nginx/distinfo __

cvs commit: ports CHANGES

2006-02-23 Thread Kris Kennaway
kris2006-02-23 08:29:26 UTC FreeBSD ports repository Modified files: .CHANGES Log: Drop description of PERL_(BUILD|RUN)_DEPENDS since they were removed pending reimplementation. Revision ChangesPath 1.51 +1 -4 ports/CHANGES

cvs commit: ports/devel/p5-Test-File-Contents Makefile ports/misc/tinderbox Makefile ports/sysutils/lire Makefile ports/sysutils/newportsversioncheck Makefile

2006-02-23 Thread Kris Kennaway
kris2006-02-23 08:28:48 UTC FreeBSD ports repository Modified files: devel/p5-Test-File-Contents Makefile misc/tinderbox Makefile sysutils/lireMakefile sysutils/newportsversioncheck Makefile Log: Back out PERL_(BUILD|RUN)_DEPENDS pending reimpleme

cvs commit: src/sys/modules/dummynet Makefile src/sys/netinet ip_dummynet.c

2006-02-23 Thread Hajimu UMEMOTO
ume 2006-02-23 08:28:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules/dummynet Makefile sys/netinet ip_dummynet.c Log: MFC: Obey opt_inet6.h in kernel build directory. sys/modules/dummynet/Makefile: 1.5

cvs commit: ports/Mk bsd.port.mk

2006-02-23 Thread Kris Kennaway
kris2006-02-23 08:28:14 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: * Back out the PERL_(BUILD|RUN)_DEPENDS. It needs to be reimplemented so it appends to (BUILD|RUN)_DEPENDS instead of defining new types, since this requires ch

cvs commit: ports/databases/py-PyGreSQL Makefile

2006-02-23 Thread Palle Girgensohn
girgen 2006-02-23 08:04:04 UTC FreeBSD ports repository Modified files: databases/py-PyGreSQL Makefile Log: Accidentally removed portepoch, believing it was portrevision. Pointy hat to: me Revision ChangesPath 1.46 +1 -0 ports/databases/py-PyGreSQL/Mak