Bug 12795 - security/sslproxy fails
Summary: security/sslproxy fails
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-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-25 01:50 UTC by girgen
Modified: 1999-08-01 04:08 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.64 KB, patch)
1999-07-25 01:50 UTC, girgen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description girgen 1999-07-25 01:50:01 UTC
patch-aa of the sslproxy port is expecting openssl include files in
${PREFIX}/include/openssl, but does this by setting
CFLAGS=-I${PREFIX}/include/openssl, which fails because openssl
expects -i${PREFIX}/include, and seaches for its include files with
#include <openssl/xxx.h>

Fix: This patch will fix it, and also honour user CFLAGS settings and
install some docs:
How-To-Repeat: make the port security/sslproxy
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-08-01 04:07:05 UTC
State Changed
From-To: open->closed

Committed, thanks!