svn commit: r453534 - head/www/mod_pagespeed

Antoine Brodin antoine at FreeBSD.org
Sun Nov 5 09:56:49 UTC 2017


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 \


More information about the svn-ports-all mailing list