View Single Post
  #1   (View Single Post)  
Old 7th March 2017
wesley wesley is offline
Real Name: Wesley
Shell Scout
 
Join Date: Aug 2009
Location: Reunion Island
Posts: 92
Default Using binpatchng

Hello,

it's been a while, i'm trying to make binary patches for 5.9 release (i386).

make PATCH="001" # OK
make PATCH="001" plist # OK
make PATCH="001" package # OK
make PATCH="002" # OK
make PATCH="002" plist # give me the following issue :

HTML Code:
===>   Finding changed binaries and building PLIST
cp: /binpatchng/patches/common/003_pledge.patch: No such file or directory
*** Error 1 in /binpatchng (mk/bsd.binpatch.mk:419 'plist': @for p in 002_in6bind 003_pledge 004_mbuf 007_uvideo 008_bnx 013_splice 014_unp ...)
The Makefile is here : http://pastebin.com/vtxmzYwL

Any idea ?

Thank you very much!
Reply With Quote