From owner-freebsd-ports Mon Feb 18 0:30:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D189E37B402 for ; Mon, 18 Feb 2002 00:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1I8U2l42538; Mon, 18 Feb 2002 00:30:02 -0800 (PST) (envelope-from gnats) Date: Mon, 18 Feb 2002 00:30:02 -0800 (PST) Message-Id: <200202180830.g1I8U2l42538@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yoichi NAKAYAMA Subject: Re: ports/35067: New port: textproc/xml-lite.el - a simple XML-editing for GNU Emacs Reply-To: Yoichi NAKAYAMA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/35067; it has been noted by GNATS. From: Yoichi NAKAYAMA To: Kimura Fuyuki Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/35067: New port: textproc/xml-lite.el - a simple XML-editing for GNU Emacs Date: Mon, 18 Feb 2002 17:20:53 +0900 Hi. Kimura-san, Does xml-lite.el works with emacs-20? If so, it seems better to place one where emacs-20.7 can also find it. How do you think about following patch? Best Regards, -- Yoichi diff -u xml-lite.el.orig/Makefile xml-lite.el/Makefile --- xml-lite.el.orig/Makefile Mon Feb 18 17:11:18 2002 +++ xml-lite.el/Makefile Mon Feb 18 17:10:39 2002 @@ -17,13 +17,15 @@ EMACS_PORT_NAME?= emacs21 EMACS_NO_BUILD_DEPENDS= YES +EMACS_NO_RUN_DEPENDS= YES NO_BUILD= yes NO_WRKSUBDIR= yes -LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} +LISPDIR= ${EMACS_SITE_LISPDIR} do-install: + ${MKDIR} ${PREFIX}/${LISPDIR} ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${LISPDIR} post-install: diff -u xml-lite.el.orig/pkg-plist xml-lite.el/pkg-plist --- xml-lite.el.orig/pkg-plist Mon Feb 18 17:11:18 2002 +++ xml-lite.el/pkg-plist Mon Feb 18 17:10:51 2002 @@ -1 +1 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/xml-lite.el +%%EMACS_SITE_LISPDIR%%/xml-lite.el To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message