diff options
author | markd <markd@pkgsrc.org> | 2005-05-26 02:10:49 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-05-26 02:10:49 +0000 |
commit | b83702aa2aebed7e399144fe60949cd26d90339b (patch) | |
tree | 971ce49dea53b86dcc225fb44275d558fba80499 /editors/emacs | |
parent | f41381460bbc5f08b6259b44cb82e853be131fef (diff) | |
download | pkgsrc-b83702aa2aebed7e399144fe60949cd26d90339b.tar.gz |
Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/distinfo | 4 | ||||
-rw-r--r-- | editors/emacs/patches/patch-ab | 24 |
2 files changed, 18 insertions, 10 deletions
diff --git a/editors/emacs/distinfo b/editors/emacs/distinfo index 976be0a6b21..bce37c0f9ff 100644 --- a/editors/emacs/distinfo +++ b/editors/emacs/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.21 2005/03/22 15:39:05 wiz Exp $ +$NetBSD: distinfo,v 1.22 2005/05/26 02:10:49 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) = 11aaeecc08619f3962b1a07c1db01dc9c7a2c5a7 +SHA1 (patch-ab) = fee43adad7fd2c79b5b3176fa9101c35dfd59365 SHA1 (patch-ad) = 39a11bc214ae3d2f9d634c30b196a46d473ab92f SHA1 (patch-ae) = e2b66b23efb90608470aef5ebd0c75e27bcd6b55 SHA1 (patch-ag) = 3d64c0d53e3a8a737eeb04a6080a92a826b73620 diff --git a/editors/emacs/patches/patch-ab b/editors/emacs/patches/patch-ab index beca26b546c..76d6900f0eb 100644 --- a/editors/emacs/patches/patch-ab +++ b/editors/emacs/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.18 2004/07/31 21:01:54 kristerw Exp $ +$NetBSD: patch-ab,v 1.19 2005/05/26 02:10:49 markd Exp $ ---- configure.orig Tue Mar 18 15:19:12 2003 -+++ configure Sat Jul 31 03:56:01 2004 -@@ -822,9 +822,13 @@ +--- configure.orig 2003-03-19 02:19:12.000000000 +1200 ++++ configure +@@ -822,9 +822,13 @@ case "${canonical}" in sparc*-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; arm-*-netbsd*) machine=arm ;; @@ -16,11 +16,18 @@ $NetBSD: patch-ab,v 1.18 2004/07/31 21:01:54 kristerw Exp $ ## OpenBSD ports *-*-openbsd* ) opsys=openbsd -@@ -9123,6 +9127,22 @@ - +@@ -1659,6 +1663,7 @@ case "${canonical}" in + *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; + *-386bsd* ) opsys=386bsd ;; + *-freebsd* ) opsys=freebsd ;; ++ *-dragonfly* ) opsys=freebsd ;; + *-nextstep* ) opsys=nextstep ;; + ## Otherwise, we'll fall through to the generic opsys code at the bottom. + esac +@@ -9124,6 +9129,22 @@ EOF fi -+ + +# NETBSD: NetBSD's newer run-time linker fix. +if test $opsys = netbsd; then + if test -f /usr/lib/crti.o; then @@ -36,6 +43,7 @@ $NetBSD: patch-ab,v 1.18 2004/07/31 21:01:54 kristerw Exp $ + + fi +fi - ++ # Set up the CFLAGS for real compilation, so we can substitute it. CFLAGS="$REAL_CFLAGS" + CPPFLAGS="$REAL_CPPFLAGS" |