svn commit: r349288 - head/archivers/ocaml-bz2

Antoine Brodin antoine at FreeBSD.org
Wed Mar 26 22:53:18 UTC 2014


On Wed, Mar 26, 2014 at 11:48 PM, John Marino <freebsd.contact at marino.st> wrote:
>> It adds this to plist:
>>         @${ECHO_CMD} "@exec ${ECHO_CMD} "%D/${LIB}" >> %D/${OCAML_LDCONF}" \

this add a line to the existing ld.conf during pkg install

>>         @${ECHO_CMD} "@unexec ${SED} -i \"\" -e '/${LIB:S#/#\/#g}/d'
>> %D/${OCAML_LDCONF}"  >> ${TMPPLIST}

this removes the line from the existing ld.conf during pkg uninstall.

> So I think that must be wrong.
> There should only be one ldconf file -- it stores information of all the
> installed libraries.  There would not be one per package.  I say this as
> somebody that does not use ocaml or know anything about it though.

Cheers,

Antoine


More information about the svn-ports-head mailing list