pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/mail/postfix Pullup ticket 241 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b84fb95454b6
branches:  pkgsrc-2004Q4
changeset: 485851:b84fb95454b6
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Jan 27 05:14:48 2005 +0000

description:
Pullup ticket 241 - requested by Kimmo Suominen
build fix for postfix

Revisions pulled up:
- pkgsrc/mail/postfix/distinfo                          1.80
- pkgsrc/mail/postfix/options.mk                        1.14
- pkgsrc/mail/postfix/files/patch-inet6-ni_withscopeid  1.1
- pkgsrc/mail/postfix/patches/patch-aj                  removed

    Module Name:    pkgsrc
    Committed By:   kim
    Date:           Tue Dec 28 16:13:28 UTC 2004

    Modified Files:
            pkgsrc/mail/postfix: distinfo options.mk
    Added Files:
            pkgsrc/mail/postfix/files: patch-inet6-ni_withscopeid
    Removed Files:
            pkgsrc/mail/postfix/patches: patch-aj

    Log Message:
    Apply NI_WITHSCOPEID patch only if the inet6 option is enabled.

    Closes PR pkg/28756

diffstat:

 mail/postfix/distinfo                         |   3 +--
 mail/postfix/files/patch-inet6-ni_withscopeid |  13 +++++++++++++
 mail/postfix/options.mk                       |   7 +++++--
 mail/postfix/patches/patch-aj                 |  13 -------------
 4 files changed, 19 insertions(+), 17 deletions(-)

diffs (72 lines):

diff -r e13fd71c6870 -r b84fb95454b6 mail/postfix/distinfo
--- a/mail/postfix/distinfo     Thu Jan 27 05:00:16 2005 +0000
+++ b/mail/postfix/distinfo     Thu Jan 27 05:14:48 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2004/12/17 19:36:01 kim Exp $
+$NetBSD: distinfo,v 1.78.2.1 2005/01/27 05:14:48 snj Exp $
 
 SHA1 (postfix/postfix-2.1.5.tar.gz) = bbc65c9fdc1cbd8e553816a5549b2685255cf69d
 Size (postfix/postfix-2.1.5.tar.gz) = 1971931 bytes
@@ -12,4 +12,3 @@
 SHA1 (patch-ab) = c506a08b694f94ef4884fa97eec51e44c92812dd
 SHA1 (patch-ag) = d5e9aab43b5d3be6df9ad8e3f03572b9a228f784
 SHA1 (patch-ai) = f166c2d52bfb8a441db22a9090312c0a2de56a6f
-SHA1 (patch-aj) = c2e79b1954dae272e22bb38bf3c0586f1b7c9543
diff -r e13fd71c6870 -r b84fb95454b6 mail/postfix/files/patch-inet6-ni_withscopeid
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/postfix/files/patch-inet6-ni_withscopeid     Thu Jan 27 05:14:48 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-inet6-ni_withscopeid,v 1.1.2.2 2005/01/27 05:14:48 snj Exp $
+
+--- src/util/inet_addr_list.h.orig     2004-12-17 04:30:07.000000000 -0500
++++ src/util/inet_addr_list.h  2004-12-17 04:36:47.000000000 -0500
+@@ -58,7 +58,7 @@
+  * Only on KAME? Use without implementation will result in EAI_BADFLAGS.
+  */
+ #ifdef INET6
+-# ifndef INET6_KAME
++# if !defined(INET6_KAME) || (defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 299001100))
+ #  ifdef NI_WITHSCOPEID
+ #   undef NI_WITHSCOPEID
+ #  endif
diff -r e13fd71c6870 -r b84fb95454b6 mail/postfix/options.mk
--- a/mail/postfix/options.mk   Thu Jan 27 05:00:16 2005 +0000
+++ b/mail/postfix/options.mk   Thu Jan 27 05:14:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2004/12/02 14:39:56 jlam Exp $
+# $NetBSD: options.mk,v 1.13.2.1 2005/01/27 05:14:48 snj Exp $
 
 # Global and legacy options
 
@@ -31,10 +31,13 @@
 PATCH_DIST_STRIP.${IPV6TLS_PATCH}=     -p1
 PLIST_SRC+=            ${PKGDIR}/PLIST.inet6
 
-post-patch: darwin-inet6-fix
+post-patch: darwin-inet6-fix inet6-ni_withscopeid-fix
 darwin-inet6-fix:
        @cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} \
                < ${FILESDIR}/patch-darwin-inet6
+inet6-ni_withscopeid-fix:
+       @cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} \
+               < ${FILESDIR}/patch-inet6-ni_withscopeid
 .endif
 
 ###
diff -r e13fd71c6870 -r b84fb95454b6 mail/postfix/patches/patch-aj
--- a/mail/postfix/patches/patch-aj     Thu Jan 27 05:00:16 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.6 2004/12/17 19:36:01 kim Exp $
-
---- src/util/inet_addr_list.h.orig     2004-12-17 04:30:07.000000000 -0500
-+++ src/util/inet_addr_list.h  2004-12-17 04:36:47.000000000 -0500
-@@ -58,7 +58,7 @@
-  * Only on KAME? Use without implementation will result in EAI_BADFLAGS.
-  */
- #ifdef INET6
--# ifndef INET6_KAME
-+# if !defined(INET6_KAME) || (defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 299001100))
- #  ifdef NI_WITHSCOPEID
- #   undef NI_WITHSCOPEID
- #  endif



Home | Main Index | Thread Index | Old Index