summaryrefslogtreecommitdiff
path: root/graphics/cairo/files/patch-util_cairo-sphinx_sphinx.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update port Makefile to support mips build of cairo.Sean Bruno2015-11-091-3/+3
| | | | | | | Add License Information PR: 201683 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-0/+11
is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)