FreeBSD Bugzilla – Attachment 47779 Details for
Bug 73167
[PATCH] php4 4.2.9 openssl building static needed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-Mk
patch-Mk (text/plain), 1.06 KB, created by
Dmitry A Grigorovich
on 2004-10-26 17:10:29 UTC
(
hide
)
Description:
patch-Mk
Filename:
MIME Type:
Creator:
Dmitry A Grigorovich
Created:
2004-10-26 17:10:29 UTC
Size:
1.06 KB
patch
obsolete
>--- Mk/bsd.php.mk.orig Thu Sep 2 17:08:48 2004 >+++ Mk/bsd.php.mk Thu Oct 7 19:13:38 2004 >@@ -259,6 +259,12 @@ > sockets sqlite sybase_ct sysvmsg sysvsem sysvshm \ > tidy tokenizer wddx xml xmlrpc xsl xslt yaz yp zip zlib > >+.if ${PHP_VER} == 4 >+_USE_PHP_DUMMY= openssl >+.else >+_USE_PHP_DUMMY= >+.endif >+ > bcmath_DEPENDS= math/php${PHP_VER}-bcmath > bz2_DEPENDS= archivers/php${PHP_VER}-bz2 > calendar_DEPENDS= misc/php${PHP_VER}-calendar >@@ -333,12 +339,14 @@ > > . for extension in ${USE_PHP} > . if ${_USE_PHP_ALL:M${extension}} != "" && exists(${PORTSDIR}/${${extension}_DEPENDS}) >-. if defined(USE_PHP_BUILD) >+. if ${_USE_PHP_DUMMY:M${extension}} == "" >+. if defined(USE_PHP_BUILD) > BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/${${extension}_DEPENDS} >-. endif >+. endif > RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/${${extension}_DEPENDS} >+. endif > . else >-isyes= ${extension} >+isyes= ${extension} > . if ${isyes:L} != "yes" > check-makevars:: > @${ECHO_CMD} "Unknown extension ${extension}."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 73167
: 47779 |
47780