summaryrefslogtreecommitdiff
path: root/mail/mimedefang
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2010-05-31 10:08:22 +0000
committerpettai <pettai@pkgsrc.org>2010-05-31 10:08:22 +0000
commit353eec22d1bd389863d23823fa6e73f33d215514 (patch)
treea776e26c80b135f5a77bcd8d602e18d8902a94ed /mail/mimedefang
parent833a2dbbfaef9c24d6d0f7bf3a5724dee963094c (diff)
downloadpkgsrc-353eec22d1bd389863d23823fa6e73f33d215514.tar.gz
Fix for PR pkg/43380
Diffstat (limited to 'mail/mimedefang')
-rw-r--r--mail/mimedefang/Makefile3
-rw-r--r--mail/mimedefang/distinfo3
-rw-r--r--mail/mimedefang/patches/patch-ad13
3 files changed, 17 insertions, 2 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index c4e179fd398..0b07a90334b 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2010/03/08 23:46:44 pettai Exp $
+# $NetBSD: Makefile,v 1.43 2010/05/31 10:08:22 pettai Exp $
DISTNAME= mimedefang-2.68
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/
diff --git a/mail/mimedefang/distinfo b/mail/mimedefang/distinfo
index 70ab81b5cce..e961b18c4f7 100644
--- a/mail/mimedefang/distinfo
+++ b/mail/mimedefang/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.19 2010/03/08 23:46:44 pettai Exp $
+$NetBSD: distinfo,v 1.20 2010/05/31 10:08:22 pettai Exp $
SHA1 (mimedefang-2.68.tar.gz) = 2ed829eaf30454876bf4d83a14d722e2316d3156
RMD160 (mimedefang-2.68.tar.gz) = 6042a652528e54c6a50aaf59dc610fa3c1bf94f7
Size (mimedefang-2.68.tar.gz) = 342973 bytes
SHA1 (patch-ac) = 8733dca9408f29f63d71f6a0f3af817ef6b9a148
+SHA1 (patch-ad) = 1130dad09875d069ca246db8f8f567366e0af5be
diff --git a/mail/mimedefang/patches/patch-ad b/mail/mimedefang/patches/patch-ad
new file mode 100644
index 00000000000..5d1a6a4a158
--- /dev/null
+++ b/mail/mimedefang/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2010/05/31 10:08:22 pettai Exp $
+
+--- configure.orig 2010-01-03 17:46:46.000000000 +0100
++++ configure 2010-01-03 17:47:01.000000000 +0100
+@@ -1793,7 +1793,7 @@
+
+
+
+-echo $* | fgrep -e '--sysconfdir' > /dev/null 2>&1 || sysconfdir='/etc'
++#echo $* | fgrep -e '--sysconfdir' > /dev/null 2>&1 || sysconfdir='/etc'
+
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'