| Summary: | [PATCH] games/sauerbraten: check non-default options | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dmitry Marakasov
2006-11-01 11:30:20 UTC
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer State Changed From-To: open->closed Committed thanks :) acm 2006-11-06 18:19:46 UTC
FreeBSD ports repository
Modified files:
games/sauerbraten Makefile
Log:
- Use the correct way to check the default options on Makefile
PR: ports/105004
Submitted by: Dmitry Marakasov <amdmi3__at__mail.ru>
Revision Changes Path
1.9 +3 -3 ports/games/sauerbraten/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Hi, Dmitry, a lot of ports have bogus OPTIONS checks, but this should only be a problem if BATCH or PACKAGE_BUILDING is defined. Could you please review the change at http://www.freebsd.org/cgi/query-pr.cgi?pr=105147 to see if it would fix the problem with sauerbraten? IMHO, this is a more complete fix. In total, I count 252 affected ports, maintained by 148 maintainers. I can publish the list upon request, but PR 105147 is the real fix, IMHO. Ulrich Spoerlein |