svn commit: r357930 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 15 21:38:30 UTC 2014


Author: bapt
Date: Sun Jun 15 21:38:29 2014
New Revision: 357930
URL: http://svnweb.freebsd.org/changeset/ports/357930
QAT: https://qat.redports.org/buildarchive/r357930/

Log:
  Make ports providing info files depending on print/textinfo if base has been built WITHOUT_INFO
  
  PR:		129741

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Jun 15 21:29:38 2014	(r357929)
+++ head/Mk/bsd.port.mk	Sun Jun 15 21:38:29 2014	(r357930)
@@ -2929,6 +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
 . for D in ${INFO:H}
 RD:=	${D}
 .  if ${RD} != "."


More information about the svn-ports-head mailing list