pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/leim Teach configure about NetBSD/amd64 and Da...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed491ec2a64d
branches: trunk
changeset: 493541:ed491ec2a64d
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon May 09 05:52:59 2005 +0000
description:
Teach configure about NetBSD/amd64 and Darwin. Closes PR pkg/28623.
diffstat:
editors/leim/distinfo | 3 ++-
editors/leim/patches/patch-ab | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 0afd0ac1f574 -r ed491ec2a64d editors/leim/distinfo
--- a/editors/leim/distinfo Mon May 09 05:27:58 2005 +0000
+++ b/editors/leim/distinfo Mon May 09 05:52:59 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/02/26 16:26:30 wiz Exp $
+$NetBSD: distinfo,v 1.7 2005/05/09 05:52:59 minskim Exp $
SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4
RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a
@@ -7,3 +7,4 @@
RMD160 (leim-21.4.tar.gz) = 89e1108bfe06425a0d6b4d941f9c297551bafcca
Size (leim-21.4.tar.gz) = 3291433 bytes
SHA1 (patch-aa) = a29b97515f4fea8feded6952d4ccd56c05d9f94d
+SHA1 (patch-ab) = 3c9403b10fdd0db1072d35755490f8e013cfa55b
diff -r 0afd0ac1f574 -r ed491ec2a64d editors/leim/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/leim/patches/patch-ab Mon May 09 05:52:59 2005 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1 2005/05/09 05:52:59 minskim Exp $
+
+--- ../configure.orig 2005-05-09 00:44:03.000000000 -0500
++++ ../configure
+@@ -822,9 +822,13 @@ case "${canonical}" in
+ sparc*-*-netbsd*) machine=sparc ;;
+ vax-*-netbsd*) machine=vax ;;
+ arm-*-netbsd*) machine=arm ;;
++ x86_64-*-netbsd*) machine=amd64 ;;
+ esac
+ ;;
+
++ ## Darwin / Mac OS X
++ powerpc-apple-darwin* )
++ machine=powermac opsys=darwin ;;
+ ## OpenBSD ports
+ *-*-openbsd* )
+ opsys=openbsd
Home |
Main Index |
Thread Index |
Old Index