pkgsrc-WIP-changes archive

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

gjs: Adds the missing patch folder.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Sat Oct 5 03:42:47 2019 -0500
Changeset:	8643d90b955609c659c2ee5abaf3f352374b09e8

Modified Files:
	gjs/distinfo
Added Files:
	gjs/patches/patch-Makefile.am
	gjs/patches/patch-configure.ac

Log Message:
gjs: Adds the missing patch folder.

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

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

diffstat:
 gjs/distinfo                   |  4 ++--
 gjs/patches/patch-Makefile.am  | 16 ++++++++++++++++
 gjs/patches/patch-configure.ac | 24 ++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 2 deletions(-)

diffs:
diff --git a/gjs/distinfo b/gjs/distinfo
index 92e989777c..f9e181854f 100644
--- a/gjs/distinfo
+++ b/gjs/distinfo
@@ -4,5 +4,5 @@ SHA1 (gjs-1.53.4.tar.xz) = 7193dffbc30e08fec94bc315feeb41bfdaa67c64
 RMD160 (gjs-1.53.4.tar.xz) = 1263754399afd24e0522d67241685192574d4e35
 SHA512 (gjs-1.53.4.tar.xz) = 5876a8912699fcb22bdfe678a5c9d9893be9dc5b2242160985dd6491c1b4c6148fd4d57d62a9be9c98186176440cf9f99239f8be6b57126cb077c3f90aeb8e2e
 Size (gjs-1.53.4.tar.xz) = 635936 bytes
-SHA1 (patch-Makefile.am) = 76de02d536bcbc0c771f334c7405b4f794134d17
-SHA1 (patch-configure.ac) = fae40eb51780ca6c5bfa96c82692e20f024d60eb
+SHA1 (patch-Makefile.am) = 5b8f2c6468b557c54541172ca0ceba5b77601f8c
+SHA1 (patch-configure.ac) = acd8d6e1546c14a636478da2a557cef4bdbc146a
diff --git a/gjs/patches/patch-Makefile.am b/gjs/patches/patch-Makefile.am
new file mode 100644
index 0000000000..30278d9f20
--- /dev/null
+++ b/gjs/patches/patch-Makefile.am
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Disable tests, they pull in a lot more dependencies.
+
+--- Makefile.am.orig	2019-10-05 08:36:21.151106816 +0000
++++ Makefile.am
+@@ -161,9 +161,6 @@ gjs_console_SOURCES = $(gjs_console_srcs
+ install-exec-hook:
+ 	(cd $(DESTDIR)$(bindir) && $(LN_S) -f gjs-console$(EXEEXT) gjs$(EXEEXT))
+ 
+-include Makefile-test.am
+-include Makefile-insttest.am
+-
+ EXTRA_DIST +=					\
+ 	autogen.sh				\
+ 	COPYING.LGPL				\
diff --git a/gjs/patches/patch-configure.ac b/gjs/patches/patch-configure.ac
new file mode 100644
index 0000000000..2d4cfefc61
--- /dev/null
+++ b/gjs/patches/patch-configure.ac
@@ -0,0 +1,24 @@
+$NetBSD$
+
+Disable tests, they pull in a lot more dependencies.
+
+--- configure.ac.orig	2019-10-05 08:36:32.253994276 +0000
++++ configure.ac
+@@ -313,17 +313,6 @@ dnl automake 1.11/1.12 defines this but 
+ AC_SUBST([pkglibexecdir], ["${libexecdir}/${PACKAGE}"])
+ 
+ AC_CONFIG_FILES([Makefile gjs-1.0.pc win32/config.h.win32])
+-dnl Symlink the files from gobject-introspection's test libraries into the tree;
+-dnl Automake plans to drop support for compiling them in-place.
+-AC_CONFIG_LINKS([
+-  installed-tests/gitestmacros.h:$GI_DATADIR/tests/gitestmacros.h
+-  installed-tests/regress.c:$GI_DATADIR/tests/regress.c
+-  installed-tests/regress.h:$GI_DATADIR/tests/regress.h
+-  installed-tests/warnlib.c:$GI_DATADIR/tests/warnlib.c
+-  installed-tests/warnlib.h:$GI_DATADIR/tests/warnlib.h
+-  installed-tests/gimarshallingtests.c:$GI_DATADIR/tests/gimarshallingtests.c
+-  installed-tests/gimarshallingtests.h:$GI_DATADIR/tests/gimarshallingtests.h
+-])
+ AC_OUTPUT
+ 
+ # Warn about conditions that affect runtime


Home | Main Index | Thread Index | Old Index