Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2015 18:41:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384247 - in head/audio/glame: . files
Message-ID:  <201504181841.t3IIfA26039082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504181841.t3IIfA26039082>