[21116] trunk/dports/graphics/graphviz-cairo/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jan 2 23:57:17 PST 2007
Revision: 21116
http://trac.macosforge.org/projects/macports/changeset/21116
Author: gwright at macports.org
Date: 2007-01-02 23:57:17 -0800 (Tue, 02 Jan 2007)
Log Message:
-----------
Deprecate: print an error message advising the user that the main graphviz
port now contains the features that used to only be available through
graphviz-cairo. The portfile can eventually be removed.
Modified Paths:
--------------
trunk/dports/graphics/graphviz-cairo/Portfile
Modified: trunk/dports/graphics/graphviz-cairo/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-cairo/Portfile 2007-01-03 07:51:30 UTC (rev 21115)
+++ trunk/dports/graphics/graphviz-cairo/Portfile 2007-01-03 07:57:17 UTC (rev 21116)
@@ -2,9 +2,9 @@
PortSystem 1.0
name graphviz-cairo
-version 2.8
+version 2.12
categories graphics
-maintainers gwright at opendarwin.org
+maintainers gwright at macports.org
description Rendering plugin for graphviz using the Cairo library.
long_description \
${description}
@@ -14,29 +14,12 @@
homepage http://www.graphviz.org/
master_sites ${homepage}/pub/graphviz/ARCHIVE/
-checksums md5 6aaf70a89eaf36c529f96fa43a228947
+pre-fetch { ui_msg "This port is no longer required as the cairo"
+ ui_msg "functionality is now included in the main graphviz"
+ ui_msg "port, as of version 2.12."
+ ui_msg ""
+ ui_msg "This portfile will eventually be removed."
+ ui_msg ""
+ exit 1
+ }
-platform darwin 7 {
- configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3
- build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
-}
-
-platform darwin 8 {
- configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \
- CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
- build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
-}
-
-depends_lib port:graphviz \
- port:cairo \
- port:p5-xml-parser
-
-
-configure.env CPPFLAGS=-I${prefix}/include \
- LDFLAGS=-L${prefix}/lib
-
-configure.args --mandir=${prefix}/share/man
-
-# Register the installation with dot.
-
-post-activate { system "dot -c" }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070102/ff1be809/attachment.html
More information about the macports-changes
mailing list