[90326] trunk/dports/lang/sbcl/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Mar 3 21:15:13 PST 2012


On Mar 2, 2012, at 03:58, easieste at macports.org wrote:

> Revision: 90326
>          http://trac.macports.org/changeset/90326
> Author:   easieste at macports.org
> Date:     2012-03-02 01:58:42 -0800 (Fri, 02 Mar 2012)
> Log Message:
> -----------
> lang/sbcl:doc Introduce mutli-line docstrings for variants.
> 
> Modified Paths:
> --------------
>    trunk/dports/lang/sbcl/Portfile
> 
> Modified: trunk/dports/lang/sbcl/Portfile
> ===================================================================
> --- trunk/dports/lang/sbcl/Portfile	2012-03-02 08:40:33 UTC (rev 90325)
> +++ trunk/dports/lang/sbcl/Portfile	2012-03-02 09:58:42 UTC (rev 90326)
> @@ -127,20 +127,27 @@
>     }
> }
> 
> -variant html conflicts pdf description {Installs documentation in HTML and Info formats} {
> +variant html conflicts pdf description {"""
> +Installs documentation in HTML and Info formats.
> +""" } {

We don't do this anywhere else, and it doesn't work correctly:


$ port variants sbcl
sbcl has the variants:
   html: """
         Installs documentation in HTML and Info formats.
         """
     * conflicts with pdf
   pdf: """
        Installs documentation in PDF, HTML and Info formats.
        
        Involves the installation of a TexLive dependency chain, which can
        speed down the installation of the SBCL port.
        """
     * conflicts with html
   threads: Enable multi-threaded runtime.


You should put it back the way it was.





More information about the macports-dev mailing list