pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/emacs A couple of patches to fix build on NetB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d6f477e8457b
branches: trunk
changeset: 500308:d6f477e8457b
user: markd <markd%pkgsrc.org@localhost>
date: Thu Oct 06 11:08:39 2005 +0000
description:
A couple of patches to fix build on NetBSD/hp700. From Konrad Schroder.
diffstat:
editors/emacs/distinfo | 5 +++--
editors/emacs/patches/patch-ab | 5 +++--
editors/emacs/patches/patch-ac | 16 ++++++++++++++++
3 files changed, 22 insertions(+), 4 deletions(-)
diffs (56 lines):
diff -r 6e6c44f3af83 -r d6f477e8457b editors/emacs/distinfo
--- a/editors/emacs/distinfo Thu Oct 06 11:08:05 2005 +0000
+++ b/editors/emacs/distinfo Thu Oct 06 11:08:39 2005 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.22 2005/05/26 02:10:49 markd Exp $
+$NetBSD: distinfo,v 1.23 2005/10/06 11:08:39 markd Exp $
SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4
RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a
Size (emacs-21.4a.tar.gz) = 20403483 bytes
SHA1 (patch-aa) = fee6fe91fb9a2f75300903cc5c6e023bb8de6be5
-SHA1 (patch-ab) = fee43adad7fd2c79b5b3176fa9101c35dfd59365
+SHA1 (patch-ab) = 0d95f189804241e9416de7ced65aa90fccab4287
+SHA1 (patch-ac) = a2de7619fece50cb42b0e23b1651b5bf742ff69a
SHA1 (patch-ad) = 39a11bc214ae3d2f9d634c30b196a46d473ab92f
SHA1 (patch-ae) = e2b66b23efb90608470aef5ebd0c75e27bcd6b55
SHA1 (patch-ag) = 3d64c0d53e3a8a737eeb04a6080a92a826b73620
diff -r 6e6c44f3af83 -r d6f477e8457b editors/emacs/patches/patch-ab
--- a/editors/emacs/patches/patch-ab Thu Oct 06 11:08:05 2005 +0000
+++ b/editors/emacs/patches/patch-ab Thu Oct 06 11:08:39 2005 +0000
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.19 2005/05/26 02:10:49 markd Exp $
+$NetBSD: patch-ab,v 1.20 2005/10/06 11:08:39 markd Exp $
--- configure.orig 2003-03-19 02:19:12.000000000 +1200
+++ configure
-@@ -822,9 +822,13 @@ case "${canonical}" in
+@@ -822,9 +822,14 @@ case "${canonical}" in
sparc*-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;
arm-*-netbsd*) machine=arm ;;
+ x86_64-*-netbsd*) machine=amd64 ;;
++ hppa-*-netbsd*) machine=hp800 ;;
esac
;;
diff -r 6e6c44f3af83 -r d6f477e8457b editors/emacs/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs/patches/patch-ac Thu Oct 06 11:08:39 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.14 2005/10/06 11:08:39 markd Exp $
+
+--- src/m/hp800.h.orig 1996-01-15 01:15:02.000000000 -0800
++++ src/m/hp800.h 2005-10-04 10:49:46.000000000 -0700
+@@ -181,3 +181,11 @@
+ #define rindex strrchr
+
+ #endif /* __hpux */
++
++/* Systems with GCC don't need to lose. */
++#ifdef __NetBSD__
++# ifdef __GNUC__
++# define alloca __builtin_alloca
++# define HAVE_ALLOCA
++# endif /* __GNUC__ */
++#endif /* __NetBSD__ */
Home |
Main Index |
Thread Index |
Old Index