svn commit: r359353 - in head: devel/cedet editors/emacs22 ftp/wget lang/gcl lang/librep mail/anubis math/R math/maxima textproc/muse textproc/rubber x11/dgs

Antoine Brodin antoine at FreeBSD.org
Thu Jun 26 13:51:17 UTC 2014


Author: antoine
Date: Thu Jun 26 13:51:14 2014
New Revision: 359353
URL: http://svnweb.freebsd.org/changeset/ports/359353
QAT: https://qat.redports.org/buildarchive/r359353/

Log:
  Allow to build with texinfo from ports
  
  With hat:	portmgr

Modified:
  head/devel/cedet/Makefile
  head/editors/emacs22/Makefile
  head/ftp/wget/Makefile
  head/lang/gcl/Makefile
  head/lang/librep/Makefile
  head/mail/anubis/Makefile
  head/math/R/Makefile
  head/math/maxima/Makefile
  head/textproc/muse/Makefile
  head/textproc/rubber/Makefile
  head/x11/dgs/Makefile

Modified: head/devel/cedet/Makefile
==============================================================================
--- head/devel/cedet/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/devel/cedet/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -14,7 +14,7 @@ COMMENT=	Collection of Emacs Development
 LICENSE=	GPLv2
 
 USE_EMACS=		yes
-USES=			gmake
+USES=			gmake makeinfo
 MAKE_JOBS_UNSAFE=	yes
 
 CEDET_LISPDIR=	${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}

Modified: head/editors/emacs22/Makefile
==============================================================================
--- head/editors/emacs22/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/editors/emacs22/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -59,7 +59,7 @@ MAKE_ENV=	LC_ALL=C
 
 INFO=		ada-mode autotype calc ccmode cl dired-x ebrowse ediff \
 		efaq eintr elisp emacs-mime emacs erc eshell eudc \
-		flymake forms gnus idlwave info message mh-e newsticker \
+		flymake forms gnus idlwave message mh-e newsticker \
 		org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \
 		tramp url vip viper widget woman
 
@@ -84,4 +84,7 @@ pre-everything::
 post-patch:
 	@${RM} -f ${WRKSRC}/info/*
 
+post-install:
+	@${RM} -f ${STAGEDIR}${PREFIX}/info/info*
+
 .include <bsd.port.post.mk>

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/ftp/wget/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -12,7 +12,7 @@ COMMENT=	Retrieve files from the Net via
 
 LICENSE=	GPLv3
 
-USES=		charsetfix gmake perl5 tar:xz
+USES=		charsetfix gmake makeinfo perl5 tar:xz
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 

Modified: head/lang/gcl/Makefile
==============================================================================
--- head/lang/gcl/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/lang/gcl/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -23,7 +23,7 @@ ONLY_FOR_ARCHS=	amd64 i386
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		gmake readline
+USES=		gmake makeinfo readline
 USE_GCC=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ansi \

Modified: head/lang/librep/Makefile
==============================================================================
--- head/lang/librep/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/lang/librep/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	gtar:${PORTSDIR}/archivers/
 
 USE_CSTD=	gnu89
 
-USES=		gettext gmake libtool pathfix pkgconfig readline tar:xz shebangfix
+USES=		gettext gmake libtool makeinfo pathfix pkgconfig readline tar:xz shebangfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-aclocaldir=${PREFIX}/share/aclocal \
 		--with-stack-direction=-1

Modified: head/mail/anubis/Makefile
==============================================================================
--- head/mail/anubis/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/mail/anubis/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -23,7 +23,7 @@ GSASL_DESC=	GSASL support (required for 
 GDBM_DESC=	GDBM backend
 SOCKS_DESC=	SOCKS proxy support
 
-USES=		pkgconfig shebangfix
+USES=		makeinfo pkgconfig shebangfix
 SHEBANG_FILES=	contrib/msg2smtp.pl
 USE_RC_SUBR=	anubis
 USE_AUTOTOOLS=	aclocal autoheader autoconf automake

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/math/R/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -72,7 +72,7 @@ OPTIONS_DEFAULT+=	ICU PCRE_PORT THREADS
 RUN_DEPENDS+=		${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
 USE_LDCONFIG=		${PREFIX}/lib/R/lib
 #now only used to build the R.1 manpage:
-USES+=			perl5
+USES+=			makeinfo perl5
 USE_PERL5=		build
 
 OPTIONS_DEFINE+=	GHOSTSCRIPT INFO_MANUALS JPEG LETTER_PAPER LIBR \

Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/math/maxima/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/${LISPPORT
 		${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
 		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
 
-USES=			gmake perl5 tk:84+
+USES=			gmake makeinfo perl5 tk:84+
 USE_PERL5=		build
 USE_PYTHON_BUILD=	yes
 GNU_CONFIGURE=		yes

Modified: head/textproc/muse/Makefile
==============================================================================
--- head/textproc/muse/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/textproc/muse/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -15,7 +15,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An authoring and publishing environment for Emacs
 
 USE_EMACS=	yes
-USES=		gmake
+USES=		gmake makeinfo
 
 INFO=		muse
 

Modified: head/textproc/rubber/Makefile
==============================================================================
--- head/textproc/rubber/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/textproc/rubber/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 USE_PYTHON=	2
 USE_TEX=	latex
-USES=		gmake
+USES=		gmake makeinfo
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \
 		--datadir=${PYTHON_SITELIBDIR} --python=${PYTHON_CMD}

Modified: head/x11/dgs/Makefile
==============================================================================
--- head/x11/dgs/Makefile	Thu Jun 26 13:34:02 2014	(r359352)
+++ head/x11/dgs/Makefile	Thu Jun 26 13:51:14 2014	(r359353)
@@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE=	yes
 USE_GHOSTSCRIPT_RUN=	yes
 USE_XORG=	xt sm ice xext x11
 USE_GNOME=	glib12
-USES=		gmake libtool:keepla
+USES=		gmake libtool:keepla makeinfo
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.5.9


More information about the svn-ports-head mailing list