[75344] trunk/dports/cross/avr-gdb/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Jan 22 16:00:42 PST 2011


On Jan 22, 2011, at 15:00, landonf at macports.org wrote:

> Revision: 75344
>          http://trac.macports.org/changeset/75344
> Author:   landonf at macports.org
> Date:     2011-01-22 13:00:43 -0800 (Sat, 22 Jan 2011)
> Log Message:
> -----------
> Do not install unnecessary files that conflict with autoconf and other gdb ports.
> 
> Modified Paths:
> --------------
>    trunk/dports/cross/avr-gdb/Portfile
> 
> Modified: trunk/dports/cross/avr-gdb/Portfile
> ===================================================================
> --- trunk/dports/cross/avr-gdb/Portfile	2011-01-22 20:29:57 UTC (rev 75343)
> +++ trunk/dports/cross/avr-gdb/Portfile	2011-01-22 21:00:43 UTC (rev 75344)
> @@ -35,4 +35,7 @@
>         file delete $f
>     }
>     file delete "${destroot}${prefix}/share/info/bfd.info"
> +
> +    # Conflcts with autoconf and other gdb ports
> +    file delete -force "${destroot}/${prefix}/share/info"
> }

Don't you need to also increase the port's revision so anyone who already has the port installed with those conflicting files will be prompted to rebuild?






More information about the macports-dev mailing list