pkgsrc/editors/emacs/patches/patch-ab
minskim daaae60821 Update emacs to 23.2.
Patches were provided by Makoto Fujiwara in PR 43335.

Excerpt from the announcement:

  In addition to a large number of bugfixes, Emacs 23.2 includes
  several new packages, such as the CEDET suite of development tools
  (including Semantic, a set of libraries and utilities for parsing
  source code, and EDE, a package for managing code projects), and a
  new mode for editing Javascript.  The default mail composition mode
  is now Message mode, which provides features such as MIME handling.
  Many other part of Emacs have also been improved.  For a more
  complete list of changes, see the file etc/NEWS.
2010-06-01 21:44:54 +00:00

39 lines
1 KiB
Text

$NetBSD: patch-ab,v 1.29 2010/06/01 21:44:54 minskim Exp $
--- work/emacs-23.2/configure.orig 2010-05-08 12:10:16.000000000 +0900
+++ configure 2010-05-12 20:32:23.000000000 +0900
@@ -1995,7 +1995,7 @@
docdir='${datadir}/emacs/${version}/etc'
gamedir='${localstatedir}/games/emacs'
-gameuser=games
+gameuser=${GAMEOWN}
@@ -2652,6 +2652,14 @@
amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
esac
;;
+ ## DragonFly ports
+ *-*-dragonfly*)
+ opsys=dragonfly
+ case "${canonical}" in
+ i[3456]86-*-dragonfly*) machine=intel386 ;;
+ amd64-*-dragonfly*|x86_64-*-dragonfly*) machine=amdx86-64 ;;
+ esac
+ ;;
## FreeBSD kernel + glibc based userland
*-*-kfreebsd*gnu* )
@@ -9849,9 +9857,9 @@
window_system=nextstep
with_xft=no
# set up packaging dirs
+ if test "${EN_NS_SELF_CONTAINED}" = yes; then
exec_prefix=${ns_appbindir}
libexecdir=${ns_appbindir}/libexec
- if test "${EN_NS_SELF_CONTAINED}" = yes; then
prefix=${ns_appresdir}
fi
fi