philip 2006-12-06 07:54:26 UTC
FreeBSD ports repository
Modified files:
devel/lua50-app Makefile distinfo
Log:
Update lua-app 1.70 -> 1.72
PR: ports/106409
Submitted by: Andrew Turner <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.4
miwi2006-12-06 07:46:58 UTC
FreeBSD ports repository
Modified files:
print/cups-pstoraster Makefile distinfo
print/cups-pstoraster/files patch-pstopxl.in
patch-pstoraster.in
Added files:
print/cups-pstoraster pkg-plist
print/cups-p
On Wed, 6 Dec 2006, Bruce Evans wrote:
On Wed, 6 Dec 2006, Marius Strobl wrote:
...
While at it relax the watchdog a bit by reloading it in xl_txeof()/
xl_txeof_90xB() if there are still packets enqueued.
Er, xl_txeof_90xB() was one of the 20-30% of txeof() routines that
handled this co
On Wed, 6 Dec 2006, Marius Strobl wrote:
marius 2006-12-06 02:18:41 UTC
FreeBSD src repository
Modified files:
sys/pci if_xl.c if_xlreg.h
Log:
- Use the xl_stats_update() callout instead of if_slowtimo() for
driving xl_watchdog() in order to avoid races accessing if
rafan 2006-12-06 06:56:40 UTC
FreeBSD ports repository
Modified files:
www/xpi-unplug Makefile distinfo pkg-plist
Log:
- Update to 1.5.0
PR: ports/106406
Submitted by: chinsan (maintainer)
Revision ChangesPath
1.11 +1 -1 ports/ww
julian 2006-12-06 06:55:59 UTC
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
Changes to try fix sched_ule.c courtesy of David Xu.
Revision ChangesPath
1.169 +13 -12src/sys/kern/sched_ule.c
___
scrappy 2006-12-06 06:48:46 UTC
FreeBSD ports repository
Modified files:
sysutils/dtc Makefile
Log:
make sure that we depend on the right varsion of mod_log_sql2
Revision ChangesPath
1.14 +2 -2 ports/sysutils/dtc/Makefile
scrappy 2006-12-06 06:46:50 UTC
FreeBSD ports repository
Modified files:
sysutils/dtc-toaster Makefile
Log:
WITH_CYRUS_IMAP -> WITH_CYRUS_IMAPD to make dtc port itself
Revision ChangesPath
1.3 +2 -2 ports/sysutils/dtc-toaster/Makefile
__
julian 2006-12-06 06:44:21 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm_proc.c
Log:
remove already commented out code
Revision ChangesPath
1.90 +0 -33 src/lib/libkvm/kvm_proc.c
___
cvs-all@fr
julian 2006-12-06 06:39:47 UTC
FreeBSD src repository
Modified files:
.UPDATING
Log:
Note the mashing of the proc structure.. recommend recompiling
kernel modules.
Revision ChangesPath
1.467 +7 -0 src/UPDATING
__
julian 2006-12-06 06:34:57 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 machdep.c
sys/arm/at91 kb920x_machdep.c
sys/arm/sa11x0 assabet_machdep.c
sys/arm/xscale/i80321 ep80219_machdep.c iq31244_machdep.c
sys/arm/xscale/ixp425 avila_
maho2006-12-06 05:47:08 UTC
FreeBSD ports repository
Modified files:
editors/openoffice.org-2-devel Makefile distinfo
editors/openoffice.org-2-devel/files Makefile.knobs
patch-i65514
Added files:
editors/openoffice.org-2-devel/
In message <[EMAIL PROTECTED]>, "Daan Vreeken [PA4DAN]"
writes:
>Hi Ian,
>
>On Wednesday 29 November 2006 11:58, you wrote:
>> Thanks for all the details - I'll try to put together a patch in the
>> next few days that adds bus_dmamap_sync() calls whereever there are
>> shared access ordering requi
fjoe2006-12-06 04:29:59 UTC
FreeBSD ports repository
Modified files:
sysutils/fusefs-ntfs Makefile
Log:
According to author the driver works on 64-bit architectures (mostly amd64)
and on big-endian architectures too but is not officially supported there
due to lack of har
fjoe2006-12-06 04:19:38 UTC
FreeBSD ports repository
Modified files:
databases/pgadmin3 Makefile distinfo pkg-plist
Log:
Previous commit was actually commit for PR 106356.
Revision ChangesPath
1.34 +0 -0 ports/databases/pgadmin3/Makefile
1.12 +0
fjoe2006-12-06 04:18:04 UTC
FreeBSD ports repository
Modified files:
databases/pgadmin3 Makefile distinfo pkg-plist
Log:
Update to 1.6.1.
PR: 105156
Submitted by: Robert Gogolok
Revision ChangesPath
1.33 +2 -5 ports/databases/pgadm
marius 2006-12-06 02:18:41 UTC
FreeBSD src repository
Modified files:
sys/pci if_xl.c if_xlreg.h
Log:
- Use the xl_stats_update() callout instead of if_slowtimo() for
driving xl_watchdog() in order to avoid races accessing if_timer.
While at it relax the wat
sam 2006-12-06 02:15:25 UTC
FreeBSD src repository
Modified files:
sys/nfsclientbootp_subr.c nfs_diskless.c nfs_vfsops.c
nfsdiskless.h
Log:
consolidate parsing of nfs root mount options in one place
and handle all options (some may require
marius 2006-12-06 02:14:31 UTC
FreeBSD src repository
Modified files:
sys/dev/le am7990.c am79900.c lance.c lancevar.h
Log:
Use our own callout instead of if_slowtimo() for driving lance_watchdog()
in order to avoid races accessing if_timer.
Revision Changes
marius 2006-12-06 02:07:20 UTC
FreeBSD src repository
Modified files:
sys/dev/hme if_hme.c if_hmevar.h
Log:
- Use the hme_tick() callout instead of if_slowtimo() for driving
hme_watchdog() in order to avoid races accessing if_timer.
- Use bus_get_dma_tag() so hme(
marius 2006-12-06 02:04:25 UTC
FreeBSD src repository
Modified files:
sys/dev/gem if_gem.c if_gemvar.h
Log:
- Use the gem_tick() callout instead of if_slowtimo() for driving
gem_watchdog() in order to avoid races accessing if_timer.
While at it relax the watchdo
rafan 2006-12-06 02:04:11 UTC
FreeBSD ports repository
Modified files:
x11/dmenuMakefile distinfo pkg-descr
Log:
- Update to 1.5
- Update WWW entry
PR: ports/106381
Submitted by: Jeroen Schot (maintainer)
Revision ChangesPath
1.6
rafan 2006-12-06 02:02:49 UTC
FreeBSD ports repository
Modified files:
x11-wm/dwm Makefile distinfo
Log:
- Update to 2.5.1
PR: ports/106380
Submitted by: Jeroen Schot (maintainer)
Revision ChangesPath
1.13 +1 -1 ports/x11-wm
marius 2006-12-06 01:56:38 UTC
FreeBSD src repository
Modified files:
sys/dev/dc if_dc.c if_dcreg.h
Log:
- Use our own callout (the dc_tick() callout uses varying periods
depending on the NIC and isn't used at all with HomePNA links)
instead of if_slowtimo() fo
clsung 2006-12-06 01:08:48 UTC
FreeBSD ports repository
Modified files:
net/tintin++-devel Makefile distinfo
Log:
- Update to 1.96.4
Revision ChangesPath
1.30 +1 -1 ports/net/tintin++-devel/Makefile
1.13 +3 -3 ports/net/tintin++-devel/distinfo
ceri2006-12-06 00:38:22 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/committers-guide article.sgml
Log:
Add a pointer to the new account document so that prospective mentors
can find it.
Suggested by: ru
Revision ChangesPath
1.251
ceri2006-12-06 00:28:09 UTC
FreeBSD doc repository
Modified files:
share/pgpkeysceri.key
Log:
Biannual key update.
Revision ChangesPath
1.6 +85 -32doc/share/pgpkeys/ceri.key
___
cvs-all@freebsd.org mail
ceri2006-12-06 00:18:17 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/committers-guide article.sgml
Log:
There is zero point in installing the ssh1 port to connect to the
FreeBSD cluster because you won't be allowed in.
Revision ChangesPath
davidxu 2006-12-06 00:15:35 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_sig.c
Log:
test cancel_pending to save a thr_wake call in some specical cases.
Revision ChangesPath
1.23 +1 -1 src/lib/libthr/thread/thr_sig.c
___
clsung 2006-12-06 00:12:14 UTC
FreeBSD ports repository
Modified files:
mail/p5-Email-Address Makefile distinfo
Log:
- Update to 1.88.4
Revision ChangesPath
1.11 +1 -1 ports/mail/p5-Email-Address/Makefile
1.12 +3 -3 ports/mail/p5-Email-Address/d
clsung 2006-12-06 00:11:23 UTC
FreeBSD ports repository
Modified files:
textproc/p5-XML-RSS Makefile distinfo
Log:
- Update to 1.21
Revision ChangesPath
1.23 +1 -1 ports/textproc/p5-XML-RSS/Makefile
1.13 +3 -3 ports/textproc/p5-XML-RSS/distinfo
ceri2006-12-06 00:07:27 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
Add Greg Becker for devel/dits.
Revision ChangesPath
1.649 +5 -0
doc/en_US.ISO8859-1/articles/contributors/contrib.addit
davidxu 2006-12-06 00:03:42 UTC
FreeBSD src repository
Modified files:
tools/regression/pthread/cv_cancel1 cv_cancel1.c
Log:
initialize mutex and cv.
Revision ChangesPath
1.3 +2 -2 src/tools/regression/pthread/cv_cancel1/cv_cancel1.c
___
miwi2006-12-05 23:58:21 UTC
FreeBSD ports repository
Modified files:
www/p5-Catalyst-View-HTML-Template-Compiled Makefile distinfo
Log:
- Update to 0.13
PR: ports/106377
Submitted by: hideo <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
davidxu 2006-12-05 23:46:11 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_barrier.c
Log:
_thr_ucond_wait drops lock, we should pick it up again.
Revision ChangesPath
1.8 +1 -0 src/lib/libthr/thread/thr_barrier.c
___
ceri2006-12-05 23:20:14 UTC
FreeBSD src repository
Modified files:
usr.sbin/adduser adduser.8 rmuser.8
usr.sbin/asf asf.8
usr.sbin/eeprom eeprom.8
Log:
Flush my typo fix queue for this directory.
Revision ChangesPath
1.59 +1 -1
ceri2006-12-05 23:05:53 UTC
FreeBSD src repository
Modified files:
usr.sbin/adduser adduser.8 rmuser.8
Log:
Fix typos.
Revision ChangesPath
1.58 +2 -2 src/usr.sbin/adduser/adduser.8
1.24 +1 -1 src/usr.sbin/adduser/rmuser.8
___
fjoe2006-12-05 22:56:18 UTC
FreeBSD ports repository
Modified files:
sysutils/fusefs-ntfs pkg-descr
Log:
Update WWW to http://www.ntfs-3g.org/
Requested by: Szakacsits Szabolcs
Revision ChangesPath
1.2 +1 -1 ports/sysutils/fusefs-ntfs/pkg-descr
_
philip 2006-12-05 22:52:50 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
lua-pty -> devel/lua-pty
Revision ChangesPath
1.16769 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mailing li
philip 2006-12-05 22:51:12 UTC
FreeBSD ports repository
Modified files:
Mk bsd.lua.mk
develMakefile
devel/lua-ptyMakefile
devel/lua-pty/files Makefile
devel/lua50-pty Makefile
Added files:
devel/lua-pty/files
fjoe2006-12-05 22:33:32 UTC
FreeBSD ports repository
Modified files:
sysutils/fusefs-ntfs/files unix_io_raw.c
Log:
Well, this file is actually written by me almost from scratch.
Update (c) message accordingly.
Revision ChangesPath
1.2 +2 -2 ports/sysu
gabor 2006-12-05 22:22:03 UTC
FreeBSD src repository (ports committer)
Modified files:
usr.bin/calendar/calendars calendar.freebsd
Log:
- Add myself to calendar.freebsd
Approved by:erwin (mentor)
MFC after: 3 days
Revision ChangesPath
1.189 +1 -0
miwi2006-12-05 22:23:51 UTC
FreeBSD ports repository
Modified files:
devel/p5-Object-InsideOut Makefile distinfo
Log:
- Update to 2.25
PR: ports/106185
Submitted by: Christopher Boumenot <[EMAIL PROTECTED]>
Approved by:maintainer
Revision Chan
gabor 2006-12-05 22:18:52 UTC
FreeBSD doc repository (ports committer)
Modified files:
en developers.sgml
share/sgml news.xml
Log:
- Add myself to developers.sgml
- Add myself to news as a new ports committer
Approved by:erwin (mentor
fjoe2006-12-05 22:15:46 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/fusefs-ntfs Makefile distinfo pkg-descr pkg-plist
sysutils/fusefs-ntfs/files patch-Makefile.in patch-configure
patch
gabor 2006-12-05 22:13:09 UTC
FreeBSD doc repository (ports committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
contrib.committers.sgml
en_US.ISO8859-1/share/sgml authors.ent
share/pgpkeys
miwi2006-12-05 22:04:27 UTC
FreeBSD ports repository
Modified files:
misc/iso-codes Makefile distinfo pkg-plist
Log:
- Update to 0.58
PR: ports/105666
Submitted by: myself
Approved by:maintainer timeout
Revision ChangesPath
1.18
miwi2006-12-05 22:02:40 UTC
FreeBSD ports repository
Modified files:
www/serendipity-devel Makefile distinfo
Log:
- Update to 200612042342
Submitted by: farrokhi
Revision ChangesPath
1.20 +1 -1 ports/www/serendipity-devel/Makefile
1.14 +3 -
miwi2006-12-05 22:01:49 UTC
FreeBSD ports repository
Modified files:
www/serendipity Makefile distinfo pkg-plist
Log:
- Update to 1.0.4
Submitted by: farrokhi
Revision ChangesPath
1.12 +1 -1 ports/www/serendipity/Makefile
1.7 +3 -3
miwi2006-12-05 21:58:45 UTC
FreeBSD ports repository
Modified files:
math/vtk43 Makefile
Log:
- Deprecate
- Set EXPIRATION_DATE
PR: ports/106390
Submitted by: Jason Bacon (maintainer)
Revision ChangesPath
1.42 +3 -0 ports
miwi2006-12-05 21:58:42 UTC
FreeBSD ports repository
Modified files:
math/vtk43-headers Makefile
Log:
- Deprecate
- Set EXPIRATION_DATE
PR: ports/106391
Submitted by: Jason Bacon (maintainer)
Revision ChangesPath
1.6 +3 -0 port
erwin 2006-12-05 21:50:56 UTC
FreeBSD ports repository
Modified files:
.access
Log:
Add Gabor Kovesdan (gabor) as a new ports committer. Gabor has been
sending patches for some time and did a Summer of Code project on the
ports infrastructure last summe
shaun 2006-12-05 21:45:12 UTC
FreeBSD ports repository
Modified files:
cad/brlcad Makefile
Added files:
cad/brlcad/files patch-include_machine.h
Log:
- Fix build on sparc64. [1]
- Respect ${X11BASE}. [2]
PR: ports/105535 [1], ports/106245
blackend2006-12-05 21:26:37 UTC
FreeBSD doc repository
Modified files:
fr_FR.ISO8859-1/books/handbook/kernelconfig chapter.sgml
fr_FR.ISO8859-1/books/handbook/linuxemu chapter.sgml
fr_FR.ISO8859-1/books/handbook/mail chapter.sgml
fr_FR.ISO8859-1/books/handbook/mirrors c
miwi2006-12-05 21:08:12 UTC
FreeBSD ports repository
Modified files:
print/cups-magicolor Makefile distinfo pkg-plist
Added files:
print/cups-magicolor/files patch-configure.in
Removed files:
print/cups-magicolor/files patch-Makefile patch-kmlf.h
> Date: Tue, 5 Dec 2006 18:12:14 +0200
> From: Giorgos Keramidas <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
>
>
> --VrqPEDrXMn8OVzN4
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
>
> On 2006-12-05 13:53, Dmitry Morozovsky <[EMAIL PROTECTED]> wrote:
> > On Mon, 4
miwi2006-12-05 20:36:50 UTC
FreeBSD ports repository
Modified files:
www/zope-coreblog2 Makefile
Log:
- USE_PYTHON 2.4
- Fix RUN_DEPENDS
PR: ports/106371
Submitted by: HAYASHI Yasushi <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1
miwi2006-12-05 20:34:57 UTC
FreeBSD ports repository
Modified files:
databases/rubygem-memcache-client Makefile distinfo pkg-plist
Log:
- Update to 1.2.0
PR: ports/106374
Submitted by: Jonathan Weiss<[EMAIL PROTECTED]> (maintainer)
Revision Changes
wilko 2006-12-05 20:23:25 UTC
FreeBSD src repository
Modified files:
share/man/man4 ata.4
Log:
document that NCQ is not yet supported.
PR: kern/106343
Revision ChangesPath
1.68 +2 -0 src/share/man/man4/ata.4
_
cperciva2006-12-05 20:22:14 UTC
FreeBSD src repository
Modified files:
usr.bin/bsdiff/bsdiff bsdiff.c
usr.bin/bsdiff/bspatch bspatch.c
Log:
Portability fix for non-POSIX operating systems: Open files in binary mode.
PR: bin/106358
Submitted by: techtonik
laszlof 2006-12-05 20:14:29 UTC
FreeBSD ports repository
Modified files:
www/zerowait-httpd Makefile distinfo
www/zerowait-httpd/files patch-Makefile
patch-src_httpd_Makefile
Log:
Update to version 0.7p
Submitted by: self (maintainer)
miwi2006-12-05 20:12:58 UTC
FreeBSD ports repository
Modified files:
textproc/ruby-tempura Makefile distinfo pkg-descr
Log:
- Update 0.1.2r3
- Fix MASTER_SITES and WWW
PR: ports/106386
Submitted by: IWATSUKI Hiroyuki <[EMAIL PROTECTED]>
Revision C
miwi2006-12-05 20:10:30 UTC
FreeBSD ports repository
Modified files:
devel/pear-XML_Util Makefile distinfo
Log:
- Update to 1.1.2
PR: ports/106383
Submitted by: Thomas Abthorpe <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.14 +
miwi2006-12-05 19:53:39 UTC
FreeBSD ports repository
Modified files:
www/rssowl Makefile distinfo
Log:
- Update to 1.2.3 [1]
- Switch to swt32 [2]
PR: ports/106279 [1]
ports/101778 [2]
Submitted by: Roy Boerner<[EMAIL PROTECT
miwi2006-12-05 20:09:07 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
kojoney --> ports/net/kojoney
Revision ChangesPath
1.16768 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mai
miwi2006-12-05 20:08:46 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/kojoney Makefile distinfo pkg-descr pkg-plist
net/kojoney/filespatch-Makefile
Log:
Kojoney is a low level interaction honeypot that emu
miwi2006-12-05 20:04:17 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
antlrworks --> ports/devel/antlrworks
Revision ChangesPath
1.16767 +1 -0 CVSROOT/modules
___
cvs-all@freebsd
miwi2006-12-05 20:03:55 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/antlrworks Makefile distinfo pkg-descr
Log:
ANTLRWorks is a simple but efficient IDE for ANTLR 3 grammars.
It allows users to edit, visualize, in
laszlof 2006-12-05 20:02:32 UTC
FreeBSD ports repository
Modified files:
devel/readline Makefile distinfo
Log:
Update to version 5.2
Submitted by: self (maintainer)
Revision ChangesPath
1.11 +3 -3 ports/devel/readline/Makefile
1.7 +3 -6
ade 2006-12-05 19:28:07 UTC
FreeBSD ports repository
Modified files:
devel/gnu-automake Makefile
Log:
Fix building documentation under FreeBSD < 6.0
PR: 106385 (with modifications)
Submitted by: Jonathan Lennox <[EMAIL PROTECTED]>
Revision Changes
ume 2006-12-05 18:54:21 UTC
FreeBSD src repository
Modified files:
sys/net if_ppp.c if_pppvar.h ppp_tty.c
Log:
Use callout mechanism instead of timeout()/untimeout().
MFC after: 1 week
Revision ChangesPath
1.119 +1 -0 src/sys/net/if
mohans 2006-12-05 18:44:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_2)
sys/nfsclientnfs_vnops.c
Log:
MFC:
Fix to readdir+ reply handling. When inserting an entry into the namecache,
initialize the nfsnode's ctime. Otherwise a subsequent loo
mohans 2006-12-05 18:41:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsclientnfs_vnops.c
Log:
MFC :
Fix to readdir+ reply handling. When inserting an entry into the namecache,
initialize the nfsnode's ctime. Otherwise a subsequent look
laszlof 2006-12-05 18:40:12 UTC
FreeBSD ports repository
Modified files:
mail/tpop3d Makefile
Added files:
mail/tpop3d/filesextra-patch-auth_perl.c
Log:
This update contains extra patch which is not approved by Chris Lightfoot
(the tpop3d author) as he is un
ade 2006-12-05 18:36:17 UTC
FreeBSD ports repository
Modified files:
devel/m4 Makefile
Log:
Unbreak on FreeBSD < 6.0
PR: 106379 (with minor changes)
Submitted by: Jonathan Lennox <[EMAIL PROTECTED]>
Revision ChangesPath
1.31 +
bmah2006-12-05 18:30:05 UTC
FreeBSD src repository
Modified files:
release/doc/en_US.ISO8859-1/relnotes article.sgml
Log:
Forced commit to note a repo-copy of this file from
src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml.
This operation is a part of a reorgan
laszlof 2006-12-05 18:29:03 UTC
FreeBSD ports repository
Modified files:
mail/squirrelmailMakefile distinfo pkg-plist
Log:
Update port to 1.4.9a fixing CVE-2006-6142 amongst other additions
PR: ports/106301
Submitted by: Simon Dick <[EMAIL PROTECTED]> (ma
sat 2006-12-05 18:02:43 UTC
FreeBSD ports repository
Modified files:
Mk bsd.gstreamer.mk
Log:
- Provide a wildcard default python_pkgnameprefix to fix a few ports
Reported by:sat
Submitted by: ahze
Reviewed by:multimedia
Revision Cha
alexbl 2006-12-05 17:42:02 UTC
FreeBSD ports repository
Modified files:
mail/nmh Makefile
Log:
- convert spaces to tabs to please portlint(1)
PR: 106361
Submitted by: myself
Approved by:Scott Blachowicz <[EMAIL PROTECTED]> (maintainer)
alepulver2006-12-05 17:18:37 UTC
FreeBSD ports repository
Modified files:
lang/chicken Makefile
Log:
- Fix 'csc' assuming /usr/local/include is in the default search path of 'cc'.
Obtained from: Emil Mikulic <[EMAIL PROTECTED]> (private e-mail)
Revision Change
shaun 2006-12-05 17:15:58 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
jaggedalliance2 --> ports/games/jaggedalliance2
Revision ChangesPath
1.16766 +1 -0 CVSROOT/modules
___
cvs-a
shaun 2006-12-05 17:15:11 UTC
FreeBSD ports repository
Modified files:
gamesMakefile
Added files:
games/jaggedalliance2 Makefile distinfo pkg-descr pkg-message
pkg-plist
Log:
This is a source port of Jagged Alliance 2, in which
rafan 2006-12-05 17:09:16 UTC
FreeBSD ports repository
Modified files:
science/py-scipy03 Makefile
Log:
- Respect X11BASE
Submitted by: maintainer
Revision ChangesPath
1.12 +2 -0 ports/science/py-scipy03/Makefile
__
ru 2006-12-05 17:01:23 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/groff/tmac mdoc.local
Log:
Teach mdoc(7) about FreeBSD/arm and FreeBSD 6.3; both needed by the
npe(4) manpage.
Revision ChangesPath
1.56 +4 -0 src/gnu/usr.bin/groff/tmac/mdo
rafan 2006-12-05 16:59:53 UTC
FreeBSD ports repository
Modified files:
archivers/p5-IO-Compress-Zlib pkg-plist
Log:
- Remove leftover directories. These two directories were add in
rev 1.2 but no corresponding @dirrm.
Revision ChangesPath
1.3 +2 -0 po
ru 2006-12-05 16:57:10 UTC
FreeBSD src repository
Modified files:
etc/mtreeBSD.usr.dist
share/man/man4 Makefile
Added files:
share/man/man4/man4.arm Makefile npe.4
Removed files:
share/man/man4 npe.4
Log:
Move npe.4 to a machine spe
On 2006-12-05 16:20, Ceri Davies <[EMAIL PROTECTED]> wrote:
>On Tue, Dec 05, 2006 at 06:14:25PM +0200, Giorgos Keramidas wrote:
>>On 2006-12-05 15:20, Ceri Davies <[EMAIL PROTECTED]> wrote:
>>>On Tue, Dec 05, 2006 at 01:53:54PM +0300, Dmitry Morozovsky wrote:
--- books/handbook/install/chapter
On Tue, Dec 05, 2006 at 06:14:25PM +0200, Giorgos Keramidas wrote:
> On 2006-12-05 15:20, Ceri Davies <[EMAIL PROTECTED]> wrote:
> >On Tue, Dec 05, 2006 at 01:53:54PM +0300, Dmitry Morozovsky wrote:
> >> --- books/handbook/install/chapter.sgml4 Dec 2006 14:43:50 -
> >> 1.338
> >> +++
On 2006-12-05 15:20, Ceri Davies <[EMAIL PROTECTED]> wrote:
>On Tue, Dec 05, 2006 at 01:53:54PM +0300, Dmitry Morozovsky wrote:
>> --- books/handbook/install/chapter.sgml 4 Dec 2006 14:43:50 -
>> 1.338
>> +++ books/handbook/install/chapter.sgml 5 Dec 2006 10:53:35 -
>> @@ -
On 2006-12-04 14:47, Doug Barton <[EMAIL PROTECTED]> wrote:
> Giorgos Keramidas wrote:
> > Modified files:
> > en_US.ISO8859-1/books/handbook/install chapter.sgml
> > Log:
> > A class C network for 192.168.0.0/24 includes the address
> > range 192.168.0.0-192.168.0.255, not 192.168.0.0-192.168.2
On 2006-12-05 13:53, Dmitry Morozovsky <[EMAIL PROTECTED]> wrote:
> On Mon, 4 Dec 2006, Doug Barton wrote:
> DB> > Log:
> DB> > A class C network for 192.168.0.0/24 includes the address
> DB> > range 192.168.0.0-192.168.0.255, not 192.168.0.0-192.168.255.255
> DB> >
> DB> > Submitted by:
nobutaka2006-12-05 15:59:36 UTC
FreeBSD ports repository
Modified files:
editors/apel Makefile pkg-descr
Log:
- Take over maintainership.
- Update MASTER_SITES.
- Update WWW entry in pkg-descr.
Revision ChangesPath
1.41 +3 -4 ports/editors/apel/M
nobutaka2006-12-05 15:56:16 UTC
FreeBSD ports repository
Modified files:
editors/flim Makefile pkg-descr
Log:
- Take over maintainership.
- Remove unfetchable URLs from MASTER_SITES.
- Add WWW entry to pkg-descr.
Revision ChangesPath
1.37 +2 -4 p
nobutaka2006-12-05 15:53:13 UTC
FreeBSD ports repository
Modified files:
editors/semi Makefile
Log:
Take over maintainership.
Revision ChangesPath
1.35 +1 -1 ports/editors/semi/Makefile
___
cvs-all@freebsd.
jhb 2006-12-05 15:31:05 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nvereg.h
Log:
Fix an off by one error in struct nve_tx_desc's frags[] array as a result
of the nvenet lib upgrade (the constant went from 63 (2^n - 1) to
32 (2^n)). For reasons tha
On Tue, Dec 05, 2006 at 01:53:54PM +0300, Dmitry Morozovsky wrote:
> On Mon, 4 Dec 2006, Doug Barton wrote:
>
> DB> > Modified files:
> DB> > en_US.ISO8859-1/books/handbook/install chapter.sgml
> DB> > Log:
> DB> > A class C network for 192.168.0.0/24 includes the address
> DB> > rang
On Tue, 5 Dec 2006 13:53:54 +0300 (MSK)
Dmitry Morozovsky <[EMAIL PROTECTED]> wrote:
> On Mon, 4 Dec 2006, Doug Barton wrote:
>
> DB> > Modified files:
> DB> > en_US.ISO8859-1/books/handbook/install chapter.sgml
> DB> > Log:
> DB> > A class C network for 192.168.0.0/24 includes the add
sat 2006-12-05 15:12:57 UTC
FreeBSD ports repository
Modified files:
sysutils/searchmonkey Makefile distinfo
Log:
- Update to 0.7.4
Revision ChangesPath
1.7 +1 -1 ports/sysutils/searchmonkey/Makefile
1.6 +3 -3 ports/sysutils/searchmonkey/di
jmelo 2006-12-05 15:12:11 UTC
FreeBSD ports repository
Modified files:
net-mgmt/p5-Nagios-Plugin pkg-descr
Log:
- Fix WWW.
PR: ports/106269
Submitted by: Gerrit Beine<[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.2 +1 -1 port
jmelo 2006-12-05 15:09:22 UTC
FreeBSD ports repository
Modified files:
games/oolite Makefile
games/oolite/files patch-makefile
Log:
- Update mastersite.
- honor X11BASE.
PR: ports/105916
Submitted by: Andriy Gapon <[EMAIL PROTECTED]> (maint
1 - 100 of 135 matches
Mail list logo