Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2013 14:57:44 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183431: [PATCH] /Makefile: 'make index' fails after commit of r331775
Message-ID:  <20131029055744.040C81C2C3A@rolling-vm-freebsd1.home.utahime.org>
Resent-Message-ID: <201310290600.r9T600bi022645@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183431
>Category:       ports
>Synopsis:       [PATCH] /Makefile: 'make index' fails after commit of r331775
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 29 06:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.2-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.2-RELEASE-p1 FreeBSD 9.2-RELEASE-p1 #0 r257196: Sun Oct 27 08:46:25 JST 2013 xxxx amd64


	
>Description:
	
	After commit of r331775 'make index' fails as following:

	root@freebsd1:/usr/ports # make index
	Generating INDEX-9 - please wait..make_index: /usr/ports/accessibility/accerciser: no entry for /usr/ports/accessibility/at-spi
	 Done.
	root@freebsd1:/usr/ports #

>How-To-Repeat:
	
>Fix:

	

--- patch-Makefile begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 331928)
+++ Makefile	(working copy)
@@ -105,11 +105,7 @@
 INDEX_PORTS=.
 .endif
 
-.if exists(/usr/libexec/make_index)
-MAKE_INDEX=	/usr/libexec/make_index /dev/stdin
-.else
 MAKE_INDEX=	perl ${.CURDIR}/Tools/make_index
-.endif
 
 ${INDEXDIR}/${INDEXFILE}:
 	@${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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