Index: Makefile =================================================================== --- Makefile (revision 492933) +++ Makefile (working copy) @@ -8,18 +8,34 @@ CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= hrs@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= Egg V4, Multilingual Input Method for Emacsen LICENSE= GPLv2 -.if ${FLAVOR:U} != devel -# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/tamago-emacs26-4.0.6.0.20041122.19.14_4.log +.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox BROKEN= fails to build +.else +BROKEN= This port is broken only under restrected conditions (See comments in Makefile of this port about how to build this port successfully) +# +# How to build this port successfully +# +# 1. Building with make +# +# cd /usr/ports/editors/tamago +# make TRYBROKEN=yes +# +# 2. Building with portmaster or portupgrade +# +# Edit this file and comment out BROKEN line above +# +# 3. Building with poudriere +# +# Set USE_TMPFS=no in ${PREFIX}/etc/poudriere.conf +# .endif USES= emacs -EMACS_FLAVORS_EXCLUDE= devel_full # fails to build USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd @@ -26,6 +42,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir="${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}" CONFIGURE_ENV= EMACS="${EMACS_CMD}" +NO_ARCH= yes PLIST_SUB= ELISPDIR="${EMACS_VERSION_SITE_LISPDIR}" PORTDOCS= AUTHORS ChangeLog ChangeLog.1997-1998 \ ChangeLog.2000-2001 ChangeLog.2002-2004 \