aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/libXfont2
Commit message (Collapse)AuthorAgeFilesLines
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Update libXfont ports.Niclas Zeising2017-12-172-3/+4
| | | | | | | | | | | | | | Update libXfont to 1.5.4. Update libXfont2 to 2.0.3. This fixes several security vulnerabilities. MFH: 2017Q4 Security: 08a125f3-e35a-11e7-a293-54e1ad3d6335 3b9590a1-e358-11e7-a293-54e1ad3d6335 Notes: svn path=/head/; revision=456561
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Update libXfont2 to 2.0.1.Koop Mast2015-12-112-7/+3
| | | | Notes: svn path=/head/; revision=403544
* Add libXfont2.Koop Mast2015-12-104-0/+37
libXfont2 is the same as the old libXfont libary, but has a shiny new API/ABI that avoids referencing symbols in the X server directly. The code for the X server to use this version is awaiting review and merging still. Comment the CPE information out since it unclear which product name will be used. Notes: svn path=/head/; revision=403449