[135005] trunk/dports/x11/xinit/Portfile

Ryan Schmidt ryandesign at macports.org
Mon Apr 13 03:17:01 PDT 2015


> On Apr 12, 2015, at 10:29 PM, ionic at macports.org wrote:
> 
> Revision
> 135005
> Author
> ionic at macports.org
> Date
> 2015-04-12 20:29:57 -0700 (Sun, 12 Apr 2015)
> Log Message
> 
> xinit: port to notes.
> Modified Paths
> 
> 	• trunk/dports/x11/xinit/Portfile

> +    if {${os.major} > 9} {
> +        notes-append {
> +                        To choose MacPorts' X11 as the default server, you must install xorg-server,\
> +        }

It doesn't seem like there should be a backslash at the end of that line


> +            notes-append {
> +                            load the LaunchAgent, logout, and log back in.  To load the LaunchAgent,
> +                            please execute the following:
> 
>  
> 
> -            # OS X 10.6.3 was the first version whose native X11 allowed the modern socket naming
> -            # for better X11 server coexistence, so we require it for installing the LaunchAgent
> -            if {[vercmp ${os.version} 10.3.0] < 0} {
> -                ui_msg "# load the LaunchAgent, logout, and log back in.  To load the LaunchAgent,"
> -                ui_msg "# please execute the following:"
> -                ui_msg "# "
> -                ui_msg "# launchctl load -w /Library/LaunchAgents/org.macports.startx.plist"
> -                ui_msg "# "
> -                ui_msg "# This will be remembered across port updates on Snow Leopard and later."
> -                ui_msg "# "
> -                ui_msg "# Note that doing so on your OS version may make the Apple-provided version"
> -                ui_msg "# fail to launch."
> -            } else {
> -                ui_msg "# logout, and log back in."
> 
> +                            launchctl load -w /Library/LaunchAgents/org.macports.startx.plist
> +
> +                            This will be remembered across port updates on Snow Leopard and later.
> +
> +                            Note that doing so on your OS version may make the Apple-provided version
> +                            fail to launch.\
>              }

nor that one


> +        } else {
> +            notes-append {
> +                            logout, and log back in.\
> +            }

nor that one.




More information about the macports-dev mailing list