svn commit: r390333 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 22 21:39:11 UTC 2015


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:


More information about the svn-ports-head mailing list