mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
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)
10 lines
269 B
C
10 lines
269 B
C
--- 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"
|
|
|