pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/st



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Sep 18 15:03:34 UTC 2022

Modified Files:
        pkgsrc/devel/st: distinfo
        pkgsrc/devel/st/patches: patch-md_h

Log Message:
devel/st: add support for NetBSD/powerpc.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/st/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/st/patches/patch-md_h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/st/distinfo
diff -u pkgsrc/devel/st/distinfo:1.15 pkgsrc/devel/st/distinfo:1.16
--- pkgsrc/devel/st/distinfo:1.15       Tue Oct 26 10:19:57 2021
+++ pkgsrc/devel/st/distinfo    Sun Sep 18 15:03:33 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:19:57 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/09/18 15:03:33 he Exp $
 
 BLAKE2s (st-1.9.tar.gz) = a9c7f14de2724f803a024ee7047c02b6a17e8ef2c857a864320398d07646d8cf
 SHA512 (st-1.9.tar.gz) = 66a63076993b36f52cad472dd39cfb0ed256c75153ac06573b062ff8453d2c630f8738e434b4da907dfeddfaf38291b5710904deb67962d5072f33238ffb8b84
@@ -6,4 +6,4 @@ Size (st-1.9.tar.gz) = 108756 bytes
 SHA1 (patch-aa) = 46fc7c716e940878efb6d30b27341d847c0fee07
 SHA1 (patch-ab) = 2bcc3365b0a74b5254c74febebd58ce95ee4cbc0
 SHA1 (patch-examples_res.c) = 963192e7ee762c4eee21a23c65bd7a1e90523ff5
-SHA1 (patch-md_h) = 954e32e14277d6875c0fe60d51d8c374c88c6c50
+SHA1 (patch-md_h) = a96a062bbe7c244cc6d8913c0229acd138f6d470

Index: pkgsrc/devel/st/patches/patch-md_h
diff -u pkgsrc/devel/st/patches/patch-md_h:1.2 pkgsrc/devel/st/patches/patch-md_h:1.3
--- pkgsrc/devel/st/patches/patch-md_h:1.2      Sat Apr 18 20:41:44 2015
+++ pkgsrc/devel/st/patches/patch-md_h  Sun Sep 18 15:03:33 2022
@@ -1,10 +1,10 @@
-$NetBSD: patch-md_h,v 1.2 2015/04/18 20:41:44 joerg Exp $
+$NetBSD: patch-md_h,v 1.3 2022/09/18 15:03:33 he Exp $
 
-Support for NetBSD/amd64 and NetBSD/arm.
+Support for NetBSD/amd64, NetBSD/arm and NetBSD/powerpc.
 
---- md.h~      2007-03-14 02:53:10.000000000 +0000
+--- md.h.orig  2009-10-01 18:46:43.000000000 +0000
 +++ md.h
-@@ -482,6 +482,10 @@ extern void _st_md_cxt_restore(jmp_buf e
+@@ -486,6 +486,12 @@ extern void _st_md_cxt_restore(jmp_buf e
  #define MD_JB_SP   0
  #elif defined(__vax__)
  #define MD_JB_SP   2
@@ -12,6 +12,8 @@ Support for NetBSD/amd64 and NetBSD/arm.
 +#define MD_JB_SP   _JB_RSP
 +#elif defined(__arm__)
 +#define MD_JB_SP   _JB_REG_R13
++#elif defined(__powerpc__)
++#define MD_JB_SP  0
  #else
  #error Unknown CPU architecture
  #endif



Home | Main Index | Thread Index | Old Index