Date: Thu, 26 Jun 2014 11:02:07 +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: r359329 - in head: databases/tora dns/knot editors/emacs23 net/quagga www/polipo x11-wm/plwm Message-ID: <201406261102.s5QB27C4025174@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jun 26 11:02:07 2014 New Revision: 359329 URL: http://svnweb.freebsd.org/changeset/ports/359329 QAT: https://qat.redports.org/buildarchive/r359329/ Log: Allow to build with texinfo from ports With hat: portmgr Modified: head/databases/tora/Makefile head/dns/knot/Makefile head/editors/emacs23/Makefile head/net/quagga/Makefile head/www/polipo/Makefile head/x11-wm/plwm/Makefile Modified: head/databases/tora/Makefile ============================================================================== --- head/databases/tora/Makefile Thu Jun 26 10:14:56 2014 (r359328) +++ head/databases/tora/Makefile Thu Jun 26 11:02:07 2014 (r359329) @@ -30,6 +30,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} +USES+= makeinfo INFO= tora .endif Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Thu Jun 26 10:14:56 2014 (r359328) +++ head/dns/knot/Makefile Thu Jun 26 11:02:07 2014 (r359329) @@ -16,7 +16,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/b flex>=2.5.35_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu -USES= libtool +USES= libtool makeinfo USE_LDCONFIG= yes Modified: head/editors/emacs23/Makefile ============================================================================== --- head/editors/emacs23/Makefile Thu Jun 26 10:14:56 2014 (r359328) +++ head/editors/emacs23/Makefile Thu Jun 26 11:02:07 2014 (r359329) @@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs22- EMACS_VER= 23.4 GNU_CONFIGURE= yes -USES= ncurses gmake pkgconfig +USES= gmake makeinfo ncurses pkgconfig USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Jun 26 10:14:56 2014 (r359328) +++ head/net/quagga/Makefile Thu Jun 26 11:02:07 2014 (r359329) @@ -17,7 +17,7 @@ LICENSE= GPLv2 CONFLICTS= openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]* -USES= gmake perl5 libtool +USES= gmake libtool makeinfo perl5 USE_AUTOTOOLS= autoheader aclocal ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk Modified: head/www/polipo/Makefile ============================================================================== --- head/www/polipo/Makefile Thu Jun 26 10:14:56 2014 (r359328) +++ head/www/polipo/Makefile Thu Jun 26 11:02:07 2014 (r359329) @@ -15,15 +15,17 @@ MAN1= polipo.1 USE_RC_SUBR= polipo NO_STAGE= yes -.include <bsd.port.pre.mk> .if defined(NO_PTEXINFO) ALL_TARGET= polipo NOPORTDOCS= yes .else +USES= makeinfo INFO= polipo .endif +.include <bsd.port.pre.mk> + DOCSDIR= ${DATADIR}/www/doc PORTDOCS= * Modified: head/x11-wm/plwm/Makefile ============================================================================== --- head/x11-wm/plwm/Makefile Thu Jun 26 10:14:56 2014 (r359328) +++ head/x11-wm/plwm/Makefile Thu Jun 26 11:02:07 2014 (r359329) @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib INFO= plwm +USES= makeinfo USE_PYTHON= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406261102.s5QB27C4025174>