svn commit: r520146 - in head/misc: . py-xgboost py-xgboost/files

Mathieu Arnold mat at FreeBSD.org
Sun Dec 15 07:00:29 UTC 2019


On Sat, Dec 14, 2019 at 10:12:33PM +0000, Yuri Victorovich wrote:
> +fix-plist: # https://github.com/dmlc/xgboost/issues/5118
> +	@${REINPLACE_CMD} -e 's|^xgboost/libxgboost.so$$||' ${TMPPLIST}

Mmmm, what you are doing here is remplacing that line with an empty
line, it is probably wrong.  If you want to remove a line from the file,
it is quite easy, /^xgboost\/libxgboost.so$/d would do it.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20191215/97c3d3dc/attachment.sig>


More information about the svn-ports-all mailing list