Ticket #17521 (closed update: fixed)
php5-devel update to 5.3.0alpha3
| Reported by: | karsten@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | jwa@…, arto.bendiken@… | |
| Port: | php5-devel |
Description
The attached path
- updates the portfile for php5-devel to use 5.3.0alpha3
- removes some configure options no longer available
--with-xml --with-expat-dir=/opt/local --enable-filepro --enable-trans-sid --enable-dbx --with-mime-magic
Additionally I had to change the
--with-gd=${prefix}
to simply
--with-gd
as otherwise the build process complained about gdhelpers.h not being available. This is in the patch but could probaly be solved better...
Attachments
Change History
Changed 4 years ago by karsten@…
- Attachment php5-devel.diff added
comment:1 Changed 4 years ago by jmr@…
- Owner changed from macports-tickets@… to ryandesign@…
- Cc jwa@… added
- Port set to php5-devel
comment:3 in reply to: ↑ description ; follow-up: ↓ 4 Changed 4 years ago by ryandesign@…
- Status changed from new to assigned
Replying to karsten@…:
- updates the portfile for php5-devel to use 5.3.0alpha3
Thanks.
- removes some configure options no longer available
Obsolete configure arguments are a separate issue already filed in #14859.
Additionally I had to change the --with-gd=${prefix} to simply --with-gd as otherwise the build process complained about gdhelpers.h not being available. This is in the patch but could probaly be solved better...
Then we would no longer be using MacPorts gd2 but instead the gd2 included with php5. If that's the only way to make it work, then we would also remove the dependency on gd2. This would effectively undo the changes that had been requested in #13988.
This is php bug 46015.
comment:4 in reply to: ↑ 3 Changed 4 years ago by karsten@…
Replying to ryandesign@…:
Obsolete configure arguments are a separate issue already filed in #14859.
Ok, fine.
Then we would no longer be using MacPorts gd2 but instead the gd2 included with php5. If that's the only way to make it work, then we would also remove the dependency on gd2. This would effectively undo the changes that had been requested in #13988. This is php bug 46015.
I voted for that one and asked what relevance gdhelpers.h has. Hopefully it can be fixed with PHP itself, then we would not have to care.


Portfile diff