Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 1999 01:54:36 -0800 (PST)
From:      hiro@eken.phys.nagoya-u.ac.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/10724: editors/mule incorrect arch-dependent data dir
Message-ID:  <19990322095436.23AC415097@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         10724
>Category:       ports
>Synopsis:       editors/mule incorrect arch-dependent data dir
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 02:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Hiroshi KATO
>Release:        FreeBSD 3.1-STABLE #0: Thu Mar 18 17:36:53 JST 1999
>Organization:
e-ken Department physics, Nagoya University, Nagoya, Japan.
>Environment:
FreeBSD 3.1-STABLE #0: Thu Mar 18 17:36:53 JST 1999
>Description:
editors/mule-common port installs arch-dependent data in
${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd/

whereas editors/mule port trys to find them in
${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd${OSREL}/

>How-To-Repeat:
cd /usr/ports/editors/mule
make install
mule
Warning: arch-dependent data dir (/usr/local/libexec/mule/19.34/i386--freebsd3.1/) does not exist.

>Fix:
patch for editors/mule/Makefile as of
# $Id: Makefile,v 1.37 1999/03/08 07:28:24 asami Exp $


--- /usr/ports/editors/mule/Makefile.orig    Mon Mar 22 18:08:18 1999
+++ /usr/ports/editors/mule/Makefile    Mon Mar 22 17:03:39 1999
@@ -35,6 +35,7 @@
 INSTALL_COOKIE=	${WRKDIR}/.install_done-${PKGNAME}
 PACKAGE_COOKIE=	${WRKDIR}/.package_done-${PKGNAME}
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	${MACHINE_ARCH}--freebsd
 USE_GMAKE=	yes
 MAKE_ENV=      LIBDIR="${LIBDIR}"
 # /usr/bin/sed should be used because configure script includes 'Ctrl-L'


>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?19990322095436.23AC415097>