Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2017 09:56:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453534 - head/www/mod_pagespeed
Message-ID:  <201711050956.vA59umxI089613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  5 09:56:47 2017
New Revision: 453534
URL: https://svnweb.freebsd.org/changeset/ports/453534

Log:
  Mark BROKEN: fails to configure
  
  Package openssl was not found in the pkg-config search path.
  Perhaps you should add the directory containing `openssl.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'openssl', required by 'virtual:world', not found
  gyp: Call to 'pkg-config --cflags openssl' returned exit status 1 while in /wrkdirs/usr/ports/www/mod_pagespeed/work/mod_pagespeed-a5cfe15/third_party/serf/select_openssl.gyp.
  
  Reported by:	pkg-fallout

Modified:
  head/www/mod_pagespeed/Makefile

Modified: head/www/mod_pagespeed/Makefile
==============================================================================
--- head/www/mod_pagespeed/Makefile	Sun Nov  5 09:46:57 2017	(r453533)
+++ head/www/mod_pagespeed/Makefile	Sun Nov  5 09:56:47 2017	(r453534)
@@ -13,6 +13,8 @@ COMMENT=	Apache module for rewriting web pages to redu
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	bash:shells/bash \
 		curl:ftp/curl \
 		closure-compiler:www/closure-compiler \



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