pkgsrc-WIP-changes archive

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

libgfbgraph: Comment patch, change json-glib dependency



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Mon May 3 15:53:18 2021 +0200
Changeset:	d4f37e4912e1b9504ba7cd755e330cf1233584df

Modified Files:
	libgfbgraph/Makefile
Added Files:
	libgfbgraph/patches/patch-Makefile.am

Log Message:
libgfbgraph: Comment patch, change json-glib dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d4f37e4912e1b9504ba7cd755e330cf1233584df

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

diffstat:
 libgfbgraph/Makefile                  |  2 +-
 libgfbgraph/patches/patch-Makefile.am | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diffs:
diff --git a/libgfbgraph/Makefile b/libgfbgraph/Makefile
index 338267b865..8300400a6b 100644
--- a/libgfbgraph/Makefile
+++ b/libgfbgraph/Makefile
@@ -25,7 +25,7 @@ pre-configure:
 
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../net/gnome-online-accounts/buildlink3.mk"
-.include "../../wip/json-glib/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
 .include "../../www/librest07/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/libgfbgraph/patches/patch-Makefile.am b/libgfbgraph/patches/patch-Makefile.am
new file mode 100644
index 0000000000..d4fed72bd6
--- /dev/null
+++ b/libgfbgraph/patches/patch-Makefile.am
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install docs under the canonical PREFIX/share
+
+--- Makefile.am.orig	2020-05-09 08:56:02.000000000 +0000
++++ Makefile.am
+@@ -1,7 +1,7 @@
+ SUBDIRS = gfbgraph docs tests
+ ACLOCAL_AMFLAGS = -I m4
+ 
+-libgfbgraphdocdir = ${prefix}/doc/libgfbgraph
++libgfbgraphdocdir = ${prefix}/share/doc/libgfbgraph
+ libgfbgraphdoc_DATA = \
+ 	README\
+ 	COPYING\


Home | Main Index | Thread Index | Old Index