maho2007-07-12 06:57:48 UTC
FreeBSD ports repository
Modified files:
math/arpack Makefile
Log:
Now we use USE_FORTRAN=yes to use FORTRAN.
Revision ChangesPath
1.15 +1 -4 ports/math/arpack/Makefile
___
maho2007-07-12 06:49:37 UTC
FreeBSD ports repository
Modified files:
biology/tinker Makefile
Log:
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Revision ChangesPath
1.36 +2 -4 ports/biology/tinker/Makefile
On Fri, 6 Jul 2007 19:08:57 -0700 (PDT) [EMAIL PROTECTED] wrote:
>
> Cool. Can we put this in regression tests?
To be honest, I've never looked in tools/regression...
until now. It looks like a bit of a mess.
According to the README (last updated in 2001)
it should be possible to ``prove -r'' e
maho2007-07-12 06:41:22 UTC
FreeBSD ports repository
Modified files:
biology/psi88Makefile
Log:
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Revision ChangesPath
1.16 +1 -4 ports/biology/psi88/Makefile
_
ariff 2007-07-12 06:39:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pciich.c
Log:
MFC (revision: 1.78):
- malloc M_NOWAIT -> M_WAITOK.
- Protect against divide by zero while calculating bus speed due to
possible broken
ariff 2007-07-12 06:39:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
MFC:
Revisions:
1.44 src/sys/dev/sound/pci/hda/hdac.c
1.8 src/sys/dev/sound/pci/hda/hdac_private.h
- Ad
maho2007-07-12 06:38:55 UTC
FreeBSD ports repository
Modified files:
biology/platon Makefile
Log:
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Revision ChangesPath
1.26 +1 -5 ports/biology/platon/Makefile
maho2007-07-12 06:33:38 UTC
FreeBSD ports repository
Modified files:
biology/molden Makefile
Log:
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Revision ChangesPath
1.34 +1 -5 ports/biology/molden/Makefile
maho2007-07-12 06:28:59 UTC
FreeBSD ports repository
Modified files:
astro/cfitsioMakefile
Log:
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Revision ChangesPath
1.11 +1 -4 ports/astro/cfitsio/Makefile
_
maho2007-07-12 06:24:38 UTC
FreeBSD ports repository
Modified files:
math/blasMakefile
Log:
Now we USE_FORTRAN=yes for using FORTRAN compiler.
Revision ChangesPath
1.42 +1 -6 ports/math/blas/Makefile
__
thompsa 2007-07-12 04:14:01 UTC
FreeBSD ports repository (src committer)
Modified files:
net/wistumbler2 Makefile
Log:
The wicontrol ioctls are no longer available from 7.x.
Revision ChangesPath
1.16 +3 -0 ports/net/wistumbler2/Makefile
marcus 2007-07-12 04:08:56 UTC
FreeBSD ports repository
Modified files:
audio/pulseaudio Makefile
Added files:
audio/pulseaudio/files patch-src_daemon_main.c
patch-src_pulse_thread-mainloop.c
patch-src_pulsecore_pstre
thompsa 2007-07-12 02:54:05 UTC
FreeBSD src repository
Modified files:
sys/dev/if_ndis if_ndis.c if_ndisvar.h
Log:
Improve the net80211 handling within ndis
- use net80211 for scanning and pass the results back to the scan cache
- use ieee80211_init_channels to fill ou
maho2007-07-12 01:57:10 UTC
FreeBSD ports repository
Modified files:
.CHANGES
Mk bsd.gcc.mk bsd.port.mk
Log:
Add USE_FORTRAN knob. All ports that use FORTRAN should
use this knob.
Approved by: gerald, portmgr (pav)
Revisi
delphij 2007-07-12 01:17:14 UTC
FreeBSD src repository
Modified files:
usr.bin/gzip gzip.c
Log:
- Simulate GNU gzip(1) behavior where full filename is
being output in verbose mode when doing recursive[1].
- Use better representation of S:
PR: bin
On 7/11/07, Max Laier <[EMAIL PROTECTED]> wrote:
On Thursday 12 July 2007, Jack F Vogel wrote:
> jfv 2007-07-11 22:59:57 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf files kern.pre.mk
> Log:
> New driver for Intel 10G PCI-Express adapter (82598), d
dougb 2007-07-12 00:02:12 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
Belatedly add the PROTO.localhost* files that were removed on 2007-06-18
Approved by:re (rwatson)
Revision ChangesPath
1.105 +4 -0 src/
jfv 2007-07-12 00:01:54 UTC
FreeBSD src repository
Modified files:
sys/conf kern.pre.mk
Log:
Removed unnecessary global includes for ixgbe, and em. Both have been
determined to be unnecessary.
Approved by: re
Revision ChangesPath
1.90 +0 -6
dougb 2007-07-11 23:59:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/namedb named.conf
Log:
Comment out the BIND 9.4.x-only disable-emtpy-zone options.
Pointed out by: A cast of thousands
Pointy hat to: Just me
Revision Chan
On Wed, 11 Jul 2007 16:19:24 -0700
"Jack Vogel" <[EMAIL PROTECTED]> wrote:
> It could be me just not getting the details correct, but when I had
> just includes in 'files' I could not get the overall kernel build to
> work.
>
> Look at what I did, I'd be happy to change it if you see what I'm
> m
On 7/11/07, Alexander Kabaev <[EMAIL PROTECTED]> wrote:
On Wed, 11 Jul 2007 16:19:24 -0700
"Jack Vogel" <[EMAIL PROTECTED]> wrote:
> It could be me just not getting the details correct, but when I had
> just includes in 'files' I could not get the overall kernel build to
> work.
>
> Look at what
It could be me just not getting the details correct, but when I had
just includes in 'files' I could not get the overall kernel build to work.
Look at what I did, I'd be happy to change it if you see what I'm
missing.
On 7/11/07, Max Laier <[EMAIL PROTECTED]> wrote:
On Thursday 12 July 2007, J
On Thursday 12 July 2007, Jack F Vogel wrote:
> jfv 2007-07-11 22:59:57 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf files kern.pre.mk
> Log:
> New driver for Intel 10G PCI-Express adapter (82598), driver is
> still in Beta, but we want early users
kan 2007-07-11 23:07:37 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Symbol.map
Log:
Add r_debug_state to the list of symbols exported from rtld. GDB needs to
be able to find it in order to trap shared library events from rtld.
Approved by:re (r
jfv 2007-07-11 23:03:17 UTC
FreeBSD src repository
Added files:
sys/dev/ixgbeLICENSE ixgbe.c ixgbe.h ixgbe_82598.c
ixgbe_api.c ixgbe_api.h ixgbe_common.c
ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c
jfv 2007-07-11 22:59:57 UTC
FreeBSD src repository
Modified files:
sys/conf files kern.pre.mk
Log:
New driver for Intel 10G PCI-Express adapter (82598), driver is
still in Beta, but we want early users to have access to it in
7.0, Feedback welcome. Enjoy. -J
mjacob 2007-07-11 22:34:34 UTC
FreeBSD src repository
Modified files:
sys/i386/include/pc vesa.h
sys/dev/fb splash_bmp.c
Log:
Remove the internal use of __packed and put it on the structures
themselves.
Reviewed by:nate, peter, warner, robert
Approve
mjacob 2007-07-11 22:30:13 UTC
FreeBSD src repository
Modified files:
sys/pc98/cbussio.c
Log:
Forced commit for a minor correction:
In the function pc98_check_if_type for the non-8251 case
make sure we initialize fileds in the iod that otherwise
would have been
trasz 2007-07-11 22:09:52 UTC
FreeBSD ports repository
Modified files:
audio/oss/files oss.in
Log:
- Fix rc script, properly this time. This is style cleanup, so don't
bump PORTREVISION.
Submitted by: dougb
Approved by:miwi (mentor)
Revision Changes
trasz 2007-07-11 22:06:17 UTC
FreeBSD ports repository
Modified files:
audio/ardour Makefile
audio/caps-plugins Makefile
audio/dino Makefile
audio/dssi Makefile
audio/fluidsynth-dssi Makefile
audio/ghostess Makefile
a
erwin 2007-07-11 22:03:41 UTC
FreeBSD ports repository
Modified files:
devel/p5-Test-Inline Makefile distinfo
Log:
Update to 2.202
Revision ChangesPath
1.13 +1 -1 ports/devel/p5-Test-Inline/Makefile
1.8 +3 -3 ports/devel/p5-Test-Inline/distinf
stas2007-07-11 22:03:28 UTC
FreeBSD ports repository
Modified files:
net/enet Makefile distinfo
Removed files:
net/enet/files patch-unix.c
Log:
- Update to 1.1.
PR: ports/113759
Submitted by: Vogels <[EMAIL PROTECTED]>
Revisi
rwatson 2007-07-11 21:34:41 UTC
FreeBSD src repository
Modified files:
sys/coda coda_vfsops.c
Log:
Fix ioctls on the control vnode: ioctls on a character device fail with
ENOTTY. Make the control vnode a regular file so that ioctls are passed
through to our kerne
rwatson 2007-07-11 21:33:46 UTC
FreeBSD src repository
Modified files:
sys/coda coda_vfsops.c
Log:
Avoid a panic in insmntque when we pass a NULL mount: this reenables
some previously disabled code which according to the comment caused a
problem during shutdown.
rwatson 2007-07-11 21:32:09 UTC
FreeBSD src repository
Modified files:
sys/coda cnode.h coda.h coda_psdev.c coda_venus.c
coda_venus.h coda_vnops.c
Log:
Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled because
we can't open con
thompsa 2007-07-11 21:25:48 UTC
FreeBSD src repository
Modified files:
sys/dev/wi if_wavelan_ieee.h if_wi.c
Log:
Now that wicontrol has been removed from the base system the corresponding
ioctls can be removed. These have been #ifdef'd out and left as a reference in
rwatson 2007-07-11 21:21:55 UTC
FreeBSD src repository
Modified files:
sys/coda coda_vfsops.c
Log:
Resolve Coda mount failing because Coda failed to match the device
operations. But we don't have to, if we find the coda_mntinfo structure
for this device in our li
alepulver2007-07-11 21:08:48 UTC
FreeBSD ports repository
Modified files:
games/warzone2100Makefile
Log:
- Use versions in dependencies correctly (bison>=2.1 --> bison2>=2.1).
Revision ChangesPath
1.15 +1 -1 ports/games/warzone2100/Makefile
_
lofi2007-07-11 20:53:41 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/qt33Makefile
x11/kdebase3 Makefile
Added files:
x11-toolkits/qt33/files 0078-argb-visual-hack.patch
0079-compositing-types.patch
ahze2007-07-11 20:45:42 UTC
FreeBSD ports repository
Modified files:
lang/valaMakefile pkg-plist
Log:
Install pkgconfig files under libdata
Revision ChangesPath
1.2 +4 -0 ports/lang/vala/Makefile
1.2 +1 -2 ports/lang/vala/pkg-pl
rwatson 2007-07-11 20:39:53 UTC
FreeBSD src repository
Modified files:
sys/coda coda_fbsd.c coda_psdev.c
Log:
Avoid crash when opening Coda device: when allocating coda_mntinfo, we
need to initialize dev so that we can actually find the allocated
coda_mntinfo stru
alepulver2007-07-11 20:34:37 UTC
FreeBSD ports repository
Modified files:
ftp/wxdfast Makefile distinfo pkg-plist
ftp/wxdfast/filespatch-src__FinishedList.cpp
Log:
- Update to version 0.6.0.
PR: ports/114000
Submitted by: Max Brazhnikov <[EM
alepulver2007-07-11 20:33:02 UTC
FreeBSD ports repository
Modified files:
ftp/filezillaMakefile distinfo
Log:
- Update to version 3.0.0-beta10.
PR: ports/113990
Submitted by: "Conrad J. Sabatier" <[EMAIL PROTECTED]>
Revision ChangesPath
1.
erwin 2007-07-11 19:53:28 UTC
FreeBSD ports repository
Modified files:
devel/p5-Filter Makefile distinfo
Log:
Update to 1.34
Revision ChangesPath
1.22 +1 -1 ports/devel/p5-Filter/Makefile
1.14 +3 -3 ports/devel/p5-Filter/distinfo
_
mezz2007-07-11 19:43:35 UTC
FreeBSD ports repository
Modified files:
devel/libgsf Makefile distinfo
devel/libgsf-gnome Makefile
Removed files:
devel/libgsf/files patch-configure
Log:
-Update to 1.14.5.
-Clean up in CONFIGURE_ARGS by remove these that
jkois 2007-07-11 19:03:56 UTC
FreeBSD doc repository
Modified files:
de_DE.ISO8859-1/articles Makefile
Added files:
de_DE.ISO8859-1/articles/contributing-ports Makefile
article.sgml
Log:
MFbed: Update the German documenta
lofi2007-07-11 19:19:37 UTC
FreeBSD ports repository
Modified files:
security/gpgme Makefile
Log:
Remove junk.
Spotted by: sat
Revision ChangesPath
1.49 +0 -1 ports/security/gpgme/Makefile
___
cvs-al
pav 2007-07-11 19:18:46 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
bas2tap --> ports/lang/bas2tap
Revision ChangesPath
1.18356 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mail
pav 2007-07-11 19:18:08 UTC
FreeBSD ports repository
Modified files:
lang Makefile
Added files:
lang/bas2tap Makefile distinfo pkg-descr
Log:
This utility converts both 48k and 128k ZX Spectrum BASIC programs stored
as plain text files into TA
mezz2007-07-11 19:08:25 UTC
FreeBSD ports repository
Modified files:
devel/gofficeMakefile distinfo
Log:
Update to 0.4.1.
Revision ChangesPath
1.14 +1 -1 ports/devel/goffice/Makefile
1.10 +3 -3 ports/devel/goffice/distinfo
___
emax2007-07-11 18:57:15 UTC
FreeBSD src repository
Modified files:
sys/dev/kbdmux kbdmux.c
Log:
Fix kbdmux(4) issue with backslash/underscore key not working on
Japanese 106/109 keyboard.
PR: kern/112214, kern/99090
Submitted by: TOMITA Yoshinori,
attilio 2007-07-11 18:51:31 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
Fix userland applications compilation by using correct KPI protection
macros for lock_profiling.
Reported by: Tom McLaughlin <[EMAIL PROTECTED]>
Tested by: Tom
On Wed, Jul 11, 2007 at 08:35:53PM +0200, Pav Lucistnik wrote:
> Rong-En Fan píše v st 11. 07. 2007 v 16:38 +:
> > rafan 2007-07-11 16:38:55 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > multimedia/xmms-avi Makefile
> > multimedia/xmms-avi/files patch-qu
jkim2007-07-11 18:46:07 UTC
FreeBSD ports repository (src committer)
Modified files:
editors/openoffice.org-2-devel/files patch-cws_unomacli64
Log:
(Proactively) resync with CWS unomacli64.
http://www.openoffice.org/issues/show_bug.cgi?id=78393
Approved by:maho
Rong-En Fan píše v st 11. 07. 2007 v 16:38 +:
> rafan 2007-07-11 16:38:55 UTC
>
> FreeBSD ports repository
>
> Modified files:
> multimedia/xmms-avi Makefile
> multimedia/xmms-avi/files patch-quantize-pvt.c patch-win32.h
> Added files:
> multimedia/xmms-avi/files pa
ehaupt 2007-07-11 17:48:48 UTC
FreeBSD ports repository
Modified files:
net/httping Makefile distinfo
Log:
Update to 1.2.4
Revision ChangesPath
1.13 +1 -1 ports/net/httping/Makefile
1.11 +3 -3 ports/net/httping/distinfo
brooks 2007-07-11 17:07:14 UTC
FreeBSD ports repository
Modified files:
security/ca_root_nss Makefile distinfo
Log:
Update to NSS 3.11.7 to match security/nss.
8 new root certiticates added.
Revision ChangesPath
1.2 +1 -1 ports/security/ca_root_nss/Ma
cy 2007-07-11 16:51:31 UTC
FreeBSD ports repository
Modified files:
security/krb5Makefile distinfo
Log:
Update 1.6.1 --> 1.6.2
Revision ChangesPath
1.117 +1 -4 ports/security/krb5/Makefile
1.35 +3 -9 ports/security/krb5/distinfo
_
On Tue, 10 Jul 2007 23:09:45 +0800
Xin LI <[EMAIL PROTECTED]> mentioned:
>
> Do you have some more information about the 'security-related' problems?
> It would be kind of you if you would direct some hint to [EMAIL PROTECTED]
>
Every more or less- serious bug can pose security-related proble
johans 2007-07-11 16:44:06 UTC
FreeBSD ports repository
Modified files:
www/xshttpd-develMakefile distinfo
Log:
Update to 3.5b15
Revision ChangesPath
1.34 +1 -1 ports/www/xshttpd-devel/Makefile
1.30 +3 -3 ports/www/xshttpd-devel/distinfo
___
rafan 2007-07-11 16:38:55 UTC
FreeBSD ports repository
Modified files:
multimedia/xmms-avi Makefile
multimedia/xmms-avi/files patch-quantize-pvt.c patch-win32.h
Added files:
multimedia/xmms-avi/files patch-include__videodecoder.h
patch-lib
sat 2007-07-11 16:36:23 UTC
FreeBSD ports repository
Modified files:
deskutils/sunbird-i18n Makefile
Log:
- Fix categories
Reported by:chkorigin.sh via erwin
Revision ChangesPath
1.2 +1 -1 ports/deskutils/sunbird-i18n/Makefile
_
erwin 2007-07-11 16:04:39 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
remove lynx-ssl
Revision ChangesPath
1.18355 +0 -1 CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http:/
sam 2007-07-11 16:04:08 UTC
FreeBSD src repository
Modified files:
usr.sbin/wpa/wpa_cli Makefile
usr.sbin/wpa/wpa_passphrase Makefile
usr.sbin/wpa/wpa_supplicant Makefile Packet32.c
wpa_supplicant.conf.5
Log:
update for wpa_supplican
sam 2007-07-11 15:59:42 UTC
FreeBSD src repository
Modified files:
contrib/wpa_supplicant FREEBSD-Xlist FREEBSD-upgrade
Log:
update for 0.5.8 import
Approved by:re (hrs)
Revision ChangesPath
1.4 +12 -0 src/contrib/wpa_supplicant/FREEBSD-Xlist
sam 2007-07-11 15:58:52 UTC
FreeBSD src repository
Modified files:
contrib/wpa_supplicant common.h events.c wpa_ctrl.c
wpa_supplicant.c
Removed files:
contrib/wpa_supplicant driver_ndis_.c
contrib/wpa_supplicant/wpa_gui-qt4 eventhistory.ui.h
sam 2007-07-11 15:48:43 UTC
FreeBSD src repository
src/contrib/wpa_supplicant - Imported sources
Update of /home/ncvs/src/contrib/wpa_supplicant
In directory repoman.freebsd.org:/tmp/cvs-serv35896
Log Message:
Import of WPA supplicant 0.5.8
Status:
Vendor Tag: M
garga 2007-07-11 15:44:30 UTC
FreeBSD ports repository
Modified files:
security/clamav Makefile distinfo
Log:
- Update to 0.91
- Remove CURL option because it's not needed anymore
Revision ChangesPath
1.101 +1 -9 ports/security/clamav/Makefile
1.41
mezz2007-07-11 15:20:27 UTC
FreeBSD ports repository
Modified files:
irc/xchatMakefile
Added files:
irc/xchat/files patch-xc284-scrollbmkdir
Log:
Fix creation of ~/.xchat2/scrollback/ paths, bump the PORTREVISION.
Obtained from: http://xchat.org/
harti 2007-07-11 14:41:54 UTC
FreeBSD src repository
Modified files:(Branch: BEGEMOT)
sys/contrib/ngatm/netnatm/api cc_conn.c
Log:
Vendor patch to remove some __inline qualifiers on non-static functions
because they seem to cause warnings in gcc-4.2.
Submitted by
ariff 2007-07-11 14:27:45 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pciich.c
Log:
Protect against divide by zero while calculating bus speed due to
possible broken kernel timecounter.
Reported/Tested by: silby
Approved by:re (hrs)
M
delphij 2007-07-11 14:26:27 UTC
FreeBSD src repository
Modified files:
sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c
Log:
MFp4: Make use of the kernel unit number allocation facility
for tmpfs nodes.
Submitted by: Mingyan Guo
Approved by:re (tmpfs blank
On Wed, Jul 11, 2007 at 02:18:10PM +0100, Bruce M. Simpson wrote:
> Nifty, is this thing now known to work in FreeBSD?
Now? The Wi-Spy has worked with FreeBSD since my patch in usb/105669
was committed in November last year :)
The user-land tools are available in ports as net-mgmt/wispy-tools,
ma
delphij 2007-07-11 13:19:21 UTC
FreeBSD src repository
Modified files:
release/doc/en_US.ISO8859-1/relnotes article.sgml
Log:
Mention that BZIP2 1.0.4 was MFC'ed.
Approved by:re (bmah)
Revision ChangesPath
1.1049+2 -1 src/release/doc/en_US.ISO8859-1/
Nifty, is this thing now known to work in FreeBSD?
Henrik Brix Andersen wrote:
On Tue, Jul 10, 2007 at 09:00:10PM +, Warner Losh wrote:
imp 2007-07-10 21:00:10 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usb_quirks.c usbdevs
Log:
Add additional
garga 2007-07-11 13:13:42 UTC
FreeBSD ports repository
Modified files:
security/clamav-devel Makefile
Log:
- Remove CURL option, forgotten on last commit. It's not needed anymore
Revision ChangesPath
1.109 +0 -8 ports/security/clamav-devel/Makefile
lofi2007-07-11 12:57:39 UTC
FreeBSD ports repository
Modified files:
security/gpgme Makefile distinfo
Removed files:
security/gpgme/files patch-assuan-Makefile.in patch-configure
patch-gpgme-1.1.3-multiple-message.patch
Log:
Update to 1.
jkoshy 2007-07-11 12:51:20 UTC
FreeBSD doc repository
Modified files:
share/sgml press.xml
Log:
Add an OFB article on setting up user PPP.
Revision ChangesPath
1.40 +15 -1 www/share/sgml/press.xml
___
cvs
garga 2007-07-11 12:50:12 UTC
FreeBSD ports repository
Modified files:
security/clamav-devel Makefile distinfo
Log:
- Update to 20070711
Revision ChangesPath
1.108 +1 -2 ports/security/clamav-devel/Makefile
1.70 +3 -3 ports/security/clamav
rwatson 2007-07-11 12:14:38 UTC
FreeBSD src repository
Removed files:
sys/coda 00READ
Log:
Remove now-stale 00READ file in the Coda tree; rvb isn't the current
contact for the Coda kernel module in FreeBSD.
Approved by:re (kensmith)
Revision Changes
garga 2007-07-11 12:05:45 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
Remove ports/devel/libslang2-devel
Revision ChangesPath
1.18354 +0 -1 CVSROOT/modules
___
cvs-all@freebsd.org
garga 2007-07-11 12:04:42 UTC
FreeBSD ports repository
Modified files:
.MOVED
develMakefile
devel/libslang Makefile
devel/libslang2 Makefile
japanese/libslangMakefile
Removed files:
devel/libslang2-devel M
tdb 2007-07-11 11:33:43 UTC
FreeBSD ports repository
Modified files:
sysutils/915resolution/files 915resolution.sh.in
Log:
Fix typo in previous commit.
Submitted by: Yarema <[EMAIL PROTECTED]>
Revision ChangesPath
1.2 +5 -5 ports/sysutils/915reso
novel 2007-07-11 10:49:06 UTC
FreeBSD src repository (ports committer)
Modified files:(Branch: RELENG_6)
usr.sbin/ppp command.c ppp.8.m4 radius.c radius.h
Log:
MFC command.c 1.307, radius.h 1.22, radius.c 1.54, ppp.8.m4 1.326:
Add a new option for ppp.conf:
blackend2007-07-11 09:15:31 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/desktop chapter.sgml
Log:
Various grammar and style fixes.
PR: docs/114363
Submitted by: Ben Kaduk <[EMAIL PROTECTED]>
Revision ChangesPath
1.73
roam2007-07-11 09:05:04 UTC
FreeBSD ports repository
Modified files:
ftp/curl Makefile
Log:
Actually, at least this version of cURL sometimes breaks with the new
libssh2, and fails to connect. Mark the libssh2 usage as broken until
I figure out what is the ma
pav 2007-07-11 08:35:15 UTC
FreeBSD ports repository
Modified files:
net-mgmt/macroscope Makefile distinfo
Log:
- Update to 1.0.2278
Submitted by: maintainer
Revision ChangesPath
1.3 +14 -9 ports/net-mgmt/macroscope/Makefile
1.2 +3 -3
dougb 2007-07-11 07:23:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
.ObsoleteFiles.inc
Log:
Record the removal of the PROTO.localhost* stuff from etc/namedb
Revision ChangesPath
1.25.2.17 +4 -0 src/ObsoleteFiles.
delphij 2007-07-11 07:16:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
Reflect bzip2 MFC.
RevisionChangesPath
1.883.2.77 +3 -0
src/release/doc/en_US.ISO8859-1/relnotes/common
dougb 2007-07-11 07:08:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc Makefile
etc/namedb Makefile named.conf
Added files: (Branch: RELENG_6)
etc/namedb/masterMakefile empty.db localhost-forward.db
delphij 2007-07-11 07:04:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
contrib/bzip2CHANGES FREEBSD-upgrade LICENSE Makefile
Makefile-libbz2_so README
README.COMPILATION.PROBLEMS blocksort.c
91 matches
Mail list logo