svn commit: r359318 - in head: audio/gnupod audio/rplay audio/solfege comms/mgetty+sendfax devel/cross-binutils devel/cvs+ipv6 devel/ddd devel/djgpp-binutils devel/msp430-gcc devel/sdts++ devel/tcl...
Antoine Brodin
antoine at FreeBSD.org
Thu Jun 26 07:32:43 UTC 2014
Author: antoine
Date: Thu Jun 26 07:32:36 2014
New Revision: 359318
URL: http://svnweb.freebsd.org/changeset/ports/359318
QAT: https://qat.redports.org/buildarchive/r359318/
Log:
Allow to build with texinfo from ports
With hat: portmgr
Modified:
head/audio/gnupod/Makefile
head/audio/rplay/Makefile
head/audio/solfege/Makefile
head/comms/mgetty+sendfax/Makefile
head/devel/cross-binutils/Makefile
head/devel/cvs+ipv6/Makefile
head/devel/ddd/Makefile
head/devel/djgpp-binutils/Makefile
head/devel/msp430-gcc/Makefile
head/devel/sdts++/Makefile
head/devel/tclmore/Makefile
head/devel/zpu-gcc/Makefile
head/editors/ne/Makefile
head/editors/xemacs/Makefile
head/games/xboard/Makefile
head/games/xconq/Makefile
head/graphics/zgv/Makefile
head/japanese/mtools/Makefile
head/misc/pinfo/Makefile
head/print/hp2xx/Makefile
head/sysutils/cfengine22/Makefile
head/sysutils/grub2-pcbsd/Makefile
head/sysutils/xlogmaster/Makefile
head/textproc/ffe/Makefile
head/textproc/mifluz/Makefile
head/www/boa/Makefile
head/x11/cl-clx/Makefile
Modified: head/audio/gnupod/Makefile
==============================================================================
--- head/audio/gnupod/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/audio/gnupod/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -8,7 +8,6 @@ CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://www.blinkenlights.ch/gnupod-dist/stable/
MASTER_SITE_SUBDIR= gnupod
-EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= Set of Perl scripts for using an Apple iPod
@@ -23,7 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
INFO= gnupod
-USES= perl5
+USES= makeinfo perl5 tar:tgz
GNU_CONFIGURE= yes
NO_BUILD= yes
Modified: head/audio/rplay/Makefile
==============================================================================
--- head/audio/rplay/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/audio/rplay/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -12,6 +12,7 @@ COMMENT= Network audio player
LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
+USES= makeinfo
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/audio/solfege/Makefile
==============================================================================
--- head/audio/solfege/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/audio/solfege/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -18,7 +18,7 @@ USE_GNOME= pygtk2
NO_STAGE= yes
WANT_GNOME= yes
USE_PYTHON= yes
-USES= gettext gmake display pathfix pkgconfig
+USES= display gettext gmake makeinfo pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_XML2PO=""
CONFIGURE_ARGS= --disable-oss-sound \
Modified: head/comms/mgetty+sendfax/Makefile
==============================================================================
--- head/comms/mgetty+sendfax/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/comms/mgetty+sendfax/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -14,7 +14,7 @@ COMMENT= Handle external logins, send an
LICENSE= GPLv2
USE_CSTD= gnu89
-USES= perl5
+USES= makeinfo perl5
SUB_FILES= pkg-message mgettycfg
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Modified: head/devel/cross-binutils/Makefile
==============================================================================
--- head/devel/cross-binutils/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/cross-binutils/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -15,7 +15,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= christoph.mallon at gmx.de
COMMENT= GNU binutils port for cross-target development
-USES= tar:bzip2 gmake
+USES= gmake makeinfo tar:bzip2
GNU_CONFIGURE= yes
ALL_TARGET= all info
MAKE_JOBS_UNSAFE= yes
Modified: head/devel/cvs+ipv6/Makefile
==============================================================================
--- head/devel/cvs+ipv6/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/cvs+ipv6/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -18,10 +18,9 @@ COMMENT= IPv6 enabled cvs. You can use
CONFLICTS= cvsnt-[12]* cvs-devel-[12]*
LICENSE= GPLv2
-USES= uidfix
+USES= makeinfo tar:xz uidfix
PATCHDIR= ${WRKDIR}/call/cvs-build
WRKSRC= ${WRKDIR}/call/cvs-build
-USE_XZ= yes
INFO= cvs cvsclient
# bsd.stage.makes sets the wrong value for DESTDIR
Modified: head/devel/ddd/Makefile
==============================================================================
--- head/devel/ddd/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/ddd/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sergio at softshark.org
COMMENT= Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB
-USES= gmake motif
+USES= gmake makeinfo motif
USE_XORG= xpm
GNU_CONFIGURE= yes
Modified: head/devel/djgpp-binutils/Makefile
==============================================================================
--- head/devel/djgpp-binutils/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/djgpp-binutils/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -18,8 +18,7 @@ TARGET= i586-pc-msdosdjgpp
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
-USE_BZIP2= yes
-USES= gmake
+USES= gmake makeinfo tar:bzip2
GNU_CONFIGURE= yes
SRCDIR= ${WRKDIR}/binutils-${PORTVERSION}
WRKSRC= ${WRKDIR}/build
Modified: head/devel/msp430-gcc/Makefile
==============================================================================
--- head/devel/msp430-gcc/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/msp430-gcc/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -45,8 +45,7 @@ SRCDIR= ${WRKDIR}/${PORTNAME}-${GCCVERS
WRKSRC= ${WRKDIR}/build
PATCH_WRKSRC= ${SRCDIR}
-USE_BZIP2= yes
-USES= bison iconv gmake perl5
+USES= bison gmake iconv makeinfo perl5 tar:bzip2
USE_PERL5= build
GNU_CONFIGURE= yes
Modified: head/devel/sdts++/Makefile
==============================================================================
--- head/devel/sdts++/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/sdts++/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -14,7 +14,7 @@ COMMENT= C++ library for SDTS related de
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
DOS2UNIX_FILES= sdts++/io/sio_Utils.cpp
-USES= bison dos2unix gmake
+USES= bison dos2unix gmake makeinfo
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
Modified: head/devel/tclmore/Makefile
==============================================================================
--- head/devel/tclmore/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/tclmore/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src
MAINTAINER= dsh at vlink.ru
COMMENT= More TCL commands
-USES= gmake tcl
+USES= gmake makeinfo tcl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//}
Modified: head/devel/zpu-gcc/Makefile
==============================================================================
--- head/devel/zpu-gcc/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/devel/zpu-gcc/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain
-USES= gettext gmake
+USES= gettext gmake makeinfo
MANDIRS= ${PREFIX}/zpu/man
INFO= zpuc/cpp zpuc/cppinternals zpuc/dir zpuc/gcc zpuc/gccinstal \
zpuc/gccint
Modified: head/editors/ne/Makefile
==============================================================================
--- head/editors/ne/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/editors/ne/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -13,7 +13,7 @@ LICENSE= GPLv3
BUILD_WRKSRC= ${WRKSRC}/src
-USES= gmake perl5
+USES= gmake makeinfo perl5
USE_PERL5= build
MAKEFILE= makefile
ALL_TARGET= ${PORTNAME}
Modified: head/editors/xemacs/Makefile
==============================================================================
--- head/editors/xemacs/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/editors/xemacs/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -22,7 +22,7 @@ XEMACS_REL= 21.4
XEMACS_VER= 21.4.22
XEMACS_ARCH= ${CONFIGURE_TARGET}
-USE_BZIP2= yes
+USES= makeinfo tar:bzip2
USE_CSTD= gnu89
WANT_GNOME= yes
STRIP=
Modified: head/games/xboard/Makefile
==============================================================================
--- head/games/xboard/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/games/xboard/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -27,7 +27,7 @@ PHALANX_RUN_DEPENDS+= phalanx:${PORTSDIR
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-USES= desktop-file-utils perl5 pkgconfig shared-mime-info
+USES= desktop-file-utils makeinfo perl5 pkgconfig shared-mime-info
USE_XORG= xt xpm xaw
USE_GNOME= librsvg2
GNU_CONFIGURE= yes
Modified: head/games/xconq/Makefile
==============================================================================
--- head/games/xconq/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/games/xconq/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -14,7 +14,7 @@ LICENSE= GPLv2 # (or later)
OPTIONS_DEFINE= SDL
USE_BZIP2= yes
-USES= compiler gmake
+USES= compiler gmake makeinfo
USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-alternate-scoresdir=${SCOREDIR} \
Modified: head/graphics/zgv/Makefile
==============================================================================
--- head/graphics/zgv/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/graphics/zgv/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -18,7 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap
OPTIONS_DEFINE= SDL
-USES= gmake
+USES= gmake makeinfo
ALL_TARGET= zgv info
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/japanese/mtools/Makefile
==============================================================================
--- head/japanese/mtools/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/japanese/mtools/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports at FreeBSD.org
COMMENT= Tools for manipulating MSDOS files + support 1232KB , Unicode LFN
-USES= gmake
+USES= gmake makeinfo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xdf
INFO= mtools
Modified: head/misc/pinfo/Makefile
==============================================================================
--- head/misc/pinfo/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/misc/pinfo/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -13,7 +13,7 @@ COMMENT= Ncurses based, lynx style info
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= tar:bzip2 ncurses
+USES= makeinfo ncurses tar:bzip2
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
LIBTOOLIZE_ARGS=--force
ACLOCAL_ARGS= -I macros
Modified: head/print/hp2xx/Makefile
==============================================================================
--- head/print/hp2xx/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/print/hp2xx/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -16,6 +16,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/
WRKSRC= ${WRKDIR}/${DISTNAME}/sources
+USES= makeinfo
MAKE_ENV= DEFINES="${CPPFLAGS}" ALL_LIBS="${LDFLAGS}" \
PREVIEWER="${PREVIEWER}"
Modified: head/sysutils/cfengine22/Makefile
==============================================================================
--- head/sysutils/cfengine22/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/sysutils/cfengine22/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -18,7 +18,7 @@ CONFLICTS= cfengine-3* cfengine-devel-*
USE_RC_SUBR= cfexecd cfservd
-USES= libtool shebangfix
+USES= libtool makeinfo shebangfix
SHEBANG_FILES= contrib/cfdoc
WITH_BDB_VER?= 46
Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/sysutils/grub2-pcbsd/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -25,7 +25,7 @@ USE_PYTHON= yes
USE_AUTOTOOLS= automake aclocal autoconf
ACLOCAL_ARGS= -Im4
GNU_CONFIGURE= yes
-USES= bison gettext gmake tar:xz
+USES= bison gettext gmake makeinfo tar:xz
ONLY_FOR_ARCHS= i386 amd64
INFO= grub grub-dev
MAKE_JOBS_UNSAFE= yes
Modified: head/sysutils/xlogmaster/Makefile
==============================================================================
--- head/sysutils/xlogmaster/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/sysutils/xlogmaster/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -11,7 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Quick & easy monitoring of logfiles and devices
USE_GNOME= gtk12
-USES= gmake
+USES= gmake makeinfo
GNU_CONFIGURE= yes
MAN1= xlogmaster.1
Modified: head/textproc/ffe/Makefile
==============================================================================
--- head/textproc/ffe/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/textproc/ffe/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -11,6 +11,7 @@ COMMENT= Flat file extractor
OPTIONS_DEFINE= DOCS
+USES= makeinfo
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PORTDOCS= ${PORTNAME}.html
Modified: head/textproc/mifluz/Makefile
==============================================================================
--- head/textproc/mifluz/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/textproc/mifluz/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -12,7 +12,7 @@ COMMENT= C++ library to build and query
LICENSE= GPLv3
USE_GCC= any
-USES= bison pathfix iconv
+USES= bison iconv makeinfo pathfix
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --without-unac
USE_LDCONFIG= yes
Modified: head/www/boa/Makefile
==============================================================================
--- head/www/boa/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/www/boa/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r
MAINTAINER= ale at FreeBSD.org
COMMENT= High performance single-tasking web server
-USES= gmake tar:bzip2
+USES= gmake makeinfo tar:bzip2
GNU_CONFIGURE= yes
INFO= boa
Modified: head/x11/cl-clx/Makefile
==============================================================================
--- head/x11/cl-clx/Makefile Thu Jun 26 01:24:20 2014 (r359317)
+++ head/x11/cl-clx/Makefile Thu Jun 26 07:32:36 2014 (r359318)
@@ -7,14 +7,16 @@ PORTREVISION?= 1
CATEGORIES= x11 lisp
MASTER_SITES= http://common-lisp.net/~abridgewater/dist/clx/
PKGNAMEPREFIX= cl-
-EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= X11 client library for Common Lisp
LICENSE= MIT
+USES= tar:tgz
+
.if !defined(FASL_BUILD)
+USES+= makeinfo
USE_ASDF= yes
INFO= clx
PLIST_SUB= ASDF_PATHNAME="${ASDF_PATHNAME:S,^${PREFIX}/,,}" \
More information about the svn-ports-all
mailing list