lth 2006-09-21 06:44:10 UTC
FreeBSD ports repository
Modified files:
www/p5-POE-Component-Server-SimpleHTTP Makefile distinfo
Log:
Update to 1.13
Revision ChangesPath
1.4 +2 -3 ports/www/p5-POE-Component-Server-SimpleHTTP/Makefile
1.4 +3 -3
sat 2006-09-21 06:23:18 UTC
FreeBSD ports repository
Modified files:
sysutils/titlefixMakefile distinfo
Log:
- Update to 0.5.2
Revision ChangesPath
1.3 +1 -1 ports/sysutils/titlefix/Makefile
1.3 +3 -3 ports/sysutils/titlefix/distinfo
__
ale 2006-09-21 06:06:00 UTC
FreeBSD ports repository
Modified files:
archivers/pecl-zip Makefile distinfo
Log:
Update to 1.7.3 release.
PR: ports/103443
Submitted by: mnag
Revision ChangesPath
1.6 +1 -1 ports/archivers/pecl-zip/Ma
rafan 2006-09-21 05:57:45 UTC
FreeBSD ports repository
Modified files:
chinese/CJK pkg-plist
Log:
- Fix pkg-plist
Reported by:pointyhat via kris
Revision ChangesPath
1.18 +1 -1 ports/chinese/CJK/pkg-plist
_
leeym 2006-09-21 05:30:48 UTC
FreeBSD ports repository
Modified files:
devel/p5-File-Temp Makefile
Log:
- mark IGNORE under old perl
- bump PORTREVISION
Revision ChangesPath
1.18 +3 -6 ports/devel/p5-File-Temp/Makefile
_
davidxu 2006-09-21 04:50:38 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c
Log:
Regenerate.
Revision ChangesPath
1.63 +0 -0 src/sys/compa
alexbl 2006-09-21 04:50:10 UTC
FreeBSD ports repository
Modified files:
audio/py-libtunepimp Makefile distinfo
Log:
- update to 0.5.1
Approved by:novel (mentor)
Revision ChangesPath
1.6 +1 -1 ports/audio/py-libtunepimp/Makefile
1.5 +3 -3
davidxu 2006-09-21 04:49:36 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 syscalls.master
Log:
sync with master.
Revision ChangesPath
1.76 +4 -9 src/sys/compat/freebsd32/syscalls.master
___
cvs-al
davidxu 2006-09-21 04:22:47 UTC
FreeBSD src repository
Modified files:
lib/libc/sys Symbol.map
Log:
remove thr_getscheduler, thr_setscheduler, thr_setschedparam,
add rtprio_thread.
Revision ChangesPath
1.4 +3 -9 src/lib/libc/sys/Symbol.map
___
davidxu 2006-09-21 04:21:30 UTC
FreeBSD src repository
Modified files:
lib/libthr/threadthr_create.c thr_getschedparam.c
thr_init.c thr_kern.c thr_private.h
thr_setprio.c thr_setschedparam.c
Log:
use rtprio_thread system cal
davidxu 2006-09-21 04:19:49 UTC
FreeBSD src repository
Modified files:
sys/kern init_sysent.c syscalls.c systrace_args.c
sys/sys syscall.h syscall.mk sysproto.h
Log:
Regenerate.
Revision ChangesPath
1.223 +3 -3 src/sys/kern/init_
davidxu 2006-09-21 04:18:46 UTC
FreeBSD src repository
Modified files:
sys/sys rtprio.h thr.h
sys/kern kern_resource.c kern_thr.c
syscalls.master
Log:
Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam
kan 2006-09-21 03:27:07 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/cc/cc_tools freebsd-native.h
Log:
Bump __FreeBSD_cc_version in case someone cares for differences between
GCC 3.4.4 and GCC 3.4.6 on -current.
Revision ChangesPath
1.27 +1 -1
mnag2006-09-21 02:48:53 UTC
FreeBSD ports repository
Modified files:
databases/py-MySQLdb-devel Makefile distinfo
Log:
- Update to 1.2.2b1
Revision ChangesPath
1.38 +1 -4 ports/databases/py-MySQLdb-devel/Makefile
1.24 +3 -3 ports/databases/py
emax2006-09-21 02:41:04 UTC
FreeBSD src repository
Modified files:
usr.sbin/bluetooth/hccontrol hccontrol.h util.c
Log:
Get rid of extra const to pacify new GCC4 warnings.
Submitted by: kan
MFC after: 1 week
Revision ChangesPath
1.7 +15 -15
emax2006-09-21 02:32:28 UTC
FreeBSD src repository
Modified files:
usr.sbin/bluetooth/bthidd client.c server.c
usr.sbin/bluetooth/hcsecd hcsecd.c
usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.c
usr.sbin/bluetooth/sdpd server.c
Log:
Use socklen_t instead of int32_t
On Thu, 21 Sep 2006 01:30:05 + (UTC)
Alexander Kabaev <[EMAIL PROTECTED]> wrote:
> kan 2006-09-21 01:30:04 UTC
>
> FreeBSD src repository
>
> Modified files:
> lib/libncp ncpl_file.c ncpl_misc.c ncpl_msg.c
> ncpl_nls.c ncpl_queue.c ncpl_rpc
tmclaugh2006-09-21 02:24:31 UTC
FreeBSD ports repository
Modified files:
net/blam Makefile
Added files:
net/blam/files extra-libblam_blam-gecko-utils.cpp
Log:
Fix build with latest firefox
Notified by:krismail
Revision ChangesPath
1.1
kan 2006-09-21 02:05:39 UTC
FreeBSD src repository
Modified files:
usr.bin/xlint/xlint xlint.c
Log:
Pass "-Wtraditional -Wno-system-headers" to compiler as two separate
arguments. GCC4 was unhappy with them combined, while GCC 3.4 did
not care.
Revision Changes
kan 2006-09-21 02:01:47 UTC
FreeBSD src repository
Modified files:
usr.sbin/IPXrouted main.c
Log:
Do not use int where socklen_t is expected.
Revision ChangesPath
1.13 +2 -1 src/usr.sbin/IPXrouted/main.c
___
kan 2006-09-21 01:48:48 UTC
FreeBSD src repository
Modified files:
usr.sbin/ngctl msg.c
Log:
Silence GCC4 signed/unsigned pointer mismatch warning.
Revision ChangesPath
1.8 +1 -1 src/usr.sbin/ngctl/msg.c
___
clsung 2006-09-21 01:48:33 UTC
FreeBSD ports repository
Modified files:
textproc/p5-Perl-Critic Makefile distinfo
Log:
- Update to 0.20
Revision ChangesPath
1.8 +2 -1 ports/textproc/p5-Perl-Critic/Makefile
1.8 +3 -3 ports/textproc/p5-Perl-Crit
kan 2006-09-21 01:47:32 UTC
FreeBSD src repository
Modified files:
usr.sbin/ndiscvt ndiscvt.c
Log:
Silence GCC4 signed/unsigned pointer mismatch warning.
Revision ChangesPath
1.13 +1 -1 src/usr.sbin/ndiscvt/ndiscvt.c
_
brooks 2006-09-21 01:44:52 UTC
FreeBSD src repository
Modified files:
etc network.subr pccard_ether
Log:
Introduce a new method ipv6if which attemptes to figure out if an
interface is an IPv6 interface.
Use this method to decide if we should attempt to co
kan 2006-09-21 01:41:03 UTC
FreeBSD src repository
Modified files:
usr.sbin/rip6query rip6query.c
Log:
Do not use int where socklen_t is expected.
Revision ChangesPath
1.8 +2 -1 src/usr.sbin/rip6query/rip6query.c
__
kan 2006-09-21 01:38:59 UTC
FreeBSD src repository
Modified files:
sys/sys cdefs.h
Log:
Use __builtin_offsetof for GCC 4.1.
Revision ChangesPath
1.93 +4 -0 src/sys/sys/cdefs.h
___
cvs-all@freebsd.o
kan 2006-09-21 01:37:02 UTC
FreeBSD src repository
Modified files:
sys/amd64/includestdarg.h
sys/arm/include stdarg.h
sys/i386/include stdarg.h
sys/ia64/include stdarg.h
sys/powerpc/include stdarg.h
sys/sparc64/include stdarg.h
Log:
kan 2006-09-21 01:30:04 UTC
FreeBSD src repository
Modified files:
lib/libncp ncpl_file.c ncpl_misc.c ncpl_msg.c
ncpl_nls.c ncpl_queue.c ncpl_rpc.c
Log:
Silence GCC4 warning.
strlen, strcmp live in not .
Revision ChangesPath
clsung 2006-09-21 01:20:37 UTC
FreeBSD ports repository
Modified files:
devel/p5-IPC-Run3Makefile distinfo
Log:
- Update to 0.036
- I'l maintain it.
Revision ChangesPath
1.13 +2 -2 ports/devel/p5-IPC-Run3/Makefile
1.10 +3 -3 ports/devel/p5
On Wednesday 20 September 2006 13:23, Martin Blapp wrote:
>
> >> mtx_init(&sess->s_mtx, "session", NULL, MTX_DEF);
> >> PROC_LOCK(p);
> >> p->p_flag &= ~P_CONTROLT;
> >> PROC_UNLOCK(p);
> >> PGRP_LOCK(pgrp);
> >>
> From: John Hay <[EMAIL PROTECTED]>
> Date: Wed, 20 Sep 2006 19:18:03 + (UTC)
> Sender: [EMAIL PROTECTED]
>
> jhay2006-09-20 19:18:03 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> sbin/ipfwipfw2.c
> Log:
> MFC: 1.97
> Use b
julian 2006-09-20 22:24:20 UTC
FreeBSD src repository
Modified files:
tools/tools README
Added files:
tools/tools/tinybsd CHANGES README tinybsd
tools/tools/tinybsd/conf/bridge TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/bridge/etc fstab rc.conf sysc
pdeuskar2006-09-20 22:04:10 UTC
FreeBSD src repository
Modified files:
.access
Log:
Welcome Jack Vogel (jfv@) to FreeBSD.
Jack will be supporting em, ixgb drivers.
pdeuskar@ to mentor.
Approved by:core
Revision ChangesPath
1.789
thompsa 2006-09-20 21:26:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_bridge.c
Log:
MFC r1.80
Rearrange things so that ARP packets can be filtered or rate limited with
IPFW.
Approved by:re (kensmith)
Revision
acm 2006-09-20 21:01:19 UTC
FreeBSD ports repository
Modified files:
emulators/pyxmameMakefile
Log:
- Change some paths into pyxmamerc file. It solves a problem with wrong path
of
default_image.
Submitted by: mezz (email)
Revision ChangesPath
1.3
wilko 2006-09-20 20:59:39 UTC
FreeBSD doc repository
Modified files:
en/donations donors.sgml
Log:
Paul Ghering will ship sos@ a NatSemi Geode based appliance to improve
ata support for the CS5530A chip.
Revision ChangesPath
1.326 +8 -1 www/en/don
csjp2006-09-20 20:55:02 UTC
FreeBSD src repository
Modified files:
bin/df df.c
Log:
Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, our
current implementation of df(1) is does not properly format the output under
certain conditions. Righ
wkoszek 2006-09-20 20:52:11 UTC
FreeBSD src repository
Modified files:
sys/amd64/isaatpic_vector.S
Log:
Correct 'interrupt interrupt' -> 'interrupt' in the comment.
Requested by: jhb
Approved by:cognet (mentor)
Revision ChangesPath
1.47 +1 -1
acm 2006-09-20 20:43:44 UTC
FreeBSD ports repository
Modified files:
graphics/crystalspace Makefile
graphics/crystalspace-devel Makefile
Log:
- Mark BROKEN on sparc64
Revision ChangesPath
1.14 +5 -1 ports/graphics/crystalspace-devel/Makefile
1.16
miwi2006-09-20 20:11:08 UTC
FreeBSD ports repository
Modified files:
devel/bazaar-ng Makefile distinfo pkg-plist
Log:
- Update to 0.10
PR: ports/103438
Submitted by: Ulf Lilleengen (maintainer)
Revision ChangesPath
1.11 +2 -3 p
arved 2006-09-20 20:05:58 UTC
FreeBSD ports repository
Modified files:
devel/libccidMakefile
Log:
Fix the creation of the Info.plist file on RELENG_4 with perl < 5.6
Bump PORTREVISION
Reported by:"Jack Weimer" <[EMAIL PROTECTED]>
Revision ChangesPat
novel 2006-09-20 20:01:47 UTC
FreeBSD ports repository
Modified files:
x11-wm/openbox Makefile distinfo pkg-plist
Log:
Update to 3.3.1.
PR: 103048
Submitted by: maintainer
Revision ChangesPath
1.75 +11 -1 ports/x11-wm/openbox/Make
brooks 2006-09-20 19:48:31 UTC
FreeBSD src repository
Modified files:
etc pccard_ether
etc/defaults rc.conf
Log:
Flushing all IPv4 routes when an interface is removed or unconfigured
makes no sense. Remove the undocumented removable_route_flush f
brooks 2006-09-20 19:45:30 UTC
FreeBSD src repository
Modified files:
etc pccard_ether
Log:
Search the list of up interfaces provided by "ifconfig -ul" instead of
greping for UP in "ifconfig $ifn". This eliminates a dependancy on
/usr.
Revision Change
arved 2006-09-20 19:33:08 UTC
FreeBSD ports repository
Modified files:
net-mgmt/nagios-spamd-plugin Makefile distinfo
Log:
Update to 1.2
Revision ChangesPath
1.4 +3 -4 ports/net-mgmt/nagios-spamd-plugin/Makefile
1.3 +3 -3 ports/net-mgmt/nagio
netchild2006-09-20 19:27:11 UTC
FreeBSD src repository
Modified files:
sys/i386/linux linux_machdep.c
Log:
style(9)
While I'm here add a MFC reminder, I forgot it in the previous commit.
Noticed by: ssouhlal
MFC after: 1 week
Revision ChangesP
jhay2006-09-20 19:20:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ipfwipfw2.c
Log:
MFC: 1.98
Check the length of the ipv4 and ipv6 address lists. It must be less
than F_LEN_MASK.
Approved by:re (hrs)
Revision Cha
jhay2006-09-20 19:18:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ipfwipfw2.c
Log:
MFC: 1.97
Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),
otherwise this command
ipfw add allow ipv6-icmp fro
On Wed, Sep 20, 2006 at 12:04:49PM -0700, Maksim Yevmenkin wrote:
> ok, i just tested the following patch on sparc64 and it makes
> 'kbdcontrol -k' work as expected. i can now switch between ukbd0 and
> sunkbd0 without any problems.
>
> --- syscons.c.orig Fri Mar 3 16:41:28 2006
> +++ syscon
jhay2006-09-20 19:15:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_fw2.c
Log:
MFC: 1.147
Handle a list of IPv6 src and dst addresses correctly, eg.
ipfw add allow ip6 from any to 2000::/16,2002::/16
PR: 10
johans 2006-09-20 19:12:05 UTC
FreeBSD ports repository
Modified files:
security/signing-party Makefile distinfo
Log:
- Update to 0.4.7.1
Revision ChangesPath
1.6 +1 -1 ports/security/signing-party/Makefile
1.6 +6 -6 ports/security/signing-par
jhay2006-09-20 19:10:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 nd6.c
Log:
MFC: 1.67
Make it possible to add an IPv6 host route to a host directly connected.
Use something like this:
route add -inet6 -interface -lli
On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
On Wed, Sep 20, 2006 at 09:44:49AM -0700, Maksim Yevmenkin wrote:
> On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
> >On Wed, Sep 20, 2006 at 09:28:46AM -0700, Maksim Yevmenkin wrote:
> >> On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]>
On Wed, Sep 20, 2006 at 09:44:49AM -0700, Maksim Yevmenkin wrote:
> On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
> >On Wed, Sep 20, 2006 at 09:28:46AM -0700, Maksim Yevmenkin wrote:
> >> On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
> >> >Here's another demo that indicates that spa
johans 2006-09-20 18:56:04 UTC
FreeBSD ports repository
Modified files:
emulators/openmsxMakefile distinfo pkg-plist
Log:
- Update to 0.6.1
Revision ChangesPath
1.3 +1 -1 ports/emulators/openmsx/Makefile
1.2 +3 -3 ports/emulators/openmsx/d
ambrisko2006-09-20 18:55:16 UTC
FreeBSD src repository
Modified files:
sys/dev/bce if_bce.c
Log:
Add a new 'bce_mgmt_init_locked' function to enable the minimal parts
of the chip to let ASF/IPMI firmware to respond to IPMI after attaching
and when the chip is down.
ambrisko2006-09-20 18:49:35 UTC
FreeBSD src repository
Modified files:
sys/dev/mfi mfi.c
Log:
Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.
If an event doesn't match the criteria then don't print it. Some
events are not saved in the log (<0 clas
David Malone wrote this message on Wed, Sep 20, 2006 at 09:52 +0100:
> (It's interesting to note that as ethernet cards introduce more
> features it is getting harder for us to tell what we put on the
> wire. With checksum offloading we can no longer trust the checksum.
> With VLAN tagging we can't
rafan 2006-09-20 18:35:24 UTC
FreeBSD ports repository
Modified files:
databases/phpmyadmin Makefile distinfo pkg-descr
Log:
- Update to 2.9.0
PR: ports/103439
Submitted by: Matthew Seaman
(maintainer)
Revision ChangesPath
1.56 +1 -1
johans 2006-09-20 18:24:24 UTC
FreeBSD ports repository
Modified files:
lang/afnix Makefile distinfo pkg-plist
lang/afnix/files patch-cnf_mak_afnix-freebsd.mak
patch-cnf_mak_afnix-rule.mak
Added files:
lang/afnix/files patch-src
netchild2006-09-20 17:24:20 UTC
FreeBSD src repository
Modified files:
sys/i386/linux linux_machdep.c
Log:
Bring the i386 linux mmap code more into line with how linux (2.4.x)
behaves. This fixes a lot of test which failed before. For amd64 there
are still some problems
mtx_init(&sess->s_mtx, "session", NULL, MTX_DEF);
PROC_LOCK(p);
p->p_flag &= ~P_CONTROLT;
PROC_UNLOCK(p);
PGRP_LOCK(pgrp);
sess->s_leader = p;
sess->s_sid = p->p_pid;
On Wed, Sep 20, 2006 at 10:40:31AM +, Sergei Kolobov wrote:
> sergei 2006-09-20 10:40:31 UTC
>
> FreeBSD ports repository
>
> Modified files:
> devel/bglibs Makefile
> Added files:
> devel/bglibs/files patch-Makefile
> Log:
> - Unbreak: the self-tests includ
On Wed, Sep 20, 2006 at 10:31:05AM +, Joseph Koshy wrote:
>
>
> jk> - Change the build to always use the libjpeg and libpng
> jk> libraries bundled with the source package.
>
> kk> Why? This means that the port won't benefit from bug/security fixes
> kk> and will need to manually pat
csjp2006-09-20 17:07:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit.c audit_private.h audit_syscalls.c
audit_worker.c
Log:
MFC audit work which fully implements processing of user supplied records
csjp2006-09-20 17:04:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_bsm.c
Log:
MFC audit_bsm.c revision 1.13
Convert audit record for lutimes(2)
Approved by:re@ (kensmith)
Revision ChangesPath
1.10.
delphij 2006-09-20 17:00:41 UTC
FreeBSD doc repository
Modified files:
.access
Log:
So, please welcome Chin-san Huang (chinsan, chinsan dot tw at gmail dot com)
to the doc/ committers' rank. He finally gets the usual punish by working
hard on Traditional
bmah2006-09-20 16:48:37 UTC
FreeBSD doc repository
Modified files:
share/sgml release.ent
Log:
Make 6.2-BETA and its release process visible on the Web site.
Revision ChangesPath
1.2 +5 -5 www/share/sgml/release.ent
___
On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
On Wed, Sep 20, 2006 at 09:28:46AM -0700, Maksim Yevmenkin wrote:
> On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
> >Here's another demo that indicates that sparc64 doesn't work
> >properly. In this case it's a CONS_SETKBD ioctl which
On Wed, Sep 20, 2006 at 09:28:46AM -0700, Maksim Yevmenkin wrote:
> On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
> >Here's another demo that indicates that sparc64 doesn't work
> >properly. In this case it's a CONS_SETKBD ioctl which is used
> >by kbdcontrol(8). I "kldload vkbd" and make
bmah2006-09-20 16:35:31 UTC
FreeBSD doc repository
Modified files:
en/releases/6.2R schedule.sgml
Log:
Note availability of 6.2-BETA1.
Revision ChangesPath
1.6 +2 -2 www/en/releases/6.2R/schedule.sgml
___
garga 2006-09-20 16:33:24 UTC
FreeBSD ports repository
Modified files:
security/mhash Makefile distinfo pkg-plist
Log:
- Update to 0.9.7.1
- Remove uneeded perl dependency
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Use PORTDOCS
PR: ports/93730 (based on)
On 9/20/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
Here's another demo that indicates that sparc64 doesn't work
properly. In this case it's a CONS_SETKBD ioctl which is used
by kbdcontrol(8). I "kldload vkbd" and make sure two vkbd
instances exist, /dev/vkbdctl0 and /dev/vkbdctl1.
[...]
a
Here's another demo that indicates that sparc64 doesn't work
properly. In this case it's a CONS_SETKBD ioctl which is used
by kbdcontrol(8). I "kldload vkbd" and make sure two vkbd
instances exist, /dev/vkbdctl0 and /dev/vkbdctl1.
Now, I open the first like this:
sleep 1200 < /dev/vkbdctl0
and
jmelo 2006-09-20 15:54:23 UTC
FreeBSD ports repository
Modified files:
mail/mailman Makefile
Log:
- Mark htdig option as broken, the patch to mailman 2.1.9 was not released
yet.
Revision ChangesPath
1.64 +1 -0 ports/mail/mailman/Makefile
_
On Wednesday 20 September 2006 08:23, Wojciech A. Koszek wrote:
> wkoszek 2006-09-20 12:23:33 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/isa atpic_vector.s
> Log:
> Fix 'interrupt interrupt' -> 'interrupt' in the comment.
>
> Approved by:cognet
On Tuesday 19 September 2006 19:29, Martin Blapp wrote:
>
> Hi,
>
> > Will you be able to revert 1.258 of tty.c now and still be safe from panics?
>
> I guess so. I don't see another place which could be dangerous for us beside
> enterpgrp(). I don't understand the code there 100%.
>
> sys/kern
erwin 2006-09-20 15:42:08 UTC
FreeBSD ports repository
Modified files:
.UPDATING
Log:
Although I'm happy to see that sem got his timemachine working,
this doesn't quite yet work for the rest of us mortals. Move the
zabbix entry back to September, not Oct
andre 2006-09-20 15:38:37 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifconfig.c
Log:
In setifcap() only set/unset those capabilities the interface actually
supports.
Revision ChangesPath
1.123 +1 -0 src/sbin/ifconfig/ifconfig.c
__
glewis 2006-09-20 15:33:52 UTC
FreeBSD ports repository
Modified files:
java/javavmwrapper/src javavm.1
Log:
. Cross reference manvm(1).
Revision ChangesPath
1.9 +2 -1 ports/java/javavmwrapper/src/javavm.1
___
cv
dinoex 2006-09-20 15:30:45 UTC
FreeBSD ports repository
Modified files:
graphics/gnustep-slideshowkit pkg-plist
mail/addresses pkg-plist
x11-toolkits/gtoolkit pkg-plist
Log:
- cleanup pkg-plist
Revision ChangesPath
1.4 +0 -1 ports/graphics/
ahze2006-09-20 14:52:07 UTC
FreeBSD ports repository
Modified files:
textproc/hyperestraier Makefile distinfo pkg-plist
Log:
- Update to 1.4.3
Revision ChangesPath
1.34 +1 -1 ports/textproc/hyperestraier/Makefile
1.31 +3 -3 ports/textproc/hyp
mich2006-09-20 14:49:43 UTC
FreeBSD ports repository
Modified files:
multimedia/mjpegtools Makefile
Log:
- Fix build after SDL update
Submitted by: stas
Revision ChangesPath
1.56 +0 -4 ports/multimedia/mjpegtools/Makefile
_
arved 2006-09-20 14:41:23 UTC
FreeBSD ports repository
Modified files:
www/MT Makefile distinfo pkg-plist
Log:
Update to 3.32
Changelog:
http://www.sixapart.com/movabletype/docs/3.3/h_changelog/3_32.html
Revision ChangesPath
1.21 +4 -4
vd 2006-09-20 14:40:55 UTC
FreeBSD ports repository
Added files:
sysutils/qpxtool pkg-plist
Log:
Upgrade sysutils/qpxtool from 0.5.4 to 0.6
PR: ports/102829
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPat
vd 2006-09-20 14:39:55 UTC
FreeBSD ports repository
Modified files:
sysutils/qpxtool Makefile distinfo
Added files:
sysutils/qpxtool/files patch-SConstruct
Removed files:
sysutils/qpxtool/files patch-pxcontrol-Makefile
patch-qpxtool-M
On Wed, Sep 20, 2006 at 09:27:21PM +0900, Akinori MUSHA wrote:
> Is there anyone who can reproduce this build error? I couldn't
> reproduce it on 4-STABLE nor on 6-STABLE.
Yes, I can reproduce it here on two boxes, one 5.5-RELEASE-p3 and the
other 5.4-RELEASE-p12
Haven't had time to dig into the
acm 2006-09-20 14:18:44 UTC
FreeBSD ports repository
Modified files:
games/linux-savage Makefile
games/linux-savage/files savage.in
Log:
- Fix the linux-savage script. Now it uses silverback instead of savage
- Add NVIDIA option
- Add missing dependency
- Bump PO
lth 2006-09-20 13:59:18 UTC
FreeBSD ports repository
Modified files:
mail/p5-Email-MIME-Modifier Makefile distinfo
Log:
Update to 1.440
Revision ChangesPath
1.3 +2 -3 ports/mail/p5-Email-MIME-Modifier/Makefile
1.4 +3 -3 ports/mail/p5-Email-
rafan 2006-09-20 13:53:54 UTC
FreeBSD ports repository
Modified files:
security/pam-pgsql Makefile distinfo
Log:
- Update to 0.6.3
PR: ports/103407
Submitted by: chinsan (maintainer)
Revision ChangesPath
1.27 +1 -1 ports/security/pa
Akinori MUSHA wrote:
> Hi,
>
> Is there anyone who can reproduce this build error? I couldn't
> reproduce it on 4-STABLE nor on 6-STABLE.
>
> http://pointyhat.freebsd.org/errorlogs/i386-4-latest/ruby18-mysql-2.7.1.log
> http://pointyhat.freebsd.org/errorlogs/i386-5-latest/ruby18-mysql-2.7.1.log
shaun 2006-09-20 13:40:32 UTC
FreeBSD ports repository
Modified files:
net-mgmt/flowd Makefile
Log:
- Fix build on 4.x.
PR: ports/102416
Submitted by: Maurice Castro <[EMAIL PROTECTED]>
Approved by:maintainer timeout (4 weeks)
Revision Cha
rwatson 2006-09-20 13:40:00 UTC
FreeBSD src repository
Modified files:
sys/kern sysv_msg.c sysv_sem.c sysv_shm.c
Log:
Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longer
appears to be serving a useful purpose, as it was used during initial
deve
skv 2006-09-20 13:33:46 UTC
FreeBSD ports repository
Modified files:
databases/firebird2-server Makefile
Log:
Prepare for ICU 3.6
Revision ChangesPath
1.52 +1 -1 ports/databases/firebird2-server/Makefile
___
cv
rwatson 2006-09-20 13:33:41 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES options
sys/kern kern_mac.c
sys/security/mac mac_inet.c mac_internal.h mac_net.c
mac_pipe.c mac_posix_sem.c mac_process.c
stas2006-09-20 13:33:14 UTC
FreeBSD ports repository
Modified files:
devel/boehm-gc Makefile distinfo
Removed files:
devel/boehm-gc/files patch-include_gc_cpp.h
Log:
- Update to 6.8
- Replace some obsoleted variables
- Take maintainership
ChangeLog: i
rwatson 2006-09-20 13:23:40 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_bsm.c
Log:
Rather than allocating all buffer memory for the completed BSM record
when allocating the record in the first place, allocate the final buffer
when closing the BSM rec
shaun 2006-09-20 13:23:02 UTC
FreeBSD ports repository
Modified files:
graphics/sdl_ttf Makefile
Log:
- Drop dependency on GL libraries if WITHOUT_X11 or WITHOUT_GL is
defined.
PR: ports/102873
Submitted by: Stefan Sperling <[EMAIL PROTECTED]>
lth 2006-09-20 13:19:17 UTC
FreeBSD ports repository
Modified files:
mail/p5-Email-MIME-Encodings Makefile distinfo
Log:
Update to 1.310
Revision ChangesPath
1.6 +3 -4 ports/mail/p5-Email-MIME-Encodings/Makefile
1.7 +3 -3 ports/mail/p5-Emai
rwatson 2006-09-20 13:14:47 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_bsm_token.c
Log:
Add missing white space in au_to_exec_{args,env}().
MFC after: 3 days
Revision ChangesPath
1.8 +2 -0 src/sys/security/audit/audit_b
1 - 100 of 145 matches
Mail list logo