#17521 closed update (fixed)
php5-devel update to 5.3.0alpha3
Reported by: | karsten@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | jyrkiwahlstedt, 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 (1)
Change History (9)
Changed 16 years ago by karsten@…
Attachment: | php5-devel.diff added |
---|
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jwa@… added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | php5-devel added |
comment:3 follow-up: 4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → 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 Changed 16 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.
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Portfile diff