svn commit: r430581 - head/dns/dnscrypt-proxy

Mark Felder feld at FreeBSD.org
Wed Jan 4 22:18:22 UTC 2017



On Wed, Jan 4, 2017, at 16:13, Mathieu Arnold wrote:
> Le 04/01/2017 à 19:21, Sunpoet Po-Chuan Hsieh a écrit :
> >
> >     +USE_LDCONFIG=  yes
> >     +
> >
> >
> > Hello Mark,
> >
> > This line seems to be incorrect.
> >
> > from /usr/ports/Mk/bsd.port.mk <http://bsd.port.mk>:
> > # USE_LDCONFIG  - If set to "yes", this adds ${PREFIX}/lib to the list of
> > #                                 directories to be searched for
> > shared libraries.
> > #                                 Otherwise, this is a list of
> > directories to be added to that
> > #                                 list. The directory names are written to
> > #                                
> > ${LOCALBASE}/libdata/ldconfig/${PKGBASE} which is then
> > #                                 used by the ldconfig startup script.
> >
> > USE_LDCONFIG is only needed when PLUGINS is enabled.
> > Besides, PLUGINS installs shared objects to PREFIX/lib/dnscrypt-proxy.
> > I think the correct one is:
> > PLUGINS_USE=LDCONFIG=${PREFIX}/lib/dnscrypt-proxy
> >
> 
> In any case, I don't think USE_LDCONFIG is needed here, the software
> will know where to load its plugins from.
> 

Funny, right as I was finish testing and committing his suggested
changes you make this point...


-- 
  Mark Felder
  ports-secteam & portmgr member
  feld at FreeBSD.org


More information about the svn-ports-all mailing list