pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/leim Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de21b6722c1f
branches:  trunk
changeset: 505543:de21b6722c1f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 04 17:05:02 2006 +0000

description:
Add DragonFly support.

diffstat:

 editors/leim/Makefile         |   5 ++++-
 editors/leim/distinfo         |   4 ++--
 editors/leim/patches/patch-ab |  12 ++++++++++--
 3 files changed, 16 insertions(+), 5 deletions(-)

diffs (58 lines):

diff -r 7066a031c204 -r de21b6722c1f editors/leim/Makefile
--- a/editors/leim/Makefile     Wed Jan 04 17:00:32 2006 +0000
+++ b/editors/leim/Makefile     Wed Jan 04 17:05:02 2006 +0000
@@ -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 @@
 
 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 -r 7066a031c204 -r de21b6722c1f editors/leim/distinfo
--- a/editors/leim/distinfo     Wed Jan 04 17:00:32 2006 +0000
+++ b/editors/leim/distinfo     Wed Jan 04 17:05:02 2006 +0000
@@ -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 @@
 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 -r 7066a031c204 -r de21b6722c1f editors/leim/patches/patch-ab
--- a/editors/leim/patches/patch-ab     Wed Jan 04 17:00:32 2006 +0000
+++ b/editors/leim/patches/patch-ab     Wed Jan 04 17:05:02 2006 +0000
@@ -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 @@
    ## 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



Home | Main Index | Thread Index | Old Index