Bug 209731 - www/mini_httpd: Fix build on FreeBSD 9.X
Summary: www/mini_httpd: Fix build on FreeBSD 9.X
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-24 10:07 UTC by Leonid Nevecherya
Modified: 2016-05-24 13:16 UTC (History)
0 users

See Also:


Attachments
patch-Makefile.patch (603 bytes, patch)
2016-05-24 10:07 UTC, Leonid Nevecherya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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