Date: Thu, 5 Jan 2017 10:50:43 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430629 - in head/games/minetest: . files Message-ID: <201701051050.v05Aoh6X031478@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jan 5 10:50:43 2017 New Revision: 430629 URL: https://svnweb.freebsd.org/changeset/ports/430629 Log: - Remove always false condition and unneeded patch Deleted: head/games/minetest/files/extra-patch-src_unittest_test__serialization.cpp Modified: head/games/minetest/Makefile Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Thu Jan 5 10:50:12 2017 (r430628) +++ head/games/minetest/Makefile Thu Jan 5 10:50:43 2017 (r430629) @@ -86,10 +86,6 @@ CMAKE_ARGS+= -DIRRLICHT_INCLUDE_DIR:STRI EXTRA_PATCHES+= ${FILESDIR}/extra-patch-irrlichtdepend .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_unittest_test__serialization.cpp -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701051050.v05Aoh6X031478>