Bug 147568 - [patch] powerpc64 support for x11-servers/xorg-server
Summary: [patch] powerpc64 support for x11-servers/xorg-server
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: 2010-06-06 19:50 UTC by Nathan Whitehorn
Modified: 2011-01-25 02:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Whitehorn freebsd_committer freebsd_triage 2010-06-06 19:50:02 UTC
	FreeBSD/powerpc64 needs to have the same patch applied to xorg-server
as FreeBSD/powerpc.

Fix: 

-.if ${ARCH} == powerpc
+.if ${ARCH} == powerpc || ${ARCH} == powerpc64
 PLIST_SUB+=    PPC_NA="@comment "
 MAN4+=         nv.4x
 EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-powerpc--en7myqpl7nuBK1BSPYKIX8Tj4SrVtvKkca3ExFTMQz3i5NZj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /tmp/Makefile.dist  2010-06-01 02:03:44.000000000 +0000
+++ /tmp/Makefile       2010-06-01 02:03:23.000000000 +0000
@@ -104,7 +104,7 @@
 PLIST_SUB+=     IA64_NA=""
 .endif
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-06 19:50:40 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 2011-01-25 01:53:16 UTC
stas        2011-01-25 01:53:11 UTC

  FreeBSD ports repository

  Modified files:
    x11-servers/xorg-server Makefile 
  Log:
  - Fix build on powerpc64.
  
  PR:             ports/147568, ports/153644
  Submitted by:   nwhitehorn, Matthew Rezny <mrezny@hexaneinc.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.77      +1 -1      ports/x11-servers/xorg-server/Makefile
_______________________________________________
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 Stanislav Sedov freebsd_committer freebsd_triage 2011-01-25 01:53:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!