svn commit: r499389 - head/games/renpy

Jan Beich jbeich at FreeBSD.org
Fri Apr 19 21:11:35 UTC 2019


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 at 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


More information about the svn-ports-head mailing list