svn commit: r384262 - in head/devel/sdts++: . files

Jan Beich jbeich at FreeBSD.org
Sun Apr 19 01:05:30 UTC 2015


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.
+- at xdef@seteditionone$Revision#1 #2 ${#2}
+- at 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
+- at author Mark Coletti <mcoletti at clark.net>
++ at 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:
+-    
+- at code{
+-     typedef enum @{ A, I, R, S, C, B, X @} type;
+-    
+-     typedef enum @{ fixed, variable @} format;
+-}
++
++ at ftable @code
++
++ at item     typedef enum @{ A, I, R, S, C, B, X @} type;
++
++ at item     typedef enum @{ fixed, variable @} format;
++
++ at end ftable
+     
+ This class declares the following members:
+  


More information about the svn-ports-all mailing list