Bug 154470 - [patch] fix games/xpipeman on amd64
Summary: [patch] fix games/xpipeman on amd64
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 19:20 UTC by kilian
Modified: 2011-02-03 01:00 UTC (History)
0 users

See Also:


Attachments
file.diff (4.40 KB, patch)
2011-02-02 19:20 UTC, kilian
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kilian 2011-02-02 19:20:09 UTC
games/xpipeman currently is ONLY_FOR_ARCHS=i386. The attached patch fixes the port at least on amd64 (thats the only architecture i can test this on).

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-02-03 00:52:16 UTC
miwi        2011-02-03 00:52:11 UTC

  FreeBSD ports repository

  Modified files:
    games/xpipeman       Makefile distinfo 
    games/xpipeman/files patch-aa patch-ab 
  Added files:
    games/xpipeman/files patch-ac 
  Log:
  - Fix build on amd64
  - Drop MD5
  
  PR:             154470
  Submitted by:   kilian <kilian.klimek@googlemail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.26      +2 -2      ports/games/xpipeman/Makefile
  1.5       +0 -1      ports/games/xpipeman/distinfo
  1.3       +31 -53    ports/games/xpipeman/files/patch-aa
  1.5       +1 -1      ports/games/xpipeman/files/patch-ab
  1.1       +37 -0     ports/games/xpipeman/files/patch-ac (new)
_______________________________________________
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"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-02-03 00:52:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!