Opened 21 years ago

Last modified 9 years ago

#608 closed defect

apache variant activate_server does not depend on DarwinPortsStartup — at Initial Version

Reported by: jcorley1@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: apache

Description

The apache variant activate_server does not depend on DarwinPortsStartup and should. Here is a patch:

Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/www/apache/Portfile,v retrieving revision 1.25 diff -u -d -r1.25 Portfile --- Portfile 23 May 2003 21:49:01 -0000 1.25 +++ Portfile 1 Jun 2003 23:55:58 -0000 @@ -36,6 +36,7 @@

}

variant activate_server {

+ depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup

post-patch { system "sed -e

\"s=%%PREFIX%%=${prefix}/${name}-${version}=g\" \

${filespath}/apache.sh >${portpath}/apache.sh"

}

Change History (0)

Note: See TracTickets for help on using tickets.