summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2008-04-21 12:05:22 +0000
committerHanno Boeck <hanno@gentoo.org>2008-04-21 12:05:22 +0000
commit8150f010c8f1926422d847a8aba4636c551e1ee7 (patch)
tree28f0baeba86683e4d168ab19ee196896901bf8be /mail-mta/courier/files
parentadd local useflags for courier (diff)
downloadhistorical-8150f010c8f1926422d847a8aba4636c551e1ee7.tar.gz
historical-8150f010c8f1926422d847a8aba4636c551e1ee7.tar.bz2
historical-8150f010c8f1926422d847a8aba4636c551e1ee7.zip
courier version bump, proxy-maintained ebuild
Package-Manager: portage-2.1.5_rc5
Diffstat (limited to 'mail-mta/courier/files')
-rw-r--r--mail-mta/courier/files/remove-sysconftool.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/mail-mta/courier/files/remove-sysconftool.patch b/mail-mta/courier/files/remove-sysconftool.patch
new file mode 100644
index 000000000000..cf191be76db3
--- /dev/null
+++ b/mail-mta/courier/files/remove-sysconftool.patch
@@ -0,0 +1,30 @@
+--- orig/configure.in 2008-03-06 13:50:29.000000000 +0100
++++ new/configure.in 2008-03-06 13:50:39.000000000 +0100
+@@ -19,7 +19,6 @@
+
+ AC_PROG_MAKE_SET
+ AC_PROG_CXX
+-AC_PROG_SYSCONFTOOL
+ AC_PATH_PROGS(SETENV, env)
+
+ AC_ARG_ENABLE(root-check, [ --disable-root-check Allow build as root (make check will fail)],
+--- orig/Makefile.in 2008-03-06 19:37:53.000000000 +0100
++++ new/Makefile.in 2008-03-06 19:38:22.000000000 +0100
+@@ -791,7 +791,6 @@
+
+ install-configure:
+ @$(MAKE) -$(MAKEFLAGS) install-perms
+- @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat`
+
+ install-webadmin-password:
+ @stty -echo ; echo -n "Password: " ; read P; stty echo ; echo "" ; echo $$P >@sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password
+--- orig/Makefile.am 2008-03-06 19:39:06.000000000 +0100
++++ new/Makefile.am 2008-03-06 19:39:21.000000000 +0100
+@@ -160,7 +160,6 @@
+
+ install-configure:
+ @$(MAKE) -$(MAKEFLAGS) install-perms
+- @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat`
+
+ install-webadmin-password:
+ @stty -echo ; echo -n "Password: " ; read P; stty echo ; echo "" ; echo $$P >@sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password