- ${PREFIX}/lib/php/Image/ isn't created by php-4.3.0 anymore
- name of extension dir is no-debug-non-zts-* always (doesn't matter if apache13 or apache2 is used) Submitted by: max
This commit is contained in:
parent
fbfd8ca08a
commit
345874229b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74960
@ -47,12 +47,10 @@ IS_INTERACTIVE= yes
|
||||
.if defined(WITH_APACHE2)
|
||||
CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \
|
||||
--with-tsrm-pth
|
||||
PLIST_SUB= MOD_DIR=libexec/apache2 \
|
||||
NON=
|
||||
PLIST_SUB= MOD_DIR=libexec/apache2
|
||||
.else
|
||||
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs
|
||||
PLIST_SUB= MOD_DIR=libexec/apache \
|
||||
NON=non-
|
||||
PLIST_SUB= MOD_DIR=libexec/apache
|
||||
.endif
|
||||
CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc \
|
||||
--enable-versioning \
|
||||
|
@ -355,7 +355,6 @@ lib/php/tests/XML_Parser/tests/test3.xml
|
||||
@dirrm lib/php/Archive
|
||||
@dirrm lib/php/Console
|
||||
@dirrm lib/php/DB
|
||||
@dirrm lib/php/Image
|
||||
@dirrm lib/php/Mail
|
||||
@dirrm lib/php/Net
|
||||
@dirrm lib/php/OS
|
||||
@ -372,7 +371,7 @@ lib/php/tests/XML_Parser/tests/test3.xml
|
||||
@dirrm lib/php/docs/DB/DB
|
||||
@dirrm lib/php/docs/DB
|
||||
@dirrm lib/php/docs
|
||||
@dirrm lib/php/extensions/no-debug-%%NON%%zts-20020429
|
||||
@dirrm lib/php/extensions/no-debug-non-zts-20020429
|
||||
@dirrm lib/php/extensions
|
||||
@dirrm lib/php/tests/DB/tests/driver
|
||||
@dirrm lib/php/tests/DB/tests/ibase
|
||||
@ -386,5 +385,4 @@ lib/php/tests/XML_Parser/tests/test3.xml
|
||||
@dirrm lib/php/tests/XML_Parser
|
||||
@dirrm lib/php/tests
|
||||
@dirrm lib/php
|
||||
@exec mkdir -p %D/lib/php/extensions/no-debug-%%NON%%zts-20020429
|
||||
@exec mkdir -p %D/lib/php/Image
|
||||
@exec mkdir -p %D/lib/php/extensions/no-debug-non-zts-20020429
|
||||
|
@ -47,12 +47,10 @@ IS_INTERACTIVE= yes
|
||||
.if defined(WITH_APACHE2)
|
||||
CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \
|
||||
--with-tsrm-pth
|
||||
PLIST_SUB= MOD_DIR=libexec/apache2 \
|
||||
NON=
|
||||
PLIST_SUB= MOD_DIR=libexec/apache2
|
||||
.else
|
||||
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs
|
||||
PLIST_SUB= MOD_DIR=libexec/apache \
|
||||
NON=non-
|
||||
PLIST_SUB= MOD_DIR=libexec/apache
|
||||
.endif
|
||||
CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc \
|
||||
--enable-versioning \
|
||||
|
@ -355,7 +355,6 @@ lib/php/tests/XML_Parser/tests/test3.xml
|
||||
@dirrm lib/php/Archive
|
||||
@dirrm lib/php/Console
|
||||
@dirrm lib/php/DB
|
||||
@dirrm lib/php/Image
|
||||
@dirrm lib/php/Mail
|
||||
@dirrm lib/php/Net
|
||||
@dirrm lib/php/OS
|
||||
@ -372,7 +371,7 @@ lib/php/tests/XML_Parser/tests/test3.xml
|
||||
@dirrm lib/php/docs/DB/DB
|
||||
@dirrm lib/php/docs/DB
|
||||
@dirrm lib/php/docs
|
||||
@dirrm lib/php/extensions/no-debug-%%NON%%zts-20020429
|
||||
@dirrm lib/php/extensions/no-debug-non-zts-20020429
|
||||
@dirrm lib/php/extensions
|
||||
@dirrm lib/php/tests/DB/tests/driver
|
||||
@dirrm lib/php/tests/DB/tests/ibase
|
||||
@ -386,5 +385,4 @@ lib/php/tests/XML_Parser/tests/test3.xml
|
||||
@dirrm lib/php/tests/XML_Parser
|
||||
@dirrm lib/php/tests
|
||||
@dirrm lib/php
|
||||
@exec mkdir -p %D/lib/php/extensions/no-debug-%%NON%%zts-20020429
|
||||
@exec mkdir -p %D/lib/php/Image
|
||||
@exec mkdir -p %D/lib/php/extensions/no-debug-non-zts-20020429
|
||||
|
Loading…
Reference in New Issue
Block a user