svn commit: r453526 - head/devel/libfwsi

Antoine Brodin antoine at freebsd.org
Mon Nov 6 16:15:19 UTC 2017


On Mon, Nov 6, 2017 at 4:58 PM, Alexey Dokuchaev <danfe at freebsd.org> wrote:
> On Sun, Nov 05, 2017 at 09:06:54AM +0000, Antoine Brodin wrote:
>> New Revision: 453526
>> URL: https://svnweb.freebsd.org/changeset/ports/453526
>>
>> Log:
>>   - Update to experimental-20171103
>>   - Build python2 and python3 bindings
>>   - Remove DOCS option, the 2 text files do not carry useful information
>>
>> [...]
>> -OPTIONS_DEFINE=      DOCS NLS
>> +OPTIONS_DEFINE=      NLS
>>
>>  NLS_USES=    gettext
>>  NLS_CONFIGURE_ON=    --with-libintl-prefix=${LOCALBASE}
>>  NLS_CONFIGURE_OFF=   --disable-nls
>> -
>> -PORTDOCS=    AUTHORS ChangeLog
>
> Are they empty or what?  If not, I don't see how they are useless; in
> fact, many ports install similar files and personally I'd rather have
> them, even out of mere respect for the software author(s).

Hello,

They are useless:
AUTHORS information is already available in man pages and headers.
ChangeLog tells to run "git log" against the git repo.

Antoine


More information about the svn-ports-all mailing list