svn commit: r566629 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 26 19:06:01 UTC 2021


Author: bapt
Date: Fri Feb 26 19:06:01 2021
New Revision: 566629
URL: https://svnweb.freebsd.org/changeset/ports/566629

Log:
  Pass all env variable supported by dialog4ports to
  the customer script that will run dialog4ports
  
  PR:		253465
  Submitted by:	Olivier Certner <olivier.freebsd at free.fr>

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Feb 26 19:05:07 2021	(r566628)
+++ head/Mk/bsd.port.mk	Fri Feb 26 19:06:01 2021	(r566629)
@@ -4892,8 +4892,11 @@ D4P_ENV=	PKGNAME="${PKGNAME}" \
 		PORTSDIR="${PORTSDIR}" \
 		MAKE="${MAKE}" \
 		D4PHEIGHT="${D4PHEIGHT}" \
+		D4PMINHEIGHT="${D4PMINHEIGHT}" \
 		D4PWIDTH="${D4PWIDTH}" \
-		D4PFULLSCREEN="${D4PFULLSCREEN}"
+		D4PFULLSCREEN="${D4PFULLSCREEN}" \
+		D4PALIGNCENTER="${D4PALIGNCENTER}" \
+		D4PASCIILINES="${D4PASCIILINES}"
 .if exists(${PKGHELP})
 D4P_ENV+=	PKGHELP="${PKGHELP}"
 .endif


More information about the svn-ports-all mailing list