pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43380 (mail/mimedefang looks for /etc/mimedefang)
On Jun 3, 2010, at 11:12 AM, Manuel Bouyer wrote:
> On Thu, Jun 03, 2010 at 08:28:54AM +0000, dholland%NetBSD.org@localhost wrote:
>> Synopsis: mail/mimedefang looks for /etc/mimedefang
>>
>> State-Changed-From-To: open->feedback
>> State-Changed-By: dholland%NetBSD.org@localhost
>> State-Changed-When: Thu, 03 Jun 2010 08:28:53 +0000
>> State-Changed-Why:
>> Does that work adequately?
>
> Sadly not, there's still a path problem:
> Jun 3 11:10:01 osiris mimedefang.pl[3423]: Cannot read filter
> /usr/pkg/etc/mimedefang/mimedefang/mimedefang-filter: Check permissions.
> mimedefang.pl will not
>
> there is one extra 'mimedefang' directory, I don't think this is what was
> intended.
Hmm... sadly I had this change in my patch, which didn't get included:
$ cvs diff -u
Enter passphrase for key '/home/pettai/.ssh/id_rsa':
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/mimedefang/Makefile,v
retrieving revision 1.43
diff -u -u -r1.43 Makefile
--- Makefile 31 May 2010 10:08:22 -0000 1.43
+++ Makefile 3 Jun 2010 09:30:00 -0000
@@ -54,7 +54,7 @@
CONF_FILES+= ${EGDIR}/sa-mimedefang.cf
${PKG_SYSCONFDIR}/sa-mimedefang.cf
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-confsubdir=${PKG_SYSCONFSUBDIR:Q}
+CONFIGURE_ARGS+= --with-confsubdir=
CONFIGURE_ARGS+= --with-milterinc=${BUILDLINK_PREFIX.libmilter}/include
CONFIGURE_ARGS+= --with-milterlib=${BUILDLINK_PREFIX.libmilter}/lib
CONFIGURE_ARGS+= --with-spooldir=${DEFANG_SPOOLDIR:Q}
I'll commit it right away.
/P
Home |
Main Index |
Thread Index |
Old Index