[MacPorts] #32137: auctex: emacs_app variant leaves --with-auto-dir set

MacPorts noreply at macports.org
Sat Nov 19 17:22:55 PST 2011


#32137: auctex: emacs_app variant leaves --with-auto-dir set
---------------------------------+------------------------------------------
 Reporter:  vishketan@…          |       Owner:  reilles@…       
     Type:  defect               |      Status:  new             
 Priority:  Normal               |   Milestone:                  
Component:  ports                |     Version:  2.0.3           
 Keywords:                       |        Port:  auctex          
---------------------------------+------------------------------------------

Old description:

> In the auctex port we have
>
> configure.args  --with-lispdir=${prefix}/share/emacs/site-lisp \
>                         --with-auto-dir=${prefix}/share/emacs/site-
> lisp/auctex/auto
>
> but when variant emacs_app is selected the --with-lispdir is overwritten
> with
>
>   configure.args-append   --with-
> lispdir=/Applications/MacPorts/Emacs.app/Contents/Resources/lisp
>
> but the --with-auto-dir is left intact and therefore the installation
> creates a spurious
>
> ${prefix}/share/emacs/site-lisp/auctex/auto
>
> directory.  For sake of consistency we need a
>
>   configure.args-append   --with-
> autodir=/Applications/MacPorts/Emacs.app/Contents/Resources/lisp/auctex/auto

New description:

 In the auctex port we have

 {{{
 configure.args  --with-lispdir=${prefix}/share/emacs/site-lisp \
                         --with-auto-dir=${prefix}/share/emacs/site-
 lisp/auctex/auto
 }}}

 but when variant emacs_app is selected the `--with-lispdir` is overwritten
 with

 {{{
   configure.args-append   --with-
 lispdir=/Applications/MacPorts/Emacs.app/Contents/Resources/lisp
 }}}

 but the `--with-auto-dir` is left intact and therefore the installation
 creates a spurious

 ${prefix}/share/emacs/site-lisp/auctex/auto

 directory.  For sake of consistency we need a

 {{{
   configure.args-append   --with-
 autodir=/Applications/MacPorts/Emacs.app/Contents/Resources/lisp/auctex/auto
 }}}

--

Comment(by ryandesign@…):

 Please remember to use WikiFormatting so your posts are legible.

 /Applications/MacPorts should not be hardcoded in the Portfile; it should
 use ${applications_dir} instead.

-- 
Ticket URL: <https://trac.macports.org/ticket/32137#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list