svn commit: r491375 - head/textproc/simplexml

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 27 18:19:02 UTC 2019


Author: yuri
Date: Sun Jan 27 18:19:01 2019
New Revision: 491375
URL: https://svnweb.freebsd.org/changeset/ports/491375

Log:
  textproc/simplexml: Remove unnecessary .if defined(WITH_DEBUG)
  
  USES=cmake translates WITH_DEBUG into -DDEBUG_MODE:BOOL=ON automatically.
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/simplexml/Makefile

Modified: head/textproc/simplexml/Makefile
==============================================================================
--- head/textproc/simplexml/Makefile	Sun Jan 27 18:06:21 2019	(r491374)
+++ head/textproc/simplexml/Makefile	Sun Jan 27 18:19:01 2019	(r491375)
@@ -21,10 +21,6 @@ CMAKE_ARGS=	-DIconv_LIBRARY=${ICONV_LIB_PATH}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-.if defined(WITH_DEBUG)
-CMAKE_ARGS+=	-DDEBUG_MODE:BOOL=ON
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \
 		/set.*CMAKE_BUILD_TYPE/d' ${WRKSRC}/CMakeLists.txt


More information about the svn-ports-head mailing list