Bug 83144 - www/cgiwrap -- Maintainer update
Summary: www/cgiwrap -- Maintainer update
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: 2005-07-08 15:10 UTC by Jeremy Chadwick
Modified: 2005-07-08 23:35 UTC (History)
0 users

See Also:


Attachments
file.diff (8.45 KB, patch)
2005-07-08 15:10 UTC, Jeremy Chadwick
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Chadwick 2005-07-08 15:10:15 UTC
	Maintainer update.  Changes/adds the following:

	* Make use of OPTIONS, for ease of use.
	* Add WITH_NPH option (via OPTIONS); enable or disable
	  addition of nph-cgiwrap binaries.
	* Add WITH_DEBUG option (via OPTIONS); enable or disable
	  debug builds.
	* Rename some knobs:
	  WITH_MAIN_CGIDIR  => INSTALL_DIR
	  WITH_USER_CGIDIR  => USER_CGIDIR
	  WITH_ALLOWFILE    => ALLOW_FILE
	  WITH_DENYFILE     => DENY_FILE
	  WITH_LOGGING      => LOG_FILE
	* Remove WITH_EMAIL knob; I'll re-add it in the future if
	  anyone actually uses it...
	* Add --with-wall to default configure flags.  This
	  also conveniently pulls in CFLAGS from /etc/make.conf.

	It's probably worth mentioning the knob changes in
	ports/UPDATING, since people might wig out over breakage.

Fix: Apply below patch:
How-To-Repeat: 	n/a
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-08 23:35:13 UTC
State Changed
From-To: open->closed

Committed, thanks!