svn commit: r357932 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 15 22:13:02 UTC 2014


Author: bapt
Date: Sun Jun 15 22:13:02 2014
New Revision: 357932
URL: http://svnweb.freebsd.org/changeset/ports/357932
QAT: https://qat.redports.org/buildarchive/r357932/

Log:
  Backout support for WITHOUT_INFO in base it triggers an infinite recursion
  print/texinfo depends on help2man which provides info files and thus
  need texinfo...

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Jun 15 21:42:01 2014	(r357931)
+++ head/Mk/bsd.port.mk	Sun Jun 15 22:13:02 2014	(r357932)
@@ -2929,12 +2929,12 @@ INFO_PATH?=	info
 .endif
 
 .if defined(INFO)
-.if !exists(/usr/bin/install-info)
-.if ${.CURDIR} != ${PORTSDIR}/print/texinfo
-BUILD_DEPENDS+=	makeinfo:${PORTSDIR}/print/texinfo
-RUN_DEPENDS+=	install-info:${PORTSDIR}/print/texinfo
-.endif
-.endif
+#.if !exists(/usr/bin/install-info)
+#.if ${.CURDIR} != ${PORTSDIR}/print/texinfo
+#BUILD_DEPENDS+=	makeinfo:${PORTSDIR}/print/texinfo
+#RUN_DEPENDS+=	install-info:${PORTSDIR}/print/texinfo
+#.endif
+#.endif
 . for D in ${INFO:H}
 RD:=	${D}
 .  if ${RD} != "."


More information about the svn-ports-head mailing list