pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libbind prevent to overwrite CC on NetBSD.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4790a90c8027
branches: trunk
changeset: 634166:4790a90c8027
user: obache <obache%pkgsrc.org@localhost>
date: Sat May 10 10:00:38 2014 +0000
description:
prevent to overwrite CC on NetBSD.
diffstat:
net/libbind/distinfo | 4 ++--
net/libbind/patches/patch-aa | 23 ++++++++++-------------
2 files changed, 12 insertions(+), 15 deletions(-)
diffs (47 lines):
diff -r 6fef53d682fb -r 4790a90c8027 net/libbind/distinfo
--- a/net/libbind/distinfo Sat May 10 09:53:43 2014 +0000
+++ b/net/libbind/distinfo Sat May 10 10:00:38 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2014/05/10 09:53:43 obache Exp $
+$NetBSD: distinfo,v 1.5 2014/05/10 10:00:38 obache Exp $
SHA1 (libbind-6.0.tar.gz) = 4664646238cd3602df168da1e9bc9591d3f566b2
RMD160 (libbind-6.0.tar.gz) = bfafac89a455a05202763f6e10f292978085d811
Size (libbind-6.0.tar.gz) = 757162 bytes
-SHA1 (patch-aa) = 7bd66d73d20420d67f6d6850d77d3762cd594499
+SHA1 (patch-aa) = 1c082ec200c840502f3452bfd99fde871d5082cf
SHA1 (patch-ab) = 6a62d2605e55385fe61cd6a2dc2224883987559e
SHA1 (patch-doc_Makefile.in) = ec7c158664cd5c8edc501a9b74ac956c06ac4df7
diff -r 6fef53d682fb -r 4790a90c8027 net/libbind/patches/patch-aa
--- a/net/libbind/patches/patch-aa Sat May 10 09:53:43 2014 +0000
+++ b/net/libbind/patches/patch-aa Sat May 10 10:00:38 2014 +0000
@@ -1,19 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2010/12/31 14:36:07 obache Exp $
+$NetBSD: patch-aa,v 1.3 2014/05/10 10:00:38 obache Exp $
--- configure.orig 2009-03-05 01:37:31.000000000 +0000
+++ configure
-@@ -25135,9 +25135,9 @@ case $use_libtool in
- O=lo
- A=la
- LIBTOOL_MKDEP_SED='s;\.o;\.lo;'
-- LIBTOOL_MODE_COMPILE='--mode=compile'
-+ LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
- LIBTOOL_MODE_INSTALL='--mode=install'
-- LIBTOOL_MODE_LINK='--mode=link'
-+ LIBTOOL_MODE_LINK='--mode=link --tag=CC'
- ;;
- *)
- O=o
+@@ -21891,7 +21891,7 @@ then
+ # currently work with bind9, but can be chosen with
+ # the --with-ptl2 option for those who wish to
+ # experiment with it.
+- CC="gcc"
++ # CC="gcc"
+ { echo "$as_me:$LINENO: checking which NetBSD thread library to use" >&5
+ echo $ECHO_N "checking which NetBSD thread library to use... $ECHO_C" >&6; }
+
@@ -25928,7 +25928,7 @@ case "$host" in
PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY"
PORT_DIR="port/cygwin";;
Home |
Main Index |
Thread Index |
Old Index