svn commit: r329851 - head
Bryan Drewery
bdrewery at FreeBSD.org
Wed Oct 9 00:34:17 UTC 2013
Author: bdrewery
Date: Wed Oct 9 00:34:16 2013
New Revision: 329851
URL: http://svnweb.freebsd.org/changeset/ports/329851
Log:
- Disable portsnap make_index usage as it does not produce
a correct INDEX currently.
With hat: portmgr
Modified:
head/Makefile
Modified: head/Makefile
==============================================================================
--- head/Makefile Tue Oct 8 23:25:26 2013 (r329850)
+++ head/Makefile Wed Oct 9 00:34:16 2013 (r329851)
@@ -105,11 +105,11 @@ INDEX_SHELL= /bin/sh
INDEX_PORTS=.
.endif
-.if exists(/usr/libexec/make_index)
-MAKE_INDEX= /usr/libexec/make_index /dev/stdin
-.else
+#.if exists(/usr/libexec/make_index)
+#MAKE_INDEX= /usr/libexec/make_index /dev/stdin
+#.else
MAKE_INDEX= perl ${.CURDIR}/Tools/make_index
-.endif
+#.endif
${INDEXDIR}/${INDEXFILE}:
@${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \
More information about the svn-ports-all
mailing list