summaryrefslogtreecommitdiffstats
path: root/editors/xemacs/files
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1999-06-22 22:02:00 +0000
committergj <gj@FreeBSD.org>1999-06-22 22:02:00 +0000
commit33889e13865a71d23869f59bf2de33e5f5c91b48 (patch)
tree2d23b0988e457187f85cd85d9cdac640ab2caafa /editors/xemacs/files
parent9b15b945587d22432ac7c6fe459a7d366f32bb0b (diff)
downloadFreeBSD-ports-33889e13865a71d23869f59bf2de33e5f5c91b48.zip
FreeBSD-ports-33889e13865a71d23869f59bf2de33e5f5c91b48.tar.gz
This is the latest version of xemacs - Xemacs 21.1.
This requires xemacs-packages which be will committed next. Xemacs now allows the user to maintain packages himself. See DESCR. This supersedes PR 11618, which was based on an older release. This commit was blasted over a repository copy of xemacs20, which is why there are so many changes. Submitted by: Michael Elbel (me@freebsd.org)
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r--editors/xemacs/files/patch-af20
-rw-r--r--editors/xemacs/files/xemacs21.sh14
2 files changed, 24 insertions, 10 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af
index b42cbd1..dcf71c2 100644
--- a/editors/xemacs/files/patch-af
+++ b/editors/xemacs/files/patch-af
@@ -1,11 +1,11 @@
---- configure Thu Nov 20 03:13:44 1997
-+++ configure.n Tue Dec 9 09:55:11 1997
-@@ -9706,7 +9706,7 @@
-
- fi
- if test "$with_database_berkdb" = "yes"; then
-- for path in "db/db.h" "db.h"; do
-+ for path in "/usr/include/db.h" "db/db.h" "db.h"; do
- cat > conftest.$ac_ext <<EOF
- #line 9712 "configure"
+--- configure.orig Wed May 26 06:28:12 1999
++++ configure Wed May 26 06:28:08 1999
+@@ -11172,7 +11172,7 @@
+ if test "$with_database_berkdb" != "no"; then
+ echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
+ echo "configure:11175: checking for Berkeley db.h" >&5
+- for path in "db/db.h" "db.h"; do
++ for path in "/usr/include/db.h" "db/db.h" "db.h"; do
+ cat > conftest.$ac_ext <<EOF
+ #line 11178 "configure"
#include "confdefs.h"
diff --git a/editors/xemacs/files/xemacs21.sh b/editors/xemacs/files/xemacs21.sh
new file mode 100644
index 0000000..80166e6
--- /dev/null
+++ b/editors/xemacs/files/xemacs21.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+# script to create the lock directory in case it was
+# removed in /etc/rc
+#echo -n ' Xemacs'
+if [ -d /var/run/emacs/lock ]
+then
+# delete any junk which may have been left around
+ rm -f /var/run/emacs/lock/*
+else
+ mkdir -p /var/run/emacs/lock
+fi
+# can always do this
+chmod 1777 /var/run/emacs/lock
+exit 0
OpenPOWER on IntegriCloud