View | Details | Raw Unified | Return to bug 123055
Collapse All | Expand All

(-)tork/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tork
8
PORTNAME=	tork
9
PORTVERSION=	0.27
9
PORTVERSION=	0.28
10
CATEGORIES=	net-mgmt security
10
CATEGORIES=	net-mgmt security
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
(-)tork/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tork-0.27.tar.gz) = 491f1ce831e76ddebddaeb9e87fd892f
1
MD5 (tork-0.28.tar.gz) = c583acd3bda497babddfd57ffb04c33a
2
SHA256 (tork-0.27.tar.gz) = 0f819824a6043ea8e3f66d646952337db258b0c3deaecbae4e103fab419307bc
2
SHA256 (tork-0.28.tar.gz) = d0922d40ef88ccc4269551919c5adb9dd4386787cf50fd19c300095685c7bfc3
3
SIZE (tork-0.27.tar.gz) = 3158051
3
SIZE (tork-0.28.tar.gz) = 3167037
(-)tork/files/patch-configure (-194 / +7 lines)
Lines 1-136 Link Here
1
--- configure.orig	2007-12-30 14:03:06.000000000 +0100
1
--- configure.orig	2008-04-21 19:36:01.000000000 +0200
2
+++ configure	2008-02-10 03:25:35.000000000 +0100
2
+++ configure	2008-04-21 19:41:19.000000000 +0200
3
@@ -11975,13 +11975,13 @@
3
@@ -12289,13 +12289,13 @@
4
 
5
   darwin*)
6
   # if libdl is installed we need to link against it
7
-    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9
+    { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
10
+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; }
11
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12
   echo $ECHO_N "(cached) $ECHO_C" >&6
13
 else
14
   ac_check_lib_save_LIBS=$LIBS
15
-LIBS="-ldl  $LIBS"
16
+LIBS="-lc  $LIBS"
17
 cat >conftest.$ac_ext <<_ACEOF
18
 /* confdefs.h.  */
19
 _ACEOF
20
@@ -12037,7 +12037,7 @@
21
 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
22
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
23
 if test $ac_cv_lib_dl_dlopen = yes; then
24
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
25
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lc"
26
 else
27
 
28
     lt_cv_dlopen="dyld"
29
@@ -12281,13 +12281,13 @@
30
 if test $ac_cv_func_dlopen = yes; then
31
   lt_cv_dlopen="dlopen"
32
 else
33
-  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
34
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
35
+  { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
36
+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; }
37
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
38
   echo $ECHO_N "(cached) $ECHO_C" >&6
39
 else
40
   ac_check_lib_save_LIBS=$LIBS
41
-LIBS="-ldl  $LIBS"
42
+LIBS="-lc  $LIBS"
43
 cat >conftest.$ac_ext <<_ACEOF
44
 /* confdefs.h.  */
45
 _ACEOF
46
@@ -12343,7 +12343,7 @@
47
 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
48
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
49
 if test $ac_cv_lib_dl_dlopen = yes; then
50
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
51
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lc"
52
 else
53
   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
54
 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
55
@@ -15604,13 +15604,13 @@
56
 
57
   darwin*)
58
   # if libdl is installed we need to link against it
59
-    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
60
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
61
+    { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
62
+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; }
63
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
64
   echo $ECHO_N "(cached) $ECHO_C" >&6
65
 else
66
   ac_check_lib_save_LIBS=$LIBS
67
-LIBS="-ldl  $LIBS"
68
+LIBS="-lc  $LIBS"
69
 cat >conftest.$ac_ext <<_ACEOF
70
 /* confdefs.h.  */
71
 _ACEOF
72
@@ -15666,7 +15666,7 @@
73
 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
74
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
75
 if test $ac_cv_lib_dl_dlopen = yes; then
76
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
77
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lc"
78
 else
79
 
80
     lt_cv_dlopen="dyld"
81
@@ -15910,13 +15910,13 @@
82
 if test $ac_cv_func_dlopen = yes; then
83
   lt_cv_dlopen="dlopen"
84
 else
85
-  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
86
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
87
+  { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
88
+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; }
89
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
90
   echo $ECHO_N "(cached) $ECHO_C" >&6
91
 else
92
   ac_check_lib_save_LIBS=$LIBS
93
-LIBS="-ldl  $LIBS"
94
+LIBS="-lc  $LIBS"
95
 cat >conftest.$ac_ext <<_ACEOF
96
 /* confdefs.h.  */
97
 _ACEOF
98
@@ -15972,7 +15972,7 @@
99
 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
100
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
101
 if test $ac_cv_lib_dl_dlopen = yes; then
102
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
103
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lc"
104
 else
105
   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
106
 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
107
@@ -20946,13 +20946,13 @@
108
 
109
   darwin*)
110
   # if libdl is installed we need to link against it
111
-    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
112
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
113
+    { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
114
+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; }
115
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
116
   echo $ECHO_N "(cached) $ECHO_C" >&6
117
 else
118
   ac_check_lib_save_LIBS=$LIBS
119
-LIBS="-ldl  $LIBS"
120
+LIBS="-lc  $LIBS"
121
 cat >conftest.$ac_ext <<_ACEOF
122
 /* confdefs.h.  */
123
 _ACEOF
124
@@ -21008,7 +21008,7 @@
125
 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
126
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
127
 if test $ac_cv_lib_dl_dlopen = yes; then
128
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
129
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lc"
130
 else
131
 
132
     lt_cv_dlopen="dyld"
133
@@ -21252,13 +21252,13 @@
134
 if test $ac_cv_func_dlopen = yes; then
4
 if test $ac_cv_func_dlopen = yes; then
135
   lt_cv_dlopen="dlopen"
5
   lt_cv_dlopen="dlopen"
136
 else
6
 else
Lines 147-153 Link Here
147
 cat >conftest.$ac_ext <<_ACEOF
17
 cat >conftest.$ac_ext <<_ACEOF
148
 /* confdefs.h.  */
18
 /* confdefs.h.  */
149
 _ACEOF
19
 _ACEOF
150
@@ -21314,7 +21314,7 @@
20
@@ -12351,7 +12351,7 @@
151
 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
21
 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
152
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
22
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
153
 if test $ac_cv_lib_dl_dlopen = yes; then
23
 if test $ac_cv_lib_dl_dlopen = yes; then
Lines 156-225 Link Here
156
 else
26
 else
157
   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
27
   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
158
 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
28
 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
159
@@ -27209,13 +27209,13 @@
29
@@ -38129,9 +38129,9 @@
160
 
161
 
162
 
163
-{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
164
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
165
+{ echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
166
+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; }
167
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
168
   echo $ECHO_N "(cached) $ECHO_C" >&6
169
 else
170
   ac_check_lib_save_LIBS=$LIBS
171
-LIBS="-ldl  $LIBS"
172
+LIBS="-lc  $LIBS"
173
 cat >conftest.$ac_ext <<_ACEOF
174
 /* confdefs.h.  */
175
 _ACEOF
176
@@ -27272,7 +27272,7 @@
177
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
178
 if test $ac_cv_lib_dl_dlopen = yes; then
179
 
180
-LIBDL="-ldl"
181
+LIBDL="-lc"
182
 ac_cv_have_dlfcn=yes
183
 
184
 fi
185
@@ -37132,13 +37132,13 @@
186
 LIBS=
187
 
188
 
189
-{ echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5
190
-echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6; }
191
+{ echo "$as_me:$LINENO: checking for dlsym in -lc" >&5
192
+echo $ECHO_N "checking for dlsym in -lc... $ECHO_C" >&6; }
193
 if test "${ac_cv_lib_dl_dlsym+set}" = set; then
194
   echo $ECHO_N "(cached) $ECHO_C" >&6
195
 else
196
   ac_check_lib_save_LIBS=$LIBS
197
-LIBS="-ldl  $LIBS"
198
+LIBS="-lc  $LIBS"
199
 cat >conftest.$ac_ext <<_ACEOF
200
 /* confdefs.h.  */
201
 _ACEOF
202
@@ -37198,11 +37198,11 @@
203
 #define HAVE_LIBDL 1
204
 _ACEOF
205
 
206
-  LIBS="-ldl $LIBS"
207
+  LIBS="-lc $LIBS"
208
 
209
 else
210
-  { { echo "$as_me:$LINENO: error: \"libdl is required\"" >&5
211
-echo "$as_me: error: \"libdl is required\"" >&2;}
212
+  { { echo "$as_me:$LINENO: error: \"liblc is required\"" >&5
213
+echo "$as_me: error: \"liblc is required\"" >&2;}
214
    { (exit 1); exit 1; }; }
215
 fi
216
 
217
@@ -37710,8 +37710,9 @@
218
 
30
 
219
 { echo "$as_me:$LINENO: checking for correct poll prototype" >&5
31
 { echo "$as_me:$LINENO: checking for correct poll prototype" >&5
220
 echo $ECHO_N "checking for correct poll prototype... $ECHO_C" >&6; }
32
 echo $ECHO_N "checking for correct poll prototype... $ECHO_C" >&6; }
221
-PROTO=
33
-PROTO=
222
-for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout'
34
-for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \
35
-                 'struct pollfd *ufds, nfds_t nfds, int timeout'
223
+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout"
36
+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout"
224
+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout"
37
+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout"
225
+for PROTO in "$PROTO1" "$PROTO2"
38
+for PROTO in "$PROTO1" "$PROTO2"
(-)tork/files/patch-configure.in (-13 / +5 lines)
Lines 1-20 Link Here
1
--- configure.in.orig	2007-12-30 14:02:27.000000000 +0100
1
--- configure.in.orig	2008-04-21 19:43:11.000000000 +0200
2
+++ configure.in	2008-02-10 04:02:25.000000000 +0100
2
+++ configure.in	2008-04-21 19:43:47.000000000 +0200
3
@@ -465,7 +465,7 @@
3
@@ -887,9 +887,9 @@
4
 
5
 dnl Checks for libraries.
6
 dnl Replace `main' with a function in -ldl:
7
-AC_CHECK_LIB(dl, dlsym,,AC_MSG_ERROR("libdl is required"))
8
+AC_CHECK_LIB(c, dlsym,,AC_MSG_ERROR("liblc is required"))
9
 
10
 dnl If we're using gcc here define _GNU_SOURCE
11
 AC_MSG_CHECKING(for RTLD_NEXT from dlfcn.h)
12
@@ -671,8 +671,9 @@
13
 
4
 
14
 dnl Find the correct poll prototype on this machine 
5
 dnl Find the correct poll prototype on this machine 
15
 AC_MSG_CHECKING(for correct poll prototype)
6
 AC_MSG_CHECKING(for correct poll prototype)
16
-PROTO=
7
-PROTO=
17
-for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' 
8
-for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \
9
-                 'struct pollfd *ufds, nfds_t nfds, int timeout'
18
+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout"
10
+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout"
19
+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout"
11
+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout"
20
+for PROTO in "$PROTO1" "$PROTO2"
12
+for PROTO in "$PROTO1" "$PROTO2"
(-)tork/files/patch-configure.in.in (-13 / +5 lines)
Lines 1-20 Link Here
1
--- configure.in.in.orig	2007-12-29 22:18:50.000000000 +0100
1
--- configure.in.in.orig	2008-04-21 19:45:36.000000000 +0200
2
+++ configure.in.in	2008-02-10 04:03:12.000000000 +0100
2
+++ configure.in.in	2008-04-21 19:46:32.000000000 +0200
3
@@ -400,7 +400,7 @@
3
@@ -822,9 +822,9 @@
4
 
5
 dnl Checks for libraries.
6
 dnl Replace `main' with a function in -ldl:
7
-AC_CHECK_LIB(dl, dlsym,,AC_MSG_ERROR("libdl is required"))
8
+AC_CHECK_LIB(c, dlsym,,AC_MSG_ERROR("liblc is required"))
9
 
10
 dnl If we're using gcc here define _GNU_SOURCE
11
 AC_MSG_CHECKING(for RTLD_NEXT from dlfcn.h)
12
@@ -606,8 +606,9 @@
13
 
4
 
14
 dnl Find the correct poll prototype on this machine 
5
 dnl Find the correct poll prototype on this machine 
15
 AC_MSG_CHECKING(for correct poll prototype)
6
 AC_MSG_CHECKING(for correct poll prototype)
16
-PROTO=
7
-PROTO=
17
-for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' 
8
-for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \
9
-                 'struct pollfd *ufds, nfds_t nfds, int timeout'
18
+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout"
10
+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout"
19
+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout"
11
+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout"
20
+for PROTO in "$PROTO1" "$PROTO2"
12
+for PROTO in "$PROTO1" "$PROTO2"
(-)tork/pkg-plist (+3 lines)
Lines 407-417 Link Here
407
share/locale/fr/LC_MESSAGES/tork.mo
407
share/locale/fr/LC_MESSAGES/tork.mo
408
share/locale/libkickermenu_tork-cs/LC_MESSAGES/tork.mo
408
share/locale/libkickermenu_tork-cs/LC_MESSAGES/tork.mo
409
share/locale/libkickermenu_tork-fr/LC_MESSAGES/tork.mo
409
share/locale/libkickermenu_tork-fr/LC_MESSAGES/tork.mo
410
share/locale/libkickermenu_tork-zh_CN/LC_MESSAGES/tork.mo
410
share/locale/tr/LC_MESSAGES/tork.mo
411
share/locale/tr/LC_MESSAGES/tork.mo
411
share/locale/zh_CN/LC_MESSAGES/tork.mo
412
share/locale/zh_CN/LC_MESSAGES/tork.mo
412
share/menu/tork
413
share/menu/tork
413
share/pixmaps/tork.xpm
414
share/pixmaps/tork.xpm
414
share/services/torioslave.protocol
415
share/services/torioslave.protocol
416
@dirrm share/locale/libkickermenu_tork-zh_CN/LC_MESSAGES
417
@dirrm share/locale/libkickermenu_tork-zh_CN
415
@dirrm share/locale/libkickermenu_tork-fr/LC_MESSAGES
418
@dirrm share/locale/libkickermenu_tork-fr/LC_MESSAGES
416
@dirrm share/locale/libkickermenu_tork-fr
419
@dirrm share/locale/libkickermenu_tork-fr
417
@dirrm share/locale/libkickermenu_tork-cs/LC_MESSAGES
420
@dirrm share/locale/libkickermenu_tork-cs/LC_MESSAGES

Return to bug 123055