Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Oct 2016 16:27:19 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        ports@FreeBSD.org
Cc:        ashish@FreeBSD.org
Subject:   Re: INDEX build failed for 9.x
Message-ID:  <20161002.162719.312805117485343125.yasu@utahime.org>
In-Reply-To: <201610020609.u9269lkA085035@portsindexbuild.ysv.freebsd.org>
References:  <201610020609.u9269lkA085035@portsindexbuild.ysv.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Sun_Oct__2_16_27_19_2016_081)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

From: Ports Index build <indexbuild@FreeBSD.org>
Subject: INDEX build failed for 9.x
Date: Sun, 2 Oct 2016 06:09:47 GMT

> INDEX build failed with errors:
> Generating INDEX-9 - please wait.."/usr/share/mk/bsd.init.mk", line 12: Unknown directive
> Unknown modifier 'U'
> 
> "/usr/share/mk/bsd.compiler.mk", line 38: Malformed conditional (${MK_CCACHE_BUILD:Uno} == "yes" &&  !make(showconfig) &&  (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == ""))
> "/usr/share/mk/bsd.compiler.mk", line 107: missing `in' in for
> X_ in CC $${_empty_var_} XCC X_
> "/usr/share/mk/bsd.compiler.mk", line 108: Malformed conditional (${cc} == "CC" || !empty(XCC))
> Unknown modifier 'h'
> 
> Error expanding embedded variable.
> "Makefile", line 22: warning: "fmake -f "/home/indexbuild/tindex/ports/www/tclhttpd/files/Makefile.lib" -V SHLIB_NAME" returned non-zero status
>  Done.
> make_index: /home/indexbuild/tindex/ports/editors/flim: no entry for /home/indexbuild/tindex/ports/editors/apel-emacs25
> 
> Committers on the hook:
>  ashish 
> 
> Most recent SVN update was:
> Updating '.':
> U    Mk/bsd.emacs.mk
> D    editors/emacs/pkg-deinstall
> U    editors/emacs/Makefile
> U    editors/emacs/distinfo
> D    editors/emacs/files/pkg-install.in
> D    editors/emacs/files/patch-src_unexaix.c
> D    editors/emacs/files/patch-src_unexelf.c
> D    editors/emacs/files/patch-src_unexcoff.c
> A    editors/emacs/files/extrapatch-lldb-gud.el
> U    editors/emacs/pkg-plist
> U    editors/emacs-devel/Makefile
> U    editors/emacs-devel/distinfo
> D    editors/emacs-devel/files/patch-sources.el
> A    editors/emacs-devel/files/sources.el.in
> U    editors/emacs-devel/pkg-plist
> U    editors/emacs-nox11/Makefile
> Updated to revision 423103.
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

Attached patch should fix build failure.

---
Yasuhiro KIMURA

----Next_Part(Sun_Oct__2_16_27_19_2016_081)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="patch-editors_emacs"

Index: editors/flim/Makefile
===================================================================
--- editors/flim/Makefile	(revision 423103)
+++ editors/flim/Makefile	(working copy)
@@ -50,12 +50,12 @@
 .include <bsd.port.pre.mk>
 
 .if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-devel")
 DEPPORT_SUFFIX=
 .else
 DEPPORT_SUFFIX=	-${EMACS_PORT_NAME}
 .endif
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-devel")
 PLIST=		${PKGDIR}/pkg-plist.emacs21
 .endif
 # depends on apel (case of xemacs-21.x or later)
Index: editors/semi/Makefile
===================================================================
--- editors/semi/Makefile	(revision 423103)
+++ editors/semi/Makefile	(working copy)
@@ -48,12 +48,12 @@
 .include <bsd.port.options.mk>
 
 .if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-devel")
 DEPPORT_SUFFIX=
 .else
 DEPPORT_SUFFIX=	-${EMACS_PORT_NAME}
 .endif
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-devel")
 PLIST=		${PKGDIR}/pkg-plist.emacs20
 .endif
 # depends on flim
Index: graphics/xface.el/Makefile
===================================================================
--- graphics/xface.el/Makefile	(revision 423103)
+++ graphics/xface.el/Makefile	(working copy)
@@ -16,7 +16,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X-Face encoder/decoder/viewer for Emacsen
 
-EMACS_PORT_NAME?=	emacs24
+EMACS_PORT_NAME?=	emacs25
 
 RUN_DEPENDS=	compface:mail/faces
 

----Next_Part(Sun_Oct__2_16_27_19_2016_081)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161002.162719.312805117485343125.yasu>