Bug 198754

Summary: [PATCH] security/proxytunnel: Fix build with LibreSSL
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (ehaupt)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for security/proxytunnel
none
Poudriere build log for security/proxytunnel none

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