Bug 170739 - [MAINTAINER] games/nelly: Makefile changed, Port require always DATA
Summary: [MAINTAINER] games/nelly: Makefile changed, Port require always DATA
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 13:50 UTC by nemysis
Modified: 2012-08-21 07:00 UTC (History)
1 user (show)

See Also:


Attachments
nelly-1.0_1.patch (860 bytes, patch)
2012-08-18 13:50 UTC, nemysis
no flags Details | Diff
nelly.diff (1001 bytes, patch)
2012-08-20 21:43 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-08-18 13:50:09 UTC
Makefile changed:

Deleted why Port require always DATA

-OPTIONS_DEFINE= DATA
-OPTIONS_DEFAULT= DATA

Here works better NOPORTDATA

-.if ${PORT_OPTIONS:MDATA}
+.if !defined (NOPORTDATA)

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-08-18 17:09:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-08-20 12:00:27 UTC
Responsible Changed
From-To: sunpoet->jgh

Jason would like to take nemysis's PRs.
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-08-21 07:00:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!