pkgsrc-Bugs archive

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

Re: pkg/38651 (libkver won't install in pkg_comp any more)



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kre%NetBSD.org@localhost
Subject: Re: pkg/38651 (libkver won't install in pkg_comp any more)
Date: Sat, 14 May 2022 21:00:09 +0000

 On Wed, Jun 17, 2015 at 08:45:01AM +0000, Stephen Borrill wrote:
  >  The following patch fixes this for me. Yes, it's not pretty and means 
  >  the man pages, etc. go into /libkver too, but for the purposes of 
  >  pkg_comp that's unimportant.
  >  
  >  --- pkgtools/libkver/Makefile	9 Oct 2014 14:06:49 -0000	1.36
  >  +++ pkgtools/libkver/Makefile	17 Jun 2015 08:41:38 -0000
  >  @@ -47,7 +47,9 @@
  >  
  >    LIBKVER_STANDALONE_PREFIX?=	/libkver
  >    standalone-install:
  >  -	${MAKE} ${MAKEFLAGS} PKG_DBDIR=${LIBKVER_STANDALONE_PREFIX:Q}/pkg \
  >  -	  PREFIX=${LIBKVER_STANDALONE_PREFIX:Q} install
  >  +	${MKDIR} ${DESTDIR}${LIBKVER_STANDALONE_PREFIX} && \
  >  +	    ${MKDIR} ${DESTDIR}${LIBKVER_STANDALONE_PREFIX}/lib
  >  +	${MAKE} ${MAKEFLAGS} \
  >  +	    STANDALONE_INSTALL=${LIBKVER_STANDALONE_PREFIX:Q} 
  >  PREFIX=${LIBKVER_STANDALONE_PREFIX:Q} install
  >  
  >    .include "../../mk/bsd.pkg.mk"
 
 This never got committed... not sure if it's still necessary. And,
 kre, none of your other pkg_comp fixes seem to have been either -- all
 but one of the PRs I cited earlier in the discussion here back in 2010
 are still open.
 
 I also notice that in the meantime jmmv did a big rewrite of pkg_comp,
 so maybe it's all irrelevant now? I don't know, and I don't habitually
 use pkg_comp so I'm not in a good position to make decisions.
 
 What's the best thing to do moving forward? It would be nice to sort
 this out properly since these are among the oldest open pkgsrc PRs at
 this point.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index