Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2609 closed defect (fixed)

REVISION: emacs-21.3 (WITH PATCH)

Reported by: sal@… Owned by: jkh@…
Priority: Low Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: emacs

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Change History (3)

comment:1 Changed 19 years ago by sal@…

Owner: changed from darwinports-bugs@… to jkh@…
Summary: installed emacs port complains about missing leim directory (WITH PATCH)REVISION: emacs-21.3 (WITH PATCH)

comment:2 Changed 19 years ago by jkh@…

Resolution: fixed
Status: newclosed

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: emacs added
Note: See TracTickets for help on using tickets.