Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-19 | Ports: Update fontconfig's patches to use git patches | Ali Mohammad Pur | |
2022-04-11 | Ports/fontconfig: Update fontconfig to version 2.14.0 | EWouters | |
2022-01-31 | Ports/fontconfig: Add freetype dependency | Luke Wilde | |
When I did a fresh build of ports, I got this while building fontconfig: ``` checking for FREETYPE... no configure: error: Package requirements (freetype2 >= 21.0.15) were not met: No package 'freetype2' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables FREETYPE_CFLAGS and FREETYPE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ``` | |||
2022-01-24 | Ports: Add link flags to pkgconfig file installed by fontconfig port | Sahan Fernando | |
2022-01-16 | Ports: Remove some config.sub patches and download a fresh one if needed | Ali Mohammad Pur | |
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file. | |||
2021-10-28 | Ports: Add Fontconfig port | Brendan Coles | |