diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-04-19 02:41:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-04-19 02:41:09 +0800 |
commit | eec3d3cd706f56930b5cff07e273af3290d9359d (patch) | |
tree | 9ce8ae304b79e6e1acc35be9f8f2ccc642cc1572 /audio | |
parent | a28e631350dfd3b267a7c3dec584362fce2b2951 (diff) | |
download | freebsd-ports-gnome-eec3d3cd706f56930b5cff07e273af3290d9359d.tar.gz freebsd-ports-gnome-eec3d3cd706f56930b5cff07e273af3290d9359d.tar.zst freebsd-ports-gnome-eec3d3cd706f56930b5cff07e273af3290d9359d.zip |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glame/Makefile | 2 | ||||
-rw-r--r-- | audio/glame/files/patch-doc_gldb.texi | 34 |
2 files changed, 35 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index a48f3ab25ddc..31feac2c6843 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -3,7 +3,7 @@ PORTNAME= glame PORTVERSION= 2.0.1 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= audio gnome MASTER_SITES= SF diff --git a/audio/glame/files/patch-doc_gldb.texi b/audio/glame/files/patch-doc_gldb.texi new file mode 100644 index 000000000000..3e6bff3f90f1 --- /dev/null +++ b/audio/glame/files/patch-doc_gldb.texi @@ -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 |