ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/courier/files/patch-courier__configure
Revision: 14811
Committed: Sat Jul 13 14:18:14 2013 UTC (10 years, 9 months ago) by laffer1
File size: 1609 byte(s)
Log Message:
Update courier and fix build on current / 0.4 after pcre update

File Contents

# Content
1 --- courier/configure.orig 2009-09-05 13:59:59.000000000 +0200
2 +++ courier/configure 2010-02-15 20:05:20.000000000 +0100
3 @@ -819,6 +819,7 @@
4 dirlist
5 transport
6 MODE
7 +piddir
8 COPYRIGHT
9 testmode
10 COURIERAUTHCONFIG
11 @@ -954,6 +955,7 @@
12 enable_libtool_lock
13 with_softlinkdir
14 with_testmode
15 +with_piddir
16 with_transport
17 with_db
18 with_courierlogger
19 @@ -1629,6 +1631,7 @@
20 --with-softlinks=dir:link,dir:link... specify soft links for
21 installation subdirectories.
22 -- This space intentionally left blank --
23 + --with-piddir Directory where webmlm.pid is created
24 --with-transport='local esmtp ...'
25 Specify list of modules to install
26
27 @@ -2553,7 +2556,7 @@
28 fi
29
30 fi
31 -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
32 +INSTALL_STRIP_PROGRAM="install -s -o root -g wheel -m 555 -s"
33
34 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
35 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
36 @@ -15882,6 +15885,14 @@
37 esac
38
39
40 +# Check whether --with-piddir was given.
41 +if test "${with_piddir+set}" = set; then
42 + withval=$with_piddir; piddir="$withval"
43 + else
44 + piddir=$localstatedir/run
45 +fi
46 +
47 +
48 version=`cat ../version`
49
50 COPYRIGHT="Courier $version Copyright 1999-2008 Double Precision, Inc."
51 @@ -18397,9 +18408,9 @@
52
53 if test "$testmode" = "0"
54 then
55 - INSTALL_PROGRAM='${INSTALL} -m 700'
56 - INSTALL_SCRIPT='${INSTALL} -m 700'
57 - INSTALL_DATA='${INSTALL} -m 600'
58 + INSTALL_PROGRAM='${BSD_INSTALL_PROGRAM}'
59 + INSTALL_SCRIPT='${BSD_INSTALL_SCRIPT}'
60 + INSTALL_DATA='${BSD_INSTALL_DATA}'
61 fi
62
63 ac_ext=cpp

Properties

Name Value
cvs2svn:cvs-rev 1.2