diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-26 03:24:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-26 03:24:27 +0000 |
commit | 5448d6fb9b3be63be5b133179593f87e144b398c (patch) | |
tree | 158a8ed800e568d361beb7fbaece11f71bcc6c4c /media-gfx/graphviz/files | |
parent | version bump (bug #57220) (Manifest recommit) (diff) | |
download | gentoo-2-5448d6fb9b3be63be5b133179593f87e144b398c.tar.gz gentoo-2-5448d6fb9b3be63be5b133179593f87e144b398c.tar.bz2 gentoo-2-5448d6fb9b3be63be5b133179593f87e144b398c.zip |
bug #58028, improved to be cleaner.
Diffstat (limited to 'media-gfx/graphviz/files')
-rw-r--r-- | media-gfx/graphviz/files/digest-graphviz-1.12-r1 | 2 | ||||
-rw-r--r-- | media-gfx/graphviz/files/graphviz-1.12-build.patch | 33 |
2 files changed, 35 insertions, 0 deletions
diff --git a/media-gfx/graphviz/files/digest-graphviz-1.12-r1 b/media-gfx/graphviz/files/digest-graphviz-1.12-r1 new file mode 100644 index 000000000000..462b891cceb7 --- /dev/null +++ b/media-gfx/graphviz/files/digest-graphviz-1.12-r1 @@ -0,0 +1,2 @@ +MD5 84910caae072c714d107ca9f3e54ace0 graphviz-1.12.tar.gz 3371279 +MD5 673dfc4f812d7e13c39517c1109d6b65 graphviz-1.12-configure.ac.bz2 7502 diff --git a/media-gfx/graphviz/files/graphviz-1.12-build.patch b/media-gfx/graphviz/files/graphviz-1.12-build.patch new file mode 100644 index 000000000000..38c8b39b58f3 --- /dev/null +++ b/media-gfx/graphviz/files/graphviz-1.12-build.patch @@ -0,0 +1,33 @@ +--- INSTALL 2 Nov 2000 01:15:04 -0000 1.2 ++++ INSTALL 23 Apr 2004 18:09:34 -0000 1.3 +@@ -21,8 +21,8 @@ diffs or instructions to the address giv + be considered for the next release. If at some point `config.cache' + contains results you don't want to keep, you may remove or edit it. + +- The file `configure.in' is used to create `configure' by a program +-called `autoconf'. You only need `configure.in' if you want to change ++ The file `configure.ac' is used to create `configure' by a program ++called `autoconf'. You only need `configure.ac' if you want to change + it or regenerate `configure' using a newer version of `autoconf'. + + The simplest way to compile this package is: +=================================================================== +--- Makefile.am 2004-03-02 00:03:27.000000000 +0100 ++++ Makefile.am 2004-07-24 02:50:30.000000000 +0200 +@@ -8,7 +8,7 @@ + SUBDIRS = cdt agraph agutil doc pathplan graph gd dotneato \ + dotty graphs lefty lneato ns \ + tclstubs tclhandle gdtclft tcldot tclpathplan \ +- tkstubs tkspline tools contrib dynagraph windows ++ tkstubs tkspline tools contrib dynagraph + + #dag fdp geo grid incr shape tcldgr tcldgl + +@@ -27,6 +27,6 @@ + FAQ.txt MINTERMS.txt autogen.sh depcomp ast_common.h.in \ + Makefile.old Config.mk configure.old INSTALL.old \ + Makeargs config.h.old compat_getopt.h LICENSE.html iffe \ +- makearch dot.demo features m4 ++ makearch dot.demo features m4 windows + + DISTCLEANFILES = pkgIndex.tcl ast_common.h FEATURE/* graphviz-@VERSION@* |