smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

regenerate patch files #286

Closed smanders closed 4 years ago

smanders commented 4 years ago

as noted in an externpro pull https://github.com/smanders/externpro/pull/285#discussion_r517703092 newer versions of git produce patch files that use a few more digits in their index values

removing all the .patch files in the patches/ directory and re-running the mkpatch step should "regenerate" the patch files to have these longer index values -- now that I'm using buildpro, I have access to a newer version of git and this should be done

however, I'm also seeing other modifications to patch files that I will need to investigate (apr, ffmpeg, jpegxp.lossless, jpegxp.lossy12, jpegxp.lossy8, protobuf)

smanders commented 4 years ago

completed with commits to dev branch referenced above