]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
sympa: added patch for 5.3.4
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 5 Jan 2008 04:08:36 +0000 (04:08 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 5 Jan 2008 04:08:36 +0000 (04:08 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1590 370017ae-e619-0410-ac65-c121f96126d4

net/mail/sympa/sympa-5.3.4.diff [new file with mode: 0644]
net/mail/sympa/sympa.SlackBuild

diff --git a/net/mail/sympa/sympa-5.3.4.diff b/net/mail/sympa/sympa-5.3.4.diff
new file mode 100644 (file)
index 0000000..05d6351
--- /dev/null
@@ -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 *******
index 126ede60b105b2c23f01993d3cdd5da0711b0ab8..e9df95bd0a6b456919c5e78bc099c5ef6f1df2be 100755 (executable)
@@ -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`"