Index: head/www/lighttpd-mod_geoip/Makefile =================================================================== --- head/www/lighttpd-mod_geoip/Makefile (revision 403782) +++ head/www/lighttpd-mod_geoip/Makefile (revision 403783) @@ -1,35 +1,37 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= mod_geoip CATEGORIES= www geography PKGNAMEPREFIX= lighttpd- 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 MASTERDIR= ${.CURDIR}/../lighttpd DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PATCH_SITES+= LOCAL/mm PATCHFILES+= lighttpd-1.4.26_mod_geoip.patch.gz BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= ${PORTNAME}.la _BUILDING_LIGHTTPD_MODULE= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd @${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/lighttpd @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d @${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/geoip.conf \ ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/geoip.conf.sample .include "${MASTERDIR}/Makefile" Index: head/www/lighttpd-mod_h264_streaming/Makefile =================================================================== --- head/www/lighttpd-mod_h264_streaming/Makefile (revision 403782) +++ head/www/lighttpd-mod_h264_streaming/Makefile (revision 403783) @@ -1,43 +1,45 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= mod_h264_streaming CATEGORIES= www multimedia PKGNAMEPREFIX= lighttpd- 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 LICENSE= CCPL.BY-NC-SA.30 LICENSE_NAME= Creative Commons Attribution-NonCommercial-ShareAlike 3.0 \ Unported License LICENSE_FILE= ${FILESDIR}/COPYING.mod_h264_streaming LICENSE_DISTFILES= ${PATCHFILES} LICENSE_PERMS= dist-mirror pkg-mirror MASTERDIR= ${.CURDIR}/../lighttpd DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist MANUAL_PACKAGE_BUILD= free for non-commercial use only PATCH_SITES+= LOCAL/mm PATCHFILES+= lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= ${PORTNAME}.la _BUILDING_LIGHTTPD_MODULE= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd @${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/lighttpd @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d @${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf.sample .include "${MASTERDIR}/Makefile"