pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   brook
Date:           Tue Aug 13 03:07:00 UTC 2019

Modified Files:
        pkgsrc/graphics/graphviz: distinfo
Added Files:
        pkgsrc/graphics/graphviz/patches: patch-tclpkg_gv_Makefile.in.patch

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/graphviz/patches/patch-tclpkg_gv_Makefile.in.patch

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

Modified files:

Index: pkgsrc/graphics/graphviz/distinfo
diff -u pkgsrc/graphics/graphviz/distinfo:1.59 pkgsrc/graphics/graphviz/distinfo:1.60
--- pkgsrc/graphics/graphviz/distinfo:1.59      Mon Jul  3 13:01:34 2017
+++ pkgsrc/graphics/graphviz/distinfo   Tue Aug 13 03:07:00 2019
@@ -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-lib_gvc_Makefile.in) = f469c
 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

Added files:

Index: pkgsrc/graphics/graphviz/patches/patch-tclpkg_gv_Makefile.in.patch
diff -u /dev/null pkgsrc/graphics/graphviz/patches/patch-tclpkg_gv_Makefile.in.patch:1.1
--- /dev/null   Tue Aug 13 03:07:00 2019
+++ pkgsrc/graphics/graphviz/patches/patch-tclpkg_gv_Makefile.in.patch  Tue Aug 13 03:07:00 2019
@@ -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