svn commit: r481989 - head/www/h2o

Dave Cottlehuber dch at FreeBSD.org
Sat Oct 13 14:55:20 UTC 2018


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
 


More information about the svn-ports-head mailing list