|
Lines 89-95
Link Here
|
| 89 |
|
89 |
|
| 90 |
.if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE} |
90 |
.if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE} |
| 91 |
IGNORE= doesn't install the Apache module anymore:\ |
91 |
IGNORE= doesn't install the Apache module anymore:\ |
| 92 |
update your OPTIONS and build www/mod_php55 port instead |
92 |
update your OPTIONS and build www/mod_php55 port instead |
| 93 |
.endif |
93 |
.endif |
| 94 |
|
94 |
|
| 95 |
.if defined(PKGNAMEPREFIX) |
95 |
.if defined(PKGNAMEPREFIX) |
|
Lines 135-145
Link Here
|
| 135 |
CONFIGURE_ARGS+=--with-zend-vm=GOTO |
135 |
CONFIGURE_ARGS+=--with-zend-vm=GOTO |
| 136 |
.endif |
136 |
.endif |
| 137 |
|
137 |
|
|
|
138 |
PHP_EXT_DIR?= ${PREFIX}/lib/php/modules |
| 139 |
|
| 138 |
CONFIGURE_ENV+= ac_cv_pthreads_lib="" \ |
140 |
CONFIGURE_ENV+= ac_cv_pthreads_lib="" \ |
| 139 |
ac_cv_pthreads_cflags="" \ |
141 |
ac_cv_pthreads_cflags="" \ |
| 140 |
ac_cv_decimal_fp_supported="no" \ |
142 |
ac_cv_decimal_fp_supported="no" \ |
| 141 |
pthreads_working="yes" \ |
143 |
pthreads_working="yes" \ |
| 142 |
lt_cv_path_SED="sed" |
144 |
lt_cv_path_SED="sed" \ |
|
|
145 |
EXTENSION_DIR="${PHP_EXT_DIR}" |
| 146 |
|
| 147 |
MAKE_ENV+= EXTENSION_DIR="${PHP_EXT_DIR}" |
| 143 |
|
148 |
|
| 144 |
.if ${PORT_OPTIONS:MLINKTHR} |
149 |
.if ${PORT_OPTIONS:MLINKTHR} |
| 145 |
LIBS+= -lpthread |
150 |
LIBS+= -lpthread |
|
Lines 181-186
Link Here
|
| 181 |
${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` |
186 |
${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` |
| 182 |
@${RM} ${WRKSRC}/configure |
187 |
@${RM} ${WRKSRC}/configure |
| 183 |
@${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 |
188 |
@${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 |
|
|
189 |
${MKDIR} ${STAGEDIR}${PHP_EXT_DIR} |
| 184 |
|
190 |
|
| 185 |
.if !defined(PKGNAMEPREFIX) |
191 |
.if !defined(PKGNAMEPREFIX) |
| 186 |
post-build: |
192 |
post-build: |