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

Collapse All | Expand All

(-)editors/emacs/Makefile (-3 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	emacs
4
PORTNAME=	emacs
5
PORTVERSION=	${EMACS_VER}
5
PORTVERSION=	${EMACS_VER}
6
PORTREVISION=	4
6
PORTREVISION=	5
7
PORTEPOCH=	3
7
PORTEPOCH=	3
8
CATEGORIES=	editors ipv6
8
CATEGORIES=	editors ipv6
9
MASTER_SITES=	GNU
9
MASTER_SITES=	GNU
Lines 15-20 Link Here
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
BROKEN_aarch64=	Fails to link: missing sbrk
17
BROKEN_aarch64=	Fails to link: missing sbrk
18
19
LIB_DEPENDS+=	liblockfile.so:devel/liblockfile
20
18
CONFLICTS_INSTALL=	emacs-devel emacs-devel_nox
21
CONFLICTS_INSTALL=	emacs-devel emacs-devel_nox
19
22
20
FLAVORS=		full canna nox
23
FLAVORS=		full canna nox
Lines 32-39 Link Here
32
GNU_CONFIGURE=	yes
35
GNU_CONFIGURE=	yes
33
CONFIGURE_ARGS=	--localstatedir=/var \
36
CONFIGURE_ARGS=	--localstatedir=/var \
34
		--with-gameuser=games:games
37
		--with-gameuser=games:games
35
CONFIGURE_ENV=	ac_cv_header_sys_sysinfo_h=no \
38
CONFIGURE_ENV=	ac_cv_header_sys_sysinfo_h=no
36
		ac_cv_prog_liblockfile=no
37
INFO=		ada-mode auth autotype bovine calc ccmode cl dbus dired-x \
39
INFO=		ada-mode auth autotype bovine calc ccmode cl dbus dired-x \
38
		ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls \
40
		ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls \
39
		emacs-mime epa erc ert eshell eudc eww flymake forms gnus \
41
		emacs-mime epa erc ert eshell eudc eww flymake forms gnus \
(-)editors/emacs-devel/Makefile (-3 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	emacs
4
PORTNAME=	emacs
5
DISTVERSION=	${EMACS_VER}.${EMACS_REV}
5
DISTVERSION=	${EMACS_VER}.${EMACS_REV}
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	editors ipv6
8
CATEGORIES=	editors ipv6
9
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel
Lines 14-19 Link Here
14
LICENSE=	GPLv3+
14
LICENSE=	GPLv3+
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
LIB_DEPENDS+=	liblockfile.so:devel/liblockfile
18
17
CONFLICTS_INSTALL=	emacs emacs-canna emacs-nox
19
CONFLICTS_INSTALL=	emacs emacs-canna emacs-nox
18
20
19
FLAVORS=		full nox
21
FLAVORS=		full nox
Lines 31-38 Link Here
31
33
32
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
33
CONFIGURE_ARGS=	--with-gameuser=games:games
35
CONFIGURE_ARGS=	--with-gameuser=games:games
34
CONFIGURE_ENV=	ac_cv_header_sys_sysinfo_h=no \
36
CONFIGURE_ENV=	ac_cv_header_sys_sysinfo_h=no
35
		ac_cv_prog_liblockfile=no
36
INFO=		ada-mode auth autotype bovine calc ccmode cl dbus dired-x \
37
INFO=		ada-mode auth autotype bovine calc ccmode cl dbus dired-x \
37
		ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls \
38
		ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls \
38
		emacs-mime epa erc ert eshell eudc eww flymake forms gnus \
39
		emacs-mime epa erc ert eshell eudc eww flymake forms gnus \

Return to bug 227799