FreeBSD Bugzilla – Attachment 176776 Details for
Bug 214317
[PATCH] mail/py-milter Fix IPv6 Problems and takeing over maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to update the port
py-milter_update.diff (text/plain), 1.21 KB, created by
schmidt
on 2016-11-08 12:34:26 UTC
(
hide
)
Description:
diff to update the port
Filename:
MIME Type:
Creator:
schmidt
Created:
2016-11-08 12:34:26 UTC
Size:
1.21 KB
patch
obsolete
>diff -ruN py-milter.bak/Makefile py-milter/Makefile >--- py-milter.bak/Makefile 2016-11-08 13:24:53.790455000 +0100 >+++ py-milter/Makefile 2016-11-08 13:26:25.205482000 +0100 >@@ -3,13 +3,13 @@ > > PORTNAME= milter > PORTVERSION= 1.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail python > MASTER_SITES= SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= ${PYPORTNAME}-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= estartu@augusta.de > COMMENT= Python interface to Sendmail milter API > > LICENSE= GPLv2+ >diff -ruN py-milter.bak/files/patch-miltermodul.c py-milter/files/patch-miltermodul.c >--- py-milter.bak/files/patch-miltermodul.c 1970-01-01 01:00:00.000000000 +0100 >+++ py-milter/files/patch-miltermodul.c 2016-11-08 13:08:08.839240000 +0100 >@@ -0,0 +1,11 @@ >+--- miltermodule.c.orig 2016-11-08 13:07:16.471599000 +0100 >++++ miltermodule.c 2016-11-08 13:07:36.931913000 +0100 >+@@ -285,7 +285,7 @@ >+ * published. Unfortunately I know of no good way to do this >+ * other than with OS-specific tests. >+ */ >+-#if defined(__FreeBSD_kernel__) || defined(__linux__) >++#if defined(__FreeBSD__) || defined(__linux__) >+ #define HAVE_IPV6_RFC2553 >+ #include <arpa/inet.h> >+ #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214317
: 176776