From 7a53f4682e2754586581ee8381c3ea52f9ea20f9 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 2 Jan 2004 23:45:47 +0000 Subject: Remove options for -X, which is not possible on FreeBSD system. Submitted by: edwin@mavetju.org --- databases/db/Makefile | 1 + databases/db/files/patch-db.1 | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 databases/db/files/patch-db.1 (limited to 'databases/db') diff --git a/databases/db/Makefile b/databases/db/Makefile index e5c43829daab..1ee8ca435c18 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -7,6 +7,7 @@ PORTNAME= db PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.mavetju.org/download/ diff --git a/databases/db/files/patch-db.1 b/databases/db/files/patch-db.1 new file mode 100644 index 000000000000..49c5916501ec --- /dev/null +++ b/databases/db/files/patch-db.1 @@ -0,0 +1,26 @@ +--- db.1.orig Sat Jan 3 10:42:58 2004 ++++ db.1 Sat Jan 3 10:44:30 2004 +@@ -67,8 +67,6 @@ + .Op Fl T Ar str + .Ek + .Bk -words +-.Op Fl X Ar str +-.Ek + .Ar type + .Ar database + .Bk -words +@@ -264,14 +262,6 @@ + . + .It Fl V + Display value. +-. +-.It Fl X Ar str +-When encoding items with +-.Fl S +-option also encode characters in +-.Ar str , +-per +-.Xr svis 3 . + . + .El + .Pp -- cgit