|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= mod_perl |
8 |
PORTNAME= mod_perl |
| 9 |
PORTVERSION= 2.0.6 |
9 |
PORTVERSION= 2.0.6 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
PORTEPOCH= 3 |
11 |
PORTEPOCH= 3 |
| 11 |
CATEGORIES= www perl5 |
12 |
CATEGORIES= www perl5 |
| 12 |
MASTER_SITES= ${MASTER_SITE_APACHE} |
13 |
MASTER_SITES= ${MASTER_SITE_APACHE} |
|
Lines 29-34
Link Here
|
| 29 |
USE_APACHE= 20+ |
30 |
USE_APACHE= 20+ |
| 30 |
PERL_CONFIGURE= yes |
31 |
PERL_CONFIGURE= yes |
| 31 |
GMAKE= yes |
32 |
GMAKE= yes |
|
|
33 |
USE_CSTD= gnu89 |
| 32 |
|
34 |
|
| 33 |
# Using apxs in this way is problematic if apache2 is installed under a |
35 |
# Using apxs in this way is problematic if apache2 is installed under a |
| 34 |
# different PREFIX than mod_perl2, because the mod_perl2 installation will |
36 |
# different PREFIX than mod_perl2, because the mod_perl2 installation will |
|
Lines 93-98
Link Here
|
| 93 |
PLIST_SUB+= THREADRWLOCK="@comment " |
95 |
PLIST_SUB+= THREADRWLOCK="@comment " |
| 94 |
.endif |
96 |
.endif |
| 95 |
|
97 |
|
|
|
98 |
post-patch: |
| 99 |
${REINPLACE_CMD} -e 's/APR_INLINE//g' \ |
| 100 |
${PATCH_WRKSRC}/src/modules/perl/modperl_common_util.h |
| 101 |
|
| 96 |
post-install: |
102 |
post-install: |
| 97 |
${MKDIR} ${PREFIX}/${APACHEINCLUDEDIR}/modules/perl |
103 |
${MKDIR} ${PREFIX}/${APACHEINCLUDEDIR}/modules/perl |
| 98 |
${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \ |
104 |
${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \ |