svn commit: r312829 - head/devel/libiqxmlrpc

Martin Wilke miwi at FreeBSD.org
Sat Feb 23 14:58:20 UTC 2013


Author: miwi
Date: Sat Feb 23 14:58:20 2013
New Revision: 312829
URL: http://svnweb.freebsd.org/changeset/ports/312829

Log:
  - BROKEN does not build
  
  -- checking for module 'openssl'
  --   package 'openssl' not found
  CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:279 (message):
    A required package was not found
    Call Stack (most recent call first):
      /usr/local/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
        libiqxmlrpc/CMakeLists.txt:7 (pkg_check_modules)

Modified:
  head/devel/libiqxmlrpc/Makefile   (contents, props changed)

Modified: head/devel/libiqxmlrpc/Makefile
==============================================================================
--- head/devel/libiqxmlrpc/Makefile	Sat Feb 23 14:55:35 2013	(r312828)
+++ head/devel/libiqxmlrpc/Makefile	Sat Feb 23 14:58:20 2013	(r312829)
@@ -15,6 +15,8 @@ LIB_DEPENDS=	boost_thread:${PORTSDIR}/de
 
 LICENSE=	BSD
 
+BROKEN=		does not build
+
 USE_BZIP2=	yes
 USE_GNOME=	libxml2
 USE_CMAKE=	yes


More information about the svn-ports-all mailing list