pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libbind



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 16:15:21 UTC 2018

Modified Files:
        pkgsrc/net/libbind: distinfo
Added Files:
        pkgsrc/net/libbind/patches: patch-resolv_res__comp.c

Log Message:
libbind: Fix SunOS/clang.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libbind/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/libbind/patches/patch-resolv_res__comp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libbind/distinfo
diff -u pkgsrc/net/libbind/distinfo:1.7 pkgsrc/net/libbind/distinfo:1.8
--- pkgsrc/net/libbind/distinfo:1.7     Wed Nov  4 00:35:08 2015
+++ pkgsrc/net/libbind/distinfo Fri Feb  2 16:15:21 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:08 agc Exp $
+$NetBSD: distinfo,v 1.8 2018/02/02 16:15:21 jperkin Exp $
 
 SHA1 (libbind-6.0.tar.gz) = 4664646238cd3602df168da1e9bc9591d3f566b2
 RMD160 (libbind-6.0.tar.gz) = bfafac89a455a05202763f6e10f292978085d811
@@ -9,3 +9,4 @@ SHA1 (patch-ab) = 181cd18ed571b064e13fc8
 SHA1 (patch-config.threads.in) = e6df8706b9ff3251dbf91284c4b19397a4ca05b3
 SHA1 (patch-configure.in) = 6d1549d5b5a63c51e6d47e557b59d819ecf43824
 SHA1 (patch-doc_Makefile.in) = 0ebc227322e3bd10b5b9a242073539868f440ba2
+SHA1 (patch-resolv_res__comp.c) = 49fc9a1e9b1db222517c51717b4206c8ff07c010

Added files:

Index: pkgsrc/net/libbind/patches/patch-resolv_res__comp.c
diff -u /dev/null pkgsrc/net/libbind/patches/patch-resolv_res__comp.c:1.1
--- /dev/null   Fri Feb  2 16:15:21 2018
+++ pkgsrc/net/libbind/patches/patch-resolv_res__comp.c Fri Feb  2 16:15:21 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-resolv_res__comp.c,v 1.1 2018/02/02 16:15:21 jperkin Exp $
+
+Fix SunOS/clang.
+
+--- resolv/res_comp.c.orig     2005-07-28 06:51:50.000000000 +0000
++++ resolv/res_comp.c
+@@ -243,7 +243,7 @@ res_dnok(const char *dn) {
+  * Note that one _ comes from C and the others come from us.
+  */
+ 
+-#ifdef SOLARIS2
++#if defined(SOLARIS2) && !defined(__clang__)
+ #ifdef  __putlong
+ #undef  __putlong
+ #endif



Home | Main Index | Thread Index | Old Index