From owner-freebsd-ports Wed Jun 17 01:51:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05999 for freebsd-ports-outgoing; Wed, 17 Jun 1998 01:51:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05994 for ; Wed, 17 Jun 1998 01:51:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00469; Wed, 17 Jun 1998 01:50:01 -0700 (PDT) Date: Wed, 17 Jun 1998 01:50:01 -0700 (PDT) Message-Id: <199806170850.BAA00469@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Thomas Gellekum Subject: Re: ports/6972: lesstif port won't install Reply-To: Thomas Gellekum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6972; it has been noted by GNATS. From: Thomas Gellekum To: dom@phmit.demon.co.uk Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6972: lesstif port won't install Date: 17 Jun 1998 10:43:38 +0200 Dom Mitchell writes: > >Number: 6972 > >Category: ports > >Synopsis: lesstif port won't install because of strip on script > >Description: > > When doing a make install in /usr/ports/x11/lesstif, I get an error > message complaining that mxmkmf can't be stripped as it is a script. > This is because the Makefile in work/lesstif-0.85/lib/config specifies > INSTALL_SCRIPT to be INSTALL_PROGRAM. Hm. My lib/config/Makefile looks like this after running configure: INSTALL = /usr/bin/install -c -o bin -g bin INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555 INSTALL_DATA = install -c -o bin -g bin -m 444 INSTALL_SCRIPT = install -c -o bin -g bin -m 555 transform = s,x,x, No problem here. Something wrong with your environment? bsd.port.mk out of date? tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message