by capchap » Thu Aug 14, 2014 1:00 am
found a brief description at
http://elinux.org/Handling_Patch_Rejects$this->bbcode_second_pass_quote('', '
')You'll need to check the .rej files it creates. Those chuncks of code
were not merged into the target files, so you'll need to edit the
targets and edit them accordingly, i.e. make the sense of the changes
and add the lines preceding with + and remove the ones starting with -.
Those who do not have one of those preceding characters are meant for
context guidance and are not to be changed.
More info here
found the file with find . -name from the cwd
reviewed file and see the +'s and -'s
do I have to manually make these changes? then what? is that the end of the makepkg or did it have more to do?
what happens if I run makepkg again w/o making thse changes? will it produce the same errors or wil there be new ones because php-production has already been partly modified???