Skip to content

Commit

Permalink
remove version-changing 'devel' variant
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14544 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Oct 11, 2005
1 parent 9c83b4c commit 3e7521b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions editors/emacs/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.42 2005/06/14 06:28:44 jkh Exp $
# $Id: Portfile,v 1.43 2005/10/11 07:10:07 mww Exp $

PortSystem 1.0
name emacs
Expand Down Expand Up @@ -46,18 +46,6 @@ variant darwin {
patch.pre_args -p1
}

variant devel {
version 22.0.50
fetch.type cvs
cvs.root :ext:anoncvs@savannah.gnu.org:/cvsroot/emacs
cvs.module emacs
cvs.env CVS_RSH=ssh
worksrcdir emacs
build.target bootstrap
patchfiles-delete apple-patches ange-ftp.el.diff patch-src-xterm.c
patchfiles-append patch-src-xterm-devel.c patch-src-s-darwin.h
}

variant x11 {
configure.args --with-x --with-x-toolkit=lucid --without-carbon \
--with-xpm --with-jpeg --with-tiff --with-gif --with-png
Expand Down

0 comments on commit 3e7521b

Please sign in to comment.