edwin 2008-03-09 06:25:00 UTC
FreeBSD src repository
src/share/zoneinfo - Imported sources
Update of /home/ncvs/src/share/zoneinfo
In directory repoman.freebsd.org:/tmp/cvs-serv53413
Log Message:
Vendor import of tzdata version 2008a
Status:
Vendor Tag: ADO
Rele
alc 2008-03-09 06:08:58 UTC
FreeBSD src repository
Modified files:
sys/vm vm_fault.c
Log:
Eliminate an unnecessary test from vm_fault's delete-behind heuristic.
Specifically, since the delete-behind heuristic is never applied to a
device-backed object, there
On Sun, Mar 09, 2008, Warner Losh wrote:
> imp 2008-03-09 05:31:32 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/man/man9 DEVICE_PROBE.9
> Log:
> Document all the BUS_PROBE_* values.
>
> Note to the mdoc gods: This may need some teaks.
imp 2008-03-09 05:31:32 UTC
FreeBSD src repository
Modified files:
share/man/man9 DEVICE_PROBE.9
Log:
Document all the BUS_PROBE_* values.
Note to the mdoc gods: This may need some teaks.
Revision ChangesPath
1.22 +45 -1 src/share/man/man9/DEVI
imp 2008-03-09 05:10:22 UTC
FreeBSD src repository
Modified files:
sys/kern subr_bus.c
sys/sys bus.h
Log:
Any driver that relies on its parent to set the devclass has no way to
know if has siblings that need an actual probe. Introduce a specai
rafan 2008-03-09 04:45:39 UTC
FreeBSD ports repository
Modified files:
net/phpldapadmin Makefile pkg-plist-chunk
net/phpldapadmin/files pkg-deinstall.in pkg-install.in
pkg-message.in
net/phpldapadmin098 Makefile pkg-plist-chunk
net/php
rafan 2008-03-09 04:43:45 UTC
FreeBSD ports repository
Modified files:
.UIDs
Log:
- Register UID for net/phpldapadmin, net/phpldapadmin098
PR: 120505
Revision ChangesPath
1.62 +2 -1 ports/UIDs
__
rafan 2008-03-09 03:59:56 UTC
FreeBSD ports repository
Modified files:
devel/p5-parent Makefile distinfo
Log:
- Update to 0.220
Revision ChangesPath
1.2 +1 -1 ports/devel/p5-parent/Makefile
1.2 +3 -3 ports/devel/p5-parent/distinfo
__
bms 2008-03-09 03:04:23 UTC
FreeBSD ports repository (src committer)
Modified files:
.modules
Log:
kde_poster --> ports/print/kde_poster
Revision ChangesPath
1.19476 +1 -0 CVSROOT/modules
___
bms 2008-03-09 03:04:16 UTC
FreeBSD ports repository (src committer)
Modified files:
printMakefile
Added files:
print/kde_poster Makefile distinfo pkg-descr
Log:
Add the KDE version of the poster utility.
With this port, FreeBSD users should be ab
marcel 2008-03-09 02:29:19 UTC
FreeBSD src repository
Modified files:
sys/powerpc/mpc85xx ocpbus.c
Log:
Don't use in32() and out32() when writing to the CCSRBAR. The
in*() and out*() primitives should not be used, other than by
ISA drivers. In this case they were used for m
hq 2008-03-09 00:26:06 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
hudson --> ports/www/hudson
Revision ChangesPath
1.19475 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org maili
hq 2008-03-09 00:26:01 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/hudson Makefile distinfo pkg-descr pkg-message
Log:
Hudson monitors executions of repeated jobs, such as building a software
project or jobs
bz 2008-03-09 00:04:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern uipc_debug.c
Log:
MFC rev. 1.3 uipc_debug.c
Add missing sb_sndptr* fields to db_print_sockbuf().
While here change %d to %u for u_ints.
Revision
mav 2008-03-08 23:55:29 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_l2tp.c
Log:
To avoid control data losses do not acknowledge recieving of control packet
if netgraph reported error while delivering to destination.
Reset 'next send' counter to the
bz 2008-03-08 23:45:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet6 in6_src.c
Log:
MFC rev. 1.49 in6_src.c
Correct the commented out debugging printf()s in REPLACE and NEXT macros.
ip6_sprintf() needs a buffer as first
bz 2008-03-08 23:41:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet in.c
Log:
MFC rev. 1.103 in.c
Differentiate between addifaddr and delifaddr for the privilege check.
Revision ChangesPath
1.102.2.1 +2 -1
antoine 2008-03-08 21:59:44 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
Add some obsolete usr/lib32 libraries.
PR: 117189
Submitted by: Scot Hetzel
Approved by:rwatson (mentor)
MFC after: 1 month
Re
antoine 2008-03-08 21:55:59 UTC
FreeBSD src repository
Modified files:
lib/libutil humanize_number.c
Log:
Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13
Significant changes:
- rev. 1.11: Use PRId64 instead of a cast to long long and %lld to print
an in
bz 2008-03-08 23:36:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/boot/i386/libi386 biosdisk.c
Log:
MFC rev. 1.54
Though we are currently not interested in the EDD3 flag,
Enhanced Disk Drive Specification Ver 3.0 defines that the vers
antoine 2008-03-08 21:57:35 UTC
FreeBSD src repository
Modified files:
tools/build/mk OptionalObsoleteFiles.inc
Log:
Add some checks for amd64 target around usr/lib32 libraries, missed in
previous commit.
Approved by:rwatson (mentor)
X-MFC: with revisi
antoine 2008-03-08 22:02:21 UTC
FreeBSD src repository
Modified files:
lib/libc/sys fcntl.2
sys/kern kern_descrip.c
sys/sys fcntl.h
tools/regression/file/dup dup.c
Log:
Introduce a new F_DUP2FD command to fcntl(2), for compatibility
lwhsu 2008-03-08 22:32:42 UTC
FreeBSD ports repository
Modified files:
devel/py-pefile Makefile distinfo
Log:
- Update to 1.2.9.1
PR: ports/121492
Submitted by: lwhsu
Approved by:antoine (maintainer)
Revision ChangesPath
1.11 +2
antoine 2008-03-08 22:17:14 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
Bump __FreeBSD_version for F_DUP2FD command to fcntl(2)
Requested by: Craig Rodrigues
Approved by:rwatson (mentor)
Revision ChangesPath
1.341 +1 -
gerald 2008-03-08 22:34:57 UTC
FreeBSD ports repository
Modified files:
lang/gcc42 Makefile distinfo
Log:
Update to the 20080305 snapshot of GCC 4.2.4.
Revision ChangesPath
1.335 +1 -1 ports/lang/gcc42/Makefile
1.217 +18 -18ports/lang/gcc
edwin 2008-03-08 22:35:23 UTC
FreeBSD ports repository
Modified files:
misc/zoneinfoMakefile distinfo
Log:
Upgrade to 2008a
Revision ChangesPath
1.31 +1 -1 ports/misc/zoneinfo/Makefile
1.20 +3 -3 ports/misc/zoneinfo/distinfo
___
lme 2008-03-08 20:28:30 UTC
FreeBSD ports repository
Modified files:
audio/atunes Makefile distinfo pkg-plist
audio/atunes/files atunes.in
Log:
- Update to 1.8.2
Changelog: http://www.atunes.org/?page_id=42
Noticed by: Stefan Thurner
Revision
marius 2008-03-08 19:33:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
contrib/gcc/config/sparc freebsd.h
Log:
MFC: 1.11
Allow the targeted CPU type to be set via -mcpu instead of
limiting to the hardcoded equivalent of -mcpu=ultrasparc.
PR:
ahze2008-03-08 19:26:28 UTC
FreeBSD ports repository
Modified files:
textproc/libebml Makefile distinfo pkg-plist
Log:
Update to 0.7.8
Revision ChangesPath
1.21 +2 -6 ports/textproc/libebml/Makefile
1.15 +3 -3 ports/textproc/libebml/disti
Marcel Moolenaar wrote:
>>
>> Thanks for hooking this up, Marcel; it was [far] on my list too :)
>
> I just wanted my kernel builds to be faster :-)
>
Ah, self-hosted builds you mean? Over NFS, right? (this is how we usually test
this)
>> BTW: currently U-Boot is broken for most of PPC variatio
obrien 2008-03-08 19:14:43 UTC
FreeBSD src repository
Modified files:
sys/modules/zfs Makefile
Log:
"root" the include path so there is less duplication.
Revision ChangesPath
1.9 +18 -16src/sys/modules/zfs/Makefile
_
Em Sat, 8 Mar 2008 14:38:26 +0100
Henrik Brix Andersen <[EMAIL PROTECTED]> escreveu:
> On Sat, Mar 08, 2008 at 12:53:50PM +0100, Gabor Kovesdan wrote:
> > Henrik Brix Andersen escribió:
> >> On Mon, Mar 03, 2008 at 09:39:14PM +, Gabor Kovesdan wrote:
> >>
> >>> gabor 2008-03-03 21:39:
On Mar 8, 2008, at 2:19 AM, Rafal Jaworowski wrote:
Marcel Moolenaar wrote:
marcel 2008-03-08 05:36:25 UTC
FreeBSD src repository
Modified files:
sys/powerpc/bookemachdep.c
Log:
Enable the D-cache and I-cache when not already enabled.
It so happens that U-Boot disables the D
bz 2008-03-08 18:56:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec ipsec_input.c ipsec_output.c xform_ipip.c
Log:
MFC rev.s 1.18 ipsec_input.c, 1.16 ipsec_output.c, 1.15 xform_ipip.c
Replace hard coded options by their def
On Sat, 8 Mar 2008, Bjoern A. Zeeb wrote:
bz 2008-03-08 18:34:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec key.c
Log:
MFC rev. 1.25
Add a missing return so that we drop out in case of an error and
do not continue with a NUL
bz 2008-03-08 18:38:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec key.c
Log:
MFC rev. 1.27 key.c
'spi' and the return value of ntohl are unsigned. Remove the extra >=0
check which was always true.
Document the spe
bz 2008-03-08 18:37:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec key.c
Log:
MFC rev. 1.26 key.c
In case of failure we can directly return ENOBUFS because
'result' is still NULL and we do not need to free anything.
rafan 2008-03-08 18:35:55 UTC
FreeBSD ports repository
Modified files:
net/ushare Makefile
Log:
- Link to pthread for all OS versions to fix listening socket with -D
PR: ports/121378
Submitted by: Josh Carroll
Approved by:Volker Theile" (m
bz 2008-03-08 18:34:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec key.c
Log:
MFC rev. 1.25
Add a missing return so that we drop out in case of an error and
do not continue with a NULL pointer. [1]
While here ch
bz 2008-03-08 18:29:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec ipsec_input.c
Log:
MFC rev. 1.17 ipsec_input.c
Looking at {ah,esp}_input_cb it seems we might be able to end up
without an mtag in ipsec4_common_input_
bz 2008-03-08 18:27:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec ipsec_input.c
Log:
MFC rev. 1.16 ipsec_input.c
s,#,*, in a multi-line comment. This is C.
No functional change.
Revision ChangesPath
1.9.2.
bz 2008-03-08 18:25:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec ipsec_input.c
Log:
MFC rev. 1.15 ipsec_input.c
Though we are only called for the three security protocols we can
handle, document those sprotos using an I
bz 2008-03-08 18:23:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec ipsec_output.c
Log:
MFC rev. 1.13 ipsec_output.c
fix typo: s,applyed,applied,g
Revision ChangesPath
1.10.8.2 +2 -2 src/sys/netipsec/ipsec
bz 2008-03-08 18:22:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec ipsec.c
Log:
MFC rev. 1.23 ipsec.c
Implement ICMPv6 support in ipsec6_get_ulp().
This is needed to make security policies work correctly if ICMPv6 type
a
bz 2008-03-08 18:19:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec key.c
Log:
MFC rev. 1.23 key.c
Add missing
break;
so when comparing AF_INET6 addresses, scope and ports we do not run into
the default case a
bz 2008-03-08 18:17:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netipsec ipsec.c
Log:
"MFC" (code is different) rev. 1.20 ipsec.c
s,#if INET*,#ifdef INET*,
Revision ChangesPath
1.12.2.1 +2 -2 src/sys/netipsec/i
scottl 2008-03-08 18:16:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/hptrramd64-elf.hptrr_lib.o.uu array.h him.h
himfuncs.h hptintf.h hptrr_config.c
hptrr_config.h hptrr_os_bsd.c
marcus 2008-03-08 18:15:59 UTC
FreeBSD ports repository
Added files:
net-im/libpurple/files patch-finch_libgnt_gntwm.c
Log:
Fix the finch build on 5.X.
Reported by:pointyhat via pav
Revision ChangesPath
1.4 +15 -0 ports/net-im/libpurple/files/patch
scottl 2008-03-08 18:06:48 UTC
FreeBSD src repository
Modified files:
sys/dev/hptrrhptrr_os_bsd.c hptrr_osm_bsd.c ldm.h
osm.h
Log:
Fix a mistake made during the import of the driver. Previous versions of
HPT drivers would sometimes test the v
marcus 2008-03-08 17:45:15 UTC
FreeBSD ports repository
Modified files:
net/wiresharkMakefile
Log:
Pet portlint.
Revision ChangesPath
1.129 +1 -1 ports/net/wireshark/Makefile
___
cvs-all@freebsd.org mailing
marcus 2008-03-08 17:44:24 UTC
FreeBSD ports repository
Modified files:
net/wireshark/files patch-Makefile.in
Removed files:
net/wireshark/files patch-wiretap_configure
Log:
Attempt to fix the build on 5.X, and remove an empty patch file.
Revision ChangesPath
sat 2008-03-08 17:25:44 UTC
FreeBSD ports repository
Modified files:
security/sinfp Makefile
security/p5-Net-SinFP distinfo
Log:
- Update signatures to 20080308
Revision ChangesPath
1.17 +3 -3 ports/security/p5-Net-SinFP/distinfo
1.16
gerald 2008-03-08 17:01:54 UTC
FreeBSD ports repository
Modified files:
lang/gcc41 Makefile distinfo
Log:
Update to the 20080303 snapshot of GCC 4.1.3.
Revision ChangesPath
1.336 +1 -1 ports/lang/gcc41/Makefile
1.213 +15 -15ports/lang/gcc
bz 2008-03-08 17:01:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet tcp_input.c
Log:
MFC:
rev. 1.372
Fix indentation (whitespace changes only).
rev. 1.373
Some "cleanup" of tcp_mss():
- Move the assigment
gerald 2008-03-08 16:59:44 UTC
FreeBSD ports repository
Modified files:
emulators/wine Makefile distinfo pkg-plist
Log:
Update to Wine 0.9.57. Among others, this includes the following changes:
- Support for multiple OpenGL pixel formats.
- Improved support for colo
bz 2008-03-08 16:58:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netipsec key.c key_debug.c
Log:
MFC: rev. 1.29 key.c, 1.6 key_debug.c
Fix bugs when allocating and passing information of current lifetime and
soft lifetime [1] i
On Sat, Mar 08, 2008 at 03:48:06PM +, Robert Watson wrote:
> rwatson 2008-03-08 15:48:06 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_sig.c
> Log:
> Unlock the process lock when expand_name() fails, or we may leak the
> process lock leading
rpaulo 2008-03-08 16:31:55 UTC
FreeBSD ports repository (src committer)
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Add myself.
Revision ChangesPath
1.392 +2 -1 ports/astro/xearth/files/freebsd.committers.markers
rwatson 2008-03-08 16:31:29 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Use sbuf routines to construct core dump filenames rather than custom
string buffer handling, making the code both easier to read and more
robust against string-handlin
rwatson 2008-03-08 15:48:06 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Unlock the process lock when expand_name() fails, or we may leak the
process lock leading to a hang. This bug was introduced in
kern_sig.c:1.351, when the call to expa
Remko Lodder wrote:
remko 2008-03-08 15:41:06 UTC
FreeBSD src repository
Modified files:
tools/tools/tinybsd tinybsd
Log:
Improve handling of the tinybsd application wrt ports. Ports that
have dependencies or need to install a new user/group, are not
problematic anymor
remko 2008-03-08 15:41:06 UTC
FreeBSD src repository
Modified files:
tools/tools/tinybsd tinybsd
Log:
Improve handling of the tinybsd application wrt ports. Ports that
have dependencies or need to install a new user/group, are not
problematic anymore.
PR:
On Sat, Mar 8, 2008 at 2:21 PM, Abdullah Ibn Hamad Al-Marri
<[EMAIL PROTECTED]> wrote:
>
> - Original Message
>
> > From: Rui Paulo <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; cvs-all@FreeBSD.org
> > Sent: Saturday, March 8, 2008 5:12:35 PM
> > Subject: cvs commit: sr
gerald 2008-03-08 15:21:08 UTC
FreeBSD ports repository
Modified files:
lang/gcc44 Makefile distinfo
Log:
Update to the 20080307 snapshot of GCC 4.4. Very early alpha, take care!
Revision ChangesPath
1.340 +1 -1 ports/lang/gcc44/Makefile
1.224
- Original Message
> From: Rui Paulo <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; cvs-all@FreeBSD.org
> Sent: Saturday, March 8, 2008 5:12:35 PM
> Subject: cvs commit: src/sys/i386/cpufreq est.c
>
> rpaulo 2008-03-08 14:12:35 UTC
>
> FreeBSD src repository
>
>
rpaulo 2008-03-08 14:14:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/i386/cpufreq est.c
Log:
MFC r1.12:
Validate the id16 values gathered from ACPI (previously a TODO
item).
Style changes by me and njl.
Submitted by:Takeh
rpaulo 2008-03-08 14:12:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/i386/cpufreq est.c
Log:
MFC r1.12:
Validate the id16 values gathered from ACPI (previously a TODO
item).
Style changes by me and njl.
Submitted by:Takeh
On Sat, Mar 08, 2008 at 12:53:50PM +0100, Gabor Kovesdan wrote:
> Henrik Brix Andersen escribió:
>> On Mon, Mar 03, 2008 at 09:39:14PM +, Gabor Kovesdan wrote:
>>
>>> gabor 2008-03-03 21:39:14 UTC
>>>
>>> FreeBSD ports repository
>>>
>>> Modified files:
>>> textproc/p5-Text-M
brueffer2008-03-08 12:13:00 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/multipath gmultipath.8
Log:
Fix typos.
PR: 121486
Submitted by: Anatoly Borodin <[EMAIL PROTECTED]>
MFC after: 3 days
Revision ChangesPath
1.5 +2 -
Henrik Brix Andersen escribió:
On Mon, Mar 03, 2008 at 09:39:14PM +, Gabor Kovesdan wrote:
gabor 2008-03-03 21:39:14 UTC
FreeBSD ports repository
Modified files:
textproc/p5-Text-Markdown Makefile distinfo pkg-plist
Log:
- Update 1.0.13
- Better adjustement of depe
maho2008-03-08 11:42:55 UTC
FreeBSD ports repository
Modified files:
editors/openoffice.org-2-RC Makefile distinfo
Log:
Update to OOH680_m10. This is the OOo 2.4.0RC4.
Revision ChangesPath
1.323 +2 -2 ports/editors/openoffice.org-2-RC/Makefile
1.127
hq 2008-03-08 11:10:39 UTC
FreeBSD ports repository
Modified files:
lang/groovy Makefile distinfo
Log:
- Update to 1.5.4
- Pass maintainership to submitter
PR: 121457
Submitted by: Mitchell Smith <[EMAIL PROTECTED]>
Revision ChangesP
Marcel Moolenaar wrote:
> marcel 2008-03-08 05:36:25 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/powerpc/bookemachdep.c
> Log:
> Enable the D-cache and I-cache when not already enabled.
> It so happens that U-Boot disables the D-cache when booting
> an ELF i
oliver 2008-03-08 10:19:56 UTC
FreeBSD ports repository
Modified files:
x11-wm/xfce4-session Makefile
Log:
define propper run dependencies
Revision ChangesPath
1.36 +1 -1 ports/x11-wm/xfce4-session/Makefile
___
cv
Peter Wemm wrote:
On Fri, Mar 7, 2008 at 3:09 PM, Xin LI <[EMAIL PROTECTED]> wrote:
delphij 2008-03-07 23:09:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/amd64/conf GENERIC
sys/i386/confGENERIC
sys/powerpc/conf GENERIC
Log:
delphij 2008-03-08 09:38:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/powerpc/conf GENERIC
Log:
Revert powerpc scheduler change for now. This change should be
done after necessary ULE changes to be MFC'ed.
Pointed out by: peter
Revis
On Fri, Mar 7, 2008 at 3:09 PM, Xin LI <[EMAIL PROTECTED]> wrote:
> delphij 2008-03-07 23:09:10 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_7)
> sys/amd64/conf GENERIC
> sys/i386/confGENERIC
> sys/powerpc/conf GENERIC
> Log:
>
rafan 2008-03-08 09:29:44 UTC
FreeBSD ports repository
Modified files:
net/paris-traceroute Makefile distinfo
Log:
- Update to latest 0.92 snapshot
PR: ports/121318
Submitted by: dikshie ( maintainer)
Revision ChangesPath
1.4 +2 -0 p
maho2008-03-08 09:29:12 UTC
FreeBSD ports repository
Modified files:
math/octave Makefile
Log:
Better BLAS/LAPACK support.
Revision ChangesPath
1.73 +17 -7 ports/math/octave/Makefile
___
cvs-all@freebsd
chinsan 2008-03-08 09:23:50 UTC
FreeBSD ports repository
Modified files:
science/hdf5 Makefile
Log:
- Add mirror.
(due to the maximum ftp.hdfgroup.org number of allowed clients is 20.)
Revision ChangesPath
1.47 +2 -1 ports/science/hdf5/Makefile
_
beech 2008-03-08 09:07:12 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
claroline --> ports/www/claroline
Revision ChangesPath
1.19474 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org
beech 2008-03-08 09:06:56 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/clarolineMakefile distinfo pkg-descr pkg-plist
www/claroline/files pkg-message.in
Log:
- New port claroline-1.8.9
Claroline is an Open
beech 2008-03-08 08:50:01 UTC
FreeBSD ports repository
Modified files:
devel/p5-SVN-Notify-Config Makefile distinfo
Log:
- Update to 0.091
- Bump portepoch
PR: ports/121404
Submitted by: Greg Larkin <[EMAIL PROTECTED]> (maintainer)
Revision Changes
pav 2008-03-08 08:09:48 UTC
FreeBSD ports repository
Modified files:
x11-fonts/tv-fonts Makefile
Log:
- XFree86 support was removed few hours ago - unbreak INDEX
Revision ChangesPath
1.9 +8 -14 ports/x11-fonts/tv-fonts/Makefile
84 matches
Mail list logo