aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2013-11-17 10:51:46 +0800
committerkoobs <koobs@FreeBSD.org>2013-11-17 10:51:46 +0800
commit4fcfbcb3011806394aec6c845af478cfa97e1de4 (patch)
treeb5e87597a2e8325bc50767d30777193fe994015b /devel
parent30c509a06a59954102e34e8f2ec74f42f47e86e8 (diff)
downloadfreebsd-ports-gnome-4fcfbcb3011806394aec6c845af478cfa97e1de4.tar.gz
freebsd-ports-gnome-4fcfbcb3011806394aec6c845af478cfa97e1de4.tar.zst
freebsd-ports-gnome-4fcfbcb3011806394aec6c845af478cfa97e1de4.zip
www/libhtp-suricata: Copy from devel/libhtp, Update (downgrade) to 0.2.14
Prepare to switch security/suricata to the version of libhtp recommended by upstream. This also frees devel/libhtp up for an update, which can be used for the Suricata 2.x branch and onward. www/libhtp-suricata: - Update (downgrade) to 0.2.14 - Use the correct and supported libhtp repo from Suricata - Enable STAGE support - Update pkg-plist - Take maintainership - Remove unnecessary patch (htp_util.c) - qa: Add CONFLICTS - qa: Use our AUTOTOOLS framework completely to prepare the build - qa: Patch htp.pc.in file for proper pkg-config versioning devel/libhtp: - Take maintainership - qa: Add CONFLICTS Reviewed by: wxs, mva, Johannes Meixner Approved by: wxs (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/libhtp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libhtp/Makefile b/devel/libhtp/Makefile
index 8dd077112d5f..f037945ed6ec 100644
--- a/devel/libhtp/Makefile
+++ b/devel/libhtp/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 2
CATEGORIES= devel
#MASTER_SITES= # This port uses github
-MAINTAINER= wxs@FreeBSD.org
+MAINTAINER= koobs@FreeBSD.org
COMMENT= Security-aware parser for the HTTP protocol
USE_GITHUB= yes
@@ -22,6 +22,8 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
${ICONV_LIB}
+CONFLICTS_INSTALL= libhtp-suricata-*
+
NO_STAGE= yes
pre-configure:
@${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am