Changeset 98537


Ignore:
Timestamp:
Oct 8, 2012, 10:32:40 AM (12 years ago)
Author:
ryandesign@…
Message:

graphviz ports: remove archcheck portgroup (#36509)

Location:
trunk/dports/graphics
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/graphviz-devel/Portfile

    r98535 r98537  
    33
    44PortSystem                      1.0
    5 PortGroup                       archcheck 1.0
    65PortGroup                       conflicts_build 1.0
    76PortGroup                       xcodeversion 1.0
     
    5958                                port:zlib \
    6059                                port:gettext
    61 
    62 archcheck.files                 lib/libXaw.dylib \
    63                                 lib/libpango-1.0.dylib \
    64                                 lib/libjpeg.dylib \
    65                                 lib/libpng.dylib \
    66                                 lib/libwebp.dylib \
    67                                 lib/libLASi.dylib \
    68                                 lib/libfontconfig.dylib \
    69                                 lib/libfreetype.dylib \
    70                                 lib/libexpat.dylib \
    71                                 lib/libgd.dylib \
    72                                 lib/libgts.dylib \
    73                                 lib/libgs.dylib \
    74                                 lib/libz.dylib \
    75                                 lib/libintl.dylib
    7660
    7761depends_build                   port:pkgconfig
     
    250234                                port:gtkglext \
    251235                                port:libglade2
    252     archcheck.files-append      bin/gtk-demo \
    253                                 lib/libgtkglext-x11-1.0.dylib \
    254                                 lib/libglade-2.0.dylib
    255236}
    256237
     
    264245variant rsvg description {enable the rsvg plugin} {
    265246    depends_lib-append          port:librsvg
    266     archcheck.files-append      lib/librsvg-2.dylib
    267247    configure.args-delete       --without-rsvg
    268248    configure.args-append       --with-rsvg
     
    271251variant gdk_pixbuf description {enable the gdk_pixbuf plugin} {
    272252    depends_lib-append          port:gtk2
    273     archcheck.files-append      bin/gtk-demo
    274253    configure.args-delete       --without-gdk-pixbuf
    275254    configure.args-append       --with-gdk-pixbuf
     
    278257variant glitz description {enable the incomplete glitz plugin} {
    279258    depends_lib-append          port:glitz
    280     archcheck.files-append      lib/libglitz.dylib
    281259    configure.args-delete       --without-glitz
    282260    configure.args-append       --with-glitz
     
    285263variant ming description {enable the incomplete ming plugin} {
    286264    depends_lib-append          port:ming
    287     archcheck.files-append      lib/libming.dylib
    288265    configure.args-delete       --without-ming
    289266    configure.args-append       --with-ming
     
    292269variant no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} {
    293270    depends_lib-delete          path:lib/pkgconfig/pango.pc:pango
    294     archcheck.files-delete      lib/libpango-1.0.dylib
    295271    configure.args-delete       --with-pangocairo
    296272    configure.args-append       --without-pangocairo
     
    299275variant no_x11 requires no_pangocairo {
    300276    depends_lib-delete          port:xorg-libXaw
    301     archcheck.files-delete      lib/libXaw.dylib
    302277    configure.args-append       --without-x
    303278}
  • trunk/dports/graphics/graphviz-gui-devel/Portfile

    r98317 r98537  
    33
    44PortSystem                      1.0
    5 PortGroup                       archcheck 1.0
    65PortGroup                       xcode 1.0
    76PortGroup                       xcodeversion 1.0
     
    3332depends_lib                     port:graphviz-devel
    3433
    35 archcheck.files                 lib/libgvc.dylib
    36 
    3734pre-fetch {
    3835    if {"darwin" != ${os.platform}} {
  • trunk/dports/graphics/graphviz-gui/Portfile

    r95899 r98537  
    33
    44PortSystem                      1.0
    5 PortGroup                       archcheck 1.0
    65PortGroup                       xcode 1.0
    76PortGroup                       xcodeversion 1.0
     
    3332depends_lib                     port:graphviz
    3433
    35 archcheck.files                 lib/libgvc.dylib
    36 
    3734pre-fetch {
    3835    if {"darwin" != ${os.platform}} {
  • trunk/dports/graphics/graphviz/Portfile

    r98535 r98537  
    33
    44PortSystem                      1.0
    5 PortGroup                       archcheck 1.0
    65PortGroup                       conflicts_build 1.0
    76PortGroup                       xcodeversion 1.0
     
    5857                                port:zlib \
    5958                                port:gettext
    60 
    61 archcheck.files                 lib/libXaw.dylib \
    62                                 lib/libpango-1.0.dylib \
    63                                 lib/libjpeg.dylib \
    64                                 lib/libpng.dylib \
    65                                 lib/libLASi.dylib \
    66                                 lib/libfontconfig.dylib \
    67                                 lib/libfreetype.dylib \
    68                                 lib/libexpat.dylib \
    69                                 lib/libgd.dylib \
    70                                 lib/libgts.dylib \
    71                                 lib/libgs.dylib \
    72                                 lib/libz.dylib \
    73                                 lib/libintl.dylib
    7459
    7560depends_build                   port:pkgconfig
     
    250235                                port:gtkglext \
    251236                                port:libglade2
    252     archcheck.files-append      bin/gtk-demo \
    253                                 lib/libgtkglext-x11-1.0.dylib \
    254                                 lib/libglade-2.0.dylib
    255237}
    256238
     
    264246variant rsvg description {enable the rsvg plugin} {
    265247    depends_lib-append          port:librsvg
    266     archcheck.files-append      lib/librsvg-2.dylib
    267248    configure.args-delete       --without-rsvg
    268249    configure.args-append       --with-rsvg
     
    271252variant gdk_pixbuf description {enable the gdk_pixbuf plugin} {
    272253    depends_lib-append          port:gtk2
    273     archcheck.files-append      bin/gtk-demo
    274254    configure.args-delete       --without-gdk-pixbuf
    275255    configure.args-append       --with-gdk-pixbuf
     
    278258variant glitz description {enable the incomplete glitz plugin} {
    279259    depends_lib-append          port:glitz
    280     archcheck.files-append      lib/libglitz.dylib
    281260    configure.args-delete       --without-glitz
    282261    configure.args-append       --with-glitz
     
    285264variant ming description {enable the incomplete ming plugin} {
    286265    depends_lib-append          port:ming
    287     archcheck.files-append      lib/libming.dylib
    288266    configure.args-delete       --without-ming
    289267    configure.args-append       --with-ming
     
    292270variant no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} {
    293271    depends_lib-delete          path:lib/pkgconfig/pango.pc:pango
    294     archcheck.files-delete      lib/libpango-1.0.dylib
    295272    configure.args-delete       --with-pangocairo
    296273    configure.args-append       --without-pangocairo
     
    299276variant no_x11 requires no_pangocairo {
    300277    depends_lib-delete          port:xorg-libXaw
    301     archcheck.files-delete      lib/libXaw.dylib
    302278    configure.args-append       --without-x
    303279}
Note: See TracChangeset for help on using the changeset viewer.