Date: Tue, 21 Aug 2012 17:29:12 +0000 (UTC) From: Beat Gaetzi <beat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302880 - head/Mk Message-ID: <201208211729.q7LHTCav074811@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Tue Aug 21 17:29:11 2012 New Revision: 302880 URL: http://svn.freebsd.org/changeset/ports/302880 Log: - Record the selected OPTIONS from the port build into the resulting +CONTENTS file. PR: ports/170469 Submitted by: bdrewery@ Tested by: exp-run on pointyhat Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Aug 21 17:17:46 2012 (r302879) +++ head/Mk/bsd.port.mk Tue Aug 21 17:29:11 2012 (r302880) @@ -5692,6 +5692,7 @@ generate-plist: .endif .endif .endif + @cd ${.CURDIR} && { ${MAKE} pretty-print-config | fold -sw 120 | ${SED} -e 's/^/@comment OPTIONS:/'; } >> ${TMPPLIST} .endif ${TMPPLIST}:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208211729.q7LHTCav074811>