pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/emacs Treat DragonFly as FreeBSD. From Peter S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed558e204c47
branches: trunk
changeset: 494597:ed558e204c47
user: markd <markd%pkgsrc.org@localhost>
date: Thu May 26 02:10:49 2005 +0000
description:
Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225.
diffstat:
editors/emacs/distinfo | 4 ++--
editors/emacs/patches/patch-ab | 24 ++++++++++++++++--------
2 files changed, 18 insertions(+), 10 deletions(-)
diffs (63 lines):
diff -r adc38e9a3a5b -r ed558e204c47 editors/emacs/distinfo
--- a/editors/emacs/distinfo Thu May 26 00:16:36 2005 +0000
+++ b/editors/emacs/distinfo Thu May 26 02:10:49 2005 +0000
@@ -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 -r adc38e9a3a5b -r ed558e204c47 editors/emacs/patches/patch-ab
--- a/editors/emacs/patches/patch-ab Thu May 26 00:16:36 2005 +0000
+++ b/editors/emacs/patches/patch-ab Thu May 26 02:10:49 2005 +0000
@@ -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 @@
## 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 @@
+
+ fi
+fi
-
++
# Set up the CFLAGS for real compilation, so we can substitute it.
CFLAGS="$REAL_CFLAGS"
+ CPPFLAGS="$REAL_CPPFLAGS"
Home |
Main Index |
Thread Index |
Old Index