svn commit: r403783 - in head/www: lighttpd-mod_geoip lighttpd-mod_h264_streaming

Martin Wilke miwi at FreeBSD.org
Tue Dec 15 14:53:05 UTC 2015


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
 


More information about the svn-ports-all mailing list