From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 11:02:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 024CEF26; Thu, 26 Jun 2014 11:02:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D713A2B42; Thu, 26 Jun 2014 11:02:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QB28br025180; Thu, 26 Jun 2014 11:02:08 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QB27C4025174; Thu, 26 Jun 2014 11:02:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406261102.s5QB27C4025174@svn.freebsd.org> From: Antoine Brodin Date: Thu, 26 Jun 2014 11:02:07 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 11:02:09 -0000 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 .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 .if defined(NO_PTEXINFO) ALL_TARGET= polipo NOPORTDOCS= yes .else +USES= makeinfo INFO= polipo .endif +.include + 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