Re: help with sed for post-patch

2010-03-22 Thread Rainer Hurling
Am 21.03.2010 21:42 (UTC+1) schrieb Tijl Coosemans: On Sunday 21 March 2010 21:14:11 Eitan Adler wrote: I need to change set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib) to set(LIBRARY_OUTPUT_PATH libdata/lib) Here is what I have ${REINPLACE_CMD} -E

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-22 Thread Torfinn Ingolfsen
Hi, On Sun, Mar 21, 2010 at 8:55 PM, Tijl Coosemans t...@coosemans.org wrote: On Sunday 21 March 2010 18:16:05 Torfinn Ingolfsen wrote: About the problems with xfce 4.6.1 and Xorg 7.5 Further evidence that the problen is somehow connected to xfce4-session; 1) I deinstalled

curl, c-ares, and IPv6

2010-03-22 Thread Peter Pentchev
Hi, If this is of interest to anybody, I just committed an update to the c-ares asynchronous DNS resolver library, and also a little change to the cURL port, finally allowing it to do async DNS lookups when IPv6 support is enabled. I intend to turn IPv6 support on by default for the upcoming

Current unassigned ports problem reports

2010-03-22 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

Re: curl, c-ares, and IPv6

2010-03-22 Thread Peter Pentchev
On Mon, Mar 22, 2010 at 01:05:59PM +0200, Peter Pentchev wrote: Hi, If this is of interest to anybody, I just committed an update to the c-ares asynchronous DNS resolver library, and also a little change to the cURL port, finally allowing it to do async DNS lookups when IPv6 support is

Re: help with sed for post-patch

2010-03-22 Thread Eitan Adler
${REINPLACE_CMD} -e 's,$${CMAKE_BINARY_DIR}/lib,libdata/lib,' ${WRKSRC}/CMakeLists.txt This works perfectly - I was missing the double $$ - thanks. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To