pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47943 (recent update to libpcap breaks tcpdump, nmap and wireshark on Solaris)
The following reply was made to PR pkg/47943; it has been noted by GNATS.
From: =?UTF-8?B?SsO2cm4gQ2xhdXNlbg==?=
<joern.clausen%uni-bielefeld.de@localhost>
To: =?UTF-8?B?QWRhbSBDaWFyY2nFhHNraQ==?= <adam%NetBSD.org@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, solaris-pkg-people%NetBSD.org@localhost,
pkgsrc-bugs%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost
Subject: Re: pkg/47943 (recent update to libpcap breaks tcpdump,
nmap and wireshark on Solaris)
Date: Fri, 21 Jun 2013 12:52:32 +0200
On 21.06.13 11:40, Adam CiarciÅ?ski wrote:
>>> After removing patches/patch-configure
>>
>> After removing the critical part, I should have said. The changes to the
>> man-page suffixes are still necessary.
>
> Can you confirm the following fixes the problem?
>
>
> % cvs diff patches/patch-configure
> Index: patches/patch-configure
> ===================================================================
> RCS file: /cvsroot/pkgsrc/net/libpcap/patches/patch-configure,v
> retrieving revision 1.2
> diff -r1.2 patch-configure
> 5,12d4
> < @@ -8835,7 +8835,6 @@ echo "${ECHO_T}$ac_cv_lbl_have_siocglifc
> < #
> < # Needed for common functions used by
> pcap-[dlpi,libdlpi].c
> < #
> < - SSRC="dlpisubs.c"
> < ;;
> <
> < *)
I'm not 100% sure how to parse this. This takes back the removal of
'SSRC="dlpisubs.c"'? At the moment, I have this version of
patches/patch-configure in my source tree, and everything works for me:
--- configure.orig 2013-03-25 14:51:40.000000000 +0000
+++ configure
@@ -9986,8 +9985,6 @@ fi
# Individual cases can override this.
#
DYEXT="none"
-MAN_FILE_FORMATS=5
-MAN_MISC_INFO=7
case "$host_os" in
aix*)
@@ -10255,6 +10252,9 @@ fi
test "x$enable_shared" = "xno" && DYEXT="none"
+MAN_FILE_FORMATS=5
+MAN_MISC_INFO=7
+
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be
a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
NB: This works for me, i.e. on Solaris 10. I can't confirm this for
other flavors of Solaris.
--
Jörn Clausen
joern.clausen%uni-bielefeld.de@localhost
Hochschulrechenzentrum http://www.uni-bielefeld.de/hrz/
Universität Bielefeld
Home |
Main Index |
Thread Index |
Old Index