Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 19:19:57 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549481 - head/lang/luajit-openresty
Message-ID:  <202009211919.08LJJvre037136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Sep 21 19:19:57 2020
New Revision: 549481
URL: https://svnweb.freebsd.org/changeset/ports/549481

Log:
  lang/luajit-openresty: fix build on powerpc64
  
  Upstream now supports powerpc64.
  It was implemented in https://github.com/openresty/luajit2/commit/2763a421d6219c8cb2bbd39246de619dc796bab6,
  but https://github.com/openresty/luajit2/commit/981ec8d2aac5cac76bdedd4015b6d32447b29597 is also necessary (the former commit partially adds code that the latter one removes).
  This fixes powerpc64.
  
  PR:		249156
  Approved by:	mm (maintainer timeout)

Modified:
  head/lang/luajit-openresty/Makefile
  head/lang/luajit-openresty/distinfo

Modified: head/lang/luajit-openresty/Makefile
==============================================================================
--- head/lang/luajit-openresty/Makefile	Mon Sep 21 19:05:20 2020	(r549480)
+++ head/lang/luajit-openresty/Makefile	Mon Sep 21 19:19:57 2020	(r549481)
@@ -7,14 +7,16 @@ DISTVERSION=	2.1-20200102
 CATEGORIES=	lang
 PKGNAMESUFFIX=	-openresty
 
+PATCH_SITES=	https://github.com/openresty/luajit2/commit/
+PATCHFILES=	981ec8d2aac5cac76bdedd4015b6d32447b29597.patch:-p1 \
+		2763a421d6219c8cb2bbd39246de619dc796bab6.patch:-p1
+
 MAINTAINER=	mm@FreeBSD.org
 COMMENT=	Just-In-Time Compiler for Lua (OpenResty branch)
 
 LICENSE=	MIT PD
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
-
-BROKEN_powerpc64=	fails to build: gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by 'host/buildvm_arch.h'.
 
 USES=		gmake
 

Modified: head/lang/luajit-openresty/distinfo
==============================================================================
--- head/lang/luajit-openresty/distinfo	Mon Sep 21 19:05:20 2020	(r549480)
+++ head/lang/luajit-openresty/distinfo	Mon Sep 21 19:19:57 2020	(r549481)
@@ -1,3 +1,7 @@
-TIMESTAMP = 1578954917
+TIMESTAMP = 1599434319
 SHA256 (openresty-luajit2-v2.1-20200102_GH0.tar.gz) = 8a54d5a8b089536b8e62e72dd1b57a684ccb85dfe2160f360ec45b869b446248
 SIZE (openresty-luajit2-v2.1-20200102_GH0.tar.gz) = 1093752
+SHA256 (981ec8d2aac5cac76bdedd4015b6d32447b29597.patch) = 04c13eaec6031b8374b1e24521833704973008191707dbff4a5488feea645bae
+SIZE (981ec8d2aac5cac76bdedd4015b6d32447b29597.patch) = 4443
+SHA256 (2763a421d6219c8cb2bbd39246de619dc796bab6.patch) = ae9addc0d7e978d27192e1434901133294d08417bbcf3edcddd35c03ecc4922f
+SIZE (2763a421d6219c8cb2bbd39246de619dc796bab6.patch) = 113406



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009211919.08LJJvre037136>