- Add extra patch that conditionally compiles x11 support [1]
- Add X11 option that applies extra patch if X11 support is disabled
- PORTREVISION is not bumped as:
- The default case (X11) has not changed, and
- The non-default case will propogate due to options change
[1] https://github.com/mono/libgdiplus/pull/46
PR: 213973
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587
QuantizeBuffer() is no more public in the giflib but still present in the code.
There is no update (yet) code in the libgdiplus code so copy the relevant lines
from giflib for now.