Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2016 07:21:56 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414388 - in head/textproc/wbxml2: . files
Message-ID:  <201605010721.u417LuVL053591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@heuristicsystems.com.au, w.schwarzenfeld@aon.at,
  		Zhang Huangbin <zhb@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)



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