Opened 21 years ago

Last modified 9 years ago

#1631 closed defect

apache2 configuration error — at Initial Version

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

Description

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

Note: See TracTickets for help on using tickets.