Re: Why doesn't autoconf like our /bin/sh?

2008-05-25 Thread John E Hein
Stefan Farfeleder wrote at 16:13 +0200 on May 16, 2008: > On Fri, May 16, 2008 at 10:11:43AM -0400, Mike Meyer wrote: > > On Fri, 16 May 2008 09:44:33 +0200 > > Stefan Farfeleder <[EMAIL PROTECTED]> wrote: > > > > > On Sun, Mar 09, 2008 at 03:27:12PM -0400, Mike Meyer wrote: > > > > I've stu

Re: Why doesn't autoconf like our /bin/sh?

2008-05-25 Thread John E Hein
Stefan Farfeleder wrote at 17:45 +0200 on May 25, 2008: > On Sun, May 25, 2008 at 09:06:47AM -0600, John E Hein wrote: > > FWIW, it seems bash and sh report line number differently. > > > > # grep -n ^ ~/tmp/ln > > 1:#!/bin/sh > > 2:echo f line: $LINENO

Re: cvs tag renaming after repo copy

2008-02-28 Thread John E Hein
John E Hein wrote at 13:20 -0700 on Feb 28, 2008: > Thanks. I did something similar (not using cvs ops, but rather > directly munging the ,v file) with awk, but I had issues with binary > files. Regarding binary files, I tried my awk again, but this time with gawk, and it had no pro

Re: cvs tag renaming after repo copy

2008-02-28 Thread John E Hein
Dag-Erling Smørgrav wrote at 20:36 +0100 on Feb 28, 2008: > http://people.freebsd.org/~des/software/fixtags > > Unfortunately, Apache is set up in such a manner that I can't set the > correct mime type (if I name it fixtags.pl, it thinks it's a CGI script > and gives you a 403...) Thanks. I

Re: cvs tag renaming after repo copy

2008-02-28 Thread John E Hein
Dag-Erling Smørgrav wrote at 14:58 +0100 on Feb 28, 2008: > "Simon L. Nielsen" <[EMAIL PROTECTED]> writes: > > John Polstra has made a script (Fixtags) for it which we use for the > > FreeBSD repository. I don't think he has any problems with it being > > distributed, but as it doesn't have a

Re: Finding libraries to link with and autoconf resources?

2007-02-11 Thread John E Hein
Mike Meyer wrote at 16:09 -0500 on Feb 11, 2007: > In <[EMAIL PROTECTED]>, John E Hein <[EMAIL PROTECTED]> typed: > > In your freebsd port, there is a common idiom that looks like this > > in the Makefile: > > > > LDFLAGS+=-L/your/path/to/png/lib &g

Re: Finding libraries to link with and autoconf resources?

2007-02-11 Thread John E Hein
Garrett Cooper wrote at 22:46 -0800 on Feb 10, 2007: > Are there any global scripts or options to pass to autoconf that sets > the -L option for gcc properly? If the configure script doesn't support --with-png=/your/path/to/png, then you can force feed it by using env vars. As in: env LDFLAG

Re: tcsh & nss_ldap problem

2006-05-24 Thread John E Hein
Artem Kazakov wrote at 20:00 +0900 on May 24, 2006: > I don't know if this should go here, point me to the right place. > But it looks like a problem (bug?) in tcsh. That report and the link to the PR should be plenty of information to ship off to: [EMAIL PROTECTED] (see also http://mx.gw.co

Re: ports & DESTDIR (was: STLPORT and gcc3 (openoffice porting))

2002-03-18 Thread John E Hein
Terry Lambert wrote at 15:01 -0800 on Mar 18: > FWIW, bsd.lib.mk does the same thing. I'm not sure if that's > tarred by your PR or not (I would have looked, if you'd > posted a URL rathe than just a number... 8-)). Nope. Just bsd.port.mk http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28155 To

Re: ports & DESTDIR (was: STLPORT and gcc3 (openoffice porting))

2002-03-18 Thread John E Hein
Brad Huntting wrote at 14:50 -0700 on Mar 18: > Along these lines, we have a rather twisted setup at our shop. We > put 3d party software such as ports in directories with pathnames > like: > > /nfs/i386+OpenBSD2/teTeX-1.0.7/{bin/,etc/,share/,...} We do, too. We call it /site. > U

ports & DESTDIR (was: STLPORT and gcc3 (openoffice porting))

2002-03-18 Thread John E Hein
Terry Lambert <[EMAIL PROTECTED]> wrote 20:42:42 -0800 on Mar 17: > Paul Marquis wrote: > > Since the port of STLport is designed as a drop in replacement for > > the system STL, I've always used the -nostdinc++ option in my > > projects so that gcc won't even look at the default header files