Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2000 18:50:02 -0700 (PDT)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/17805: ${CHMOD} is not set in ports makefiles after upgrading
Message-ID:  <200004050150.SAA71730@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/17805; it has been noted by GNATS.

From: "Chris D. Faulhaber" <jedgar@fxp.org>
To: tla@spiderchain.com
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/17805: ${CHMOD} is not set in ports makefiles after upgrading
Date: Tue, 4 Apr 2000 21:46:31 -0400 (EDT)

 On Tue, 4 Apr 2000 tla@spiderchain.com wrote:
 
 > 
 > >Number:         17805
 > >Category:       misc
 > >Synopsis:       ${CHMOD} is not set in ports makefiles after upgrading
 > 
 > I believe this is the issue...I've had to hack several port makefiles
 > recently to add a value for ${CHMOD}.  If this is too vague, tell me to
 > go get stuffed, and I'll get more detailed about it next time it happens.
 > 
 > >How-To-Repeat:
 > Install the ports upgrade package.  Build a port that uses ${CHMOD}
 > in its makefile (the cyrus imap server is one).  Notice that make install
 > fails with "640: command not found" or similar.
 > >Fix:
 > I'm not a make guru, but somewhere in there ${CHMOD} needs to get set.
 > 
 > 
 
 jedgar@pluto:/usr/ports/Mk$ ident bsd.port.mk && grep chmod bsd.port.mk
 bsd.port.mk:
      $FreeBSD: ports/Mk/bsd.port.mk,v 1.332 2000/04/02 08:32:26 asami Exp
 $
      $NetBSD: $
 CHMOD?=         /bin/chmod
 jedgar@pluto:/usr/ports/Mk$
 
 Can you let us know what errors you are seeing?  Also, check that
 /usr/ports/Mk/* and the port(s) you are building are up-to-date.
 
 -----
 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
 --------------------------------------------------------
 FreeBSD: The Power To Serve   -   http://www.FreeBSD.org
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004050150.SAA71730>