diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-10 09:08:24 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-10 09:08:24 +0000 |
commit | c61d8f4abe0e764423f4ed09f4cccad0b8bd4dd5 (patch) | |
tree | 3377fb71b184a7624a47fce9ea36ef9642ac726a /sysutils/ciso/files/patch-ciso.c | |
parent | Update to 0.10(.)02. (diff) |
sysutils/ciso: unbreak, de-deprecate
I mistaken thought Rodrigo was the maintainer of ciso. He straightened that
out. Vasiliy, the maintainer, states that ciso in practical terms is still the
latest version, and provided a patch to fix the fetch breakage. The expiration
and deprecation has been removed.
PR: 181558
Submitted by: blttll (Vasiliy the maintainer)
Notes
Notes:
svn path=/head/; revision=326879
Diffstat (limited to '')
-rw-r--r-- | sysutils/ciso/files/patch-ciso.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/ciso/files/patch-ciso.c b/sysutils/ciso/files/patch-ciso.c new file mode 100644 index 000000000000..cb0792c6e0e9 --- /dev/null +++ b/sysutils/ciso/files/patch-ciso.c @@ -0,0 +1,10 @@ +--- ciso.c-orig 2013-09-08 13:47:13.000000000 +0000 ++++ ciso.c 2013-09-08 13:48:03.000000000 +0000 +@@ -24,6 +24,7 @@ + #include <stdlib.h> + #include <zlib.h> /* /usr(/local)/include/zlib.h */ + #include <zconf.h> ++#include <string.h> + + #include "ciso.h" + |