svn commit: r450381 - head/databases/rrdtool

Niclas Zeising zeising at FreeBSD.org
Fri Sep 22 15:11:17 UTC 2017


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


More information about the svn-ports-all mailing list