summaryrefslogtreecommitdiff
path: root/editors/leim
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-04 17:05:02 +0000
committerjoerg <joerg>2006-01-04 17:05:02 +0000
commit4b49938724adbd5a57bbe11ad2efcf202a57d1ab (patch)
tree953926481c518cfdfc57f3fa13de8527f25985ae /editors/leim
parentd5c48f34fa479db010ede2738eb8259713b9ec03 (diff)
downloadpkgsrc-4b49938724adbd5a57bbe11ad2efcf202a57d1ab.tar.gz
Add DragonFly support.
Diffstat (limited to 'editors/leim')
-rw-r--r--editors/leim/Makefile5
-rw-r--r--editors/leim/distinfo4
-rw-r--r--editors/leim/patches/patch-ab12
3 files changed, 16 insertions, 5 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile
index af1debd1737..0024491fc1c 100644
--- a/editors/leim/Makefile
+++ b/editors/leim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/08/28 04:25:29 uebayasi Exp $
+# $NetBSD: Makefile,v 1.20 2006/01/04 17:05:02 joerg Exp $
DISTNAME= leim-${VERSION}
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -18,6 +18,9 @@ VERSION= 21.4
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox
+CONFIG_GUESS_OVERRIDE= ../config.guess
+CONFIG_SUB_OVERRIDE= ../config.sub
+
post-extract:
@${ECHO} '#!/bin/sh' >${WRKSRC}/configure
@${ECHO} 'cd ..' >>${WRKSRC}/configure
diff --git a/editors/leim/distinfo b/editors/leim/distinfo
index 26c3e4a5b3e..d49ec7403e1 100644
--- a/editors/leim/distinfo
+++ b/editors/leim/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/05/09 05:52:59 minskim Exp $
+$NetBSD: distinfo,v 1.8 2006/01/04 17:05:02 joerg Exp $
SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4
RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a
@@ -7,4 +7,4 @@ SHA1 (leim-21.4.tar.gz) = dd63f9aca1a58d40d9d426dd410fb627230974f7
RMD160 (leim-21.4.tar.gz) = 89e1108bfe06425a0d6b4d941f9c297551bafcca
Size (leim-21.4.tar.gz) = 3291433 bytes
SHA1 (patch-aa) = a29b97515f4fea8feded6952d4ccd56c05d9f94d
-SHA1 (patch-ab) = 3c9403b10fdd0db1072d35755490f8e013cfa55b
+SHA1 (patch-ab) = 276155b59878d1cd14c2b66a4036522db0ee9a46
diff --git a/editors/leim/patches/patch-ab b/editors/leim/patches/patch-ab
index c9867ab371e..e12d5d0b25a 100644
--- a/editors/leim/patches/patch-ab
+++ b/editors/leim/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2005/05/09 05:52:59 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2006/01/04 17:05:02 joerg Exp $
---- ../configure.orig 2005-05-09 00:44:03.000000000 -0500
+--- ../configure.orig 2003-03-18 14:19:12.000000000 +0000
+++ ../configure
@@ -822,9 +822,13 @@ case "${canonical}" in
sparc*-*-netbsd*) machine=sparc ;;
@@ -16,3 +16,11 @@ $NetBSD: patch-ab,v 1.1 2005/05/09 05:52:59 minskim Exp $
## OpenBSD ports
*-*-openbsd* )
opsys=openbsd
+@@ -1659,6 +1663,7 @@ case "${canonical}" in
+ *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
+ *-386bsd* ) opsys=386bsd ;;
+ *-freebsd* ) opsys=freebsd ;;
++ *-dragonfly* ) opsys=dragonfly ;;
+ *-nextstep* ) opsys=nextstep ;;
+ ## Otherwise, we'll fall through to the generic opsys code at the bottom.
+ esac