diff options
author | bsam <bsam@FreeBSD.org> | 2009-12-21 04:19:24 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-12-21 04:19:24 +0800 |
commit | 0e6ff8502a31c3e7e5131a019b9fc905acb650b8 (patch) | |
tree | 42b9f5dcdafced4edba69059ca29b8a02fc12559 /lang | |
parent | 5ffc34ba901be4f5d98415be34c74452ff1aec87 (diff) | |
download | freebsd-ports-gnome-0e6ff8502a31c3e7e5131a019b9fc905acb650b8.tar.gz freebsd-ports-gnome-0e6ff8502a31c3e7e5131a019b9fc905acb650b8.tar.zst freebsd-ports-gnome-0e6ff8502a31c3e7e5131a019b9fc905acb650b8.zip |
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).
Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.
PR: ports/137956 [1], ports/141369 [2]
Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1],
bsam (me) [2]
Exp-run by: miwi
Diffstat (limited to 'lang')
-rw-r--r-- | lang/bigloo/Makefile | 6 | ||||
-rw-r--r-- | lang/csharp-mode.el/Makefile | 3 | ||||
-rw-r--r-- | lang/gforth/Makefile | 3 | ||||
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 7255fc293343..d8d0253f8cbd 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -7,7 +7,7 @@ PORTNAME= bigloo PORTVERSION= 3.2b.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \ ftp://kaolin.unice.fr/pub/Bigloo/ @@ -44,6 +44,10 @@ INFO= bigloo .include <bsd.port.pre.mk> +.if (${EMACS_PORT_NAME} == "emacs23") +BROKEN= is not compiled with Emacs 23 +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile index c37c169d94ae..e85db79e41cc 100644 --- a/lang/csharp-mode.el/Makefile +++ b/lang/csharp-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= csharp-mode.el PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang elisp MASTER_SITES= http://mfgames.com/releases/csharp-mode/ \ http://gentoo.kiev.ua/ftp/distfiles/ \ @@ -21,7 +21,6 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes USE_EMACS= yes -EMACS_PORT_NAME?= emacs22 PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el \ ${EMACS_SITE_LISPDIR}/csharp-mode.elc diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 59d31a968e69..7804af6286df 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -7,7 +7,7 @@ PORTNAME= gforth PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gforth @@ -23,7 +23,6 @@ USE_GMAKE= yes ALL_TARGET= all info USE_GNOME= gnometarget USE_EMACS= yes -EMACS_PORT_NAME?= emacs22 EMACS_NO_BUILD_DEPENDS= yes EMACS_NO_RUN_DEPENDS= yes diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile index bcab7e7eb794..765aa891a581 100644 --- a/lang/ocaml-mode.el/Makefile +++ b/lang/ocaml-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= caml-mode PORTVERSION= 3.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang elisp MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ ${MASTER_SITE_LOCAL} |