svn commit: r459575 - head/textproc/tinyxml2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 21 09:00:21 UTC 2018


Author: sunpoet
Date: Sun Jan 21 09:00:19 2018
New Revision: 459575
URL: https://svnweb.freebsd.org/changeset/ports/459575

Log:
  Fix packaging with WITH_DEBUG defined
  
  PR:		225282
  Reported by:	Phillip R. Jaenke <prj at rootwyrm.com>

Modified:
  head/textproc/tinyxml2/Makefile

Modified: head/textproc/tinyxml2/Makefile
==============================================================================
--- head/textproc/tinyxml2/Makefile	Sun Jan 21 08:43:04 2018	(r459574)
+++ head/textproc/tinyxml2/Makefile	Sun Jan 21 09:00:19 2018	(r459575)
@@ -23,6 +23,9 @@ PORTEXAMPLES=	*
 GH_ACCOUNT=	leethomason
 USE_GITHUB=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e '/CMAKE_DEBUG_POSTFIX/d' ${WRKSRC}/CMakeLists.txt
+
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	cd ${WRKSRC}/ && ${COPYTREE_SHARE} resources ${STAGEDIR}${EXAMPLESDIR}/


More information about the svn-ports-head mailing list