mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Allow to build with texinfo from ports
With hat: portmgr
This commit is contained in:
parent
0b8e7b7bf9
commit
af7cc6136e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359353
@ -14,7 +14,7 @@ COMMENT= Collection of Emacs Development Environment Tools
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_EMACS= yes
|
||||
USES= gmake
|
||||
USES= gmake makeinfo
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CEDET_LISPDIR= ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
||||
|
@ -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>
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Retrieve files from the Net via HTTP(S) and FTP
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= charsetfix gmake perl5 tar:xz
|
||||
USES= charsetfix gmake makeinfo perl5 tar:xz
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -20,7 +20,7 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
|
||||
|
||||
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
|
||||
|
@ -23,7 +23,7 @@ GSASL_DESC= GSASL support (required for databases)
|
||||
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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An authoring and publishing environment for Emacs
|
||||
|
||||
USE_EMACS= yes
|
||||
USES= gmake
|
||||
USES= gmake makeinfo
|
||||
|
||||
INFO= muse
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user