svn commit: r359803 - head/games/crafty-open-enormous

Eitan Adler eadler at freebsd.org
Mon Jun 30 15:13:16 UTC 2014


On 30 June 2014 01:19, René Ladan <rene at freebsd.org> wrote:
> 2014-06-30 8:09 GMT+02:00 Eitan Adler <eadler at freebsd.org>:
>
>> Author: eadler
>> Date: Mon Jun 30 06:09:00 2014
>> New Revision: 359803
>> URL: http://svnweb.freebsd.org/changeset/ports/359803
>> QAT: https://qat.redports.org/buildarchive/r359803/
>>
>> Log:
>>   games/crafty-open-source: Fix bugs in r356899 by vanilla:
>>         - fix RUN_DEPENDS (missing a : prior to =)
>>         - add LEGAL_PACKAGE since NO_PACKAGE is unrelated to a known legal
>> issue
>>
>> Modified:
>>   head/games/crafty-open-enormous/Makefile
>>
>> Modified: head/games/crafty-open-enormous/Makefile
>>
>> ==============================================================================
>> --- head/games/crafty-open-enormous/Makefile    Mon Jun 30 05:51:02 2014
>> (r359802)
>> +++ head/games/crafty-open-enormous/Makefile    Mon Jun 30 06:09:00 2014
>> (r359803)
>> @@ -14,12 +14,13 @@ MAINTAINER= ports at FreeBSD.org
>>  COMMENT=       Enormous opening book (about 270 MByte) for crafty
>>
>>  BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
>> -RUN_DEPENDS=   ${BUILD_DEPENDS}
>> +RUN_DEPENDS=   rafty:${PORTSDIR}/games/crafty
>>
>>  DIST_SUBDIR=   crafty
>>  USES=          zip
>>  NO_WRKSUBDIR=  yes
>>  NO_PACKAGE=    Package is way too big
>
>
> I remember that there is a policy shift to package such ports anyway,
> because pkg(8) will report the size.
> "Way too big" does not give much useful information anyway (1 MB? 1 GB? 10
> GB?)

I'll support such a move.  This commit was directly related to the
mismatch of ports/LEGAL and make -VLEGAL.

-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-head mailing list