summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-12-22 07:08:30 +0000
committeruebayasi <uebayasi>2003-12-22 07:08:30 +0000
commit03486cacc876d4c87da3e74aef794ef3b109a3e8 (patch)
treefcaf94acadf0a182aa138e040345f6d06e5cdba9 /editors/xemacs
parent4a3ab0705a7cabd56e9039be9f88fd4368100cf6 (diff)
downloadpkgsrc-03486cacc876d4c87da3e74aef794ef3b109a3e8.tar.gz
Update to 21.4.14, "Reasonable Discussion".
Changes from the release note. -- Fix: Make sure local variables get processed -- Andy Piper -- Fix: Make Windows scrollwheel work even if no scrollbars -- Ren Kyllingstad -- Fix: Fix bytecompiler infinite recursion -- Michael Toomim -- Fix: Handle embedded carriage returns in make-docfile -- Andrew Begel -- Fix: Regexp matching of degenerate word boundaries -- Stephen Turnbull -- Fix: Don't use DB_AUTO_COMMIT in database.c -- Stephen Turnbull -- Fix: FAQ, docstring and PROBLEMS corrections -- Stephen Turnbull -- Fix: Discard docstrings in compiler only if appropriate -- Stephen Turnbull -- Fix: Reverse bogus regexp tests -- Stephen Turnbull -- Fix: Modify configure to add -fno-strict-aliasing to gcc -- Stephen Turnbull -- Fix: Disable event compression under Motif -- Stephen Turnbull -- Fix: Enable -DREGEX_MALLOC by default -- Stephen Turnbull -- Fix: Turn off widgets by default -- Stephen Turnbull -- Fix: Add docstrings for lisp-mode hooks -- Vasily Korytov -- Fix: Support MacOSX shared library loading -- Andrew Begel -- Fix: Font-lock fix for defuns -- Adrian Aichner -- Fix: cl-macs generated incorrect docstrings -- Nickolay Pakoulin -- Fix: Remove bogus key definitions -- Jerry James -- Update: Latest package index -- Norbert Koch -- Update: about.el information -- Vin Shelton -- Update: Use X Font Sets in sample.Xdefaults -- Stephen Turnbull -- Update: etc/PACKAGES -- Stephen Turnbull
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile5
-rw-r--r--editors/xemacs/distinfo16
-rw-r--r--editors/xemacs/patches/patch-am15
3 files changed, 20 insertions, 16 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index ecb577691b9..30827af7ce1 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2003/07/17 21:35:12 grant Exp $
+# $NetBSD: Makefile,v 1.65 2003/12/22 07:08:30 uebayasi Exp $
-DISTNAME= xemacs-21.4.12
-PKGREVISION= 4
+DISTNAME= xemacs-21.4.14
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.4/}
DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES}
diff --git a/editors/xemacs/distinfo b/editors/xemacs/distinfo
index acb5a299428..83ddc1af059 100644
--- a/editors/xemacs/distinfo
+++ b/editors/xemacs/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.6 2003/02/25 02:14:58 uebayasi Exp $
+$NetBSD: distinfo,v 1.7 2003/12/22 07:08:30 uebayasi Exp $
-SHA1 (xemacs/xemacs-21.4.12.tar.gz) = 6e66f5290c0e1690d9ec7097101a549e35f05107
-Size (xemacs/xemacs-21.4.12.tar.gz) = 10653726 bytes
-SHA1 (xemacs/xemacs-21.4.12-elc.tar.gz) = 81d643287fcebcf1d251ddc817663407c2d0d93c
-Size (xemacs/xemacs-21.4.12-elc.tar.gz) = 920522 bytes
-SHA1 (xemacs/xemacs-21.4.12-info.tar.gz) = f58a9ef23da21342be98fbbe07b2d769bbaf3b0e
-Size (xemacs/xemacs-21.4.12-info.tar.gz) = 1655949 bytes
+SHA1 (xemacs/xemacs-21.4.14.tar.gz) = dcd79e08ef3587b103f604f67f477c068b567ded
+Size (xemacs/xemacs-21.4.14.tar.gz) = 10681946 bytes
+SHA1 (xemacs/xemacs-21.4.14-elc.tar.gz) = 78b93496d579486e00c352345a1e8520564dc360
+Size (xemacs/xemacs-21.4.14-elc.tar.gz) = 925908 bytes
+SHA1 (xemacs/xemacs-21.4.14-info.tar.gz) = 7db784d419f6b210f66f0bb7f223fc2134607140
+Size (xemacs/xemacs-21.4.14-info.tar.gz) = 1663979 bytes
SHA1 (patch-aa) = 2827e7f28e8553c0375e75fa151a57e0e2b8bebf
SHA1 (patch-ab) = 1487edf8addea7971f4fcbcf57818090f32edef5
SHA1 (patch-ac) = effbc40595b0c3b6e443588528113d907a6056c1
@@ -15,4 +15,4 @@ SHA1 (patch-ah) = 9a02b989a6d45cdfead22ea703acceca722cf313
SHA1 (patch-ai) = ea752473a56d20907201763966ecdeaaeffac84a
SHA1 (patch-ak) = 240daa4996d51fe754e6fe46f2577f9112febe3c
SHA1 (patch-al) = 247826009110453a868525e711e084b7dee49664
-SHA1 (patch-am) = 42032766340af7ecde5ea72231eebc7443c9d490
+SHA1 (patch-am) = 498784ac7532a5e24319c0c236e44e2f9beb14ea
diff --git a/editors/xemacs/patches/patch-am b/editors/xemacs/patches/patch-am
index 5410bbe4280..69291a86845 100644
--- a/editors/xemacs/patches/patch-am
+++ b/editors/xemacs/patches/patch-am
@@ -1,16 +1,21 @@
-$NetBSD: patch-am,v 1.1 2003/02/25 02:14:59 uebayasi Exp $
+$NetBSD: patch-am,v 1.2 2003/12/22 07:08:30 uebayasi Exp $
---- src/database.c.orig Thu Dec 12 15:21:31 2002
+--- src/database.c.orig Thu Jun 19 12:34:42 2003
+++ src/database.c
-@@ -45,9 +45,11 @@
+@@ -45,14 +45,14 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_INTTYPES_H
#define __BIT_TYPES_DEFINED__
#include <inttypes.h>
-+#if !defined(__NetBSD__)
+-#ifndef __FreeBSD__
++#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__))
typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
-+#endif /* !__NetBSD__ */
#ifdef WE_DONT_NEED_QUADS
typedef uint64_t u_int64_t;
+-#endif
#endif /* WE_DONT_NEED_QUADS */
++#endif /* !(__FreeBSD__ || __NetBSD__ || __OpenBSD__) */
+ #endif /* HAVE_INTTYPES_H */
+ #endif /* !(defined __GLIBC__ && __GLIBC_MINOR__ >= 1) */
+ /* Berkeley DB wants __STDC__ to be defined; else if does `#define const' */