From owner-freebsd-ports@freebsd.org Sun Oct 2 07:33:09 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E57D6AC6CF5 for ; Sun, 2 Oct 2016 07:33:09 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CF26E35F for ; Sun, 2 Oct 2016 07:33:09 +0000 (UTC) (envelope-from yasu@utahime.org) Received: by mailman.ysv.freebsd.org (Postfix) id CDDA3AC6CF4; Sun, 2 Oct 2016 07:33:09 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBF62AC6CF3 for ; Sun, 2 Oct 2016 07:33:09 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 9132F35D; Sun, 2 Oct 2016 07:33:09 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 9E96F12319; Sun, 2 Oct 2016 16:27:38 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 5A2F81F5CF; Sun, 2 Oct 2016 16:27:38 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 199141F5CE; Sun, 2 Oct 2016 16:27:38 +0900 (JST) Date: Sun, 02 Oct 2016 16:27:19 +0900 (JST) Message-Id: <20161002.162719.312805117485343125.yasu@utahime.org> To: ports@FreeBSD.org Cc: ashish@FreeBSD.org Subject: Re: INDEX build failed for 9.x From: Yasuhiro KIMURA In-Reply-To: <201610020609.u9269lkA085035@portsindexbuild.ysv.freebsd.org> References: <201610020609.u9269lkA085035@portsindexbuild.ysv.freebsd.org> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Sun_Oct__2_16_27_19_2016_081)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 07:33:10 -0000 ----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 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 .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 .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)----