pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/sayaka sayaka: fix build failure with vala 0.38.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/187710731b6e
branches:  trunk
changeset: 373349:187710731b6e
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Dec 31 08:54:00 2017 +0000

description:
sayaka: fix build failure with vala 0.38.3.

It seems convert_with_fallback() is properly exported for glib.vapi
in newer vala 0.38.1 and later so a local declaration is no longer necessary.

diffstat:

 net/sayaka/distinfo                    |   3 ++-
 net/sayaka/patches/patch-vala_Makefile |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r bd8c00743208 -r 187710731b6e net/sayaka/distinfo
--- a/net/sayaka/distinfo       Sun Dec 31 08:50:00 2017 +0000
+++ b/net/sayaka/distinfo       Sun Dec 31 08:54:00 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2016/12/24 05:03:38 tsutsui Exp $
+$NetBSD: distinfo,v 1.6 2017/12/31 08:54:00 tsutsui Exp $
 
 SHA1 (sayaka-3.3.1.tar.gz) = 4f04bf86ea18f7a698b8a121f888f15b889eea1e
 RMD160 (sayaka-3.3.1.tar.gz) = 61be8b9b76b17a56c2d46c95a7594aa41b8f5651
 SHA512 (sayaka-3.3.1.tar.gz) = b5f4836c70a58d844ec68a538949b13eba7799ba5d3c56efb8aaeba92bb5b0ce235b81c50ba2a35acf7bd18dee4c4c32c6c7c8a74039f75b233a2acc1436eed2
 Size (sayaka-3.3.1.tar.gz) = 1953552 bytes
+SHA1 (patch-vala_Makefile) = c6dca10027f5067f9975138a461f40114a902034
diff -r bd8c00743208 -r 187710731b6e net/sayaka/patches/patch-vala_Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sayaka/patches/patch-vala_Makefile    Sun Dec 31 08:54:00 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-vala_Makefile,v 1.1 2017/12/31 08:54:00 tsutsui Exp $
+
+It seems convert_with_fallback() is properly exported for glib.vapi
+in newer vala 0.38.1 and later.
+
+--- vala/Makefile.orig 2016-12-23 13:28:27.000000000 +0000
++++ vala/Makefile
+@@ -91,7 +91,6 @@ LIBS+= -ljpeg
+ 
+ VALA_FLAGS=   \
+       mtls.vapi \
+-      glib.vapi \
+ 
+ VALAC=        valac
+ 



Home | Main Index | Thread Index | Old Index