Bug 89152 - [MAINTAINER] mail/dspam-devel: fix RUN_DEPENDS for WITH_CGI=on by USE_APACHE=1.3+
Summary: [MAINTAINER] mail/dspam-devel: fix RUN_DEPENDS for WITH_CGI=on by USE_APACHE=...
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-11-16 16:10 UTC by Ion-Mihai " IOnut " Tetcu
Modified: 2005-11-17 14:47 UTC (History)
0 users

See Also:


Attachments
dspam-devel-3.6.1_to_3.6.1_1.diff (1.53 KB, patch)
2005-11-16 16:10 UTC, Ion-Mihai " IOnut " Tetcu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai " IOnut " Tetcu 2005-11-16 16:10:16 UTC

Because of the new bsd.apache.mk, if WITH_CGI is defined the RUN_DEPENDS contains /usr/ports
beacuse, if USE_APACHE is not set, APACHE_PORT is not set. Since WIHT_CGI is not set by dafault,
this is not chatched by a normal build / index build.

Fix this with:	USE_APACHE=	1.3+
			Bump PORTREVISION.
No need to update if alrteady installed.

Pointyhats:
- for sure: me - for thinking, for 7 days, it's a local problem on my devel box.
- perhaps: clement@ for not grep'ing the ports for old apache vars and 
either fix them or send emails to maintainers.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-17 14:46:42 UTC
State Changed
From-To: open->closed

Committed, without the portrevision raise.