Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2006 23:50:27 +0200 (CEST)
From:      Johan Strom <johan@stromnet.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95604: [PATCH] fix so client_test is compiled
Message-ID:  <20060410215027.E37ED61CEE@elfi.stromnet.org>
Resent-Message-ID: <200604102200.k3AM0VMc079281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060410215027.E37ED61CEE>