ports/95604: [PATCH] fix so client_test is compiled
Johan Strom
johan at stromnet.org
Mon Apr 10 22:00:32 UTC 2006
>Number: 95604
>Category: ports
>Synopsis: [PATCH] fix so client_test is compiled
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 10 22:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Johan Strom
>Release: FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD elfi.stromnet.org 6.0-RELEASE FreeBSD 6.0-RELEASE #2: Thu Dec 1 20:18:30 CET 2005 johan at elfi.stromnet.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Update configure patch to patch for other boost libs as well, so client_test is compiled.
>How-To-Repeat:
>Fix:
--- patch begins here ---
diff -ur rblibtorrent.old/files/patch-configure rblibtorrent/files/patch-configure
--- rblibtorrent.old/files/patch-configure Mon Apr 10 23:45:15 2006
+++ rblibtorrent/files/patch-configure Mon Apr 10 22:11:41 2006
@@ -30,3 +30,23 @@
fi
done
+@@ -20880,7 +20880,8 @@
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
+ echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
+ if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+- BOOST_REGEX_LIB=$ax_lib break
++ BOOST_REGEX_LIB=$ax_lib
++ break
+ fi
+
+ done
+@@ -21037,7 +21038,8 @@
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
+ echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
+ if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+- BOOST_PROGRAM_OPTIONS_LIB=$ax_lib break
++ BOOST_PROGRAM_OPTIONS_LIB=$ax_lib
++ break
+ fi
+
+ done
diff -ur rblibtorrent.old/pkg-plist rblibtorrent/pkg-plist
--- rblibtorrent.old/pkg-plist Mon Apr 10 23:43:08 2006
+++ rblibtorrent/pkg-plist Mon Apr 10 23:40:12 2006
@@ -43,6 +43,7 @@
lib/libtorrent.la
lib/libtorrent.a
libdata/pkgconfig/libtorrent.pc
+bin/client_test
bin/dump_torrent
bin/make_torrent
bin/simple_client
--- patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list