pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/libmemphis02



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 28 10:58:04 UTC 2022

Modified Files:
        pkgsrc/geography/libmemphis02: Makefile PLIST
Removed Files:
        pkgsrc/geography/libmemphis02: options.mk

Log Message:
libmemphis02: Remove introspection option.

https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/geography/libmemphis02/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/libmemphis02/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/geography/libmemphis02/options.mk

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

Modified files:

Index: pkgsrc/geography/libmemphis02/Makefile
diff -u pkgsrc/geography/libmemphis02/Makefile:1.15 pkgsrc/geography/libmemphis02/Makefile:1.16
--- pkgsrc/geography/libmemphis02/Makefile:1.15 Wed Dec  8 16:02:06 2021
+++ pkgsrc/geography/libmemphis02/Makefile      Tue Jun 28 10:58:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/12/08 16:02:06 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/06/28 10:58:04 nia Exp $
 
 DISTNAME=      memphis-0.2.3
 PKGNAME=       libmemphis02-0.2.3
@@ -18,6 +18,8 @@ USE_LIBTOOL=  yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    aclocal autoconf autoheader automake gmake pkg-config
 
+CONFIGURE_ARGS+=       --enable-introspection
+
 PKGCONFIG_OVERRIDE+=   memphis.pc.in
 
 pre-configure:
@@ -26,9 +28,9 @@ pre-configure:
        autoheader ; \
        automake -a --foreign -i --add-missing; autoconf
 
-.include "options.mk"
-
 .include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection+=    build
+.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/libmemphis02/PLIST
diff -u pkgsrc/geography/libmemphis02/PLIST:1.6 pkgsrc/geography/libmemphis02/PLIST:1.7
--- pkgsrc/geography/libmemphis02/PLIST:1.6     Mon Apr 19 15:55:29 2021
+++ pkgsrc/geography/libmemphis02/PLIST Tue Jun 28 10:58:04 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/04/19 15:55:29 cirnatdan Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/06/28 10:58:04 nia Exp $
 include/libmemphis-0.2/memphis/memphis-data-pool.h
 include/libmemphis-0.2/memphis/memphis-debug.h
 include/libmemphis-0.2/memphis/memphis-map.h
@@ -6,8 +6,8 @@ include/libmemphis-0.2/memphis/memphis-r
 include/libmemphis-0.2/memphis/memphis-rule-set.h
 include/libmemphis-0.2/memphis/memphis-rule.h
 include/libmemphis-0.2/memphis/memphis.h
-${PLIST.introspection}lib/girepository-1.0/Memphis-0.2.typelib
+lib/girepository-1.0/Memphis-0.2.typelib
 lib/libmemphis-0.2.la
 lib/pkgconfig/memphis-0.2.pc
-${PLIST.introspection}share/gir-1.0/Memphis-0.2.gir
+share/gir-1.0/Memphis-0.2.gir
 share/memphis-0.2/default-rules.xml



Home | Main Index | Thread Index | Old Index