Bug 115556 - remove asm from graphics/xglurbules so it hopefully now compiles on ia64
Summary: remove asm from graphics/xglurbules so it hopefully now compiles on ia64
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: 2007-08-15 17:50 UTC by Steve Roome
Modified: 2007-08-20 10:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.02 KB, patch)
2007-08-15 17:50 UTC, Steve Roome
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Roome 2007-08-15 17:50:01 UTC
xglurbules doesn't compile on ia64 due to an asm problem

Fix: Apply the two attached patches (attached in one file) to upgrade the port to version 3.3 and hopefully fix the problem. (Would be handy if someone could test it does build/run okay on ia64 first though. Haven't got one of them.)


Patch attached with submission follows:
How-To-Repeat: on an ia64 machine:

cd ports/xglurbules
make
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-08-20 10:19:26 UTC
miwi        2007-08-20 09:19:20 UTC

  FreeBSD ports repository

  Modified files:
    graphics/xglurbules  Makefile distinfo 
  Log:
  - Update to 3.3
  
  PR:             115556
  Submitted by:   steve roome <steve@pepcross.com> (maintainer)
  
  Revision  Changes    Path
  1.11      +1 -1      ports/graphics/xglurbules/Makefile
  1.8       +3 -3      ports/graphics/xglurbules/distinfo
_______________________________________________
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 2007-08-20 10:19:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!