jkoshy 2008-03-07 07:30:58 UTC
FreeBSD doc repository
Modified files:
share/sgml press.xml
Log:
Add an article reviewing FreeBSD 7 in the Free Software Magazine.
Submitted by: Yousef Ourabi on -www
Revision ChangesPath
1.60 +15 -2 www/share
marcus 2008-03-07 07:25:50 UTC
FreeBSD ports repository
Modified files:
math/gnumericMakefile distinfo
Log:
Update to 1.8.2.
Revision ChangesPath
1.138 +1 -1 ports/math/gnumeric/Makefile
1.70 +3 -3 ports/math/gnumeric/distinfo
___
marcus 2008-03-07 07:25:23 UTC
FreeBSD ports repository
Removed files:
devel/goffice/files patch-docs_reference_Makefile.in
Log:
Update to 0.6.2.
Revision ChangesPath
1.3 +0 -0
ports/devel/goffice/files/patch-docs_reference_Makefile.in (dead)
___
marcus 2008-03-07 07:24:53 UTC
FreeBSD ports repository
Modified files:
devel/gofficeMakefile distinfo pkg-plist
devel/goffice/files patch-docs_reference_Makefile.in
Log:
Update to 0.6.2.
Revision ChangesPath
1.22 +1 -1 ports/devel/goffice/Mak
marcus 2008-03-07 07:24:26 UTC
FreeBSD ports repository
Modified files:
devel/libgsf Makefile distinfo pkg-plist
Log:
Update to 1.14.8.
Revision ChangesPath
1.43 +1 -1 ports/devel/libgsf/Makefile
1.26 +3 -3 ports/devel/libgsf/distinfo
beech 2008-03-07 06:33:10 UTC
FreeBSD ports repository
Modified files:
mail/horde-imp Makefile
mail/horde-imp/files patch-config::conf.xml
Log:
-Fix typo
Reported by:Johan Huldtgren <[EMAIL PROTECTED]>
Revision ChangesPath
1.55 +4 -2 po
On Thu, 6 Mar 2008, Colin Percival wrote:
Bruce Evans wrote:
On Wed, 5 Mar 2008, Colin Percival wrote:
You could have stopped this sentence here -- for all practical purposes,
correctly rounded trigonometric functions are not feasible.
Nah, it's quite feasible, especially for transcendental
yongari 2008-03-07 04:55:58 UTC
FreeBSD src repository
Modified files:
sys/dev/msk if_msk.c
Log:
To overcome hardware checksum offload bug msk(4) used to compute
TCP/UDP checksum in driver for short frames. For frames that requires
hardware VLAN tag insertion, the ch
On Wed, 5 Mar 2008, Colin Percival wrote:
Bruce Evans wrote:
On Wed, 5 Mar 2008, Colin Percival wrote:
Bruce Evans wrote:
Change float_t and double_t to long double on i386.
Doesn't this have a rather severe performance impact on any code which
uses double_t?
No. As mentioned in the co
ganbold 2008-03-07 03:59:09 UTC
FreeBSD doc repository
Modified files:
mn_MN.UTF-8/books/handbook/config chapter.sgml
mn_MN.UTF-8/books/handbook/printing chapter.sgml
Log:
Update the Mongolian Handbook translation (obtained from FreeBSD Mongolian
Documentation project).
On Thu, Mar 06, 2008, Colin Percival wrote:
> David Schultz wrote:
> > On Thu, Mar 06, 2008, Colin Percival wrote:
> >> explicit or implicit final destination. When a variable with a declared
> >> format
> >>
> >> ^^
On Wed, 5 Mar 2008, David Schultz wrote:
On Wed, Mar 05, 2008, Colin Percival wrote:
Bruce Evans wrote:
Modified files:
sys/i386/include _types.h
Log:
Change float_t and double_t to long double on i386.
Doesn't this have a rather severe performance impact on any code which
uses
David Schultz wrote:
> On Thu, Mar 06, 2008, Colin Percival wrote:
>> explicit or implicit final destination. When a variable with a declared
>> format
>>
>> ^^
>> is a final destination, as in format conversion to
maho2008-03-07 02:38:09 UTC
FreeBSD ports repository
Modified files:
biology/pymolMakefile distinfo pkg-plist
Added files:
biology/pymol/files patch-setup.py
Removed files:
biology/pymol/files patch-Rules.make
patch-setup+pymol+com
sat 2008-03-07 02:22:58 UTC
FreeBSD ports repository
Modified files:
www/xpi-noscript Makefile distinfo
Log:
- Update to 1.4.9.5
Revision ChangesPath
1.36 +1 -1 ports/www/xpi-noscript/Makefile
1.34 +3 -3 ports/www/xpi-noscript/distinfo
__
On Thu, Mar 06, 2008, Colin Percival wrote:
> explicit or implicit final destination. When a variable with a declared
> format
>
> ^^
> is a final destination, as in format conversion to a variable, that declared
>
sat 2008-03-07 02:20:23 UTC
FreeBSD ports repository
Modified files:
www/linux-flock Makefile distinfo pkg-plist
Log:
- Update to 1.1
Revision ChangesPath
1.30 +1 -1 ports/www/linux-flock/Makefile
1.27 +3 -3 ports/www/linux-flock/distinf
kuriyama2008-03-07 01:58:15 UTC
FreeBSD ports repository
Modified files:
databases/pgpool-II Makefile pkg-plist
databases/pgpool-II/files pgpool.in
Added files:
databases/pgpool-II/files patch-main.c
Log:
- Install example scripts.
- Add $pgpool_flags, $pgpool_loog
On Wed, 5 Mar 2008, Mike Silbersack wrote:
On Wed, 5 Mar 2008, Bruce Evans wrote:
Change float_t and double_t to long double on i386. All floating point
For those of us who are not floating point experts, can you explain a few
things?
Other points replied to separately.
As I've said i
On Wed, 5 Mar 2008, Colin Percival wrote:
Mike Silbersack wrote:
On Wed, 5 Mar 2008, Bruce Evans wrote:
Change float_t and double_t to long double on i386. All floating point
1) Does this really change every double to a long double in anything
compiled?
No, it changes double_t (which is
miwi2008-03-07 00:37:03 UTC
FreeBSD ports repository
Modified files:
sysutils/dvdisaster Makefile distinfo pkg-plist
Log:
- Update to 0.70.5
Revision ChangesPath
1.6 +2 -4 ports/sysutils/dvdisaster/Makefile
1.5 +3 -3 ports/sysutils/dvdisas
Bruce Evans wrote:
> On Wed, 5 Mar 2008, Colin Percival wrote:
>> David Schultz wrote:
>>> On Wed, Mar 05, 2008, Colin Percival wrote:
Yes and no. Double rounding isn't allowed;
>>>
>>> Yes, it is.
>>
>> No, it isn't. The following code
>
> Yes it is :-). Extra precision for intermediate v
miwi2008-03-07 00:11:56 UTC
FreeBSD ports repository
Modified files:
audio/xfmpc Makefile distinfo
Added files:
audio/xfmpc pkg-plist
Log:
- Update to 0.3
Revision ChangesPath
1.3 +1 -5 ports/audio/xfmpc/Makefile
1.3 +3
jkim2008-03-07 00:01:24 UTC
FreeBSD src repository
Modified files:
usr.sbin/moused moused.c
Log:
Use intmax_t instead of long when casting time_t.
Suggested by: mlaier
Tested with:make universe
Revision ChangesPath
1.83 +4 -3 src/usr.sb
delphij 2008-03-07 00:01:19 UTC
FreeBSD src repository
Modified files:
usr.bin/chat chat.c
Log:
Merge revisions 1.10 and 1.11 from DragonFly:
- Use real getopt() handling instead of the hand-rolled and
IOCCC-worthy "Micro getopt()" macros, plus clean up to the
miwi2008-03-06 23:59:57 UTC
FreeBSD ports repository
Modified files:
shells/mksh Makefile distinfo
Log:
- Update to R33
Revision ChangesPath
1.15 +1 -1 ports/shells/mksh/Makefile
1.12 +3 -3 ports/shells/mksh/distinfo
miwi2008-03-06 23:57:17 UTC
FreeBSD ports repository
Modified files:
net/ipsumdumpMakefile distinfo
Log:
- Update to 1.66
Revision ChangesPath
1.36 +2 -2 ports/net/ipsumdump/Makefile
1.28 +3 -3 ports/net/ipsumdump/distinfo
___
gahr2008-03-06 23:42:58 UTC
FreeBSD ports repository
Modified files:
cad/oregano Makefile pkg-plist
Log:
- Unbreak (make fetchable again)
- Respect NLS
- Adopt maintainship
Approved by:miwi (mentor)
Revision ChangesPath
1.35 +10 -2 p
On Thu, 6 Mar 2008, David Schultz wrote:
On Thu, Mar 06, 2008, Peter Jeremy wrote:
On Wed, Mar 05, 2008 at 10:32:46PM -0500, David Schultz wrote:
gcc doesn't get any of this right. FreeBSD/i386 fixes the problem
for /doubles/ by setting the i387 to use 53-bit precision.
Note that FreeBSD/am
miwi2008-03-06 23:17:22 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
- Fix 2 typos form the previous commit
Submitted by: simon/gahr
Revision ChangesPath
1.1576+3 -3 ports/security/vuxml/vuln.xml
_
Eek, my mailbox filled up overnight. Trying to reply to only some details
in LIFO order...
On Wed, 5 Mar 2008, Colin Percival wrote:
David Schultz wrote:
On Wed, Mar 05, 2008, Colin Percival wrote:
Setting the i387 FPU to 53-bit precision gives standards-compliant
behaviour whether people ar
miwi2008-03-06 23:02:06 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
- Document mplayer - multiple vulnerabilities
Revision ChangesPath
1.1575+55 -1 ports/security/vuxml/vuln.xml
__
mi 2008-03-06 22:59:52 UTC
FreeBSD ports repository
Modified files:
net/ekigaMakefile
Added files:
net/ekiga/files patch-src-devices-fakevideoinput
patch-ubuntu
Log:
Attempt to fix the PRs below caused by PWLib getting upgrad
csjp2008-03-06 22:57:03 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Change auditon(2) so that if somebody supplies an invalid command, it
returns EINVAL. Right now we return 0 or success for invalid commands,
which could be quite
miwi2008-03-06 22:38:40 UTC
FreeBSD ports repository
Modified files:
multimedia/mplayer Makefile
multimedia/mencoder Makefile
Added files:
multimedia/mplayer/files patch-overflows-20080202
Log:
- Fix remote vulnerabilities
- Bump PORTREVISION
PR:
cognet 2008-03-06 22:27:35 UTC
FreeBSD src repository
Modified files:
sys/arm/arm uio_machdep.c
Log:
MFi386:
revision 1.6
date: 2004/08/21 18:50:34; author: alc; state: Exp; lines: +3 -1
Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or
miwi2008-03-06 22:21:54 UTC
FreeBSD ports repository
Modified files:
audio/gnormalize Makefile distinfo
Log:
- Update to 0.53
PR; 121301
Submitted by: maintainer
Revision ChangesPath
1.2 +1 -10 ports/audio/gnormalize/Makefile
1
edwin 2008-03-06 22:19:52 UTC
FreeBSD ports repository
Modified files:
archivers/xarMakefile
databases/memcachedb Makefile
deskutils/nagainaMakefile
deskutils/gcalcliMakefile
devel/google-perftools Makefile
devel/guichanMakefile
ehaupt 2008-03-06 22:12:12 UTC
FreeBSD ports repository
Modified files:
net/rsyncMakefile distinfo
Log:
- Provide two additional build OPTIONS:
* File system flags support patch, adds --fileflags
* ACL support patch, adds --acls
- Takeover maintainership
tmclaugh2008-03-06 22:08:35 UTC
FreeBSD ports repository
Modified files:
multimedia/gpodder Makefile
Log:
- Fix vim related typo and unbreak INDEX.
Revision ChangesPath
1.8 +1 -1 ports/multimedia/gpodder/Makefile
__
gahr2008-03-06 22:04:19 UTC
FreeBSD ports repository
Modified files:
.modules
audioMakefile
Log:
- Add audio/ccaudio2 to the build
Approved by:miwi (mentor)
Revision ChangesPath
1.19465 +1 -0 CVSROOT/modules
cognet 2008-03-06 21:59:47 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
sys/arm/include pmap.h
Log:
Remove unused pv_list_count from the vm_page, and pm_count from the struct
pmap.
Submitted by: Mark Tinguely
Revision Changes
gahr2008-03-06 21:54:32 UTC
FreeBSD ports repository
Modified files:
audio/ccaudio2 Makefile distinfo pkg-descr pkg-plist
Removed files:
audio/ccaudio2/files patch-src-audiofile.cpp
Log:
- Update to 0.9.9 of ccaudio2
Approved by:miwi (mentor)
Revisi
piso2008-03-06 21:50:41 UTC
FreeBSD src repository
Modified files:
sys/netinet/libalias alias.c alias_db.c alias_ftp.c
alias_irc.c alias_local.h alias_proxy.c
alias_smedia.c
Log:
MFP4:
restrict the utilization of d
jhb 2008-03-06 21:48:34 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bgereg.h
Log:
Style tweak to the 5722 chipid to match the rest of this file.
Revision ChangesPath
1.77 +1 -1 src/sys/dev/bge/if_bgereg.h
__
jhb 2008-03-06 21:43:56 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/pxeldr pxeldr.S
Log:
In the PROBE_KEYBOARD case, always enable multiple consoles and set the
serial console as the primary console if the keyboard probe fails.
MFC after: 1 week
jhb 2008-03-06 21:42:48 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c if_bgereg.h
sys/dev/mii brgphy.c miidevs
Log:
Flesh out support for the BCM5722 by recognizing the phy on the 5722 and
the specific ASIC revision.
MFC after:
jadawin 2008-03-06 21:38:43 UTC
FreeBSD ports repository
Modified files:
sysutils/dar Makefile distinfo
Log:
- Update to 2.3.7
- Update maintainer address
Approved by: tabthorpe (co-mentor)
Revision ChangesPath
1.24 +2 -2 ports/sysutils/dar/Ma
edwin 2008-03-06 21:34:40 UTC
FreeBSD ports repository
Modified files:
devel/libnxt Makefile
devel/py-polib Makefile
net-mgmt/bsnmp-ucd Makefile
Log:
Use the new MASTER_SITE_GOOGLE_CODE macro
Revision ChangesPath
1.2 +1 -1 ports/
gahr2008-03-06 21:32:43 UTC
FreeBSD ports repository
Modified files:
audio/ccaudio2 Makefile distinfo pkg-descr pkg-plist
Log:
Force commit after repocopy from ccaudio to ccaudio2
Repocopy by:marcus
Approved by:miwi (mentor)
Revision ChangesPath
edwin 2008-03-06 21:32:03 UTC
FreeBSD ports repository
Modified files:
Mk bsd.sites.mk
Log:
Add MASTER_SITE_GOOGLE_CODE macro to bsd.site.mk
The attached patch will add a macro to bsd.sites.mk so that
ports that are hosted on Google Code can sim
Emanuel Haupt píše v čt 06. 03. 2008 v 22:10 +0100:
> > Emanuel Haupt píše v čt 06. 03. 2008 v 07:39 +0100:
> > > > Raphael H. Becker píše v út 04. 03. 2008 v 10:52 +0100:
> > > >
> > > > > Please include the new rsync-patches to net/rsync and make them
> > > > > optionally available via the OPTIO
miwi2008-03-06 21:13:42 UTC
FreeBSD ports repository
Modified files:
games/jaggedalliance2 Makefile distinfo pkg-plist
Log:
- Update to 0.8
Changelog:
Summary of changes:
* Fix several vanilla crashes, out of bounds accesses, cases of memory
corruption and memory
> Emanuel Haupt píše v čt 06. 03. 2008 v 07:39 +0100:
> > > Raphael H. Becker píše v út 04. 03. 2008 v 10:52 +0100:
> > >
> > > > Please include the new rsync-patches to net/rsync and make them
> > > > optionally available via the OPTIONS, hopefully the new patches
> > > > will handle hardlinks on
tabthorpe2008-03-06 20:53:50 UTC
FreeBSD ports repository
Modified files:
mail/librfc822 Makefile distinfo
mail/librfc822/files patch-lexer.cc
Log:
- Update to 1.2
PR: ports/121333
Submitted by: Ismail YENIGUL (maintainer)
Revision Changes
gahr2008-03-06 20:48:46 UTC
FreeBSD ports repository
Modified files:
multimedia/gmencoder Makefile pkg-plist
Added files:
multimedia/gmencoder/files patch-src_mypopen.c
Log:
- Fix a few warnings
- Add support for WITHOUT_NLS switch
- Adopt maintainship
Approve
tmclaugh2008-03-06 20:43:38 UTC
FreeBSD ports repository
Modified files:
multimedia/gpodder Makefile
Log:
- Add missing RUN_DEPENDS on devel/xdg-utils
PR: 121162
Submitted by: maintainer
Revision ChangesPath
1.7 +3 -1 ports/multimedia
mi 2008-03-06 20:42:27 UTC
FreeBSD ports repository
Modified files:
net/opal Makefile
Log:
Remove the scalpel forgotten inside the patient.
Revision ChangesPath
1.89 +1 -2 ports/net/opal/Makefile
_
mi 2008-03-06 20:41:13 UTC
FreeBSD ports repository
Modified files:
net/opal Makefile distinfo
Log:
Upgrade from 2.2.8 to 2.2.11.
Revision ChangesPath
1.88 +3 -3 ports/net/opal/Makefile
1.32 +3 -3 ports/net/opal/distinfo
gabor 2008-03-06 20:38:58 UTC
FreeBSD ports repository
Modified files:
.access
Log:
Please welcome Felippe de Meirelles Motta (lippe@) in the ranks of ports
committers! He has sent a lot of good quality PRs and thus has received the
usual punishment. Wis
Alexander Leidinger skrev:
netchild2008-03-06 12:59:33 UTC
FreeBSD doc repository (src,ports committer)
Modified files:
en/projects/ideasideas.xml
Log:
Some updates:
- FireWire is locked now.
- Doug Rabson is working on a kernel level lockd, sponsored by Isilon.
miwi2008-03-06 20:25:55 UTC
FreeBSD ports repository
Added files:
print/gtklp/filespatch-configure.in
Log:
- Fix build
PR: 121281
Submitted by: Tobias Roth <[EMAIL PROTECTED]>
Revision ChangesPath
1.1 +27 -0 ports/print/gtklp/fil
miwi2008-03-06 20:24:10 UTC
FreeBSD ports repository
Modified files:
japanese/p5-Text-MeCab Makefile distinfo pkg-plist
Log:
- Update to 0.20004
PR: 121399
Submitted by: TAOKA Fumiyoshi <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.7
miwi2008-03-06 20:21:41 UTC
FreeBSD ports repository
Modified files:
games/maelstrom Makefile distinfo
Log:
- Unbreak
- File was rerolled for COPYRIGHT change.
PR: 121417
Submitted by: Chess Griffin <[EMAIL PROTECTED]>
Revision ChangesPat
jeff2008-03-06 20:11:25 UTC
FreeBSD src repository
Modified files:
sys/kern kern_cpuset.c
Log:
- Add a missing unlock to cpuset_setaffinity(CPU_LEVEL_CPUSET, CPU_WHICH_PID)
Found by: gallatin
Revision ChangesPath
1.4 +1 -0 src/sy
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 dependencies
> - Use P
miwi2008-03-06 19:30:15 UTC
FreeBSD ports repository
Modified files:
sysutils/e2fsprogs Makefile distinfo
Log:
- Update to 1.40.7
PR: 121356
Submitted by: Matthias Andree <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.40 +1 -1
ehaupt 2008-03-06 19:11:59 UTC
FreeBSD ports repository
Modified files:
security/vpncMakefile
security/vpnc/files patch-config.c
Log:
Some Cisco Concentrator refuse connection if the presentation version string
differs from the official "Cisco VPN Client".
P
miwi2008-03-06 19:09:30 UTC
FreeBSD ports repository
Modified files:
java/veditor Makefile distinfo pkg-plist
Log:
- Update to 0.6.0
- Update maintainer mail adress
PR: 121398
Submitted by: Dominic Fandrey <[EMAIL PROTECTED]> (maintainer)
R
miwi2008-03-06 19:07:09 UTC
FreeBSD ports repository
Modified files:
multimedia/manslide Makefile distinfo
Log:
- Update to 2.0.2
PR: 121269
Submitted by: Diego Depaoli <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.12 +2 -2
miwi2008-03-06 19:04:29 UTC
FreeBSD ports repository
Modified files:
databases/p5-Rose-DB-Object Makefile distinfo
Log:
- Update to 0.768
PR: 121265
Submitted by: hideo <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.25 +4 -3
miwi2008-03-06 19:03:27 UTC
FreeBSD ports repository
Modified files:
databases/p5-Rose-DB Makefile distinfo
Log:
- Update to 0.741
PR: 121265
Submitted by: hideo <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.24 +2 -2 ports/
thompsa 2008-03-06 19:02:37 UTC
FreeBSD src repository
Modified files:
sys/net if_gif.c
Log:
Improve EtherIP interaction with the bridge
- Set M_BCAST|M_MCAST for incoming frames
- Send the frame to a local interface if the bridge returns the mbuf
Submitte
miwi2008-03-06 19:02:28 UTC
FreeBSD ports repository
Modified files:
www/p5-HandelMakefile distinfo
Log:
- Update to 1.00010
PR: 121291
Submitted by: hideo <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.10 +1 -1 port
miwi2008-03-06 19:01:24 UTC
FreeBSD ports repository
Modified files:
editors/hte Makefile distinfo
Log:
- Update to 2.0.12
PR: 121419
Submitted by: Marcus von Appen <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.44 +1 -1
marcel 2008-03-06 17:24:28 UTC
FreeBSD src repository
Modified files:
sys/sys pcpu.h
Log:
Move the PCPU_MD_FIELDS last in struct pcpu. While this header is
private to the kernel, some ports define _KERNEL and include this
header. While arguably this is wrong, it
obraun 2008-03-06 17:03:29 UTC
FreeBSD ports repository
Modified files:
lang/ghc Makefile
Log:
Install manpage only with docs (building manpage depends on textproc/libxslt).
Revision ChangesPath
1.66 +2 -3 ports/lang/ghc/Makefile
___
marcel 2008-03-06 16:59:37 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include pcpu.h
Log:
Add a catch-all for PCPU_MD_FIELDS. While we expect this to be
used in the kernel only (by virtue of checking for _KERNEL),
ports like lsof (part of gtop) cheat. It sets _K
bmah2008-03-06 16:34:49 UTC
FreeBSD doc repository
Modified files:
en/relengindex.sgml
Log:
Fix typo: s/errta/errata/
Submitted by: pluknet, Rudolf Cejka
Revision ChangesPath
1.231 +2 -2 www/en/releng/index.sgml
___
erwin 2008-03-06 16:32:14 UTC
FreeBSD ports repository
Modified files:
net/samplicator Makefile
Log:
Project has vanished, mark DEPRICATED with an expiration date
one month from now.
Submitted by: maintainer
Revision ChangesPath
1.7 +3 -0 po
keramida2008-03-06 16:29:21 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/config chapter.sgml
Log:
Tweak a bit the description of `PROVIDE' rc.d keyword, to make it a bit
more clear that it is *required* for startup scripts. An rc.d script
without
marcus 2008-03-06 16:11:14 UTC
FreeBSD ports repository
Modified files:
devel/libmathevalMakefile distinfo pkg-plist
Log:
Update to 1.1.5 to fix the build with guile-1.8.
Approved by:maintainer
Reported by:pointyhat via pav
Revision ChangesPath
1.8
az 2008-03-06 15:27:58 UTC
FreeBSD ports repository
Modified files:
net-mgmt/bsnmp-ucd Makefile
Log:
- Fix autools issue
Reported by: erwin@
Pointy hat: az@
Revision ChangesPath
1.2 +1 -1 ports/net-mgmt/bsnmp-ucd/Makefile
_
scf 2008-03-06 15:14:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libc/stdlib getenv.c
Log:
MFC:
Replace the use of warnx() with direct output to stderr using _write().
This reduces the size of a statically-linked binary by approximatel
ghelmer 2008-03-06 15:07:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/uniq uniq.c
Log:
MFC: 1.30
Fix truncation of lines at LINE_MAX characters by dynamically
extending line buffers.
PR: bin/76578
Revision C
ghelmer 2008-03-06 15:02:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/uniq uniq.c
Log:
MFH: 1.30
Fix truncation of lines at LINE_MAX characters by dynamically
extending line buffers.
PR: bin/76578
Revision C
flz 2008-03-06 14:46:29 UTC
FreeBSD ports repository
Modified files:
x11-drivers/xf86-video-ati Makefile distinfo
Log:
Update x11-drivers/xf86-video-ati to 6.8.0.
PR: ports/121271
Submitted by: Nikolai Nespor <[EMAIL PROTECTED]>
Revision Changes
flz 2008-03-06 14:44:54 UTC
FreeBSD ports repository
Modified files:
x11-drivers/xorg-drivers Makefile
Log:
Remove quirk for openchrome as it now installs openchrome_drv.so instead
of via_drv.so.
PR: ports/120995
Submitted by: Dimitry Andric <[EMAIL PRO
mtm 2008-03-06 14:39:33 UTC
FreeBSD src repository
Modified files:
etc/rc.d mountcritlocal mountlate
Log:
The check for errors from the mount command did not work as intended
because another command (echo) is executed between the mount command
and the check.
jadawin 2008-03-06 14:18:03 UTC
FreeBSD ports repository
Modified files:
devel/perlconsoleMakefile distinfo
Log:
- Update to 0.4
- Update maintainer address
Approved by: tabthorpe (co-mentor)
Revision ChangesPath
1.3 +4 -3 ports/devel/perlconsole
mtm 2008-03-06 14:13:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/adduser adduser.8 adduser.sh
Log:
MFC: rev. 1.32
Add the -M command-line option, which will set home directory
permissions. Works both in interactive
mtm 2008-03-06 14:10:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/adduser adduser.8 adduser.sh
Log:
MFC: rev. 1.32
Add the -M command-line option, which will set home directory
permissions. Works both in interactive
bland 2008-03-06 14:04:05 UTC
FreeBSD ports repository
Modified files:
x11/nvidia-settings Makefile distinfo
Log:
Track another inplace release.
Diff contains set of:
- Control over new hardware and nvidia-driver features.
- UI changes.
- Documentation fixes.
- Code
mtm 2008-03-06 14:01:10 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
Log:
The rarpd(8) daemon must be instructed to start on all interfaces or a
specific one. Instruct it to listen on all interfaces so that enabling
it in rc.conf(5) works "out o
erwin 2008-03-06 13:57:25 UTC
FreeBSD ports repository
Modified files:
sysutils/cmdwatchMakefile
Log:
Rest maintainer.
<[EMAIL PROTECTED]>: Host or domain name not found. Name service error for
name=wedgie.org type=MX: Host not found, try again
Revision Cha
miwi2008-03-06 13:56:03 UTC
FreeBSD ports repository
Modified files:
converters/convmvMakefile distinfo
Log:
- Update to 1.12
PR: 121180
Submitted by: Kuang-che Wu <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.5 +2 -3
tabthorpe2008-03-06 13:46:39 UTC
FreeBSD ports repository
Modified files:
mail/epstoolsMakefile distinfo
Log:
- Update to 1.8
PR: ports/121332
Submitted by: Ismail YENIGUL (maintainer)
Revision ChangesPath
1.4 +1 -1 ports/mail/
miwi2008-03-06 13:46:04 UTC
FreeBSD ports repository
Modified files:
devel/jude-community Makefile distinfo
Log:
- Update to 5.2.1
PR: ports/121176
Submitted by: Yoshihiko Sarumaru <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.29
tabthorpe2008-03-06 13:44:47 UTC
FreeBSD ports repository
Modified files:
mail/eps Makefile distinfo
Log:
- Update to 1.7
PR: ports/121319
Submitted by: Ismail YENIGUL (maintainer)
Revision ChangesPath
1.6 +3 -2 ports/mail/
jadawin 2008-03-06 13:41:17 UTC
FreeBSD ports repository
Modified files:
www/phpSysInfo Makefile distinfo
Added files:
www/phpSysInfo pkg-plist
Log:
- Update to 3.0-RC4
- Add pkg-plist
- Update maintainer address
Approved by: tabthorpe (co-mentor)
1 - 100 of 122 matches
Mail list logo