#2205 closed enhancement (fixed)
update php5.0.1
Reported by: | jperkins@… | Owned by: | bchesneau@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | php5 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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@…] 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
Attachments (1)
Change History (4)
Changed 20 years ago by jperkins@…
Attachment: | patch_file added |
---|
comment:1 Changed 20 years ago by olegb@…
Owner: | changed from darwinports-bugs@… to bchesneau@… |
---|
assigning to maintainer.
comment:2 Changed 20 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
this issue is resolved meanwhile (whatsoever..)
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | php5 added |
Type: | defect → enhancement |
Note: See
TracTickets for help on using
tickets.
patch file to add tidy variant to php5.0.1