diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/files/patch-libpkg__pkg_ports.c | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index a8bfda2416c2..9aaddc765b8b 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -2,7 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ diff --git a/ports-mgmt/pkg/files/patch-libpkg__pkg_ports.c b/ports-mgmt/pkg/files/patch-libpkg__pkg_ports.c new file mode 100644 index 000000000000..224b71985487 --- /dev/null +++ b/ports-mgmt/pkg/files/patch-libpkg__pkg_ports.c @@ -0,0 +1,12 @@ +diff --git libpkg/pkg_ports.c libpkg/pkg_ports.c +index 1c46faa..7bb7bff 100644 +--- libpkg/pkg_ports.c ++++ libpkg/pkg_ports.c +@@ -363,6 +363,7 @@ meta_exec(struct plist *p, char *line, bool unexec) + strstr(cmd, "mkfontscale") || strstr(cmd, "mkfontdir") || + strstr(cmd, "fc-cache") || strstr(cmd, "fonts.dir") || + strstr(cmd, "fonts.scale") || ++ strstr(cmd, "gio-querymodules") || + strstr(cmd, "gtk-update-icon-cache") || + strstr(cmd, "update-desktop-database") || + strstr(cmd, "update-mime-database")) { |