[SM-Commit] GIT changes to master grimoire by David Kowis (be9f00da40422a470ef20a3f8e17c524e0bced89)
David Kowis
scm at mail.sourcemage.org
Wed Apr 4 21:08:47 EDT 2007
GIT changes to master grimoire by David Kowis <dkowis at shlrm.org>:
devel/graphviz/FINAL | 1 +
devel/graphviz/HISTORY | 2 ++
devel/graphviz/INSTALL | 5 +----
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit be9f00da40422a470ef20a3f8e17c524e0bced89
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at shlrm.org>
graphviz, Actually fixing 13860
diff --git a/devel/graphviz/FINAL b/devel/graphviz/FINAL
new file mode 100755
index 0000000..fff6bbe
--- /dev/null
+++ b/devel/graphviz/FINAL
@@ -0,0 +1 @@
+dot -c
diff --git a/devel/graphviz/HISTORY b/devel/graphviz/HISTORY
index 8003f71..0c19f42 100644
--- a/devel/graphviz/HISTORY
+++ b/devel/graphviz/HISTORY
@@ -2,6 +2,8 @@
* BUILD: included a makefile patch for diffimg and run the autoregen
* DEPENDS: added dependencies on auto* for the regen
* diffimg.patch: patch to make diffimg build
+ * INSTALL: removing dot -c
+ * FINAL: adding dot -c so it actually happens
2007-01-31 Treeve Jelbert <treeve at sourcemage.org>
* DETAILS: version 2.12
diff --git a/devel/graphviz/INSTALL b/devel/graphviz/INSTALL
index 87d84b4..83dc6b0 100755
--- a/devel/graphviz/INSTALL
+++ b/devel/graphviz/INSTALL
@@ -1,4 +1 @@
-make DESTDIR=$INSTALL_ROOT/ install &&
-
-# create configuration file for plug-ins
-dot -c
+make DESTDIR=$INSTALL_ROOT/ install
More information about the SM-Commit
mailing list