mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * [Apache] Fixed a bug in the Apache module which could lock up the Apache process or thread. This is a regression introduced in version 4.0.24. * Node.js application processes now have friendly process titles. </ChangeLog>
20 lines
667 B
Ruby
20 lines
667 B
Ruby
--- ../passenger-4.0.27/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
|
|
+++ ../passenger-4.0.27/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
|
|
@@ -32,16 +32,12 @@
|
|
desc "Build Nginx support files"
|
|
task :nginx => [
|
|
:nginx_without_native_support,
|
|
+ LIBBOOST_OXT,
|
|
NATIVE_SUPPORT_TARGET
|
|
].compact
|
|
|
|
task :nginx_without_native_support => [
|
|
auto_generated_sources,
|
|
- AGENT_OUTPUT_DIR + 'PassengerHelperAgent',
|
|
- AGENT_OUTPUT_DIR + 'PassengerWatchdog',
|
|
- AGENT_OUTPUT_DIR + 'PassengerLoggingAgent',
|
|
- AGENT_OUTPUT_DIR + 'SpawnPreparer',
|
|
- AGENT_OUTPUT_DIR + 'TempDirToucher',
|
|
COMMON_LIBRARY.only(*NGINX_LIBS_SELECTOR).link_objects
|
|
].flatten
|
|
|