Date: Thu, 28 Jun 2001 21:58:16 +0200 (CEST) From: Slaven Rezic <eserte@vran.herceg.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28491: www/w3-4 port: mismatch between pkg-plist and real installation Message-ID: <200106281958.VAA08960@vran.herceg.de>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106281958.VAA08960>