Changeset 98023


Ignore:
Timestamp:
Sep 23, 2012, 6:00:27 AM (12 years ago)
Author:
hum@…
Message:

emacs-app: add oldfullscreen variant to apply pre-lion fullscreen patch; reorder maintainers; modify descriptions of variants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/emacs-app/Portfile

    r97157 r98023  
    77version             24.2
    88categories          aqua editors
    9 maintainers         css hum openmaintainer
     9maintainers         hum css openmaintainer
    1010
    1111description         The GNU Emacs text editor (Cocoa version)
     
    5656}
    5757
    58 variant fullscreen description {Add fullscreen patch} {
     58variant fullscreen conflicts oldfullscreen description {Apply fullscreen patch} {
    5959    if {${os.major} >= 11} {
    6060        # patch-lion-fullscreen.diff
     61        # http://techresearchinfo.blogspot.jp/2011/12/emacs-24-on-lion-mention-top-right.html
    6162        # https://gist.github.com/1355895
    62         # http://techresearchinfo.blogspot.jp/2011/12/emacs-24-on-lion-mention-top-right.html
     63        # (modified for 'patch -p0')
    6364        patchfiles-append   patch-lion-fullscreen.diff
    6465    } else {
    6566        # patch-fullscreen.diff
    66         # http://cloud.github.com/downloads/hh/emacs/feature-fullscreen.patch
    67         # http://untree.com/post/7649492902/building-a-fullscreen-enabled-emacs-24-on-mac-os-x-snow
     67        # https://github.com/downloads/typester/emacs/feature-fullscreen.patch
     68        # (modified for 'patch -p0')
    6869        patchfiles-append   patch-fullscreen.diff
    6970    }
    7071}
    7172
    72 variant inline description {Add inline patch from MacEmacsJP} {
     73variant oldfullscreen conflicts fullscreen description {Apply pre-lion fullscreen patch} {
     74    patchfiles-append   patch-fullscreen.diff
     75}
     76
     77variant inline description {Apply inline patch from MacEmacsJP} {
    7378    # inline patch fetched from MacEmacsJP.
    7479    # patch-macemacsjp-inline.diff
     
    8388variant jpfont requires inline description {Obsolete compatibility variant} {}
    8489
    85 variant patches requires fullscreen inline description {Add all patches: fullscreen and inline} {}
     90variant patches requires fullscreen inline description {Apply all patches: fullscreen and inline} {}
    8691
    8792default_variants    +patches
Note: See TracChangeset for help on using the changeset viewer.