From owner-svn-ports-all@FreeBSD.ORG Sat Apr 18 18:41:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9F78B4A; Sat, 18 Apr 2015 18:41:10 +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 9E6FD9D; Sat, 18 Apr 2015 18:41:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3IIfAwf039088; Sat, 18 Apr 2015 18:41:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3IIfA26039082; Sat, 18 Apr 2015 18:41:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504181841.t3IIfA26039082@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Apr 2015 18:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384247 - in head/audio/glame: . files 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.20 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: Sat, 18 Apr 2015 18:41:10 -0000 Author: jbeich Date: Sat Apr 18 18:41:09 2015 New Revision: 384247 URL: https://svnweb.freebsd.org/changeset/ports/384247 Log: Unbreak INFO build on DragonFly and FreeBSD 11+ ./gldb.texi:34: raising the section level of @subsection which is too low Reported by: pkg-fallout Added: head/audio/glame/files/patch-doc_gldb.texi (contents, props changed) Modified: head/audio/glame/Makefile Modified: head/audio/glame/Makefile ============================================================================== --- head/audio/glame/Makefile Sat Apr 18 18:35:34 2015 (r384246) +++ head/audio/glame/Makefile Sat Apr 18 18:41:09 2015 (r384247) @@ -3,7 +3,7 @@ PORTNAME= glame PORTVERSION= 2.0.1 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= audio gnome MASTER_SITES= SF Added: head/audio/glame/files/patch-doc_gldb.texi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/glame/files/patch-doc_gldb.texi Sat Apr 18 18:41:09 2015 (r384247) @@ -0,0 +1,34 @@ +--- doc/gldb.texi.orig 2001-04-25 11:57:11 UTC ++++ doc/gldb.texi +@@ -31,19 +31,19 @@ API. + + + @node The Basic GLAME Database Types, The Internal gldb Operations, , GLAME Database Interface +-@subsection The Basic GLAME Database Types ++@section The Basic GLAME Database Types + + Still to be documented. + + + @node The Internal gldb Operations, The GLAME Database API, The Basic GLAME Database Types, GLAME Database Interface +-@subsection The Internal gldb Operations ++@section The Internal gldb Operations + + Still to be documented. + + + @node The GLAME Database API, Existing GLAME Database Specializations, The Internal gldb Operations, GLAME Database Interface +-@subsection The GLAME Database API ++@section The GLAME Database API + + The external visible API of a generic database is the following (see + the @file{src/hash/gldb.h} file): +@@ -84,7 +84,7 @@ specified database. You may not remove i + + + @node Existing GLAME Database Specializations, , The GLAME Database API, GLAME Database Interface +-@subsection Existing GLAME Database Specializations ++@section Existing GLAME Database Specializations + + Two generic specializations exist, the string database and the WORM database. + Also the filter parameter database and the filter port database are