svn commit: r359209 - in head: audio/glame databases/bbdb deskutils/gcal devel/automake devel/automake14 devel/cutils devel/elib devel/gmake devel/libmatheval devel/libtool devel/m4 devel/mingw32-g...

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 08:58:17 UTC 2014


Author: bapt
Date: Wed Jun 25 08:58:09 2014
New Revision: 359209
URL: http://svnweb.freebsd.org/changeset/ports/359209
QAT: https://qat.redports.org/buildarchive/r359209/

Log:
  Fix build on system built WITHOUT_INFO
  
  With hat:	portmgr

Modified:
  head/audio/glame/Makefile
  head/databases/bbdb/Makefile
  head/deskutils/gcal/Makefile
  head/devel/automake/Makefile
  head/devel/automake14/Makefile
  head/devel/cutils/Makefile
  head/devel/elib/Makefile
  head/devel/gmake/Makefile
  head/devel/libmatheval/Makefile
  head/devel/libtool/Makefile
  head/devel/m4/Makefile
  head/devel/mingw32-gcc/Makefile
  head/devel/monotone/Makefile
  head/editors/flim/Makefile
  head/editors/semi/Makefile
  head/emulators/vice/Makefile
  head/games/heroes/Makefile
  head/graphics/aalib/Makefile
  head/graphics/enblend/Makefile
  head/lang/gcc/Makefile
  head/lang/gcc410/Makefile
  head/lang/gcc46/Makefile
  head/lang/gcc47/Makefile
  head/lang/gcc48/Makefile
  head/lang/gcc49/Makefile
  head/mail/exim-doc-html/Makefile
  head/math/gmp/Makefile
  head/math/gsl/Makefile
  head/math/mingw32-libgmp/Makefile
  head/science/netcdf-fortran/Makefile
  head/security/gnutls3/Makefile
  head/security/libgcrypt/Makefile
  head/security/shishi/Makefile
  head/sysutils/am-utils/Makefile
  head/textproc/flex/Makefile
  head/textproc/gsed/Makefile

Modified: head/audio/glame/Makefile
==============================================================================
--- head/audio/glame/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/audio/glame/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libmp3lame.so:${PORTSDIR}/a
 USE_AUTOTOOLS=	libltdl
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
-USES=		gettext gmake pathfix pkgconfig libtool
+USES=		gettext gmake pathfix pkgconfig libtool makeinfo
 USE_GNOME=	gnomeprefix libgnomeui
 USE_XORG=	xbitmaps x11
 INSTALL_TARGET=	install-strip

Modified: head/databases/bbdb/Makefile
==============================================================================
--- head/databases/bbdb/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/databases/bbdb/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -13,6 +13,7 @@ COMMENT=	Big Brother Database
 
 USE_EMACS=	yes
 
+USES=		makeinfo
 ALL_TARGET=	bbdb info
 MAKE_ARGS=	MAKE="${MAKE} clean MAKEINFO=\"makeinfo --no-split\""
 BBDB_LISPDIR=	${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}

Modified: head/deskutils/gcal/Makefile
==============================================================================
--- head/deskutils/gcal/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/deskutils/gcal/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -10,10 +10,9 @@ MASTER_SITES=	GNU
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	The GNU Gregorian calendar program
 
-USE_XZ=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
-USES=		shebangfix
+USES=		shebangfix makeinfo tar:xz
 SHEBANG_FILES=	misc/gcalltx/gcalltxp.in misc/gcalltx/gcalltx.pl
 
 INFO=		gcal

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/automake/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
 USE_AUTOTOOLS=	autoconf:env
 BUILD_VERSION=	1.14
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USES=		perl5 tar:xz
+USES=		makeinfo perl5 tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
 CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"

Modified: head/devel/automake14/Makefile
==============================================================================
--- head/devel/automake14/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/automake14/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
 USE_AUTOTOOLS=	autoconf:env
 BUILD_VERSION=	1.4
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USES=		perl5
+USES=		makeinfo perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}

Modified: head/devel/cutils/Makefile
==============================================================================
--- head/devel/cutils/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/cutils/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -9,6 +9,7 @@ MASTER_SITES=	http://www.sigala.it/sandr
 MAINTAINER=	tj at FreeBSD.org
 COMMENT=	Miscellaneous C programmer's utilities
 
+USES=		makeinfo
 GNU_CONFIGURE=	yes
 MAKE_ENV=	MAKEINFO=makeinfo
 INFO=		cutils

Modified: head/devel/elib/Makefile
==============================================================================
--- head/devel/elib/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/elib/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -12,6 +12,7 @@ PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 MAINTAINER?=	ports at FreeBSD.org
 COMMENT=	Collection of useful routines for Emacs lisp programs
 
+USES=		makeinfo
 # setupel filename
 PORT_SETUPEL=	elib-startup.el
 

Modified: head/devel/gmake/Makefile
==============================================================================
--- head/devel/gmake/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/gmake/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -20,7 +20,7 @@ LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--program-prefix=g
 
-USES=		tar:bzip2
+USES=		makeinfo tar:bzip2
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/devel/libmatheval/Makefile
==============================================================================
--- head/devel/libmatheval/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/libmatheval/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libguile.so:${PORTSDIR}/lan
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LEXLIB=-lfl_pic MAKEINFO="makeinfo --no-split"
 USE_LDCONFIG=	yes
-USES=		libtool pathfix
+USES=		libtool makeinfo pathfix
 INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/devel/libtool/Makefile
==============================================================================
--- head/devel/libtool/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/libtool/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -16,6 +16,7 @@ LICENSE?=        GPLv2
 
 CONFLICTS=	libtool-fixed-[0-9]*
 
+USES=		makeinfo
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?= --disable-ltdl-install
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"

Modified: head/devel/m4/Makefile
==============================================================================
--- head/devel/m4/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/m4/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -11,7 +11,7 @@ MASTER_SITES=	GNU
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	GNU m4
 
-USES=		tar:bzip2
+USES=		makeinfo tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"

Modified: head/devel/mingw32-gcc/Makefile
==============================================================================
--- head/devel/mingw32-gcc/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/mingw32-gcc/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -25,8 +25,7 @@ SSP_UNSAFE=	yes
 
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
 USE_LDCONFIG=	yes
-USES=		bison iconv gmake perl5
-USE_BZIP2=	yes
+USES=		bison iconv gmake makeinfo perl5 tar:bzip2
 USE_PERL5=	build
 
 GCC_TARG=	${PKGNAMEPREFIX:S/-$//}

Modified: head/devel/monotone/Makefile
==============================================================================
--- head/devel/monotone/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/devel/monotone/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 		libbotan-1.10.so:${PORTSDIR}/security/botan110
 
 SUB_FILES=	pkg-message
-USES=		iconv pkgconfig gmake perl5 lua:51 tar:bzip2
+USES=		iconv pkgconfig gmake perl5 lua:51 tar:bzip2 makeinfo
 USE_PERL5=	build
 MAKE_JOBS_SAFE=	yes
 

Modified: head/editors/flim/Makefile
==============================================================================
--- head/editors/flim/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/editors/flim/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -16,6 +16,8 @@ LICENSE=	GPLv2
 
 PORTCLASS?=	master
 
+USES=		makeinfo
+
 # distfile version
 FLIM_VER=	${FLIM_TRUNK}.9
 FLIM_TRUNK=	1.14

Modified: head/editors/semi/Makefile
==============================================================================
--- head/editors/semi/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/editors/semi/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -13,6 +13,8 @@ COMMENT?=	SEMI, Library of MIME feature 
 
 LICENSE=	GPLv2
 
+USES=		makeinfo
+
 PORTCLASS?=	master
 
 # distfile version

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/emulators/vice/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libpng15.so:${PORTSDIR}/gra
 
 RESTRICTED=	ROMs are copyrighted by Commodore Business Machines
 
-USES=		iconv:patch pkgconfig gmake
+USES=		iconv:patch pkgconfig gmake makeinfo
 USE_XORG=	xpm ice sm xext xv xt x11 xmu
 USE_XORG+=	xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
 GNU_CONFIGURE=	yes

Modified: head/games/heroes/Makefile
==============================================================================
--- head/games/heroes/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/games/heroes/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -31,7 +31,7 @@ SOUNDSRC=	${WRKDIR}/${SOUNDISTNAME}
 MUSICSRC=	${WRKDIR}/${MUSICDISTNAME}
 
 USE_SDL=	mixer sdl
-USES=		gettext gmake iconv
+USES=		gettext gmake iconv makeinfo
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/graphics/aalib/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	X11
 
-USES=		libtool:keepla ncurses
+USES=		libtool:keepla ncurses makeinfo
 WRKSRC=		${WRKDIR}/${PORTNAME}-1.4.0
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/graphics/enblend/Makefile
==============================================================================
--- head/graphics/enblend/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/graphics/enblend/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 RUN_DEPENDS=	OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
 
 USE_AUTOTOOLS=	automake:env autoconf:env
-USES=		gmake compiler:features 
+USES=		gmake compiler:features makeinfo
 # We need a newer version of makeinfo for this.
 # Remove this line when we remove texinfo from the base system.
 CONFIGURE_ARGS=	MAKEINFO="${LOCALBASE}/bin/makeinfo"

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/lang/gcc/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -32,7 +32,7 @@ DISTVERSION=	${PORTVERSION}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
-USES=		gmake iconv perl5 tar:bzip2
+USES=		gmake iconv makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes

Modified: head/lang/gcc410/Makefile
==============================================================================
--- head/lang/gcc410/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/lang/gcc410/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -32,7 +32,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
-USES=		gmake iconv perl5 tar:bzip2
+USES=		gmake iconv perl5 tar:bzip2 makeinfo
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/lang/gcc46/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -32,7 +32,7 @@ DISTVERSION=	${PORTVERSION}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 ia64 powerpc sparc64
-USES=		gmake iconv perl5 tar:bzip2
+USES=		gmake iconv makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/lang/gcc47/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -33,7 +33,7 @@ DISTVERSION=	${PORTVERSION}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
-USES=		gmake iconv perl5 tar:bzip2
+USES=		gmake iconv makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/lang/gcc48/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -32,7 +32,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
-USES=		gmake iconv perl5 tar:bzip2
+USES=		gmake iconv makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/lang/gcc49/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -32,7 +32,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
-USES=		gmake iconv perl5 tar:bzip2
+USES=		gmake iconv makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes

Modified: head/mail/exim-doc-html/Makefile
==============================================================================
--- head/mail/exim-doc-html/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/mail/exim-doc-html/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -16,7 +16,7 @@ DIST_SUBDIR=	exim
 MAINTAINER=	rea at FreeBSD.org
 COMMENT=	Documentation for the Exim MTA in multiple formats
 
-USE_BZIP2=	yes
+USES=		makeinfo tar:bzip2
 NO_STAGE=	yes
 
 DOCFORMAT?=	html

Modified: head/math/gmp/Makefile
==============================================================================
--- head/math/gmp/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/math/gmp/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -16,8 +16,7 @@ LICENSE=	LGPL3
 OPTIONS_DEFINE=	CPU_OPTS
 CPU_OPTS_DESC=	Enable assembly optimizations for your CPU
 
-USES=		libtool:keepla
-USE_XZ=		yes
+USES=		libtool:keepla makeinfo tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--prefix=${PREFIX} \

Modified: head/math/gsl/Makefile
==============================================================================
--- head/math/gsl/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/math/gsl/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -11,6 +11,7 @@ COMMENT=	The GNU Scientific Library - ma
 
 LICENSE=	GPLv3
 
+USES=		makeinfo
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	MAKEINFO='makeinfo --no-split'

Modified: head/math/mingw32-libgmp/Makefile
==============================================================================
--- head/math/mingw32-libgmp/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/math/mingw32-libgmp/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -14,7 +14,7 @@ COMMENT=	Library for arbitrary precision
 BUILD_DEPENDS=	${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
 		mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt
 
-USE_BZIP2=	yes
+USES=		makeinfo tar:bzip2
 GMP_TARG=	${PKGNAMEPREFIX:S/-$//}
 GNU_CONFIGURE=	yes
 CC=		${PKGNAMEPREFIX}gcc

Modified: head/science/netcdf-fortran/Makefile
==============================================================================
--- head/science/netcdf-fortran/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/science/netcdf-fortran/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/sc
 
 CONFLICTS=	netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]*
 
+USES=		makeinfo
 CPPFLAGS+=	-I${LOCALBASE}/include -fPIC -DPIC -DgFortran
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/security/gnutls3/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgpg-error.so:${PORTSDIR}
 
 GNUTLS_SUFFIX=	3
 
-USES=		gmake iconv libtool:keepla pkgconfig tar:xz
+USES=		gmake iconv libtool:keepla makeinfo pkgconfig tar:xz
 USE_LDCONFIG=	${PREFIX}/lib/gnutls3
 CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
 LDFLAGS=	-L${LOCALBASE}/lib

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/security/libgcrypt/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -17,7 +17,7 @@ LICENSE_COMB=	multi
 BUILD_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
 RUN_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
 
-USES=		libtool:oldver tar:bzip2
+USES=		libtool:oldver makeinfo tar:bzip2
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"

Modified: head/security/shishi/Makefile
==============================================================================
--- head/security/shishi/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/security/shishi/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/l
 
 USE_AUTOTOOLS=	libtool
 USE_PERL5=	build
-USES=		pathfix pkgconfig iconv perl5
+USES=		pathfix pkgconfig iconv perl5 makeinfo
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--with-db-dir=/var/shishi

Modified: head/sysutils/am-utils/Makefile
==============================================================================
--- head/sysutils/am-utils/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/sysutils/am-utils/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -20,6 +20,8 @@ OPTIONS_DEFINE=	OPENLDAP DOCS
 OPTIONS_DEFAULT=OPENLDAP
 OPENLDAP_DESC=	OpenLDAP support
 
+USES=		makeinfo
+
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes

Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/textproc/flex/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	help2man:${PORTSDIR}/misc
 		gm4:${PORTSDIR}/devel/m4
 RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
-USES=		bison gmake tar:bzip2
+USES=		bison gmake makeinfo tar:bzip2
 GNU_CONFIGURE=	yes
 # install flex header to its own dir to avoid conflict with system flex.
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/flex --disable-shared

Modified: head/textproc/gsed/Makefile
==============================================================================
--- head/textproc/gsed/Makefile	Wed Jun 25 08:57:10 2014	(r359208)
+++ head/textproc/gsed/Makefile	Wed Jun 25 08:58:09 2014	(r359209)
@@ -13,7 +13,7 @@ COMMENT=	The GNU stream editor
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
 
-USES=		charsetfix gmake
+USES=		charsetfix makeinfo gmake
 PATCH_SUBDIRS=	. doc lib sed
 DATADIR=	${PREFIX}/share/${PKGBASE}
 SAMP_FILES=	binary*.sed dc.sed


More information about the svn-ports-head mailing list