Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 21:12:08 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499390 - branches/2019Q2/games/renpy
Message-ID:  <201904192112.x3JLC8Wp052920@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Apr 19 21:12:08 2019
New Revision: 499390
URL: https://svnweb.freebsd.org/changeset/ports/499390

Log:
  MFH: r499389
  
  games/renpy: unbreak on armv6 and armv7
  
  In file included from ffmedia.c:13:
  /usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>"
   #error "<malloc.h> has been replaced by <stdlib.h>"
    ^
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q2/games/renpy/Makefile
  branches/2019Q2/games/renpy/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/renpy/Makefile
==============================================================================
--- branches/2019Q2/games/renpy/Makefile	Fri Apr 19 21:11:33 2019	(r499389)
+++ branches/2019Q2/games/renpy/Makefile	Fri Apr 19 21:12:08 2019	(r499390)
@@ -7,6 +7,11 @@ PORTREVISION?=	0
 CATEGORIES=	games devel
 MASTER_SITES=	https://www.renpy.org/dl/${PORTVERSION}/
 
+.ifndef PKGNAMESUFFIX
+PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES+=	15738d1dfb41.patch:-p1
+.endif
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Framework for developing visual-novel type games
 

Modified: branches/2019Q2/games/renpy/distinfo
==============================================================================
--- branches/2019Q2/games/renpy/distinfo	Fri Apr 19 21:11:33 2019	(r499389)
+++ branches/2019Q2/games/renpy/distinfo	Fri Apr 19 21:12:08 2019	(r499390)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1554044105
 SHA256 (renpy-7.2.2-sdk.tar.bz2) = 2647403f6be49fa979a1a00b7e5200824a58a80837c3e53ef782dbfcc727236e
 SIZE (renpy-7.2.2-sdk.tar.bz2) = 93597674
+SHA256 (15738d1dfb41.patch) = 8fef24bba678be4b23a19cb2c75e06f70ac15f2407cd7a64086c872dbfd27e55
+SIZE (15738d1dfb41.patch) = 1079



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