Bug 65946 - Incorrect s/// for network-enabling xmess|xmame
Summary: Incorrect s/// for network-enabling xmess|xmame
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-25 03:10 UTC by Christopher Nehren
Modified: 2004-05-02 08:31 UTC (History)
0 users

See Also:


Attachments
file.diff (479 bytes, patch)
2004-04-25 03:10 UTC, Christopher Nehren
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Nehren 2004-04-25 03:10:17 UTC
Probably because it worked in an old version, xmess|xmame try to substitute
MAME_NET in the Makefile. This doesn't work, because it's now XMAME_NET.

Fix: Here's a patch.
How-To-Repeat: Try to build xmame|xmess with network support and note the missing options
(-master and -slave).
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-04-30 09:33:35 UTC
Forward PR to maintainer for reviewing:
http://www.freebsd.org/cgi/query-pr.cgi?pr=65946

Regards,
   Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-04-30 09:33:48 UTC
State Changed
From-To: open->feedback

I'll track this. 


Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-04-30 09:33:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll track this.
Comment 4 Miguel Mendez 2004-04-30 11:34:47 UTC
On Fri, 30 Apr 2004 10:33:35 +0200
Volker Stolz <vs@FreeBSD.org> wrote:

Hi,

> Forward PR to maintainer for reviewing:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=65946

Thanks for finding out, Christopher! Approved :)

Cheers,
-- 
	Miguel Mendez <flynn@energyhq.es.eu.org>
	http://www.energyhq.es.eu.org
	PGP Key: 0xDC8514F1
Comment 5 Volker Stolz freebsd_committer freebsd_triage 2004-05-02 08:31:00 UTC
State Changed
From-To: feedback->closed

Committed, thanks!