summaryrefslogtreecommitdiff
path: root/mail/pgpsendmail/files/patch-pgpsendmail.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-06-07 15:28:48 +0000
committerRene Ladan <rene@FreeBSD.org>2017-06-07 15:28:48 +0000
commit00c3f3cbd0b9d699c40f29066b31b9d1fb60036b (patch)
tree76044571fc1bcb832039d8896fe92d757218fd8e /mail/pgpsendmail/files/patch-pgpsendmail.h
parent[NEW] sysutils/py3-execnet: Create Python 3.x version of port (diff)
Remove expired ports:
2017-05-31 mail/linux-thunderbird: Use the native thunderbird mail/thunderbird instead 2017-06-01 devel/p5-Penguin: Depends on expired security/pgp 2017-06-01 security/p5-Crypt-PGPSimple: Depends on expired security/pgp 2017-06-01 mail/pgpsendmail: Depends on expired security/pgp 2017-04-01 security/pgp: This software was last updated in 1996, use security/gnupg1 as a drop-in replacement with legacy PGP support.
Notes
Notes: svn path=/head/; revision=442847
Diffstat (limited to 'mail/pgpsendmail/files/patch-pgpsendmail.h')
-rw-r--r--mail/pgpsendmail/files/patch-pgpsendmail.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/pgpsendmail/files/patch-pgpsendmail.h b/mail/pgpsendmail/files/patch-pgpsendmail.h
deleted file mode 100644
index ed6b77e1a52e..000000000000
--- a/mail/pgpsendmail/files/patch-pgpsendmail.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- pgpsendmail.h.orig 1994-12-03 12:23:34.000000000 +0900
-+++ pgpsendmail.h 2012-10-24 15:35:51.000000000 +0900
-@@ -34,8 +34,12 @@
- #define LINE_LENGTH 1024
- #define BUF_LEN 4096
- #ifndef SENDMAIL
-+#ifdef __FreeBSD__
-+# define SENDMAIL "/usr/sbin/sendmail"
-+#else
- # define SENDMAIL "/usr/lib/sendmail.real"
- #endif
-+#endif
- #define SECRING_SIZE_TYPE int
-
- #define CHECK_CAN_ENCRYPT 0