aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mimedefang/files
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-07-22 09:09:46 +0800
committerpat <pat@FreeBSD.org>2002-07-22 09:09:46 +0800
commit0ffee9753e79b260716f01c012e94ded3d8c26a5 (patch)
tree1fbb0568837c55e60d1f1e35e178b405dcbfa518 /mail/mimedefang/files
parentdd263bf7fda86b7c79a35459d2f91c51197b2098 (diff)
downloadfreebsd-ports-gnome-0ffee9753e79b260716f01c012e94ded3d8c26a5.tar.gz
freebsd-ports-gnome-0ffee9753e79b260716f01c012e94ded3d8c26a5.tar.zst
freebsd-ports-gnome-0ffee9753e79b260716f01c012e94ded3d8c26a5.zip
Update to 2.16
PR: ports/40835 Submitted by: maintainer
Diffstat (limited to 'mail/mimedefang/files')
-rw-r--r--mail/mimedefang/files/patch-configure132
-rw-r--r--mail/mimedefang/files/patch-mimedefang-multiplexor.c44
2 files changed, 0 insertions, 176 deletions
diff --git a/mail/mimedefang/files/patch-configure b/mail/mimedefang/files/patch-configure
deleted file mode 100644
index e9cb95950125..000000000000
--- a/mail/mimedefang/files/patch-configure
+++ /dev/null
@@ -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
diff --git a/mail/mimedefang/files/patch-mimedefang-multiplexor.c b/mail/mimedefang/files/patch-mimedefang-multiplexor.c
deleted file mode 100644
index 76020fc0ed9f..000000000000
--- a/mail/mimedefang/files/patch-mimedefang-multiplexor.c
+++ /dev/null
@@ -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
-+
- }
- }
-