[MacPorts] #5250: BUG: par2 Portfile bug

MacPorts noreply at macports.org
Thu Mar 24 08:22:14 PDT 2016


#5250: BUG: par2 Portfile bug
-----------------------------+----------------------
  Reporter:  johnrosshunt@…  |      Owner:  julian@…
      Type:  defect          |     Status:  closed
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  1.0
Resolution:  invalid         |   Keywords:
      Port:  par2            |
-----------------------------+----------------------
Changes (by ryandesign@…):

 * priority:  High => Normal
 * port:   => par2


Old description:

> par2 doesn't build under OS X 10.4.2 and xcode 2.1.  A fix is included
> below.
>
> diff -urN Portfile.old Portfile
> --- Portfile.old        2005-10-03 21:07:15.000000000 -0500
> +++ Portfile    2005-10-03 21:08:09.000000000 -0500
> @@ -18,7 +18,7 @@
>  distname       par2cmdline-${version}
>  patchfiles     stricmp-define.patch
>  configure.args  --mandir=${prefix}/share/man
> -configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
> +configure.env   LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include"
> \
>                  CFLAGS="-no-cpp-precomp -flat_namespace -undefined
> suppress"
>
>  platform darwin 8 {

New description:

 par2 doesn't build under OS X 10.4.2 and xcode 2.1.  A fix is included
 below.

 {{{
 diff -urN Portfile.old Portfile
 --- Portfile.old        2005-10-03 21:07:15.000000000 -0500
 +++ Portfile    2005-10-03 21:08:09.000000000 -0500
 @@ -18,7 +18,7 @@
  distname       par2cmdline-${version}
  patchfiles     stricmp-define.patch
  configure.args  --mandir=${prefix}/share/man
 -configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
 +configure.env   LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include"
 \
                  CFLAGS="-no-cpp-precomp -flat_namespace -undefined
 suppress"

  platform darwin 8 {
 }}}

--

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


More information about the macports-tickets mailing list