Date: Sun, 22 May 2011 16:07:31 +0300 From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: Torfinn Ingolfsen <tingox@gmail.com> Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org>, shaun@FreeBSD.org Subject: Re: net-p2p/bitcoin fails to install Message-ID: <20110522160731.71edc0d9@it.buh.tecnik93.com> In-Reply-To: <BANLkTi=WFM73mEXkXASUZx9JpiXGgvgC9Q@mail.gmail.com> References: <BANLkTi=WFM73mEXkXASUZx9JpiXGgvgC9Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/ldOfGCee4Acxggpm4dz6hae Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 21 May 2011 20:36:18 +0200 Torfinn Ingolfsen <tingox@gmail.com> wrote: > Hello, >=20 > 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: =3D=3D=3D> bitcoin-0.3.21 depends on executable: include/wx-2.9/wx/aboutd= lg.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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D 2.9+ -BUILD_DEPENDS+=3D include/wx-2.9/wx/aboutdlg.h:${PORTSDIR}/x11-toolkits/wx= gtk29 +BUILD_DEPENDS+=3D ${LOCALBASE}/include/wx-2.9/wx/aboutdlg.h:${PORTSDIR}/x1= 1-toolkits/wxgtk29 WX_CONFIG=3D ${LOCALBASE}/bin/wxgtk2u-2.9-config PLIST_FILES=3D bitcoin --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/ldOfGCee4Acxggpm4dz6hae Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk3ZCpMACgkQJ7GIuiH/oeW4EQCgp5A+Q7lEScC9WVUlTFpIN4JD lwMAn3Bj73QWnQuMhVfZ17VQRRX2NEHk =zePj -----END PGP SIGNATURE----- --Sig_/ldOfGCee4Acxggpm4dz6hae--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110522160731.71edc0d9>