summaryrefslogtreecommitdiff
path: root/editors/leim20
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-04 16:58:58 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-04 16:58:58 +0000
commit0200b84ad173bcf34fc42230acddc32435acec08 (patch)
tree660a0f6536a0f7057920636847a72ac65847f0d4 /editors/leim20
parent52da29f79fb34da7b161fd88b9e084392f89ca47 (diff)
downloadpkgsrc-0200b84ad173bcf34fc42230acddc32435acec08.tar.gz
Override config.guess and config.sub. Recognize DragonFly.
Diffstat (limited to 'editors/leim20')
-rw-r--r--editors/leim20/Makefile5
-rw-r--r--editors/leim20/distinfo3
-rw-r--r--editors/leim20/patches/patch-ab12
3 files changed, 18 insertions, 2 deletions
diff --git a/editors/leim20/Makefile b/editors/leim20/Makefile
index ea3b19c1282..0cd83d45d5d 100644
--- a/editors/leim20/Makefile
+++ b/editors/leim20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/01/04 16:58:13 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/04 16:58:58 joerg Exp $
DISTNAME= leim-${VERSION}
PKGREVISION= 5
@@ -18,6 +18,9 @@ USE_TOOLS+= gmake
VERSION= 20.7
+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/leim20/distinfo b/editors/leim20/distinfo
index 54a3e75569d..1ec440ff444 100644
--- a/editors/leim20/distinfo
+++ b/editors/leim20/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 17:15:11 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/04 16:58:58 joerg Exp $
SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452
RMD160 (emacs-20.7.tar.gz) = f3b8ea8d6f6ad52ccdd7ca74c84e87a7409fc270
@@ -7,3 +7,4 @@ SHA1 (leim-20.7.tar.gz) = 63ca19a8bd27d204134f765b7387bba8466733cd
RMD160 (leim-20.7.tar.gz) = 175c977973138ec49240d359b6ae0f8293855de1
Size (leim-20.7.tar.gz) = 3288714 bytes
SHA1 (patch-aa) = a29b97515f4fea8feded6952d4ccd56c05d9f94d
+SHA1 (patch-ab) = 5082218a2fe012f349a603d7adb106862239101c
diff --git a/editors/leim20/patches/patch-ab b/editors/leim20/patches/patch-ab
new file mode 100644
index 00000000000..31bdc5bc7cf
--- /dev/null
+++ b/editors/leim20/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2006/01/04 16:58:58 joerg Exp $
+
+--- ../configure.orig 2006-01-04 16:46:20.000000000 +0000
++++ ../configure
+@@ -1519,6 +1519,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