summaryrefslogtreecommitdiff
path: root/extra/mailman
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-28 12:05:35 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-28 12:05:35 +0100
commit7cd4823a20b85a5e516ae51fc04a4d1b72b5d0b9 (patch)
tree31c86c3a5284a8b8a7f1720d27ce9e5dbf09fee4 /extra/mailman
parentd17a0ec458b03b0ed38eff13d399567f36156a73 (diff)
parent1f567a9d58d16b76320168f0624aa55bd6320284 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/cairo-clock/PKGBUILD community/flashrom/PKGBUILD community/kmess/PKGBUILD core/tzdata/PKGBUILD extra/gc/PKGBUILD extra/libsigc++/PKGBUILD extra/libxcomposite/PKGBUILD extra/libxdmcp/PKGBUILD extra/libxevie/PKGBUILD extra/libxext/PKGBUILD extra/libxinerama/PKGBUILD extra/libxkbfile/PKGBUILD extra/libxpm/PKGBUILD extra/libxres/PKGBUILD extra/libxss/PKGBUILD extra/libxt/PKGBUILD extra/libxtst/PKGBUILD extra/libxv/PKGBUILD extra/libxvmc/PKGBUILD extra/llvm/PKGBUILD extra/pdns-recursor/PKGBUILD extra/pdns/PKGBUILD extra/procmail/PKGBUILD extra/ptlib/PKGBUILD extra/pycrypto/PKGBUILD extra/pyorbit/PKGBUILD extra/vlc/PKGBUILD extra/xfce4-battery-plugin/PKGBUILD
Diffstat (limited to 'extra/mailman')
-rw-r--r--extra/mailman/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/extra/mailman/PKGBUILD b/extra/mailman/PKGBUILD
index e7a400d2d..a3969919b 100644
--- a/extra/mailman/PKGBUILD
+++ b/extra/mailman/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151051 2012-02-24 15:02:06Z pierre $
+# $Id: PKGBUILD 151503 2012-02-26 20:39:48Z pierre $
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=mailman
pkgver=2.1.14
-pkgrel=2
+pkgrel=3
pkgdesc="Mailing list manager with built in web access"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -25,7 +25,13 @@ build() {
# fix calls to /usr/bin/python
find . -name '*.py' -exec sed -i 's@^#!.*python$@#!/usr/bin/python2@' {} +
# fix directory permissions to satisfy check_perms
- patch -Np1 -i ${srcdir}/mailman-2.1-build.patch
+ patch -p1 -i ${srcdir}/mailman-2.1-build.patch
+ # set some sane defaults before the configure script has a chance to screw them up
+ sed -e 's/@MAILHOST@/localhost/g' \
+ -e 's/@URLHOST@/localhost/g' \
+ -e 's/@MAILMAN_USER@/mailman/g' \
+ -e 's/@MAILMAN_GROUP@/mailman/g' \
+ -i Mailman/Defaults.py.in
./configure --without-permcheck \
--prefix=/usr/lib/mailman \