jeff2008-03-12 06:33:36 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
- Bump __FreeBSD_version for sleepq/cv_* api changes.
Revision ChangesPath
1.342 +1 -1 src/sys/sys/param.h
__
jeff2008-03-12 06:31:07 UTC
FreeBSD src repository
Modified files:
sys/kern kern_condvar.c kern_sx.c kern_synch.c
kern_thread.c kern_timeout.c sched_4bsd.c
sched_ule.c subr_sleepqueue.c
sys/sys condv
kientzle2008-03-12 05:12:23 UTC
FreeBSD src repository
Modified files:
lib/libarchive/test Makefile main.c test.h test_compat_gtar.c
test_compat_tar_hardlink.c
test_compat_zip.c
test_read_format_gtar_sparse
jeff2008-03-12 05:01:14 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
Log:
- KSE may free a thread that was never actually forked. This will leave
td_cpuset NULL. Check for this condition before dereferencing the
cpuset.
Repor
kientzle2008-03-12 04:58:32 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c archive_read_private.h
Log:
Remove some unused fields from the private archive_read structure
(left over from when the unified read/write structure was copied
to form se
kientzle2008-03-12 04:47:38 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_entry.c
lib/libarchive/test test_entry.c
Log:
Tighten up the semantics of acl_next() and xattr_next() when you
hit the end of the ACL or xattr list.
Thanks to: Jeff Jo
kientzle2008-03-12 04:26:44 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_entry.c
Log:
Typo, thanks to: Jeff Johnson.
MFC after: 3 days
Revision ChangesPath
1.46 +1 -1 src/lib/libarchive/archive_entry.c
___
kientzle2008-03-12 04:20:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libarchive archive_endian.h
archive_read_open_filename.c
archive_read_support_compression_bzip2.c
ar
davidxu 2008-03-12 02:37:31 UTC
FreeBSD src repository
Modified files:
lib/libc/gen sem_timedwait.3
Log:
Add missing comma.
Revision ChangesPath
1.2 +1 -1 src/lib/libc/gen/sem_timedwait.3
___
cvs-all@freeb
davidxu 2008-03-12 02:33:17 UTC
FreeBSD src repository
Modified files:
lib/libc/gen Makefile.inc
Added files:
lib/libc/gen sem_timedwait.3
Log:
Add manual for function sem_timedwait().
Reviewed by: ru, deischen
Revision ChangesPath
1.132
Anton Yuzhaninov wrote:
On 12.03.2008 1:12, Xin LI wrote:
delphij 2008-03-11 22:12:58 UTC
...
Log:
MFC: tcsh 6.15.00.
Revision Changes Path
> ...
1.1.1.6.2.1 +283 -426 src/contrib/tcsh/sh.lex.c
...
Now tcsh postcmd broken also in RELENG_6.
for more info
alepulver2008-03-12 02:10:20 UTC
FreeBSD ports repository
Modified files:
ftp/filezillaMakefile distinfo pkg-plist
Log:
- Update to version 3.0.7.1.
Revision ChangesPath
1.12 +6 -4 ports/ftp/filezilla/Makefile
1.8 +3 -3 ports/ftp/filezil
tmclaugh2008-03-12 02:09:22 UTC
FreeBSD src repository (ports committer)
Modified files:
sbin/mount mount.8
Log:
- Update with a better example which shows that options specific to a
file system may be passed using -o.
Approved by:remko, rodrigc
Revisi
delphij 2008-03-12 01:52:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
contrib/tcsh sh.lex.c
Log:
Merge revision 1.1.1.8
date: 2007/04/03 15:51:53; author: mp; state: Exp; lines: +2 -1
Import vendor patch to fix postcmd regression in tcsh-
On 12.03.2008 1:12, Xin LI wrote:
delphij 2008-03-11 22:12:58 UTC
...
Log:
MFC: tcsh 6.15.00.
Revision Changes Path
> ...
1.1.1.6.2.1 +283 -426 src/contrib/tcsh/sh.lex.c
...
Now tcsh postcmd broken also in RELENG_6.
for more info see my messages in curre
gahr2008-03-12 01:28:28 UTC
FreeBSD ports repository
Modified files:
security/swatch Makefile
security/swatch/files swatch.sh
Log:
- Make RC script match pid with procname
PR: 117957
Submitted by: Michael Scheidell <[EMAIL PROTECTED]>
Reviewed
peter 2008-03-12 00:13:49 UTC
FreeBSD src repository
Modified files:
usr.bin/ministat ministat.1
Log:
Fix apparent typo. The permitted confidence values include 95%, not 85%.
Revision ChangesPath
1.2 +1 -1 src/usr.bin/ministat/ministat.1
pav 2008-03-12 00:13:06 UTC
FreeBSD ports repository
Modified files:
Mk bsd.port.subdir.mk
Log:
- Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only
in
bsd.port.mk. Fixes `make readmes'
PR: ports/117192
Submitt
pav 2008-03-11 23:51:24 UTC
FreeBSD ports repository
Modified files:
.CHANGES
Log:
- Document changes that have an impact on port writers
Revision ChangesPath
1.80 +9 -1 ports/CHANGES
___
cv
miwi2008-03-11 23:50:48 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
- Ups remove duplicate url
Revision ChangesPath
1.1581+2 -2 ports/security/vuxml/vuln.xml
___
cvs-all@freeb
pav 2008-03-11 23:45:04 UTC
FreeBSD ports repository
Modified files:
Mk bsd.port.mk bsd.port.subdir.mk
bsd.xorg.mk
Log:
- Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higher
optimizations are enabled.
PR:
pav 2008-03-11 23:37:32 UTC
FreeBSD ports repository
Modified files:
Mk bsd.destdir.mk
Log:
- Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance
of
working
PR: ports/117738
Reported by:Erik Cederstrand <[EM
nox 2008-03-11 23:34:14 UTC
FreeBSD ports repository
Modified files:
emulators/qemu-devel Makefile distinfo pkg-plist
emulators/qemu-devel/files patch-90_security patch-bg patch-bk
patch-bsdusb.patch patch-fbsd
p
pav 2008-03-11 23:34:09 UTC
FreeBSD ports repository
Modified files:
Mk bsd.database.mk
databases/postgresql-contrib Makefile
Log:
- Fix typo (unclosed double-quote)
PR: ports/120618
Submitted by: Gennady Proskurin <[EMAIL PROTECTED
pav 2008-03-11 23:31:29 UTC
FreeBSD ports repository
Modified files:
Mk bsd.commands.mk
Log:
- Add UNMAKESELF_CMD (fixing USE_MAKESELF feature)
PR: ports/118749
Submitted by: alepulver
Revision ChangesPath
1.2 +2 -1
miwi2008-03-11 23:25:38 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
- Fix previos commit
* sort
* more reference
Revision ChangesPath
1.1580+9 -7 ports/security/vuxml/vuln.xml
_
nox 2008-03-11 23:22:24 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile
Added files:
emulators/qemu/files patch-CVE-2008-0928
Log:
Fix unchecked block read/write vulnerability
Obtained from: qemu cvs
Security:
http://www.vuxml.
pav 2008-03-11 23:21:23 UTC
FreeBSD ports repository
Modified files:
x11-fonts/mkfontdir Makefile
Log:
- This actually installs a one line shell script that executed mkfontscale, so
add mkfontscale to RUN_DEPENDS
Revision ChangesPath
1.3 +3 -0 port
stas2008-03-11 23:16:35 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
- Add module entries for new EFL ports.
Revision ChangesPath
1.19487 +30 -0 CVSROOT/modules
___
cvs-all@freebsd
miwi2008-03-11 23:15:43 UTC
FreeBSD ports repository
Modified files:
net-im/mcabber Makefile
Log:
- Chase security/libgcrypt shlib version bump
PR: 121591
Submitted by: miwi
Approved by:sat
Revision ChangesPath
1.27 +2 -1
nox 2008-03-11 23:09:31 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
Document qemu -- unchecked block read/write vulnerability
Reviewed by:stas
Revision ChangesPath
1.1579+35 -1 ports/security/vuxml/vuln.xml
stas2008-03-11 23:03:56 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
- Ecore has moved.
Revision ChangesPath
1.19486 +1 -1 CVSROOT/modules
___
cvs-all@freebsd.org mailing list
htt
alepulver2008-03-11 22:57:43 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
stumpwm --> ports/x11-wm/stumpwm
Revision ChangesPath
1.19485 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org
alepulver2008-03-11 22:54:58 UTC
FreeBSD ports repository
Modified files:
x11-wm Makefile
Added files:
x11-wm/stumpwm Makefile distinfo pkg-descr
Log:
Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in0
Common Lisp.
If yo
alepulver2008-03-11 22:51:16 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
ratmen --> ports/x11-wm/ratmen
Revision ChangesPath
1.19484 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org m
ehaupt 2008-03-11 22:50:31 UTC
FreeBSD ports repository
Modified files:
net-mgmt/net-snmp4 Makefile pkg-plist
Log:
Really fix this port this time. This was a objformat issue.
Notified by:pointyhat via pav
Revision ChangesPath
1.108 +5 -11 ports/net
alepulver2008-03-11 22:48:42 UTC
FreeBSD ports repository
Modified files:
x11-wm Makefile
Added files:
x11-wm/ratmenMakefile distinfo pkg-descr
x11-wm/ratmen/files patch-Makefile patch-ratmen.c
Log:
Ratmen is a simple program for displaying a me
delphij 2008-03-11 22:41:54 UTC
FreeBSD doc repository
Modified files:
zh_CN/releases/7.0R errata.html
Log:
Regen from 1.5.2.1
Revision ChangesPath
1.2 +51 -10www/zh_CN/releases/7.0R/errata.html
___
cvs-all@freebs
alepulver2008-03-11 22:41:44 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
bashc --> ports/shells/bashc
Revision ChangesPath
1.19483 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mai
delphij 2008-03-11 22:40:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
release/doc/zh_CN.GB2312/errata article.sgml
Log:
MFen 1.73 -> 1.73.4.3
Revision ChangesPath
1.5.2.1 +50 -29src/release/doc/zh_CN.GB2312/errata/article.sgml
alepulver2008-03-11 22:38:46 UTC
FreeBSD ports repository
Modified files:
shells Makefile
Added files:
shells/bashc Makefile distinfo pkg-deinstall pkg-descr
pkg-install
Log:
Bash Commander is a traditional GNU bash shell ext
wilko 2008-03-11 22:35:04 UTC
FreeBSD doc repository
Modified files:
en/donations donors.sgml
Log:
The AMD64 board I originally got from obrien has been relayed to itetcu
now that I have acquired a Tyan mb with Opteron CPU.
Revision ChangesPath
1.365 +
stas2008-03-11 22:31:28 UTC
FreeBSD ports repository
Removed files:
www/codeigniter/files pkg-message.in
Log:
- Remove empty file.
Pontyhat to:beech
Revision ChangesPath
1.3 +0 -0 ports/www/codeigniter/files/pkg-message.in (dead)
__
alepulver2008-03-11 22:30:31 UTC
FreeBSD ports repository
Modified files:
games/tuxpaint-stamps Makefile distinfo pkg-plist
Log:
- Update to version 2008.03.01.
Revision ChangesPath
1.10 +1 -1 ports/games/tuxpaint-stamps/Makefile
1.7 +3 -3 ports
alepulver2008-03-11 22:29:47 UTC
FreeBSD ports repository
Modified files:
games/tuxpaint-config Makefile distinfo
Log:
- Update to version 0.0.10.
Revision ChangesPath
1.8 +1 -1 ports/games/tuxpaint-config/Makefile
1.5 +3 -3 ports/games/tuxpain
alepulver2008-03-11 22:28:59 UTC
FreeBSD ports repository
Modified files:
games/tuxpaint Makefile distinfo pkg-plist
games/tuxpaint/files patch-Makefile patch-magic__Makefile
Log:
- Update to version 0.9.19.
Revision ChangesPath
1.12 +1 -1 ports/g
delphij 2008-03-11 22:12:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
contrib/tcsh Fixes Imakefile MAKEDIFFS MAKESHAR
Makefile.in Makefile.std Makefile.vms
README complete.tcsh config.h.in
mav 2008-03-11 21:58:49 UTC
FreeBSD src repository
Modified files:
sys/netgraph netgraph.h ng_base.c ng_socket.c
Log:
Improve apply callback error reporting:
Before this patch callback returned result of the last finished call chain.
Now it returns last nonzero re
gahr2008-03-11 21:42:39 UTC
FreeBSD ports repository
Modified files:
graphics/pvmpov Makefile
Added files:
graphics/pvmpov/files patch-povray31-source-pvm_pvm.h
Log:
- Fix build with GCC 4.2
- Remove USE_XLIB in favor of USE_XORG
Approved by:miwi (mento
jhb 2008-03-11 21:41:36 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 amd64_mem.c
sys/i386/i386i686_mem.c k6_mem.c
Log:
Style(9) these files. No changes in the compiled code. (Verified by
diff'ing objdump -d output).
Revision Changes
gahr2008-03-11 21:41:35 UTC
FreeBSD ports repository
Modified files:
x11/erun Makefile
Log:
- Fix build with new libepplet2
- Remove useless USE_PREFIX variable
- Adopt maintainship
Reported by:erwin
Approved by:miwi (mentor)
Revision Chan
Hi,
On Mon, Mar 10, 2008 at 09:43:31PM +, John Baldwin wrote:
> jhb 2008-03-10 21:43:31 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/boot/i386/btx/btx btx.S
> Log:
> Change the BTX kernel to drop all the way out to real mode to invoke BIOS
> routines (V86 r
itetcu 2008-03-11 21:32:06 UTC
FreeBSD doc repository (ports committer)
Modified files:
en/donations donors.sgml
Log:
Add the MB and CPU sent by wilko to me via my brother.
Approved by:simon@
Revision ChangesPath
1.364 +8 -1 www/en/donations
stas2008-03-11 21:19:54 UTC
FreeBSD ports repository
Modified files:
.MOVED
Log:
- Document ecore category change.
Revision ChangesPath
1.1554+2 -1 ports/MOVED
___
cvs-all@freebsd.org mailing
gahr2008-03-11 21:18:06 UTC
FreeBSD ports repository
Modified files:
x11/ebuttons Makefile
Log:
- Fix build with new libepplet2
- Remove dead mirror
- Remove useless USE_PREFIX variable
- Adopt maintainship
Reported by:pointyhat (via erwin)
Approved b
stas2008-03-11 21:13:53 UTC
FreeBSD ports repository
Modified files:
Mk bsd.efl.mk
audio/emphasis Makefile distinfo pkg-plist
audio/ruby-xmms2-ecore Makefile
converters Makefile
databases/edbMakefile distinfo pkg-plist
marcus 2008-03-11 20:52:01 UTC
FreeBSD ports repository
Modified files:
net-im/libpurple/files patch-finch_libgnt_gntwm.c
Log:
Remove an extra '('.
Reported by:pointyhat via erwin
Revision ChangesPath
1.5 +1 -1 ports/net-im/libpurple/files/patch-f
erwin 2008-03-11 20:44:44 UTC
FreeBSD ports repository
Modified files:
lang/dylan Makefile
Log:
Mark BROKEN on 7.0 as well.
Revision ChangesPath
1.40 +1 -1 ports/lang/dylan/Makefile
___
cvs-all@freebsd.
wilko 2008-03-11 20:21:15 UTC
FreeBSD src repository
Modified files:
.access
Log:
reduce email during absence
Approved by:core (me)
Revision ChangesPath
1.865 +1 -1 CVSROOT/access
___
beech 2008-03-11 20:10:44 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
grails --> ports/www/grails
Revision ChangesPath
1.19482 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org maili
jhb 2008-03-11 20:10:37 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 amd64_mem.c
sys/amd64/includespecialreg.h
sys/i386/i386i686_mem.c
sys/i386/include specialreg.h
Log:
Add constants for the various fields in MTRR registers.
beech 2008-03-11 20:10:29 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/grails Makefile distinfo pkg-descr
www/grails/files pkg-message.in set-grails_home.sed.in
Log:
- New port grails-1.0.1
Grails aim
marcel 2008-03-11 19:58:52 UTC
FreeBSD src repository
Modified files:
sys/powerpc/powerpc intr_machdep.c
Log:
In intr_lookup(), when adding an IRQ to powerpc_intrs[], also
set a default name. If the IRQ is added as a consequence of
configurating the IRQ without there ever b
gahr2008-03-11 19:37:15 UTC
FreeBSD ports repository
Modified files:
graphics/xnview Makefile distinfo
Log:
- Update nconvert in graphics/xnview
PR: 121456
Submitted by: Tsurutani Naoki <[EMAIL PROTECTED]>
Reviewed by:Serge Negodyuck <[EMAIL PR
remko 2008-03-11 19:19:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
tools/tools/tinybsd tinybsd
Log:
MFC rev 1.8 tinybsd
Improve handling of the tinybsd application wrt ports. Ports that
have dependencies or need to install a new user/gro
mav 2008-03-11 19:14:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_l2tp.c
Log:
MFC rev. 1.23-1.24
To avoid control data losses, do not acknowledge recieving of control packet
if netgraph reported error while delivering to
beech 2008-03-11 19:12:02 UTC
FreeBSD ports repository
Modified files:
www/zend-framework Makefile distinfo pkg-plist
www/zend-framework/files pkg-message.in
Log:
- Update to 1.0.4
- Various cleanups/coding style improvements in Makefile
- Added owner/perms configura
mav 2008-03-11 19:09:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netgraph ng_l2tp.c
Log:
MFC rev. 1.23-1.24
To avoid control data losses, do not acknowledge recieving of control packet
if netgraph reported error while delivering to
mav 2008-03-11 19:04:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_ksocket.c
Log:
MFC rev. 1.61
Send only one incoming notification at a time to reduce queue
trashing and improve performance.
Remove waitflag argument fro
mav 2008-03-11 19:03:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netgraph ng_ksocket.c
Log:
MFC rev. 1.61
Send only one incoming notification at a time to reduce queue
trashing and improve performance.
Remove waitflag argument fro
On Tue, 11.03.2008 at 04:51:22 +, Pyun YongHyeon wrote:
> yongari 2008-03-11 04:51:22 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/vr if_vr.c if_vrreg.h
Awesome!
Cheers,
Ulrich Spoerlein
--
It is better to remain silent and be thought a fool,
than to
kaiw2008-03-11 18:35:52 UTC
FreeBSD src repository
Modified files:
usr.bin/ar ar.1 ar.c ar.h write.c
Log:
GNU ar did NOT implment option -q as a synonym of -r as the manual
page stated, thus BSD ar(1) option -q, which was implemented based on
the GNU ar manual p
pav 2008-03-11 15:57:05 UTC
FreeBSD ports repository
Modified files:
games/nethack32 Makefile
games/nethack33 Makefile
games/nethack34 Makefile
japanese/nethack32 Makefile
japanese/nethack34 Makefile
Log:
- Replace USE_XPM with a list of
pav 2008-03-11 15:44:37 UTC
FreeBSD ports repository
Modified files:
graphics/mxp Makefile
Log:
- Replace USE_XPM with a list of required xorg components
With hat: portmgr
Revision ChangesPath
1.4 +2 -3 ports/graphics/mxp/Makefile
___
delphij 2008-03-11 17:21:55 UTC
FreeBSD src repository
Modified files:
etc/rc.d mountlate
Log:
Forced commit to correct previous commit message:
Do nextboot -D twice during boot. The first time in rc.d/root which ensures
that
we can remove the file as early a
delphij 2008-03-11 17:21:14 UTC
FreeBSD src repository
Modified files:
etc/rc.d root
Log:
Do nextboot -D twice during boot. The first time in rc.d/root which ensures
that
we can remove the file as early as possible, but shut up nextboot at this
moment
if the op
delphij 2008-03-11 17:20:34 UTC
FreeBSD src repository
Modified files:
etc/rc.d mountlate
Log:
root
Revision ChangesPath
1.4 +6 -0 src/etc/rc.d/mountlate
___
cvs-all@freebsd.org mailing list
http://lis
pav 2008-03-11 17:05:56 UTC
FreeBSD ports repository
Modified files:
Tools/portbuild/scripts makeindex
Log:
Make the INDEX_JOBS definition actually effective
Revision ChangesPath
1.25 +1 -1 ports/Tools/portbuild/scripts/makeindex
miwi2008-03-11 16:10:10 UTC
FreeBSD ports repository
Modified files:
irc/irssi-devel Makefile distinfo pkg-plist
irc/irssi-devel/files patch-irssi-version.h.in
Log:
- Update to 20080310
Revision ChangesPath
1.123 +1 -1 ports/irc/irssi-devel/Make
emax2008-03-11 16:51:07 UTC
FreeBSD src repository
Modified files:
usr.sbin/bluetooth/sdpd Makefile profile.c profile.h
Added files:
usr.sbin/bluetooth/sdpd gn.c nap.c panu.c
Log:
Add support for the NAP, GN and PANU profiles to the sdpd(8).
It should be mentioned th
leeym 2008-03-11 16:21:49 UTC
FreeBSD ports repository
Modified files:
devel/p5-Class-MethodMaker Makefile pkg-plist
Log:
- use CPAN macro
- simplify dependency
- sort pkg-plist
- bump PORTREVISION
Revision ChangesPath
1.14 +2 -5 ports/devel/p5-Class
pav 2008-03-11 15:25:47 UTC
FreeBSD ports repository
Modified files:
audio/aacplusenc Makefile distinfo
Log:
- Update to 0.16.3
Revision ChangesPath
1.8 +1 -1 ports/audio/aacplusenc/Makefile
1.7 +3 -3 ports/audio/aacplusenc/distinfo
___
emaste 2008-03-11 15:14:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/ufs/ffs ffs_softdep.c
Log:
MFC minor cleanups:
ffs_softdep.c 1.210
Add a newline to the printf message.
ffs_softdep.c 1.214 (part)
Update comment to mat
gahr2008-03-11 15:13:26 UTC
FreeBSD ports repository
Modified files:
x11-wm/epplets pkg-descr
Log:
- Update pkg-descr to reflect the fact that more epplets are supported
- Set myself as maintainer
Submitted by: gj
Approved by:miwi (mentor)
Revision
miwi2008-03-11 15:08:19 UTC
FreeBSD ports repository
Modified files:
textproc/p5-Lingua-EN-NameCase Makefile distinfo
Log:
- Update to 1.15
Revision ChangesPath
1.7 +1 -1 ports/textproc/p5-Lingua-EN-NameCase/Makefile
1.6 +3 -3 ports/textpro
miwi2008-03-11 15:06:22 UTC
FreeBSD ports repository
Modified files:
security/p5-GD-SecurityImage Makefile distinfo
Log:
- Update to 1.65
Revision ChangesPath
1.12 +1 -2 ports/security/p5-GD-SecurityImage/Makefile
1.7 +3 -3 ports/security/p5
jhb 2008-03-11 15:05:55 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
Don't enable the workaround for the jitter bug on the 5722.
Obtained from: Linux tg3 driver
Revision ChangesPath
1.204 +4 -3 src/sys/dev/bge/if_bge
miwi2008-03-11 15:04:32 UTC
FreeBSD ports repository
Modified files:
net/p5-Net-OAuth Makefile distinfo
Log:
- Update to 0.06
Revision ChangesPath
1.3 +1 -1 ports/net/p5-Net-OAuth/Makefile
1.3 +3 -3 ports/net/p5-Net-OAuth/distinfo
_
miwi2008-03-11 15:03:40 UTC
FreeBSD ports repository
Modified files:
misc/p5-Array-Compare Makefile distinfo
Log:
- Update to 1.15
- Use CPAN macro
Revision ChangesPath
1.8 +2 -2 ports/misc/p5-Array-Compare/Makefile
1.7 +3 -3 ports/misc/p
miwi2008-03-11 14:59:11 UTC
FreeBSD ports repository
Modified files:
math/p5-MatrixReal Makefile distinfo
Log:
- Update to 1.15
Revision ChangesPath
1.15 +1 -1 ports/math/p5-MatrixReal/Makefile
1.9 +3 -3 ports/math/p5-MatrixReal/distinfo
_
miwi2008-03-11 14:58:30 UTC
FreeBSD ports repository
Modified files:
math/p5-Math-Random-MT-Auto Makefile distinfo
Log:
- Update to 6.12
Revision ChangesPath
1.10 +2 -2 ports/math/p5-Math-Random-MT-Auto/Makefile
1.9 +3 -3 ports/math/p5-Math-
miwi2008-03-11 14:57:34 UTC
FreeBSD ports repository
Modified files:
finance/p5-Finance-Currency-Convert Makefile distinfo
Log:
- Update to 1.06
Revision ChangesPath
1.10 +1 -1 ports/finance/p5-Finance-Currency-Convert/Makefile
1.6 +3 -3 por
miwi2008-03-11 14:56:10 UTC
FreeBSD ports repository
Modified files:
devel/p5-Module-Load-Conditional Makefile distinfo
Log:
- Update to 0.26
Revision ChangesPath
1.14 +1 -1 ports/devel/p5-Module-Load-Conditional/Makefile
1.12 +3 -3 ports/dev
miwi2008-03-11 14:55:20 UTC
FreeBSD ports repository
Modified files:
devel/p5-File-Find-Object Makefile distinfo
Log:
- Update to 0.1.0
Revision ChangesPath
1.8 +2 -2 ports/devel/p5-File-Find-Object/Makefile
1.7 +3 -3 ports/devel/p5-File-Fi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ups
- - Update to 0.619
- --
+---+---+
| PGP: 0x05682353 | Jabber : miwi(at)BSDCrew.de |
| ICQ: 169139903 | Mail : miwi(at)FreeBSD.org |
+---+
joel2008-03-11 14:48:59 UTC
FreeBSD src repository (doc committer)
Modified files:
usr.bin/cpuset cpuset.1
Log:
Fix minor typo.
Revision ChangesPath
1.2 +2 -2 src/usr.bin/cpuset/cpuset.1
___
cvs-all@free
miwi2008-03-11 14:47:56 UTC
FreeBSD ports repository
Modified files:
devel/p5-Config-Model Makefile distinfo
Log:
- Update to 2.38
Revision ChangesPath
1.12 +1 -1 ports/devel/p5-Config-Model/Makefile
1.11 +3 -3 ports/devel/p5-Config-Model/dis
miwi2008-03-11 14:47:01 UTC
FreeBSD ports repository
Modified files:
devel/p5-Config-General Makefile distinfo
Log:
- Update to 2.38
- Use CPAN Macro
Revision ChangesPath
1.22 +2 -2 ports/devel/p5-Config-General/Makefile
1.19 +3 -3 ports/de
miwi2008-03-11 14:45:56 UTC
FreeBSD ports repository
Modified files:
devel/p5-App-Options Makefile distinfo
Log:
- Update to 1.04
Revision ChangesPath
1.5 +1 -1 ports/devel/p5-App-Options/Makefile
1.4 +3 -3 ports/devel/p5-App-Options/distin
miwi2008-03-11 14:45:11 UTC
FreeBSD ports repository
Modified files:
converters/p5-Convert-Morse Makefile distinfo
Log:
- Update to 0.06
Revision ChangesPath
1.14 +1 -1 ports/converters/p5-Convert-Morse/Makefile
1.7 +3 -3 ports/converters/p5
1 - 100 of 128 matches
Mail list logo