Error installing Apache from port with NSS
Polytropon
freebsd at edvax.de
Mon Jun 4 23:00:12 UTC 2018
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, ...
More information about the freebsd-questions
mailing list