[79320] trunk/dports/finance/bitcoin/Portfile

and.damore at macports.org and.damore at macports.org
Thu Jun 9 09:31:52 PDT 2011


Revision: 79320
          http://trac.macports.org/changeset/79320
Author:   and.damore at macports.org
Date:     2011-06-09 09:31:51 -0700 (Thu, 09 Jun 2011)
Log Message:
-----------
port bitcoin, added command line server, fixed wx-config path, bumped revision

Modified Paths:
--------------
    trunk/dports/finance/bitcoin/Portfile

Modified: trunk/dports/finance/bitcoin/Portfile
===================================================================
--- trunk/dports/finance/bitcoin/Portfile	2011-06-09 07:04:34 UTC (rev 79319)
+++ trunk/dports/finance/bitcoin/Portfile	2011-06-09 16:31:51 UTC (rev 79320)
@@ -4,6 +4,7 @@
 name                bitcoin
 categories          finance crypto
 version             0.3.21
+revision            1
 platforms           darwin
 license             MIT
 maintainers         singingwolfboy openmaintainer
@@ -33,7 +34,6 @@
 set makefile ${worksrcpath}/makefile.osx
 configure {
     reinplace "s|^DEPSDIR=.*$|DEPSDIR=${prefix}|" ${makefile}
-    reinplace "s|\$\(DEPSDIR\)/bin/wx-config|${prefix}/lib/wx-devel/bin/wx-config|g" ${makefile}
     reinplace "s|-I\"\$\(DEPSDIR\)\/include\"|-I${prefix}/include -I${prefix}/include/db48|" ${makefile}
     reinplace "s|lib/libdb_cxx-4.8.a|lib/db48/libdb_cxx-4.8.dylib|" ${makefile}
     reinplace "s|lib/libboost_thread.a|lib/libboost_thread-mt.dylib|" ${makefile}
@@ -49,8 +49,10 @@
     reinplace "s|-arch i386||" ${makefile}
 }
 build.args          -f ${makefile}
+build.target-append bitcoind
 destroot {
     copy ${worksrcpath}/bitcoin ${destroot}${prefix}/bin
+    copy ${worksrcpath}/bitcoind ${destroot}${prefix}/bin
 
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110609/a3971f83/attachment.html>


More information about the macports-changes mailing list