Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2021 12:19:15 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        LuMiWa <lumiwa@dismail.de>, freebsd-ports@freebsd.org
Subject:   Re: FreeCAD
Message-ID:  <TY2PR02MB40131081836A6A441E91CCB6FA729@TY2PR02MB4013.apcprd02.prod.outlook.com>
In-Reply-To: <20210409185654.1cc957c4@dismail.de>
References:  <20210404175226.0a40b970@dismail.de> <YGzBHYKtFI3D13oB@elch.exwg.net> <20210406174611.28cb88ba@dismail.de> <YG9GyBHIaKTIF8XN@elch.exwg.net> <20210408173222.76309891@dismail.de> <YHDWhrIm%2B3RSHaiY@elch.exwg.net> <20210409185654.1cc957c4@dismail.de>

next in thread | previous in thread | raw e-mail | index | archive | help
It's a bit of a crazy way...

qt5-webengine has python27 in BUILD_DEPENDS, but not in RUN_DEPENDS.
Prepare such a package by downloading it from somewhere.
# If you want to download it from the official, the URL should be as follows, but I can't find it directly right now :)
# And this is the package for 12.x amd64.
# https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/qt5-webengine-5.15.2_2.txz

Install the package you got that way, ignoring its dependencies. The command is as follows.
pkg add -A -M ./qt5-webengine-5.15.2_2.txz

Then use the following command to check for missing dependencies and build it in the usual way.
pkg check -d -n qt5-webengine


Best regards.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?TY2PR02MB40131081836A6A441E91CCB6FA729>