mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Disable IPv6 for now, it break things.
PR: 56105 Submitted by: Matthias Andree <matthias.andree@gmx.de>
This commit is contained in:
parent
7cc10abfaa
commit
4112a488d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87960
@ -7,7 +7,8 @@
|
||||
|
||||
PORTNAME= mini_sendmail
|
||||
PORTVERSION= 1.3.2
|
||||
CATEGORIES+= mail ipv6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= mail
|
||||
MASTER_SITES= http://www.acme.com/software/mini_sendmail/
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
|
10
mail/mini_sendmail/files/patch-disable-ipv6
Normal file
10
mail/mini_sendmail/files/patch-disable-ipv6
Normal file
@ -0,0 +1,10 @@
|
||||
--- mini_sendmail.c.orig Fri Aug 29 11:02:43 2003
|
||||
+++ mini_sendmail.c Fri Aug 29 11:03:03 2003
|
||||
@@ -541,6 +541,7 @@ add_recipient( char* recipient, int len
|
||||
#if defined(AF_INET6) && defined(IN6_IS_ADDR_V4MAPPED)
|
||||
#define USE_IPV6
|
||||
#endif
|
||||
+#undef USE_IPV6
|
||||
|
||||
static int
|
||||
open_client_socket( void )
|
Loading…
Reference in New Issue
Block a user