Bug 83430 - [PATCH] devel/boehm-gc: Fix WITH_* knobs when BATCH is defined
Summary: [PATCH] devel/boehm-gc: Fix WITH_* knobs when BATCH is defined
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 05:10 UTC by Sean Farley
Modified: 2005-07-15 20:15 UTC (History)
1 user (show)

See Also:


Attachments
boehm-gc-6.5.patch (1.04 KB, patch)
2005-07-14 05:10 UTC, Sean Farley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Farley 2005-07-14 05:10:15 UTC
Testing WITH_XYZ and WITHOUT_XYZ will always return false in batch mode.
I think the convention is to test for the existance of the variable that
is opposite of what is in the OPTIONS variable.

Run 'make rmconfig' before trying the following:
'make -DWITH_THREADING -DBATCH -V PKGNAME' will return boehm-gc-6.5
before and boehm-gc+threaded-6.5 after the change.

Port maintainer (nobutaka@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-07-14 08:10:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka


Assign to maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2005-07-15 20:14:55 UTC
State Changed
From-To: open->closed

Committed, thanks!