| Summary: | [non-maintainer update] games/jumpnbump to 1.41 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mark Linimon <linimon> | ||||
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | gurkan | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mark Linimon
2003-03-30 21:30:13 UTC
State Changed
From-To: open->feedback
MAINTAINER: is this update acceptable?
Also: I noticed that there is a logic error that causes the
tcl menu to be included in the plist only when it SHOULDN'T
be there. That's my fault. This fixes that:
.if !defined (WITHOUT_TCL)
RUN_DEPENDS+= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+PLIST_SUB += WITH_TCL=""
+.else
PLIST_SUB += WITH_TCL="@comment "
.endif
Responsible Changed From-To: freebsd-ports-bugs->adamw I'll take this. State Changed From-To: feedback->closed Committed, thanks! I have to ask though: >Release: FreeBSD-2.0? |