Bug 198754 - [PATCH] security/proxytunnel: Fix build with LibreSSL
Summary: [PATCH] security/proxytunnel: Fix build with LibreSSL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Emanuel Haupt
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-20 22:13 UTC by Bernard Spil
Modified: 2015-03-22 20:52 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
svn diff for security/proxytunnel (1.01 KB, patch)
2015-03-20 22:13 UTC, Bernard Spil
no flags Details | Diff
Poudriere build log for security/proxytunnel (16.75 KB, text/plain)
2015-03-20 22:13 UTC, Bernard Spil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2015-03-20 22:13:29 UTC
Created attachment 154596 [details]
svn diff for security/proxytunnel

security/proxytunnel fails to build with LibreSSL as it misses the crypto libraries. Seems there's more ports suffering from this. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196469
The original Makefile fails to find libssl and openssl and adds them by forcing -lssl -lcrypto
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-03-20 22:13:55 UTC
Created attachment 154597 [details]
Poudriere build log for security/proxytunnel
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2015-03-22 20:52:35 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-22 20:52:43 UTC
A commit references this bug:

Author: ehaupt
Date: Sun Mar 22 20:52:24 UTC 2015
New revision: 381960
URL: https://svnweb.freebsd.org/changeset/ports/381960

Log:
  Fix build with LibreSSL

  PR:		198754
  Submitted by:	spil.oss@gmail.com

Changes:
  head/security/proxytunnel/files/patch-Makefile