Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 18:19:01 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491375 - head/textproc/simplexml
Message-ID:  <201901271819.x0RIJ1UR059565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901271819.x0RIJ1UR059565>