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

Aljaž 'g5pw' Srebrnič g5pw at macports.org
Thu Jun 5 09:18:58 PDT 2014


I’m sorry, I got confused since the issue is similar and I was working on both :(

I’ll try with texlive-latex only, and modify the portfile accordingly!

On 05 giugno 2014 at 17:12:12, Eric Gallager (egall at gwmail.gwu.edu) wrote:
> I thought that that ticket was for doxygen though... so are you saying
> that avrdude depends on the same parts of texlive that doxygen does?
>  
>  
> On 6/5/14, Aljaž 'g5pw' Srebrnič wrote:
> > You’re correct, see #43894[1] to track the bug resolution.
> >
> > [1]: https://trac.macports.org/ticket/43894
> >
> > On 04 giugno 2014 at 20:34:33, Eric Gallager (egall at gwmail.gwu.edu) wrote:
> >> 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
> >> 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
> >> >
> >>
> >
> > --
> > Aljaž 'g5pw' Srebrnič
> > Sent with Airmail
> >
>  

--  
Aljaž 'g5pw' Srebrnič
Sent with Airmail


More information about the macports-dev mailing list