ports/183431: [PATCH] /Makefile: 'make index' fails after commit of r331775

Yasuhiro KIMURA yasu at utahime.org
Tue Oct 29 06:00:01 UTC 2013


>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 at 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 at 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:


More information about the freebsd-ports-bugs mailing list