From owner-svn-ports-all@freebsd.org Thu Mar 9 14:23:50 2017 Return-Path: Delivered-To: svn-ports-all@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 7E3BBD03E3D; Thu, 9 Mar 2017 14:23:50 +0000 (UTC) (envelope-from novel@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 4DC68D3A; Thu, 9 Mar 2017 14:23:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v29ENnY8087215; Thu, 9 Mar 2017 14:23:49 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v29ENnih087214; Thu, 9 Mar 2017 14:23:49 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201703091423.v29ENnih087214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 9 Mar 2017 14:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435756 - head/sysutils/osinfo-db-tools 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.23 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: Thu, 09 Mar 2017 14:23:50 -0000 Author: novel Date: Thu Mar 9 14:23:49 2017 New Revision: 435756 URL: https://svnweb.freebsd.org/changeset/ports/435756 Log: sysutils/osinfo-db-tools: fix build without NLS osinfo-db-tools fails to build when NLS is disabled because even without NLS it still needs gettext. Fix by depending on gettext unconditionally, and bump PORTREVISION due dependencies change. Reported by: Michael Reim Modified: head/sysutils/osinfo-db-tools/Makefile Modified: head/sysutils/osinfo-db-tools/Makefile ============================================================================== --- head/sysutils/osinfo-db-tools/Makefile Thu Mar 9 12:50:16 2017 (r435755) +++ head/sysutils/osinfo-db-tools/Makefile Thu Mar 9 14:23:49 2017 (r435756) @@ -3,20 +3,20 @@ PORTNAME= osinfo-db-tools PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Tools for managing the osinfo database -USES= gettext-runtime gmake libarchive pkgconfig +USES= gettext gmake libarchive pkgconfig USE_GNOME= glib20 intltool libxml2 libxslt GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include