Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 21:39:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390333 - head/Mk
Message-ID:  <201506222139.t5MLdAQY021463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 22 21:39:10 2015
New Revision: 390333
URL: https://svnweb.freebsd.org/changeset/ports/390333

Log:
  Remove add-plist-buildinfo it has been unhooked for a while and prevent us from
  getting any close to reproducible builds

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jun 22 21:34:53 2015	(r390332)
+++ head/Mk/bsd.port.mk	Mon Jun 22 21:39:10 2015	(r390333)
@@ -5119,13 +5119,6 @@ add-plist-data:
 .endif
 .endif
 
-.if !target(add-plist-buildinfo)
-add-plist-buildinfo:
-.if defined(PACKAGE_BUILDING)
-	@${ECHO_CMD} "@comment Build details:  ${BUILDHOST}|${JAIL}|${BUILD}|${PORTSTREE}|${BUILDDATE}" >> ${TMPPLIST}
-.endif
-.endif
-
 .if !target(add-plist-info)
 .if defined(INFO)
 add-plist-info:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506222139.t5MLdAQY021463>