Edd Barrett <[email protected]> wrote:

> * pkg/DESCR needs a fmt -72.

From Porter's Handbook:

| Put a longer description of the port into pkg/DESCR. One to a few
| paragraphs concisely explaining what the port does is sufficient. Lines
| should be no longer than 80 characters. This can be done by first
| editing the DESCR file and then running it through fmt -w 80.

> * There are some font patches, and a patch to a Makefile.in. Since
>   it's not obvious (at least to me) what they do, would it be worth
>   adding comments to the top of the patch file.

I've added some comments.

>Using simply `gnubg` with no config files, the first time I rolled, the
>program crashed. The next time I tried, it crashed on the second roll.

I have accidentally overriden CFLAGS, and default "-O2 -pipe" were not
fed to port.  Thus hardcoded "-O3" was used, and this overoptimization
caused the crash.  New revision of the port removes hardcoded CFLAGS
from port and appends to CFLAGS instead of overriding them.

Attachment: gnubg-1.05.002.tgz
Description: application/gzip

Reply via email to