From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 15:58:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 945CAB6C; Wed, 2 Jul 2014 15:58:14 +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 7582524DD; Wed, 2 Jul 2014 15:58:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62FwEn1038058; Wed, 2 Jul 2014 15:58:14 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62FwEVS038056; Wed, 2 Jul 2014 15:58:14 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407021558.s62FwEVS038056@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 2 Jul 2014 15:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360214 - head/www/c-icap 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:58:14 -0000 Author: tijl Date: Wed Jul 2 15:58:13 2014 New Revision: 360214 URL: http://svnweb.freebsd.org/changeset/ports/360214 QAT: https://qat.redports.org/buildarchive/r360214/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Don't install static modules - Finish staging support Modified: head/www/c-icap/Makefile head/www/c-icap/pkg-plist Modified: head/www/c-icap/Makefile ============================================================================== --- head/www/c-icap/Makefile Wed Jul 2 15:55:13 2014 (r360213) +++ head/www/c-icap/Makefile Wed Jul 2 15:58:13 2014 (r360214) @@ -3,7 +3,7 @@ PORTNAME= c-icap PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3.x/ @@ -15,6 +15,8 @@ COMMENT= ICAP server implementation LICENSE= LGPL21 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes USE_RC_SUBR= c-icap @@ -33,8 +35,7 @@ CICAP_GID= 959 USERS= ${CICAP_USER} GROUPS= ${CICAP_GROUP} -CONFIGURE_ARGS+= --enable-static \ - --sysconfdir="${PREFIX}/etc/c-icap" \ +CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc/c-icap" \ --localstatedir=/var .include @@ -63,8 +64,6 @@ USE_OPENLDAP= YES USES+= perl5 .endif -.include - .if ${PORT_OPTIONS:MBDB} CFLAGS+= -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${BDB_LIB_DIR} @@ -113,10 +112,4 @@ post-patch: ${WRKSRC}/include/c-icap-conf.h.in .endif -post-install: - @${CP} -np ${STAGEDIR}${PREFIX}/etc/c-icap/c-icap.conf.default \ - ${STAGEDIR}${PREFIX}/etc/c-icap/c-icap.conf || ${TRUE} - @${CP} -np ${STAGEDIR}${PREFIX}/etc/c-icap/c-icap.magic.default \ - ${STAGEDIR}${PREFIX}/etc/c-icap/c-icap.magic || ${TRUE} - -.include +.include Modified: head/www/c-icap/pkg-plist ============================================================================== --- head/www/c-icap/pkg-plist Wed Jul 2 15:55:13 2014 (r360213) +++ head/www/c-icap/pkg-plist Wed Jul 2 15:58:13 2014 (r360214) @@ -44,31 +44,17 @@ include/c_icap/txt_format.h include/c_icap/types_ops.h include/c_icap/util.h @dirrm include/c_icap -%%BDB%%lib/c_icap/bdb_tables.a -%%BDB%%lib/c_icap/bdb_tables.la %%BDB%%lib/c_icap/bdb_tables.so -lib/c_icap/dnsbl_tables.a -lib/c_icap/dnsbl_tables.la lib/c_icap/dnsbl_tables.so -%%LDAP%%lib/c_icap/ldap_module.a -%%LDAP%%lib/c_icap/ldap_module.la %%LDAP%%lib/c_icap/ldap_module.so -%%PERL%%lib/c_icap/perl_handler.a -%%PERL%%lib/c_icap/perl_handler.la %%PERL%%lib/c_icap/perl_handler.so -lib/c_icap/srv_echo.a -lib/c_icap/srv_echo.la lib/c_icap/srv_echo.so -lib/c_icap/srv_ex206.a -lib/c_icap/srv_ex206.la lib/c_icap/srv_ex206.so -lib/c_icap/sys_logger.a -lib/c_icap/sys_logger.la lib/c_icap/sys_logger.so @dirrm lib/c_icap -lib/libicapapi.la -lib/libicapapi.so.3 lib/libicapapi.so +lib/libicapapi.so.3 +lib/libicapapi.so.3.0.3 man/man8/c-icap-client.8.gz man/man8/c-icap-config.8.gz man/man8/c-icap-libicapapi-config.8.gz