pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/glib-networking glib-networking: Ensu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d763ffd149fe
branches:  trunk
changeset: 307834:d763ffd149fe
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon May 14 09:44:01 2018 +0000
description:
glib-networking: Ensure post-install script is executable.

diffstat:

 net/glib-networking/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a03cdd5946a5 -r d763ffd149fe net/glib-networking/Makefile
--- a/net/glib-networking/Makefile      Mon May 14 09:43:26 2018 +0000
+++ b/net/glib-networking/Makefile      Mon May 14 09:44:01 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/04/17 22:29:45 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2018/05/14 09:44:01 jperkin Exp $
 
 DISTNAME=      glib-networking-2.56.0
 PKGREVISION=   3
@@ -19,6 +19,9 @@
 REPLACE_PYTHON+=       find-ca-certificates
 REPLACE_PYTHON+=       meson_post_install.py
 
+pre-install:
+       ${CHMOD} +x ${WRKSRC}/meson_post_install.py
+
 BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.56.0
 .include "../../devel/glib2/modules.mk"
 BUILDLINK_API_DEPENDS.libproxy+=       libproxy>=0.3.1



Home | Main Index | Thread Index | Old Index