svn commit: r389223 - in head/net-im/skype4: . files

Kubilay Kocak koobs at FreeBSD.org
Fri Jun 12 02:32:11 UTC 2015


On 12/06/2015 3:37 AM, Roman Bogorodskiy wrote:
>> +.include <bsd.port.pre.mk>
>> > +
>> > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100075
>> > +BROKEN=		Skype 4.3 requires Linux 2.6.32 emulation.
>                                                                 ^^^
> Nit: I guess the period is not needed here because the resulting message
> will look something like this:
> 
> ===>  skype4-4.3.0.37,1 is marked as broken: Skype 4.3 requires Linux
> 2.6.32 emulation..
> 

portlint could have a rule added. It has one for COMMENT, but not BROKEN
et al (cc marcus)

There's also new options helpers that should be used:

  * BROKEN_${OPSYS}
  * BROKEN_${OPSYS}_${OSREL:R}

./koobs


More information about the svn-ports-all mailing list