Bug 126914 - security/p5-Net-SSLeay does not compile with no OpenSSL in base
Summary: security/p5-Net-SSLeay does not compile with no OpenSSL in base
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 12:40 UTC by Oliver Lehmann
Modified: 2008-09-08 06:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Lehmann freebsd_committer freebsd_triage 2008-08-28 12:40:01 UTC
	if there is no OpenSSL is installed in the base-system but in /usr/local
        which is a valid configuration (disable it during make world, install
        the port) then p5-Net-SSLeay compilation will fail because of not
	respecting the OPENSSLLIB / OPENSSLINC

===>  Patching for p5-Net-SSLeay-1.35
===>   p5-Net-SSLeay-1.35 depends on file: /usr/local/bin/perl5.8.8 - found
===>   p5-Net-SSLeay-1.35 depends on file: /usr/local/lib/libcrypto.so.5 - found
===>   p5-Net-SSLeay-1.35 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Configuring for p5-Net-SSLeay-1.35
Cannot determine perl version info from lib/Net/SSLeay.pm
Cannot determine license info from lib/Net/SSLeay.pm
*** Could not find OpenSSL
    If it's already installed, please set the OPENSSL_PREFIX environment
    variable accordingly. If it isn't installed yet, get the latest version
    from http://www.openssl.org/.
*** Error code 2

Stop in /usr/ports/security/p5-Net-SSLeay.

Fix: 

fix the configure state to respect the mentioned variables
How-To-Repeat: 	remove openssl from base
	install openssl as port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-28 12:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2008-09-08 06:12:31 UTC
State Changed
From-To: open->closed

Fixed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-09-08 06:12:38 UTC
leeym       2008-09-08 05:12:24 UTC

  FreeBSD ports repository

  Modified files:
    security/p5-Net-SSLeay Makefile 
  Log:
  - set OPENSSL_PREFIX correctly
  
  PR:             126914
  Submitted by:   oliver
  
  Revision  Changes    Path
  1.31      +1 -1      ports/security/p5-Net-SSLeay/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"