From owner-svn-ports-all@FreeBSD.ORG Sun Apr 19 01:05:30 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7AE8378; Sun, 19 Apr 2015 01:05:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B96A3BE8; Sun, 19 Apr 2015 01:05:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3J15TmQ068011; Sun, 19 Apr 2015 01:05:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3J15TUt068007; Sun, 19 Apr 2015 01:05:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504190105.t3J15TUt068007@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 19 Apr 2015 01:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384262 - in head/devel/sdts++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 01:05:30 -0000 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 ++@author Mark Coletti + + @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: +