From owner-svn-ports-head@freebsd.org Thu Sep 1 13:43:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B8E3BCB073; Thu, 1 Sep 2016 13:43:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E088930B; Thu, 1 Sep 2016 13:43:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81DhP0D089422; Thu, 1 Sep 2016 13:43:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81DhPsT089421; Thu, 1 Sep 2016 13:43:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609011343.u81DhPsT089421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Sep 2016 13:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421216 - head/archivers/xarchiver 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.22 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: Thu, 01 Sep 2016 13:43:26 -0000 Author: amdmi3 Date: Thu Sep 1 13:43:24 2016 New Revision: 421216 URL: https://svnweb.freebsd.org/changeset/ports/421216 Log: - Fix LICENSE - Add LICENSE_FILE - Remove bogus USES=tar:bzip2 - Switch to USES=localbase - Fix build with disabled NLS - Whitespace fix Approved by: portmgr blanket Modified: head/archivers/xarchiver/Makefile Modified: head/archivers/xarchiver/Makefile ============================================================================== --- head/archivers/xarchiver/Makefile Thu Sep 1 13:40:11 2016 (r421215) +++ head/archivers/xarchiver/Makefile Thu Sep 1 13:43:24 2016 (r421216) @@ -9,7 +9,8 @@ CATEGORIES= archivers MAINTAINER= danilo@FreeBSD.org COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 @@ -21,7 +22,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ USE_GITHUB= yes GH_ACCOUNT= ib -USES= desktop-file-utils gmake pkgconfig tar:bzip2 +USES= desktop-file-utils gmake pkgconfig USE_GNOME= cairo glib20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -48,12 +49,12 @@ GTK2_CONFIGURE_ENABLE= gtk2 GTK2_USE= GNOME=gtk20 GTK3_USE= GNOME=gtk30 -NLS_USES= gettext -NLS_CPPFLAGS+= -I${LOCALBASE}/include -NLS_LDFLAGS+= -L${LOCALBASE}/lib +NLS_USES= gettext localbase +NLS_USES_OFF= gettext-tools post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in + post-patch-NLS-off: @${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in