Changeset 98702


Ignore:
Timestamp:
Oct 13, 2012, 10:58:44 AM (12 years ago)
Author:
ryandesign@…
Message:

pathalizer: ensure we're UsingTheRightCompiler and -arch flags and fix universal variant; fix typos in sample config file; rewrite dependencies to ensure only MacPorts ports can satisfy them

Location:
trunk/dports/www/pathalizer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/pathalizer/Portfile

    r98701 r98702  
    66name                pathalizer
    77version             0.7
     8revision            1
    89categories          www
    910platforms           darwin
     
    2223checksums           md5     7ef23977fc246dcdf332e4eec3111037
    2324
    24 depends_run         bin:gs:ghostscript \
    25                     bin:dot:graphviz \
     25depends_run         port:ghostscript \
     26                    path:bin/dot:graphviz \
    2627                    port:netpbm
    2728
    28 configure {
     29use_configure       no
     30
     31variant universal {}
     32
     33post-patch {
    2934    reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/bin/pathalizer
     35    reinplace "s|g++|${configure.cxx} [get_canonical_archflags cxx]|g" ${worksrcpath}/src/Makefile
    3036}
    3137
  • trunk/dports/www/pathalizer/files/pathalizer.conf

    r8386 r98702  
    33ignore \.png
    44
    5 # events2dot will filter out edges that are taken less than min_edgewidth
    6 # times. '-1' is the default, and causes events2dot to establish
    7 # min_edgewidth automatically based on max_edgecount
     5# event2dot will filter out edges that are taken less than min_edgewidth
     6# times. '-1' is the default, and causes event2dot to establish
     7# min_edgewidth automatically based on max_edgecount.
    88min_edgewidth -1
    99
    10 # if min_edgewidth is -1 (the default), events2dot will try to establish
     10# If min_edgewidth is -1 (the default), event2dot will try to establish
    1111# the highest min_edgewidth for which the total number of edges in the
    1212# generated graph is under or equal to max_edgecount.
Note: See TracChangeset for help on using the changeset viewer.