Bug 203675

Summary: benchmarks/httperf: Fix ports SSL and build without SSLv3
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Julien Laffaye <jlaffaye>
Status: Closed FIXED    
Severity: Affects Some People CC: zi
Priority: --- Flags: bugzilla: maintainer-feedback? (jlaffaye)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 205900    
Bug Blocks: 195796    
Attachments:
Description Flags
svn diff for benchmarks/httperf none

Description Bernard Spil freebsd_committer freebsd_triage 2015-10-10 12:44:45 UTC
Created attachment 161875 [details]
svn diff for benchmarks/httperf

Currently httperf will always link to base SSL even if WITH_SSL_PORT is set. Additionally, httperf will not build if OpenSSL was built without SSLv3 (--no-ssl3).

 - Makefile: Properly link SSL libs
 - Fix build without SSLv3

Upstreamed in https://github.com/httperf/httperf/pull/31
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-08 02:31:40 UTC
A commit references this bug:

Author: zi
Date: Fri Jan  8 02:30:46 UTC 2016
New revision: 405507
URL: https://svnweb.freebsd.org/changeset/ports/405507

Log:
  - Update to 0.9.1 pre-release [2]
  - Add support for building when SSLv2 or SSLv3 are disabled [1]

  PR:		203675 [1], 205900 [2]
  Submitted by:	brnrd@ [1], zi@ [2]
  Reviewed by:	jlaffaye@ (maintainer)
  Approved by:	jlaffaye@ (maintainer)
  Obtained from:	upstream github

Changes:
  head/benchmarks/httperf/Makefile
  head/benchmarks/httperf/distinfo
  head/benchmarks/httperf/files/patch-nossl23
  head/benchmarks/httperf/pkg-descr