diff options
Diffstat (limited to 'science/kst2/files')
-rw-r--r-- | science/kst2/files/patch-configure | 240 | ||||
-rw-r--r-- | science/kst2/files/patch-kst-kst-emailthread.cpp | 10 | ||||
-rw-r--r-- | science/kst2/files/patch-kst-kst-stdinsource.cpp | 11 | ||||
-rw-r--r-- | science/kst2/files/patch-kst_kst-changenptsdialog.ui | 10 | ||||
-rw-r--r-- | science/kst2/files/patch-kst_kst-datawizard.ui | 14 | ||||
-rw-r--r-- | science/kst2/files/patch-kst_kst-psddialog.ui | 10 | ||||
-rw-r--r-- | science/kst2/files/patch-kst_kst-vectordialog.ui | 9 |
7 files changed, 0 insertions, 304 deletions
diff --git a/science/kst2/files/patch-configure b/science/kst2/files/patch-configure deleted file mode 100644 index 03ca409fc3ef..000000000000 --- a/science/kst2/files/patch-configure +++ /dev/null @@ -1,240 +0,0 @@ ---- configure.orig Wed Aug 18 23:51:59 2004 -+++ configure Thu Nov 11 22:25:38 2004 -@@ -26420,12 +26420,178 @@ - - - -- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+ LIBPTHREAD="" -+ -+ if test -n "$PTHREAD_LIBS"; then -+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then -+ LIBPTHREAD="PTHREAD" -+ else -+ PTHREAD_LIBS_save="$PTHREAD_LIBS" -+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'` -+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6 -+ -+ kde_save_LDFLAGS="$LDFLAGS" -+ kde_save_LIBS="$LIBS" -+ LDFLAGS="$LDFLAGS $all_libraries" -+ case $host_os in -+ aix*) LDFLAGS="-brtl $LDFLAGS" -+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" -+ ;; -+ esac -+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh` -+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6 -+if eval "test \"\${$as_ac_Lib+set}\" = set"; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-l$PTHREAD_LIBS $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any gcc2 internal prototype to avoid an error. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char pthread_create (); -+int -+main () -+{ -+pthread_create (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+ (eval $ac_link) 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; }; then -+ eval "$as_ac_Lib=yes" -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+eval "$as_ac_Lib=no" -+fi -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+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 -+ LIBPTHREAD="$PTHREAD_LIBS_save" -+fi -+ -+ LDFLAGS="$kde_save_LDFLAGS" -+ LIBS="$kde_save_LIBS" -+ -+ PTHREAD_LIBS="$PTHREAD_LIBS_save" -+ fi -+ fi -+ -+ if test -z "$LIBPTHREAD"; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lpthread $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any gcc2 internal prototype to avoid an error. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char pthread_create (); -+int -+main () -+{ -+pthread_create (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+ (eval $ac_link) 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; }; then -+ ac_cv_lib_pthread_pthread_create=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ac_cv_lib_pthread_pthread_create=no -+fi -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 -+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 -+if test $ac_cv_lib_pthread_pthread_create = yes; then -+ LIBPTHREAD="-lpthread" -+fi -+ -+ fi -+ -+ if test -z "$LIBPTHREAD" ; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 - echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -- kde_safe_libs=$LIBS -- LIBS="$LIBS -lpthread" -- cat >conftest.$ac_ext <<_ACEOF --/* #line $LINENO "configure" */ -+ kde_safe_libs=$LIBS -+ LIBS="$LIBS -lpthread" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -26442,31 +26608,46 @@ - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest$ac_exeext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - -- echo "$as_me:$LINENO: result: yes" >&5 -+ echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 -- LIBPTHREAD="-lpthread" -+ LIBPTHREAD="-lpthread" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -- echo "$as_me:$LINENO: result: no" >&5 -+ echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi --rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -- LIBS=$kde_safe_libs -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LIBS=$kde_safe_libs -+ fi - -+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then -+ LIBPTHREAD="" -+ fi - - - diff --git a/science/kst2/files/patch-kst-kst-emailthread.cpp b/science/kst2/files/patch-kst-kst-emailthread.cpp deleted file mode 100644 index dce82b081375..000000000000 --- a/science/kst2/files/patch-kst-kst-emailthread.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kst/kst/emailthread.cpp.orig Wed Oct 13 15:09:20 2004 -+++ kst/kst/emailthread.cpp Wed Oct 13 15:13:23 2004 -@@ -15,6 +15,7 @@ - * * - ***************************************************************************/ - -+#include <sys/types.h> - #include <netdb.h> - #include <sys/socket.h> - #include <ctype.h> diff --git a/science/kst2/files/patch-kst-kst-stdinsource.cpp b/science/kst2/files/patch-kst-kst-stdinsource.cpp deleted file mode 100644 index 9d0d3445ecb7..000000000000 --- a/science/kst2/files/patch-kst-kst-stdinsource.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kst/kst/stdinsource.cpp.orig Thu Apr 29 02:14:41 2004 -+++ kst/kst/stdinsource.cpp Thu Apr 29 02:15:33 2004 -@@ -28,7 +28,7 @@ - # include <sys/time.h> - # include <time.h> - #else --# ifdef HAVE_SYS_TIME_H -+# if defined(HAVE_SYS_TIME_H) || defined(__FreeBSD__) - # include <sys/time.h> - # else - # include <time.h> diff --git a/science/kst2/files/patch-kst_kst-changenptsdialog.ui b/science/kst2/files/patch-kst_kst-changenptsdialog.ui deleted file mode 100644 index 5cd9f9a7c977..000000000000 --- a/science/kst2/files/patch-kst_kst-changenptsdialog.ui +++ /dev/null @@ -1,10 +0,0 @@ ---- kst/kst/changenptsdialog.ui.orig Wed Sep 28 10:45:52 2005 -+++ kst/kst/changenptsdialog.ui Wed Sep 28 10:46:00 2005 -@@ -195,7 +195,4 @@ - <tabstop>Cancel</tabstop> - </tabstops> - <layoutdefaults spacing="6" margin="11"/> --<includehints> -- <includehint>kstdatarange.h</includehint> --</includehints> - </UI> diff --git a/science/kst2/files/patch-kst_kst-datawizard.ui b/science/kst2/files/patch-kst_kst-datawizard.ui deleted file mode 100644 index 9d4d9f8b44de..000000000000 --- a/science/kst2/files/patch-kst_kst-datawizard.ui +++ /dev/null @@ -1,14 +0,0 @@ ---- kst/kst/datawizard.ui.orig Wed Sep 28 10:34:23 2005 -+++ kst/kst/datawizard.ui Wed Sep 28 10:34:42 2005 -@@ -1163,11 +1163,8 @@ - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -- <includehint>kstdatarange.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> -- <includehint>kstfftoptions.h</includehint> -- <includehint>kcombobox.h</includehint> - <includehint>kcombobox.h</includehint> - </includehints> - </UI> diff --git a/science/kst2/files/patch-kst_kst-psddialog.ui b/science/kst2/files/patch-kst_kst-psddialog.ui deleted file mode 100644 index fc3ca0cc4ab4..000000000000 --- a/science/kst2/files/patch-kst_kst-psddialog.ui +++ /dev/null @@ -1,10 +0,0 @@ ---- kst/kst/psddialog.ui.orig Wed Sep 28 10:53:28 2005 -+++ kst/kst/psddialog.ui Wed Sep 28 10:53:37 2005 -@@ -310,7 +310,6 @@ - <layoutdefaults spacing="6" margin="11"/> - <includehints> - <includehint>vectorselector.h</includehint> -- <includehint>kstfftoptions.h</includehint> - <includehint>curveplacementwidget.h</includehint> - <includehint>curveappearancewidget.h</includehint> - </includehints> diff --git a/science/kst2/files/patch-kst_kst-vectordialog.ui b/science/kst2/files/patch-kst_kst-vectordialog.ui deleted file mode 100644 index 7f6785aeaee5..000000000000 --- a/science/kst2/files/patch-kst_kst-vectordialog.ui +++ /dev/null @@ -1,9 +0,0 @@ ---- kst/kst/vectordialog.ui.orig Wed Sep 28 10:49:25 2005 -+++ kst/kst/vectordialog.ui Wed Sep 28 10:49:37 2005 -@@ -248,6 +248,5 @@ - <includehint>kpushbutton.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> -- <includehint>kstdatarange.h</includehint> - </includehints> - </UI> |