Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2014 12:51:02 +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: r359763 - in head: editors/emacs-devel security/gnutls3
Message-ID:  <201406291251.s5TCp3UC010138@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun 29 12:51:02 2014
New Revision: 359763
URL: http://svnweb.freebsd.org/changeset/ports/359763
QAT: https://qat.redports.org/buildarchive/r359763/

Log:
  Allow to build with texinfo from ports

Modified:
  head/editors/emacs-devel/Makefile
  head/security/gnutls3/Makefile

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Sun Jun 29 12:50:42 2014	(r359762)
+++ head/editors/emacs-devel/Makefile	Sun Jun 29 12:51:02 2014	(r359763)
@@ -25,7 +25,7 @@ CONFLICTS=	emacs-19.* emacs21-[0-9]* ema
 EMACS_VER=	24.4.50
 EMACS_REV=	117036
 GNU_CONFIGURE=	yes
-USES=		ncurses pkgconfig gmake shebangfix tar:xz
+USES=		gmake makeinfo ncurses pkgconfig shebangfix tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INFO_PATH=	${DATADIR_REL}/info

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Sun Jun 29 12:50:42 2014	(r359762)
+++ head/security/gnutls3/Makefile	Sun Jun 29 12:51:02 2014	(r359763)
@@ -24,7 +24,7 @@ USE_LDCONFIG=	${PREFIX}/lib/gnutls3
 CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
 LDFLAGS=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=		MAKEINFO="/usr/bin/makeinfo --no-split"
+CONFIGURE_ENV=		MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--program-suffix=${GNUTLS_SUFFIX} \
 			--includedir="${PREFIX}/include/gnutls${GNUTLS_SUFFIX}" \
 			--libdir="${PREFIX}/lib/gnutls${GNUTLS_SUFFIX}" \



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