diff options
author | anray <anray@FreeBSD.org> | 2008-01-27 22:26:42 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2008-01-27 22:26:42 +0800 |
commit | c82ffb0fd665c19a0e0987a7df7a716ca4fc0d8c (patch) | |
tree | c3b1bdf35091b11cd994a4d734bd42a58d065a28 /editors/emacs-devel/Makefile | |
parent | 4e6e6b481ee34e888a29c4c881ed9390eb4d6d1a (diff) | |
download | freebsd-ports-gnome-c82ffb0fd665c19a0e0987a7df7a716ca4fc0d8c.tar.gz freebsd-ports-gnome-c82ffb0fd665c19a0e0987a7df7a716ca4fc0d8c.tar.zst freebsd-ports-gnome-c82ffb0fd665c19a0e0987a7df7a716ca4fc0d8c.zip |
- Update editors/emacs-devel to 23.0.50.20080101 snapshot.
PR: ports/119290
Submitted by: keramida(maintainer)
Diffstat (limited to 'editors/emacs-devel/Makefile')
-rw-r--r-- | editors/emacs-devel/Makefile | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index bb970bfe7687..98ad0fa9272b 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -6,11 +6,11 @@ # PORTNAME= emacs -PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +PORTVERSION= ${EMACS_VER}.${SNAPSHOT} CATEGORIES= editors ipv6 -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} -MASTER_SITE_SUBDIR= emacs/pretest +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= keramida +DISTNAME= ${PORTNAME}-cvs-snapshot-2008.01.01.21.19.17 MAINTAINER= keramida@ceid.upatras.gr COMMENT= GNU editing macros @@ -25,11 +25,12 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png .endif -CONFLICTS= emacs-19.* emacs-21.* \ +CONFLICTS= emacs-19.* emacs-21.* emacs-22.* \ xemacs-[0-9]* xemacs-devel-[0-9]* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* -EMACS_VER= 22.0.99 +EMACS_VER= 23.0.50 +SNAPSHOT= 20080101 GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= bootfast @@ -42,6 +43,8 @@ USE_XLIB= yes USE_XPM= yes .endif +WRKSRC= ${WRKDIR}/${PORTNAME} + CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd .if defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x=no @@ -60,18 +63,18 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} MAKE_ENV= LC_ALL=C -INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \ +INFO= ada-mode autotype calc ccmode cl dbus dired-x ebrowse ediff \ efaq eintr elisp emacs-mime emacs erc eshell eudc \ flymake forms gnus idlwave info message mh-e newsticker \ - org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \ + nxml-mode org pcl-cvs pgg rcirc reftex remember sc ses sieve smtpmail speedbar \ tramp url vip viper widget woman -LATEST_LINK= emacs22 +LATEST_LINK= emacs23 .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= Emacs 22.X does not currently build on ia64 +BROKEN= Emacs 22.X and later does not currently build on ia64 .endif pre-everything:: |