pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: add a missing -I flag when...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/415cb6cef735
branches:  trunk
changeset: 337814:415cb6cef735
user:      brook <brook%pkgsrc.org@localhost>
date:      Tue Aug 13 03:07:00 2019 +0000

description:
graphviz: add a missing -I flag when compiling perl files.

See https://gitlab.com/graphviz/graphviz/issues/1576.

diffstat:

 graphics/graphviz/distinfo                                  |   3 +-
 graphics/graphviz/patches/patch-tclpkg_gv_Makefile.in.patch |  17 +++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r bfd82b6ff4f4 -r 415cb6cef735 graphics/graphviz/distinfo
--- a/graphics/graphviz/distinfo        Tue Aug 13 02:39:45 2019 +0000
+++ b/graphics/graphviz/distinfo        Tue Aug 13 03:07:00 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.59 2017/07/03 13:01:34 joerg Exp $
+$NetBSD: distinfo,v 1.60 2019/08/13 03:07:00 brook Exp $
 
 SHA1 (graphviz-2.40.1.tar.gz) = 8a44d19bcdb50df1bd8e649de472ebf868468888
 RMD160 (graphviz-2.40.1.tar.gz) = 8fc103fc519e07e9db522ec2f748838571c71acf
@@ -13,3 +13,4 @@
 SHA1 (patch-plugin_gs_gvloadimage__gs.c) = b5b46a1e7dc52f163526c5b8b7e1b893d5500e3c
 SHA1 (patch-plugin_quartz_Makefile.in) = 1712a43849137c23e94f3eeb2ae9b86938bd4980
 SHA1 (patch-plugin_xlib_gvdevice__xlib.c) = 932c337dcf9cb53d52f24c6c20818038ed169cd0
+SHA1 (patch-tclpkg_gv_Makefile.in.patch) = d252866341f199e2d1fa0ba0ab67164aa6888c16
diff -r bfd82b6ff4f4 -r 415cb6cef735 graphics/graphviz/patches/patch-tclpkg_gv_Makefile.in.patch
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz/patches/patch-tclpkg_gv_Makefile.in.patch       Tue Aug 13 03:07:00 2019 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-tclpkg_gv_Makefile.in.patch,v 1.1 2019/08/13 03:07:00 brook Exp $
+
+Add missing -I flags to point to perl files.
+
+See https://gitlab.com/graphviz/graphviz/issues/1576.
+
+--- tclpkg/gv/Makefile.in.orig 2019-08-11 14:47:21.000000000 -0600
++++ tclpkg/gv/Makefile.in      2019-08-11 15:00:23.000000000 -0600
+@@ -1054,7 +1054,7 @@
+ libgv_perl_la_SOURCES = $(BASESOURCES) gv_dummy_init.c
+ libgv_perl_la_LIBADD = $(BASELIBS) $(PERL_LIBS)
+ libgv_perl_la_LDFLAGS = -module -avoid-version $(PERL_LD)
+-libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_CC)
++libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES) $(PERL_CC)
+ pkgphpdir = $(pkglibdir)/php
+ PHP_data = gv.php
+ nodist_libgv_php_la_SOURCES = gv_php.cpp php_gv.h



Home | Main Index | Thread Index | Old Index