[120476] trunk/dports/cross/avrdude/Portfile

Eric Gallager egall at gwmail.gwu.edu
Wed Jun 4 11:34:06 PDT 2014


Also, while we are commenting on this revision, is the entirety of texlive
really needed for the docs variant? If the description says that it
requires LaTeX, that seems to me like it would just indicate a dependency
on texlive-latex or maybe texlive-latex-extra, but not necessarily the
whole texlive distribution... but idk, I could be wrong, just wondering...



On Thu, May 29, 2014 at 5:01 PM, Ryan Schmidt <ryandesign at macports.org>
wrote:

> On May 29, 2014, at 10:22 AM, g5pw at macports.org wrote:
>
> > Revision
> > 120476
> > Author
> > g5pw at macports.org
> > Date
> > 2014-05-29 08:22:23 -0700 (Thu, 29 May 2014)
> > Log Message
> >
> > cross/avrdude:
> >   docs require latex to be present, so adding texlive ad a build
> dependency,
> >   and making the variant optional
> >
> > Modified Paths
> >
> >       • trunk/dports/cross/avrdude/Portfile
> > Diff
> >
> > Modified: trunk/dports/cross/avrdude/Portfile (120475 => 120476)
> >
> > --- trunk/dports/cross/avrdude/Portfile       2014-05-29 15:13:37 UTC
> (rev 120475)
> > +++ trunk/dports/cross/avrdude/Portfile       2014-05-29 15:22:23 UTC
> (rev 120476)
> >
> > @@ -5,6 +5,7 @@
> >
> >
> >
> >  name              avrdude
> >
> >  version           6.1
> >
> > +revision          1
> >
> >  categories        cross devel
> >
> >  maintainers       bdmicro.com:bsd
> >
> >  description       an Atmel AVR MCU programmer
> >
> > @@ -29,10 +30,8 @@
> >
> >  configure.args    --mandir=${prefix}/share/man \
> >
> >                    --disable-parport
> >
> >
> >
> > -variant docs description {Build documentation} {
> > -    depends_build-append  port:texinfo
> >
> > +variant docs description {Build documentation (requires LaTeX)} {
> > +    depends_build-append  port:texlive
> >
> >
> >
> >      configure.args-append --enable-doc
> >
> >  }
> >
> > -
> > -default_variants  +docs
>
> There is no reason to revbump when removing default variants, because
> MacPorts will not remove variants from an installed port unless the user
> explicitly tells it to do so (e.g. by using "sudo port upgrade
> --enforce-variants avrdude -docs")
>
>
>
>
> _______________________________________________
> macports-dev mailing list
> macports-dev at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140604/a6636ad8/attachment.html>


More information about the macports-dev mailing list