From owner-freebsd-ports Thu Jun 28 14: 0:25 2001 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 DB7BD37B409 for ; Thu, 28 Jun 2001 14:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5SL0AS92825; Thu, 28 Jun 2001 14:00:10 -0700 (PDT) (envelope-from gnats) Received: from mailoutvl21.berlin.de (mail.berlin.de [195.243.105.33]) by hub.freebsd.org (Postfix) with ESMTP id AE54B37B409 for ; Thu, 28 Jun 2001 13:58:51 -0700 (PDT) (envelope-from slaven.rezic@berlin.de) Received: from herceg.de ([213.6.16.194]) by mailoutvl21.berlin.de (InterMail vK.4.03.03.00 201-232-128 license c0e4b842f1eddc5308d584e55543c802) with ESMTP id <20010628205904.CKDZ19902.mailoutvl21@herceg.de> for ; Thu, 28 Jun 2001 22:59:04 +0200 Received: (from eserte@localhost) by vran.herceg.de (8.9.3/8.9.3) id VAA08960; Thu, 28 Jun 2001 21:58:16 +0200 (CEST) (envelope-from eserte) Message-Id: <200106281958.VAA08960@vran.herceg.de> Date: Thu, 28 Jun 2001 21:58:16 +0200 (CEST) From: Slaven Rezic Reply-To: slaven.rezic@berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28491: www/w3-4 port: mismatch between pkg-plist and real installation 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 >Number: 28491 >Category: ports >Synopsis: www/w3-4 port: mismatch between pkg-plist and real installation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 28 14:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Slaven Rezic >Release: FreeBSD 3.5-STABLE i386 >Organization: Private FreeBSD site, Berlin, Germany >Environment: emacs 20.7 and xemacs 21.1 installed. >Description: The pkg-plist for www/w3-4 is hardcoded for FSF emacs. However, if xemacs is installed on the system, the configure script will detect this and will use xemacs' site-lisp as the installation target. >How-To-Repeat: >Fix: Maybe force the port to use the site-lisp dir of FSF emacs as the installation target. This can be done by changing the Makefile as follows: --- Makefile Sat Mar 3 04:05:45 2001 +++ Makefile.new Thu Jun 28 21:53:21 2001 @@ -18,6 +18,7 @@ RUN_DEPENDS?= emacs-20.7:${PORTSDIR}/editors/emacs20 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-emacs=yes MAKE_ENV+= EMACSCMD=${EMACSCMD} ELISPDIR=${ELISPDIR} \ MKDIR="${MKDIR}" CP=${CP} \ Exit 1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message