| Summary: | lang/php4: update PHP for new mnogosearch extension | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Radim Kolar <hsn> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | ale |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->lawrance Grab Responsible Changed From-To: lawrance->ale Over to maintainer. State Changed From-To: open->closed Close on submitter's request: the current port depends on mnogosearch31, which keeps the old library naming |
Part #3 (last) of mnogosearch update. Need to change depends for mnogosearch extension. The new mnogosearch extension depends on libmnogosearch-3.2.so because i was unable to get work lib_depends with major and minor library number i have used udm-config instead. This is even better. Maybe. Warning i have hand edited attached patch, so i am not sure if i do not broke it. To be honest, i am sure that patch program will complain, because every attempt to hand edit patch ended with this result. rk. Fix: +++ /home/hsn/hacked/php4/Makefile.ext Tue May 10 15:40:49 2005 @@ -204,7 +198,7 @@ .endif .if ${PHP_MODNAME} == "mnogosearch" -LIB_DEPENDS+= udmsearch.1:${PORTSDIR}/www/mnogosearch - +BUILD_DEPENDS+= udm-config:${PORTSDIR}/www/mnogosearch +RUN_DEPENDS+= udm-config:${PORTSDIR}/www/mnogosearch CONFIGURE_ARGS+=--with-mnogosearch=${LOCALBASE} .endif How-To-Repeat: Better try to not.