/usr/ports/mail/sigrot will compile, but will segfault if run with no arguments. Fix: apply the following patch to sigrot.c: 170c170 < else --- > else { 172c172,173 < fclose(inFile); --- > fclose(inFile); > } How-To-Repeat: make sigrot, run sigrot -w testfile, then run sigrot. It will segfault with no arguments. the expected behavior is to copy an entry from the sigrot_archive file into ~/.signature
On Thu, Mar 09, 2000 at 11:19:13AM -0500, muk@bender.cl.msu.edu wrote: > apply the following patch to sigrot.c: > 170c170 > < else > --- > > else { > 172c172,173 > < fclose(inFile); > --- > > fclose(inFile); > > } I believe the ports standard is diff -u. -- Will Andrews <andrews@technologist.com> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y?
State Changed From-To: open->closed A patch has been added to this port. Thanks.