On 2013/10/08 02:12, Juan Francisco Cantero Hurtado wrote:
> > > Nearly there, just a couple of things:
> > > 
> > > - In lzlib, you patched away the run_ldconfig=no line; this should stay.
> > 
> > I trimmed the conditional because the script uses "ldconfig -n" and our
> > ldconfig doesn't support this option. From the man page of ldconfig on
> > Linux:
> > 
> > -n Only  process  directories  specified  on  the  command  line.  Don't
> >    process the trusted directories (/lib and /usr/lib) nor those specified
> >    in /etc/ld.so.conf. Implies -N.
> > 
> > -N Don't rebuild the cache. Unless -X is also specified, links are
> >    still updated.
> > 
> > I don't know which is the correct ldconfig command here.

It is not correct to run any ldconfig command during a port build :)
Looks like this is now working correctly.

> > > Also please patch away the line which creates a symlink to liblzip.so and
> > > regenerate the PLIST (and remove PFRAG.shared and the %%shared%% line).
> > 
> > Done.

The PLIST/PFRAG.shared look better, but it still creates the symlink
during build, so "make plist" re-adds them.

Reply via email to