On 08/03/17 11:52, Heppler, J. Scott wrote:
I reviewed the OpenBSD/Faq for anoncvs and think I was able to generate
a consistent patch. From /usr/ports/x11/tint2 I ran
cvs diff -u > /tmp/tint2-0.14.6.diff
On review of the patch, it does not have any content to remove
x11/tint2/patches. Upstream had revised all areas patched in 12.2 and
14.6 built and runs without any BSD specific patches. There were some
warnings during the build regarding an Area declaration. The initial
warning said something about autocorrection. I review the FreeBSD tint2
port patches. One toggles NLS, the other moves install targets. The
install targets in this submission were moved post-install.
If there are any additional flags I can pass to the cvs diff command to
remove the patches directory, let me know. I'll be glad to regenerate
and re-submit.
For future reference, cd patches && rm list of patches && cvs rm list of
patches
Then cvs diff will have the files removed.
One thing I noticed looking at your diff is you're removing the @sample
lines. Does tint2 no longer have configuration file? What happens if you
run 'make update-plist' again? Does it complain about bogus elements? If
so, you'll have to put the @sample lines back in, and return the
configuration file to share/examples/tint2
~Brian