pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gobject-introspection



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 16 12:05:00 UTC 2022

Modified Files:
        pkgsrc/devel/gobject-introspection: Makefile

Log Message:
gobject-introspection: use find variant that's more compatible with Solaris

>From Uwe Klaus.

Add comment on when post-install can be removed.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/gobject-introspection/Makefile

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

Modified files:

Index: pkgsrc/devel/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.79 pkgsrc/devel/gobject-introspection/Makefile:1.80
--- pkgsrc/devel/gobject-introspection/Makefile:1.79    Tue Feb 15 17:34:32 2022
+++ pkgsrc/devel/gobject-introspection/Makefile Wed Feb 16 12:05:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2022/02/15 17:34:32 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2022/02/16 12:05:00 wiz Exp $
 
 DISTNAME=      gobject-introspection-1.70.0
 CATEGORIES=    devel gnome
@@ -48,8 +48,10 @@ MAKE_ENV+=   DYLD_LIBRARY_PATH=${WRKSRC}/o
 # Disable cache to keep fake homedir clean
 MAKE_ENV+=     GI_SCANNER_DISABLE_CACHE=yes
 
+# remove after patch-giscanner_doctemplates_*_meson.build are removed,
+# probably in 1.72.0
 post-install:
-       cd ${DESTDIR}${PREFIX} && find . -name *.orig -rm
+       ${FIND} ${DESTDIR}${PREFIX} -name \*.orig -exec rm {} \;
 
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index