From owner-freebsd-ports@FreeBSD.ORG Sun May 22 13:07:33 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F3FC1065670 for ; Sun, 22 May 2011 13:07:33 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id C0AD78FC17 for ; Sun, 22 May 2011 13:07:32 +0000 (UTC) Received: from it.buh.tecnik93.com (unknown [188.26.251.53]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id C474D22C55A6; Sun, 22 May 2011 16:07:31 +0300 (EEST) Date: Sun, 22 May 2011 16:07:31 +0300 From: Ion-Mihai Tetcu To: Torfinn Ingolfsen Message-ID: <20110522160731.71edc0d9@it.buh.tecnik93.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/ldOfGCee4Acxggpm4dz6hae"; protocol="application/pgp-signature" Cc: FreeBSD Ports ML , shaun@FreeBSD.org Subject: Re: net-p2p/bitcoin fails to install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2011 13:07:33 -0000 --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 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--