pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection gobject-introspection: use...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c630398041fa
branches: trunk
changeset: 374225:c630398041fa
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 16 12:05:00 2022 +0000
description:
gobject-introspection: use find variant that's more compatible with Solaris
>From Uwe Klaus.
Add comment on when post-install can be removed.
diffstat:
devel/gobject-introspection/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 17d219db5ae5 -r c630398041fa devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile Wed Feb 16 10:34:02 2022 +0000
+++ b/devel/gobject-introspection/Makefile Wed Feb 16 12:05:00 2022 +0000
@@ -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 @@
# 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