Bug 69387 - Update: security/samhain 1.8.9 -> 1.8.10b
Summary: Update: security/samhain 1.8.9 -> 1.8.10b
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: 2004-07-21 19:20 UTC by David Thiel
Modified: 2004-08-12 00:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (4.94 KB, patch)
2004-07-21 19:20 UTC, David Thiel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Thiel 2004-07-21 19:20:23 UTC
Port changes:

Add OPTIONS menu, remove most tunable info from comments. Change variable
names to use the "WITH_*" standard.

1.8.10b info:

Fixed FreeBSD make issue in the 1.8.10 release, fixes for default
GrowingLogFiles policy, bugfixes in signal handling and kernel
checking. See docs/Changelog for details.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-22 08:38:50 UTC
State Changed
From-To: open->feedback

Please note that due to a bug, the automatic packages will be build 
with all options set to OFF! You can work around this by e.g. using 
.if undefined(WITHOUT_FOO) || defined(WITH_FOO) 
-- Volker
Comment 2 David Thiel 2004-07-22 20:02:47 UTC
On Thu, Jul 22, 2004 at 07:40:20AM +0000, Volker Stolz wrote:
> Please note that due to a bug, the automatic packages will be build
> with all options set to OFF! You can work around this by e.g. using
>   .if undefined(WITHOUT_FOO) || defined(WITH_FOO)

For this port, all options off should be fine, and probably desirable.

Thanks!
david
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-12 00:00:23 UTC
State Changed
From-To: feedback->closed

Committed, with OPTIONS handling fixed.