summaryrefslogtreecommitdiff
path: root/mail/popper/files/patch-aj
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-aj
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-aj')
-rw-r--r--mail/popper/files/patch-aj62
1 files changed, 0 insertions, 62 deletions
diff --git a/mail/popper/files/patch-aj b/mail/popper/files/patch-aj
deleted file mode 100644
index f7a697027080..000000000000
--- a/mail/popper/files/patch-aj
+++ /dev/null
@@ -1,62 +0,0 @@
-*** pop_updt.c.orig Fri Jul 10 03:44:08 1998
---- pop_updt.c Wed Aug 5 01:14:24 1998
-***************
-*** 126,131 ****
---- 126,134 ----
- mailunlock();
- #endif
- }
-+ #ifdef YOUBIN
-+ sendto_youbin(p->user);
-+ #endif
- return (POP_SUCCESS);
- }
-
-***************
-*** 328,333 ****
---- 331,339 ----
- mailunlock();
- #endif
- (void)fclose(p->drop) ;
-+ #ifdef YOUBIN
-+ sendto_youbin(p->user);
-+ #endif
- #ifdef EDQUOT
- if (save_errno == EDQUOT)
- return pop_msg(p, POP_FAILURE,
-***************
-*** 348,353 ****
---- 354,362 ----
- mailunlock();
- #endif
- (void)fclose(p->drop);
-+ #ifdef YOUBIN
-+ sendto_youbin(p->user);
-+ #endif
- #ifdef EDQUOT
- if (save_errno == EDQUOT)
- return pop_msg(p, POP_FAILURE,
-***************
-*** 452,457 ****
---- 461,469 ----
- mailunlock();
- #endif
- (void)fclose(p->drop) ;
-+ #ifdef YOUBIN
-+ sendto_youbin(p->user);
-+ #endif
- #ifdef EDQUOT
- if (save_errno == EDQUOT)
- return pop_msg(p, POP_FAILURE,
-***************
-*** 475,480 ****
---- 487,495 ----
- #endif
- (void)fclose(p->drop);
- }
-+ #ifdef YOUBIN
-+ sendto_youbin(p->user);
-+ #endif
-
- return(pop_quit(p));
- }