From owner-svn-ports-all@FreeBSD.ORG Wed Jun 25 20:10:18 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 D5043BB7; Wed, 25 Jun 2014 20:10:18 +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 A95DF2FF2; Wed, 25 Jun 2014 20:10:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5PKAIKN013078; Wed, 25 Jun 2014 20:10:18 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5PKAHB8013074; Wed, 25 Jun 2014 20:10:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406252010.s5PKAHB8013074@svn.freebsd.org> From: Antoine Brodin Date: Wed, 25 Jun 2014 20:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359298 - in head: devel/psptoolchain-newlib editors/emacs21 editors/emacs22 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: Wed, 25 Jun 2014 20:10:18 -0000 Author: antoine Date: Wed Jun 25 20:10:17 2014 New Revision: 359298 URL: http://svnweb.freebsd.org/changeset/ports/359298 QAT: https://qat.redports.org/buildarchive/r359298/ Log: Allow to build with texinfo from ports With hat: portmgr Modified: head/devel/psptoolchain-newlib/Makefile head/editors/emacs21/Makefile head/editors/emacs22/Makefile Modified: head/devel/psptoolchain-newlib/Makefile ============================================================================== --- head/devel/psptoolchain-newlib/Makefile Wed Jun 25 19:55:04 2014 (r359297) +++ head/devel/psptoolchain-newlib/Makefile Wed Jun 25 20:10:17 2014 (r359298) @@ -21,7 +21,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/${PSP_SDK_ psp-ld:${PORTSDIR}/devel/psptoolchain-binutils \ ${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin/psp-gcc:${PORTSDIR}/devel/psptoolchain-gcc-stage1 -USES= gmake +USES= gmake makeinfo HAS_CONFIGURE= yes CONFIGURE_ENV= PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH} MAKE_ENV= PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH} Modified: head/editors/emacs21/Makefile ============================================================================== --- head/editors/emacs21/Makefile Wed Jun 25 19:55:04 2014 (r359297) +++ head/editors/emacs21/Makefile Wed Jun 25 20:10:17 2014 (r359298) @@ -35,7 +35,7 @@ USE_XORG= xpm .endif USE_AUTOTOOLS= autoconf213 -USES= gmake +USES= gmake makeinfo CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) Modified: head/editors/emacs22/Makefile ============================================================================== --- head/editors/emacs22/Makefile Wed Jun 25 19:55:04 2014 (r359297) +++ head/editors/emacs22/Makefile Wed Jun 25 20:10:17 2014 (r359298) @@ -30,7 +30,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs23- EMACS_VER= 22.3 GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake makeinfo pkgconfig .if !defined(WITHOUT_X11) .if !defined(WITHOUT_GTK)