summaryrefslogtreecommitdiff
path: root/mail/popper/files/patch-ao
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/popper/files/patch-ao
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'mail/popper/files/patch-ao')
-rw-r--r--mail/popper/files/patch-ao26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/popper/files/patch-ao b/mail/popper/files/patch-ao
deleted file mode 100644
index c07cd3e1d558..000000000000
--- a/mail/popper/files/patch-ao
+++ /dev/null
@@ -1,26 +0,0 @@
---- pop_apop.c.orig Fri Jul 10 00:44:07 1998
-+++ pop_apop.c Tue Sep 14 23:02:05 2004
-@@ -180,17 +180,18 @@
- return(pop_auth_fail(p, POP_FAILURE, "not authorized"));
- }
-
--#ifdef GDBM
-- gdbm_close (db);
--#else
-- dbm_close (db);
--#endif
- (void) close(f);
-
- MD5Init(&mdContext);
- MD5Update(&mdContext, (unsigned char *)p->md5str, strlen(p->md5str));
- MD5Update(&mdContext, (unsigned char *)obscure(ddatum.dptr), (ddatum.dsize - 1));
- MD5Final(digest, &mdContext);
-+
-+#ifdef GDBM
-+ gdbm_close (db);
-+#else
-+ dbm_close (db);
-+#endif
-
- cp = buffer;
- for (ep = (dp = digest) + sizeof digest / sizeof digest[0];