Changeset 79834
- Timestamp:
- 06/27/11 15:22:14 (4 years ago)
- Location:
- trunk/dports/www/mod_fcgid
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-fcgid_conf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/mod_fcgid/Portfile
r62606 r79834 1 1 # $Id$ 2 2 3 PortSystem 1.03 PortSystem 1.0 4 4 5 5 name mod_fcgid 6 version 2. 26 version 2.3.5 7 7 8 8 categories www 9 9 platforms darwin 10 maintainers nomaintainer10 maintainers pixilla 11 11 12 12 description An alternative FastCGI module for Apache2 … … 14 14 15 15 homepage http://httpd.apache.org/mod_fcgid/ 16 master_sites sourceforge:mod-fcgid16 master_sites apache:httpd/${name} 17 17 18 distname ${name}.${version} 19 checksums md5 ce7d7b16e69643dbd549d43d85025983\20 sha1 dc817a20ad6528480a441e4b7ad6920ec11c55e0 \21 rmd160 9c45c2b25fcf0f4069cee4fb8917493f0a13b338 18 use_bzip2 yes 19 checksums sha1 11034ad8231a6ea1e3c9385b9017e0f8dd7faff0 \ 20 rmd160 35f153326cd3688fd66f4654a8d72a96cfb5709f 21 22 22 patchfiles patch-fcgid_conf.c 23 23 24 24 depends_lib port:apache2 25 25 26 use_configure no 27 28 post-patch { 29 reinplace "s|/usr/local/apache2|${prefix}/apache2|g" \ 30 ${worksrcpath}/Makefile 31 } 26 configure.env APXS=${prefix}/apache2/bin/apxs 27 configure.cmd ./configure.apxs 28 configure.pre_args 32 29 33 30 destroot.violate_mtree yes 34 31 post-destroot { 35 xinstall -m 755 -d ${destroot}${prefix}/ apache2/modules \36 ${destroot}${prefix}/share/doc/${name}37 xinstall -m 644 -W ${worksrcpath} AUTHOR COPYING ChangeLog INSTALL.txt\32 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 33 xinstall -m 644 -W ${worksrcpath} \ 34 CHANGES-FCGID LICENSE-FCGID NOTICE-FCGID README-FCGID STATUS-FCGID \ 38 35 ${destroot}${prefix}/share/doc/${name} 39 36 } … … 47 44 For further configuration information please visit 48 45 http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html 46 47 When upgrading from version 2.2, please see the above URL 48 about deprecated config options! 49 49 ==========" -
trunk/dports/www/mod_fcgid/files/patch-fcgid_conf.c
r25180 r79834 1 --- fcgid_conf.c.org 2007-02-15 18:34:41.000000000 -0800 2 +++ fcgid_conf.c 2007-05-15 09:40:35.000000000 -0700 3 @@ -16,7 +16,7 @@ 4 #define DEFAULT_ERROR_SCAN_INTERVAL 3 5 #define DEFAULT_ZOMBIE_SCAN_INTERVAL 3 6 #define DEFAULT_PROC_LIFETIME (60*60) 7 -#define DEFAULT_SOCKET_PREFIX "logs/fcgidsock" 8 +#define DEFAULT_SOCKET_PREFIX "/var/run/fcgidsock" 9 #define DEFAULT_SHM_PATH "logs/fcgid_shm" 10 #define DEFAULT_SPAWNSOCRE_UPLIMIT 10 11 #define DEFAULT_SPAWN_SCORE 1 1 --- modules/fcgid/fcgid_conf.c.orig 2011-06-24 15:15:55.000000000 -0700 2 +++ modules/fcgid/fcgid_conf.c 2011-06-24 15:41:58.000000000 -0700 3 @@ -28,9 +28,7 @@ 4 #include "fcgid_global.h" 5 #include "fcgid_conf.h" 6 7 -#ifndef DEFAULT_REL_RUNTIMEDIR /* Win32, etc. */ 8 -#define DEFAULT_REL_RUNTIMEDIR "logs" 9 -#endif 10 +#define DEFAULT_REL_RUNTIMEDIR "var/run" 11 12 #define DEFAULT_IDLE_TIMEOUT 300 13 #define DEFAULT_IDLE_SCAN_INTERVAL 120
Note: See TracChangeset
for help on using the changeset viewer.

