aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-03-08 12:03:33 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-03-08 12:03:33 +0000
commit5960b716f2b9ffe4db97eb991c1075cbea8c4628 (patch)
treeae3eb43a5497e151db3e4952fa656e7399f54c2a /mail/fetchmail
parent5fd2d442651677d26ee388ea012301f80176bc6b (diff)
downloadports-5960b716f2b9ffe4db97eb991c1075cbea8c4628.tar.gz
ports-5960b716f2b9ffe4db97eb991c1075cbea8c4628.zip
Notes
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/files/patch-ad38
-rw-r--r--mail/fetchmail/files/patch-am11
2 files changed, 0 insertions, 49 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
deleted file mode 100644
index 9d7d8722fb80..000000000000
--- a/mail/fetchmail/files/patch-ad
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.old Mon Feb 12 13:16:28 2001
-+++ configure Mon Feb 12 13:16:48 2001
-@@ -1639,7 +1639,7 @@
- if test `uname` = "FreeBSD"
- then
- echo "Adding -lkvm to standard libraries"
-- LIBS="$LIBS -lkvm"
-+ LIBS="$LIBS -lmd -lkvm"
- fi
-
- # Check for Rhapsody special case: it doesn't like -s
-@@ -5654,7 +5654,7 @@
- EOF
-
- CEFLAGS="$CEFLAGS -I/usr/include/kerberosIV"
-- LIBS="$LIBS -lkrb -ldes"
-+ LIBS="$LIBS -lkrb -ldes -lcom_err"
- elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no" -a "$with_kerberos5" != "no"
- then
- cat >> confdefs.h <<\EOF
-@@ -5697,7 +5697,7 @@
-
- CEFLAGS="$CEFLAGS -I$with_kerberos/include"
- LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
-- LIBS="$LIBS -lkrb -ldes"
-+ LIBS="$LIBS -lkrb -ldes -lcom_err"
- else
- if test "$with_kerberos" != "no"
- then
-@@ -5711,7 +5711,7 @@
-
- CEFLAGS="$CEFLAGS -I$dir/include"
- LDEFLAGS="$LDEFLAGS -L$dir/lib"
-- LIBS="$LIBS -lkrb -ldes"
-+ LIBS="$LIBS -lkrb -ldes -lcom_err"
- break
- fi
- done
diff --git a/mail/fetchmail/files/patch-am b/mail/fetchmail/files/patch-am
deleted file mode 100644
index 8ee5f0d463b3..000000000000
--- a/mail/fetchmail/files/patch-am
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure~ Sat May 27 12:41:32 2000
-+++ configure Sat May 27 12:45:12 2000
-@@ -5010,7 +5010,7 @@
- if test "$USE_NLS" = "yes"
- then
- echo 'Enabling internationalization support...'
-- POMAKE='$(MAKE) -C po'
-+ POMAKE='cd po ; $(MAKE)'
- if test "x$prefix" != xNONE; then
- EXTRADEFS="$EXTRADEFS -DLOCALEDIR='\"$prefix/share/locale\"'"
- else