From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 13:17:26 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 0C56DA85; Wed, 5 Feb 2014 13:17:26 +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 E752D16B6; Wed, 5 Feb 2014 13:17:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15DHPFX044941; Wed, 5 Feb 2014 13:17:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15DHPGn044939; Wed, 5 Feb 2014 13:17:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402051317.s15DHPGn044939@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 5 Feb 2014 13:17:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342694 - head/archivers/libcomprex 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: Wed, 05 Feb 2014 13:17:26 -0000 Author: bapt Date: Wed Feb 5 13:17:25 2014 New Revision: 342694 URL: http://svnweb.freebsd.org/changeset/ports/342694 QAT: https://qat.redports.org/buildarchive/r342694/ Log: Strip binaries USES=libtool Use options helpers Modified: head/archivers/libcomprex/Makefile head/archivers/libcomprex/pkg-plist Modified: head/archivers/libcomprex/Makefile ============================================================================== --- head/archivers/libcomprex/Makefile Wed Feb 5 13:11:05 2014 (r342693) +++ head/archivers/libcomprex/Makefile Wed Feb 5 13:17:25 2014 (r342694) @@ -3,7 +3,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= archivers MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION} @@ -13,21 +13,16 @@ COMMENT= Transparently handles automatic LICENSE= LGPL21 OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig +INSTALL_TARGET= install-strip +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes +GNU_CONFIGURE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_USES+= gettext +NLS_CPPFLAGS+= -I${LOCALBASE}/include +NLS_LDFLAGS+= -L${LOCALBASE}/lib -lintl +NLS_CONFIGURE_ARGS= nls .include Modified: head/archivers/libcomprex/pkg-plist ============================================================================== --- head/archivers/libcomprex/pkg-plist Wed Feb 5 13:11:05 2014 (r342693) +++ head/archivers/libcomprex/pkg-plist Wed Feb 5 13:17:25 2014 (r342694) @@ -39,6 +39,7 @@ lib/libcomprex.a lib/libcomprex.la lib/libcomprex.so lib/libcomprex.so.3 +lib/libcomprex.so.3.0.0 libdata/pkgconfig/libcomprex.pc man/man1/comprex-config.1.gz man/man3/cxApplyFsNodeInfo.3.gz