Bug 209731

Summary: www/mini_httpd: Fix build on FreeBSD 9.X
Product: Ports & Packages Reporter: Leonid Nevecherya <nevecherya>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-Makefile.patch none

Description Leonid Nevecherya 2016-05-24 10:07:30 UTC
Created attachment 170595 [details]
patch-Makefile.patch

Compilation on FreeBSD 9.X fail with errors:
"Makefile", line 19: Malformed conditional ("$(OPENSSLINC)" != "/usr/include")
"Makefile", line 21: if-less endif
"Makefile", line 22: Malformed conditional ("$(OPENSSLLIB)" != "/usr/lib")
"Makefile", line 24: if-less endif
make: fatal errors encountered -- cannot continue

Patch with fix attached.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-24 13:16:04 UTC
A commit references this bug:

Author: amdmi3
Date: Tue May 24 13:15:40 UTC 2016
New revision: 415785
URL: https://svnweb.freebsd.org/changeset/ports/415785

Log:
  - Fix build on 9.x

  PR:		209731
  Submitted by:	nevecherya@gmail.com

Changes:
  head/www/mini_httpd/Makefile
  head/www/mini_httpd/files/patch-Makefile