svn commit: r550876 - head/multimedia/obs-studio

Piotr Kubaj pkubaj at anongoth.pl
Thu Oct 1 22:09:49 UTC 2020


I obviously meant luajit-openresty instead of the main luajit port.

On 20-10-01 22:03:43, Piotr Kubaj wrote:
> Author: pkubaj
> Date: Thu Oct  1 22:03:43 2020
> New Revision: 550876
> URL: https://svnweb.freebsd.org/changeset/ports/550876
> 
> Log:
>   multimedia/obs-studio: add libunwind dependency on powerpc64
>   
>   Builds fine with it.
> 
> Modified:
>   head/multimedia/obs-studio/Makefile
> 
> Modified: head/multimedia/obs-studio/Makefile
> ==============================================================================
> --- head/multimedia/obs-studio/Makefile	Thu Oct  1 21:55:37 2020	(r550875)
> +++ head/multimedia/obs-studio/Makefile	Thu Oct  1 22:03:43 2020	(r550876)
> @@ -2,6 +2,7 @@
>  
>  PORTNAME=	obs-studio
>  DISTVERSION=	26.0.0
> +PORTREVISION=	1
>  CATEGORIES=	multimedia
>  
>  MAINTAINER=	yuri at FreeBSD.org
> @@ -35,6 +36,7 @@ LIB_DEPENDS_amd64=	libluajit-5.1.so:lang/luajit
>  LIB_DEPENDS_armv7=	libluajit-5.1.so:lang/luajit
>  LIB_DEPENDS_i386=	libluajit-5.1.so:lang/luajit
>  LIB_DEPENDS_powerpc=	libluajit-5.1.so:lang/luajit
> +LIB_DEPENDS_powerpc64=	libluajit-5.1.so:lang/luajit-openresty
>  
>  USES=		cmake gl lua pkgconfig python:3.4+ qt:5 xorg
>  USE_GITHUB=	yes
> @@ -60,7 +62,7 @@ USES+=		compiler:c++11-lib
>  
>  .include <bsd.port.pre.mk>
>  
> -.if ${ARCH} != amd64 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != powerpc
> +.if ${ARCH} != amd64 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != powerpc && ${ARCH} != powerpc64
>  PLIST_SUB+=	LUAJIT="@comment "
>  .else
>  PLIST_SUB+=	LUAJIT=""
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20201002/11dd2bfb/attachment.sig>


More information about the svn-ports-head mailing list