[MacPorts] #2609: REVISION: emacs-21.3 (WITH PATCH)

MacPorts noreply at macports.org
Thu Mar 24 07:04:08 PDT 2016


#2609: REVISION: emacs-21.3 (WITH PATCH)
---------------------+--------------------
  Reporter:  sal@…   |      Owner:  jkh@…
      Type:  defect  |     Status:  closed
  Priority:  Low     |  Milestone:
 Component:  ports   |    Version:  1.0
Resolution:  fixed   |   Keywords:
      Port:  emacs   |
---------------------+--------------------
Changes (by ryandesign@…):

 * port:   => emacs


Old description:

> The leim component is an optional component that is downloaded
> separately. Since
> the current portfile does not download that component, it should make an
> empty
> directory in its place to prevent emacs from complaining about its
> absense every
> time it runs.
>
> --- Portfile    12 Jan 2005 21:28:25 -0000      1.35
> +++ Portfile    24 Jan 2005 09:10:45 -0000
> @@ -30,6 +30,7 @@ post-destroot {
>         file rename info share/info
>         system "rm -rf share/man"
>         file rename man share/man
> +        file mkdir ${destroot}${prefix}/share/emacs/$version/leim
>         if {[variant_isset carbon]} {
>                 global destroot prefix version

New description:

 The leim component is an optional component that is downloaded separately.
 Since
 the current portfile does not download that component, it should make an
 empty
 directory in its place to prevent emacs from complaining about its absense
 every
 time it runs.

 {{{
 --- Portfile    12 Jan 2005 21:28:25 -0000      1.35
 +++ Portfile    24 Jan 2005 09:10:45 -0000
 @@ -30,6 +30,7 @@ post-destroot {
         file rename info share/info
         system "rm -rf share/man"
         file rename man share/man
 +        file mkdir ${destroot}${prefix}/share/emacs/$version/leim
         if {[variant_isset carbon]} {
                 global destroot prefix version
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2609#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list