Changes between Initial Version and Version 1 of Ticket #3845, comment 12


Ignore:
Timestamp:
Mar 24, 2016, 4:52:02 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3845, comment 12

    initial v1  
    11The updated portfile looks good for installing the client and +server variants.  There's a small patch below which prevents it from looking in /opt/local/opt/local/etc/box/ for the config files.
    22
    3 
     3{{{
    44--- Portfile.orig       2006-03-23 20:30:22.000000000 -0500
    55+++ Portfile    2006-03-23 20:35:21.000000000 -0500
     
    2121        cd ${worksrcpath}
    2222        foreach file [exec find . -type f ( -name *.pl -o -name *-config -o -name *-certs -o -name *.cpp )] {
     23}}}