Date: Tue, 5 Jun 2018 01:00:04 +0200 From: Polytropon <freebsd@edvax.de> To: edflecko <edflecko@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Error installing Apache from port with NSS Message-ID: <20180605010004.db690d79.freebsd@edvax.de> In-Reply-To: <CAFS4T6aWWztwguGmXjLxPR5cF3iD780Yu9LO-wRr1W1nGd7iEg@mail.gmail.com> References: <CAFS4T6aGvaL5hs3xTPCpWHRnO2_O-g7mtjB8V78Ad0WV0Xf%2BpQ@mail.gmail.com> <20180605002444.cbc40d38.freebsd@edvax.de> <CAFS4T6aWWztwguGmXjLxPR5cF3iD780Yu9LO-wRr1W1nGd7iEg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 4 Jun 2018 15:49:49 -0700, edflecko wrote: > Oddly, there is no "configure" file. There are Makefile, Makefile.options > and Makefile.options.desc. Check deeper in the port's directory. You should be able to find it in a subdirectory after "make extract", i. e., when all the sources are in place. THe manual method is: # make fetch # make extract # make patch Then you can locate the "configure" script and call it with the options. Afterwards, regular "make" (from the top of this port's directory tree) should work. > Perhaps there's a Makefile option that needs to be altered? The Makefiles will often be generated or altered "dynamically" (by the "configure" step). But of course you can check if the Makefile (which calls "configure" as one of the first steps) can be temporarily changed to reflect the option in question, as selecting the required option in "make configure" should typically cause all dependencies to be considered accordingly. Again, this is all "stuff you shouldn't do". ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180605010004.db690d79.freebsd>