pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/glib-networking



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 14 09:44:01 UTC 2018

Modified Files:
        pkgsrc/net/glib-networking: Makefile

Log Message:
glib-networking: Ensure post-install script is executable.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/glib-networking/Makefile

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

Modified files:

Index: pkgsrc/net/glib-networking/Makefile
diff -u pkgsrc/net/glib-networking/Makefile:1.35 pkgsrc/net/glib-networking/Makefile:1.36
--- pkgsrc/net/glib-networking/Makefile:1.35    Tue Apr 17 22:29:45 2018
+++ pkgsrc/net/glib-networking/Makefile Mon May 14 09:44:01 2018
@@ -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 @@ USE_TOOLS+=   pkg-config gmake gettext
 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