On 2015-02-16, Christian Weisgerber <na...@mips.inka.de> wrote:

> These need fixing:
>         games/dungeon-crawl     ' at start of line
>         games/wanderer          ' at start of line
>         net/tclcurl             ' at start of line
>         net/zsync               . at start of line
>         security/aircrack-ng    ' at start of line

In roff, lines starting with a dot or a single quote are parsed for
requests and macros.  If you start a regular text line like this,
mandoc/groff will likely complain about an undefined macro and throw
away the rest of the line.

Here are the trivial fixes.  OK?

Index: games/dungeon-crawl/Makefile
===================================================================
RCS file: /cvs/ports/games/dungeon-crawl/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- games/dungeon-crawl/Makefile        11 Mar 2013 11:07:38 -0000      1.5
+++ games/dungeon-crawl/Makefile        17 Feb 2015 18:34:19 -0000
@@ -9,6 +9,7 @@ DISTNAME=       dc400b26-src
 EXTRACT_SUFX=  .tbz2
 V=             4.0.0b26
 PKGNAME=       dungeon-crawl-$V
+REVISION=      0
 
 BUILD_DEPENDS+=        archivers/bzip2
 
@@ -18,7 +19,6 @@ EXTRACT_CASES+=       *.tbz2) ${BZIP2} -dc ${F
 WRKSRC=        ${WRKDIST}/source
 MAKE_FILE=${WRKSRC}/makefile.bsd
 MAKE_FLAGS=EXTRA_FLAGS='${CXXFLAGS} 
-DSAVE_DIR_PATH=\"${TRUEPREFIX}/lib/dungeon-crawl-$V/\"' CXX='${CXX}' LDFLAGS=
-USE_GROFF =    Yes
 
 ALL_TARGET=debug
 
Index: games/dungeon-crawl/patches/patch-docs_crawl_6
===================================================================
RCS file: /cvs/ports/games/dungeon-crawl/patches/patch-docs_crawl_6,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-docs_crawl_6
--- games/dungeon-crawl/patches/patch-docs_crawl_6      22 Oct 2005 15:20:28 
-0000      1.1.1.1
+++ games/dungeon-crawl/patches/patch-docs_crawl_6      17 Feb 2015 18:34:19 
-0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-docs_crawl_6,v 1.1.1.1 2005/10/22 15:20:28 espie Exp $
---- docs/crawl.6.orig  Wed Oct 19 12:01:32 2005
-+++ docs/crawl.6       Wed Oct 19 12:01:42 2005
+--- docs/crawl.6.orig  Wed Sep 12 20:46:36 2001
++++ docs/crawl.6       Tue Feb 17 18:53:51 2015
 @@ -1,9 +1,9 @@
  .TH crawl 6 "02 April 2001"
  .IX crawl
@@ -13,3 +13,25 @@ $OpenBSD: patch-docs_crawl_6,v 1.1.1.1 2
  [-scores [N]]
  [-name <string>]
  [-race <letter>]
+@@ -708,8 +708,8 @@ or secret doors adjacent to you.
+ .PP
+ The section of the viewing window which is coloured (with the '@' representing
+ you at the centre) is what you can see around you. The dark grey around it is
+-the parts of the level which you have visited, but cannot currently see. The
+-'x' command lets you move the cursor around to get a description of the
++the parts of the level which you have visited, but cannot currently see. The 
'x'
++command lets you move the cursor around to get a description of the
+ various dungeon features, and typing '?' when the cursor is over a monster
+ brings up a short description of that monster (these are all rather sketchy;
+ I'll write better descriptions when I have time). You can get a map of the
+@@ -937,8 +937,8 @@ items (such as some weapons) by invoking them in this 
+ .PP
+ You pick items up with the ',' (comma) command and drop them with the 'd'rop
+ command. When you are given a prompt like "drop which item?" or "pick up
+-<x>?", if you type a number before either the letter of the item, or 'y' or
+-'n' for yes or no, you will drop or get that quantity of the item.
++<x>?", if you type a number before either the letter of the item, or 'y' or 
'n'
++for yes or no, you will drop or get that quantity of the item.
+ .PP
+ Typing 'i' gives you an inventory of what you are carrying. When you
+ are given a prompt like "Throw [or wield, wear, etc] which item?", you can
Index: games/dungeon-crawl/patches/patch-source_ouch_h
===================================================================
RCS file: /cvs/ports/games/dungeon-crawl/patches/patch-source_ouch_h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-source_ouch_h
--- games/dungeon-crawl/patches/patch-source_ouch_h     22 Oct 2005 15:20:28 
-0000      1.1.1.1
+++ games/dungeon-crawl/patches/patch-source_ouch_h     17 Feb 2015 18:34:19 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-source_ouch_h,v 1.1.1.1 2005/10/22 15:20:28 espie Exp $
---- source/ouch.h.orig Tue Oct 18 23:53:25 2005
-+++ source/ouch.h      Tue Oct 18 23:53:32 2005
-@@ -54,7 +54,7 @@ void scrolls_burn(char burn_strength, ch
+--- source/ouch.h.orig Fri Feb 28 02:55:32 2003
++++ source/ouch.h      Tue Feb 17 18:52:57 2015
+@@ -54,7 +54,7 @@ void scrolls_burn(char burn_strength, char target_clas
   * called from: acr - bang - beam - command - effects - fight - misc -
   *              ouch - output - religion - spells - spells2 - spells4
   * *********************************************************************** */
Index: games/dungeon-crawl/patches/patch-source_spl-cast_h
===================================================================
RCS file: /cvs/ports/games/dungeon-crawl/patches/patch-source_spl-cast_h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-source_spl-cast_h
--- games/dungeon-crawl/patches/patch-source_spl-cast_h 22 Oct 2005 15:20:28 
-0000      1.1.1.1
+++ games/dungeon-crawl/patches/patch-source_spl-cast_h 17 Feb 2015 18:34:19 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-source_spl-cast_h,v 1.1.1.1 2005/10/22 15:20:28 espie Exp $
---- source/spl-cast.h.orig     Tue Oct 18 23:55:20 2005
-+++ source/spl-cast.h  Tue Oct 18 23:55:25 2005
-@@ -43,7 +43,7 @@ bool your_spells( int spc2, int powc = 0
+--- source/spl-cast.h.orig     Fri Feb 28 02:55:32 2003
++++ source/spl-cast.h  Tue Feb 17 18:52:57 2015
+@@ -43,7 +43,7 @@ bool your_spells( int spc2, int powc = 0, bool allow_f
   *              misc - mstuff2 - religion - spell - spl-book - spells4
   * *********************************************************************** */
  bool miscast_effect( unsigned int sp_type, int mag_pow, int mag_fail, 
Index: games/wanderer/Makefile
===================================================================
RCS file: /cvs/ports/games/wanderer/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- games/wanderer/Makefile     11 Mar 2013 11:07:41 -0000      1.10
+++ games/wanderer/Makefile     17 Feb 2015 18:34:19 -0000
@@ -3,7 +3,7 @@
 COMMENT=       Rogue like adventure game
 
 DISTNAME=      wanderer-3.2
-REVISION =     1
+REVISION=      2
 
 CATEGORIES=    games
 
@@ -17,8 +17,10 @@ WANTLIB=             c curses
 
 MASTER_SITES=  http://www.e271.net/~marina/
 
-USE_GROFF =            Yes
 NO_TEST=               Yes
+
+pre-patch:
+       @rm ${WRKSRC}/Makefile.orig
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wanderer
Index: games/wanderer/patches/patch-wanderer_6
===================================================================
RCS file: games/wanderer/patches/patch-wanderer_6
diff -N games/wanderer/patches/patch-wanderer_6
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ games/wanderer/patches/patch-wanderer_6     17 Feb 2015 18:34:19 -0000
@@ -0,0 +1,31 @@
+$OpenBSD$
+--- wanderer.6.orig    Wed Dec 19 03:20:35 2001
++++ wanderer.6 Tue Feb 17 19:00:26 2015
+@@ -65,8 +65,8 @@ By pressing 'W' you can redraw the screen, and '#' wil
+ icon style and single character. '!' wil display the map in icon mode, and '?'
+ will display the help screen. Finally, '~' will prompt for a password to jump
+ levels. The masterpassword will give a prompt for the required level
+-number, and then respond with the correct password before jumping. If the file
+-'no_pws' is readable in the screens directory, then pressing '~' will just
++number, and then respond with the correct password before jumping. If the
++file 'no_pws' is readable in the screens directory, then pressing '~' will 
just
+ cause a request for the required screen number. On no account may anyone
+ who has not given the masterpassword jump back a level.
+ .SH THE EDITOR
+@@ -84,12 +84,12 @@ of the screen with their meanings.
+ .PP
+ To play the game, press either 'p' to play with the iconic screen, or 'n'
+ to play with the full screen. When you are in the game, you will recieve an
+-extra 'memory' option on the righthand side of the screen. This allows you to
+-'record' moves in a solution to be replayed after changes to the screen.
++extra 'memory' option on the righthand side of the screen. This allows you
++to 'record' moves in a solution to be replayed after changes to the screen.
+ .PP
+ Pressing '(' will start recording from the beginning of the memory, and ')'
+-will stop recording. At any point during recording, '-' will add a
+-'checkpoint'. This will cause the program to return control to the user during
++will stop recording. At any point during recording, '-' will add a 
'checkpoint'.
++This will cause the program to return control to the user during
+ playback when it reaches this point, without moving the memory pointer.
+ Pressing '+' will then continue playing, or '&' will start recording from this
+ point, leaving the previous data unaffected.
Index: net/tclcurl/Makefile
===================================================================
RCS file: /cvs/ports/net/tclcurl/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- net/tclcurl/Makefile        11 Mar 2013 11:35:57 -0000      1.23
+++ net/tclcurl/Makefile        17 Feb 2015 18:34:19 -0000
@@ -7,7 +7,7 @@ COMMENT =       Tcl bindings for Curl
 DISTNAME =     TclCurl-7.19.6
 SHARED_LIBS =  TclCurl7196 0.0
 CATEGORIES =   net
-REVISION =     1
+REVISION =     2
 MAINTAINER =   Stuart Cassoff <s...@users.sourceforge.net>
 
 # BSD
@@ -25,7 +25,6 @@ FAKE_FLAGS =  PKG_DIR=tclcurl \
                INSTALL_LIBRARY='${INSTALL_DATA}'
 
 SEPARATE_BUILD =Yes
-USE_GROFF =    Yes
 CONFIGURE_STYLE=gnu
 
 CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR} \
Index: net/tclcurl/patches/patch-doc_tclcurl_n
===================================================================
RCS file: net/tclcurl/patches/patch-doc_tclcurl_n
diff -N net/tclcurl/patches/patch-doc_tclcurl_n
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ net/tclcurl/patches/patch-doc_tclcurl_n     17 Feb 2015 18:34:19 -0000
@@ -0,0 +1,44 @@
+$OpenBSD$
+--- doc/tclcurl.n.orig Mon Sep 28 14:52:48 2009
++++ doc/tclcurl.n      Tue Feb 17 19:16:16 2015
+@@ -1,7 +1,7 @@
+ .\" You can view this file with:
+ .\" nroff -man [file]
+ .\" Adapted from libcurl docs by fan...@telefonica.net
+-.TH TclCurl n "30 September 2009" "TclCurl 7.19.6 "TclCurl Easy Interface"
++.TH TclCurl n "30 September 2009" "TclCurl 7.19.6" "TclCurl Easy Interface"
+ .SH NAME
+ TclCurl: - get  a  URL with FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, 
DICT, FILE or LDAP syntax.
+ .SH SYNOPSIS
+@@ -791,8 +791,8 @@ response will be treated as a valid HTTP header line s
+ .TP
+ .B -cookie
+ Pass a string as parameter. It will be used to
+-set a cookie in the http request. The format of the string should be
+-'[NAME]=[CONTENTS];'. Where NAME is the cookie name and  CONTENTS is
++set a cookie in the http request. The format of the string should
++be '[NAME]=[CONTENTS];'. Where NAME is the cookie name and  CONTENTS is
+ what the cookie should contain.
+ 
+ If  you  need  to  set mulitple cookies, you need to set them all using
+@@ -1530,8 +1530,9 @@ consists of one or more cipher strings separated by co
+ are also acceptable separators but colons are normally used, , - and + can be
+ used as operators. 
+ 
+-For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', 
'SHA1+DES',
+-'TLSv1' and 'DEFAULT'. The default list is normally set when you compile 
OpenSSL.
++For OpenSSL and GnuTLS valid examples of cipher lists
++include 'RC4-SHA', 'SHA1+DES', 'TLSv1' and 'DEFAULT'.
++The default list is normally set when you compile OpenSSL.
+ 
+ You will find more details about cipher lists on this URL:
+     http://www.openssl.org/docs/apps/ciphers.html
+@@ -1716,7 +1717,7 @@ same handle. Let it return first before invoking it an
+ you want parallel transfers, you must use several curl handles.
+ .TP
+ .B RETURN VALUE
+-'0' if all went well, non-zero if it didn't. In case of error, if the
++\&'0' if all went well, non-zero if it didn't. In case of error, if the
+ .I errorbuffer
+ was set with
+ .I configure
Index: net/zsync/Makefile
===================================================================
RCS file: /cvs/ports/net/zsync/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- net/zsync/Makefile  11 Mar 2013 11:35:58 -0000      1.4
+++ net/zsync/Makefile  17 Feb 2015 18:34:19 -0000
@@ -3,6 +3,7 @@
 COMMENT=       gzip-aware file mirroring over http
 
 DISTNAME=      zsync-0.6.2
+REVISION=      0
 EXTRACT_SUFX=  .tar.bz2
 
 CATEGORIES=    net
@@ -19,6 +20,5 @@ WANTLIB += c m
 MASTER_SITES=  ${HOMEPAGE}download/
 
 CONFIGURE_STYLE=       gnu
-USE_GROFF=             Yes
 
 .include <bsd.port.mk>
Index: net/zsync/patches/patch-doc_zsync_1
===================================================================
RCS file: net/zsync/patches/patch-doc_zsync_1
diff -N net/zsync/patches/patch-doc_zsync_1
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ net/zsync/patches/patch-doc_zsync_1 17 Feb 2015 18:34:19 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- doc/zsync.1.orig   Thu Sep 16 19:17:49 2010
++++ doc/zsync.1        Tue Feb 17 19:20:01 2015
+@@ -21,8 +21,8 @@ zsync retrieves the rest of the target file over HTTP.
+ .TP 
+ \fB\-A\fR \fIhostname\fP=\fIusername\fR:\fIpassword\fR
+ Specifies a username and password to be used with the given hostname. \fB-A\fR
+-can be used multiple times (with different hostnames), in cases where e.g. the
+-.zsync file is on a different server from the download, or there are multiple
++can be used multiple times (with different hostnames), in cases where e.g.
++the .zsync file is on a different server from the download, or there are 
multiple
+ download servers (there could be different auth details for different servers 
-
+ and zsync never assumes that your password should be sent to a server other
+ than the one named - otherwise redirects would be dangerous!).
Index: security/aircrack-ng/Makefile
===================================================================
RCS file: /cvs/ports/security/aircrack-ng/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- security/aircrack-ng/Makefile       1 Jul 2014 12:15:10 -0000       1.14
+++ security/aircrack-ng/Makefile       17 Feb 2015 18:34:19 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               802.11 WEP and WPA-PSK keys cracking program
 DISTNAME=              aircrack-ng-1.1
-REVISION=              8
+REVISION=              9
 CATEGORIES=            security
 
 HOMEPAGE=              http://www.aircrack-ng.org/
@@ -19,7 +19,6 @@ MASTER_SITES=         http://download.aircrack-
 WANTLIB +=             sqlite3
 
 USE_GMAKE=             Yes
-USE_GROFF =            Yes
 MAKE_ENV+=             SQLITE=true UNSTABLE=true
 MAKE_FLAGS+=           CC=${CC}
 
Index: security/aircrack-ng/patches/patch-manpages_airodump-ng_1
===================================================================
RCS file: security/aircrack-ng/patches/patch-manpages_airodump-ng_1
diff -N security/aircrack-ng/patches/patch-manpages_airodump-ng_1
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ security/aircrack-ng/patches/patch-manpages_airodump-ng_1   17 Feb 2015 
18:34:19 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- manpages/airodump-ng.1.orig        Sat Apr 24 22:06:16 2010
++++ manpages/airodump-ng.1     Tue Feb 17 19:32:19 2015
+@@ -55,7 +55,7 @@ Active Scanning Simulation (send probe requests and pa
+ .TP
+ .I --output-format <formats>
+ Define the formats to use (separated by a comma). Possible values are: pcap, 
ivs, csv, gps, kismet, netxml. The default values are: pcap, csv, kismet, 
kismet-newcore.
+-'pcap' is for recording a capture in pcap format, 'ivs' is for ivs format (it 
is a shortcut for --ivs). 'csv' will create an airodump-ng CSV file, 'kismet' 
will create a kismet csv file and 'kismet-newcore' will create the kismet 
netxml file. 'gps' is a shortcut for --gps.
++\&'pcap' is for recording a capture in pcap format, 'ivs' is for ivs format 
(it is a shortcut for --ivs). 'csv' will create an airodump-ng CSV file, 
'kismet' will create a kismet csv file and 'kismet-newcore' will create the 
kismet netxml file. 'gps' is a shortcut for --gps.
+ .br
+ Theses values can be combined with the exception of ivs and pcap.
+ .PP
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to