svn commit: r414388 - in head/textproc/wbxml2: . files

Florian Smeets flo at FreeBSD.org
Sun May 1 07:21:57 UTC 2016


Author: flo
Date: Sun May  1 07:21:56 2016
New Revision: 414388
URL: https://svnweb.freebsd.org/changeset/ports/414388

Log:
  Fix the build when libcheck is installed.
  
  The switch to turn the detection off doesn't work, so remove the part from
  the Makefile.
  
  PR:		209060
  Reported by:	dewayne at heuristicsystems.com.au, w.schwarzenfeld at aon.at,
  		Zhang Huangbin <zhb at iredmail.org>

Modified:
  head/textproc/wbxml2/Makefile
  head/textproc/wbxml2/files/patch-CMakeLists.txt

Modified: head/textproc/wbxml2/Makefile
==============================================================================
--- head/textproc/wbxml2/Makefile	Sun May  1 06:06:02 2016	(r414387)
+++ head/textproc/wbxml2/Makefile	Sun May  1 07:21:56 2016	(r414388)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wbxml2
 PORTVERSION=	0.11.4
+PORTREVISION=	1
 CATEGORIES=	textproc devel
 MASTER_SITES=	SF/libwbxml/libwbxml/${PORTVERSION}
 DISTNAME=	libwbxml-${PORTVERSION}

Modified: head/textproc/wbxml2/files/patch-CMakeLists.txt
==============================================================================
--- head/textproc/wbxml2/files/patch-CMakeLists.txt	Sun May  1 06:06:02 2016	(r414387)
+++ head/textproc/wbxml2/files/patch-CMakeLists.txt	Sun May  1 07:21:56 2016	(r414388)
@@ -18,3 +18,10 @@
  IF( ENABLE_INSTALL_DOC )
  	ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/BUGS )
  	ADD_DOCUMENTATION( TEXT FILE ${CMAKE_SOURCE_DIR}/ChangeLog )
+@@ -260,6 +260,3 @@ INCLUDE( CPack )
+ ### CTest ########################################
+ 
+ ADD_SUBDIRECTORY( test/tools )
+-IF(CHECK_FOUND)
+-    ADD_SUBDIRECTORY( test/api )
+-ENDIF(CHECK_FOUND)


More information about the svn-ports-all mailing list