Index: head/x11-fonts/pcf2bdf/files/patch-pcf2bdf.cc =================================================================== --- head/x11-fonts/pcf2bdf/files/patch-pcf2bdf.cc (revision 505079) +++ head/x11-fonts/pcf2bdf/files/patch-pcf2bdf.cc (nonexistent) @@ -1,20 +0,0 @@ ---- pcf2bdf.cc.orig 2015-05-18 02:55:57 UTC -+++ pcf2bdf.cc -@@ -580,7 +580,7 @@ int main(int argc, char *argv[]) - } - if (ifilename) - { -- ifp = fopen(ifilename, "rb"); -+ ifp = fopen(ifilename, "r"); - if (!ifp) - return error_exit("failed to open input pcf file"); - } -@@ -607,7 +607,7 @@ int main(int argc, char *argv[]) - - if (ofilename) - { -- ofp = fopen(ofilename, "wb"); -+ ofp = fopen(ofilename, "w"); - if (!ofp) - return error_exit("failed to open output bdf file"); - } Property changes on: head/x11-fonts/pcf2bdf/files/patch-pcf2bdf.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property