From owner-svn-ports-all@freebsd.org Wed Dec 2 12:35:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4156CA3FB2F; Wed, 2 Dec 2015 12:35:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10ED51A27; Wed, 2 Dec 2015 12:35:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2CZkSh069995; Wed, 2 Dec 2015 12:35:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB2CZk5p069994; Wed, 2 Dec 2015 12:35:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512021235.tB2CZk5p069994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 2 Dec 2015 12:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402821 - head/mail/mpop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 12:35:47 -0000 Author: jbeich Date: Wed Dec 2 12:35:46 2015 New Revision: 402821 URL: https://svnweb.freebsd.org/changeset/ports/402821 Log: mail/mpop: unbreak build on 11.0-CURRENT after r402658 INFO page is now always regenerated (more correct) except -CURRENT removed texinfo from base https://svnweb.freebsd.org/changeset/base/276551 .../build-aux/missing: makeinfo: not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: Makefile:369: recipe for target 'mpop.info' failed Pointy hat to: jbeich (for often only locally testing 11.0) Reported by: pkg-fallout Modified: head/mail/mpop/Makefile (contents, props changed) Modified: head/mail/mpop/Makefile ============================================================================== --- head/mail/mpop/Makefile Wed Dec 2 11:46:15 2015 (r402820) +++ head/mail/mpop/Makefile Wed Dec 2 12:35:46 2015 (r402821) @@ -11,7 +11,7 @@ COMMENT= Small and fast POP3 client LICENSE= GPLv3 # (or later) -USES= cpe gmake pkgconfig tar:xz +USES= cpe gmake makeinfo pkgconfig tar:xz CPE_VENDOR= martin_lambers GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --with-tls=no