[packages/agsync] Rel 6
arekm
arekm at pld-linux.org
Wed May 20 11:26:14 CEST 2026
commit 870a8fe585cc8b469811961eabeebb74e6779fba
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed May 20 11:25:52 2026 +0200
Rel 6
agsync-missing-headers.patch | 11 +++++++++++
agsync.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/agsync.spec b/agsync.spec
index ae97c11..866a16b 100644
--- a/agsync.spec
+++ b/agsync.spec
@@ -1,5 +1,5 @@
%define _rc pre
-%define _rel 5
+%define _rel 6
Summary: Synchronization mediator for AvantGo and Pocket PC
Summary(pl.UTF-8): Mediator synchronizacji dla AvantGo i Pocket PC
Name: agsync
@@ -10,6 +10,7 @@ Group: Applications/Communications
Source0: http://duskwood.lownewulf.com/%{name}-%{version}-%{_rc}.tgz
Patch0: %{name}-debian.patch
Patch1: synce-ac.path
+Patch2: %{name}-missing-headers.patch
# Source0-md5: 74de1b1452a718c85364fab5ce3c0c2a
URL: http://duskwood.lownewulf.com/avantgo.html
BuildRequires: synce-core-lib-devel
@@ -55,6 +56,7 @@ Statyczna biblioteka AvantGo.
%setup -q -n %{name}-%{version}-%{_rc}
%patch -P0 -p1
%patch -P1 -p1
+%patch -P2 -p1
%{__rm} configure
diff --git a/agsync-missing-headers.patch b/agsync-missing-headers.patch
new file mode 100644
index 0000000..5e06df1
--- /dev/null
+++ b/agsync-missing-headers.patch
@@ -0,0 +1,11 @@
+--- agsync-0.2-pre.orig/mal-files/AGNet.c
++++ agsync-0.2-pre/mal-files/AGNet.c
+@@ -28,6 +28,8 @@
+ #ifndef _WIN32
+ #include <ctype.h> //PENDING(klobad) not needed on palm or win remove??
+ #include <errno.h>
++#include <arpa/inet.h>
++#include <sys/ioctl.h>
+ #endif
+
+ typedef struct _socksStruct {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/agsync.git/commitdiff/870a8fe585cc8b469811961eabeebb74e6779fba
More information about the pld-cvs-commit
mailing list