Bug 43285

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
	Line 19 in Makefile for security/openssl seems to have a problem

Fix: 

The line currently looks like this:
The line currently looks like this:

.error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again.


my guess is that the 's should be escaped, but, I'm not a make master.  So,
I'm not certain :)
How-To-Repeat: 	run portsdb -Uu from portupgrade and watch the output
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-10-12 03:17:34 UTC
Responsible Changed
From-To: freebsd-ports->dinoex

Over to maintainer(s)
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2002-10-12 21:29:55 UTC
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.
Comment 3 dirk.meyer 2002-10-21 20:49:40 UTC
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]
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2002-10-21 21:24:54 UTC
State Changed
From-To: feedback->closed

no change, option explained