diff options
author | minskim <minskim@pkgsrc.org> | 2010-06-09 22:48:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-06-09 22:48:48 +0000 |
commit | c4403b662d6aba5a046bf2144a1e851846f0c2f1 (patch) | |
tree | 4c2c7516c4cd4843d493f52eb8a94327c96267e8 /editors | |
parent | 19eba808b17ddc92f82b06d26a76b493f7c7161a (diff) | |
download | pkgsrc-c4403b662d6aba5a046bf2144a1e851846f0c2f1.tar.gz |
Update emacs-snapshot to 24.0.50.20100608.
Changes:
- Remove INCLUDED_FCNTL.
- Remove BSTRING related code, all platforms define it.
- Remove obsolete macro BASE_LEADING_CODE_P.
- Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
- Turn `directory-sep-char' into a noop.
- Move UNEXEC definition to autoconf.
- Remove obsolete pre-unicode2 macros.
- Remove NOT_C_CODE tests, it is always true now.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 8b65660f582..55abed6729c 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.5 2010/06/07 22:44:01 minskim Exp $ +# $NetBSD: Makefile.common,v 1.6 2010/06/09 22:48:48 minskim Exp $ -DISTNAME= emacs-snapshot_20100602.orig +DISTNAME= emacs-snapshot_20100608.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.orebokech.com/pool/main/e/emacs-snapshot/ diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index 75a887453cc..95424ca082d 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2010/06/07 22:44:01 minskim Exp $ +$NetBSD: distinfo,v 1.10 2010/06/09 22:48:48 minskim Exp $ -SHA1 (emacs-snapshot_20100602.orig.tar.lzma) = 2434c371f777c5c57e76a7ff6d820c05e2a22c7a -RMD160 (emacs-snapshot_20100602.orig.tar.lzma) = c5c8b5dbcaa93f33cea352fb5b94479802c2c5bc -Size (emacs-snapshot_20100602.orig.tar.lzma) = 22539618 bytes +SHA1 (emacs-snapshot_20100608.orig.tar.lzma) = 69f5487621e76d91bd3cd1df32e50ef731d91c06 +RMD160 (emacs-snapshot_20100608.orig.tar.lzma) = 2cec2e1a9f0b8a18183e9d6fd6937a6ba54257a6 +Size (emacs-snapshot_20100608.orig.tar.lzma) = 22545115 bytes SHA1 (patch-aa) = de76919bedcdfaffe567bc80633a9e908714ec2b SHA1 (patch-ab) = f40d65cdbce564de8f7f5a5f8ec64f9ab747d157 SHA1 (patch-ac) = 9378586aa9720beebf19b9d54e94ef4f08e50745 |