svn commit: r384247 - in head/audio/glame: . files

Jan Beich jbeich at FreeBSD.org
Sat Apr 18 18:41:10 UTC 2015


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
+- at subsection The Basic GLAME Database Types
++ at 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
+- at subsection The Internal gldb Operations
++ at 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
+- at subsection The GLAME Database API
++ at 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
+- at subsection Existing GLAME Database Specializations
++ at 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


More information about the svn-ports-head mailing list