diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-17 22:35:28 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-17 22:35:28 +0100 |
commit | 80232c73b05f744e16968c5e60968b5951a6f4cc (patch) | |
tree | b8a00216d0b905ff2fbf9d1a6b62293031640ebd /media-gfx/graphviz/files | |
parent | package.mask: dev-perl/Nagios-Plugin is gone (diff) | |
download | gentoo-80232c73b05f744e16968c5e60968b5951a6f4cc.tar.gz gentoo-80232c73b05f744e16968c5e60968b5951a6f4cc.tar.bz2 gentoo-80232c73b05f744e16968c5e60968b5951a6f4cc.zip |
media-gfx/graphviz: Remove old
Now all versions without perl slot operator are gone.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-gfx/graphviz/files')
3 files changed, 0 insertions, 114 deletions
diff --git a/media-gfx/graphviz/files/graphviz-2.26.3-automake-1.11.2.patch b/media-gfx/graphviz/files/graphviz-2.26.3-automake-1.11.2.patch deleted file mode 100644 index 86280f2b05dd..000000000000 --- a/media-gfx/graphviz/files/graphviz-2.26.3-automake-1.11.2.patch +++ /dev/null @@ -1,35 +0,0 @@ -Install dir ( buiding with media-libs/ming ): - /usr/$(get_libdir)/graphviz/Bitstream_Vera_Serif.fdb - /usr/$(get_libdir)/graphviz/Bitstream_Vera_Sans.fdb - /usr/include/graphviz/gv.cpp - /usr/include/graphviz/gv.i - -Due to the following change, {pkglib,pkginclude}_DATA is invalid: - http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf - ---- -diff --git a/plugin/ming/Makefile.am b/plugin/ming/Makefile.am ---- a/plugin/ming/Makefile.am -+++ b/plugin/ming/Makefile.am -@@ -17,7 +17,8 @@ lib_LTLIBRARIES = libgvplugin_ming.la - else - pkglib_LTLIBRARIES = libgvplugin_ming.la - endif --pkglib_DATA = Bitstream_Vera_Sans.fdb Bitstream_Vera_Serif.fdb -+fdblibdir = $(libdir)/@PACKAGE@ -+fdblib_DATA = Bitstream_Vera_Sans.fdb Bitstream_Vera_Serif.fdb - endif - - libgvplugin_ming_C_la_SOURCES = \ -diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am ---- a/tclpkg/gv/Makefile.am -+++ b/tclpkg/gv/Makefile.am -@@ -258,7 +258,7 @@ libgv_tcl_la_CPPFLAGS = $(BASECPPFLAGS) - gv_tcl.cpp: gv.i - $(SWIG) -c++ -tcl -namespace -o gv_tcl.cpp $(srcdir)/gv.i - --pkginclude_DATA = gv.i gv.cpp -+pkginclude_HEADERS = gv.i gv.cpp - pkglib_LTLIBRARIES = - man_MANS = - pdf_DATA = diff --git a/media-gfx/graphviz/files/graphviz-2.26.3-libtool-configure.patch b/media-gfx/graphviz/files/graphviz-2.26.3-libtool-configure.patch deleted file mode 100644 index 142aea2843fd..000000000000 --- a/media-gfx/graphviz/files/graphviz-2.26.3-libtool-configure.patch +++ /dev/null @@ -1,52 +0,0 @@ -backport newer libtool logic - -https://bugs.gentoo.org/539032 - ---- a/configure.ac -+++ b/configure.ac -@@ -464,28 +464,15 @@ - dnl ----------------------------------- - dnl libtool ltdl on-demand plugin loading - --m4_ifdef([LT_INIT], -- [ #code that is for Libtool 2.x --AM_PROG_LIBTOOL -- ], -- [ #code that is for 1.5.x -- ]) -+LT_INIT([dlopen]) -+LT_CONFIG_LTDL_DIR([libltdl]) -+LTDL_INIT -+ - AC_ARG_ENABLE(ltdl, - [AS_HELP_STRING([--enable-ltdl],[support on-demand plugin loading])]) - if test "x$enable_ltdl" != "xno"; then - AC_DEFINE(ENABLE_LTDL,1,[Define if you want on-demand plugin loading]) -- AC_LIBTOOL_DLOPEN --m4_ifdef([LT_INIT], -- [ #code that is for Libtool 2.x -- LT_CONFIG_LTDL_DIR([libltdl]) -- LTDL_INIT -- ], -- [ #code that is for 1.5.x -- AC_CONFIG_SUBDIRS([libltdl]) -- ]) - use_ltdl="Yes" -- -- AC_LIBLTDL_CONVENIENCE - if test "x$DARWIN9" = "xyes"; then - LIBLTDL_LDFLAGS="-Wl,-unexported_symbol,_lt_*" - fi -@@ -494,12 +483,6 @@ - AC_SUBST(INCLTDL) - AC_SUBST(LIBLTDL) - AC_SUBST(LIBLTDL_LDFLAGS) --m4_ifdef([LT_INIT], -- [ #code that is for Libtool 2.x -- ], -- [ #code that is for 1.5.x --AM_PROG_LIBTOOL -- ]) - - # Checks for libraries. - #AC_CHECK_LIB([ICE], [main]) diff --git a/media-gfx/graphviz/files/graphviz-2.26.3-libtool.patch b/media-gfx/graphviz/files/graphviz-2.26.3-libtool.patch deleted file mode 100644 index f82312dbbebf..000000000000 --- a/media-gfx/graphviz/files/graphviz-2.26.3-libtool.patch +++ /dev/null @@ -1,27 +0,0 @@ -http://bugs.gentoo.org/339298 - ---- lib/gvc/gvcext.h -+++ lib/gvc/gvcext.h -@@ -80,9 +80,11 @@ - #if defined(GVDLL) - __declspec(dllexport) lt_symlist_t lt_preloaded_symbols[]; - #else -+#if !defined(LTDL_H) - extern lt_symlist_t lt_preloaded_symbols[]; - #endif - #endif -+#endif - - - #ifdef __cplusplus ---- lib/gvc/Makefile.am -+++ lib/gvc/Makefile.am -@@ -18,7 +18,7 @@ - -I$(top_srcdir)/lib/pathplan \ - -I$(top_srcdir)/lib/$(GRAPH) \ - -I$(top_srcdir)/lib/cdt \ -- $(INCLTDL) -I$(top_srcdir)/libltdl \ -+ $(INCLTDL) \ - -DGVLIBDIR=\"$(pkglibdir)\" - - if WITH_WIN32 |