diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
| commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
| tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /math/rkward/files/patch-configure | |
| parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) | |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Notes
Notes:
svn path=/head/; revision=323748
Diffstat (limited to 'math/rkward/files/patch-configure')
| -rw-r--r-- | math/rkward/files/patch-configure | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/math/rkward/files/patch-configure b/math/rkward/files/patch-configure deleted file mode 100644 index 83de4447987c..000000000000 --- a/math/rkward/files/patch-configure +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig Mon May 7 13:10:22 2007 -+++ configure Mon May 21 17:03:34 2007 -@@ -29251,7 +29251,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-l$PTHREAD_LIBS $LIBS" -+LIBS="$PTHREAD_LIBS $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -31110,7 +31110,7 @@ - withval=$with_r_home; use_r_home="$withval" - else - use_r_home=`R CMD sh -c 'echo $R_HOME'` -- if test "$use_r_home" == "" ; then use_r_home="/usr/local/lib/R" ; fi -+ if test "$use_r_home" = "" ; then use_r_home="/usr/local/lib/R" ; fi - - fi - -@@ -31189,7 +31189,7 @@ - withval=$with_r_includes; use_r_includes="$withval" - else - use_r_includes=`$R_HOMEDIR/bin/R CMD sh -c 'echo $R_INCLUDE_DIR'` -- if test "$use_r_includes" == "" ; then use_r_includes="$R_HOMEDIR/include" ; fi -+ if test "$use_r_includes" = "" ; then use_r_includes="$R_HOMEDIR/include" ; fi - - fi - -@@ -33235,7 +33235,7 @@ - - - --CPPFLAGS+=" -DQT_NO_ASCII_CAST" -+CPPFLAGS="$CPPFLAGS -DQT_NO_ASCII_CAST" - - - |
