summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-bw
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/patches/patch-bw')
-rw-r--r--graphics/graphviz/patches/patch-bw146
1 files changed, 146 insertions, 0 deletions
diff --git a/graphics/graphviz/patches/patch-bw b/graphics/graphviz/patches/patch-bw
new file mode 100644
index 00000000000..2d2ef83f1d6
--- /dev/null
+++ b/graphics/graphviz/patches/patch-bw
@@ -0,0 +1,146 @@
+$NetBSD: patch-bw,v 1.1 2004/11/29 22:11:51 seb Exp $
+
+--- tools/src/Makefile.in.orig 2004-09-14 22:13:39.000000000 +0000
++++ tools/src/Makefile.in
+@@ -17,7 +17,6 @@
+
+
+
+-
+ SOURCES = $(libingraphs_la_SOURCES) $(acyclic_SOURCES) $(bcomps_SOURCES) $(ccomps_SOURCES) $(dijkstra_SOURCES) $(gc_SOURCES) $(gvcolor_SOURCES) $(gvpack_SOURCES) $(gxl2dot_SOURCES) $(nop_SOURCES) $(sccmap_SOURCES) $(tred_SOURCES) $(unflatten_SOURCES)
+
+ srcdir = @srcdir@
+@@ -62,7 +61,7 @@ libingraphs_la_LIBADD =
+ am_libingraphs_la_OBJECTS = ingraphs.lo
+ libingraphs_la_OBJECTS = $(am_libingraphs_la_OBJECTS)
+ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
+- "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pdfdir)"
++ "$(DESTDIR)$(man1dir)"
+ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ PROGRAMS = $(bin_PROGRAMS)
+ am_acyclic_OBJECTS = acyclic.$(OBJEXT)
+@@ -153,14 +152,6 @@ DIST_SOURCES = $(libingraphs_la_SOURCES)
+ man1dir = $(mandir)/man1
+ NROFF = nroff
+ MANS = $(man_MANS)
+-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+-am__vpath_adj = case $$p in \
+- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+- *) f=$$p;; \
+- esac;
+-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+-pdfDATA_INSTALL = $(INSTALL_DATA)
+-DATA = $(pdf_DATA)
+ HEADERS = $(noinst_HEADERS)
+ ETAGS = etags
+ CTAGS = ctags
+@@ -264,7 +255,6 @@ SOCKET_LIBS = @SOCKET_LIBS@
+ SORT = @SORT@
+ STRIP = @STRIP@
+ TCLINT_INCLUDES = @TCLINT_INCLUDES@
+-TCLSH = @TCLSH@
+ TCL_CFLAGS = @TCL_CFLAGS@
+ TCL_DEFS = @TCL_DEFS@
+ TCL_INCLUDES = @TCL_INCLUDES@
+@@ -290,7 +280,6 @@ TK_VERSION = @TK_VERSION@
+ TK_XINCLUDES = @TK_XINCLUDES@
+ TOP_DIR = @TOP_DIR@
+ VERSION = @VERSION@
+-WISH = @WISH@
+ WITH_MYLIBGD_FALSE = @WITH_MYLIBGD_FALSE@
+ WITH_MYLIBGD_TRUE = @WITH_MYLIBGD_TRUE@
+ WITH_TCL_FALSE = @WITH_TCL_FALSE@
+@@ -368,7 +357,6 @@ AM_CPPFLAGS = \
+ -I$(top_srcdir)/dotneato/gvrender \
+ -I$(top_srcdir)/dotneato/common @EXPAT_INCLUDES@
+
+-pdfdir = $(pkgdatadir)/doc/pdf
+ noinst_HEADERS = ingraphs.h colortbl.h convert.h
+ noinst_LTLIBRARIES = libingraphs.la
+ bin_SCRIPTS = dot2gxl
+@@ -376,10 +364,6 @@ man_MANS = gc.1 gvcolor.1 gxl2dot.1 dot2
+ ccomps.1 sccmap.1 tred.1 unflatten.1 gvpack.1 \
+ dijkstra.1 bcomps.1
+
+-pdf_DATA = gc.pdf gvcolor.pdf gxl2dot.pdf dot2gxl.pdf acyclic.pdf nop.pdf \
+- ccomps.pdf sccmap.pdf tred.pdf unflatten.pdf gvpack.pdf \
+- dijkstra.pdf bcomps.pdf
+-
+ libingraphs_la_SOURCES = ingraphs.c ingraphs.h
+ gxl2dot_SOURCES = cvtgxl.c dot2gxl.c gxl2dot.c
+ gxl2dot_LDADD = \
+@@ -688,23 +672,6 @@ uninstall-man1:
+ echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
+ rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
+ done
+-install-pdfDATA: $(pdf_DATA)
+- @$(NORMAL_INSTALL)
+- test -z "$(pdfdir)" || $(mkdir_p) "$(DESTDIR)$(pdfdir)"
+- @list='$(pdf_DATA)'; for p in $$list; do \
+- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+- f=$(am__strip_dir) \
+- echo " $(pdfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \
+- $(pdfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \
+- done
+-
+-uninstall-pdfDATA:
+- @$(NORMAL_UNINSTALL)
+- @list='$(pdf_DATA)'; for p in $$list; do \
+- f=$(am__strip_dir) \
+- echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
+- rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
+- done
+
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+@@ -783,10 +750,10 @@ distdir: $(DISTFILES)
+ done
+ check-am: all-am
+ check: check-am
+-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
++all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) \
+ $(HEADERS)
+ installdirs:
+- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pdfdir)"; do \
++ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
+ test -z "$$dir" || $(mkdir_p) "$$dir"; \
+ done
+ install: install-am
+@@ -836,7 +803,7 @@ info: info-am
+
+ info-am:
+
+-install-data-am: install-man install-pdfDATA
++install-data-am: install-man
+
+ install-exec-am: install-binPROGRAMS install-binSCRIPTS
+
+@@ -865,7 +832,7 @@ ps: ps-am
+ ps-am:
+
+ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
+- uninstall-info-am uninstall-man uninstall-pdfDATA
++ uninstall-info-am uninstall-man
+
+ uninstall-man: uninstall-man1
+
+@@ -876,13 +843,12 @@ uninstall-man: uninstall-man1
+ html-am info info-am install install-am install-binPROGRAMS \
+ install-binSCRIPTS install-data install-data-am install-exec \
+ install-exec-am install-info install-info-am install-man \
+- install-man1 install-pdfDATA install-strip installcheck \
+- installcheck-am installdirs maintainer-clean \
+- maintainer-clean-generic mostlyclean mostlyclean-compile \
+- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+- tags uninstall uninstall-am uninstall-binPROGRAMS \
+- uninstall-binSCRIPTS uninstall-info-am uninstall-man \
+- uninstall-man1 uninstall-pdfDATA
++ install-man1 install-strip installcheck installcheck-am \
++ installdirs maintainer-clean maintainer-clean-generic \
++ mostlyclean mostlyclean-compile mostlyclean-generic \
++ mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
++ uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
++ uninstall-info-am uninstall-man uninstall-man1
+
+
+ dot2gxl.1: $(top_srcdir)/tools/src/gxl2dot.1