pkgsrc/mail/courier-mta/patches/patch-ad
jlam a11468cf4c Update mail/courier-mta to 0.56.0. Changes from version 0.53.2 include:
+ Drop the uucp module from the default option set.

    + Patch the webmlm sources to not use "stdin" and "stdout" as function or
      member names as they can be macros according to the C standards.

    * webadmin: Remove check that prevents multiple virtual domains to
      be aliased to the same account.

    * webmlmd: new CGI module that can manage a Courier mailing list
      created with couriermlm.

    * Rewrite and code cleanup of couriermlm.

    * Use domain name, not MX hostname, for looking up authenticated
      SMTP passwords in esmtpauthclient
2007-08-10 17:57:03 +00:00

18 lines
734 B
Text

$NetBSD: patch-ad,v 1.2 2007/08/10 17:57:04 jlam Exp $
--- courier/filters/Makefile.in.orig 2007-02-25 23:21:06.000000000 -0500
+++ courier/filters/Makefile.in
@@ -229,11 +229,12 @@ SUBDIRS = libfilter perlfilter
CLEANFILES = $(htmldoc_DATA) $(man_MANS) filtersocketdir.h filteractivedir.h \
pidfile.h permissions.dat
+pkglibexecdir = $(libexecdir)/courier
htmldocdir = @datadir@/htmldoc
htmldoc_DATA = courierfilter.html courierperlfilter.html dupfilter.html
databindir = $(datadir)
databin_SCRIPTS = filterctl
-filterbindir = $(libexecdir)/filters
+filterbindir = $(pkglibexecdir)/filters
filtersocketdir = $(localstatedir)/filters
allfiltersocketdir = $(localstatedir)/allfilters
filterconfdir = $(sysconfdir)/filters