Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 06:13:20 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552186 - head/emulators/fs-uae
Message-ID:  <202010130613.09D6DKEE096519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Tue Oct 13 06:13:20 2020
New Revision: 552186
URL: https://svnweb.freebsd.org/changeset/ports/552186

Log:
  emulators/fs-uae: Fix build on -CURRENT
  
  By returning proper type in function.
  
  PR:	250294
  Submitted by:	sirdice@gmail.com (maintainer)

Modified:
  head/emulators/fs-uae/Makefile

Modified: head/emulators/fs-uae/Makefile
==============================================================================
--- head/emulators/fs-uae/Makefile	Tue Oct 13 06:12:24 2020	(r552185)
+++ head/emulators/fs-uae/Makefile	Tue Oct 13 06:13:20 2020	(r552186)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fs-uae
 PORTVERSION=	3.0.5
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
 
@@ -49,5 +50,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|= bind|= ::bind|' \
 		${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \
 		${WRKSRC}/src/support/socket.cpp
+	@${REINPLACE_CMD} -e 's|return NULL|return 0|' \
+		${WRKSRC}/src/memory.cpp
 
 .include <bsd.port.post.mk>



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