Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 01:05:29 +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: r384262 - in head/devel/sdts++: . files
Message-ID:  <201504190105.t3J15TUt068007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Apr 19 01:05:28 2015
New Revision: 384262
URL: https://svnweb.freebsd.org/changeset/ports/384262

Log:
  Unbreak INFO build on DragonFly and FreeBSD 11+
  
  sdts++.texi:42: unknown command `xdef'
  sdts++.texi:42: unknown command `seteditionone'
  sdts++.texi:43: unknown command `xdef'
  sdts++.texi:43: unknown command `edition'
  sdts++.texi:43: unknown command `seteditionone'
  sdts++.texi:64: unknown command `clark'
  sdts++.texi:68: @copyright expected braces
  sdts++.texi:1177: @code missing close brace
  sdts++.texi:1181: misplaced }
  
  Reported by:	pkg-fallout

Modified:
  head/devel/sdts++/Makefile
  head/devel/sdts++/files/patch-doc__sdts++.texi

Modified: head/devel/sdts++/Makefile
==============================================================================
--- head/devel/sdts++/Makefile	Sun Apr 19 01:03:14 2015	(r384261)
+++ head/devel/sdts++/Makefile	Sun Apr 19 01:05:28 2015	(r384262)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdts++
 PORTVERSION=	1.5.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \
 		http://lychnobite.org/sdts/

Modified: head/devel/sdts++/files/patch-doc__sdts++.texi
==============================================================================
--- head/devel/sdts++/files/patch-doc__sdts++.texi	Sun Apr 19 01:03:14 2015	(r384261)
+++ head/devel/sdts++/files/patch-doc__sdts++.texi	Sun Apr 19 01:05:28 2015	(r384262)
@@ -11,3 +11,49 @@
  
  @c Put functions in the concept index
  @syncodeindex fn cp
+@@ -35,8 +39,8 @@
+ % be automatically generated, just to keep things simple.
+ % This is rather kludgy, actually: argument #1 is the colon from the RCS
+ % string. It's only there so that RCS/CVS won't expand the wrong thing.
+-@xdef@seteditionone$Revision#1 #2 ${#2}
+-@xdef@edition{@seteditionone$Revision: 1.21 $}
++\xdef\seteditionone$Revision#1 #2 ${#2}
++\xdef\edition{\seteditionone$Revision: 1.21 $}
+ @end tex
+ @c %** End of header
+ 
+@@ -57,11 +61,11 @@ are preserved on all copies.
+ @iftex
+ @subtitle Edition @edition
+ @end iftex
+-@author Mark Coletti <mcoletti@clark.net>
++@author Mark Coletti <mcoletti@@clark.net>
+ 
+ @page
+ @vskip 0pt plus 1filll
+-Copyright @copyright 2003 United States Geological Survey.
++Copyright @copyright{} 2003 United States Geological Survey.
+ 
+ Permission is granted to make and distribute verbatim copies of
+ this manual provided the copyright notice and this permission notice
+@@ -1169,12 +1173,14 @@ sio_8211FieldFormat declares the followi
+ This class contains specific subfield formatting information.
+ 
+ This class defines the following enumerators:
+-    
+-@code{
+-     typedef enum @{ A, I, R, S, C, B, X @} type;
+-    
+-     typedef enum @{ fixed, variable @} format;
+-}
++
++@ftable @code
++
++@item     typedef enum @{ A, I, R, S, C, B, X @} type;
++
++@item     typedef enum @{ fixed, variable @} format;
++
++@end ftable
+     
+ This class declares the following members:
+  



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