pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44425: devel/lua-alt-getopt install problem



The following reply was made to PR pkg/44425; it has been noted by GNATS.

From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost,
         Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
Subject: Re: pkg/44425: devel/lua-alt-getopt install problem
Date: Thu, 20 Jan 2011 20:12:00 +0200

  >>  cd /var/obj/pkgsrc/devel/lua-alt-getopt/work/lua_alt_getopt_sources
  >>  make list-vars VARS=INSTALL
  >>
  >>Does it differ from /usr/bin/install?
 >  
 >  % make list-vars VARS=INSTALL
 >  INSTALL=/usr/bin/install
 >  %
 
 I expect the following will show -N
 
   make list-vars VARS=INSTALL_FILE
 
 On my system bsd.files.mk uses INSTALL_FILE for instaling.
 
  >>> the resulting ball of strings.
  >>
  >>I understand the difference. I don't know exactly why 'install -N ...'
  >>is called on your system but I don't like the way Matthias solved 44415.
 >  
 >  Well, I guess the alternative is to teach <bsd.own.mk>
 
 Try to convert your mk.conf from
 
    .ifdef BSD_PKG_MK
    # p[kgsrc settings here
    .endif
    # NetBSD settings here
 
 to
 
    .ifdef BSD_PKG_MK
     # pkgsrc settings here
    .else
     # NetBSD settings here
    .endif
 
 -- 
 Best regards, Aleksey Cheusov.
 


Home | Main Index | Thread Index | Old Index