pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/miredo
Module Name: pkgsrc
Committed By: nia
Date: Sat May 15 07:01:32 UTC 2021
Modified Files:
pkgsrc/net/miredo: Makefile PLIST
Log Message:
miredo: ensure translations are consistently installed
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/miredo/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/miredo/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/miredo/Makefile
diff -u pkgsrc/net/miredo/Makefile:1.26 pkgsrc/net/miredo/Makefile:1.27
--- pkgsrc/net/miredo/Makefile:1.26 Sun Jan 6 00:12:39 2019
+++ pkgsrc/net/miredo/Makefile Sat May 15 07:01:31 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/01/06 00:12:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.27 2021/05/15 07:01:31 nia Exp $
DISTNAME= miredo-1.2.6
PKGREVISION= 1
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --enable-miredo-user=${
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+USE_TOOLS+= msgfmt msgmerge xgettext
PKG_SYSCONFSUBDIR?= miredo
EGDIR= ${PREFIX}/share/examples/miredo
@@ -40,7 +41,8 @@ PKG_USERS+= ${MIREDO_USER}:${MIREDO_GRO
BUILD_DEFS+= VARBASE PKG_SYSCONFBASE
-.include "../../net/libpcap/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libjudy/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/miredo/PLIST
diff -u pkgsrc/net/miredo/PLIST:1.12 pkgsrc/net/miredo/PLIST:1.13
--- pkgsrc/net/miredo/PLIST:1.12 Sat Jan 5 21:46:05 2019
+++ pkgsrc/net/miredo/PLIST Sat May 15 07:01:31 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/01/05 21:46:05 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/05/15 07:01:31 nia Exp $
bin/teredo-mire
include/libteredo/teredo-udp.h
include/libteredo/teredo.h
@@ -20,3 +20,7 @@ sbin/miredo-server
share/examples/miredo/client-hook
share/examples/miredo/miredo-server.conf
share/examples/miredo/miredo.conf
+share/locale/en/LC_MESSAGES/miredo.mo
+share/locale/en_GB/LC_MESSAGES/miredo.mo
+share/locale/fr/LC_MESSAGES/miredo.mo
+share/locale/zh_CN/LC_MESSAGES/miredo.mo
Home |
Main Index |
Thread Index |
Old Index