summaryrefslogtreecommitdiff
path: root/Ports/fontconfig
AgeCommit message (Collapse)Author
2022-05-19Ports: Update fontconfig's patches to use git patchesAli Mohammad Pur
2022-04-11Ports/fontconfig: Update fontconfig to version 2.14.0EWouters
2022-01-31Ports/fontconfig: Add freetype dependencyLuke 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-24Ports: Add link flags to pkgconfig file installed by fontconfig portSahan Fernando
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli 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-28Ports: Add Fontconfig portBrendan Coles