Date: Thu, 9 Mar 2017 14:23:49 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435756 - head/sysutils/osinfo-db-tools Message-ID: <201703091423.v29ENnih087214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kraileth@elderlinux.org> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703091423.v29ENnih087214>