diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-01-05 04:08:36 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-01-05 04:08:36 +0000 |
commit | 49b90bc845ae16545588fa3767021a418ff8fc03 (patch) | |
tree | f50e17161948874c668d756eda02f3f001e75ca2 /net/mail/sympa | |
parent | 4f3c2d1af6831e6f4804ce16d8640d3b5f93d5dd (diff) | |
download | slackbuilds-49b90bc845ae16545588fa3767021a418ff8fc03.tar.gz slackbuilds-49b90bc845ae16545588fa3767021a418ff8fc03.tar.bz2 |
sympa: added patch for 5.3.4
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1590 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/mail/sympa')
-rw-r--r-- | net/mail/sympa/sympa-5.3.4.diff | 14 | ||||
-rwxr-xr-x | net/mail/sympa/sympa.SlackBuild | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/mail/sympa/sympa-5.3.4.diff b/net/mail/sympa/sympa-5.3.4.diff new file mode 100644 index 00000000..05d63512 --- /dev/null +++ b/net/mail/sympa/sympa-5.3.4.diff @@ -0,0 +1,14 @@ +diff -Naur sympa-5.3.4.orig/check_perl_modules.pl sympa-5.3.4/check_perl_modules.pl +--- sympa-5.3.4.orig/check_perl_modules.pl 2007-09-28 05:26:57.000000000 -0300 ++++ sympa-5.3.4/check_perl_modules.pl 2008-01-05 01:57:45.000000000 -0200 +@@ -123,8 +123,8 @@ + + print "\nChecking for REQUIRED modules:\n------------------------------------------\n"; + &check_modules('y', %req_CPAN); +-print "\nChecking for OPTIONAL modules:\n------------------------------------------\n"; +-&check_modules('n', %opt_CPAN); ++#print "\nChecking for OPTIONAL modules:\n------------------------------------------\n"; ++#&check_modules('n', %opt_CPAN); + + print <<EOM; + ******* NOTE ******* diff --git a/net/mail/sympa/sympa.SlackBuild b/net/mail/sympa/sympa.SlackBuild index 126ede60..e9df95bd 100755 --- a/net/mail/sympa/sympa.SlackBuild +++ b/net/mail/sympa/sympa.SlackBuild @@ -89,7 +89,7 @@ fi ./configure --with-initdir=/etc/rc.d/ --prefix=/usr/local/sympa --with-confdir=/usr/local/sympa/conf \ --with-etcdir=/usr/local/sympa/etc || exit $ERROR_CONF -make || exit $ERROR_MAKE +make DESTDIR=$TMP/package-$PACKAGE || exit $ERROR_MAKE make DESTDIR=$TMP/package-$PACKAGE install | tee $TMP/install.log || exit $ERROR_INSTALL CWD="`pwd`" |