| Summary: | Error in line 19 of openssl makefile | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mike Buchanon <buchanon> |
| Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mike Buchanon
2002-09-23 13:00:11 UTC
Responsible Changed From-To: freebsd-ports->dinoex Over to maintainer(s) State Changed From-To: open->feedback ports/security/openssl# make USE_OPENSSL=yes "/data/src/local/openssl/Makefile", line 19: You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. looks fine, please check your configuration, you should not have USE_OPENSSL=yes in /etc/make.conf for all ports. Mike Buchanon wrote: > Hi Dirk, > I removed the entry from make.conf and the problem went away. But, I > don't see why I couldn't have that defined? What about ports that I'd > like to upgrade automatically that I need openssl built into? Oh well. > Thanks! TTFN, > /mtb USE_OPENSSL=yes is defined in the ports who link against SSL. It will make _all_ your ports depend on openssl, wether they use it or not. You want set WITH_OPENSSL=yes in /etc/make.conf but this isn't parsed my many ports yet. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] State Changed From-To: feedback->closed no change, option explained |