From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 15:24:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95D0485C; Wed, 2 Jul 2014 15:24:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 830A521A3; Wed, 2 Jul 2014 15:24:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62FOrpb023413; Wed, 2 Jul 2014 15:24:53 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62FOrSw023408; Wed, 2 Jul 2014 15:24:53 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407021524.s62FOrSw023408@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 2 Jul 2014 15:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360206 - head/www/libhtp-suricata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 15:24:53 -0000 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 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