Bug 193583

Summary: [PATCH] security/trousers: fix build with security/openssl
Product: Ports & Packages Reporter: poyopoyo
Component: Individual Port(s)Assignee: Hiroki Sato <hrs>
Status: Closed FIXED    
Severity: Affects Many People CC: hrs
Priority: --- Flags: mva: maintainer-feedback? (hrs)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
trousers_Makefile.diff none

Description poyopoyo 2014-09-12 12:02:52 UTC
Created attachment 147247 [details]
trousers_Makefile.diff

when security/trousers compiles over security/openssl port, it tries to link base openssl and fails for an obvious reason. To fix, tell them proper place to compile and link via --with-openssl= CONFIGURE_ARGS.
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2014-09-17 20:42:40 UTC
Over to maintainer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-21 23:12:21 UTC
A commit references this bug:

Author: hrs
Date: Sun Sep 21 23:12:19 UTC 2014
New revision: 368793
URL: http://svnweb.freebsd.org/changeset/ports/368793

Log:
  Fix build when security/openssl is installed.

  PR:	193583

Changes:
  head/security/trousers/Makefile
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2014-09-21 23:15:53 UTC
Committed a fix.  Thank you for your report!