From c9712f9374f1eef5f6f478e3765a393e3aa16f15 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Mon, 22 Sep 2014 19:50:15 +0000 Subject: devel/rudiments: 0.46_2 -> 0.47 0.47 - fixed possible null-dereference in xmldomnode::safeAppend added charstring::inSetIgnoringCase xmldomnode::setAttributeValue does nothing when the null node is referenced now fixed a codetree bug that could cause indentation to attempt to go negative when using an unsigned number added a configure test to see if -Wno-format is needed configure tests for mlockall/munlockall attempt link now added sys/types.h before sys/un.h in sys/un.h test for older freebsd implemented stubs for pure virtual methods of client and server classes so instances of them could be created to attach already-open file descriptors to unified usage of select/poll and prefer poll pushed all select/poll-related code into listener class removed problematic and unused useListener-related methods in filedescriptor class epoll is used in place of select/poll for systems that support it kqueue is used in place of select/poll for systems that support it consolidated getpagesize() calls to use sys::getPageSize() added detection and support for __vsnprintf for platforms that have that instead of vsnprintf added cancel and raiseSignal methods to the thread class fixed datetime memory leak added xmldomnode::clone method to clone a node renamed variablebuffer to bytebuffer renamed rawbuffer to bytestring refactored linkedlist added singlylinkedlist class added sort, detach, move and insert methods to linkedlist classes fixed file::open using O_CREAT without O_EXCL on windows PR: 193846 Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) --- devel/rudiments/files/patch-configure | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'devel/rudiments/files/patch-configure') diff --git a/devel/rudiments/files/patch-configure b/devel/rudiments/files/patch-configure index 6a2a9aa924e0..2e1e72e311a3 100644 --- a/devel/rudiments/files/patch-configure +++ b/devel/rudiments/files/patch-configure @@ -1,7 +1,7 @@ ---- configure.orig 2012-02-17 13:38:13.000000000 +0900 -+++ configure 2012-04-13 00:56:01.000000000 +0900 -@@ -15691,6 +15691,9 @@ - *minix* ) +--- configure.orig 2014-06-21 04:23:02 UTC ++++ configure +@@ -15765,6 +15765,9 @@ + *mingw32* ) WERROR="" ;; + freebsd* ) @@ -10,7 +10,7 @@ *) ;; esac -@@ -17476,8 +17479,8 @@ +@@ -17738,8 +17741,8 @@ HAVE_PTHREAD="" @@ -21,16 +21,7 @@ if ( test "$cross_compiling" = "yes" ) then -@@ -17496,7 +17499,7 @@ - - else - -- for i in "pthread" "c_r" "thread" "pthreads" "gthreads" "" -+ for i in "thread" "pthreads" "gthreads" "" - do - if ( test -n "$i" ) - then -@@ -17530,9 +17533,6 @@ +@@ -17795,9 +17798,6 @@ STATIC="" HEADERSANDLIBSPATH="" @@ -40,7 +31,7 @@ eval "PTHREADSTATIC=\"\"" if ( test -n "" ) then -@@ -17747,9 +17747,6 @@ +@@ -18012,9 +18012,6 @@ LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib$||g" -e "s|-L/lib$||g" -e "s|-L/usr/lib ||g" -e "s|-L/lib ||g"` LIBSTRING=`echo $LIBSTRING | sed -e "s|-L/usr/lib64$||g" -e "s|-L/lib64$||g" -e "s|-L/usr/lib64 ||g" -e "s|-L/lib64 ||g"` @@ -50,7 +41,7 @@ eval "PTHREADSTATIC=\"$STATIC\"" if ( test -n "" ) then -@@ -29618,47 +29615,47 @@ +@@ -30750,47 +30747,47 @@ # prepend DESTDIR where appropriate if ( test "`echo $ac_default_prefix | cut -c1`" = "/" ) then -- cgit v1.2.3