pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/yelp3



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 24 14:27:55 UTC 2019

Modified Files:
        pkgsrc/misc/yelp3: Makefile

Log Message:
yelp3: Force the use of pkgsrc msgfmt.

NetBSD msgfmt is missing --desktop.

Reported by pgoyette on pkgsrc-users@, who confirms this fixes the package.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/misc/yelp3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/yelp3/Makefile
diff -u pkgsrc/misc/yelp3/Makefile:1.65 pkgsrc/misc/yelp3/Makefile:1.66
--- pkgsrc/misc/yelp3/Makefile:1.65     Fri Jun 21 06:12:32 2019
+++ pkgsrc/misc/yelp3/Makefile  Mon Jun 24 14:27:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2019/06/21 06:12:32 triaxx Exp $
+# $NetBSD: Makefile,v 1.66 2019/06/24 14:27:55 nia Exp $
 
 DISTNAME=              yelp-3.32.0
 CATEGORIES=            misc gnome
@@ -17,6 +17,9 @@ GNU_CONFIGURE=                yes
 
 BUILD_DEPENDS+=                itstool-[0-9]*:../../textproc/itstool
 
+# Requires --desktop in msgfmt.
+_TOOLS_USE_PKGSRC.msgfmt=      yes
+
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.38.0
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.13.3
 BUILDLINK_API_DEPENDS.libxslt+=        libxslt>=1.1.4



Home | Main Index | Thread Index | Old Index