summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/pixman-0.32.4-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re/pixman: Revert the accidental commit.Chris Johns2020-05-081-1/+1
| | | | - Move qemu to 0.40.0 so pixman builds on FreeBSD 12
* bare/qemu: Fixes building on FreeBSDChris Johns2020-05-081-1/+1
| | | | | | | | | | | | | | | - Move the qemu config to a common file shared by qemu and qemu4. - Disable nettle on qemu4, FreeBSd complained. - Add some extra git cleaning steps to the git path. These however do not full clean the qemu submodules and it is not worth the effort to try and fix. - The devel/qemu will not build on machines with python set to python3. This will not be fixed, use qemu4. Closes #3966
* bare: Fix pkgconfig checks and getting source.Chris Johns2020-03-271-1/+1
| | | | | | | - If the package was installed the check does not build the package. This also meant getting the source failed. Closes #3919
* sb: Switch some md5 hashes to sha256Stephan Gambke2018-02-051-1/+1
| | | | | Using md5 hashes will break the building of qemu.bset, so switch all involved hashes to sha256
* bare: Update qemu package source hashes that are missing.Chris Johns2016-03-171-0/+1
| | | | | | | | Add support for pkgconfig checks to fail when just downloading the source so it is actually downloaded on hosts that may have a package installed. Updates #2657.
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove the 'opt' from various macros and shell variables. Add pkgconfig to the checks to make it clear the check is a pkgconfig check. Add NTP support as the first package to be built using the RSB. Split the RTEMS URL's out from the base bset file into a separate file that be included by other files. Add an RTEMS BSP configuration file to help abstract the process of building 3rd party packages. Clean the cross and canadian cross support up so we can cleanly support cross and canadian cross building. Refactor the pkgconfig support and clean up the PC file handling of loading modules. Add support for %{?..} to return false if a macro is %{nil}. Add %{pkgconfig ..} support to allow better control of access RTEMS pkgconfig files.
* config: Change pkgconfig to check.Chris Johns2014-02-111-1/+1
| | | | | Add the extra actions: ccflags, cflags, ldflags and libs to allow the fetching of these from pkg-config files.
* config: Update qemu to build on FreeBSD.Chris Johns2014-02-111-1/+3
| | | | | Update configuration to build on FreeBSD. This is based on pkg-config detecting the packages installed on the host.
* config: Add support to build qemu.Chris Johns2014-02-041-0/+16
Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.