svn commit: r402821 - head/mail/mpop

Jan Beich jbeich at FreeBSD.org
Wed Dec 2 12:35:47 UTC 2015


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


More information about the svn-ports-head mailing list