> On Aug 15, 2014, at 5:03 PM, [email protected] wrote:
> 
> Revision
> 123906
> Author
> [email protected]
> Date
> 2014-08-15 15:03:37 -0700 (Fri, 15 Aug 2014)
> Log Message
> 
> Added doctor and reclaim to the makefile
> Modified Paths
> 
>       • branches/gsoc14-cleanup/doc/Makefile.in
> Diff
> 
> Modified: branches/gsoc14-cleanup/doc/Makefile.in (123905 => 123906)
> 
> --- branches/gsoc14-cleanup/doc/Makefile.in   2014-08-15 21:55:31 UTC (rev 
> 123905)
> +++ branches/gsoc14-cleanup/doc/Makefile.in   2014-08-15 22:03:37 UTC (rev 
> 123906)
> 
> @@ -30,6 +30,7 @@
> 
>               port-dependents.1 \
> 
>               port-deps.1 \
> 
>               port-destroot.1 \
> 
> +        port-doctor.1 \
> 
>               port-edit.1 \
> 
>               port-extract.1 \
> 
>               port-fetch.1 \
> 
> @@ -37,6 +38,7 @@
> 
>               port-install.1 \
> 
>               port-patch.1 \
> 
>               port-rdeps.1 \
> 
> +        port-reclaim.1 \
> 
>               port-rev-upgrade.1 \
> 
>               port-selfupdate.1 \
> 
>               port-uninstall.1 \

There seems to be a whitespace discrepancy between the lines you added and 
those that were already there. Usually we want to use spaces in MacPorts source 
files, but Makefiles must contain actual tab characters in certain places in 
order for them to work. These particular lines may not require them, but the 
lines that were already there do use tabs, and we should match the existing 
style. We may need to add a modeline to this (and other?) Makefile(s).in to 
indicate this intent.


_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to