svn commit: r499390 - branches/2019Q2/games/renpy
Jan Beich
jbeich at FreeBSD.org
Fri Apr 19 21:12:09 UTC 2019
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 at 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
More information about the svn-ports-branches
mailing list