Update to 2.16
PR: ports/40835 Submitted by: maintainer
This commit is contained in:
parent
4bd953d9e9
commit
4910fc395a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63353
4 changed files with 2 additions and 178 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mimedefang
|
||||
PORTVERSION= 2.15
|
||||
PORTVERSION= 2.16
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.roaringpenguin.com/mimedefang/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mimedefang-2.15.tar.gz) = 977c25b76b040d66a65757cc88f1746c
|
||||
MD5 (mimedefang-2.16.tar.gz) = 8aec387efc5222fa4ab3d989842bff16
|
||||
|
|
|
@ -1,132 +0,0 @@
|
|||
--- configure Sat Jun 15 18:55:57 2002
|
||||
+++ configure Sat Jun 15 19:02:10 2002
|
||||
@@ -2172,80 +2172,6 @@
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
-SMPATH=`echo ../sendmail-*/obj.*/libsmutil`
|
||||
-# Extract the first word of "libsmutil.a", so it can be a program name with args.
|
||||
-set dummy libsmutil.a; ac_word=$2
|
||||
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
-echo "configure:2180: checking for $ac_word" >&5
|
||||
-if eval "test \"`echo '$''{'ac_cv_path_LIBSMUTIL'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- case "$LIBSMUTIL" in
|
||||
- /*)
|
||||
- ac_cv_path_LIBSMUTIL="$LIBSMUTIL" # Let the user override the test with a path.
|
||||
- ;;
|
||||
- ?:/*)
|
||||
- ac_cv_path_LIBSMUTIL="$LIBSMUTIL" # Let the user override the test with a dos path.
|
||||
- ;;
|
||||
- *)
|
||||
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
|
||||
- ac_dummy="$MILTERLIB:$SMPATH:/usr/local/lib:/lib:/usr/lib:/usr/lib/libsmutil:/usr/lib/libmilter"
|
||||
- for ac_dir in $ac_dummy; do
|
||||
- test -z "$ac_dir" && ac_dir=.
|
||||
- if test -f $ac_dir/$ac_word; then
|
||||
- ac_cv_path_LIBSMUTIL="$ac_dir/$ac_word"
|
||||
- break
|
||||
- fi
|
||||
- done
|
||||
- IFS="$ac_save_ifs"
|
||||
- test -z "$ac_cv_path_LIBSMUTIL" && ac_cv_path_LIBSMUTIL="no"
|
||||
- ;;
|
||||
-esac
|
||||
-fi
|
||||
-LIBSMUTIL="$ac_cv_path_LIBSMUTIL"
|
||||
-if test -n "$LIBSMUTIL"; then
|
||||
- echo "$ac_t""$LIBSMUTIL" 1>&6
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-fi
|
||||
-
|
||||
-SMPATH=`echo ../sendmail-*/obj.*/libsm`
|
||||
-# Extract the first word of "libsm.a", so it can be a program name with args.
|
||||
-set dummy libsm.a; ac_word=$2
|
||||
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
-echo "configure:2217: checking for $ac_word" >&5
|
||||
-if eval "test \"`echo '$''{'ac_cv_path_LIBSM'+set}'`\" = set"; then
|
||||
- echo $ac_n "(cached) $ac_c" 1>&6
|
||||
-else
|
||||
- case "$LIBSM" in
|
||||
- /*)
|
||||
- ac_cv_path_LIBSM="$LIBSM" # Let the user override the test with a path.
|
||||
- ;;
|
||||
- ?:/*)
|
||||
- ac_cv_path_LIBSM="$LIBSM" # Let the user override the test with a dos path.
|
||||
- ;;
|
||||
- *)
|
||||
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
|
||||
- ac_dummy="$MILTERLIB:$SMPATH:/usr/local/lib:/lib:/usr/lib:/usr/lib/libsm:/usr/lib/libmilter"
|
||||
- for ac_dir in $ac_dummy; do
|
||||
- test -z "$ac_dir" && ac_dir=.
|
||||
- if test -f $ac_dir/$ac_word; then
|
||||
- ac_cv_path_LIBSM="$ac_dir/$ac_word"
|
||||
- break
|
||||
- fi
|
||||
- done
|
||||
- IFS="$ac_save_ifs"
|
||||
- test -z "$ac_cv_path_LIBSM" && ac_cv_path_LIBSM="no"
|
||||
- ;;
|
||||
-esac
|
||||
-fi
|
||||
-LIBSM="$ac_cv_path_LIBSM"
|
||||
-if test -n "$LIBSM"; then
|
||||
- echo "$ac_t""$LIBSM" 1>&6
|
||||
-else
|
||||
- echo "$ac_t""no" 1>&6
|
||||
-fi
|
||||
-
|
||||
# Extract the first word of "mail", so it can be a program name with args.
|
||||
set dummy mail; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
@@ -2369,12 +2295,6 @@
|
||||
|
||||
echo ""
|
||||
|
||||
-if test "$LIBSMUTIL" = "no" ; then
|
||||
- echo "Oops.. I couldn't find libsmutil.a. Please install Sendmail 8.11"
|
||||
- echo "and its libraries."
|
||||
- PROBLEM=1
|
||||
-fi
|
||||
-
|
||||
if test "$LIBMILTER" = "no" ; then
|
||||
echo "Oops.. I couldn't find libmilter.a. Please install Sendmail 8.11"
|
||||
echo "and its libraries."
|
||||
@@ -2389,35 +2309,6 @@
|
||||
else
|
||||
echo "$ac_t""yes" 1>&6
|
||||
LIBS="$LIBS -lsfio"
|
||||
- fi
|
||||
-
|
||||
-
|
||||
- echo $ac_n "checking whether libmilter requires -lsm""... $ac_c" 1>&6
|
||||
-echo "configure:2397: checking whether libmilter requires -lsm" >&5
|
||||
- RESULT=`$NM $LIBMILTER | grep sm_strlcpy`
|
||||
- if test -z "$RESULT" ; then
|
||||
- echo "$ac_t""no" 1>&6
|
||||
- LIBSM=""
|
||||
- else
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- LIBS="$LIBS"
|
||||
- if test "$LIBSM" = "no" ; then
|
||||
- echo "Oops.. I couldn't find libsm.a. Please install Sendmail 8.12"
|
||||
- echo "and its libraries."
|
||||
- PROBLEM=1
|
||||
- else
|
||||
-
|
||||
- echo $ac_n "checking whether libsm requires -lldap""... $ac_c" 1>&6
|
||||
-echo "configure:2412: checking whether libsm requires -lldap" >&5
|
||||
- RESULT=`$NM $LIBSM | grep ldap_`
|
||||
- if test -z "$RESULT" ; then
|
||||
- echo "$ac_t""no" 1>&6
|
||||
- else
|
||||
- echo "$ac_t""yes" 1>&6
|
||||
- LIBS="$LIBS -lldap -llber"
|
||||
- fi
|
||||
-
|
||||
- fi
|
||||
fi
|
||||
|
||||
fi
|
|
@ -1,44 +0,0 @@
|
|||
*** mimedefang-multiplexor.c Sat Jun 15 01:44:53 2002
|
||||
--- mimedefang-multiplexor.c Sat Jun 15 18:42:55 2002
|
||||
***************
|
||||
*** 13,19 ****
|
||||
***********************************************************************/
|
||||
|
||||
static char const RCSID[] =
|
||||
! "$Id: mimedefang-multiplexor.c,v 1.71 2002/06/14 17:08:24 dfs Exp $";
|
||||
|
||||
#include "config.h"
|
||||
#include "event_tcp.h"
|
||||
--- 13,19 ----
|
||||
***********************************************************************/
|
||||
|
||||
static char const RCSID[] =
|
||||
! "$Id: mimedefang-multiplexor.c,v 1.72 2002/06/15 01:12:25 dfs Exp $";
|
||||
|
||||
#include "config.h"
|
||||
#include "event_tcp.h"
|
||||
***************
|
||||
*** 1989,1999 ****
|
||||
--- 1989,2010 ----
|
||||
as *= 1024;
|
||||
lim.rlim_cur = as;
|
||||
lim.rlim_max = as;
|
||||
+ #ifdef RLIMIT_AS
|
||||
n = setrlimit(RLIMIT_AS, &lim);
|
||||
if (n < 0) {
|
||||
syslog(LOG_WARNING, "setrlimit(RLIMIT_AS, %lu) failed: %m",
|
||||
as);
|
||||
}
|
||||
+ #endif
|
||||
+
|
||||
+ #ifdef RLIMIT_DATA
|
||||
+ n = setrlimit(RLIMIT_DATA, &lim);
|
||||
+ if (n < 0) {
|
||||
+ syslog(LOG_WARNING, "setrlimit(RLIMIT_DATA, %lu) failed: %m",
|
||||
+ as);
|
||||
+ }
|
||||
+ #endif
|
||||
+
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue