From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 09:41:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E23CB06; Thu, 26 Jun 2014 09:41:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7095323E6; Thu, 26 Jun 2014 09:41:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5Q9fevp087902; Thu, 26 Jun 2014 09:41:40 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5Q9fdqq087897; Thu, 26 Jun 2014 09:41:39 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406260941.s5Q9fdqq087897@svn.freebsd.org> From: Antoine Brodin Date: Thu, 26 Jun 2014 09:41:39 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 09:41:40 -0000 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