Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1631 closed defect (fixed)

apache2 configuration error

Reported by: contact1@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: apache2

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

There is a path error when configuiring the variant activate_server. ${worksrcdir} should be ${workpath}. Below is a patch which fixes the issue.

-albert

--- ../../../../darwinports/dports/www/apache2/Portfile Fri Feb  6 09:59:22 2004
+++ Portfile    Tue Mar 16 19:06:42 2004
@@ -49,7 +49,7 @@
                depends_run     path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
                post-patch {    system "sed -e \"s=%%PREFIX%%=${prefix}/${name}=g\" \
                                        ${filespath}/${name}.sh > \
-                                       ${worksrcdir}/${name}.sh" }
+                                       ${workpath}/${name}.sh" }
 
 }

Change History (3)

comment:1 Changed 20 years ago by toby@…

Owner: changed from darwinports-bugs@… to toby@…

comment:2 Changed 20 years ago by toby@…

Resolution: fixed
Status: newclosed

I've updated this, and I handle the startup script a lot more cleanly - this bug isn't relevant now.

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

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