View | Details | Raw Unified | Return to bug 228812 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +21 lines)
Lines 8-25 Link Here
8
CATEGORIES=	editors elisp
8
CATEGORIES=	editors elisp
9
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
9
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
10
10
11
MAINTAINER=	hrs@FreeBSD.org
11
MAINTAINER=	yasu@utahime.org
12
COMMENT=	Egg V4, Multilingual Input Method for Emacsen
12
COMMENT=	Egg V4, Multilingual Input Method for Emacsen
13
13
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
.if ${FLAVOR:U} != devel
16
.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
17
# 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
18
BROKEN=		fails to build
17
BROKEN=		fails to build
18
.else
19
BROKEN=		This port is broken only under restrected conditions (See comments in Makefile of this port about how to build this port successfully)
20
#
21
# How to build this port successfully
22
#
23
# 1. Building with make
24
#
25
#   cd /usr/ports/editors/tamago
26
#   make TRYBROKEN=yes
27
#
28
# 2. Building with portmaster or portupgrade
29
#
30
#   Edit this file and comment out BROKEN line above
31
#
32
# 3. Building with poudriere
33
#
34
#   Set USE_TMPFS=no in ${PREFIX}/etc/poudriere.conf
35
#
19
.endif
36
.endif
20
37
21
USES=		emacs
38
USES=		emacs
22
EMACS_FLAVORS_EXCLUDE=	devel_full # fails to build
23
USE_GITHUB=	yes
39
USE_GITHUB=	yes
24
GH_ACCOUNT=	hrs-allbsd
40
GH_ACCOUNT=	hrs-allbsd
25
41
Lines 26-31 Link Here
26
GNU_CONFIGURE=	yes
42
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--with-lispdir="${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}"
43
CONFIGURE_ARGS=	--with-lispdir="${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}"
28
CONFIGURE_ENV=	EMACS="${EMACS_CMD}"
44
CONFIGURE_ENV=	EMACS="${EMACS_CMD}"
45
NO_ARCH=	yes
29
PLIST_SUB=	ELISPDIR="${EMACS_VERSION_SITE_LISPDIR}"
46
PLIST_SUB=	ELISPDIR="${EMACS_VERSION_SITE_LISPDIR}"
30
PORTDOCS=	AUTHORS ChangeLog ChangeLog.1997-1998 \
47
PORTDOCS=	AUTHORS ChangeLog ChangeLog.1997-1998 \
31
		ChangeLog.2000-2001 ChangeLog.2002-2004 \
48
		ChangeLog.2000-2001 ChangeLog.2002-2004 \

Return to bug 228812