Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 13:43:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283946 - head
Message-ID:  <201506031343.t53Dh4Gu060045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun  3 13:43:04 2015
New Revision: 283946
URL: https://svnweb.freebsd.org/changeset/base/283946

Log:
  Revert r283938 it is not needed anymore and broken
  
  gzip(1) cannot be used as bootstrap tools as it depends on syscalls that only
  exists on HEAD

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Jun  3 13:32:28 2015	(r283945)
+++ head/Makefile.inc1	Wed Jun  3 13:43:04 2015	(r283946)
@@ -1366,8 +1366,7 @@ _kerberos5_bootstrap_tools= \
 .if ${MK_MANDOCDB} != "no"
 _libohash?=	lib/libohash
 _makewhatis=	lib/libsqlite3 \
-		usr.bin/mandoc \
-		usr.bin/gzip
+		usr.bin/mandoc
 ${_bt}-usr.bin/mandoc: ${_bt}-lib/libohash ${_bt}-lib/libsqlite3
 .else
 _makewhatis=usr.bin/makewhatis



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