Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 17:53:31 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527009 - head/graphics/jp
Message-ID:  <202002241753.01OHrVYV079688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Mon Feb 24 17:53:31 2020
New Revision: 527009
URL: https://svnweb.freebsd.org/changeset/ports/527009

Log:
  graphics/jp: Unbreak on aarch64
  
  Unbreak by pulling in golang.org/x/sys@fead7900131 to fix build on aarch64
  
  PR:		243779
  Approved by:	0mp, manu (mentor)

Modified:
  head/graphics/jp/Makefile
  head/graphics/jp/distinfo

Modified: head/graphics/jp/Makefile
==============================================================================
--- head/graphics/jp/Makefile	Mon Feb 24 17:49:26 2020	(r527008)
+++ head/graphics/jp/Makefile	Mon Feb 24 17:53:31 2020	(r527009)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jp
 DISTVERSION=	1.1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -14,10 +14,15 @@ LICENSE_COMB=	multi
 USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	sgreben
+GH_TUPLE=	golang:sys:fead79001313:golang_sys/vendor/golang.org/x/sys_fead79001313
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 GO_TARGET=	github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
+
+pre-build:
+	${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
+	${MV} ${WRKSRC}/vendor/golang.org/x/sys_fead79001313 ${WRKSRC}/vendor/golang.org/x/sys
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/graphics/jp/distinfo
==============================================================================
--- head/graphics/jp/distinfo	Mon Feb 24 17:49:26 2020	(r527008)
+++ head/graphics/jp/distinfo	Mon Feb 24 17:53:31 2020	(r527009)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1565253325
+TIMESTAMP = 1580570250
 SHA256 (sgreben-jp-1.1.12_GH0.tar.gz) = 8c9cddf8b9d9bfae72be448218ca0e18d24e755d36c915842b12398fefdc7a64
 SIZE (sgreben-jp-1.1.12_GH0.tar.gz) = 1301104
+SHA256 (golang-sys-fead79001313_GH0.tar.gz) = c8e102db152c51438f426a92b338f924827b960e75bd9d871ae9438135366073
+SIZE (golang-sys-fead79001313_GH0.tar.gz) = 1258330



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