svn commit: r457781 - head/irc/weechat

Mathieu Arnold mat at FreeBSD.org
Tue Jan 2 16:01:26 UTC 2018


Le 01/01/2018 à 16:50, Bernard Spil a écrit :
> Author: brnrd
> Date: Mon Jan  1 15:50:17 2018
> New Revision: 457781
> URL: https://svnweb.freebsd.org/changeset/ports/457781
>
> Log:
>   irc/weechat: Remove Ruby LIB_DEPENDS
>   
>    - unwind is a dependency of Ruby  

This is most certainly only a partial fix, the ruby plugin does link
with libunwind directly so it should be added as a dependency here too.
If it is a case of overlinking, then ruby should be fixed.


>   Submitted by:	sunpoet
>
> Modified:
>   head/irc/weechat/Makefile
>
> Modified: head/irc/weechat/Makefile
> ==============================================================================
> --- head/irc/weechat/Makefile	Mon Jan  1 15:39:41 2018	(r457780)
> +++ head/irc/weechat/Makefile	Mon Jan  1 15:50:17 2018	(r457781)
> @@ -76,10 +76,6 @@ CMAKE_ARGS+=	-DENABLE_PYTHON3:BOOL=true \
>  		-DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/libpython${PYTHON_VER}m.so
>  .endif
>  
> -.if !empty(PORT_OPTIONS:MRUBY) && (${ARCH} == "amd64" || ${ARCH} == "i386")
> -LIB_DEPENDS+=   libunwind.so:devel/libunwind
> -.endif
> -
>  post-patch:
>  	@${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \
>  		${WRKSRC}/CMakeLists.txt
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180102/616a42cf/attachment.sig>


More information about the svn-ports-all mailing list