Update to fetchmail-5.0.5.

Remove unnecessary patches. They're part of the regular distribution now.
Change the maintainer to myself.
This commit is contained in:
fgsch 1999-06-28 19:40:45 +00:00
parent e7dd5a1c9e
commit 0a37e4c1e1
8 changed files with 6 additions and 134 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.16 1999/06/12 23:07:44 brad Exp $
# $OpenBSD: Makefile,v 1.17 1999/06/28 19:40:45 fgsch Exp $
DISTNAME= fetchmail-5.0.4
DISTNAME= fetchmail-5.0.5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
MAINTAINER= ports@openbsd.org
MAINTAINER= fgsch@openbsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-nls

View File

@ -1,3 +1,3 @@
MD5 (fetchmail-5.0.4.tar.gz) = 5c72fda783a28064ef2182407c36e2f2
RMD160 (fetchmail-5.0.4.tar.gz) = 89d27a63d8afce12881c6e0c609dbadbfc438527
SHA1 (fetchmail-5.0.4.tar.gz) = 005032bfa37ae2ecda947a97459454b825aaa2a5
MD5 (fetchmail-5.0.5.tar.gz) = 8fc398e7da38422f1a77eb57c9b5016e
SHA1 (fetchmail-5.0.5.tar.gz) = d3baa9a5c5fc2886ccc06eb184d1c902c88162c8
RMD160 (fetchmail-5.0.5.tar.gz) = 34fe513a2641201e643158faf31abfb9620d7124

View File

@ -1,62 +0,0 @@
*** config.guess.orig Sun Nov 23 22:10:45 1997
--- config.guess Sun Nov 23 22:13:19 1997
***************
*** 65,70 ****
--- 65,73 ----
amiga:NetBSD:*:*)
echo m68k-cbm-netbsd${UNAME_RELEASE}
exit 0 ;;
+ amiga:OpenBSD:*:*)
+ echo m68k-cbm-openbsd${UNAME_RELEASE}
+ exit 0 ;;
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
***************
*** 102,113 ****
--- 105,125 ----
atari*:NetBSD:*:*)
echo m68k-atari-netbsd${UNAME_RELEASE}
exit 0 ;;
+ atari*:OpenBSD:*:*)
+ echo m68k-atari-openbsd${UNAME_RELEASE}
+ exit 0 ;;
sun3*:NetBSD:*:*)
echo m68k-sun-netbsd${UNAME_RELEASE}
exit 0 ;;
+ sun3*:OpenBSD:*:*)
+ echo m68k-sun-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mac68k:NetBSD:*:*)
echo m68k-apple-netbsd${UNAME_RELEASE}
exit 0 ;;
+ mac68k:OpenBSD:*:*)
+ echo m68k-apple-openbsd${UNAME_RELEASE}
+ exit 0 ;;
RISC*:ULTRIX:*:*)
echo mips-dec-ultrix${UNAME_RELEASE}
exit 0 ;;
***************
*** 303,308 ****
--- 315,323 ----
hp3[0-9][05]:NetBSD:*:*)
echo m68k-hp-netbsd${UNAME_RELEASE}
exit 0 ;;
+ hp3[0-9][05]:OpenBSD:*:*)
+ echo m68k-hp-openbsd${UNAME_RELEASE}
+ exit 0 ;;
i[34]86:BSD/386:*:* | *:BSD/OS:*:*)
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
***************
*** 311,316 ****
--- 326,334 ----
exit 0 ;;
*:NetBSD:*:*)
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ exit 0 ;;
+ *:OpenBSD:*:*)
+ echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
exit 0 ;;
*:GNU:*:*)
echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`

View File

@ -1,19 +0,0 @@
*** config.sub.orig Sun Nov 23 22:20:43 1997
--- config.sub Sun Nov 23 22:21:19 1997
***************
*** 641,647 ****
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
! | -udi* | -eabi* | -lites* )
# Remember, each alternative MUST END IN *, to match a version number.
;;
-sunos5*)
--- 641,647 ----
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
! | -udi* | -eabi* | -lites* | -openbsd* )
# Remember, each alternative MUST END IN *, to match a version number.
;;
-sunos5*)

View File

@ -1,16 +0,0 @@
--- configure.orig Sat Jun 12 18:18:14 1999
+++ configure Sat Jun 12 18:19:39 1999
@@ -5281,10 +5281,10 @@
# The "elif" arm (nonempty $with_kerberos) is kind of a crock. It works for
# configuring the BSD/OS Kerberos IV support, though.
-# Check for a NetBSD special case
-if test "$with_kerberos" = "yes" -a `uname` = "NetBSD"
+# Check for a NetBSD/OpenBSD special case
+if test "$with_kerberos" = "yes" -a `uname` = "NetBSD" -o `uname` = "OpenBSD"
then
- echo "Configuring kerberosIV for NetBSD"
+ echo "Configuring kerberosIV for `uname`"
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV"
LIBS="$LIBS -lkrb -ldes"
elif test -n "$with_kerberos" -a -n "$with_kerberos5"

View File

@ -1,9 +0,0 @@
--- i18n.h.orig Mon Nov 23 02:41:44 1998
+++ i18n.h Mon Jan 18 21:59:08 1999
@@ -1,5 +1,6 @@
/* Dummy header for libintl.h */
+#undef _
#ifdef ENABLE_NLS
#undef __OPTIMIZE__
#include <libintl.h>

View File

@ -1,11 +0,0 @@
--- driver.c.orig Sat Jun 12 18:20:29 1999
+++ driver.c Sat Jun 12 18:21:32 1999
@@ -1160,7 +1160,7 @@
kerberos_auth (socket, canonical)
/* authenticate to the server host using Kerberos V4 */
int socket; /* socket to server host */
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
char *canonical; /* server name */
#else
const char *canonical; /* server name */

View File

@ -1,11 +0,0 @@
--- imap.c.orig Sat Jun 12 18:22:38 1999
+++ imap.c Sat Jun 12 18:23:19 1999
@@ -293,7 +293,7 @@
memcpy(session, credentials.session, sizeof session);
memset(&credentials, 0, sizeof credentials);
- des_key_sched(session, schedule);
+ des_key_sched(&session, schedule);
result = krb_get_tf_fullname(TKT_FILE, tktuser, tktinst, tktrealm);
if (result) {