[MacPorts] #8317: UPDATE: net/libtorrent

MacPorts noreply at macports.org
Thu Mar 24 08:39:25 PDT 2016


#8317: UPDATE: net/libtorrent
-------------------------+--------------------
  Reporter:  chronon@…   |      Owner:  toby@…
      Type:  update      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  1.2
Resolution:  fixed       |   Keywords:
      Port:  libtorrent  |
-------------------------+--------------------
Changes (by ryandesign@…):

 * type:  defect => update
 * port:   => libtorrent


Old description:

> Tested on 10.4(.6) PPC only - compiles and works.
>
> --- old 2006-04-11 11:10:18.000000000 +0700
> +++ new 2006-04-11 11:10:45.000000000 +0700
> @@ -2,7 +2,7 @@
>
>  PortSystem 1.0
>  name             libtorrent
> -version          0.7.0-1
> +version          0.8.5
>  categories       net
>  maintainers      toby at opendarwin.org
>  description      BitTorrent library
> @@ -13,8 +13,23 @@
>  homepage         http://libtorrent.rakshasa.no/
>  platforms        darwin
>  master_sites     ${homepage}downloads/
> -checksums        md5 3cc6ff1f722b1da2a6cb92421cbca593
> +checksums        md5 a54777817072b221e65956caed09c8fb
>
>  depends_build    port:pkgconfig
>  depends_lib      port:openssl \
>                   lib:libsigc-2:libsigcxx2
> +
> +platform darwin 7 {
> +    configure.env MACOSX_DEPLOYMENT_TARGET=10.3
> +    build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
> +}
> +
> +platform darwin 8 {
> +    configure.env MACOSX_DEPLOYMENT_TARGET=10.4
> +    build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
> +}
> +
> +platform darwin 9 {
> +    configure.env MACOSX_DEPLOYMENT_TARGET=10.5
> +    build.env-append MACOSX_DEPLOYMENT_TARGET=10.5
> +}

New description:

 Tested on 10.4(.6) PPC only - compiles and works.

 {{{
 --- old 2006-04-11 11:10:18.000000000 +0700
 +++ new 2006-04-11 11:10:45.000000000 +0700
 @@ -2,7 +2,7 @@

  PortSystem 1.0
  name             libtorrent
 -version          0.7.0-1
 +version          0.8.5
  categories       net
  maintainers      toby at opendarwin.org
  description      BitTorrent library
 @@ -13,8 +13,23 @@
  homepage         http://libtorrent.rakshasa.no/
  platforms        darwin
  master_sites     ${homepage}downloads/
 -checksums        md5 3cc6ff1f722b1da2a6cb92421cbca593
 +checksums        md5 a54777817072b221e65956caed09c8fb

  depends_build    port:pkgconfig
  depends_lib      port:openssl \
                   lib:libsigc-2:libsigcxx2
 +
 +platform darwin 7 {
 +    configure.env MACOSX_DEPLOYMENT_TARGET=10.3
 +    build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
 +}
 +
 +platform darwin 8 {
 +    configure.env MACOSX_DEPLOYMENT_TARGET=10.4
 +    build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
 +}
 +
 +platform darwin 9 {
 +    configure.env MACOSX_DEPLOYMENT_TARGET=10.5
 +    build.env-append MACOSX_DEPLOYMENT_TARGET=10.5
 +}
 }}}

--

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


More information about the macports-tickets mailing list