summaryrefslogtreecommitdiff
path: root/graphics/libfpx/files/patch-unused-privates (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-11Update from 1.3.1-2, which is no longer available for download, toMikhail Teterin1-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
2013-02-01- Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov1-1/+1
Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
2012-12-06Fix build with clang.Kevin Lo1-0/+11
Maintainer timed out. Feature safe: yes PR: ports/173851 Notes: svn path=/head/; revision=308364
2012-10-12Add a patch removing two unused private fields from an internalMikhail Teterin1-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