summaryrefslogtreecommitdiff
path: root/editors/xemacs21-mule
diff options
context:
space:
mode:
authorKiriyama Kazuhiko <kiri@FreeBSD.org>2003-06-05 07:54:45 +0000
committerKiriyama Kazuhiko <kiri@FreeBSD.org>2003-06-05 07:54:45 +0000
commit255366f3d22c7f325adb27e35d75e2c4257c0142 (patch)
treeff32f70883c7f4421e25de7d19758f94a04fcdb2 /editors/xemacs21-mule
parentUpdate of the net/p5-Net-SNMP port to version 4.1.0 (diff)
* Change distinfo for new distfiles (forgotten in previous commit ;)
* Add patch(patch-al) to avoide *very* slow fonfifying [1] Refered from: http://list-archive.xemacs.org/xemacs-beta/200305/msg00467.html [1]
Notes
Notes: svn path=/head/; revision=82312
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r--editors/xemacs21-mule/distinfo6
-rw-r--r--editors/xemacs21-mule/files/patch-al11
2 files changed, 14 insertions, 3 deletions
diff --git a/editors/xemacs21-mule/distinfo b/editors/xemacs21-mule/distinfo
index 656334adab9c..3bdb456c83da 100644
--- a/editors/xemacs21-mule/distinfo
+++ b/editors/xemacs21-mule/distinfo
@@ -1,3 +1,3 @@
-MD5 (xemacs/xemacs-21.4.12-src.tar.gz) = 2e2c1502b1eb76af094108988c626a0e
-MD5 (xemacs/xemacs-21.4.12-elc.tar.gz) = 6e0931158967f433e46546595bf72904
-MD5 (xemacs/xemacs-21.4.12-info.tar.gz) = d31805fc1cff0337d40b77422ba86923
+MD5 (xemacs/xemacs-21.4.13-src.tar.gz) = fcba9599237402e488f09feadbeec3a6
+MD5 (xemacs/xemacs-21.4.13-elc.tar.gz) = 52c4ce9d3f2a03eecb6c8330d53ebaf4
+MD5 (xemacs/xemacs-21.4.13-info.tar.gz) = 38f4f45b002bda4129b0c7f9ba3ff492
diff --git a/editors/xemacs21-mule/files/patch-al b/editors/xemacs21-mule/files/patch-al
new file mode 100644
index 000000000000..649be5b4b329
--- /dev/null
+++ b/editors/xemacs21-mule/files/patch-al
@@ -0,0 +1,11 @@
+--- src/EmacsFrame.c~ Wed Mar 5 12:28:39 2003
++++ src/EmacsFrame.c Thu Jun 5 16:23:56 2003
+@@ -235,7 +235,7 @@
+ /* resource_count */ XtNumber (resources),
+ /* xrm_class */ NULLQUARK,
+ /* compress_motion */ TRUE,
+- /* compress_exposure */ XtExposeCompressMaximal | XtExposeNoRegion,
++ /* compress_exposure */ TRUE,
+ /* compress_enterleave */ TRUE,
+ /* visible_interest */ FALSE,
+ /* destroy */ NULL,