Date: Thu, 26 Jun 2014 09:41:39 +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: r359327 - in head: databases/recutils devel/cgdb lang/smalltalk lang/yorick textproc/chpp Message-ID: <201406260941.s5Q9fdqq087897@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jun 26 09:41:38 2014 New Revision: 359327 URL: http://svnweb.freebsd.org/changeset/ports/359327 QAT: https://qat.redports.org/buildarchive/r359327/ Log: Allow to build with texinfo from ports With hat: portmgr Modified: head/databases/recutils/Makefile head/devel/cgdb/Makefile head/lang/smalltalk/Makefile head/lang/yorick/Makefile head/textproc/chpp/Makefile Modified: head/databases/recutils/Makefile ============================================================================== --- head/databases/recutils/Makefile Thu Jun 26 09:22:12 2014 (r359326) +++ head/databases/recutils/Makefile Thu Jun 26 09:41:38 2014 (r359327) @@ -12,7 +12,7 @@ COMMENT= Tools and libraries to access h LICENSE= GPLv3 -USES= charsetfix libtool +USES= charsetfix libtool makeinfo GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/cgdb/Makefile ============================================================================== --- head/devel/cgdb/Makefile Thu Jun 26 09:22:12 2014 (r359326) +++ head/devel/cgdb/Makefile Thu Jun 26 09:41:38 2014 (r359327) @@ -9,6 +9,8 @@ MASTER_SITES= http://cgdb.me/files/ MAINTAINER= clsung@FreeBSD.org COMMENT= Curses-based interface to the GNU Debugger +USES= makeinfo + INFO= cgdb GNU_CONFIGURE= yes Modified: head/lang/smalltalk/Makefile ============================================================================== --- head/lang/smalltalk/Makefile Thu Jun 26 09:22:12 2014 (r359326) +++ head/lang/smalltalk/Makefile Thu Jun 26 09:41:38 2014 (r359327) @@ -24,7 +24,7 @@ TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/t PGSQL_USE= PGSQL=yes SDL_USE= SDL=image,mixer,sdl,sound,ttf -USES= gmake iconv libtool pkgconfig shebangfix tar:xz +USES= gmake iconv libtool makeinfo pkgconfig shebangfix tar:xz USE_GNOME= pango USE_SQLITE= yes USE_XORG= ice xi xmu Modified: head/lang/yorick/Makefile ============================================================================== --- head/lang/yorick/Makefile Thu Jun 26 09:22:12 2014 (r359326) +++ head/lang/yorick/Makefile Thu Jun 26 09:41:38 2014 (r359327) @@ -8,7 +8,7 @@ CATEGORIES= lang math MAINTAINER= johans@FreeBSD.org COMMENT= Interpreted language for scientific simulations -USES= tar:tgz +USES= makeinfo tar:tgz USE_XORG= x11 MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null Modified: head/textproc/chpp/Makefile ============================================================================== --- head/textproc/chpp/Makefile Thu Jun 26 09:22:12 2014 (r359326) +++ head/textproc/chpp/Makefile Thu Jun 26 09:41:38 2014 (r359327) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc -USES= gmake +USES= gmake makeinfo USE_AUTOTOOLS= autoheader aclocal automake autoconf AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ARGS= --libdir=${PREFIX}/share
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406260941.s5Q9fdqq087897>