dougb 2005-12-03 07:57:44 UTC
FreeBSD ports repository
Modified files:
www/apache13 Makefile
Log:
Fix my suggested patch by making it PLIST_SUB+=
Revision ChangesPath
1.165 +1 -1 ports/www/apache13/Makefile
__
dougb 2005-12-03 07:51:08 UTC
FreeBSD src repository
Modified files:
.UPDATING
Log:
Add an entry explaining the changes which add local scripts
to the base rcorder.
Revision ChangesPath
1.426 +10 -0 src/UPDATING
bde 2005-12-03 07:38:35 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_rint.c
Log:
Simplified the fix in rev.1.3. Instead of using long double for
TWO52[sx] to trick gcc into correctly converting TWO52[sx]+x to double
on assignment to "double w", force
bde 2005-12-03 07:23:30 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_rint.c
Log:
Fixed rint(x) in the following cases:
(1) In round-to-nearest mode, on all machines, fdlibm rint() never
worked for |x| = n+0.75 where n is an even integer between 26
On Sat, 2005-Dec-03 00:49:30 +0100, Bernd Walter wrote:
>Mmmm - very interesting stuff - I used the 6522 as well as the 6821
>on many self build 6502 and 68k based systems.
...
>But honestly - I wasn't aware that a modern computer system still uses
>them.
You means things like nec765, i8237, NS825
glewis 2005-12-03 05:27:56 UTC
FreeBSD ports repository
Modified files:
java/jdk15/files patch-j2se::net::Inet4AddressImpl.c
patch-j2se::zlib-1.1.3::zconf.h
Log:
. Add $FreeBSD$.
Revision ChangesPath
1.2 +2 -0
ports/java/jdk1
ambrisko2005-12-03 05:11:07 UTC
FreeBSD src repository
Modified files:
.Makefile.inc1
lib/libc/gen __xuname.c getosreldate.3 uname.3
Log:
Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.
Switch strncpy to strlcpy suggested by gad a
nork2005-12-03 04:31:08 UTC
FreeBSD ports repository
Modified files:
databases/p5-DBD-SQLite Makefile
Added files:
databases/p5-DBD-SQLite/files patch-Makefile.PL
Log:
Fix build error on 4.x with perl5.005.
Revision ChangesPath
1.27 +0 -0 ports/da
thompsa 2005-12-03 03:58:21 UTC
FreeBSD ports repository (src committer)
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Improve the accuracy of my location so ensure the missile lands on me and not
my
neighbour.
Revision ChangesPath
1.270
edwin 2005-12-03 03:37:50 UTC
FreeBSD ports repository
Modified files:
misc/fortune-mod-bible Makefile distinfo
Log:
Add -C to strfile
Bump portrevision
Add SHA256 thingie
Revision ChangesPath
1.3 +2 -1 ports/misc/fortune-mod-bible/Makefile
1.2
ache2005-12-03 03:37:22 UTC
FreeBSD ports repository
Modified files:
www/apache13 Makefile pkg-plist
Log:
Tune for new rc.d convention
Submitted by: dougb
Revision ChangesPath
1.164 +13 -2 ports/www/apache13/Makefile
1.60 +2 -2 p
edwin 2005-12-03 03:34:55 UTC
FreeBSD ports repository
Modified files:
misc/fortune-mod-bible Makefile
misc/fortune-mod-bible/files pkg-message.in
Log:
fortune's .dat format change breaks precompiled bible.dat for
misc/fortune-mod-bible
On Thu Feb 17 18:06:37
On Tue, Nov 29, 2005 at 10:06:48PM +0100, Pav Lucistnik wrote:
> > > | -'5.3-RELEASE/ia64', "$pia64/packages-5.3-release/All",
> > > | -'5.2.1-RELEASE/ia64', "$pia64/packages-5.2.1-release/All",
> > > | +'6.0-RELEASE/ia64', "$pia64/packages-6.0-release/All",
> > > | +
edwin 2005-12-03 03:25:25 UTC
FreeBSD ports repository
Modified files:
www/gallery2 pkg-message
Log:
Wrong dir in pkg-message
The wrong gallerydir is echoed in pkg-message (obviously a
copy from gallery 1)
PR: ports/89867
Submit
lawrance2005-12-03 03:18:40 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile distinfo pkg-message pkg-plist
emulators/qemu/files patch-vl.c
Added files:
emulators/qemu/files patch-qemu-img.c patch-qemu-img.texi
Log:
Update to 2005-11-30 snaps
edwin 2005-12-03 03:18:32 UTC
FreeBSD ports repository
Modified files:
games/crimsonpkg-descr
Log:
Update port: games/crimson fix WWW
Fix WWW on pkg-descr.
PR: ports/89854
Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]>
Revisio
davidxu 2005-12-03 02:49:04 UTC
FreeBSD src repository
Modified files:
lib/libc/sys mq_open.2
Log:
Remove implementation-defined, it has already been described in NOTES
section.
Revision ChangesPath
1.6 +0 -5 src/lib/libc/sys/mq_open.2
___
edwin 2005-12-03 02:32:49 UTC
FreeBSD ports repository
Modified files:
net-mgmt/nagios Makefile distinfo
Log:
[maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6
Update net-mgmt/nagios to Nagios 2.0.b6.
- Changed license to specifically s
davidxu 2005-12-03 02:31:18 UTC
FreeBSD src repository
Modified files:
lib/libc/sys mq_open.2 mq_receive.2 mq_setattr.2
Log:
Remove implementation-defined sentences.
Revision ChangesPath
1.5 +3 -13 src/lib/libc/sys/mq_open.2
1.4 +0 -6 sr
edwin 2005-12-03 02:18:48 UTC
FreeBSD ports repository
Modified files:
multimedia/pvr250Makefile
Log:
Fix post-patch target
PR: ports/87518
Submitted by: Simun Mikecin <[EMAIL PROTECTED]>
Revision ChangesPath
1.12 +2 -2 ports/multi
rodrigc 2005-12-03 01:57:58 UTC
FreeBSD src repository
Modified files:
sbin/mount mount.c
Log:
Simplify parsing of mount options by passing
"rw" option down to kernel, since vfs_donmount() can now parse it.
Revision ChangesPath
1.77 +1 -1 src/sbi
davidxu 2005-12-03 01:40:38 UTC
FreeBSD src repository
Modified files:
sys/conf options
Log:
Add option P1003_1B_MQUEUE.
Revision ChangesPath
1.519 +1 -0 src/sys/conf/options
___
cvs-all@freebsd.org mail
davidxu 2005-12-03 01:34:41 UTC
FreeBSD src repository
Modified files:
lib/libc/sys mq_close.2 mq_getattr.2 mq_notify.2
mq_open.2 mq_receive.2 mq_send.2
mq_setattr.2
Log:
Fix lots of markup and content bug.
Submitte
brooks 2005-12-03 01:33:06 UTC
FreeBSD src repository
Modified files:
etc/rc.d NETWORKING
Log:
Don't bogusly depend on dhclient. It's now run either by
/etc/rc.d/netif or from devd rather than by the startup scripts.
Revision ChangesPath
1.11 +1 -
Bernd Walter wrote:
On Sat, Dec 03, 2005 at 12:32:49AM +0100, Wilko Bulte wrote:
On Fri, Dec 02, 2005 at 10:36:14PM +, Peter Grehan wrote..
grehan 2005-12-02 22:36:14 UTC
FreeBSD src repository
Added files:
sys/dev/ic via6522reg.h
Log:
Register definitions for th
rodrigc 2005-12-03 01:26:27 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
- Add "rw" mount option to global_opts.
- In vfs_donmount(), parse "ro", "noro", and "rw", in order to set or
unset the MNT_RDONLY filesystem flag.
Revision Ch
anholt 2005-12-03 01:23:50 UTC
FreeBSD src repository
Modified files:
sys/amd64/conf NOTES
sys/i386/confNOTES
sys/conf files
sys/dev/drm drm_drv.c drm_pciids.h i915_drv.c
sys/modules/drm Makefile
Log:
Merge DRM CVS as o
anholt 2005-12-03 00:43:57 UTC
FreeBSD src repository
Modified files:
sys/dev/drm drm-preprocess.sh
Log:
Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources back
into the new sources.
Revision ChangesPath
1.2 +15 -1 src/sys/
On Fri, Dec 02, 2005 at 08:06:07PM +, Doug Barton wrote:
> This dramatically changes the behavior of rc.d/localpkg, as
> all "local" scripts that have the new rc.d semantics are now
> run in the base rcorder, so only scripts that have not been
> converted yet will run in rc.d/localpkg.
anholt 2005-12-02 23:51:36 UTC
FreeBSD src repository
Modified files:
sys/pci agp_i810.c agpreg.h
Log:
Add support for i915 GMCH AGP. This diff is a combination of work by myself
and some fixes from Motomichi Matsuzaki. Testing involved many people, but
the
f
On Sat, Dec 03, 2005 at 12:32:49AM +0100, Wilko Bulte wrote:
> On Fri, Dec 02, 2005 at 10:36:14PM +, Peter Grehan wrote..
> > grehan 2005-12-02 22:36:14 UTC
> >
> > FreeBSD src repository
> >
> > Added files:
> > sys/dev/ic via6522reg.h
> > Log:
> > Register defini
On Fri, Dec 02, 2005 at 10:36:14PM +, Peter Grehan wrote..
> grehan 2005-12-02 22:36:14 UTC
>
> FreeBSD src repository
>
> Added files:
> sys/dev/ic via6522reg.h
> Log:
> Register definitions for the ancient via6522. This 20+ year-old chip
> still exists as a cel
olgeni 2005-12-02 23:25:49 UTC
FreeBSD ports repository
Modified files:
devel/esdl Makefile distinfo pkg-plist
devel/esdl/files patch-c__src_Makefile
Removed files:
devel/esdl/files patch-c__src_esdl.h
patch-c__src_esdl__conv.h
brooks 2005-12-02 23:02:31 UTC
FreeBSD ports repository
Modified files:
misc/gpt Makefile
misc/gpt31 Makefile
Log:
These are actually only broken on 4.x so fix markings.
Reported by:kris
Pointy hat to: brooks
Revision ChangesPath
erwin 2005-12-02 22:53:02 UTC
FreeBSD ports repository
Modified files:
www/p5-Task-Catalyst Makefile distinfo
Log:
Update to 1.30
PR: 89858
Submitted by: Lars Balker Rasmussen <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.4 +5 -2
Ruslan Ermilov wrote this message on Sat, Dec 03, 2005 at 00:24 +0200:
> On Fri, Dec 02, 2005 at 01:57:05PM -0800, John-Mark Gurney wrote:
> > Ruslan Ermilov wrote this message on Fri, Dec 02, 2005 at 21:33 +:
> > > "-o rw" is invalid and undocumented mount option that
> > > is only present
grehan 2005-12-02 22:36:14 UTC
FreeBSD src repository
Added files:
sys/dev/ic via6522reg.h
Log:
Register definitions for the ancient via6522. This 20+ year-old chip
still exists as a cell in the Macio asic on Apples, and is used to communicate
through the shift reg
Kris Kennaway píše v út 29. 11. 2005 v 16:01 -0500:
> On Tue, Nov 29, 2005 at 08:45:47PM +, Pav Lucistnik wrote:
> > pav 2005-11-29 20:45:47 UTC
> >
> > FreeBSD doc repository
> >
> > Modified files:
> > en/cgi ports.cgi
> > Log:
> > - Update release pulldow
On Fri, Dec 02, 2005 at 01:57:05PM -0800, John-Mark Gurney wrote:
> Ruslan Ermilov wrote this message on Fri, Dec 02, 2005 at 21:33 +:
> > "-o rw" is invalid and undocumented mount option that
> > is only present for fstab(5) compatibility, and is
> > otherwise ignored by mount(8) (not pa
glewis 2005-12-02 22:24:01 UTC
FreeBSD ports repository
Modified files:
java/jdk15 Makefile
Added files:
java/jdk15/files patch-j2se::zlib-1.1.3::zconf.h
Log:
. "Privatise" the symbols in libzip.so to avoid conflicting with those
in the systems libz.so.
glewis 2005-12-02 22:17:15 UTC
FreeBSD ports repository
Added files:
java/jdk15/files patch-j2se::net::Inet4AddressImpl.c
Log:
. The patch to use getaddrinfo() #ifdef'ed out too much code. Change that
to isReachable() is still available (fixes some JCK tests).
Subm
linimon 2005-12-02 22:08:21 UTC
FreeBSD ports repository
Modified files:
devel/rinfo Makefile
Log:
Reset bouncing maintainer address.
Noticed by: Jean Milanez Melo
Revision ChangesPath
1.6 +1 -1 ports/devel/rinfo/Makefile
Ruslan Ermilov wrote this message on Fri, Dec 02, 2005 at 21:33 +:
> "-o rw" is invalid and undocumented mount option that
> is only present for fstab(5) compatibility, and is
> otherwise ignored by mount(8) (not passed to mount_*
> programs, and not passed to nmount(2)).
So, when are
barner 2005-12-02 21:40:12 UTC
FreeBSD ports repository
Modified files:
.modules
biology Makefile
Added files:
biology/p5-bioperl-devel Makefile distinfo pkg-descr pkg-plist
biology/p5-bioperl-devel/files patch-Makefile.PL
Log:
-
ru 2005-12-02 21:33:43 UTC
FreeBSD src repository
Modified files:
etc/rc.d root
Log:
"-o rw" is invalid and undocumented mount option that
is only present for fstab(5) compatibility, and is
otherwise ignored by mount(8) (not passed to mount_*
programs, and
On Friday 02 December 2005 09:23 am, David Xu wrote:
> davidxu 2005-12-02 14:23:39 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf NOTES
> Log:
> Add option P1003_1B_MQUEUE for POSIX message queue.
Looks like it needs to be listed in sys/conf/options?
--
On Fri, Dec 02, 2005 at 05:39:32PM +, Brooks Davis wrote:
> brooks 2005-12-02 17:39:32 UTC
>
> FreeBSD ports repository
>
> Modified files:
> misc/gpt Makefile
> misc/gpt31 Makefile
> Log:
> Mark broken due to configure errors. Admit I don't have
tdb 2005-12-02 20:50:25 UTC
FreeBSD ports repository
Modified files:
math/libtommath Makefile distinfo pkg-plist
Log:
- Update to 0.37
- Add SHA256 checksum
- Use PLIST_FILES instead of pkg-plist
PR: 89863
Submitted by: Wesley Shields <[EMAIL PRO
dougb 2005-12-02 20:47:58 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document the 77 (palindromatic!) version bump to reflect
incorporating local_startup scripts into the base rcorder.
Revision ChangesPath
tdb 2005-12-02 20:47:08 UTC
FreeBSD ports repository
Modified files:
math/tomsfastmathMakefile distinfo
Log:
- Update to 0.07
- Add SHA256 checksum
PR: 89862
Submitted by: Wesley Shields <[EMAIL PROTECTED]> (maintainer)
Approved by:clement (me
olgeni 2005-12-02 20:40:22 UTC
FreeBSD ports repository
Modified files:
sysutils/usermin Makefile distinfo
Log:
Upgrade to version 1.180.
Revision ChangesPath
1.41 +2 -4 ports/sysutils/usermin/Makefile
1.35 +6 -4 ports/sysutils/usermin/disti
kris2005-12-02 20:37:51 UTC
FreeBSD ports repository
Modified files:
devel/gputilsMakefile
net/adasockets Makefile
sysutils/nvtvMakefile
Log:
Reset maintainer: "I don't use FreeBSD at this time". Thanks for your
work in the past.
Revisi
dougb 2005-12-02 20:35:23 UTC
FreeBSD src repository
Modified files:
etc/rc.d tmp
Log:
Brooks pointed out a case where tmp needs to be run after
mountcritremote, so force it the other way instead.
Revision ChangesPath
1.37 +1 -2 src/etc/rc.d/
dougb 2005-12-02 20:06:07 UTC
FreeBSD src repository
Modified files:
etc rc rc.shutdown rc.subr
etc/rc.d localpkg
sys/sys param.h
Log:
Introduce startup scripts from the local_startup directories to
the base rcorder. This is
erwin 2005-12-02 20:02:12 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-ExtUtils-AutoInstall --> ports/devel/p5-ExtUtils-AutoInstall
Revision ChangesPath
1.13781 +1 -0 CVSROOT/modules
_
erwin 2005-12-02 20:01:57 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/p5-ExtUtils-AutoInstall Makefile distinfo pkg-descr
pkg-plist
Log:
ExtUtils::AutoInstall lets module writers to spec
erwin 2005-12-02 19:57:27 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Catalyst-Plugin-I18N --> ports/www/p5-Catalyst-Plugin-I18N
Revision ChangesPath
1.13780 +1 -0 CVSROOT/modules
___
erwin 2005-12-02 19:57:13 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/p5-Catalyst-Plugin-I18N Makefile distinfo pkg-descr
pkg-plist
Log:
Supports mo/po files and Maketext classes under your
dougb 2005-12-02 19:54:57 UTC
FreeBSD src repository
Modified files:
etc/rc.d tmp
Log:
Force this script to run before mountcritremote to avoid
non-deterministic behavior when introducing local_startup
scripts to rcorder.
Revision ChangesPath
1.36
erwin 2005-12-02 19:52:04 UTC
FreeBSD ports repository
Modified files:
www/p5-Catalyst-Plugin-Session-Store-File Makefile distinfo
Log:
Update to 0.05
PR: 89846
Submitted by: Lars Balker Rasmussen <[EMAIL PROTECTED]> (maintainer)
Revision ChangesP
mnag2005-12-02 19:45:01 UTC
FreeBSD ports repository
Modified files:
mail/postfix-current Makefile
Log:
Unbroken ports menu (OPTIONS line)
Revision ChangesPath
1.148 +21 -21ports/mail/postfix-current/Makefile
___
gerald 2005-12-02 19:37:57 UTC
FreeBSD ports repository
Modified files:
lang/gcc40 Makefile distinfo
Log:
Update to the 20051201 snapshot of GCC 4.0.3.
Revision ChangesPath
1.233 +1 -1 ports/lang/gcc40/Makefile
1.134 +15 -15ports/lang/gcc
glewis 2005-12-02 19:32:17 UTC
FreeBSD ports repository
Modified files:
java/jdk15-doc Makefile distinfo
Log:
. Chase an updated distfile. [1]
Although this is only documentation, the changes (fixing of URLs, etc.)
were enough for me to bump PORTREVISION.
. Add S
olgeni 2005-12-02 19:30:53 UTC
FreeBSD ports repository
Modified files:
sysutils/webmin Makefile distinfo
Log:
Upgrade to version 1.250.
Revision ChangesPath
1.238 +6 -9 ports/sysutils/webmin/Makefile
1.198 +3 -9 ports/sysutils/webmin/distinf
erwin 2005-12-02 19:30:41 UTC
FreeBSD ports repository
Modified files:
devel/cvsweb3Makefile distinfo
Log:
Update to 3.0.6
PR: 89829
Submitted by: Jonathan Noack <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.79 +1 -2
erwin 2005-12-02 18:50:13 UTC
FreeBSD ports repository
Modified files:
www/p5-HTML-Prototype Makefile distinfo pkg-descr pkg-plist
Log:
Update to 1.36
PR: 89849
Submitted by: Lars Balker Rasmussen <[EMAIL PROTECTED]> (maintainer)
Revision ChangesP
nobutaka2005-12-02 18:46:55 UTC
FreeBSD ports repository
Modified files:
textproc/uim Makefile distinfo pkg-plist
Added files:
textproc/uim/files patch-scm:Makefile.in
Log:
Add byeoru Korean input module.
PR: ports/89388
Submitted by: Sangwoo
erwin 2005-12-02 18:42:42 UTC
FreeBSD ports repository
Modified files:
www/p5-Catalyst Makefile distinfo pkg-plist
Log:
Update to 5.61
PR: 89857
Submitted by: Lars Balker Rasmussen <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.10
erwin 2005-12-02 18:40:01 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Catalyst-Plugin-XMLRPC --> ports/www/p5-Catalyst-Plugin-XMLRPC
Revision ChangesPath
1.13779 +1 -0 CVSROOT/modules
___
erwin 2005-12-02 18:39:46 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/p5-Catalyst-Plugin-XMLRPC Makefile distinfo pkg-descr
pkg-plist
Log:
This plugin allows your controller class to dispa
lioux 2005-12-02 18:04:07 UTC
FreeBSD ports repository
Modified files:
net/i2p Makefile distinfo
Log:
Update to 0.6.1.7
Revision ChangesPath
1.18 +1 -1 ports/net/i2p/Makefile
1.17 +3 -3 ports/net/i2p/distinfo
__
alc 2005-12-02 18:02:54 UTC
FreeBSD src repository
Modified files:
sys/alpha/alpha pmap.c
Log:
Change pmap_enter_quick() to use the vm_prot_t parameter introduced in
revision 1.179 to correctly set/clear execute permission on the mapping
it creates. Thus, mmap(2)ing
skv 2005-12-02 17:45:54 UTC
FreeBSD ports repository
Modified files:
converters/p5-Convert-Binary-C Makefile distinfo
Log:
Update to 0.62
Changes:http://search.cpan.org/src/MHX/Convert-Binary-C-0.62/Changes
Revision ChangesPath
1.10 +1 -1 po
garga 2005-12-02 17:44:28 UTC
FreeBSD ports repository
Modified files:
textproc/gsedMakefile distinfo pkg-plist
Removed files:
textproc/gsed/files patch-aa
Log:
- Update 4.1.4
- Add SHA256
- Cleanup
- Pass maintainership to submitter
PR: p
skv 2005-12-02 17:40:33 UTC
FreeBSD ports repository
Modified files:
comms/p5-Device-Modem Makefile distinfo
Log:
Update to 1.46
Changes:http://search.cpan.org/src/COSIMO/Device-Modem-1.46/Changes
Revision ChangesPath
1.7 +1 -1 ports/comms/
brooks 2005-12-02 17:39:32 UTC
FreeBSD ports repository
Modified files:
misc/gpt Makefile
misc/gpt31 Makefile
Log:
Mark broken due to configure errors. Admit I don't have time or
interest in fixing the problems with this obsolete port and drop
mai
skv 2005-12-02 17:39:02 UTC
FreeBSD ports repository
Modified files:
www/p5-HTTPD-User-Manage Makefile distinfo
Log:
Update to 1.64
Changes:http://search.cpan.org/src/LDS/HTTPD-User-Manage-1.64/Changes
Revision ChangesPath
1.24 +1 -1 ports/w
skv 2005-12-02 17:37:18 UTC
FreeBSD ports repository
Modified files:
textproc/p5-podlators Makefile distinfo
Log:
Update to 2.00
Changes:http://search.cpan.org/src/RRA/podlators-2.00/ChangeLog
Revision ChangesPath
1.10 +2 -2 ports/textproc/p
jeh 2005-12-02 17:37:04 UTC
FreeBSD ports repository
Modified files:
security/uvscan-dat Makefile distinfo
Log:
Update to DAT 4642
Revision ChangesPath
1.459 +1 -1 ports/security/uvscan-dat/Makefile
1.454 +3 -3 ports/security/uvscan-dat/distin
brooks 2005-12-02 17:36:15 UTC
FreeBSD ports repository
Modified files:
misc/globus2 Makefile
Log:
Mark unconditionally broken. It's had various problems for ages and
I have neither time nor interest in fixing it. Drop maintainership.
Revision ChangesPath
brueffer2005-12-02 16:49:36 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
share/man/man4 em.4
Log:
MFC: rev. 1.26
Document 82571 and 82572 support.
Revision ChangesPath
1.20.2.3 +3 -3 src/share/man/man4/em.4
brueffer2005-12-02 16:48:43 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
share/man/man4 ataraid.4
Log:
MFC: rev. 1.4
Add a CAVEATS section that mentions missing RAID5 support.
Revision ChangesPath
1.3.2.1 +4 -1
brueffer2005-12-02 16:47:27 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
share/man/man4 ral.4 ural.4
Log:
MFC:
In preparation for automatic hardware notes generation, reword the
hardware section text to include the driver name.
brueffer2005-12-02 16:45:03 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
share/man/man4 wlan.4
Log:
MFC: rev. 1.9 + 1.10
Update the list of drivers that need wlan(4).
Revision ChangesPath
1.8.2.1 +13 -4 src/shar
aaron 2005-12-02 16:34:21 UTC
FreeBSD ports repository
Modified files:
converters/p5-Convert-IBM390 Makefile distinfo pkg-descr
Log:
- update port from v0.20 to v0.21
- 0.21 - Added '@' option to unpackeb at the request of Marc (CPAN bug 15461).
Revision ChangesPath
mnag2005-12-02 16:19:10 UTC
FreeBSD ports repository
Modified files:
sysutils/symon Makefile distinfo
sysutils/symon/files patch-sm_io.c
Added files:
sysutils/symon/files patch-platform__FreeBSD__platform.h
patch-platform__FreeBSD__sm_pf
At 6:57 AM -0800 12/2/05, Doug Ambrisko wrote:
Pawel Jakub Dawidek writes:
| [...]
| +> name->sysname[sizeof(name->sysname) - 1] = '\0';
| +> + if ((p = getenv("UNAME_s")))
| +> + strncpy(name->sysname, p, sizeof(name->sysname));
| [...]
| +> name->release[size
garga 2005-12-02 16:17:13 UTC
FreeBSD ports repository
Modified files:
databases/gdbm Makefile distinfo
Log:
- Add SHA256 checksum
- Pass maintainership to submitter
PR: ports/89842
Submitted by: Gabor Kovesdan <[EMAIL PROTECTED]>
Revision Cha
garga 2005-12-02 16:08:16 UTC
FreeBSD ports repository
Modified files:
games/cosmo pkg-descr
Log:
- Remove WWW line from pkg-descr, since site doesn't exist anymore
PR: ports/89850
Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]>
Revision
On Fri, Dec 02, 2005 at 06:41:03AM -0800, Doug Ambrisko wrote:
> Ruslan Ermilov writes:
> | Hi Doug,
> |
> | On Fri, Dec 02, 2005 at 12:50:30AM +, Doug Ambrisko wrote:
> | > ambrisko2005-12-02 00:50:30 UTC
> | >
> | > FreeBSD src repository
> | >
> | > Modified files:
> | > .
ehaupt 2005-12-02 15:44:14 UTC
FreeBSD ports repository
Modified files:
archivers/gzip Makefile distinfo
Log:
- Update SHA256
- Pass maintainership to submitter
PR: 89839
Submitted by: Gabor Kovesdan <[EMAIL PROTECTED]>
Discussed with: mnag
Re
ehaupt 2005-12-02 15:11:16 UTC
FreeBSD ports repository
Modified files:
chinese/arnettf Makefile distinfo
Log:
- Update to 0.0.20050501
- Pass maintainership to submitter
- Add SHA256
PR: 89826
Submitted by: chinsan <[EMAIL PROTECTED]>
Revision
Pawel Jakub Dawidek writes:
| On Fri, Dec 02, 2005 at 12:50:30AM +, Doug Ambrisko wrote:
| +> ambrisko2005-12-02 00:50:30 UTC
| +>
| +> FreeBSD src repository
| +>
| +> Modified files:
| +> .Makefile.inc1
| +> lib/libc/gen __xuname.c getosreldate.c
Michael Johnson (ahze) writes:
> Log:
> - Use new Makefile.common from mozilla
>
nvu build is now broken on my system (-CURRENT):
bin/chrome/venkman.jar
+++ adding chrome ../../../dist/bin/chrome/installed-chrome.txt
+++
content,install,url,jar:resource:/chrome/venkman.jar!/content/venkman/
Ruslan Ermilov writes:
| Hi Doug,
|
| On Fri, Dec 02, 2005 at 12:50:30AM +, Doug Ambrisko wrote:
| > ambrisko2005-12-02 00:50:30 UTC
| >
| > FreeBSD src repository
| >
| > Modified files:
| > .Makefile.inc1
| > lib/libc/gen __xuname.c getosreldate
davidxu 2005-12-02 14:23:39 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES
Log:
Add option P1003_1B_MQUEUE for POSIX message queue.
Revision ChangesPath
1.1336+2 -0 src/sys/conf/NOTES
___
cvs-
davidxu 2005-12-02 14:09:32 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_mqueue.c
Log:
1. Cleanup including.
2. Set configuration value for CTL_P1003_1B_MESSAGE_PASSING.
Revision ChangesPath
1.6 +4 -5 src/sys/kern/uipc_mqueue.c
___
kuriyama2005-12-02 14:07:53 UTC
FreeBSD ports repository
Modified files:
devel/rapidsvn Makefile distinfo
Added files:
devel/rapidsvn/files patch-configure.in
Removed files:
devel/rapidsvn/files patch-path.cpp
Log:
- Upgrade to 0.9.0.
- Fix building devel/ra
davidxu 2005-12-02 13:50:56 UTC
FreeBSD src repository
Modified files:
lib/libc/sys mq_close.2 mq_getattr.2 mq_notify.2
mq_open.2 mq_receive.2 mq_send.2
mq_setattr.2
Log:
syscall -> system call.
Revision Changes
bde 2005-12-02 13:45:06 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_round.c s_roundf.c s_roundl.c
Log:
Fixed roundf(). The following cases never worked in FreeBSD:
- in round-towards-minus-infinity mode, on all machines, roundf(x) never
worked for
1 - 100 of 145 matches
Mail list logo