Bug 118850 - [PATCH] x11-servers/xorg-server - powerpc: int10 Makefile mods
Summary: [PATCH] x11-servers/xorg-server - powerpc: int10 Makefile mods
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-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-19 06:10 UTC by Peter Grehan
Modified: 2008-01-02 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (537 bytes, patch)
2007-12-19 06:10 UTC, Peter Grehan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Grehan freebsd_committer freebsd_triage 2007-12-19 06:10:02 UTC
xorg-server on powerpc uses the int10 stub. It seems this has rotted a bit
over time: maybe FreeBSD/ppc is the last consumer left of this.

The include paths when in this mode aren't correct resulting in a compile error.
A patch to the generated Makefile.in is attached which could be put into the
port until the upstream Makefile.am is fixed.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-19 10:39:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-02 12:58:10 UTC
flz         2008-01-02 12:58:05 UTC

  FreeBSD ports repository

  Modified files:
    x11-servers/xorg-server Makefile 
  Added files:
    x11-servers/xorg-server/files extra-arch-alpha 
                                  extra-arch-powerpc 
  Log:
  - Add local patch to fix alpha build. [1]
  - Add local patch to fix powerpc build. [2][3]
  - Fix OPTIONS handling for SUID option. [4]
  
  PR:             ports/113601 [1], ports/118850 [2],
                  ports/118851 [3], ports/119012 [4]
  Submitted by:   naddy [1], grehan [2][3],
                  Dmitry Marakasov [4]
  
  Revision  Changes    Path
  1.51      +4 -2      ports/x11-servers/xorg-server/Makefile
  1.1       +11 -0     ports/x11-servers/xorg-server/files/extra-arch-alpha (new)
  1.1       +25 -0     ports/x11-servers/xorg-server/files/extra-arch-powerpc (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 3 Florent Thoumie freebsd_committer freebsd_triage 2008-01-02 12:59:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!