Subject: Re: pkg/34987 (lang/clisp cannot be built by non-root user)
To: None <tron@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-bugs
Date: 04/01/2007 12:50:05
The following reply was made to PR pkg/34987; it has been noted by GNATS.

From: Aleksey Cheusov <cheusov@tut.by>
To: gnats-bugs@NetBSD.org
Cc: tron@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org
Subject: Re: pkg/34987 (lang/clisp cannot be built by non-root user)
Date: Sun, 01 Apr 2007 15:49:44 +0300

  >> > Thomas Klausner sent me the patch and it fixed the problem. Thanks a lot
  >> > for the bug report and the patch.
  >> 
  >> 'install' command in the patches/* files should be changed to
  >> '$(INSTALL)'. Otherwise build will failure on Solaris for example.
 >  
 >  That doesn't work because the generate makefiles define "$(INSTALL)"
 >  like this:
 >  
 >  INSTALL = /usr/bin/install -c -o root -g wheel
 
 True. I just meant that Solaris' install is different.
 It's probably better to use 'cp' instead of 'install'.
 
 -- 
 Best regards, Aleksey Cheusov.