UPDATE: net/libtorrent
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@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
+}
Change History (3)
Owner: |
changed from darwinports-bugs@… to toby@…
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
libtorrent added
|
Type: |
defect →
update
|
Reassigned to maintainer.
Reporter: In future, include maintainer in CC if you can not initally assign the bug. This will ensure that maintainer gets your bug by email.