Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2021 05:33:22 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568343 - head/games/libretro-paralleln64
Message-ID:  <202103140533.12E5XM2J008322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Mar 14 05:33:22 2021
New Revision: 568343
URL: https://svnweb.freebsd.org/changeset/ports/568343

Log:
  games/libretro-paralleln64: update to 20210127
  
  PR:		253666
  Submitted by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)

Modified:
  head/games/libretro-paralleln64/Makefile
  head/games/libretro-paralleln64/distinfo

Modified: head/games/libretro-paralleln64/Makefile
==============================================================================
--- head/games/libretro-paralleln64/Makefile	Sun Mar 14 05:32:12 2021	(r568342)
+++ head/games/libretro-paralleln64/Makefile	Sun Mar 14 05:33:22 2021	(r568343)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libretro-paralleln64
-PORTVERSION=	0.20201129
+PORTVERSION=	0.20210127
 CATEGORIES=	games
 
 MAINTAINER=	menelkir@itroll.org
@@ -28,18 +28,12 @@ MAKE_ARGS=	WITH_DYNAREC=${DYNAREC}
 USE_GITHUB=	yes
 GH_ACCOUNT=	libretro
 GH_PROJECT=	parallel-n64
-GH_TAGNAME=	29e7f39
+GH_TAGNAME=	6e26fbb
 
 PLIST_FILES=	lib/libretro/parallel_n64_libretro.so
 
-.include <bsd.port.pre.mk>
-
-.if ${GCC_DEFAULT} >= 10
-BROKEN=		fails to link: ./mupen64plus-core/src/dd/dd_disk.o:(.bss+0xc): multiple definition of `CUR_BLOCK'
-.endif
-
 do-install:
 	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
 	${INSTALL_LIB} ${WRKSRC}/parallel_n64_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/games/libretro-paralleln64/distinfo
==============================================================================
--- head/games/libretro-paralleln64/distinfo	Sun Mar 14 05:32:12 2021	(r568342)
+++ head/games/libretro-paralleln64/distinfo	Sun Mar 14 05:33:22 2021	(r568343)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606654122
-SHA256 (libretro-parallel-n64-0.20201129-29e7f39_GH0.tar.gz) = 984fbedca2bc446e5ab19ea494dc7d1272eb9ffe880231c401f01b848bc8fe7c
-SIZE (libretro-parallel-n64-0.20201129-29e7f39_GH0.tar.gz) = 5044399
+TIMESTAMP = 1613703926
+SHA256 (libretro-parallel-n64-0.20210127-6e26fbb_GH0.tar.gz) = 738ac8d19b8864cbd328b26a7b422c4556911b7fb7e8ccd7eddc899682173539
+SIZE (libretro-parallel-n64-0.20210127-6e26fbb_GH0.tar.gz) = 5044527



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