summaryrefslogtreecommitdiffstats
path: root/editors/xemacs/files
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1999-12-25 12:34:09 +0000
committergj <gj@FreeBSD.org>1999-12-25 12:34:09 +0000
commit8306d8ba775e0f72fc1db772036caea48c41d1f0 (patch)
treee569963fc97d62c5a940169aaa3b42dd96ae3e1f /editors/xemacs/files
parentd2fc28063c6631a7159fb36e7db0d510317097ea (diff)
downloadFreeBSD-ports-8306d8ba775e0f72fc1db772036caea48c41d1f0.zip
FreeBSD-ports-8306d8ba775e0f72fc1db772036caea48c41d1f0.tar.gz
Update to version 21.1.8.
This change adds a framework so that xemacs21 can be used as the base port for the various xemacs-mule incarnations. This functionality has not been tested by the committer !!! Fixed up some fatal errors found by portlint. The submitter added compface.1 to LIB_DEPENDS, but the maintainer did not agree, so it has been eliminated. Version 21.1.8 removed all the empty directories which were created by version 21.1.7, so I had to modify PLIST accordingly. That explains the large number of changes to PLIST. This version does not seem to suffer from the "make world under -current and xemacs core dumps" syndrome. Submitted by: kiri@pis.toba-cmt.ac.jp Approved by: maintainer
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r--editors/xemacs/files/patch-af12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af
index 9517188..e3c02b1 100644
--- a/editors/xemacs/files/patch-af
+++ b/editors/xemacs/files/patch-af
@@ -1,19 +1,19 @@
---- configure~ Fri Oct 8 15:34:48 1999
-+++ configure Fri Oct 8 15:36:43 1999
+--- configure.orig Wed Nov 3 08:42:56 1999
++++ configure Mon Dec 6 00:03:25 1999
@@ -1038,6 +1038,7 @@
case "$canonical" in
*-*-linux* ) opsys=linux ;;
+ *-*-freebsd* ) opsys=freebsd ;;
*-*-netbsd* ) opsys=netbsd ;;
- *-*-openbsd* ) opsys=openbsd ;;
+ *-*-openbsd* ) opsys=openbsd ;;
*-*-nextstep* ) opsys=nextstep ;;
-@@ -11108,7 +11108,7 @@
+@@ -11178,7 +11179,7 @@
if test "$with_database_berkdb" != "no"; then
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
- echo "configure:11111: checking for Berkeley db.h" >&5
+ echo "configure:11181: 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 11114 "configure"
+ #line 11184 "configure"
#include "confdefs.h"
OpenPOWER on IntegriCloud