OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Jul-2007 19:39:15
Branch: HEAD Handle: 2007072018391500
Modified files:
openpkg-src/mimedefang mimedefang.patch mimedefang.spec
Log:
fix building against the 'milter' package
Summary:
Revision Changes Path
1.4 +15 -3 openpkg-src/mimedefang/mimedefang.patch
1.33 +1 -1 openpkg-src/mimedefang/mimedefang.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mimedefang/mimedefang.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 mimedefang.patch
--- openpkg-src/mimedefang/mimedefang.patch 11 Apr 2007 06:44:55 -0000
1.3
+++ openpkg-src/mimedefang/mimedefang.patch 20 Jul 2007 17:39:15 -0000
1.4
@@ -1,6 +1,6 @@
Index: configure
--- configure.orig 2007-03-28 21:12:16 +0200
-+++ configure 2007-04-11 08:41:47 +0200
++++ configure 2007-07-20 19:34:11 +0200
@@ -5086,7 +5086,7 @@
SMMILTER=`echo ../sendmail-*/include`
@@ -12,7 +12,7 @@
if test "${ac_cv_path_MINCLUDE+set}" = set; then
Index: embperl.c
--- embperl.c.orig 2006-08-30 20:11:14 +0200
-+++ embperl.c 2007-04-11 08:41:47 +0200
++++ embperl.c 2007-07-20 19:34:11 +0200
@@ -28,6 +28,9 @@
char *argv[6];
int argc;
@@ -31,9 +31,21 @@
perl_construct(my_perl);
if (subFilter) {
argv[0] = "";
+Index: milter_cap.c
+--- milter_cap.c.orig 2007-04-02 18:21:30 +0200
++++ milter_cap.c 2007-07-20 19:35:19 +0200
+@@ -12,7 +12,7 @@
+ *
+ ***********************************************************************/
+ #include <stdio.h>
+-#include "libmilter/mfapi.h"
++#include "milter/mfapi.h"
+ #include "milter_cap.h"
+
+ /**********************************************************************
Index: mimedefang.c
--- mimedefang.c.orig 2007-04-02 19:33:57 +0200
-+++ mimedefang.c 2007-04-11 08:42:14 +0200
++++ mimedefang.c 2007-07-20 19:34:11 +0200
@@ -65,7 +65,7 @@
#include <arpa/inet.h>
#include <netdb.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mimedefang/mimedefang.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 mimedefang.spec
--- openpkg-src/mimedefang/mimedefang.spec 11 Apr 2007 06:44:55 -0000
1.32
+++ openpkg-src/mimedefang/mimedefang.spec 20 Jul 2007 17:39:15 -0000
1.33
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.62
-Release: 20070411
+Release: 20070720
# package options
%option with_clamav no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]