summaryrefslogtreecommitdiff
path: root/graphics/libfpx/files/patch-unused-privates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update from 1.3.1-2, which is no longer available for download, toMikhail Teterin2013-09-111-25/+0
| | | | | | | | | | | | | | | 1.3.1-3 -- which contains all of our patches reported to date. Add a patch by stefanf@, which allows the port to build on 10.x Though I'll try to submit the patch upstream as before, I'll try to persuade them to not remove the 1.3.1-3 again after the apply it and "release" 1.3.1-4 PR: 182009, 182005, 181779 Obtained from: stefanf Notes: svn path=/head/; revision=327016
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Fix build with clang.Kevin Lo2012-12-061-0/+11
| | | | | | | | | | | Maintainer timed out. Feature safe: yes PR: ports/173851 Notes: svn path=/head/; revision=308364
* Add a patch removing two unused private fields from an internalMikhail Teterin2012-10-121-0/+14
class. The dead fields must've been there for years, but only clang-3.2 complains about it... The class' composition is not exported outside the library anyway, so there are no concerns about a known structure changing size -- hence, no shlib number bumps or anything. PR: ports/172637 Submitted by: Oliver Hartmann Feature safe: yes Notes: svn path=/head/; revision=305785