Index: head/www/mod_antiloris/Makefile =================================================================== --- head/www/mod_antiloris/Makefile (revision 348412) +++ head/www/mod_antiloris/Makefile (revision 348413) @@ -1,37 +1,37 @@ # Created by: Aleksandar Pejic # $FreeBSD$ PORTNAME= mod_antiloris PORTVERSION= 0.4 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.monshouwer.eu/pub/linux/mod_antiloris/ MAINTAINER= alex@vts.su.ac.rs COMMENT= Protect Apache 2.x against the Slowloris HTTP DoS attack LICENSE= APACHE20 -USE_BZIP2= yes +USES= tar:bzip2 USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes AP_EXTRAS+= -a MODULENAME= mod_antiloris SRC_FILE= *.c SUB_FILES+= mod_antiloris.conf SUB_LIST+= APACHEETCDIR="${APACHEETCDIR}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(SKIP_RULES) PLIST_FILES+= ${APACHEETCDIR}/Includes/mod_antiloris.conf SUB_FILES+= pkg-message.rules .endif post-install: .if !defined(SKIP_RULES) @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes @${INSTALL_DATA} ${WRKDIR}/mod_antiloris.conf ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes .endif .include Index: head/www/mod_log_sql2-dtc/Makefile =================================================================== --- head/www/mod_log_sql2-dtc/Makefile (revision 348412) +++ head/www/mod_log_sql2-dtc/Makefile (revision 348413) @@ -1,42 +1,41 @@ # Created by: Marc G. Fournier # $FreeBSD$ PORTNAME= mod_log_sql PORTVERSION= 1.101 PORTREVISION= 6 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= -dtc MAINTAINER= apache@FreeBSD.org COMMENT= Allows Apache to log to a MySQL database OPTIONS_DEFINE= DBI DBI_DESC= depend on databases/libdbi OPTIONS_SUB= yes DBI_CONFIGURE_ON= --with-dbi=${LOCALBASE} DBI_CONFIGURE_OFF= --without-dbi DBI_LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi LATEST_LINK= mod_log_sql2-dtc GNU_CONFIGURE= yes -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 USE_APACHE= 22 USE_MYSQL= yes .include CONFIGURE_ARGS+= --with-apxs=${APXS} CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" post-patch: ${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \ ${WRKSRC}/Makefile.in pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} .include