diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 07:45:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 07:45:47 +0800 |
commit | 7a53f4682e2754586581ee8381c3ea52f9ea20f9 (patch) | |
tree | 00a651d77931417c2a2baaf163cc6cb6daab03a4 /databases/db | |
parent | de5738c984b3ed3e1d17b96782d1b7b810ddc9f7 (diff) | |
download | freebsd-ports-gnome-7a53f4682e2754586581ee8381c3ea52f9ea20f9.tar.gz freebsd-ports-gnome-7a53f4682e2754586581ee8381c3ea52f9ea20f9.tar.zst freebsd-ports-gnome-7a53f4682e2754586581ee8381c3ea52f9ea20f9.zip |
Remove options for -X, which is not possible on FreeBSD system.
Submitted by: edwin@mavetju.org
Diffstat (limited to 'databases/db')
-rw-r--r-- | databases/db/Makefile | 1 | ||||
-rw-r--r-- | databases/db/files/patch-db.1 | 26 |
2 files changed, 27 insertions, 0 deletions
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 |