New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17521 (closed update: fixed)

Opened 4 years ago

Last modified 4 years ago

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

php5-devel.diff (1.5 KB) - added by karsten@… 4 years ago.
Portfile diff

Change History

Changed 4 years ago by karsten@…

Portfile diff

comment:1 Changed 4 years ago by jmr@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Cc jwa@… added
  • Port set to php5-devel

comment:2 Changed 4 years ago by arto.bendiken@…

  • Cc arto.bendiken@… added

Cc Me!

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.

comment:5 Changed 4 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

I updated php5-devel to 5.3.0alpha3 and reverted to using the bundled libgd instead of the gd2 port; see r43136 and #13988.

comment:6 Changed 4 years ago by karsten@…

Cool, thanks.

comment:7 Changed 4 years ago by jmr@…

  • Type changed from enhancement to update

comment:8 Changed 4 years ago by anonymous

  • Milestone Port Updates deleted

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.