Changeset 14527 for trunk/dports


Ignore:
Timestamp:
Oct 10, 2005, 1:08:27 PM (19 years ago)
Author:
dluke
Message:

Add a ui_warn message to the subversion +mac-os-x-server-mod_dav_svn variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/subversion/Portfile

    r13782 r14527  
    1 # $Id: Portfile,v 1.52 2005/08/29 16:27:30 dluke Exp $
     1# $Id: Portfile,v 1.53 2005/10/10 13:08:27 dluke Exp $
    22
    33PortSystem 1.0
     
    4949                                                --disable-mod-activation
    5050                                        configure.args-delete --without-apxs
    51                                         }
     51
     52                                        post-install {
     53                                                        ui_warn "This variant (+mac-os-x-server-mod_dav_svn builds against the Apple-supplied apache2 in /opt/apache2 and thus may have problems that the normal variant (+mod_dav_svn) which builds against the darwinports supplied apache2 will not have."
     54                                                         }     
     55                                        }
    5256
    5357variant tools { post-destroot {
Note: See TracChangeset for help on using the changeset viewer.