On Sat, 21 May 2011 20:36:18 +0200 Torfinn Ingolfsen <[email protected]> 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 -> [email protected], PGP Key ID 057E9F8B493A297B
signature.asc
Description: PGP signature
