aboutsummaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-27 14:06:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-27 14:06:04 +0000
commit7478ea02e77c8c809cb2ab69b6ac0eab52ecd8b9 (patch)
treeed6e1a1eed18fca082bd09c92c735ff6c7745357 /japanese/emacs-emcws/Makefile
parentae09fed93bc5f30d197bba4ab597710bb30952e8 (diff)
downloadports-7478ea02e77c8c809cb2ab69b6ac0eab52ecd8b9.tar.gz
ports-7478ea02e77c8c809cb2ab69b6ac0eab52ecd8b9.zip
Notes
Diffstat (limited to 'japanese/emacs-emcws/Makefile')
-rw-r--r--japanese/emacs-emcws/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile
index 6475d5321212..8c78612b7532 100644
--- a/japanese/emacs-emcws/Makefile
+++ b/japanese/emacs-emcws/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emcws
PORTVERSION= ${EMACS_VER}
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= japanese editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
@@ -20,7 +20,6 @@ PATCH_DIST_STRIP= -p1
.if defined(WITH_MENUBAR_FONTSET)
PATCH_SITES+= http://www.nijino.com/ari/emacs/
PATCHFILES+= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch
-PATCH_DIST_STRIP= -p1
.endif
MAINTAINER= nakaji@jp.freebsd.org
@@ -29,6 +28,11 @@ COMMENT= Emacs + Canna + Wnn + Sj3
BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
+CONFLICTS= emacs-19.* emacs-20.* \
+ ja-emcws-20.* \
+ xemacs-[0-9]* xemacs-devel-[0-9]* \
+ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
+
WRKSRC= ${WRKDIR}/emacs-${EMACS_VER}
USE_AUTOTOOLS= autoconf:213
@@ -152,7 +156,7 @@ EMACS_BASE=${LOCALBASE}
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
-BROKEN= "Segfault during build on ia64"
+BROKEN= Segfault during build on ia64
CFLAGS:= ${CFLAGS:C/-O.?/-O0/g}
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
.endif