Bug 153405 - [PATCH] www/mini_httpd: allow to build without ssl
Summary: [PATCH] www/mini_httpd: allow to build without ssl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 14:40 UTC by citrin
Modified: 2010-12-24 00:50 UTC (History)
0 users

See Also:


Attachments
mini_httpd-1.19.patch (2.24 KB, patch)
2010-12-23 14:40 UTC, citrin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description citrin 2010-12-23 14:40:10 UTC
1. Makefile for port www/mini_httpd has NO_SSL knob, but it don't work.
Port always build with SSL support despite this knob.

How-To-Repeat: cd /usr/ports/www/mini_httpd && make -DNO_SSL
...
cc -O2 -pipe -fno-strict-aliasing  -DUSE_SSL  -c match.c
cc -O2 -pipe -fno-strict-aliasing  -DUSE_SSL  -c tdate_parse.c
cc -O2 -pipe -fno-strict-aliasing  -DUSE_SSL  -c htpasswd.c
...

2. While here - remove MD5 from distinfo
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-12-24 00:46:05 UTC
wen         2010-12-24 00:45:59 UTC

  FreeBSD ports repository

  Modified files:
    www/mini_httpd       Makefile distinfo 
    www/mini_httpd/files patch-Makefile 
  Log:
  - Allow to build without ssl
  
  PR:             ports/153405
  Submitted by:   Anton Yuzhaninov <citrin@citrin.ru>
  
  Revision  Changes    Path
  1.9       +1 -1      ports/www/mini_httpd/Makefile
  1.6       +0 -1      ports/www/mini_httpd/distinfo
  1.3       +7 -7      ports/www/mini_httpd/files/patch-Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2010-12-24 00:47:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!