Changeset 14714 for trunk/dports


Ignore:
Timestamp:
Oct 19, 2005, 8:48:34 PM (19 years ago)
Author:
mww
Message:

remove - now useless - variants from emacs, create emacs-devel which fetches sources from cvs and has fancy variants (carbin, gtk)

Location:
trunk/dports/editors
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/editors/emacs/Portfile

    r14544 r14714  
    1 # $Id: Portfile,v 1.43 2005/10/11 07:10:07 mww Exp $
     1# $Id: Portfile,v 1.44 2005/10/19 20:48:34 mww Exp $
    22
    33PortSystem 1.0
    44name            emacs
    55version         21.4a
     6revision        1
    67categories      editors
    78maintainers     darwinports@opendarwin.org
     
    1516master_sites    gnu
    1617checksums       md5 8f9d97cbd126121bd5d97e5e31168a87
    17 configure.args  --without-x
     18configure.args  --without-x --without-carbon
    1819destroot.args   prefix=${destroot}/${prefix}
    19 patchfiles      patch-src-xterm.c
    2020
    2121worksrcdir      emacs-21.4
     22
     23patch.pre_args  -p1
     24patchfiles      patch-src-xterm.c apple-patches ange-ftp.el.diff
    2225
    2326configure.env   \
     
    4245}
    4346
    44 variant darwin {
    45         patchfiles-append       apple-patches ange-ftp.el.diff
    46         patch.pre_args  -p1
    47 }
    48 
    4947variant x11 {
    5048        configure.args --with-x --with-x-toolkit=lucid --without-carbon \
     
    5553}
    5654
    57 variant gtk requires devel x11 {
    58         configure.args-append --with-x-toolkit=gtk
    59         depends_lib-append  lib:libgtk.2:gtk2 lib:libglib.2:glib2
     55platform darwin 8 {
     56        configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
    6057}
    6158
    62 # Overrides darwin
    63 variant carbon requires devel conflicts x11 {
    64         configure.args-append   --with-carbon --enable-carbon-app=${destroot}/Applications/DarwinPorts
    65         patchfiles-delete       patch-src-xterm-devel.c
    66         version 22.0.50.1
    67 }
Note: See TracChangeset for help on using the changeset viewer.