From owner-freebsd-ports Thu Sep 20 16:15:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by hub.freebsd.org (Postfix) with ESMTP id 2252A37B40D; Thu, 20 Sep 2001 16:15:47 -0700 (PDT) Received: from shaka.acc.umu.se (daemon@shaka.acc.umu.se [130.239.18.148]) by khan.acc.umu.se (8.11.6/8.11.6) with ESMTP id f8KNFjF18429; Fri, 21 Sep 2001 01:15:45 +0200 (MEST) Received: (from markush@localhost) by shaka.acc.umu.se (8.11.6/8.11.2) id f8KNFjL02397; Fri, 21 Sep 2001 01:15:45 +0200 (MEST) Date: Fri, 21 Sep 2001 01:15:44 +0200 From: Markus Holmberg To: okazaki@freebsd.org Cc: freebsd-ports@freebsd.org Subject: devel/elib-emacs not honoring EMACS_SITE_LISPDIR [patch] Message-ID: <20010921011544.A2368@acc.umu.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i 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 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I have attached a patch that makes devel/elib-emacs honor EMACS_SITE_LISPDIR. (Without patch port does not work out of box with XEmacs) Will someone (review and) commit this small fix? Or do I need to send-pr? (seems like overkill..) Markus (Please keep me on CC as I'm not on freebsd-ports, thanks) -- Markus Holmberg markush@acc.umu.se --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="elib-emacs.patch" --- Makefile.orig Fri Sep 21 00:51:36 2001 +++ Makefile Fri Sep 21 00:53:37 2001 @@ -39,7 +39,8 @@ INSTALL_DATA="${INSTALL_DATA}" \ MAKEINFO="makeinfo --no-split" \ MKDIR="${MKDIR}" \ - prefix="${PREFIX}" + prefix="${PREFIX}" \ + locallisppath="${PREFIX}/${EMACS_SITE_LISPDIR}" .if defined(EMACS_PORT_NAME) .if ${EMACS_MAJOR_VER} <= 19 --xHFwDpU9dbj6ez1V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message