Allow to build with texinfo from ports
With hat: portmgr
This commit is contained in:
parent
bd2bbe06be
commit
c0ef6553ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359321
@ -12,7 +12,7 @@ COMMENT= Version of JDK's `jar' command written entirely in C
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= tar:bzip2 gmake perl5
|
||||
USES= gmake makeinfo perl5 tar:bzip2
|
||||
USES_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -27,7 +27,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
||||
BUILD_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
|
||||
RUN_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
|
||||
|
||||
USES= bison iconv gmake tar:bzip2
|
||||
USES= bison iconv gmake makeinfo tar:bzip2
|
||||
STRIP= #empty
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all info
|
||||
|
@ -33,7 +33,6 @@ NO_BUILD= yes
|
||||
.if ${PORT_OPTIONS:MINFO}
|
||||
INFO= cvsbook
|
||||
INFODIR= ${PREFIX}/${INFO_PATH}
|
||||
INSTALL_INFO?= install-info
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSINGLE_HTML}
|
||||
@ -86,7 +85,6 @@ do-install:
|
||||
.if ${PORT_OPTIONS:MINFO}
|
||||
@${MKDIR} ${STAGEDIR}${INFODIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/cvsbook.info* ${STAGEDIR}${INFODIR}
|
||||
@${INSTALL_INFO} ${STAGEDIR}${INFODIR}/cvsbook.info ${STAGEDIR}${INFODIR}/dir
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Library to share image and audio files between projects
|
||||
BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
|
||||
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
||||
|
||||
USES= gettext gmake libtool:keepla pkgconfig
|
||||
USES= gettext gmake libtool:keepla makeinfo pkgconfig
|
||||
USE_GNOME= gnomehack gnomeprefix glib20 libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -16,7 +16,7 @@ GH_ACCOUNT= crees
|
||||
GH_COMMIT= 947dba4
|
||||
GH_TAGNAME= 947dba4
|
||||
|
||||
USES= pkgconfig pathfix libtool
|
||||
USES= makeinfo pkgconfig pathfix libtool
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
|
||||
USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize
|
||||
|
@ -20,7 +20,7 @@ USE_LDCONFIG= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_GCC= yes
|
||||
|
||||
INFO= liblouisxml-guide
|
||||
INFO= liblouisxml
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -5,7 +5,6 @@ bin/pdf2brl
|
||||
bin/rtf2brl
|
||||
include/liblouisxml/liblouisxml.h
|
||||
include/liblouisxml/louisxml.h
|
||||
info/liblouisxml.info
|
||||
lib/liblouisxml.a
|
||||
lib/liblouisxml.so
|
||||
lib/liblouisxml.so.1
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Version control system
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_XZ= yes
|
||||
USES= makeinfo tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INFO= rcs
|
||||
|
@ -221,6 +221,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba36
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
|
||||
USES+= makeinfo
|
||||
.else
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
.endif
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= GNU
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= GNU version of Shogi
|
||||
|
||||
USES= makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
@ -16,6 +16,7 @@ COMMENT= GNU awk + multi-byte extension
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-bitops --enable-non-decimal-data
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -45,6 +45,7 @@ NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
USES+= makeinfo
|
||||
INFO= gauche-refe gauche-refj
|
||||
.endif
|
||||
|
||||
|
@ -20,7 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -fno-reorder-blocks -fno-inline
|
||||
CONFIGURE_ENV+= GFORTHHIST=${WRKSRC}
|
||||
MAKE_ENV+= GFORTHHIST=${WRKSRC}
|
||||
USES= gmake libtool
|
||||
USES= gmake libtool makeinfo
|
||||
USE_GCC= any
|
||||
USE_AUTOTOOLS= libtool libltdl
|
||||
USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
|
||||
|
@ -13,7 +13,7 @@ COMMENT= SMTP plugin for MUAs
|
||||
LICENSE= GPLv3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig tar:bzip2
|
||||
USES= makeinfo pkgconfig tar:bzip2
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INFO= msmtp
|
||||
|
@ -12,6 +12,8 @@ COMMENT= Virtual Entity of Relevant Acronyms
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
USES= makeinfo
|
||||
|
||||
INFO= vera
|
||||
|
||||
do-build:
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \
|
||||
libgavl.so:${PORTSDIR}/multimedia/gavl \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
USES= gettext pathfix pkgconfig
|
||||
USES= gettext makeinfo pathfix pkgconfig
|
||||
USE_GNOME= gtk20 libxml2
|
||||
USE_XORG= x11 xext xfixes xinerama xv
|
||||
USE_GL= gl
|
||||
|
@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool:keepla
|
||||
USES= libtool:keepla makeinfo
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
||||
AUTOMAKE_ARGS= -a -c
|
||||
LIBTOOLIZE_ARGS=-i -c
|
||||
|
@ -16,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base
|
||||
|
||||
CONFLICTS= husky-fidoconf-devel-[0-9]*
|
||||
|
||||
USES= makeinfo
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= ADDCDEFS=-fPIC
|
||||
INSTALL_TARGET= install install-man
|
||||
|
@ -15,7 +15,6 @@ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
||||
|
||||
CONFLICTS= netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]*
|
||||
|
||||
USES= makeinfo
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC -DgFortran
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
@ -23,7 +22,7 @@ MAKE_ENV= MAKEINFOFLAGS=--no-split
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||
USE_LDCONFIG= yes
|
||||
USES= fortran libtool pathfix
|
||||
USES= fortran libtool makeinfo pathfix
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
INFO= netcdf-f77 netcdf-f90
|
||||
|
@ -15,6 +15,7 @@ LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= makeinfo
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -13,7 +13,7 @@ COMMENT= General purpose text retrieval Software
|
||||
|
||||
LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3
|
||||
|
||||
USES= gmake
|
||||
USES= gmake makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all html
|
||||
|
||||
|
@ -13,10 +13,12 @@ LICENSE= GPLv3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USES= charsetfix
|
||||
USES= charsetfix makeinfo
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
INFO= wdiff
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -1,6 +1,4 @@
|
||||
bin/wdiff
|
||||
info/dir
|
||||
info/wdiff.info
|
||||
man/man1/wdiff.1.gz
|
||||
share/locale/af/LC_MESSAGES/wdiff-gnulib.mo
|
||||
share/locale/be/LC_MESSAGES/wdiff-gnulib.mo
|
||||
|
Loading…
Reference in New Issue
Block a user