From owner-svn-ports-head@FreeBSD.ORG Mon Feb 24 00:10:07 2014 Return-Path: Delivered-To: svn-ports-head@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 10F5774F; Mon, 24 Feb 2014 00:10:07 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D691214B1; Mon, 24 Feb 2014 00:10:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1O0A65Z006112; Mon, 24 Feb 2014 00:10:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1O0A6QL006109; Mon, 24 Feb 2014 00:10:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402240010.s1O0A6QL006109@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Feb 2014 00:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345778 - head/www/libecap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 00:10:07 -0000 Author: bapt Date: Mon Feb 24 00:10:06 2014 New Revision: 345778 URL: http://svnweb.freebsd.org/changeset/ports/345778 QAT: https://qat.redports.org/buildarchive/r345778/ Log: Support stage Strip binaries USES=libtool Add a DOCS option Replace USE_GCC=4.2+ by USE_GCC=any (does not build with clang but build with all the supported gcc versions) Modified: head/www/libecap/Makefile head/www/libecap/pkg-plist Modified: head/www/libecap/Makefile ============================================================================== --- head/www/libecap/Makefile Sun Feb 23 23:58:35 2014 (r345777) +++ head/www/libecap/Makefile Mon Feb 24 00:10:06 2014 (r345778) @@ -3,29 +3,30 @@ PORTNAME= libecap PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ MAINTAINER= tmseck@FreeBSD.org COMMENT= Library for module based network content analysis +LICENSE= BSD2CLAUSE + +OPTIONS_DEFINE= DOCS + +USES= libtool + GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GCC= 4.2+ - -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE +USE_GCC= any +INSTALL_TARGET= install-strip PORTDOCS= CREDITS LICENSE NOTICE README CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/www/libecap/pkg-plist ============================================================================== --- head/www/libecap/pkg-plist Sun Feb 23 23:58:35 2014 (r345777) +++ head/www/libecap/pkg-plist Mon Feb 24 00:10:06 2014 (r345778) @@ -21,12 +21,13 @@ include/libecap/common/registry.h include/libecap/common/version.h include/libecap/host/host.h include/libecap/host/xaction.h -@dirrm include/libecap/adapter -@dirrm include/libecap/common -@dirrm include/libecap/host -@dirrm include/libecap lib/libecap.a lib/libecap.la lib/libecap.so lib/libecap.so.2 +lib/libecap.so.2.0.0 libdata/pkgconfig/libecap.pc +@dirrm include/libecap/adapter +@dirrm include/libecap/common +@dirrm include/libecap/host +@dirrm include/libecap