pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz/patches Forgot to remove these in la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b99cfd25553b
branches:  trunk
changeset: 473212:b99cfd25553b
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Apr 17 16:58:31 2004 +0000

description:
Forgot to remove these in last update.

diffstat:

 graphics/graphviz/patches/patch-av |   13 ---
 graphics/graphviz/patches/patch-aw |   30 ---------
 graphics/graphviz/patches/patch-ax |   13 ---
 graphics/graphviz/patches/patch-ay |   30 ---------
 graphics/graphviz/patches/patch-az |   15 ----
 graphics/graphviz/patches/patch-ba |  123 -------------------------------------
 graphics/graphviz/patches/patch-bb |   13 ---
 graphics/graphviz/patches/patch-bc |   30 ---------
 8 files changed, 0 insertions(+), 267 deletions(-)

diffs (299 lines):

diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-av
--- a/graphics/graphviz/patches/patch-av        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-av,v 1.2 2002/08/28 13:49:38 seb Exp $
-
---- tclpathplan/demo/Makefile.am.orig  Wed May 15 23:55:31 2002
-+++ tclpathplan/demo/Makefile.am
-@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.4
- 
- SUBDIRS = pathplan_data
- 
--demodir = $(datadir)/@PACKAGE@/demo
-+demodir = $(prefix)/share/examples/@PACKAGE@
- demo_SCRIPTS = pathplan
- demo_DATA = pathplan.README 
- 
diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-aw
--- a/graphics/graphviz/patches/patch-aw        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-aw,v 1.5 2003/03/03 11:35:01 seb Exp $
-
---- tclpathplan/demo/Makefile.in.orig  2003-03-02 20:12:23.000000000 +0000
-+++ tclpathplan/demo/Makefile.in
-@@ -208,7 +208,7 @@ AUTOMAKE_OPTIONS = 1.4
- 
- SUBDIRS = pathplan_data
- 
--demodir = $(datadir)/@PACKAGE@/demo
-+demodir = $(prefix)/share/examples/@PACKAGE@
- demo_SCRIPTS = pathplan
- demo_DATA = pathplan.README 
- 
-@@ -219,6 +219,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- SCRIPTS = $(demo_SCRIPTS)
- 
-+depcomp =
- DIST_SOURCES =
- DATA = $(demo_DATA)
- 
-@@ -243,7 +244,7 @@ distclean-libtool:
-       -rm -f libtool
- $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
-       cd $(top_srcdir) && \
--        $(AUTOMAKE) --gnu  tclpathplan/demo/Makefile
-+        $(AUTOMAKE) --foreign  --ignore-deps tclpathplan/demo/Makefile
- Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
-       cd $(top_builddir) && \
-         CONFIG_HEADERS= CONFIG_LINKS= \
diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-ax
--- a/graphics/graphviz/patches/patch-ax        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ax,v 1.3 2003/03/03 11:35:01 seb Exp $
-
---- tclpathplan/demo/pathplan_data/Makefile.am.orig    2003-01-15 17:22:17.000000000 +0000
-+++ tclpathplan/demo/pathplan_data/Makefile.am
-@@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = 1.4
- EXAMPLES = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat \
-       obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
- 
--pathplanexampledir = $(datadir)/@PACKAGE@/demo/pathplan_data
-+pathplanexampledir = $(prefix)/share/examples/@PACKAGE@/pathplan_data
- 
- pathplanexample_DATA = $(EXAMPLES)
- EXTRA_DIST = $(EXAMPLES) CVS/*
diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-ay
--- a/graphics/graphviz/patches/patch-ay        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-ay,v 1.5 2003/03/03 11:35:01 seb Exp $
-
---- tclpathplan/demo/pathplan_data/Makefile.in.orig    2003-03-02 20:12:23.000000000 +0000
-+++ tclpathplan/demo/pathplan_data/Makefile.in
-@@ -210,7 +210,7 @@ EXAMPLES = boxes.dat dpd.dat funny.dat m
-       obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
- 
- 
--pathplanexampledir = $(datadir)/@PACKAGE@/demo/pathplan_data
-+pathplanexampledir = $(prefix)/share/examples/@PACKAGE@/pathplan_data
- 
- pathplanexample_DATA = $(EXAMPLES)
- EXTRA_DIST = $(EXAMPLES) CVS/*
-@@ -218,6 +218,7 @@ subdir = tclpathplan/demo/pathplan_data
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
-+depcomp =
- DIST_SOURCES =
- DATA = $(pathplanexample_DATA)
- 
-@@ -236,7 +237,7 @@ distclean-libtool:
-       -rm -f libtool
- $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
-       cd $(top_srcdir) && \
--        $(AUTOMAKE) --gnu  tclpathplan/demo/pathplan_data/Makefile
-+        $(AUTOMAKE) --foreign  --ignore-deps tclpathplan/demo/pathplan_data/Makefile
- Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
-       cd $(top_builddir) && \
-         CONFIG_HEADERS= CONFIG_LINKS= \
diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-az
--- a/graphics/graphviz/patches/patch-az        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-az,v 1.4 2003/07/28 10:06:51 seb Exp $
-
---- tkspline/Makefile.am.orig  2003-06-04 17:12:53.000000000 +0000
-+++ tkspline/Makefile.am
-@@ -18,8 +18,8 @@ man_MANS = tkspline.n
- libtkspline_la_SOURCES = tkspline.c
- 
- libtkspline_la_LIBADD = \
--      $(top_builddir)/tkstubs/libtkstubs.la \
--      $(top_builddir)/tclstubs/libtclstubs.la 
-+      ${TK_STUB_LIB_SPEC}
-+      ${TCL_STUB_LIB_SPEC}
- 
- all-local: pkgIndex.tcl
- 
diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-ba
--- a/graphics/graphviz/patches/patch-ba        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,123 +0,0 @@
-$NetBSD: patch-ba,v 1.6 2003/07/28 10:06:52 seb Exp $
-
---- tkspline/Makefile.in.orig  2003-07-27 16:47:19.000000000 +0000
-+++ tkspline/Makefile.in
-@@ -220,8 +220,7 @@ man_MANS = tkspline.n
- libtkspline_la_SOURCES = tkspline.c
- 
- libtkspline_la_LIBADD = \
--      $(top_builddir)/tkstubs/libtkstubs.la \
--      $(top_builddir)/tclstubs/libtclstubs.la 
-+      ${TK_STUB_LIB_SPEC}
- 
- 
- CLEANFILES = pkgIndex.tcl
-@@ -234,8 +233,7 @@ CONFIG_CLEAN_FILES =
- LTLIBRARIES = $(pkglib_LTLIBRARIES)
- 
- libtkspline_la_LDFLAGS =
--libtkspline_la_DEPENDENCIES = $(top_builddir)/tkstubs/libtkstubs.la \
--      $(top_builddir)/tclstubs/libtclstubs.la
-+libtkspline_la_DEPENDENCIES =
- am_libtkspline_la_OBJECTS = tkspline.lo
- libtkspline_la_OBJECTS = $(am_libtkspline_la_OBJECTS)
- 
-@@ -243,8 +241,7 @@ DEFS = @DEFS@
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--depcomp = $(SHELL) $(top_srcdir)/depcomp
--@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/tkspline.Plo
-+depcomp =
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
-@@ -281,7 +278,7 @@ distclean-libtool:
-       -rm -f libtool
- $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
-       cd $(top_srcdir) && \
--        $(AUTOMAKE) --gnu  tkspline/Makefile
-+        $(AUTOMAKE) --foreign  --ignore-deps tkspline/Makefile
- Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
-       cd $(top_builddir) && \
-         CONFIG_HEADERS= CONFIG_LINKS= \
-@@ -314,29 +311,14 @@ mostlyclean-compile:
- distclean-compile:
-       -rm -f *.tab.c
- 
--@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tkspline.Plo@am__quote@
--
--distclean-depend:
--      -rm -rf $(DEPDIR)
--
- .c.o:
--@AMDEP_TRUE@  source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
--@AMDEP_TRUE@  depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
--@AMDEP_TRUE@  $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-       $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
- 
- .c.obj:
--@AMDEP_TRUE@  source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
--@AMDEP_TRUE@  depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
--@AMDEP_TRUE@  $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-       $(COMPILE) -c `cygpath -w $<`
- 
- .c.lo:
--@AMDEP_TRUE@  source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
--@AMDEP_TRUE@  depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
--@AMDEP_TRUE@  $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-       $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
--CCDEPMODE = @CCDEPMODE@
- uninstall-info-am:
- 
- manndir = $(mandir)/mann
-@@ -543,8 +525,8 @@ clean-am: clean-generic clean-libtool cl
- 
- distclean: distclean-recursive
- 
--distclean-am: clean-am distclean-compile distclean-depend \
--      distclean-generic distclean-libtool distclean-tags
-+distclean-am: clean-am distclean-compile distclean-generic \
-+      distclean-libtool distclean-tags
- 
- dvi: dvi-recursive
- 
-@@ -582,22 +564,23 @@ uninstall-man: uninstall-mann
- 
- .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \
-       clean clean-generic clean-libtool clean-pkglibLTLIBRARIES \
--      clean-recursive distclean distclean-compile distclean-depend \
--      distclean-generic distclean-libtool distclean-recursive \
--      distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
--      info-recursive install install-am install-data install-data-am \
--      install-data-recursive install-exec install-exec-am \
--      install-exec-recursive install-info install-info-am \
--      install-info-recursive install-man install-mann \
--      install-pkglibLTLIBRARIES install-recursive install-strip \
--      installcheck installcheck-am installdirs installdirs-am \
--      installdirs-recursive maintainer-clean maintainer-clean-generic \
--      maintainer-clean-recursive mostlyclean mostlyclean-compile \
--      mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
--      tags tags-recursive uninstall uninstall-am uninstall-info-am \
--      uninstall-info-recursive uninstall-man uninstall-mann \
--      uninstall-pkglibLTLIBRARIES uninstall-recursive
-+      clean-recursive distclean distclean-compile distclean-generic \
-+      distclean-libtool distclean-recursive distclean-tags distdir \
-+      dvi dvi-am dvi-recursive info info-am info-recursive install \
-+      install-am install-data install-data-am install-data-recursive \
-+      install-exec install-exec-am install-exec-recursive \
-+      install-info install-info-am install-info-recursive install-man \
-+      install-mann install-pkglibLTLIBRARIES install-recursive \
-+      install-strip installcheck installcheck-am installdirs \
-+      installdirs-am installdirs-recursive maintainer-clean \
-+      maintainer-clean-generic maintainer-clean-recursive mostlyclean \
-+      mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-+      mostlyclean-recursive tags tags-recursive uninstall \
-+      uninstall-am uninstall-info-am uninstall-info-recursive \
-+      uninstall-man uninstall-mann uninstall-pkglibLTLIBRARIES \
-+      uninstall-recursive
- 
-+      ${TCL_STUB_LIB_SPEC}
- 
- all-local: pkgIndex.tcl
- 
diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-bb
--- a/graphics/graphviz/patches/patch-bb        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-bb,v 1.3 2003/03/03 11:35:01 seb Exp $
-
---- tkspline/demo/Makefile.am.orig     2003-01-15 17:22:17.000000000 +0000
-+++ tkspline/demo/Makefile.am
-@@ -2,7 +2,7 @@
- 
- AUTOMAKE_OPTIONS = 1.4
- 
--demodir = $(datadir)/@PACKAGE@/demo
-+demodir = $(prefix)/share/examples/@PACKAGE@
- demo_SCRIPTS = spline
- demo_DATA = spline.README
- EXTRA_DIST = $(demo_SCRIPTS) $(demo_DATA) CVS/*
diff -r c1acdb2d4ce2 -r b99cfd25553b graphics/graphviz/patches/patch-bc
--- a/graphics/graphviz/patches/patch-bc        Sat Apr 17 16:56:10 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-bc,v 1.5 2003/03/03 11:35:02 seb Exp $
-
---- tkspline/demo/Makefile.in.orig     2003-03-02 20:12:24.000000000 +0000
-+++ tkspline/demo/Makefile.in
-@@ -206,7 +206,7 @@ install_sh = @install_sh@
- 
- AUTOMAKE_OPTIONS = 1.4
- 
--demodir = $(datadir)/@PACKAGE@/demo
-+demodir = $(prefix)/share/examples/@PACKAGE@
- demo_SCRIPTS = spline
- demo_DATA = spline.README
- EXTRA_DIST = $(demo_SCRIPTS) $(demo_DATA) CVS/*
-@@ -216,6 +216,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- SCRIPTS = $(demo_SCRIPTS)
- 
-+depcomp =
- DIST_SOURCES =
- DATA = $(demo_DATA)
- 
-@@ -234,7 +235,7 @@ distclean-libtool:
-       -rm -f libtool
- $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
-       cd $(top_srcdir) && \
--        $(AUTOMAKE) --gnu  tkspline/demo/Makefile
-+        $(AUTOMAKE) --foreign  --ignore-deps tkspline/demo/Makefile
- Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
-       cd $(top_builddir) && \
-         CONFIG_HEADERS= CONFIG_LINKS= \



Home | Main Index | Thread Index | Old Index