1
0
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:
Dmitry Sivachenko 2003-08-29 07:05:04 +00:00
parent 7cc10abfaa
commit 4112a488d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87960
2 changed files with 12 additions and 1 deletions

View File

@ -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

View 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 )