summaryrefslogtreecommitdiff
path: root/graphics/libfpx/files/patch-null-casts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade from 1.3.1-4 to 1.3.1-10 (security fixes).Mikhail Teterin2018-01-211-1/+24
| | | | | | | | | Resolve errors triggered on -current by the use of C++17 PR: 225299 Notes: svn path=/head/; revision=459561
* Replace use of NULL, where actual integer zero is expected -- an ancientMikhail Teterin2016-01-111-0/+23
upstream bug coming to light with modern compilers. This does not change the compiled binaries, so no PORTREVISION bumps. PR: 186773 Submitted by: Oliver Hartman Notes: svn path=/head/; revision=405800