25 июня 2011 г. 4:24 пользователь Joe Marcus Clarke <mar...@freebsd.org>написал:

> On 6/24/11 8:16 AM, Ilya A. Arkhipov wrote:
> > 23 июня 2011 г. 21:52 пользователь Ilya A. Arkhipov <mi...@heavennet.ru
> >написал:
> >
> >> СС: to ei...@eitanadler.com
> >
> >
> > Hi danfe@, marcus@ and all
> >
> > What you say about this patch(in attach)?
> >
> > ps. sorry i can't test patch on my work
>
> Thanks.  Can you submit this as a PR so I can track it.  I have a
> portlint commit coming up soon.
>
> Joe
>
> --
> Joe Marcus Clarke
> FreeBSD GNOME Team      ::      gn...@freebsd.org
> FreeNode / #freebsd-gnome
> http://www.FreeBSD.org/gnome
>

All patch have error's...
if we use "&checkorder('LICENSE', $tmp, $file," that this block invariable,
but there is no license at all.
Also if try:
    print "OK: checking fourth section of $file (LICENSE).\n"
        if ($verbose);
    $tmp = $sections[$idx];

    if ($tmp =~ /LICENSE/) {

        &checkorder('LICENSE', $tmp, $file, qw(
            LICENSE LICENSE_COMB LICENSE_GROUPS LICENSE_NAME
            LICENSE_TEXT LICENSE_FILE LICENSE_PERMS
        ));
$tmp may not contain license example:
  13 MAINTAINER= po...@freebsd.org
  14 COMMENT=    Versatile softsynth implemented as a DSSI plugin
  15
  16 BUILD_DEPENDS=  ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
  17         ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
  18 LIB_DEPENDS=    dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
  19         lo.7:${PORTSDIR}/audio/liblo \
  20         jack.0:${PORTSDIR}/audio/jack \
  21         fftw3f.5:${PORTSDIR}/math/fftw3-float
  22
  23 LICENSE=    GPLv2 LGPL21

Any ideas..

-- 
Best regards.
Ilya A. Arkhipov
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to