Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2018 14:55:19 +0000 (UTC)
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481989 - head/www/h2o
Message-ID:  <201810131455.w9DEtJjO021894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dch
Date: Sat Oct 13 14:55:19 2018
New Revision: 481989
URL: https://svnweb.freebsd.org/changeset/ports/481989

Log:
  www/h2o: add CONFLICTS and appease portlint
  
  Approved by:	jrm (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17466

Modified:
  head/www/h2o/Makefile

Modified: head/www/h2o/Makefile
==============================================================================
--- head/www/h2o/Makefile	Sat Oct 13 14:27:44 2018	(r481988)
+++ head/www/h2o/Makefile	Sat Oct 13 14:55:19 2018	(r481989)
@@ -20,9 +20,13 @@ BROKEN_powerpc64=	fails to link: unrecognized option '
 LIB_DEPENDS=	libuv.so:devel/libuv
 
 USES=		cmake:noninja compiler:c11 cpe perl5 shebangfix ssl pkgconfig
-CPE_VENDOR=	h2o_project
 USE_GITHUB=	yes
 USE_PERL5=	run
+USE_LDCONFIG=  yes
+
+CPE_VENDOR=	h2o_project
+
+CONFLICTS=	h2o-devel-*
 
 SHEBANG_FILES=	share/h2o/start_server
 



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