pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/e2fsprogs Fix PLIST by not implicitly dependi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aeabf99b355
branches:  trunk
changeset: 770535:3aeabf99b355
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Dec 02 08:16:51 2021 +0000

description:
Fix PLIST by not implicitly depending on gettext-tools

diffstat:

 sysutils/e2fsprogs/Makefile |   6 ++++--
 sysutils/e2fsprogs/PLIST    |  23 ++++++++++++++++++++++-
 2 files changed, 26 insertions(+), 3 deletions(-)

diffs (65 lines):

diff -r 7d3d2d4c1ccf -r 3aeabf99b355 sysutils/e2fsprogs/Makefile
--- a/sysutils/e2fsprogs/Makefile       Thu Dec 02 08:06:34 2021 +0000
+++ b/sysutils/e2fsprogs/Makefile       Thu Dec 02 08:16:51 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2021/08/29 04:35:41 mcf Exp $
+# $NetBSD: Makefile,v 1.34 2021/12/02 08:16:51 pho Exp $
 
 DISTNAME=      e2fsprogs-1.46.4
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${PKGVERSION_NOREV}/
 #MASTER_SITES+=        ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/}
@@ -40,6 +41,8 @@
 BUILDLINK_TRANSFORM+=  rm:-luuid
 .endif
 
+.include "options.mk"
+
 PLIST_VARS+=           shlib
 .if ${OBJECT_FMT} == "ELF"
 PLIST.shlib=           yes
@@ -81,7 +84,6 @@
 REPLACE_BASH+=         scrub/e2scrub_all.in
 .endif
 
-.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libblkid/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7d3d2d4c1ccf -r 3aeabf99b355 sysutils/e2fsprogs/PLIST
--- a/sysutils/e2fsprogs/PLIST  Thu Dec 02 08:06:34 2021 +0000
+++ b/sysutils/e2fsprogs/PLIST  Thu Dec 02 08:16:51 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/08/28 18:37:34 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/12/02 08:16:51 pho Exp $
 bin/chattr
 bin/compile_et
 bin/lsattr
@@ -98,5 +98,26 @@
 share/et/et_c.awk
 share/et/et_h.awk
 share/examples/ext2fs/mke2fs.conf
+${PLIST.nls}share/locale/ca/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/cs/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/da/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/de/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/eo/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/es/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/fi/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/hu/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/id/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/it/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/ms/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/nl/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/pl/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/pt/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/sr/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/sv/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/tr/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/uk/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/vi/LC_MESSAGES/e2fsprogs.mo
+${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo
 share/ss/ct_c.awk
 share/ss/ct_c.sed



Home | Main Index | Thread Index | Old Index