From a84636f067b6d9a42d10e493a9e800777909f728 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 21 Sep 2002 17:58:40 +0000 Subject: Fix the problems in my last commit to make cvsd actually build: - actually add files/patch-cvsd.c, which *was* in the PR; - add files/patch-configure, which was mentioned but missing from the PR; - remove autoconf/make/etc invocation from the Makefile so our changes to the configure script are not lost. Pointed out by: kris, Ports Fury Pointy hat to: roam (myself) --- devel/cvsd/files/patch-cvsd.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devel/cvsd/files/patch-cvsd.c (limited to 'devel/cvsd/files/patch-cvsd.c') diff --git a/devel/cvsd/files/patch-cvsd.c b/devel/cvsd/files/patch-cvsd.c new file mode 100644 index 000000000000..2482d54b030e --- /dev/null +++ b/devel/cvsd/files/patch-cvsd.c @@ -0,0 +1,16 @@ +diff -urN /usr/ports/devel/cvsd/files/patch-cvsd.c devel/cvsd/files/patch-cvsd.c +--- /usr/ports/devel/cvsd/files/patch-cvsd.c Thu Jan 1 09:00:00 1970 ++++ devel/cvsd/files/patch-cvsd.c Tue Sep 17 19:26:39 2002 +@@ -0,0 +1,12 @@ ++--- cvsd.c.orig Sun Aug 25 09:44:33 2002 +++++ cvsd.c Tue Sep 17 19:26:31 2002 ++@@ -60,7 +60,9 @@ ++ #include ++ #include ++ #include +++#ifndef __FreeBSD__ ++ #include +++#endif ++ #include ++ #ifdef HAVE_NETDB_H ++ #include -- cgit v1.2.3