Date: Thu, 26 Jun 2014 08:41:34 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359321 - in head: archivers/fastjar devel/cross-gcc devel/cvsbook devel/libassetml devel/libcfu devel/liblouisxml devel/rcs emulators/qemu-devel games/gnushogi japanese/gawk lang/gauch... Message-ID: <201406260841.s5Q8fYfm057367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jun 26 08:41:34 2014 New Revision: 359321 URL: http://svnweb.freebsd.org/changeset/ports/359321 QAT: https://qat.redports.org/buildarchive/r359321/ Log: Allow to build with texinfo from ports With hat: portmgr Modified: head/archivers/fastjar/Makefile head/devel/cross-gcc/Makefile head/devel/cvsbook/Makefile head/devel/libassetml/Makefile head/devel/libcfu/Makefile head/devel/liblouisxml/Makefile head/devel/liblouisxml/pkg-plist head/devel/rcs/Makefile head/emulators/qemu-devel/Makefile head/games/gnushogi/Makefile head/japanese/gawk/Makefile head/lang/gauche/Makefile head/lang/gforth/Makefile head/mail/msmtp/Makefile head/misc/vera/Makefile head/multimedia/gmerlin/Makefile head/net/libsocket++/Makefile head/news/husky-fidoconf/Makefile head/science/netcdf-fortran/Makefile head/security/tinc/Makefile head/textproc/amberfish/Makefile head/textproc/wdiff/Makefile head/textproc/wdiff/pkg-plist Modified: head/archivers/fastjar/Makefile ============================================================================== --- head/archivers/fastjar/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/archivers/fastjar/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -12,7 +12,7 @@ COMMENT= Version of JDK's `jar' command LICENSE= GPLv2 -USES= tar:bzip2 gmake perl5 +USES= gmake makeinfo perl5 tar:bzip2 USES_PERL5= build GNU_CONFIGURE= yes Modified: head/devel/cross-gcc/Makefile ============================================================================== --- head/devel/cross-gcc/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/devel/cross-gcc/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -27,7 +27,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ BUILD_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils RUN_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils -USES= bison iconv gmake tar:bzip2 +USES= bison iconv gmake makeinfo tar:bzip2 STRIP= #empty GNU_CONFIGURE= yes ALL_TARGET= all info Modified: head/devel/cvsbook/Makefile ============================================================================== --- head/devel/cvsbook/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/devel/cvsbook/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -33,7 +33,6 @@ NO_BUILD= yes .if ${PORT_OPTIONS:MINFO} INFO= cvsbook INFODIR= ${PREFIX}/${INFO_PATH} -INSTALL_INFO?= install-info .endif .if ${PORT_OPTIONS:MSINGLE_HTML} @@ -86,7 +85,6 @@ do-install: .if ${PORT_OPTIONS:MINFO} @${MKDIR} ${STAGEDIR}${INFODIR} @${INSTALL_DATA} ${WRKSRC}/cvsbook.info* ${STAGEDIR}${INFODIR} - @${INSTALL_INFO} ${STAGEDIR}${INFODIR}/cvsbook.info ${STAGEDIR}${INFODIR}/dir .endif .include <bsd.port.mk> Modified: head/devel/libassetml/Makefile ============================================================================== --- head/devel/libassetml/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/devel/libassetml/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -13,7 +13,7 @@ COMMENT= Library to share image and audi BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -USES= gettext gmake libtool:keepla pkgconfig +USES= gettext gmake libtool:keepla makeinfo pkgconfig USE_GNOME= gnomehack gnomeprefix glib20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libcfu/Makefile ============================================================================== --- head/devel/libcfu/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/devel/libcfu/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -16,7 +16,7 @@ GH_ACCOUNT= crees GH_COMMIT= 947dba4 GH_TAGNAME= 947dba4 -USES= pkgconfig pathfix libtool +USES= makeinfo pkgconfig pathfix libtool PATHFIX_MAKEFILEIN= Makefile.am USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize Modified: head/devel/liblouisxml/Makefile ============================================================================== --- head/devel/liblouisxml/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/devel/liblouisxml/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -20,7 +20,7 @@ USE_LDCONFIG= yes USE_GNOME= libxml2 USE_GCC= yes -INFO= liblouisxml-guide +INFO= liblouisxml .include <bsd.port.options.mk> Modified: head/devel/liblouisxml/pkg-plist ============================================================================== --- head/devel/liblouisxml/pkg-plist Thu Jun 26 08:04:55 2014 (r359320) +++ head/devel/liblouisxml/pkg-plist Thu Jun 26 08:41:34 2014 (r359321) @@ -5,7 +5,6 @@ bin/pdf2brl bin/rtf2brl include/liblouisxml/liblouisxml.h include/liblouisxml/louisxml.h -info/liblouisxml.info lib/liblouisxml.a lib/liblouisxml.so lib/liblouisxml.so.1 Modified: head/devel/rcs/Makefile ============================================================================== --- head/devel/rcs/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/devel/rcs/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -11,7 +11,7 @@ COMMENT= Version control system LICENSE= GPLv3 -USE_XZ= yes +USES= makeinfo tar:xz GNU_CONFIGURE= yes INFO= rcs Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/emulators/qemu-devel/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -221,6 +221,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${P .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html +USES+= makeinfo .else MAKE_ARGS+= NOPORTDOCS=1 .endif Modified: head/games/gnushogi/Makefile ============================================================================== --- head/games/gnushogi/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/games/gnushogi/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -9,6 +9,7 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= GNU version of Shogi +USES= makeinfo GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Modified: head/japanese/gawk/Makefile ============================================================================== --- head/japanese/gawk/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/japanese/gawk/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -16,6 +16,7 @@ COMMENT= GNU awk + multi-byte extension LICENSE= GPLv2 +USES= makeinfo GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-bitops --enable-non-decimal-data MAKE_JOBS_UNSAFE= yes Modified: head/lang/gauche/Makefile ============================================================================== --- head/lang/gauche/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/lang/gauche/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -45,6 +45,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} +USES+= makeinfo INFO= gauche-refe gauche-refj .endif Modified: head/lang/gforth/Makefile ============================================================================== --- head/lang/gforth/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/lang/gforth/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -20,7 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-reorder-blocks -fno-inline CONFIGURE_ENV+= GFORTHHIST=${WRKSRC} MAKE_ENV+= GFORTHHIST=${WRKSRC} -USES= gmake libtool +USES= gmake libtool makeinfo USE_GCC= any USE_AUTOTOOLS= libtool libltdl USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/mail/msmtp/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -13,7 +13,7 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= pkgconfig tar:bzip2 +USES= makeinfo pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp Modified: head/misc/vera/Makefile ============================================================================== --- head/misc/vera/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/misc/vera/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -12,6 +12,8 @@ COMMENT= Virtual Entity of Relevant Acro LICENSE= GFDL +USES= makeinfo + INFO= vera do-build: Modified: head/multimedia/gmerlin/Makefile ============================================================================== --- head/multimedia/gmerlin/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/multimedia/gmerlin/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -16,7 +16,7 @@ LIB_DEPENDS= libexif.so:${PORTSDIR}/grap libgavl.so:${PORTSDIR}/multimedia/gavl \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USES= gettext pathfix pkgconfig +USES= gettext makeinfo pathfix pkgconfig USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xfixes xinerama xv USE_GL= gl Modified: head/net/libsocket++/Makefile ============================================================================== --- head/net/libsocket++/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/net/libsocket++/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool:keepla +USES= libtool:keepla makeinfo USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize AUTOMAKE_ARGS= -a -c LIBTOOLIZE_ARGS=-i -c Modified: head/news/husky-fidoconf/Makefile ============================================================================== --- head/news/husky-fidoconf/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/news/husky-fidoconf/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -16,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/fido/husky CONFLICTS= husky-fidoconf-devel-[0-9]* +USES= makeinfo USE_LDCONFIG= yes MAKE_ARGS= ADDCDEFS=-fPIC INSTALL_TARGET= install install-man Modified: head/science/netcdf-fortran/Makefile ============================================================================== --- head/science/netcdf-fortran/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/science/netcdf-fortran/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -15,7 +15,6 @@ 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 @@ -23,7 +22,7 @@ MAKE_ENV= MAKEINFOFLAGS=--no-split MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize USE_LDCONFIG= yes -USES= fortran libtool pathfix +USES= fortran libtool makeinfo pathfix WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} INFO= netcdf-f77 netcdf-f90 Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/security/tinc/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -15,6 +15,7 @@ LIB_DEPENDS= liblzo2.so:${PORTSDIR}/arch LICENSE= GPLv3 +USES= makeinfo USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/textproc/amberfish/Makefile ============================================================================== --- head/textproc/amberfish/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/textproc/amberfish/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -13,7 +13,7 @@ COMMENT= General purpose text retrieval LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 -USES= gmake +USES= gmake makeinfo GNU_CONFIGURE= yes ALL_TARGET= all html Modified: head/textproc/wdiff/Makefile ============================================================================== --- head/textproc/wdiff/Makefile Thu Jun 26 08:04:55 2014 (r359320) +++ head/textproc/wdiff/Makefile Thu Jun 26 08:41:34 2014 (r359321) @@ -13,10 +13,12 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= charsetfix +USES= charsetfix makeinfo OPTIONS_DEFINE= NLS +INFO= wdiff + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} Modified: head/textproc/wdiff/pkg-plist ============================================================================== --- head/textproc/wdiff/pkg-plist Thu Jun 26 08:04:55 2014 (r359320) +++ head/textproc/wdiff/pkg-plist Thu Jun 26 08:41:34 2014 (r359321) @@ -1,6 +1,4 @@ bin/wdiff -info/dir -info/wdiff.info man/man1/wdiff.1.gz share/locale/af/LC_MESSAGES/wdiff-gnulib.mo share/locale/be/LC_MESSAGES/wdiff-gnulib.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406260841.s5Q8fYfm057367>