Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 12:35:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402821 - head/mail/mpop
Message-ID:  <201512021235.tB2CZk5p069994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
           <http://www.gnu.org/software/texinfo/>;
           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:
           <http://www.gnu.org/software/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



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