summaryrefslogtreecommitdiff
path: root/lang/bigloo
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-12-20 20:19:24 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-12-20 20:19:24 +0000
commit3cb246682f28b75689c85870b686a29b45b6b32f (patch)
tree25fea46b8099aeac2b4f386af51ec828fed0777f /lang/bigloo
parent- Forced commit to note that games/bloodfrontier was repocopied from games/sa... (diff)
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
Notes
Notes: svn path=/head/; revision=246319
Diffstat (limited to 'lang/bigloo')
-rw-r--r--lang/bigloo/Makefile6
1 files changed, 5 insertions, 1 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