Re: cvs commit: ports MOVED

2012-06-17 Thread Matthew D. Fuller
On Sun, Jun 17, 2012 at 09:50:59PM + I heard the voice of
Carlo Strub, and lo! it spake thus:
> 
>   Modified files:
> .MOVED 
>   Log:
>   Tell people what renames were done on bazaar

This doesn't have the second field filled in, so tools like
portupgrade will get the wrong answer...


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: src/usr.sbin/config configvers.h mkmakefile.c src/sys/conf Makefile.alpha Makefile.amd64 Makefile.arm Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 files

2005-11-27 Thread Matthew D. Fuller
On Sun, Nov 27, 2005 at 04:38:30PM -0700 I heard the voice of
M. Warner Losh, and lo! it spake thus:
> How does this look to you?

As long as you're in there...

>   * Most end-users will use buildkenel and the build tools from buildworld.
^^^


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports LEGAL

2012-03-21 Thread Matthew D. Fuller
On Wed, Mar 21, 2012 at 04:42:25AM + I heard the voice of
Jason Helfman, and lo! it spake thus:
> 
>   Modified files:
> .LEGAL 
>   Log:
>   - add databases/datamodeler to LEGAL


> +datamodelerdatabases/datmodeler

Tpyo?


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: src/etc/rc.d root

2005-12-05 Thread Matthew D. Fuller
On Mon, Dec 05, 2005 at 05:37:31PM +1100 I heard the voice of
Bruce Evans, and lo! it spake thus:
> 
> You have to say something like "mount -u -o fstab,noro" or "mount -u
> -o current,noro" to fetch or preserve when just changing ro to rw.
> (It seems to be necessary to use noro when fstab or current set ro
> -- rw doesn't seem to cancel ro.)

-w does, though.  Or maybe it's ordering ("-w -ofstab" doesn't work
right, for instance), though that doesn't seem to apply to -o args.  I
mount a lot of my filesystems (including /) read-only, but I often
have to write something to 'em.  So I just have a pair of scripts:

root% cat ~/bin/rmount ; echo '' ; cat ~/bin/wmount
#!/bin/sh
/sbin/mount -uofstab -r $*

#!/bin/sh
/sbin/mount -uofstab -w $*


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c

2005-12-27 Thread Matthew D. Fuller
On Tue, Dec 27, 2005 at 11:50:31AM -0600 I heard the voice of
Mark Linimon, and lo! it spake thus:
> On Tue, Dec 27, 2005 at 09:38:11AM -0700, Scott Long wrote:
> > I'll eat my hat if there is a FreeBSD/i386 in the year 2038.
> 
> Exist?  Hell, I'll bet that people will still be insisting we keep
> the ports working on 4.11 even then.

Wait, are you suggesting that ports will stop working on my 2.1-STABLE
box??  But it's at the absolute top of its particular branch of the
tree!


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/etc/defaults periodic.conf

2006-01-30 Thread Matthew D. Fuller
On Tue, Jan 31, 2006 at 11:33:35AM +1030 I heard the voice of
Greg 'groggy' Lehey, and lo! it spake thus:
> 
> We should recognize that neither way is a solution.  The solution
> would be to make this kind of thing easily configurable.

"To make"?

(ttyp7):{266}% head -19 /etc/periodic/daily/400.status-disks | tail -1
df $daily_status_disks_df_flags && rc=1 || rc=3

$FreeBSD: src/etc/periodic/daily/400.status-disks,v 1.6
  2002/02/13 19:10:07 brian Exp $


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/etc/defaults periodic.conf

2006-01-30 Thread Matthew D. Fuller
On Tue, Jan 31, 2006 at 11:52:11AM +1030 I heard the voice of
Greg 'groggy' Lehey, and lo! it spake thus:
> 
> Note the word "easily".  Yes, you and I can do it.  But we're not end
> users by any stretch of the imagination.

Well, sure, but as you said:

> That would mean something like a knob DFFLAGS in
> /etc/defaults/rc.conf.

We have that; it's just that the knob is $daily_status_disks_df_flags,
and it's in /etc/defaults/periodic.conf (along with the rest of the
periodic config stuff).  I s'pose it could be "easier" if we had some
graphical tool or something to manage periodic.conf, but we don't
really have any widespread ones for rc.conf either.


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/devel/bazaar-ng Makefile

2006-02-19 Thread Matthew D. Fuller
On Mon, Feb 20, 2006 at 01:58:42AM + I heard the voice of
Marcus Alves Grando, and lo! it spake thus:
>
>   Log:
>   - Cosmetic change in Makefile dependencies

This also takes care of PR 93295.


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/usr.bin/finger sprint.c

2006-03-06 Thread Matthew D. Fuller
On Mon, Mar 06, 2006 at 06:41:06PM +0300 I heard the voice of
Yar Tikhiy, and lo! it spake thus:
> 
> BTW, any ideas where to find some spare space for quota(1)?

Don't forget repquota(8) too.  A lot of scripts I've slapped together
get really upset when things run together...


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/x11/XFree86-aoutlibs Makefile

2006-10-10 Thread Matthew D. Fuller
On Tue, Oct 10, 2006 at 05:18:59AM + I heard the voice of
Kris Kennaway, and lo! it spake thus:
>
>   Modified files:
> x11/XFree86-aoutlibs Makefile 
>   Log:
>   Deprecate and expire, since the required a.out support
>   infrastructure was retired in 2004.

It was?  I still run Netscape 4.x (which uses the a.out X libs) on my
June-vintage -CURRENT...


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mount code still broken (Was: cvs commit: src/sys/ufs/ffs ffs_vfsops.c)

2006-06-20 Thread Matthew D. Fuller
On Tue, Jun 20, 2006 at 07:50:51PM +0400 I heard the voice of
Maxim Konovalov, and lo! it spake thus:
>
> # mount -u -o noexec /home
> mount: /dev/ad0s1e: No such file or directory

This looks suspiciously like an issue I had a while back (well,
started a while back, and continued 'till I found the resolution),
which was resolved by rmdir'ing the /home dir and recreating it.


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/amd64/amd64 support.S

2006-08-16 Thread Matthew D. Fuller
On Wed, Aug 16, 2006 at 08:40:45PM -0600 I heard the voice of
Scott Long, and lo! it spake thus:
> 
> I have often had to remind co-workers that version control software
> is more than just a fancy/expensive FTP server.

It's funny how many people I can't get to use version control software
unless I tell them it's a fancy/expensive FTP server   ;p


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/www/links Makefile distinfo ports/www/links/files extra-terminal.c.diff patch-configure.in

2011-12-20 Thread Matthew D. Fuller
On Tue, Dec 20, 2011 at 11:24:25AM + I heard the voice of
Dmitry Sivachenko, and lo! it spake thus:
>   Log:
>   Update to version 2.4.
>
>   1.77  +2 -4  ports/www/links/Makefile

This lost the PORTEPOCH.


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/www/opera Makefile distinfo pkg-plist ports/www/opera/files operapluginwrapper patch-install.sh

2010-08-13 Thread Matthew D. Fuller
>   1.28  +0 -19 ports/www/opera/files/patch-install.sh

This file seems to be empty now, but not cvs rm'd.  Is that
intentional?


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/devel/mercurial Makefile

2010-08-07 Thread Matthew D. Fuller
On Sat, Aug 07, 2010 at 12:15:10PM + I heard the voice of
Ollivier Robert, and lo! it spake thus:
> 
>   Modified files:
> devel/mercurial  Makefile 
>   Log:
>   Fix make install breakage, sorry for that.

This still fails for me

for f in bash_completion  convert-repo  dumprevlog  hg-ssh  hgk  
logo-droplets.svg  memory.py  mercurial.el  mergetools.hgrc  mq.el  perf.py  
pylintrc  python-hook-examples.py  sample.hgrc  shrink-revlog.py  simplemerge  
tcsh_completion  tcsh_completion_build.sh  tmplrewrite.py  undumprevlog  
zsh_completion  git-viz/git-cat-file  git-viz/git-diff-tree  
git-viz/git-rev-list  git-viz/git-rev-tree  git-viz/hg-viz  hgsh/Makefile  
hgsh/hgsh.c  vim/HGAnnotate.vim  vim/hg-menu.vim  vim/hgcommand.vim  
vim/patchreview.txt  vim/patchreview.vim; do  /bin/cp -p 
/usr/ports.work/usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/${f} 
/usr/local/share/mercurial/contrib/${f};  done
cp: 
/usr/ports.work/usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/git-viz/git-cat-file:
 No such file or directory
*** Error code 1


contrib/git-viz/ as a whole doesn't exist.

% tar tvf /usr/ports/distfiles/mercurial-1.6.2.tar.gz | grep -c git-viz
0


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/deskutils/freemind Makefile

2010-01-20 Thread Matthew D. Fuller
On Wed, Jan 20, 2010 at 02:56:15PM -0500 I heard the voice of
Alexander Kabaev, and lo! it spake thus:
> 
> This has absolutely nothing to do with email client. Keeping commit
> commands within the same limits we keep our sources in width-wise is
> just common sense.

It's a step more involved than that though; that commit message IS
(though just barely) <=80 chars.  But the commit _mail_ indents the
log message a couple spaces, which pushes the _mail_ over.

-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/dns/dnsmasq Makefile ports/japanese/FreeWnn-server Makefile ports/mail/mailscanner Makefile ports/mail/mailscanner/files mta.in ports/mail/mailscanner-devel Makefile ports/mail/m

2010-03-30 Thread Matthew D. Fuller
On Sun, Mar 28, 2010 at 05:52:12AM + I heard the voice of
Doug Barton, and lo! it spake thus:
>
>   1.37  +0 -1  ports/mail/spamass-milter/Makefile

This broke spamass-milter.

-RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}

This var is still called for in post-patch:

@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${FILESDIR}/spamass-milter.in > ${WRKDIR}/spamass-milter

which causes the build to choke:

===>  Applying FreeBSD patches for spamass-milter-0.3.1_8
/usr/bin/sed   /usr/ports/mail/spamass-milter/files/spamass-milter.in > 
/usr/ports/mail/spamass-milter/work/spamass-milter
sed: 1: "/usr/ports/mail/spamass ...": extra characters at the end of p command
*** Error code 1

(@ taken out manually to show the command)


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/dns/dnsmasq Makefile ports/japanese/FreeWnn-server Makefile ports/mail/mailscanner Makefile ports/mail/mailscanner/files mta.in ports/mail/mailscanner-devel Makefile ports/mail/m

2010-03-30 Thread Matthew D. Fuller
On Tue, Mar 30, 2010 at 12:18:52AM -0700 I heard the voice of
Doug Barton, and lo! it spake thus:
> 
> After testing the fix I just committed it to avoid continued
> breakage.

Thanks!  (both for the quick fix, and the cleanup run)   :)



-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/textproc Makefile ports/textproc/ack Makefile distinfo pkg-descr pkg-plist

2011-08-09 Thread Matthew D. Fuller
>   Added files:
> textproc/ack Makefile distinfo pkg-descr pkg-plist 

What's the difference from textproc/p5-ack?


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/Mk bsd.kde4.mk ports/accessibility/kdeaccessibility4 Makefile distinfo pkg-plist ports/arabic/kde4-l10n Makefile distinfo pkg-plist ports/chinese/kde4-l10n-zh_CN

2009-08-05 Thread Matthew D. Fuller
On Wed, Aug 05, 2009 at 01:58:22PM -0400 I heard the voice of
Alexander Kabaev, and lo! it spake thus:
>
> Some ports seem to fail to build when their older version is already
> present in /usr/local. See qt4-dbus for example.

I had that happen with qt4-designer.  'course, it was easy enough to
hack around, with a quick pkg_delete; make install; back to
portupgrade.


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-28 Thread Matthew D. Fuller
On Tue, Aug 28, 2007 at 12:37:36PM +0400 I heard the voice of
Yar Tikhiy, and lo! it spake thus:
> 
> Perhaps we'll have to prune away the oldest unreleased versions
> periodically, but then some people will have to rebuild their old
> ports.

Well, but you can rebuild the ports before the fact.  That's smooth.

>From a how-miserable-life-is standpoint, and given the two cases:

1) We have a new version of XYZ ABI that new compiles will build
   against.  The old one will be removed in 6 months.  At that time,
   anything built before today will break.

2) We're putting in a new version of the XYZ ABI.  Anything built even
   momentarily before you installworld will break instantly after
   that.

One of the choices is much, much, _much_ nicer than the other.

A good percentage of programs on a given server will probably get
rebuilt over 6 months as a matter of course, as new versions come out.
The only disruption (1) will cause is that stuff that wouldn't
otherwise will need to be rebuilt "sometime in the next few months" to
keep working after the flag.  It can be handled smoothly (not
'automatically', perhaps, but a passingly attentive sysadmin can
easily jump the river without any visible issues).  (2) can't.  It'll
disrupt everything, and there's no way to prepare for it in advance.


Of course, it'd be nice to have "3) Everything always works forever".
But (1) is in practice very close to that, and likely a leetle bit
less work  :)



-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/devel/boost Makefile distinfo pkg-plist [...]

2007-07-06 Thread Matthew D. Fuller
On Wed, Jul 04, 2007 at 03:09:06PM + I heard the voice of
Simon Barner, and lo! it spake thus:
>
>   Log:
>   Update to boost 1.34.0:
>   
>- Fixes build g++ 4.2 (and there for on 7-CURRENT)

This doesn't actually seem to do it for me.  With or without the -O3
OPTIONS set, 'bjam' dumps core for me right at the beginning.  I tried
without CPUTYPE or any CFLAGS stuff set.

(spaces added around long line for readability)
---
[COMPILE] bin.freebsd/bjam
...updated 1 target...

cd /usr/ports/devel/boost/work/boost_1_34_0 &&  /usr/bin/env CXX=c++
CC=cc SHELL=/bin/sh NO_LINT=YES TARGETDIR=/usr/local DESTDIR=
PREFIX=/usr/local  LOCALBASE=/usr/local X11BASE=/usr/local
MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O2
-fno-strict-aliasing -pipe "  CXXFLAGS="-O2 -fno-strict-aliasing
-pipe" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root
-g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m
555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"
BSD_INSTALL_MAN="install  -o root -g wheel -m 444"
/usr/ports/devel/boost/work/boost_1_34_0/tools/jam/src/bin.freebsd/bjam
--layout=system -d2 variant=release threading=multi optimization=speed
--prefix=/usr/local --toolset=gcc

Segmentation fault (core dumped)
*** Error code 139
---


FreeBSD 7.0-CURRENT #0: Sat Jun  9 20:37:34 CDT 2007


Does anybody else see this, or is it just something wacky on my
system?


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/devel/boost Makefile distinfo pkg-plist [...]

2007-07-06 Thread Matthew D. Fuller
On Fri, Jul 06, 2007 at 08:58:00PM +0200 I heard the voice of
Simon Barner, and lo! it spake thus:
> 
> I can build boost with gcc-4.2.1_20070627 on 6.2-STABLE/i386 just
> fine btw.  (with + without OPTIMIZED_CFLAGS, ICU, THREADS, etc.) 

Whoops, forgot platform; I'm on -CURRENT/i386.


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/devel/libgsf/files patch-configure

2007-07-12 Thread Matthew D. Fuller
On Thu, Jul 12, 2007 at 09:30:14PM + I heard the voice of
Joe Marcus Clarke, and lo! it spake thus:
> 
>   Modified files:
> devel/libgsf/files   patch-configure 

With an up to date ports tree, this blew up for me with:

[...]
if test -z "" -a -n "" ; then \
  for p in gsf-office-thumbnailer.schemas; do \
GCONF_CONFIG_SOURCE= \
  gconftool-2 --makefile-install-rule $p; \
  done \
fi
test -z "" || /bin/sh ../mkinstalldirs ""
 install  -o root -g wheel -m 444 'gsf-office-thumbnailer.schemas' 
'/gsf-office-thumbnailer.schemas'
install: /gsf-office-thumbnailer.schemas: Read-only file system
[...]



(the things you see when you run a r/o "/"...  ;)


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/dev/em if_em.c

2006-11-01 Thread Matthew D. Fuller
On Wed, Nov 01, 2006 at 06:24:13PM + I heard the voice of
John Baldwin, and lo! it spake thus:
>
>   Log:
>   Fix compile botch in the last panic botch fix. :(

"Those responsible for sacking the people who have just been sacked,
have been sacked."8-}



-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"