summaryrefslogtreecommitdiff
path: root/net-mgmt/tork/files/patch-configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net-mgmt/tork/files/patch-configure
parentRemove 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 'net-mgmt/tork/files/patch-configure')
-rw-r--r--net-mgmt/tork/files/patch-configure41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-mgmt/tork/files/patch-configure b/net-mgmt/tork/files/patch-configure
deleted file mode 100644
index c10856b34e5c..000000000000
--- a/net-mgmt/tork/files/patch-configure
+++ /dev/null
@@ -1,41 +0,0 @@
---- configure.orig 2008-04-21 19:36:01.000000000 +0200
-+++ configure 2008-04-21 19:41:19.000000000 +0200
-@@ -12289,13 +12289,13 @@
- if test $ac_cv_func_dlopen = yes; then
- lt_cv_dlopen="dlopen"
- else
-- { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
--echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
-+ { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
-+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; }
- if test "${ac_cv_lib_dl_dlopen+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-ldl $LIBS"
-+LIBS="-lc $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -12351,7 +12351,7 @@
- { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
- echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
- if test $ac_cv_lib_dl_dlopen = yes; then
-- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
-+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lc"
- else
- { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
- echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
-@@ -38129,9 +38129,9 @@
-
- { echo "$as_me:$LINENO: checking for correct poll prototype" >&5
- echo $ECHO_N "checking for correct poll prototype... $ECHO_C" >&6; }
--PROTO=
--for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \
-- 'struct pollfd *ufds, nfds_t nfds, int timeout'
-+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout"
-+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout"
-+for PROTO in "$PROTO1" "$PROTO2"
- do
- if test "${PROTO}" = ""; then
- cat >conftest.$ac_ext <<_ACEOF