From abbed185417197f41b94d6fb54600d8727451945 Mon Sep 17 00:00:00 2001 From: gj Date: Tue, 25 Jul 2000 20:22:07 +0000 Subject: Update to version 21.1.11. Patch patch-al was obsoleted by a change in the target file. Except for one minor change in PLIST the submitted patch worked without errors. Excellent ! Submitted by: kiri@pis.toba-cmt.ac.jp --- editors/xemacs/Makefile | 4 +- editors/xemacs/distinfo | 6 +- editors/xemacs/files/patch-af | 12 +- editors/xemacs/pkg-plist | 995 ++++++++++++++++++++---------------------- 4 files changed, 480 insertions(+), 537 deletions(-) (limited to 'editors/xemacs') diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 9b23b820d90e..afc992ce4b46 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/ -DISTFILES= ${DISTNAME}a${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} MAINTAINER?= gj@FreeBSD.org @@ -24,7 +24,7 @@ LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ tiff.4:${PORTSDIR}/graphics/tiff XEMACS_REL= 21.1 -XEMACS_VER= 21.1.10 +XEMACS_VER= 21.1.11 DIST_SUBDIR= xemacs SLAVEDIRS+= editors/xemacs21-mule diff --git a/editors/xemacs/distinfo b/editors/xemacs/distinfo index 3aa8b81e3e0c..1395f77b4ffc 100644 --- a/editors/xemacs/distinfo +++ b/editors/xemacs/distinfo @@ -1,3 +1,3 @@ -MD5 (xemacs/xemacs-21.1.10a.tar.gz) = 4654f27aeca08cfea8d5d54f3dd13cd7 -MD5 (xemacs/xemacs-21.1.10-elc.tar.gz) = 6d6587ecafa5c340889c5879b439ad05 -MD5 (xemacs/xemacs-21.1.10-info.tar.gz) = 9863d5d554a3f4aff03f68ec3302b00f +MD5 (xemacs/xemacs-21.1.11.tar.gz) = f21ef96eb6db6f190e744450d597126b +MD5 (xemacs/xemacs-21.1.11-elc.tar.gz) = fb36bedb4753c58091bdc4d5262c8852 +MD5 (xemacs/xemacs-21.1.11-info.tar.gz) = 4e85237040a3c9f64d5d12296f1c58fe diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af index 97f5860fae94..ab726c98e4d9 100644 --- a/editors/xemacs/files/patch-af +++ b/editors/xemacs/files/patch-af @@ -1,6 +1,6 @@ ---- configure.orig Thu Apr 20 08:10:55 2000 -+++ configure Sun Jun 4 23:41:55 2000 -@@ -1041,6 +1041,7 @@ +--- configure.orig Sat Jul 15 09:44:36 2000 ++++ configure Tue Jul 25 19:13:53 2000 +@@ -1042,6 +1042,7 @@ case "$canonical" in *-*-linux* ) opsys=linux ;; @@ -8,12 +8,12 @@ *-*-netbsd* ) opsys=netbsd ;; *-*-openbsd* ) opsys=openbsd ;; *-*-nextstep* ) opsys=nextstep ;; -@@ -11308,7 +11309,7 @@ +@@ -11324,7 +11325,7 @@ if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 - echo "configure:11311: checking for Berkeley db.h" >&5 + echo "configure:11327: 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 </dev/null || true @unexec rmdir %D/share/emacs 2>/dev/null || true -- cgit