Bug 146199 - www/apache20: port does not use make config
Summary: www/apache20: port does not use make config
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-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 21:40 UTC by Nick Hibma
Modified: 2012-02-09 02:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hibma 2010-04-30 21:40:09 UTC
Everytime I reinstall Apache I get bitten by the fact that the apache port does
not use make config style options to disable and enable modules. I keep
forgetting to build it with SSL.

Fix: 

Change the Makefile options to use make config style flags, so the configuration
persists across rebuilds.
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-04-30 23:56:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-04-30 23:57:54 UTC
State Changed
From-To: open->feedback

which apache port?
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-03 19:28:49 UTC
State Changed
From-To: feedback->open

feedback received
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-03 19:30:06 UTC
State Changed
From-To: open->feedback

it surely does esp for SSL. In fact, you have to expllicitly disable 
SSL.  Its enabled by default. 

$ grep SSL Makefile*
Makefile:.if defined(WITHOUT_SSL)
Makefile:WITHOUT_SSL_MODULES=   YES
Makefile:.if !defined(WITHOUT_SSL_MODULES)
Makefile:USE_OPENSSL=   yes
Makefile:.if defined(WITH_SSL_EXPERIMENTAL_ENGINE)
Makefile:CFLAGS+=       -DSSL_EXPERIMENTAL_ENGINE
Makefile.doc:##      WITHOUT_SSL:              Disable SSL support
Makefile.modules:.if !defined(WITHOUT_SSL)
Makefile.modules:WITH_SSL_MODULES=      yes
Makefile.modules:CONFIGURE_ARGS+=       --with-ssl=${OPENSSLBASE}
Makefile.modules:SSL_MODULES=           ssl
Makefile.modules:ALL_MODULES_CATEGORIES=        AUTH DAV EXPERIMENTAL LDAP MISC PROXY SSL \
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-04 17:38:08 UTC
State Changed
From-To: feedback->suspended

stalled
Comment 6 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-07 02:41:45 UTC
State Changed
From-To: suspended->open

unstal
Comment 7 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-07 02:43:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-05-07 02:43:12 UTC
pgollucci    2010-05-07 01:42:59 UTC

  FreeBSD ports repository

  Modified files:
    www/apache20         Makefile 
  Log:
  - Take stab at adding OPTIONS framework in limited capacity.
    Some options were intentionally omitted.
  - Remove a legacy option kludge
  
  PR:             ports/146199
  Requested by:   Nick Hibma <nick@anywi.com>
  With Hat:       apache@
  
  Revision  Changes    Path
  1.272     +10 -3     ports/www/apache20/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 9 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-13 23:27:17 UTC
State Changed
From-To: closed->open

re-open, it was backed out
Comment 10 Philip M. Gollucci freebsd_committer freebsd_triage 2012-02-09 02:46:23 UTC
State Changed
From-To: open->closed

soon to be gone, no more effort here