[MacPorts] #4271: RFE: pdftk gcc40 variant

MacPorts noreply at macports.org
Thu Mar 24 07:10:25 PDT 2016


#4271: RFE: pdftk gcc40 variant
--------------------------+--------------------
  Reporter:  yves@…       |      Owner:  blb@…
      Type:  enhancement  |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  1.0
Resolution:  fixed        |   Keywords:
      Port:  pdftk        |
--------------------------+--------------------
Changes (by ryandesign@…):

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


Old description:

> --- Portfile.orig       2005-08-02 19:22:30.000000000 -0400
> +++ Portfile    2005-08-02 19:25:13.000000000 -0400
> @@ -54,3 +54,10 @@
>                 ${destroot}/${prefix}/share/man/man1
>  }
>
> +variant gcc40 {
> +    depends_lib-delete  bin:gcj:gcj34
> +    depends_lib-append  port:gcc40
> +    build.args-delete   TOOLPATH=${prefix}/gcj34-3.4.?/bin/
> +    build.args-append   TOOLPATH=${prefix}/bin/ \
> +                        VERSUFF=-dp-4.0
> +}

New description:

 {{{
 --- Portfile.orig       2005-08-02 19:22:30.000000000 -0400
 +++ Portfile    2005-08-02 19:25:13.000000000 -0400
 @@ -54,3 +54,10 @@
                 ${destroot}/${prefix}/share/man/man1
  }

 +variant gcc40 {
 +    depends_lib-delete  bin:gcj:gcj34
 +    depends_lib-append  port:gcc40
 +    build.args-delete   TOOLPATH=${prefix}/gcj34-3.4.?/bin/
 +    build.args-append   TOOLPATH=${prefix}/bin/ \
 +                        VERSUFF=-dp-4.0
 +}
 }}}

--

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


More information about the macports-tickets mailing list