Changes between Initial Version and Version 1 of Ticket #36554, comment 14


Ignore:
Timestamp:
Apr 21, 2015, 4:59:45 AM (9 years ago)
Author:
posita (Matt Bogosian)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36554, comment 14

    initial v1  
    11What I would suggest is if that `build.args` line is really necessary for previous versions, move it into the 3.2.x and 2.2.x subsections. That should allow folks to at least build 4.0.x (and hopefully 4.1.x once it's released).
     2
     3Further, I would where possible migrate dependencies to `zmq-devel`. For example, in `python/py-zmq/Portfile`, I would change:
     4
     5{{{
     6depends_lib-append     path:lib/libzmq.dylib:zmq
     7}}}
     8
     9To:
     10
     11{{{
     12depends_lib-append     path:lib/libzmq.dylib:zmq-devel
     13}}}
     14
     15Similar potential replacements in:
     16
     17* `databases/groonga/Portfile`
     18* `devel/cppzmq/Portfile`
     19* `devel/czmq/Portfile`
     20* `perl/p5-zeromq/Portfile`
     21* `www/mongrel2/Portfile`
     22
     23I ''think'' that's a comprehensive list as of this post.