pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/51722: x11/xorg-cf-files change for ia64



>Number:         51722
>Category:       pkg
>Synopsis:       x11/xorg-cf-files change for ia64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 15 19:10:00 +0000 2016
>Originator:     scole_mail
>Release:        current
>Organization:
none
>Environment:
current
>Description:
Here is a patch for xorg-cf-files / Imake.cf to add initial support for ia64 as discussed in this thread:

http://mail-index.netbsd.org/tech-x11/2016/12/14/msg001804.html

There will most likely be other changes needed down the road once/if ia64 ever begins to run X11.

This change has already been applied to xsrc/external/mit/xorg-cf-files/dist/Imake.cf

Thanks

>How-To-Repeat:

>Fix:
Apply this patch:


Summary of changes:  (A/? = New, R/D = Removed, M = Modified)
=============================================================
M Makefile
M distinfo
M patches/patch-ag

Apply patch with "cd .../pkgsrc/x11/xorg-cf-files ; patch -s -p0 < .../patchfile"

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xorg-cf-files/Makefile,v
retrieving revision 1.31
diff -b -u -r1.31 Makefile
--- Makefile    20 Sep 2016 16:37:24 -0000      1.31
+++ Makefile    15 Dec 2016 19:03:51 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.31 2016/09/20 16:37:24 jperkin Exp $
 
 DISTNAME=              xorg-cf-files-1.0.6
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=util/}
 EXTRACT_SUFX=          .tar.bz2
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xorg-cf-files/distinfo,v
retrieving revision 1.27
diff -b -u -r1.27 distinfo
--- distinfo    20 Sep 2016 16:37:24 -0000      1.27
+++ distinfo    15 Dec 2016 19:03:52 -0000
@@ -13,7 +13,7 @@
 SHA1 (patch-ad) = 12c918ad85fa44518525d2c4bc628b342b8c0280
 SHA1 (patch-ae) = 7f39d7b26f8b85529af0b9550ee213ed08aaddde
 SHA1 (patch-af) = 27ee42892b9a3f53e43891ca0caec0301c849c85
-SHA1 (patch-ag) = 72fcd4463207491c23e599f621c86560a2934bea
+SHA1 (patch-ag) = e0b5829ab4e4a93a10e5f71a022133716c7b581a
 SHA1 (patch-ah) = 9b64b2e5f419ab190d47dd8156b8f84634fd6a36
 SHA1 (patch-ai) = 455b398bba0d06ded08ed99f1e0e85cc4ff20449
 SHA1 (patch-aj) = 3be677041b6bff008caa1375d1e6dd5c90d9f501
Index: patches/patch-ag
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xorg-cf-files/patches/patch-ag,v
retrieving revision 1.5
diff -b -u -r1.5 patch-ag
--- patches/patch-ag    27 Dec 2015 11:31:54 -0000      1.5
+++ patches/patch-ag    15 Dec 2016 19:03:53 -0000
@@ -2,10 +2,11 @@
 
 Add __ppc64__ and __arm__
 Recognize __sun as well as sun
+Add __ia64__
 
---- Imake.cf.orig      2015-12-22 01:28:02.000000000 +0000
+--- Imake.cf.orig      2015-12-21 17:28:02.000000000 -0800
 +++ Imake.cf
-@@ -25,9 +25,10 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 
+@@ -25,9 +25,10 @@
  # define MacroIncludeFile <darwin.cf>
  # define MacroFile darwin.cf
  # define DarwinArchitecture
@@ -17,7 +18,18 @@
  # endif
  # ifdef __i386__
  #  define i386DarwinArchitecture
-@@ -352,7 +357,7 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 
+@@ -255,6 +256,10 @@
+ #  define AMD64Architecture
+ #  undef __x86_64__
+ # endif
++# ifdef __ia64__
++#  define ia64Architecture
++#  undef __ia64__
++# endif
+ #endif /* NetBSD */
+ 
+ /* Systems based on kernel of NetBSD */
+@@ -352,7 +357,7 @@
  # endif
  #endif /* AMOEBA */
  



Home | Main Index | Thread Index | Old Index