Summary: | fix lang/php4 configure to detect various crypt()s on 64-bit platforms | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Anton Berezin <tobez> |
Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Anton Berezin
2004-12-03 12:40:28 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer. State Changed From-To: open->closed Committed, thanks! This port is still broken. Needs following patch: --- Makefile.orig Thu Mar 3 19:21:40 2005 +++ Makefile Thu Mar 3 19:20:23 2005 @@ -168,6 +168,9 @@ post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* + @${REINPLACE_CMD} \ + "s|<crypt.h>|<unistd.h>|g;s|HAVE_CRYPT_H|HAVE_UNISTD_H| g" \ + ${WRKSRC}/configure .if ${PHP_SAPI} == "full" pre-configure: -- Adam Gregoire <bsdunx@gmail.com> This port is still broken. Needs following patch: --- Makefile.orig Thu Mar 3 19:21:40 2005 +++ Makefile Thu Mar 3 19:20:23 2005 @@ -168,6 +168,9 @@ post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* + @${REINPLACE_CMD} \ + "s|<crypt.h>|<unistd.h>|g;s|HAVE_CRYPT_H|HAVE_UNISTD_H| g" \ + ${WRKSRC}/configure .if ${PHP_SAPI} == "full" pre-configure: |