net-p2p/bitcoin fails to install

Ion-Mihai Tetcu itetcu at FreeBSD.org
Sun May 22 13:07:33 UTC 2011


On Sat, 21 May 2011 20:36:18 +0200
Torfinn Ingolfsen <tingox at gmail.com> wrote:

> Hello,
> 
> net-p2p/bitcoin (currently 0.3.21) fails, it tries to install
> wxgtk2-2.9.1 even if that one is already installed

 [ .. ]


The actual problem is this:
===>   bitcoin-0.3.21 depends on executable: include/wx-2.9/wx/aboutdlg.h - not found


Since the port is maintained, CC'ing the maintainer would have helped.

Please try the patch below and let us know if it fixes the problem:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-p2p/bitcoin/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile     20 May 2011 22:50:37 -0000      1.1
+++ Makefile     22 May 2011 13:04:54 -0000
@@ -38,7 +38,7 @@

 #USE_WX=                2.9+

-BUILD_DEPENDS+= include/wx-2.9/wx/aboutdlg.h:${PORTSDIR}/x11-toolkits/wxgtk29
+BUILD_DEPENDS+= ${LOCALBASE}/include/wx-2.9/wx/aboutdlg.h:${PORTSDIR}/x11-toolkits/wxgtk29
 WX_CONFIG=      ${LOCALBASE}/bin/wxgtk2u-2.9-config

 PLIST_FILES=    bitcoin

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> itetcu at FreeBSD.org, PGP Key ID 057E9F8B493A297B
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20110522/39172a8e/signature.pgp


More information about the freebsd-ports mailing list