svn commit: r430629 - in head/games/minetest: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 5 10:50:44 UTC 2017


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


More information about the svn-ports-all mailing list