Changeset 17171 for trunk/dports


Ignore:
Timestamp:
Mar 26, 2006, 9:11:50 AM (18 years ago)
Author:
blb
Message:

Port: midgard-core
Version: 1.7.4
Revision: 1
Bug: 7954
Bug-URL: <http://bugzilla.opendarwin.org/show_bug.cgi?id=7954>

Update port www/midgard-core
(Verbatim from the bug)
This update helps to build other parts of Midgard. Mysql directories are linked
to build directories and are recorded wrong in midgard-config, so when later
other parts are handled, they can't be configured , because midgard-config is
asked about include and libs directories, which are not found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/midgard-core/Portfile

    r17107 r17171  
    1 # $Id: Portfile,v 1.1 2006/03/21 10:13:52 mww Exp $
     1# $Id: Portfile,v 1.2 2006/03/26 09:11:50 blb Exp $
    22
    33PortSystem 1.0
    44name            midgard-core
    55version         1.7.4
     6revision        1
    67categories      www
    78maintainers     jyrki.wahlstedt@hut.fi
     
    3637                --with-iconv=${prefix}
    3738
     39post-destroot {
     40        reinplace "s;${workpath}/mysql5/lib;${prefix}/lib/mysql5;" ${destroot}${prefix}/bin/midgard-config
     41        reinplace "s;${workpath}/mysql5/include;${prefix}/include/mysql5;" ${destroot}${prefix}/bin/midgard-config
     42}
     43
    3844variant check {
    3945        depends_lib-append port:check
Note: See TracChangeset for help on using the changeset viewer.