Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 21:11:34 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499389 - head/games/renpy
Message-ID:  <201904192111.x3JLBYqi051834@repo.freebsd.org>

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

Log:
  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

Modified:
  head/games/renpy/Makefile   (contents, props changed)
  head/games/renpy/distinfo   (contents, props changed)

Modified: head/games/renpy/Makefile
==============================================================================
--- head/games/renpy/Makefile	Fri Apr 19 20:18:05 2019	(r499388)
+++ head/games/renpy/Makefile	Fri Apr 19 21:11:33 2019	(r499389)
@@ -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: head/games/renpy/distinfo
==============================================================================
--- head/games/renpy/distinfo	Fri Apr 19 20:18:05 2019	(r499388)
+++ head/games/renpy/distinfo	Fri Apr 19 21:11:33 2019	(r499389)
@@ -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?201904192111.x3JLBYqi051834>