davidxu 2008-04-01 06:56:11 UTC
FreeBSD src repository
Modified files:
lib/libc/stdtime localtime.c
Log:
Normally, we are often reading local time rather than setting time zone,
replace mutex with rwlock, this should eliminate lock contention in
most cases.
Revision
davidxu 2008-04-01 06:23:08 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_rwlock.c
Log:
Restore normal pthread_cond_signal path to avoid some obscure races.
Revision ChangesPath
1.13 +3 -2 src/lib/libthr/thread/thr_rwlock.c
marcus 2008-04-01 06:19:11 UTC
FreeBSD ports repository
Modified files:
net/wiresharkMakefile distinfo pkg-plist
net/wireshark/files patch-Makefile.in patch-epan_Makefile.in
Log:
After 10 years of development, wireshark 1.0 is ready. See
http://www.wireshark.org
vanilla 2008-04-01 06:03:21 UTC
FreeBSD ports repository
Modified files:
textproc/xqilla Makefile distinfo pkg-plist
Log:
Upgrade to 2.0.0.
Revision ChangesPath
1.2 +1 -1 ports/textproc/xqilla/Makefile
1.2 +3 -3 ports/textproc/xqilla/disti
On Mon, Mar 31, 2008 at 02:44:35PM +0100, Florent Thoumie wrote:
> On Mon, Mar 31, 2008 at 1:58 PM, Pav Lucistnik <[EMAIL PROTECTED]> wrote:
> > On Mon, 31 Mar 2008 12:45:18 + (UTC), Florent Thoumie wrote
> >
> > > flz 2008-03-31 12:45:18 UTC
> > >
> > > FreeBSD src repository
> >
Jordan K. Hubbard wrote:
On Mar 31, 2008, at 2:56 PM, Giorgos Keramidas wrote:
This is the age old "these fortune cookies may be offensive to some
people" bikeshed. Do we really want to go there again?
If removing the ones deleted by Ganbold is considered such a big loss to
the consumers of
- autogenerate plist
| +post-install:
| + @${ECHO} ${GEM_CACHE} > ${TMPPLIST}
| + @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e
's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
| + @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e
's,${PREFIX}/${GEM_LIB_DI
On Mon, Mar 31, 2008 at 07:42:55PM -0700, David O'Brien wrote:
> I assume these will be removed in the near future?
>
> # ZFS sources
> ^src/compat/opensolaris
> ^src/contrib/opensolaris
> ^src/sys/compat/opensolaris
> ^src/sys/contrib/opensolaris
These ones have to stay until
clsung 2008-04-01 03:12:30 UTC
FreeBSD ports repository
Modified files:
www/rubygem-mechanize Makefile distinfo
Removed files:
www/rubygem-mechanize pkg-plist
Log:
- update to 0.7.0
- autogenerate plist
Changes:
PR: ports/120317
Submitted by: TAKA
clsung 2008-04-01 02:48:51 UTC
FreeBSD ports repository
Modified files:
japanese/ruby-mecab Makefile distinfo
Log:
- Update to 0.97
Changes:
PR: ports/122188
Submitted by: KIMURA Yasuhiro
Revision ChangesPath
1.12 +1 -1 ports/japane
On Mon, Mar 31, 2008 at 12:21:08AM +, John Birrell wrote:
> On Sun, Mar 30, 2008 at 04:58:11PM -0700, David O'Brien wrote:
> > On Fri, Mar 28, 2008 at 09:47:11PM +, John Birrell wrote:
> > > jb 2008-03-28 21:47:11 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified fi
clsung 2008-04-01 02:41:38 UTC
FreeBSD ports repository
Modified files:
www/p5-CGI-FormBuilder Makefile distinfo pkg-plist
Log:
- Update port to 3.0501
Changes:
PR: ports/119391
Submitted by: James O'Gorman
Reviewed by:clsung
Approved by:maint
On Mon, Mar 31, 2008 at 04:16:36AM +0200, Dag-Erling Smrgrav wrote:
> "David O'Brien" <[EMAIL PROTECTED]> writes:
> > This is what should be committed?
>
> No. My code was intended to replace Martin's, not to be merged with it
> into some kind of Frankenstein's monster.
OK. I don't know enough
Jeff Roberson wrote:
On Mon, 31 Mar 2008, David Xu wrote:
davidxu 2008-03-31 02:55:50 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_cond.c thr_private.h thr_rwlock.c
Log:
Rewrite rwlock to user atomic operations to change rwlock state, this
eliminates interna
clsung 2008-04-01 02:15:21 UTC
FreeBSD ports repository
Modified files:
www/rubygem-thin Makefile distinfo pkg-plist
Log:
- Update to 0.7.0
Changes:
Revision ChangesPath
1.3 +1 -1 ports/www/rubygem-thin/Makefile
1.3 +3 -3 ports/www/ru
tabthorpe2008-04-01 02:04:48 UTC
FreeBSD ports repository
Modified files:
sysutils/farbot Makefile distinfo pkg-plist
Log:
- Update to 1.0.b2
PR: ports/122168
Submitted by: Nick Barkas (maintainer)
Revision ChangesPath
1.4 +3 -4 p
vs 2008-04-01 02:03:45 UTC
FreeBSD ports repository
Modified files:
devel/gccxml Makefile
devel/gccxml/files patch-GCC::gcc::config.gcc
Removed files:
devel/gccxml/files patch-GCC::gcc::config::freebsd7.h
Log:
Fix build on FreeBSD 8.
PR:
weongyo 2008-04-01 01:55:19 UTC
FreeBSD src repository
Modified files:
sys/modules Makefile
Log:
Add malo driver to the build
Approved by:thompsa (mentor)
Revision ChangesPath
1.560 +1 -0 src/sys/modules/Makefile
weongyo 2008-04-01 01:48:08 UTC
FreeBSD src repository
Modified files:
sys/dev/malo if_malohal.c
Log:
remove warnings for 64bit aware platforms.
Approved by:thompsa (mentor)
Revision ChangesPath
1.2 +2 -2 src/sys/dev/malo/if_malohal.c
_
On Mon, 31 Mar 2008, David Xu wrote:
davidxu 2008-03-31 02:55:50 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_cond.c thr_private.h thr_rwlock.c
Log:
Rewrite rwlock to user atomic operations to change rwlock state, this
eliminates internal mutex lock contentio
davidxu 2008-04-01 00:21:49 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_rwlock.c
Log:
return EAGAIN early rather than running bunch of code later, micro optimize
static branch prediction.
Revision ChangesPath
1.12 +3 -1 src/lib/libt
emaste 2008-04-01 00:09:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac_cam.c
Log:
Acquire Giant in aac_cam_event for xpt_release_simq. Not necessary with
MPSAFE CAM so not an MFC.
Revision ChangesPath
1.20.2.6 +4
On Mar 31, 2008, at 2:56 PM, Giorgos Keramidas wrote:
This is the age old "these fortune cookies may be offensive to some
people" bikeshed. Do we really want to go there again?
If removing the ones deleted by Ganbold is considered such a big
loss to
the consumers of the fortune cookies, th
emaste 2008-03-31 23:16:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac.c
Log:
MFC aac.c r1.126:
Do not recursively acquire aac_io_lock in aac_ioctl_event.
RevisionChangesPath
1.109.2.16 +1 -3 src/sys/d
pav 2008-03-31 22:21:36 UTC
FreeBSD ports repository
Modified files:
emulators/vmware-guestd6 Makefile
Log:
- Unb0rk the tree
With hat: portmgr
Revision ChangesPath
1.54 +3 -1 ports/emulators/vmware-guestd6/Makefile
___
On Mon, 31 Mar 2008 12:19:45 -0700, Doug Barton <[EMAIL PROTECTED]> wrote:
> Ganbold Tsagaankhuu wrote:
>> ganbold 2008-03-31 10:28:09 UTC
>>
>> FreeBSD src repository (doc committer)
>>
>> Modified files:
>> games/fortune/datfiles fortunes Log:
>> Improve some quotes of Chinggis Kh
nivit 2008-03-31 22:15:39 UTC
FreeBSD ports repository
Modified files:
graphics/mapyrus Makefile distinfo pkg-plist
Log:
- Update to 0.803
Revision ChangesPath
1.17 +1 -1 ports/graphics/mapyrus/Makefile
1.13 +3 -3 ports/graphics/mapyrus/dis
nivit 2008-03-31 22:11:08 UTC
FreeBSD ports repository
Modified files:
java/eclipse-pydev Makefile distinfo
Log:
- Update to 1.3.14
PR: ports/121966
Submitted by: Dominic Fandrey
Revision ChangesPath
1.2 +1 -1 ports/java/eclipse-py
murray 2008-03-31 22:10:28 UTC
FreeBSD doc repository
Modified files:
en/projects summerofcode.xsl
Log:
Update the deadline for summer of code student applications.
New deadline is Monday, April 7.
Revision ChangesPath
1.12 +5 -5 www/en/projects/
rwatson 2008-03-31 22:09:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/ddb db_capture.c
Log:
Merge db_capture.c:1.3 from HEAD to RELENG_7:
Rename DB_ constants in db_capture.c to DDB_ so that when they are
exposed as kernel co
murray 2008-03-31 22:06:36 UTC
FreeBSD doc repository
Modified files:
share/sgml news.xml
Log:
Note that the deadline for summer of code student applications has
been extended by one week. Hopefully we can attract more high quality
applications with this extra tim
rwatson 2008-03-31 22:05:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/ddb db_textdump.c
Log:
Merge db_textdump.c:1.2 from HEAD to RELENG_7:
Refine textdump comments slightly.
Revision ChangesPath
1.3.2.2 +12 -10
rwatson 2008-03-31 22:04:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/ddb ddb.8
Log:
Merge ddb.8:1.2 from HEAD to RELENG_7:
Minor formatting tweaks.
Point at ddb(4) and textdump(4) man pages for more script examples.
rwatson 2008-03-31 22:03:54 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/savecoresavecore.8 savecore.c
Log:
Merge savecore.8:1.26, savecore.c:1.79 from HEAD to RELENG_7:
Teach savecore(8) how to extract textdump(4) dumps.
Update
nivit 2008-03-31 22:02:57 UTC
FreeBSD ports repository
Modified files:
audio/espeak Makefile distinfo pkg-plist
audio/espeak/files patch-src-Makefile
Log:
- Update to 1.36
PR: ports/121810
Submitted by: delphij
Revision ChangesPath
rwatson 2008-03-31 22:02:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/man/man4 ddb.4 textdump.4
Log:
Merge ddb.4:1.47, textdump.4:1.2 from HEAD to RELENG_7:
Minor formatting tweaks; recommend "call doadump; reset" over "panic"
fro
rwatson 2008-03-31 22:00:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/man/man4 Makefile ddb.4
Added files: (Branch: RELENG_7)
share/man/man4 textdump.4
Log:
Merge Makefile:1.401, ddb.4:1.46, textdump.4:1.1 from HEAD to
rwatson 2008-03-31 21:57:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/conf files
sys/ddb db_capture.c db_command.c ddb.h
sys/kern kern_shutdown.c
Added files: (Branch: RELENG_7)
sys/ddb
scottl 2008-03-31 21:54:05 UTC
FreeBSD src repository
Modified files:
sys/dev/mpt mpt.c
Log:
The MPT driver treats the "core" module with the same importance and
abstraction as the RAID and CAM modules, making it nearly impossible
for enough initialization to be don
thierry 2008-03-31 21:44:28 UTC
FreeBSD ports repository
Modified files:
multimedia/miro Makefile distinfo pkg-plist
Log:
Upgrade to 1.2.1.
Notified by:portscout
Revision ChangesPath
1.6 +1 -1 ports/multimedia/miro/Makefile
1.5 +3 -3
pav 2008-03-31 21:40:34 UTC
FreeBSD ports repository
Modified files:
textproc/highlight Makefile distinfo
Log:
- Update to 2.6.7
PR: ports/119830
Submitted by: Kuang-che Wu <[EMAIL PROTECTED]>
Approved by:maintainer timeout (alexbl; 2 months)
kmacy 2008-03-31 21:02:27 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_adapter.h
sys/dev/cxgb/sys cxgb_support.c
Log:
reduce the size of the jumbo ring on i386 and disable pcpu cluster caching
Revision ChangesPath
1.31 +5 -0
fjoe2008-03-31 20:45:28 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
dmucs -> ports/devel/dmucs
Revision ChangesPath
1.19580 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mailing
fjoe2008-03-31 20:44:30 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/dmucs Makefile distinfo pkg-descr
devel/dmucs/filespatch-COSMIC-error.c
Log:
New port: dmucs
DMUCS is a system that allows a gro
fjoe2008-03-31 20:42:40 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
libiqxmlrpc -> ports/devel/libiqxmlrpc
Revision ChangesPath
1.19579 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.
fjoe2008-03-31 20:40:45 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/libiqxmlrpcMakefile distinfo pkg-descr pkg-plist
devel/libiqxmlrpc/files patch-libiqxmlrpc-utf_conv.cc
Log:
New port: libiqxmlrpc
Libiqxm
miwi2008-03-31 20:38:39 UTC
FreeBSD ports repository
Removed files:
net/linphone-base/files patch-exosip__Makefile.in
patch-exosip__jauth.c
patch-gtk__callbacks.c
Log:
- Removei unnecessary patches (forgot in previous
miwi2008-03-31 20:35:40 UTC
FreeBSD ports repository
Modified files:
net/siproxd Makefile
Added files:
net/siproxd/filespatch-src_auth.c patch-src_sip_utils.c
Log:
- Chase net/libosip shlib version bump
- Fix build with new net/libosip
- Bump PORTREVIS
miwi2008-03-31 20:33:54 UTC
FreeBSD ports repository
Modified files:
net/linphone-baseMakefile distinfo pkg-plist
net/linphone-base/files patch-configure
patch-coreapi::linphonecore.c
patch-gtk__Makefile.in
miwi2008-03-31 20:33:19 UTC
FreeBSD ports repository
Modified files:
net/libexosip2 Makefile distinfo
Log:
- Update to 3.1.0
PR: 121089
Submitted by: Ports Fury
Approved by:maintainer timeout
Revision ChangesPath
1.4 +4 -1
miwi2008-03-31 20:32:23 UTC
FreeBSD ports repository
Modified files:
net/libosip Makefile distinfo pkg-plist
Log:
- Update to 3.1.0
PR: 121089
Submitted by: Ports Fury
Revision ChangesPath
1.26 +3 -8 ports/net/libosip/Makefi
loader 2008-03-31 20:27:48 UTC
FreeBSD doc repository
Modified files:
zh_CN.GB2312/books/porters-handbook book.sgml
Log:
MFen:
porters-handbook:
book.sgml1.905 -> 1.912
Obtained from: The FreeBSD Simplified Chinese Pro
jadawin 2008-03-31 20:19:31 UTC
FreeBSD ports repository
Modified files:
security/tor-devel Makefile distinfo
Log:
- Update to 0.2.0.23-rc
PR: ports/122175
Submitted by: bf <[EMAIL PROTECTED]>
Approved by:Peter Thoenen <[EMAIL PROTECTED]> (maintainer)
mat 2008-03-31 20:15:44 UTC
FreeBSD ports repository
Modified files:
databases/p5-DBD-Pg Makefile distinfo
databases/p5-DBD-Pg/files patch-Makefile.PL
Log:
Update to 2.5.0
Revision ChangesPath
1.71 +5 -11 ports/databases/p5-DBD-Pg/Makefile
1.27
miwi2008-03-31 20:15:12 UTC
FreeBSD doc repository
Modified files:
en/projects summerofcode.xsl
Log:
- Correction the GSOC URLs
PR: 122110
Submitted by: Rick van der Zwet <[EMAIL PROTECTED]>
Approved by:jkois (mentor)
Revision Changes
miwi2008-03-31 20:12:40 UTC
FreeBSD doc repository
Modified files:
share/sgml commercial.isp.xml
Log:
- Sort mainlink alphabetic
- Add MindSalt Time & Expense to the ISP list.
PR: 119863
Submitted by: Josh Heise <[EMAIL PROTECTED]>
Approved
emaste 2008-03-31 20:11:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac_cam.c
Log:
MFC aac_cam.c 1.30:
Merge from Adaptec a 64 bit fix and a workaround for luns != 0
returning CAM_SEL_TIMEOUT on SAS controllers, which p
blackend2008-03-31 20:07:20 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/printing chapter.sgml
Log:
- Add a link to the print/dvi2xx port;
- Avoid to start a sentence with a lowercase.
Revision ChangesPath
1.111 +3 -3 doc/en_US.
naddy 2008-03-31 20:04:40 UTC
FreeBSD ports repository
Modified files:
audio/macMakefile
Log:
yasm is only used on i386 and amd64, don't require it on other
architectures.
Approved by:infofarmer
Revision ChangesPath
1.14 +7 -3 ports/
emaste 2008-03-31 20:03:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac.c aac_pci.c aacreg.h
Log:
MFC aac.c 1.125, aac_pci.c 1.66, aacreg.h:1.24:
Add family support to allow the driver to attach to new devices that
shar
emaste 2008-03-31 19:50:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac.c
Log:
MFC aac.c 1.130:
Restore creation of passthrough devices with newer controller firmware by
putting the correct size in the fib header. Presuma
On Mon, Mar 31, 2008 at 12:13 PM, David Christensen
<[EMAIL PROTECTED]> wrote:
> > On Thu, Feb 21, 2008 at 5:46 PM, David Christensen
> > <[EMAIL PROTECTED]> wrote:
> > > Modified files:
> > > sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h
> > > Log:
> > > MFC after: 4 wee
fjoe2008-03-31 19:28:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
.Makefile.inc1
tools/build Makefile
Log:
Conditionally add mklocale and gencat to bootstrap-tools to allow to build
RELENG_5 on later FreeBSD versi
> On Thu, Feb 21, 2008 at 5:46 PM, David Christensen
> <[EMAIL PROTECTED]> wrote:
> > Modified files:
> > sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h
> > Log:
> > MFC after: 4 weeks
> >
> > - Added loose RX MTU functionality to allow frames larger
> than 1500 bytes
> >
emaste 2008-03-31 19:21:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/sys aac_ioctl.h
sys/dev/aac aac.c aac_disk.c aacreg.h aacvar.h
Log:
MFC >2TB support
aac.c 1.134, aac_disk.c 1.45, aacreg.h 1.25, aacvar.h 1.51:
Ganbold Tsagaankhuu wrote:
ganbold 2008-03-31 10:28:09 UTC
FreeBSD src repository (doc committer)
Modified files:
games/fortune/datfiles fortunes
Log:
Improve some quotes of Chinggis Khan.
Remove militant and moralized quotes of Chinggis Khan.
Add one more quote of Chinggi
lofi2008-03-31 19:02:32 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/qt4-gui Makefile
Log:
Some more include search path massaging for the WITH_CUPS case.
PR: ports/122017
Revision ChangesPath
1.16 +1 -1 ports/x11-toolkits/qt4-gui/M
beech 2008-03-31 18:57:07 UTC
FreeBSD ports repository
Modified files:
www/ojs2 Makefile distinfo pkg-message pkg-plist
Log:
- Update to 2.2.0
PR: ports/122238
Submitted by: Filipe Rocha <[EMAIL PROTECTED]> (maintainer)
Revision Changes
sam 2008-03-31 18:49:09 UTC
FreeBSD src repository
Modified files:
sys/conf files
Log:
add include path required to find ah_osdep.h
PR: kern/122145
MFC after: 3 days
Revision ChangesPath
1.1286+2 -1 src/sys/conf/files
_
ahze2008-03-31 18:33:30 UTC
FreeBSD ports repository
Modified files:
www/gnome-user-share pkg-message
Log:
s/gnomevfs2/gnome-vfs/
Reported by:R.Mahmatkhanov <[EMAIL PROTECTED]>
Revision ChangesPath
1.3 +3 -3 ports/www/gnome-user-share/pkg-messa
On Mon, Mar 31, 2008 at 06:04:21PM +, Ollivier Robert wrote:
> roberto 2008-03-31 18:04:21 UTC
>
> FreeBSD ports repository
>
> Modified files:
> devel/mercurial Makefile
> Log:
> Put the real site instead of the usual place, fetch(1) does not seem to
> deal correctly
jadawin 2008-03-31 18:16:07 UTC
FreeBSD ports repository
Modified files:
sysutils/gapcmon Makefile distinfo
Added files:
sysutils/gapcmon/files pkg-message.in
Removed files:
sysutils/gapcmon pkg-message
Log:
- Update to 0.8.7
- Fix typo on COMMENT
- use
roberto 2008-03-31 18:04:21 UTC
FreeBSD ports repository
Modified files:
devel/mercurial Makefile
Log:
Put the real site instead of the usual place, fetch(1) does not seem to
deal correctly with the 302 redirect.
Noticed by: bms
Revision ChangesPath
1.
itetcu 2008-03-31 17:21:57 UTC
FreeBSD ports repository
Modified files:
sysutils/apcupsd Makefile distinfo
Added files:
sysutils/apcupsd/files patch-src__apcaccess.c
patch-src__drivers__usb__bsd__bsd-usb.c
Log:
- update to 3.14.3
- more O
ahze2008-03-31 17:16:30 UTC
FreeBSD ports repository
Modified files:
www/firefox15Makefile
Log:
Set EXPIRATION_DATE=2008-04-30
Revision ChangesPath
1.179 +1 -0 ports/www/firefox15/Makefile
___
cvs-all@fr
emaste 2008-03-31 17:04:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac.c
Log:
MFC aac.c 1.131:
Diff reduction to Adaptec driver build 15317 (refactoring and code
shuffling):
- Resource allocation in aac_alloc (moved f
miwi2008-03-31 16:59:57 UTC
FreeBSD doc repository
Modified files:
share/sgml commercial.isp.xml
Log:
- Add Mainlink to the ISP list.
PR: www/121467
Approved by:jkois (mentor)
Revision ChangesPath
1.27 +13 -2 www/share/sgm
carvay 2008-03-31 16:58:39 UTC
FreeBSD doc repository
Modified files:
es_ES.ISO8859-1/articles Makefile
es_ES.ISO8859-1/books/handbook/jails chapter.sgml
es_ES.ISO8859-1/share/sgml translators.ent
Added files:
es_ES.ISO8859-1/articles/nanobsd Makefile article.sgml
sam 2008-03-31 15:38:07 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifclone.c ifconfig.c ifconfig.h ifvlan.c
Log:
Fix handling of create operation together with setting other parameters:
o mark cmds/parameters to indicate they are potential arguments to
ehaupt 2008-03-31 15:28:24 UTC
FreeBSD ports repository
Modified files:
math/mathomatic Makefile distinfo
Log:
Update to 12.9.1
Revision ChangesPath
1.49 +1 -1 ports/math/mathomatic/Makefile
1.47 +3 -3 ports/math/mathomatic/distinfo
___
pav 2008-03-31 15:19:26 UTC
FreeBSD ports repository
Removed files:
misc/amanda-server patch-sendbackup-dump.c
Log:
- Remove an odd looking misplaced patch file
Revision ChangesPath
1.2 +0 -24 ports/misc/amanda-server/patch-sendbackup-dump.c (dead)
___
- Original Message
> From: Pyun YongHyeon <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; cvs-all@FreeBSD.org
> Sent: Monday, March 31, 2008 7:03:14 AM
> Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h
>
> yongari 2008-03-31 04:03:14 UTC
>
> FreeB
pav 2008-03-31 15:19:03 UTC
FreeBSD ports repository
Modified files:
misc/amanda-server Makefile
Log:
- Add SSH option
PR: ports/118039
Submitted by: Ekkehard 'Ekki' Gehm <[EMAIL PROTECTED]>
Approved by:maintainer timeout (kuriyama; 4 months)
flz 2008-03-31 15:14:00 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
Remove module entry for pkg_install-devel.
Revision ChangesPath
1.19578 +0 -1 CVSROOT/modules
___
cvs-all@free
flz 2008-03-31 15:13:22 UTC
FreeBSD ports repository
Modified files:
.MOVED
Log:
Add MOVED entry after ports-mgmt/pkg_install-devel removal.
Revision ChangesPath
1.1566+2 -1 ports/MOVED
___
c
flz 2008-03-31 15:11:48 UTC
FreeBSD ports repository
Modified files:
ports-mgmt Makefile
Removed files:
ports-mgmt/pkg_install-devel Makefile distinfo pkg-deinstall
pkg-descr pkg-install pkg-plist
chinsan 2008-03-31 15:09:34 UTC
FreeBSD ports repository
Modified files:
devel/pear-PHP_CompatInfo Makefile distinfo
Log:
- Update to 1.6.1.
- ChangeLog: http://pear.php.net/package/PHP_CompatInfo/download/1.6.1
Revision ChangesPath
1.10 +22 -16ports/devel/
olgeni 2008-03-31 15:07:19 UTC
FreeBSD ports repository
Modified files:
sysutils/usermin Makefile distinfo
Log:
Upgrade to version 1.340.
Revision ChangesPath
1.70 +2 -2 ports/sysutils/usermin/Makefile
1.58 +3 -6 ports/sysutils/usermin/disti
chinsan 2008-03-31 15:06:44 UTC
FreeBSD ports repository
Modified files:
devel/pear-Console_Table Makefile distinfo
Log:
- Update to 1.1.0.
- ChangeLog: http://pear.php.net/package/Console_Table/download/
Revision ChangesPath
1.11 +1 -1 ports/devel/pear-Co
olgeni 2008-03-31 15:06:37 UTC
FreeBSD ports repository
Modified files:
sysutils/webmin Makefile distinfo
Log:
Upgrade to version 1.410.
Revision ChangesPath
1.285 +2 -6 ports/sysutils/webmin/Makefile
1.238 +3 -15 ports/sysutils/webmin/distinf
pav 2008-03-31 15:00:39 UTC
FreeBSD ports repository
Modified files:
Mk bsd.sites.mk
Log:
- Remove progeny.com, it's parked domain now
Revision ChangesPath
1.443 +1 -4 ports/Mk/bsd.sites.mk
___
pav 2008-03-31 14:58:22 UTC
FreeBSD ports repository
Modified files:
Mk bsd.sites.mk
Log:
- Add ring.nict.go.jp to Ringserver group
PR: ports/119555
Submitted by: KIMURA Yasuhiro <[EMAIL PROTECTED]>
Revision ChangesPath
1.442
jadawin 2008-03-31 14:57:42 UTC
FreeBSD ports repository
Removed files:
www/mod_proxy_html pkg-message
Log:
- Update to 3.0.0
- Remove no more used pkg-message
PR: ports/121822
Submitted by: [EMAIL PROTECTED]
Approved by: David Lay <[EMAIL PROTECTED
chinsan 2008-03-31 14:57:09 UTC
FreeBSD ports repository
Modified files:
textproc/p5-Google-Data-JSON Makefile distinfo
Log:
- Update to 0.1.5.
- use JSON::Any instead of JSON::Syck
- ChangeLog: http://search.cpan.org/dist/Google-Data-JSON/Changes
Revision ChangesPa
jadawin 2008-03-31 14:51:23 UTC
FreeBSD ports repository
Modified files:
www/mod_proxy_html Makefile distinfo pkg-plist
Added files:
www/mod_proxy_html/files pkg-message.in
Log:
- Update to 3.0.0
PR: ports/121822
Submitted by: [EMAIL PROTECTED]
App
emaste 2008-03-31 14:44:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/aac aac.c
Log:
MFC aac.c 1.121:
Correct calculation of aac_sg_tablesize.
Obtained from: Adaptec, via driver b11669
RevisionChangesPath
1.10
gahr2008-03-31 14:38:34 UTC
FreeBSD ports repository
Modified files:
x11/wmappl Makefile distinfo pkg-plist
Removed files:
x11/wmappl pkg-message
x11/wmappl/files patch-Makefile patch-args.h
Log:
- Update to 0.71
Reviewed by:garga
chinsan 2008-03-31 14:35:56 UTC
FreeBSD ports repository
Modified files:
converters/p5-JSON-DWIW Makefile distinfo
Log:
- Update to 0.23.
Revision ChangesPath
1.14 +1 -1 ports/converters/p5-JSON-DWIW/Makefile
1.14 +3 -3 ports/converters/p5-JSON-D
emaste 2008-03-31 14:32:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c
aac_pci.c aacvar.h
Log:
MFC - diff reduction w/ HEAD
aac.c 1.131:
Diff reduction to Ada
chinsan 2008-03-31 14:29:53 UTC
FreeBSD ports repository
Modified files:
textproc/p5-ack Makefile distinfo
Log:
- Update to 0.80.
- ChangeLog: http://search.cpan.org/dist/ack/Changes
Revision ChangesPath
1.21 +1 -1 ports/textproc/p5-ack/Makefile
1.1
1 - 100 of 184 matches
Mail list logo