From owner-freebsd-ports Sat May 16 14:44:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12829 for freebsd-ports-outgoing; Sat, 16 May 1998 14:44:08 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail-gw3.pacbell.net (mail-gw3.pacbell.net [206.13.28.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12824 for ; Sat, 16 May 1998 14:44:06 -0700 (PDT) (envelope-from psh1@cornell.edu) Received: from wartch.rih.org (ppp-207-214-209-92.snfc21.pacbell.net [207.214.209.92]) by mail-gw3.pacbell.net (8.8.8/8.7.1+antispam) with ESMTP id OAA22369; Sat, 16 May 1998 14:44:09 -0700 (PDT) Received: from wartch.rih.org (peterh@localhost [127.0.0.1]) by wartch.rih.org (8.8.8/8.8.8) with ESMTP id OAA25724; Sat, 16 May 1998 14:43:28 -0700 (PDT) (envelope-from psh1@cornell.edu) Message-Id: <199805162143.OAA25724@wartch.rih.org> To: Chuck Robey From: Peter Haight Reply-To: psh1@cornell.edu Subject: Re: Autoconf macro for finding include subdirectories cc: freebsd-ports@FreeBSD.ORG Date: Sat, 16 May 1998 14:43:28 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >You can easily check where they install, by inspecting each port's >pkg/PLIST. Usually, the installed directory is the one the library >intends as a default, so other software that uses those libraries finds >it easily. The installation is conditioned against the user's setting >of PREFIX, because not everyone wants to use /usr/local. The only ports >I've had problems with are the tcl ones, for reasons that are very well >known. > >All ports that use those libraries are already set up to find the >required libraries correctly, with no modifications at all, irregardless >of local PREFIX settings, as long as those settings are stable on any >particular machine. Ahh. The problem is not with other ports. The problem occurs when I'm compiling something that is not in the port system. Also, I would like the macro so I can send it to the authors of the program so that they can include it in the next release. If that happens, then it is easier to maintain the port since it will need less patches. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message