Browse Source

upgrading package: cvsd 0.9.9 -> 0.9.10

master
parent
commit
1bb71836cc
  1. 12
      cvsd/cvsd.patch
  2. 6
      cvsd/cvsd.spec

12
cvsd/cvsd.patch

@ -0,0 +1,12 @@
--- cvsd.c.orig 2002-07-24 20:07:44.000000000 +0200
+++ cvsd.c 2002-08-09 10:45:47.000000000 +0200
@@ -60,7 +60,9 @@
#include <sys/wait.h>
#include <sys/socket.h>
#include <sys/time.h>
+#ifndef __FreeBSD__
#include <netinet/in.h>
+#endif
#include <arpa/inet.h>
#ifdef HAVE_NETDB_H
#include <netdb.h>

6
cvsd/cvsd.spec

@ -32,13 +32,14 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [EXP]
Group: SCM
License: GPL
Version: 0.9.9
Release: 20020624
Version: 0.9.10
Release: 20020809
# list of sources
Source0: http://tiefighter.et.tudelft.nl/~arthur/cvsd/cvsd-%{version}.tar.gz
Source1: cvsd.conf
Source2: rc.cvsd
Patch0: cvsd.patch
# build information
Prefix: %{l_prefix}
@ -68,6 +69,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
# configure program

Loading…
Cancel
Save