Date: Wed, 2 Jul 2014 15:24:53 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360206 - head/www/libhtp-suricata Message-ID: <201407021524.s62FOrSw023408@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Jul 2 15:24:52 2014 New Revision: 360206 URL: http://svnweb.freebsd.org/changeset/ports/360206 QAT: https://qat.redports.org/buildarchive/r360206/ Log: - Add USES=libtool - Remove LIBTOOLIZE_ARGS, the default value is fine - Remove pre-configure, handled by USES=pathfix and USE_AUTOTOOLS Modified: head/www/libhtp-suricata/Makefile head/www/libhtp-suricata/pkg-plist Modified: head/www/libhtp-suricata/Makefile ============================================================================== --- head/www/libhtp-suricata/Makefile Wed Jul 2 15:22:07 2014 (r360205) +++ head/www/libhtp-suricata/Makefile Wed Jul 2 15:24:52 2014 (r360206) @@ -2,6 +2,7 @@ PORTNAME= libhtp PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= www security PKGNAMESUFFIX= -suricata @@ -12,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= inliniac GH_COMMIT= 0294c27 -USES= pkgconfig pathfix +USES= libtool pathfix pkgconfig USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize USE_LDCONFIG= yes @@ -20,10 +21,5 @@ CONFLICTS_INSTALL= libhtp-[0-9]* PATHFIX_MAKEFILEIN= Makefile.am AUTOMAKE_ARGS+= --force-missing --add-missing -LIBTOOLIZE_ARGS+= --force - -pre-configure: - @${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am - @cd ${WRKSRC} && ${SH} ./autogen.sh .include <bsd.port.mk> Modified: head/www/libhtp-suricata/pkg-plist ============================================================================== --- head/www/libhtp-suricata/pkg-plist Wed Jul 2 15:22:07 2014 (r360205) +++ head/www/libhtp-suricata/pkg-plist Wed Jul 2 15:24:52 2014 (r360206) @@ -4,10 +4,9 @@ include/htp/bstr.h include/htp/utf8_decoder.h include/htp/dslib.h include/htp/htp.h -lib/libhtp-0.2.so lib/libhtp-0.2.so.1 +lib/libhtp-0.2.so.1.0.2 lib/libhtp.a -lib/libhtp.la lib/libhtp.so libdata/pkgconfig/htp.pc @dirrm include/htp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021524.s62FOrSw023408>