From owner-svn-ports-all@freebsd.org Fri Sep 22 15:11:17 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 0F33DE012D8; Fri, 22 Sep 2017 15:11:17 +0000 (UTC) (envelope-from zeising@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 CD8186FC48; Fri, 22 Sep 2017 15:11:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8MFBF9o005526; Fri, 22 Sep 2017 15:11:15 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8MFBFXg005524; Fri, 22 Sep 2017 15:11:15 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201709221511.v8MFBFXg005524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 22 Sep 2017 15:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450381 - head/databases/rrdtool X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/databases/rrdtool X-SVN-Commit-Revision: 450381 X-SVN-Commit-Repository: ports 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: Fri, 22 Sep 2017 15:11:17 -0000 Author: zeising Date: Fri Sep 22 15:11:15 2017 New Revision: 450381 URL: https://svnweb.freebsd.org/changeset/ports/450381 Log: Fix build without NLS PR: 222507 Reported by: Helge Oldach Modified: head/databases/rrdtool/Makefile head/databases/rrdtool/pkg-plist Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Fri Sep 22 15:07:57 2017 (r450380) +++ head/databases/rrdtool/Makefile Fri Sep 22 15:11:15 2017 (r450381) @@ -3,6 +3,7 @@ PORTNAME= rrdtool PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ Modified: head/databases/rrdtool/pkg-plist ============================================================================== --- head/databases/rrdtool/pkg-plist Fri Sep 22 15:07:57 2017 (r450380) +++ head/databases/rrdtool/pkg-plist Fri Sep 22 15:11:15 2017 (r450381) @@ -142,4 +142,4 @@ libdata/pkgconfig/librrd.pc %%PORTDOCS%%%%DOCSDIR%%/txt/rrdupdate.txt %%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.pod %%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.txt -share/locale/hu/LC_MESSAGES/rrdtool.mo +%%NLS%%share/locale/hu/LC_MESSAGES/rrdtool.mo