Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 14:53:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403783 - in head/www: lighttpd-mod_geoip lighttpd-mod_h264_streaming
Message-ID:  <201512151453.tBFEr46r067944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Dec 15 14:53:04 2015
New Revision: 403783
URL: https://svnweb.freebsd.org/changeset/ports/403783

Log:
  - Mark Broken (incompatibility with new Lighttpd API)
  
  PR:		205278
  Submitted by:	maintainer
  Approved by:	mat (mentor)
  Differential Revision:	D4582

Modified:
  head/www/lighttpd-mod_geoip/Makefile
  head/www/lighttpd-mod_h264_streaming/Makefile

Modified: head/www/lighttpd-mod_geoip/Makefile
==============================================================================
--- head/www/lighttpd-mod_geoip/Makefile	Tue Dec 15 14:49:14 2015	(r403782)
+++ head/www/lighttpd-mod_geoip/Makefile	Tue Dec 15 14:53:04 2015	(r403783)
@@ -8,6 +8,8 @@ DISTNAME=	lighttpd-${PORTVERSION}
 
 COMMENT=	GeoIP module for lighttpd
 
+BROKEN=		incompatibility with new Lighttpd API
+
 LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net/GeoIP
 BUILD_DEPENDS=	${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
 RUN_DEPENDS=	${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd

Modified: head/www/lighttpd-mod_h264_streaming/Makefile
==============================================================================
--- head/www/lighttpd-mod_h264_streaming/Makefile	Tue Dec 15 14:49:14 2015	(r403782)
+++ head/www/lighttpd-mod_h264_streaming/Makefile	Tue Dec 15 14:53:04 2015	(r403783)
@@ -8,6 +8,8 @@ DISTNAME=	lighttpd-${PORTVERSION}
 
 COMMENT=	H264 streaming module for lighttpd
 
+BROKEN=		incompatibility with new Lighttpd API
+
 BUILD_DEPENDS=	${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
 RUN_DEPENDS=	${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
 



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