svn commit: r495733 - head/games/ponscripter-sekai

Jan Beich jbeich at FreeBSD.org
Thu Mar 14 20:48:04 UTC 2019


Author: jbeich
Date: Thu Mar 14 20:48:03 2019
New Revision: 495733
URL: https://svnweb.freebsd.org/changeset/ports/495733

Log:
  games/ponscripter-sekai: oops, fix __FreeBSD__ >= 12 check
  
  FreeBSD 12+ should use elf_aux_info(3) as it caches CPU features.
  
  PR:		236351

Modified:
  head/games/ponscripter-sekai/Makefile   (contents, props changed)

Modified: head/games/ponscripter-sekai/Makefile
==============================================================================
--- head/games/ponscripter-sekai/Makefile	Thu Mar 14 20:21:27 2019	(r495732)
+++ head/games/ponscripter-sekai/Makefile	Thu Mar 14 20:48:03 2019	(r495733)
@@ -7,7 +7,7 @@ PORTREVISION=	6
 CATEGORIES=	games
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	101c68e22921.patch:-p1 4fb1180d2b54.patch:-p1 2fd934702f8b.patch:-p1
+PATCHFILES+=	101c68e22921.patch:-p1 4fb1180d2b54.patch:-p1 25e752f272d0.patch:-p1
 
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	NScripter-like novel-game interpreter with Unicode support


More information about the svn-ports-all mailing list