Sat May 10 10:00:38 2014 UTC ()
prevent to overwrite CC on NetBSD.


(obache)
diff -r1.4 -r1.5 pkgsrc/net/libbind/distinfo
diff -r1.2 -r1.3 pkgsrc/net/libbind/patches/patch-aa

cvs diff -r1.4 -r1.5 pkgsrc/net/libbind/distinfo (expand / switch to unified diff)

--- pkgsrc/net/libbind/distinfo 2014/05/10 09:53:43 1.4
+++ pkgsrc/net/libbind/distinfo 2014/05/10 10:00:38 1.5
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.4 2014/05/10 09:53:43 obache Exp $ 1$NetBSD: distinfo,v 1.5 2014/05/10 10:00:38 obache Exp $
2 2
3SHA1 (libbind-6.0.tar.gz) = 4664646238cd3602df168da1e9bc9591d3f566b2 3SHA1 (libbind-6.0.tar.gz) = 4664646238cd3602df168da1e9bc9591d3f566b2
4RMD160 (libbind-6.0.tar.gz) = bfafac89a455a05202763f6e10f292978085d811 4RMD160 (libbind-6.0.tar.gz) = bfafac89a455a05202763f6e10f292978085d811
5Size (libbind-6.0.tar.gz) = 757162 bytes 5Size (libbind-6.0.tar.gz) = 757162 bytes
6SHA1 (patch-aa) = 7bd66d73d20420d67f6d6850d77d3762cd594499 6SHA1 (patch-aa) = 1c082ec200c840502f3452bfd99fde871d5082cf
7SHA1 (patch-ab) = 6a62d2605e55385fe61cd6a2dc2224883987559e 7SHA1 (patch-ab) = 6a62d2605e55385fe61cd6a2dc2224883987559e
8SHA1 (patch-doc_Makefile.in) = ec7c158664cd5c8edc501a9b74ac956c06ac4df7 8SHA1 (patch-doc_Makefile.in) = ec7c158664cd5c8edc501a9b74ac956c06ac4df7

cvs diff -r1.2 -r1.3 pkgsrc/net/libbind/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/net/libbind/patches/patch-aa 2010/12/31 14:36:07 1.2
+++ pkgsrc/net/libbind/patches/patch-aa 2014/05/10 10:00:38 1.3
@@ -1,25 +1,22 @@ @@ -1,25 +1,22 @@
1$NetBSD: patch-aa,v 1.2 2010/12/31 14:36:07 obache Exp $ 1$NetBSD: patch-aa,v 1.3 2014/05/10 10:00:38 obache Exp $
2 2
3--- configure.orig 2009-03-05 01:37:31.000000000 +0000 3--- configure.orig 2009-03-05 01:37:31.000000000 +0000
4+++ configure 4+++ configure
5@@ -25135,9 +25135,9 @@ case $use_libtool in 5@@ -21891,7 +21891,7 @@ then
6 O=lo 6 # currently work with bind9, but can be chosen with
7 A=la 7 # the --with-ptl2 option for those who wish to
8 LIBTOOL_MKDEP_SED='s;\.o;\.lo;' 8 # experiment with it.
9- LIBTOOL_MODE_COMPILE='--mode=compile' 9- CC="gcc"
10+ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC' 10+ # CC="gcc"
11 LIBTOOL_MODE_INSTALL='--mode=install' 11 { echo "$as_me:$LINENO: checking which NetBSD thread library to use" >&5
12- LIBTOOL_MODE_LINK='--mode=link' 12 echo $ECHO_N "checking which NetBSD thread library to use... $ECHO_C" >&6; }
13+ LIBTOOL_MODE_LINK='--mode=link --tag=CC' 13
14 ;; 
15 *) 
16 O=o 
17@@ -25928,7 +25928,7 @@ case "$host" in 14@@ -25928,7 +25928,7 @@ case "$host" in
18 PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY" 15 PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY"
19 PORT_DIR="port/cygwin";; 16 PORT_DIR="port/cygwin";;
20 *-darwin*) PORT_DIR="port/darwin";; 17 *-darwin*) PORT_DIR="port/darwin";;
21- *-dragonfly*) PORT_DIR="port/dragonfly";; 18- *-dragonfly*) PORT_DIR="port/dragonfly";;
22+ *-dragonfly*) PORT_DIR="port/freebsd";; 19+ *-dragonfly*) PORT_DIR="port/freebsd";;
23 *-osf*) PORT_DIR="port/decunix";; 20 *-osf*) PORT_DIR="port/decunix";;
24 *-freebsd*) PORT_DIR="port/freebsd";; 21 *-freebsd*) PORT_DIR="port/freebsd";;
25 *-hpux9*) PORT_DIR="port/hpux9";; 22 *-hpux9*) PORT_DIR="port/hpux9";;