From owner-freebsd-questions Wed Jun 9 14:21:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 4F8B414BCE for ; Wed, 9 Jun 1999 14:21:33 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 17:21:32 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105978@site2s1> From: Christopher Michaels To: 'Doug White' , "Jeremy L. Stock" Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Ports Question Date: Wed, 9 Jun 1999 17:23:19 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This (of course) begs the question. If the make is failing because it requires the info distribution (is it a dist or a port?) then why isn't it considered to be a dependency? More of a rhetorical question, but it had to be asked. -Chris > -----Original Message----- > From: Doug White [SMTP:dwhite@resnet.uoregon.edu] > Sent: Wednesday, June 09, 1999 5:12 PM > To: Jeremy L. Stock > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Ports Question > > On Sun, 6 Jun 1999, Jeremy L. Stock wrote: > > > What is the following looking for/supposed to do? > > > > post-install: > > @if [ ! -f ${PREFIX}/info/dir ]; then \ > > ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; > \ > > fi > > @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir > > > > This was taken from the Makefile for automake but quite a few other > ports > > have it now and they all abort on it before being registered under > > 3.2-STABLE as of June 4th. I'm just been commenting these lines out but > I'd > > appreciate knowing what's not set up correctly. > > It's trying to add the program's info file into the info heirarchy. Did > you install the info distribution? (info is GNU's replacement for man > pages.) > > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message