pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/smtpfeed Fix IPv6 build on SunOS 5.10 and newer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dc84513c906
branches:  trunk
changeset: 639786:3dc84513c906
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 14:14:47 2014 +0000

description:
Fix IPv6 build on SunOS 5.10 and newer.

diffstat:

 mail/smtpfeed/distinfo                |   3 ++-
 mail/smtpfeed/patches/patch-configure |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 98fb7336bdef -r 3dc84513c906 mail/smtpfeed/distinfo
--- a/mail/smtpfeed/distinfo    Thu Sep 25 14:02:34 2014 +0000
+++ b/mail/smtpfeed/distinfo    Thu Sep 25 14:14:47 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2012/07/10 09:09:11 mef Exp $
+$NetBSD: distinfo,v 1.9 2014/09/25 14:14:47 jperkin Exp $
 
 SHA1 (smtpfeed-1.20.tar.gz) = f055984526865200339557e5fa809f968decbcfd
 RMD160 (smtpfeed-1.20.tar.gz) = aa3c586f2c5b2907caa0d7a50257c4e5273cc25d
@@ -15,3 +15,4 @@
 SHA1 (patch-ak) = 206286eb6872876fc4b67a6ad413229124b8bb80
 SHA1 (patch-al) = 9a4674777b1a7fef6f29c6e5aa1b7e04c1eb2f87
 SHA1 (patch-am) = 63c35492d1cd9f01e9de901b7816e6f5d3e28c91
+SHA1 (patch-configure) = 61f92773f797660e7b51f6b70ea88f3f949c5191
diff -r 98fb7336bdef -r 3dc84513c906 mail/smtpfeed/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/smtpfeed/patches/patch-configure     Thu Sep 25 14:14:47 2014 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2014/09/25 14:14:47 jperkin Exp $
+
+Fix IPv6 SunOS build on 5.10+
+
+--- configure.orig     2003-08-20 05:14:22.000000000 +0000
++++ configure
+@@ -1458,7 +1458,7 @@ rm -f conftest*
+                                               usys=`uname -s`;
+                       if test "$usys" = "SunOS"; then
+                               case `uname -r` in
+-                              5.8*|5.9*)
++                              5.8*|5.9*|5.1[0-9])
+                                       ipv6type=$i
+                                       IPV6_DEF="-DINET6"
+                                       ;;



Home | Main Index | Thread Index | Old Index