Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 20:10:17 +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: r359298 - in head: devel/psptoolchain-newlib editors/emacs21 editors/emacs22
Message-ID:  <201406252010.s5PKAHB8013074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406252010.s5PKAHB8013074>