Re: [MacPorts] #608: apache variant activate_server does not depend on DarwinPortsStartup
#608: apache variant activate_server does not depend on DarwinPortsStartup -------------------------+-------------------------------- Reporter: jcorley1@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: apache | -------------------------+-------------------------------- Changes (by ryandesign@…): * port: => apache Old 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" }
New 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" } }}} -- -- Ticket URL: <https://trac.macports.org/ticket/608#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts