[98537] trunk/dports/graphics
ryandesign at macports.org
ryandesign at macports.org
Mon Oct 8 03:32:40 PDT 2012
Revision: 98537
http://trac.macports.org//changeset/98537
Author: ryandesign at macports.org
Date: 2012-10-08 03:32:40 -0700 (Mon, 08 Oct 2012)
Log Message:
-----------
graphviz ports: remove archcheck portgroup (#36509)
Modified Paths:
--------------
trunk/dports/graphics/graphviz/Portfile
trunk/dports/graphics/graphviz-devel/Portfile
trunk/dports/graphics/graphviz-gui/Portfile
trunk/dports/graphics/graphviz-gui-devel/Portfile
Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile 2012-10-08 10:27:45 UTC (rev 98536)
+++ trunk/dports/graphics/graphviz/Portfile 2012-10-08 10:32:40 UTC (rev 98537)
@@ -2,7 +2,6 @@
# $Id$
PortSystem 1.0
-PortGroup archcheck 1.0
PortGroup conflicts_build 1.0
PortGroup xcodeversion 1.0
@@ -58,20 +57,6 @@
port:zlib \
port:gettext
-archcheck.files lib/libXaw.dylib \
- lib/libpango-1.0.dylib \
- lib/libjpeg.dylib \
- lib/libpng.dylib \
- lib/libLASi.dylib \
- lib/libfontconfig.dylib \
- lib/libfreetype.dylib \
- lib/libexpat.dylib \
- lib/libgd.dylib \
- lib/libgts.dylib \
- lib/libgs.dylib \
- lib/libz.dylib \
- lib/libintl.dylib
-
depends_build port:pkgconfig
depends_run port:urw-fonts
@@ -249,9 +234,6 @@
depends_lib-append port:gtk2 \
port:gtkglext \
port:libglade2
- archcheck.files-append bin/gtk-demo \
- lib/libgtkglext-x11-1.0.dylib \
- lib/libglade-2.0.dylib
}
variant r description {Include R language bindings} {
@@ -263,42 +245,36 @@
variant rsvg description {enable the rsvg plugin} {
depends_lib-append port:librsvg
- archcheck.files-append lib/librsvg-2.dylib
configure.args-delete --without-rsvg
configure.args-append --with-rsvg
}
variant gdk_pixbuf description {enable the gdk_pixbuf plugin} {
depends_lib-append port:gtk2
- archcheck.files-append bin/gtk-demo
configure.args-delete --without-gdk-pixbuf
configure.args-append --with-gdk-pixbuf
}
variant glitz description {enable the incomplete glitz plugin} {
depends_lib-append port:glitz
- archcheck.files-append lib/libglitz.dylib
configure.args-delete --without-glitz
configure.args-append --with-glitz
}
variant ming description {enable the incomplete ming plugin} {
depends_lib-append port:ming
- archcheck.files-append lib/libming.dylib
configure.args-delete --without-ming
configure.args-append --with-ming
}
variant no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} {
depends_lib-delete path:lib/pkgconfig/pango.pc:pango
- archcheck.files-delete lib/libpango-1.0.dylib
configure.args-delete --with-pangocairo
configure.args-append --without-pangocairo
}
variant no_x11 requires no_pangocairo {
depends_lib-delete port:xorg-libXaw
- archcheck.files-delete lib/libXaw.dylib
configure.args-append --without-x
}
Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile 2012-10-08 10:27:45 UTC (rev 98536)
+++ trunk/dports/graphics/graphviz-devel/Portfile 2012-10-08 10:32:40 UTC (rev 98537)
@@ -2,7 +2,6 @@
# $Id$
PortSystem 1.0
-PortGroup archcheck 1.0
PortGroup conflicts_build 1.0
PortGroup xcodeversion 1.0
@@ -59,21 +58,6 @@
port:zlib \
port:gettext
-archcheck.files lib/libXaw.dylib \
- lib/libpango-1.0.dylib \
- lib/libjpeg.dylib \
- lib/libpng.dylib \
- lib/libwebp.dylib \
- lib/libLASi.dylib \
- lib/libfontconfig.dylib \
- lib/libfreetype.dylib \
- lib/libexpat.dylib \
- lib/libgd.dylib \
- lib/libgts.dylib \
- lib/libgs.dylib \
- lib/libz.dylib \
- lib/libintl.dylib
-
depends_build port:pkgconfig
depends_run port:urw-fonts
@@ -249,9 +233,6 @@
depends_lib-append port:gtk2 \
port:gtkglext \
port:libglade2
- archcheck.files-append bin/gtk-demo \
- lib/libgtkglext-x11-1.0.dylib \
- lib/libglade-2.0.dylib
}
variant r description {Include R language bindings} {
@@ -263,42 +244,36 @@
variant rsvg description {enable the rsvg plugin} {
depends_lib-append port:librsvg
- archcheck.files-append lib/librsvg-2.dylib
configure.args-delete --without-rsvg
configure.args-append --with-rsvg
}
variant gdk_pixbuf description {enable the gdk_pixbuf plugin} {
depends_lib-append port:gtk2
- archcheck.files-append bin/gtk-demo
configure.args-delete --without-gdk-pixbuf
configure.args-append --with-gdk-pixbuf
}
variant glitz description {enable the incomplete glitz plugin} {
depends_lib-append port:glitz
- archcheck.files-append lib/libglitz.dylib
configure.args-delete --without-glitz
configure.args-append --with-glitz
}
variant ming description {enable the incomplete ming plugin} {
depends_lib-append port:ming
- archcheck.files-append lib/libming.dylib
configure.args-delete --without-ming
configure.args-append --with-ming
}
variant no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} {
depends_lib-delete path:lib/pkgconfig/pango.pc:pango
- archcheck.files-delete lib/libpango-1.0.dylib
configure.args-delete --with-pangocairo
configure.args-append --without-pangocairo
}
variant no_x11 requires no_pangocairo {
depends_lib-delete port:xorg-libXaw
- archcheck.files-delete lib/libXaw.dylib
configure.args-append --without-x
}
Modified: trunk/dports/graphics/graphviz-gui/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-gui/Portfile 2012-10-08 10:27:45 UTC (rev 98536)
+++ trunk/dports/graphics/graphviz-gui/Portfile 2012-10-08 10:32:40 UTC (rev 98537)
@@ -2,7 +2,6 @@
# $Id$
PortSystem 1.0
-PortGroup archcheck 1.0
PortGroup xcode 1.0
PortGroup xcodeversion 1.0
@@ -32,8 +31,6 @@
depends_lib port:graphviz
-archcheck.files lib/libgvc.dylib
-
pre-fetch {
if {"darwin" != ${os.platform}} {
ui_error "${name} requires Mac OS X."
Modified: trunk/dports/graphics/graphviz-gui-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-gui-devel/Portfile 2012-10-08 10:27:45 UTC (rev 98536)
+++ trunk/dports/graphics/graphviz-gui-devel/Portfile 2012-10-08 10:32:40 UTC (rev 98537)
@@ -2,7 +2,6 @@
# $Id$
PortSystem 1.0
-PortGroup archcheck 1.0
PortGroup xcode 1.0
PortGroup xcodeversion 1.0
@@ -32,8 +31,6 @@
depends_lib port:graphviz-devel
-archcheck.files lib/libgvc.dylib
-
pre-fetch {
if {"darwin" != ${os.platform}} {
ui_error "${name} requires Mac OS X."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121008/316b2c4d/attachment.html>
More information about the macports-changes
mailing list