1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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
This commit is contained in:
Jan Beich 2015-04-18 18:41:09 +00:00
parent b13386a8c9
commit 19ca485076
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384247
2 changed files with 35 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= glame
PORTVERSION= 2.0.1
PORTREVISION= 26
PORTREVISION= 27
CATEGORIES= audio gnome
MASTER_SITES= SF

View File

@ -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