[MacPorts] #2205: update php5.0.1

MacPorts noreply at macports.org
Thu Mar 24 07:46:40 PDT 2016


#2205: update php5.0.1
--------------------------+-------------------------
  Reporter:  jperkins@…   |      Owner:  bchesneau@…
      Type:  enhancement  |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  1.0
Resolution:  fixed        |   Keywords:
      Port:  php5         |
--------------------------+-------------------------
Changes (by ryandesign@…):

 * type:  defect => enhancement
 * port:   => php5


Old description:

> This patch will add support for tidy to your PHP5 portfile. I'm wanting
> to do some screenscraping with
> tidy -> simplexml.
>
> Please let me know if I've submitted this patch the right way! I'm not
> sure if I'm supposed to include it
> here or as an attachment (and I don't even see a means of sending an
> attachment on this form). This
> form is rejecting the port maintainer [benoitc at opendarwin.org] as an
> invalid user, so I'm going to leave
> it blank.
>
> --- Portfile    Sat Sep 11 08:00:55 2004
> +++ Portfile.new        Sat Sep 11 08:01:43 2004
> @@ -139,6 +139,11 @@
>         configure.args-append   --with-imap=${prefix} --with-imap-
> ssl=/usr
>  }
>
> +variant tidy {
> +       depends_lib-append      lib:libtidy:tidy
> +       configure.args-append   --with-tidy=${prefix}
> +}
> +
>  variant xsl {
>         depends_lib-append      lib:libxslt.1:libxslt

New description:

 This patch will add support for tidy to your PHP5 portfile. I'm wanting to
 do some screenscraping with
 tidy -> simplexml.

 Please let me know if I've submitted this patch the right way! I'm not
 sure if I'm supposed to include it
 here or as an attachment (and I don't even see a means of sending an
 attachment on this form). This
 form is rejecting the port maintainer [benoitc at opendarwin.org] as an
 invalid user, so I'm going to leave
 it blank.

 {{{
 --- Portfile    Sat Sep 11 08:00:55 2004
 +++ Portfile.new        Sat Sep 11 08:01:43 2004
 @@ -139,6 +139,11 @@
         configure.args-append   --with-imap=${prefix} --with-imap-ssl=/usr
  }

 +variant tidy {
 +       depends_lib-append      lib:libtidy:tidy
 +       configure.args-append   --with-tidy=${prefix}
 +}
 +
  variant xsl {
         depends_lib-append      lib:libxslt.1:libxslt
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2205#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list