kientzle2008-01-23 05:48:07 UTC
FreeBSD src repository
Modified files:
lib/libarchive Makefile
Log:
Track version # from the portable release.
Revision ChangesPath
1.80 +1 -1 src/lib/libarchive/Makefile
___
c
kientzle2008-01-23 05:47:08 UTC
FreeBSD src repository
Modified files:
lib/libarchive/test test_write_disk.c
Log:
Explain a subtle API change that was made recently.
Even though I believe this is a good change, it does
have the potential to break certain clients, so it's
g
kientzle2008-01-23 05:43:26 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_write_set_format_cpio_newc.c
lib/libarchive/test test_write_format_cpio_newc.c
Log:
Properly pad symlinks when writing cpio "newc" format.
Thanks to: Jesse Barker for repor
ache2008-01-23 04:25:10 UTC
FreeBSD src repository
Modified files:
share/mklocale la_LN.US-ASCII.src
Log:
"NONE" -> "ASCII" encoding
Revision ChangesPath
1.3 +1 -1 src/share/mklocale/la_LN.US-ASCII.src
_
jeff2008-01-23 03:10:18 UTC
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- sched_prio() should only adjust tdq_lowpri if the thread is running or on
a run-queue. If the priority is numerically raised only change lowpri
if we're cert
ache2008-01-23 03:05:35 UTC
FreeBSD src repository
Modified files:
lib/libc/locale setrunelocale.c
Log:
Fix longstanding mb/wc functions segfault if error occurse
inside __init().
Currently _EUC_init() only was affected.
Revision ChangesPath
1.51 +39
nemoliu 2008-01-23 02:56:54 UTC
FreeBSD ports repository
Modified files:
databases/rrdtoolMakefile distinfo
databases/rrdtool/files patch-bindings-Makefile.in
Log:
- update to 1.2.26
PR: ports/119310
Submitted by: Beat Gaetzi <[EMAIL PROTECTED]>
Approved b
ache2008-01-23 02:17:27 UTC
FreeBSD src repository
Modified files:
lib/libc/locale setrunelocale.c
Log:
Better fix for longstanding segfault. Don't touch current locale at all
on unknown encoding. Previous fix resets it to POSIX.
Revision ChangesPath
1.50
ache2008-01-23 01:57:26 UTC
FreeBSD src repository
Modified files:
lib/libc/locale setrunelocale.c
Log:
1) Add (void) cast to _none_init() (while I am here)
2) Fix longstanding segfault in mb/wc code when unknown encoding is specified
in the locale file (mb/wc functi
delphij 2008-01-23 01:50:51 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Business-MaxMind-CreditCardFraudDetection -->
ports/finance/p5-Business-MaxMind-CreditCardFraudDetection
Revision ChangesPath
1.19245 +1 -0 CVSROOT/
delphij 2008-01-23 01:50:29 UTC
FreeBSD ports repository
Modified files:
finance Makefile
Added files:
finance/p5-Business-MaxMind-CreditCardFraudDetection Makefile
distinfo
beech 2008-01-23 01:04:17 UTC
FreeBSD ports repository
Modified files:
devel/e4graphMakefile
Log:
- Pass maintainership to Daniel Rucci <[EMAIL PROTECTED]>
Approved by:linimon (mentor)
Revision ChangesPath
1.28 +1 -1 ports/devel/e4graph/Ma
lbr 2008-01-23 00:25:11 UTC
FreeBSD ports repository
Modified files:
devel/p5-Moose Makefile distinfo pkg-plist
Log:
Update to 0.34. See http://search.cpan.org/src/STEVAN/Moose-0.34/Changes
Revision ChangesPath
1.22 +10 -1 ports/devel/p5-Moose/Make
ache2008-01-23 00:16:37 UTC
FreeBSD src repository
Modified files:
.Makefile.inc1
Log:
Conditionally add mklocale to bootstrap-tools
Revision ChangesPath
1.595 +5 -0 src/Makefile.inc1
___
cvs
jkim2008-01-23 00:15:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/dev/acpica acpi_battery.c
Log:
MFC:1.26
Check battery presence first before trying to get battery information.
Approved by:re (kensmith)
Revision C
ache2008-01-23 00:08:21 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document FreeBSD_version 800013
Revision ChangesPath
1.896 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
ache2008-01-23 00:04:18 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
Bump FreeBSD_version after adding "ASCII" encoding to libc
Revision ChangesPath
1.327 +1 -1 src/sys/sys/param.h
__
On Wed, Jan 23, 2008 at 02:18:31AM +0300, Andrey Chernov wrote:
> > mklocale(1) is a tool used during buildworld. Am I right
> > that after this commit it should be bootstrapped (i.e.,
> > a new version should be built and used instead of the
> > currently installed one)?
>
> As I can see in Make
mezz2008-01-22 23:41:16 UTC
FreeBSD ports repository
Modified files:
net-p2p/transmission Makefile distinfo
net-p2p/transmission/files patch-Makefile.in patch-configure
Log:
Update to 1.02.
Revision Changes Path
1.28 +1 -1ports/net-p2p/transmiss
On Tue, Jan 22, 2008 at 10:08:25PM +0300, Ruslan Ermilov wrote:
> On Tue, Jan 22, 2008 at 12:04:53AM +, Andrey A. Chernov wrote:
> > ache2008-01-22 00:04:52 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > usr.bin/mklocale mklocale.1 yacc.y
> > Log:
> >
bmah2008-01-22 23:05:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
release/doc/en_US.ISO8859-1/relnotes article.sgml
Log:
New release notes: SA-08:01, SA-08:02. Bump copyright date.
Approved by:re (implicitly)
Revision Chang
miwi2008-01-22 22:18:47 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
- Fix discovery line from the previous commit :(
Revision ChangesPath
1.1548+2 -2 ports/security/vuxml/vuln.xml
___
gallatin2008-01-22 22:04:31 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c if_mxge_var.h
Log:
Take advantage of the new physically contiguous 9K jumbos in 8.
Revision ChangesPath
1.44 +23 -3 src/sys/dev/mxge/if_mxge.c
1.18 +6
miwi2008-01-22 22:01:46 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
- Document xfce -- multiple vulnerabilities
Revision ChangesPath
1.1547+33 -1 ports/security/vuxml/vuln.xml
On Tue, Jan 22, 2008 at 09:51:08AM +0800, Rong-En Fan wrote:
> On Mon, Jan 21, 2008 at 12:45:02PM -0800, Doug Barton wrote:
> > The script looks good, thanks for doing this! The only thing I would point
> > out is that the default _enable=no is not needed, since rc.subr needs to
> > see one of th
miwi2008-01-22 21:38:40 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
- Document claws-mail -- insecure temporary file creation
Revision ChangesPath
1.1546+32 -1 ports/security/vuxml/vuln.xml
__
attilio 2008-01-22 21:26:35 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile
Added files:
share/man/man9 BUF_ISLOCKED.9 BUF_RECURSED.9
Log:
Add manpages for BUF_RECURSED(9) and BUF_ISLOCKED(9) and connect them to
the build.
Reviewed by:
delphij 2008-01-22 21:10:55 UTC
FreeBSD ports repository
Modified files:
devel/ruby-gems Makefile
devel/ruby-gems/files patch-lib-rubygems-source_info_cache.rb
Log:
Fix gem command after last update.
PR: ports/119664
Submitted by: maintainer
Re
marcus 2008-01-22 20:59:42 UTC
FreeBSD ports repository
Modified files:
textproc/libxml2 Makefile distinfo
textproc/libxml2/files patch-aa patch-doc_devhelp_Makefile.in
patch-python::Makefile.in
patch-python::tests::Mak
attilio 2008-01-22 20:16:10 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile lock.9
Log:
Add the newly added function lockmgr_recursed() to the manpages.
Revision ChangesPath
1.323 +1 -0 src/share/man/man9/Makefile
1.21 +9 -1
attilio 2008-01-22 20:08:09 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
Reflect BUF_REFCNT(9) removal.
Pointed out by: brueffer
Revision ChangesPath
1.126 +2 -0 src/ObsoleteFiles.inc
attilio 2008-01-22 20:02:24 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile
Removed files:
share/man/man9 BUF_REFCNT.9
Log:
BUF_REFCNT(9) function no more exists, so just axe out the manpage.
Revision ChangesPath
1.8 +0 -61
attilio 2008-01-22 19:58:30 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile
Log:
Fix lock.9 manpage in order to recall lockmgr_disown() with 'man' command.
Revision ChangesPath
1.321 +1 -0 src/share/man/man9/Makefile
_
In message: <[EMAIL PROTECTED]>
"David O'Brien" <[EMAIL PROTECTED]> writes:
: On Tue, Jan 22, 2008 at 10:00:40PM +0300, Ruslan Ermilov wrote:
: > How about if we restore the check whose aim was to avoid cluttering
: > mailing lists with questions about upsupported source upgrades, but
:
On Tue, Jan 22, 2008 at 10:00:40PM +0300, Ruslan Ermilov wrote:
> How about if we restore the check whose aim was to avoid cluttering
> mailing lists with questions about upsupported source upgrades, but
> make it correspond to 6.0-RELEASE:
>
> %%%
> Index: Makefile.inc1
>
trhodes 2008-01-22 19:16:09 UTC
FreeBSD src repository
Modified files:
share/man/man4 syncache.4
Log:
Correct a typo.
Noticed by: ru
Revision ChangesPath
1.6 +1 -1 src/share/man/man4/syncache.4
___
On Tue, Jan 22, 2008 at 12:04:53AM +, Andrey A. Chernov wrote:
> ache2008-01-22 00:04:52 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.bin/mklocale mklocale.1 yacc.y
> Log:
> Understand newly introduced "ASCII" encoding
>
> Revision ChangesPath
>
mi 2008-01-22 19:05:38 UTC
FreeBSD ports repository
Modified files:
net/ekigaMakefile
Log:
Submit to portmgr's coersion and bump PORTREVISION.
Revision ChangesPath
1.74 +1 -0 ports/net/ekiga/Makefile
_
On Tue, Jan 22, 2008 at 10:29:40AM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> : > : I only wonder how was the value of 600029 choosen?
> : >
> : > It was two revisions before the branch point for RELENG_6, which
> : > h
mnag2008-01-22 18:58:50 UTC
FreeBSD src repository (ports committer)
Modified files:
usr.sbin/sysinstall menus.c
Log:
- Add new NTP servers provided by NIC.br (http://www.ntp.br)
- Remove nonfunctional servers
PR: 119884
Approved by:simon
MFC after
On Tue, 2008-01-22 at 09:29 -0500, Mikhail Teterin wrote:
> понеділок 21 січень 2008 09:21 по, Edwin Groothuis Ви написали:
> > > The new package NEVER built because of the problem, that was just fixed.
> >
> > It's more to differentiate between working and non-working versions.
>
> They are both
db 2008-01-22 18:43:15 UTC
FreeBSD ports repository
Modified files:
comms/gnuradio Makefile pkg-plist
comms/gnuradio/files wxgui_src_python_init.py
Removed files:
comms/gnuradio/files patch-gr-wxgui_src_python_stdgui.py
patch-usrp_host_
trhodes 2008-01-22 18:35:24 UTC
FreeBSD src repository
Modified files:
share/man/man4 syncache.4
Log:
Document net.inet.tcp.syncookies_only using a description taken from
tcp_syncache.c revision 1.99 of andre's commit log.
PR: 107611
Revision ChangesPat
matusita2008-01-22 18:11:47 UTC
FreeBSD ports repository
Modified files:
irc/keitairc Makefile
Log:
Fix broken MASTER_SITES. No bumps since no content changes.
Noticed by: pav
Revision ChangesPath
1.8 +2 -1 ports/irc/keitairc/Makefile
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jung-uk Kim wrote:
> jkim2008-01-22 17:30:13 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_7_0)
> sys/dev/bge if_bge.c
> Log:
> MFC:1.201
>
> Fix mbuf pool watermark configuration.
>
jkim2008-01-22 17:53:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/acpica acpi_battery.c
Log:
MFC:1.26
Check battery presence first before trying to get battery information.
Revision ChangesPath
1.25.2.1 +4 -3
trhodes 2008-01-22 17:47:05 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/developers-handbook/kerneldebug
chapter.sgml
Log:
Replace 'debug.debugger_on_panic=1' with 'debug.kdb.enter=1' which actually
trhodes 2008-01-22 17:39:13 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/geom chapter.sgml
Log:
Revert newfs options in the gmirror(8) section, avoiding an explicit request
for a UFS2 file system.
Discussed with: rwatson
Revision Changes
leeym 2008-01-22 17:35:00 UTC
FreeBSD ports repository
Modified files:
devel/p5-Hash-AsObject Makefile distinfo
Log:
- update to 0.10
Revision ChangesPath
1.4 +1 -1 ports/devel/p5-Hash-AsObject/Makefile
1.4 +3 -3 ports/devel/p5-Hash-AsObject/
In message: <[EMAIL PROTECTED]>
Ruslan Ermilov <[EMAIL PROTECTED]> writes:
: > : I only wonder how was the value of 600029 choosen?
: >
: > It was two revisions before the branch point for RELENG_6, which
: > happened at 600031.
:
: I think you're twice off-by-one here,
:
: : $ cvs -
jkim2008-01-22 17:30:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/dev/bge if_bge.c
Log:
MFC:1.201
Fix mbuf pool watermark configuration.
Approved by:re (kensmith)
Revision ChangesPath
1.198.2.2.2.1
beech 2008-01-22 17:29:58 UTC
FreeBSD ports repository
Modified files:
ftp/wput Makefile distinfo pkg-descr
Added files:
ftp/wput/files patch-Makefile.in
Removed files:
ftp/wput/files patch-src::Makefile.in
Log:
- Update to 0.6.1
- Makefi
leeym 2008-01-22 17:27:36 UTC
FreeBSD ports repository
Modified files:
devel/p5-Carp-Clan Makefile distinfo
Removed files:
devel/p5-Carp-Clan/files patch-Makefile.PL
Log:
- update to 5.10
Revision ChangesPath
1.6 +2 -2 ports/devel/p5-Carp-Clan/Ma
jkim2008-01-22 17:13:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/bge if_bge.c
Log:
MFC:1.194
Remove BCM5704S specific tunable (hw.bge.fake_autoneg) and
auto-detect the condition.
PR: kern/118308
Revision
Ken Smith wrote:
kensmith2008-01-22 16:35:10 UTC
FreeBSD src repository
Modified files:
release/amd64boot_crunch.conf
release/i386 boot_crunch.conf
release/ia64 boot_crunch.conf
release/pc98 boot_crunch.conf
release/powerpc bo
On Tue, Jan 22, 2008 at 09:57:57AM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> : Hi,
> :
> : On Mon, Jan 21, 2008 at 03:14:17PM -0700, M. Warner Losh wrote:
> : > In message: <[EMAIL PROTECTED]>
> : > "David
garga 2008-01-22 17:00:02 UTC
FreeBSD ports repository
Modified files:
net-im/jabber-pyaim Makefile pkg-descr
Log:
- Fix WWW and MASTER_SITES to reflect new project's page
PR: ports/119896
Submitted by: garga
Approved by:maintainer
Revision Cha
In message: <[EMAIL PROTECTED]>
Ruslan Ermilov <[EMAIL PROTECTED]> writes:
: Hi,
:
: On Mon, Jan 21, 2008 at 03:14:17PM -0700, M. Warner Losh wrote:
: > In message: <[EMAIL PROTECTED]>
: > "David E. O'Brien" <[EMAIL PROTECTED]> writes:
: > : Remove 5.x and 6.x cruft - sou
trhodes 2008-01-22 16:45:20 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/disks chapter.sgml
Log:
Remove duplicated word introduced in previous revision.
Noticed by: ceri
Revision ChangesPath
1.281 +1 -1 doc/en_US.ISO8859-
kensmith2008-01-22 16:35:10 UTC
FreeBSD src repository
Modified files:
release/amd64boot_crunch.conf
release/i386 boot_crunch.conf
release/ia64 boot_crunch.conf
release/pc98 boot_crunch.conf
release/powerpc boot_crunch.conf
ceri2008-01-22 16:10:56 UTC
FreeBSD doc repository
Modified files:
share/pgpkeysceri.key
Log:
New uid.
Revision ChangesPath
1.7 +68 -27doc/share/pgpkeys/ceri.key
___
cvs-all@freebsd.org mailing list
htt
garga 2008-01-22 15:58:21 UTC
FreeBSD ports repository
Modified files:
security/putty Makefile
Log:
Drop maintainership
Revision ChangesPath
1.18 +1 -1 ports/security/putty/Makefile
___
cvs-all@freebsd.org
ru 2008-01-22 15:57:57 UTC
FreeBSD src repository
Modified files:
.Makefile.inc1
Log:
Cleanup after last commit (remove undefined variables).
Revision ChangesPath
1.594 +1 -7 src/Makefile.inc1
_
trhodes 2008-01-22 15:56:49 UTC
FreeBSD src repository
Modified files:
lib/libc/sys flock.2
Log:
Xref flopen.3 which references this manual page.
PR: 112650
Revision ChangesPath
1.26 +2 -1 src/lib/libc/sys/flock.2
___
Hi,
On Mon, Jan 21, 2008 at 03:14:17PM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> "David E. O'Brien" <[EMAIL PROTECTED]> writes:
> : Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior
> : to RELENG_7 are not supported.
>
> I've just co
garga 2008-01-22 15:47:59 UTC
FreeBSD ports repository
Modified files:
x11/gmrunMakefile
Log:
- Mark as BROKEN on amd64, it doesn't run, got a segfault whtn try to start.
Patches are welcome
Revision ChangesPath
1.21 +7 -1 ports/x11/gmrun/Ma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, Jan 22, 2008 at 03:05:57PM +, Martin Wilke wrote:
> miwi2008-01-22 15:05:57 UTC
>
> FreeBSD ports repository
>
> Modified files:
> mail/claws-mail-etpan_privacy Makefile
> Log:
> - Mark DEPRECATED (no longer supporte
miwi2008-01-22 15:05:57 UTC
FreeBSD ports repository
Modified files:
mail/claws-mail-etpan_privacy Makefile
Log:
- Mark DEPRECATED (no longer supported by developers)
PR :
Revision ChangesPath
1.23 +3 -0 ports/mail/claws-mail-etpan_privacy/Makefile
trhodes 2008-01-22 15:05:22 UTC
FreeBSD src repository
Modified files:
.UPDATING
Log:
Quick note on how to disable malloc debugging in the top entry in this file.
PR: 83621
Submitted by: Scott Robbins <[EMAIL PROTECTED]> (original version)
понеділок 21 січень 2008 09:21 по, Edwin Groothuis Ви написали:
> > The new package NEVER built because of the problem, that was just fixed.
>
> It's more to differentiate between working and non-working versions.
They are both working versions. If you need to make a distinction, you can
look at
girgen 2008-01-22 14:08:48 UTC
FreeBSD ports repository
Modified files:
databases/postgresql83-server Makefile distinfo
pkg-install-server
pkg-plist-contrib
pkg-plist-server
Lo
tabthorpe2008-01-22 13:45:33 UTC
FreeBSD ports repository
Modified files:
misc/gnomesword Makefile distinfo pkg-plist
Log:
- Update to 2.3.3
Revision ChangesPath
1.35 +1 -1 ports/misc/gnomesword/Makefile
1.11 +3 -3 ports/misc/gnomesword/dist
gabor 2008-01-22 13:35:46 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/introduction chapter.sgml
Log:
- Revert the previous change, since it was incorrect. The original phrase
was not a typo.
Pointed out by: brueffer
Revision Changes
skv 2008-01-22 13:33:05 UTC
FreeBSD ports repository
Modified files:
www/p5-Catalyst-View-Templated Makefile
Log:
Fix BUILD_DEPENDS
Pointed by: pav
Revision ChangesPath
1.2 +1 -1 ports/www/p5-Catalyst-View-Templated/Makefile
___
gabor 2008-01-22 13:26:22 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/introduction chapter.sgml
Log:
- Fix typo
Submitted by: Hiroshi Saeki <[EMAIL PROTECTED]> (via doc@)
Revision ChangesPath
1.122 +1 -1
doc/en_US.ISO88
skv 2008-01-22 13:04:25 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
rnv --> ports/textproc/rnv
Revision ChangesPath
1.19244 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mailin
skv 2008-01-22 13:04:18 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/rnv Makefile distinfo pkg-descr
Log:
Relax NG Compact Syntax validator
Revision ChangesPath
1.1217+1 -0 ports/textproc/
trhodes 2008-01-22 12:23:30 UTC
FreeBSD src repository
Modified files:
share/man/man7 ports.7
Log:
The config-recursive target is not run during the normal install process, move
it down to where it belongs.
Document 'all-depends-list' target and bump doc date.
P
On Tue, 22 Jan 2008, Christian Brueffer wrote:
brueffer2008-01-22 07:40:21 UTC
FreeBSD src repository
Modified files:
share/man/man4 coda.4
Log:
Small fixes.
Thanks! I'll be sure to MFC them with the man page when I do the MFC.
Robert N M Watson
Computer Laboratory
Univer
On Tue, 22 Jan 2008, Tom Rhodes wrote:
trhodes 2008-01-22 03:44:54 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/geom chapter.sgml
Log:
Update the gmirror section:
1: Pass -O 2 to newfs for UFS2;
newfs defaults to UFS2 on adequately UFS2-aware versi
vd 2008-01-22 11:32:36 UTC
FreeBSD ports repository
Modified files:
graphics/enblend Makefile
Log:
Adopt graphics/enblend.
Revision ChangesPath
1.9 +1 -1 ports/graphics/enblend/Makefile
___
cvs-all@freebs
keramida2008-01-22 11:18:51 UTC
FreeBSD src repository (doc committer)
Modified files:
usr.sbin/iostat iostat.c
Log:
Repeat iostat header after rows-3 instead of a hardcoded 20.
Use ioctl() to get the window size in iostat(8), and force a new
header to be prepended to
brueffer2008-01-22 11:07:11 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/audit chapter.sgml
Log:
Whitespace changes for the previous commit, translators can ignore this.
Revision ChangesPath
1.33 +5 -4 doc/en_US.ISO8859-1/books/h
brueffer2008-01-22 11:05:36 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/audit chapter.sgml
Log:
Adjust version information where needed.
Revision ChangesPath
1.32 +3 -3 doc/en_US.ISO8859-1/books/handbook/audit/chapter.sgml
_
Jeremie Le Hen <[EMAIL PROTECTED]> writes:
> Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> > Speaking of which, it's about time we flipped the iso8601 switch for
> > ncvs...
> Do you have some pointers about this point of history?
Huh?
CVS uses a non-standard time format (which IIRC has chang
vd 2008-01-22 10:35:57 UTC
FreeBSD ports repository
Modified files:
graphics/hugin Makefile
Log:
Hugin does not work with wxgtk 2.8. It crashes at startup, after displaying
the startup tip. This has been reported in ports/118190 and ports/119866.
So limit the WX
nivit 2008-01-22 09:48:06 UTC
FreeBSD ports repository
Modified files:
multimedia/clive Makefile distinfo pkg-descr
Log:
- Update to 0.4.2
- Add Metacafe to pkg-descr
Revision ChangesPath
1.10 +1 -1 ports/multimedia/clive/Makefile
1.10 +3 -3
nivit 2008-01-22 09:45:46 UTC
FreeBSD ports repository
Modified files:
math/wxMaximaMakefile distinfo
Log:
- Update to 0.7.4
Revision ChangesPath
1.15 +2 -2 ports/math/wxMaxima/Makefile
1.11 +3 -3 ports/math/wxMaxima/distinfo
__
sumikawa2008-01-22 09:41:06 UTC
FreeBSD ports repository
Modified files:
www/apache13+ipv6Makefile distinfo
Log:
Upgrade to 1.3.41.
Revision ChangesPath
1.59 +2 -3 ports/www/apache13+ipv6/Makefile
1.25 +6 -6 ports/www/apache13+ipv6/distinfo
_
Hi,
On Mon, Jan 21, 2008 at 10:23:11PM +0100, Dag-Erling Smørgrav wrote:
> "David E. O'Brien" <[EMAIL PROTECTED]> writes:
> > Log:
> > Merge rev 1.3 ('-n' option) & rev. 1.2 ("iso8601" option keyword)
> > into version 1.11.22.
>
> Speaking of which, it's about time we flipped the iso8601 sw
90 matches
Mail list logo