Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#608 closed defect (fixed)

apache variant activate_server does not depend on DarwinPortsStartup

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 (2)

comment:1 Changed 21 years ago by michaelm@…

Resolution: fixed
Status: newclosed

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: apache added
Note: See TracTickets for help on using tickets.