Date: Thu, 27 Aug 2020 08:11:18 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546329 - head/astro/celestia Message-ID: <202008270811.07R8BIIp015088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Aug 27 08:11:18 2020 New Revision: 546329 URL: https://svnweb.freebsd.org/changeset/ports/546329 Log: Unbreak the build on recent -CURRENT. Reported by: pkg-fallout Modified: head/astro/celestia/Makefile Modified: head/astro/celestia/Makefile ============================================================================== --- head/astro/celestia/Makefile Thu Aug 27 08:01:14 2020 (r546328) +++ head/astro/celestia/Makefile Thu Aug 27 08:11:18 2020 (r546329) @@ -79,6 +79,8 @@ post-patch: @${REINPLACE_CMD} -E '/fav(->|\.)fov/s|NULL|0.0|' \ ${WRKSRC}/src/celestia/celestiacore.cpp \ ${WRKSRC}/src/celestia/favorites.cpp + @${REINPLACE_CMD} -e '280s,NULL,false,' \ + ${WRKSRC}/src/celengine/parseobject.cpp # Fix Lua discovery pkg-config(1) calls @${REINPLACE_CMD} -E 's|lua5\.?|lua-5.|' ${WRKSRC}/configure # Remove controversial compiler options (respect our C[XX]FLAGS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008270811.07R8BIIp015088>