brooks 2008-04-02 17:30:27 UTC
FreeBSD ports repository
Modified files:
audioMakefile
audio/squeezecenter Makefile distinfo
audio/squeezecenter/files patch-Slim_Networking_mDNS.pm
patch-Slim_Utils_Prefs.pm
brooks 2008-04-02 17:38:06 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
Add audio/squeezecenter post repo-copy.
Repo-copy by: marcus
Revision ChangesPath
1.19584 +1 -0 CVSROOT/modules
___
brooks 2008-04-02 18:29:21 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile pkg-plist
Log:
Don't install fragments of Compress/Zlib and JSON. They conflict with
the CPAN versions.
Revision ChangesPath
1.41 +3 -0 ports/audio/sque
brooks 2008-04-03 21:36:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
etc Makefile
etc/defaults rc.conf
etc/rc.d Makefile
share/man/man5 rc.conf.5
Added files: (Branch: RELENG_7)
etc
brooks 2008-04-03 21:33:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/ddb ddb.8 ddb.c
Log:
NFC the ability to read a file of commands to ddb(8) modeled after the
feature in ipfw(8).
Revision ChangesPath
1.3.2.3 +14 -0
brooks 2008-04-04 15:48:14 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile
audio/squeezecenter/files pkg-install.in squeezecenter.sh.in
Log:
Install squeezecenter with more normal permissions using the COPYTREE_SHARE
macro.
Use rc.subr's us
On Fri, Apr 04, 2008 at 08:54:48AM -0700, Bruce A. Mah wrote:
> If memory serves me right, Brooks Davis wrote:
>> brooks 2008-04-04 15:48:14 UTC
>>
>> FreeBSD ports repository
>>
>> Modified files:
>> audio/squeezecenter Makefile audio
brooks 2008-04-06 20:39:33 UTC
FreeBSD src repository
Modified files:
etc/rc.d ppp
Log:
Fix a stupid typo.
Reviewed by:bz
Revision ChangesPath
1.19 +1 -1 src/etc/rc.d/ppp
___
cvs-all@freebsd.o
brooks 2008-04-06 20:40:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
etc/rc.d ppp
Log:
Fix a stupid typo.
Reported by:bz
Revision ChangesPath
1.13.2.2 +14 -3 src/etc/rc.d/ppp
___
On Sun, Apr 06, 2008 at 08:39:41PM +, Brooks Davis wrote:
> brooks 2008-04-06 20:39:33 UTC
>
> FreeBSD src repository
>
> Modified files:
> etc/rc.d ppp
> Log:
> Fix a stupid typo.
>
> Reviewed by:bz
Oops, that w
brooks 2008-04-10 01:32:49 UTC
FreeBSD src repository
Modified files:
etc/rc.d ppp
Log:
Declare _ppp_profile_cleaned, _punct, and _punct_c local in
ppp_start_profile().
Reported by:yar
MFC after: 1 week
Revision ChangesPath
1.20 +1
brooks 2008-04-11 00:17:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/dhclientdhclient-script
Log:
MFC rev 1.19
Add a new function is_default_interface() which determines if this
interface is one with the default route (or there isn'
brooks 2008-04-11 00:18:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/dhclientdhclient-script
Log:
MFC rev 1.19
Add a new function is_default_interface() which determines if this
interface is one with the default route (or there isn'
brooks 2008-04-11 19:57:55 UTC
FreeBSD src repository
Modified files:
.access
Log:
Take will's commit bit into safe keeping at his request.
Approved by:core
Revision ChangesPath
1.871 +0 -1 CVSROOT/access
brooks 2008-04-11 20:31:49 UTC
FreeBSD ports repository
Modified files:
sysutils/sge61 Makefile distinfo pkg-plist
Added files:
sysutils/sge61/files patch-dist_util_create__settings.sh
Log:
Upgrade to GridEngine 6.1u4.
Follow Linux and Solaris by not setting LD
brooks 2008-04-14 19:10:08 UTC
FreeBSD ports repository
Modified files:
sysutils/sge61 Makefile
Added files:
sysutils/sge61/files qsh-disabled.sh
Log:
Add an option to replace qsh with a script that prints an error message
and exist with an error code. This is us
brooks 2008-04-14 20:27:53 UTC
FreeBSD ports repository
Modified files:
sysutils/sge60 Makefile
Added files:
sysutils/sge60/files qsh-disabled.sh
Log:
Add an option to replace qsh with a script that prints an error message
and exist with an error code. This is us
brooks 2008-04-15 22:34:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
etc/rc.d ppp
Log:
MFC rev 1.20:
Declare _ppp_profile_cleaned, _punct, and _punct_c local in
ppp_start_profile().
Reported by:yar
Revision ChangesPat
brooks 2008-04-15 22:37:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d ppp
Log:
MFC revs 1.17-1.20, the functional components of which are:
1.17:
Allow the characters .-+/ to appear in ppp profile names by folding them
to _
brooks 2008-04-15 22:48:56 UTC
FreeBSD src repository
Modified files:
sbin/dhclientbpf.c
Log:
When sending packets directly to the DHCP server, use a socket and send
directly rather than bogusly sending it out as a link layer broadcast
(which fails to be received on
brooks 2008-04-15 23:03:35 UTC
FreeBSD src repository
Modified files:
etc/rc.d dhclient
Log:
Add very limited support for the isc-dhclient. It will almostly certaintly
only work if there's just one interface doing dhcp. This version implements
the same logic as
brooks 2008-04-19 22:04:51 UTC
FreeBSD src repository
Modified files:
sys/net if.c
Log:
Delay the global registration of the struct ifnet in if_alloc() until after
we're certain the allocation will entierly succeed. This fixes a leak in a
fairly unlikely case.
brooks 2008-04-21 16:59:11 UTC
FreeBSD ports repository
Modified files:
sysutils/sge60 Makefile
Log:
I accidently broke building on 5.x in rev 1.34. Since both FreeBSD 5.x and
SGE 6.0 are obsolete, just mark the port borken for 5.x.
Reported by:pointyhat (via p
On Sun, Apr 20, 2008 at 01:54:26PM -0700, Sam Leffler wrote:
> Expect fallout from these changes. Known issues:
>
> o kernel configs must be updated to remove wlan_scan_*
> o ipw is broken
> o wi works for Prism cards with newer firmware (1.7.x tested w/ wpa!) but
> older cards/firmware and Luc
brooks 2008-04-21 18:17:48 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
Log:
Change the default of ddb_enable to YES so we default to generating textdumps
on panic. This means you get a potentially useful dump even if your system
is running X when
brooks 2008-04-23 22:40:59 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
Log:
Revert rev 1.332 and keep ddb scripts off by default for now. Minidumps
are more flexable and much text-dump like output can be produced from
them so there's a good argum
On Thu, Apr 24, 2008 at 11:55:45AM +0100, Robert Watson wrote:
> On Wed, 23 Apr 2008, Brooks Davis wrote:
>
>> brooks 2008-04-23 22:40:59 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>>etc/defaults rc.conf
>> Log:
brooks 2008-04-25 23:50:49 UTC
FreeBSD src repository
Modified files:
etc network.subr
share/man/man5 rc.conf.5
Log:
Replace the prototype vaps_ and vap_create_ variables with
more wlans_ and create_args_
Add documentation for these variants an
brooks 2008-04-29 17:22:04 UTC
FreeBSD ports repository
Modified files:
sysutils/sge60 Makefile
sysutils/sge61 Makefile
Log:
Fix the option to disable qsh. I failed to notice the qrsh and qlogin are
links to qsh so removing it broke them too. When replacing
brooks 2008-04-29 20:17:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/man/man5 rc.conf.5
Log:
MFC per ppp profile variable documentation (revs 1.336 and 1.337)
PR: conf/121452, conf/122127
Revision ChangesPath
1
brooks 2008-04-29 20:34:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man5 rc.conf.5
Log:
MFC per ppp profile variable documentation (revs 1.336 and 1.337)
PR: conf/121452, conf/122127
RevisionChangesPath
brooks 2008-04-29 20:43:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/net if.c
Log:
MFC rev 1.278:
Delay the global registration of the struct ifnet in if_alloc() until after
we're certain the allocation will entierly succeed. T
brooks 2008-04-29 20:43:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if.c
Log:
MFC rev 1.278:
Delay the global registration of the struct ifnet in if_alloc() until after
we're certain the allocation will entierly succeed. T
brooks 2008-04-29 21:29:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/dhclientbpf.c
Log:
MFC rev 1.8
When sending packets directly to the DHCP server, use a socket and send
directly rather than bogusly sending it out as a link layer
brooks 2008-04-30 16:29:15 UTC
FreeBSD src repository
Modified files:
etc network.subr
Log:
Emit a warning when the network_interfaces variable is not set to AUTO.
MFC after: 3 days
Revision ChangesPath
1.185 +4 -0 src/etc/network.
brooks 2008-04-30 18:54:45 UTC
FreeBSD ports repository
Modified files:
.modules
.MOVED
security Makefile
Removed files:
security/drupal4-ldap_integration Makefile distinfo pkg-descr
security/drupal4-ldap_integ
brooks 2008-04-30 20:38:10 UTC
FreeBSD ports repository
Modified files:
.MOVED
Log:
I inadvertently wrapped a line in the previous commit causing the last line of
the file to be invalid. Unwrap.
Reported by:Jimmie James
Pointy hat: brooks
brooks 2008-04-30 23:18:04 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile
audio/squeezecenter/files pkg-install.in
Log:
The pkg-install script incorrectly listed the pid file path as
/var/run/${name}.pid. It's actually /var/run/${name}/${name}
brooks 2008-05-03 07:06:48 UTC
FreeBSD src repository
Modified files:
share/man/man4 wlan.4
etc/defaults rc.conf
Log:
Replace a couple mentions of the soon to be removed vaps_
variable form with wlans_.
Revision ChangesPath
1.334 +1 -1 s
On Fri, May 02, 2008 at 02:21:33PM +0200, Henrik Brix Andersen wrote:
> On Fri, Apr 25, 2008 at 11:50:49PM +0000, Brooks Davis wrote:
> > brooks 2008-04-25 23:50:49 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > etc
brooks 2008-05-04 16:14:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
etc network.subr
Log:
MFC: Emit a warning when the network_interfaces variable is not set to AUTO.
Revision ChangesPath
1.180.2.2 +4 -0 src/etc/net
brooks 2008-05-04 16:15:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc network.subr
Log:
MFC: Emit a warning when the network_interfaces variable is not set to AUTO.
Revision ChangesPath
1.164.2.9 +4 -0 src/etc/net
brooks 2008-05-13 15:55:19 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile pkg-plist
Log:
Don't install copies of GD files they get picked up before the port
version and the port version has now been updates.
Reported by:Christopher Key
brooks 2008-07-29 17:17:30 UTC
FreeBSD ports repository
Modified files:
emulators/p-interp Makefile
Log:
Fix the disk image MASTER_SITES.
- ftp.apple.asimov.net was reorganized at some point so the path was
wrong.
- ftp1.au.apple.asimov.net is reliably non-functiona
brooks 2008-08-11 16:57:00 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile distinfo pkg-plist
audio/squeezecenter/files squeezecenter.sh.in
Log:
Upgrade to 7.1, mostly a bugfix release.
Fix an error in the rc.d script where a typo caused a co
brooks 2008-08-18 15:41:03 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/llvm-devel Makefile distinfo pkg-descr pkg-plist
devel/llvm-devel/files patch-tools_clang_utils_scan-build
Log:
Add an llvm snapshot port incl
brooks 2008-08-20 22:31:26 UTC
FreeBSD ports repository
Modified files:
devel/llvm-devel Makefile distinfo pkg-plist
Log:
Upgrade to a snapshot from 8/17.
Temporarily put the regression-test target under if
defined(MAINTAINER_MODE) because it eats /dev/null if run as
brooks 2008-08-21 14:54:22 UTC
FreeBSD ports repository
Modified files:
devel/llvm-devel Makefile distinfo
Log:
Update to a new 8/19 snapshot that passes the regression tests.
"Fix" the regression tests by running them as nobody if the regression-test
target is run by
brooks 2008-08-23 16:51:05 UTC
FreeBSD ports repository
Modified files:
net/openmpi Makefile
Log:
Chase libtorque version.
Revision ChangesPath
1.23 +2 -1 ports/net/openmpi/Makefile
___
cvs-all@freebsd.or
On Sun, Aug 24, 2008 at 10:24:08PM -0700, Sam Leffler wrote:
> Julian Elischer wrote:
>> julian 2008-08-25 05:20:29 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/net80211 ieee80211_ddb.c Log:
>> SVN rev 182144 on 2008-08-25 05:20:29Z by julian
>> This
brooks 2008-09-01 17:15:29 UTC
FreeBSD src repository
Modified files:
sys/net route.c
Log:
SVN rev 182615 on 2008-09-01 17:15:29Z by brooks
Wrap a line that became too long with the addition of V_.
(This file contains many more unwrapped or badly wrapped l
brooks 2008-09-01 19:25:27 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_hostcache.c
Log:
SVN rev 182633 on 2008-09-01 19:25:27Z by brooks
Wrap an 81 column SYSCTL_NODE decleration.
Obtained from: //depot/projects/vimage-commit2/...
Revision
brooks 2008-09-02 19:51:04 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile distinfo
audio/squeezecenter/files patch-convert.conf pkg-install.in
squeezecenter.sh.in
Log:
Upgrade to squeezecenter 7.2 which has:
- Ad
brooks 2008-09-02 20:55:46 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile pkg-plist
Log:
Fix the plist.
While here, tidy up a bit and reduce portlint warnings.
Reported by:QA-Tindy
Revision ChangesPath
1.53 +3 -3 po
brooks 2008-09-03 20:33:11 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211.c
Log:
SVN rev 182742 on 2008-09-03 20:33:11Z by brooks
Replace a line matching /^ $/ with one matching /^$/.
Obtained from: //depot/projects/vimage-commit2/...
R
brooks 2008-10-01 18:46:46 UTC
FreeBSD src repository
Modified files:
etc network.subr
Log:
SVN rev 183517 on 2008-10-01 18:46:46Z by brooks
Remove compat support for vaps_ and vap_create_ variables as
promised in r178527. These variables were never in a
brooks 2008-10-04 05:44:06 UTC
FreeBSD ports repository
Modified files:
devel/llvm-devel Makefile distinfo
Log:
Upgrade to a snapshot from October 2nd.
Revision ChangesPath
1.5 +1 -1 ports/devel/llvm-devel/Makefile
1.4 +3 -3 ports/devel/ll
brooks 2008-10-07 14:51:08 UTC
FreeBSD ports repository
Modified files:
audio/squeezecenter Makefile
Added files:
audio/squeezecenter/files
patch-Slim_Plugin_LastFM_ProtocolHandler.pm
Log:
Fix the LastFM plugin. It was broken due to the Fr
On Thu, Jun 07, 2007 at 09:45:28PM +0200, Simon L. Nielsen wrote:
> On 2007.06.07 19:41:15 +, Simon L. Nielsen wrote:
> > simon 2007-06-07 19:41:15 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > security/ca-rootsMakefile
> > Log:
> > Deprecated and set
brooks 2007-06-07 23:38:12 UTC
FreeBSD ports repository
Modified files:
audio/slimserver Makefile distinfo
audio/slimserver/files patch-Slim_Utils_Prefs.pm
Log:
Upgrade to 6.5.2. Basicly a bugfix release. See the changelog for
details: http://www.slimdevices.com/Ch
brooks 2007-06-08 00:09:41 UTC
FreeBSD ports repository
Modified files:
net/openmpi Makefile distinfo pkg-plist
Added files:
net/openmpi Makefile.man
Removed files:
net/openmpi/filespatch-opal_event_Makefile.in
pkg-message
brooks 2007-06-22 15:58:24 UTC
FreeBSD ports repository
Modified files:
.access
Log:
Please welcome Kishore Sampathkumar to the ranks of ports committers.
He will be working to bring ports of HP server management tools to
FreeBSD. I will be his mentor.
brooks 2007-07-03 00:06:22 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/psshMakefile distinfo pkg-descr pkg-plist
Log:
Add pssh:
This package provides parallel versions of the openssh tools. Included
in th
brooks 2007-07-03 00:06:33 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
pssh --> ports/security/pssh
Revision ChangesPath
1.18292 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mail
brooks 2007-07-06 15:44:10 UTC
FreeBSD ports repository
Modified files:
security/psshMakefile
Log:
Further testing indicates that a majority of connections fail,
apparently due to mishandling of EINTR in select. It looks like
this is simlar to the problem reported i
brooks 2007-07-06 20:30:24 UTC
FreeBSD ports repository
Modified files:
security/psshMakefile
Added files:
security/pssh/files patch-bin_pnuke patch-bin_prsync
patch-bin_pscp patch-bin_pslurp
patch-bin_pssh
brooks 2007-07-06 21:37:35 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/ca_root_nss Makefile distinfo pkg-descr
security/ca_root_nss/files patch-ca-bundle.pl
Log:
Add ca_root_nss:
Root certificates from certifi
brooks 2007-07-06 21:37:46 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
ca_root_nss --> ports/security/ca_root_nss
Revision ChangesPath
1.18320 +1 -0 CVSROOT/modules
___
cvs-all@fr
On Thu, Jun 07, 2007 at 03:03:59PM -0500, Brooks Davis wrote:
> On Thu, Jun 07, 2007 at 09:45:28PM +0200, Simon L. Nielsen wrote:
> > On 2007.06.07 19:41:15 +, Simon L. Nielsen wrote:
> > > simon 2007-06-07 19:41:15 UTC
> > >
> > > FreeBSD port
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
brooks 2007-07-15 03:47:20 UTC
FreeBSD ports repository
Modified files:
audio/slimserver Makefile distinfo
audio/slimserver/files patch-Slim_Utils_Prefs.pm
pkg-install.in slimserver.sh.in
Log:
Upgrade to slimserver 6.5.3 see change log for de
brooks 2007-07-18 14:53:39 UTC
FreeBSD ports repository
Modified files:
.UPDATING
devel/llvm Makefile distinfo pkg-plist
Removed files:
devel/llvm/files patch-include-llvm-Modules.h
Log:
Upgrade to LLVM 2.0.
From the release not
brooks 2007-07-23 19:24:55 UTC
FreeBSD ports repository
Modified files:
devel/llvm pkg-plist
Log:
Add a missing plist entry.
Reported by:pointyhat (via pav)
Revision ChangesPath
1.7 +1 -0 ports/devel/llvm/pkg-plist
__
On Fri, Aug 03, 2007 at 03:29:14PM +, Alexey Dokuchaev wrote:
> On Thu, Aug 02, 2007 at 10:47:56AM +0200, Henrik Brix Andersen wrote:
> > On Thu, Aug 02, 2007 at 08:44:23AM +, Alexey Dokuchaev wrote:
> > > What about RELENG_4, is it going to be fixed, or these bugs are not
> > > applicable
brooks 2007-08-24 01:24:54 UTC
FreeBSD ports repository
Modified files:
sysutils/ganglia-monitor-core Makefile distinfo
Added files:
sysutils/ganglia-monitor-core/files
patch-libmetrics_freebsd_metrics.c
Log:
- Upgrade to ganglia 3
brooks 2007-08-24 01:25:39 UTC
FreeBSD ports repository
Modified files:
sysutils/ganglia-webfrontend Makefile distinfo
sysutils/ganglia-webfrontend/files pkg-message.in
Added files:
sysutils/ganglia-webfrontend/files version.php
Removed files:
sysutils/ganglia-webf
brooks 2007-03-25 23:58:46 UTC
FreeBSD src repository
Modified files:
etc/rc.d syscons
Log:
Use "-ne" instead of "!=" for integer comparison.
Revision ChangesPath
1.21 +1 -1 src/etc/rc.d/syscons
___
cv
On Fri, Mar 30, 2007 at 12:33:48AM +0400, Andrey Chernov wrote:
> On Thu, Mar 29, 2007 at 11:58:57PM +0400, Andrey Chernov wrote:
> > On Thu, Mar 29, 2007 at 03:34:45PM -0400, John Baldwin wrote:
> > > The change in v1.28 fixed a similar warning where you'd get something like
> > >
> > > /etc/rc.d
brooks 2007-04-02 14:09:09 UTC
FreeBSD src repository
Modified files:
share/misc committers-src.dot
Log:
jlemon was my mentor and I got my commit bit in 2001.
Revision ChangesPath
1.47 +2 -1 src/share/misc/committers-src.dot
__
brooks 2007-05-16 18:37:37 UTC
FreeBSD src repository
Modified files:
sys/net if.h if_var.h
Log:
The struct if_data members ifi_recvquota and ifi_xmitquota have been
unused for ages. Rename them to ifi_spare_char1 and ifi_spare_char2
respectively to indicate th
brooks 2007-05-16 19:59:01 UTC
FreeBSD src repository
Modified files:
sys/net if.c
Log:
Update the comments on if_alloc(), if_free(), if_free_type(), and
if_attach.
Remove a comment about pre-3.0 network drivers from if_attach().
Be a bit more consistant
On Tue, May 22, 2007 at 07:56:42AM -0500, Eric Anderson wrote:
> On 05/21/07 14:57, Dag-Erling Sm?rgrav wrote:
> > Jung-uk Kim <[EMAIL PROTECTED]> writes:
> >> 'smbios.system.uuid' is exported from loader, not from kernel. And it
> >> already checks two things, i.e., all zero's and all 0xff's, wh
On Tue, May 22, 2007 at 10:07:03AM -0700, Doug Barton wrote:
> Brooks Davis wrote:
>
> > I'm not sure that's a bug. Perhaps if it's too noisy. There are
> > several other places that require a writable etc or require certain
> > files to be linked to so
On Sun, Nov 05, 2006 at 09:29:32AM -0500, Randall Stewart wrote:
> Randall Stewart wrote:
> >rrs 2006-11-05 13:25:18 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> >sys/netinet sctp_bsd_addr.c sctp_crc32.c
> > sctp_indata.c sctp_input.c
brooks 2006-12-04 16:39:10 UTC
FreeBSD ports repository
Modified files:
sysutils/sge Makefile
sysutils/sge/files patch-aimk
Log:
Fix X11BASE!=/usr/X11R6 case.
Fix an apparently harmless typo in CXXFLAGS substitution.
Revision ChangesPath
1.21 +5
On Sun, Dec 31, 2006 at 11:04:11AM -0600, Mike Pritchard wrote:
> On Sun, Dec 31, 2006 at 11:07:29AM +, Yar Tikhiy wrote:
> > yar 2006-12-31 11:07:29 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > etc rc.subr
> > Log:
> > Allow for /usr/bi
brooks 2007-01-03 04:02:32 UTC
FreeBSD ports repository
Removed files:
www/drupal-textile 1
Log:
Nuke a bogus temporary file.
Revision ChangesPath
1.2 +0 -35 ports/www/drupal-textile/1 (dead)
___
cvs-all@freebsd
brooks 2007-01-05 21:32:19 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
www/drupal Makefile bsd.drupal.mk distinfo pkg-plist
www/drupal-pubcookie Makefile distinfo
www/drupal-textile Makefile distinfo
Log:
Upgrade drupal t
brooks 2007-01-06 04:32:49 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/drupal-filemanager Makefile distinfo pkg-descr
Log:
Add drupal-filemanager
This module adds a full featured file management API for your modules
t
brooks 2007-01-06 04:33:09 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
drupal-filemanager --> ports/www/drupal-filemanager
Revision ChangesPath
1.17081 +1 -0 CVSROOT/modules
___
c
brooks 2007-01-06 04:35:45 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/drupal-attachment Makefile distinfo pkg-descr
Log:
Add www/drupal-attachment:
This module is an alternative to Drupal's included upload module. It
brooks 2007-01-06 04:36:02 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
drupal-attachment --> ports/www/drupal-attachment
Revision ChangesPath
1.17082 +1 -0 CVSROOT/modules
___
cvs
brooks 2007-01-06 04:38:37 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/drupal-nice_menus Makefile distinfo pkg-descr
Log:
Add www/drupal-nice_menus:
Nice Menus is a module for the Drupal CMS which enables drop-down /
brooks 2007-01-06 04:38:51 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
drupal-nice_menus --> ports/www/drupal-nice_menus
Revision ChangesPath
1.17083 +1 -0 CVSROOT/modules
___
cvs
brooks 2007-01-09 03:07:27 UTC
FreeBSD ports repository
Modified files:
www/drupal-pubcookie Makefile pkg-descr
Log:
Fix up the pkg-desc a bit.
Actually remove BROKEN following my uprade and fix over the weekend.
Revision ChangesPath
1.6 +0 -2 ports/w
brooks 2007-01-09 03:13:56 UTC
FreeBSD ports repository
Modified files:
www/drupal-pubcookie Makefile
Log:
Drop maintainership.
Because this port will likely stop working fairly quickly without a
maintainer, deprecate it and set it to expire Feb 1st. If you use this
po
brooks 2007-01-09 03:15:19 UTC
FreeBSD ports repository
Modified files:
www/drupal bsd.drupal.mk
Log:
Add @'s in front of ${CHOWN} calls.
Revision ChangesPath
1.3 +5 -5 ports/www/drupal/bsd.drupal.mk
__
brooks 2007-01-09 03:19:03 UTC
FreeBSD ports repository
Modified files:
www/drupal Makefile
www/drupal-textile Makefile
Log:
Transfer maintainership of drupal and drupal-textile to Nick Hilliard.
Thanks for taking this on.
Revision ChangesPath
1.3
brooks 2007-01-09 03:29:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d dhclient
Log:
MFC rev 1.25:
Pull in /etc/rc.conf.d/network so that ifconfig_ variables can be
set there. This is required for consistency with /etc/rc.d/netif
brooks 2007-01-09 08:26:11 UTC
FreeBSD ports repository
Modified files:
sysutils/sge Makefile Makefile.man distinfo pkg-plist
sysutils/sge/files distinst.private patch-aimk
patch-scripts_distinst
sge-freebsd-pdc.diff
501 - 600 of 660 matches
Mail list logo