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

(-)mldonkey/Makefile (-7 / +5 lines)
Lines 2-16 Link Here
2
# Date created:		21 August 2002
2
# Date created:		21 August 2002
3
# Whom:			Holger Lamm <holger@e-gitt.net>
3
# Whom:			Holger Lamm <holger@e-gitt.net>
4
#
4
#
5
# $FreeBSD: ports/net/mldonkey/Makefile,v 1.14 2004/02/04 05:08:14 marcus Exp $
5
# $FreeBSD: ports/net/mldonkey/Makefile,v 1.12 2003/10/30 09:35:00 krion Exp $
6
#
6
#
7
7
8
PORTNAME=	mldonkey
8
PORTNAME=	mldonkey
9
PORTVERSION=	2.5.4
9
PORTVERSION=	2.5.10
10
PORTREVISION=	1
11
CATEGORIES=	net
10
CATEGORIES=	net
12
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
11
MASTER_SITES=	http://mldonkey.org/downloads/
13
MASTER_SITE_SUBDIR=	${PORTNAME}/release-${PORTVERSION:C/\.(.)$/-\1/}/official
14
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
12
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
15
13
16
MAINTAINER=	holger@e-gitt.net
14
MAINTAINER=	holger@e-gitt.net
Lines 46-53 Link Here
46
.endif
45
.endif
47
.endif
46
.endif
48
47
49
DOCFILES=	AUTHORS BUGS ChangeLog FAQ.html \
48
DOCFILES=	Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \
50
		INSTALL TODO ed2k_links.txt
49
		Install.txt Readme.txt Todo.txt ed2k_links.txt
51
50
52
pre-everything::
51
pre-everything::
53
.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE)
52
.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE)
(-)mldonkey/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (mldonkey-2.5-4.tar.gz) = ef72a0c8e1337bfcce9f80f4a94dd927
1
MD5 (mldonkey-2.5.10.tar.gz) = 1bab1c008e7f867ccb48d8f1fd7e278d
2
SIZE (mldonkey-2.5.10.tar.gz) = 3190624
(-)mldonkey/files/patch-configure (-9 / +177 lines)
Lines 1-11 Link Here
1
--- config/configure.orig	Sun Oct 12 20:41:28 2003
1
--- config/configure.orig	Tue Feb 24 19:50:54 2004
2
+++ config/configure	Wed Jan  7 13:24:29 2004
2
+++ config/configure	Tue Feb 24 19:55:33 2004
3
@@ -3651,7 +3651,7 @@
3
@@ -8147,7 +8147,7 @@
4
 
4
 
5
 case "$OCAMLVERSION" in
6
   3.06) TYPE_FORMAT="";;
7
-  3.07) TYPE_FORMAT="";;
8
+  3.07*) TYPE_FORMAT="";;
9
   *) TYPE_FORMAT="type ('a,'b,'c) ml_format = ('a,'b, 'c,'c) format  type ('a,'b,'c) format = ('a,'b, 'c) ml_format";;
10
 esac		    
11
 
5
 
6
 
7
-for ac_header in endian.h
8
+for ac_header in sys/endian.h
9
 do
10
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12
@@ -8303,167 +8303,6 @@
13
 fi
14
 
15
 done
16
-
17
-
18
-
19
-for ac_header in byteswap.h
20
-do
21
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
23
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
24
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
26
-  echo $ECHO_N "(cached) $ECHO_C" >&6
27
-fi
28
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30
-else
31
-  # Is the header compilable?
32
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
33
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34
-cat >conftest.$ac_ext <<_ACEOF
35
-#line $LINENO "configure"
36
-/* confdefs.h.  */
37
-_ACEOF
38
-cat confdefs.h >>conftest.$ac_ext
39
-cat >>conftest.$ac_ext <<_ACEOF
40
-/* end confdefs.h.  */
41
-$ac_includes_default
42
-#include <$ac_header>
43
-_ACEOF
44
-rm -f conftest.$ac_objext
45
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
46
-  (eval $ac_compile) 2>&5
47
-  ac_status=$?
48
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
49
-  (exit $ac_status); } &&
50
-         { ac_try='test -s conftest.$ac_objext'
51
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
52
-  (eval $ac_try) 2>&5
53
-  ac_status=$?
54
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
55
-  (exit $ac_status); }; }; then
56
-  ac_header_compiler=yes
57
-else
58
-  echo "$as_me: failed program was:" >&5
59
-sed 's/^/| /' conftest.$ac_ext >&5
60
-
61
-ac_header_compiler=no
62
-fi
63
-rm -f conftest.$ac_objext conftest.$ac_ext
64
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
65
-echo "${ECHO_T}$ac_header_compiler" >&6
66
-
67
-# Is the header present?
68
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
69
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
70
-cat >conftest.$ac_ext <<_ACEOF
71
-#line $LINENO "configure"
72
-/* confdefs.h.  */
73
-_ACEOF
74
-cat confdefs.h >>conftest.$ac_ext
75
-cat >>conftest.$ac_ext <<_ACEOF
76
-/* end confdefs.h.  */
77
-#include <$ac_header>
78
-_ACEOF
79
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
80
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
81
-  ac_status=$?
82
-  grep -v '^ *+' conftest.er1 >conftest.err
83
-  rm -f conftest.er1
84
-  cat conftest.err >&5
85
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
86
-  (exit $ac_status); } >/dev/null; then
87
-  if test -s conftest.err; then
88
-    ac_cpp_err=$ac_c_preproc_warn_flag
89
-  else
90
-    ac_cpp_err=
91
-  fi
92
-else
93
-  ac_cpp_err=yes
94
-fi
95
-if test -z "$ac_cpp_err"; then
96
-  ac_header_preproc=yes
97
-else
98
-  echo "$as_me: failed program was:" >&5
99
-sed 's/^/| /' conftest.$ac_ext >&5
100
-
101
-  ac_header_preproc=no
102
-fi
103
-rm -f conftest.err conftest.$ac_ext
104
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
105
-echo "${ECHO_T}$ac_header_preproc" >&6
106
-
107
-# So?  What about this header?
108
-case $ac_header_compiler:$ac_header_preproc in
109
-  yes:no )
110
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
111
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
112
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
113
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
114
-    (
115
-      cat <<\_ASBOX
116
-## ------------------------------------ ##
117
-## Report this to bug-autoconf@gnu.org. ##
118
-## ------------------------------------ ##
119
-_ASBOX
120
-    ) |
121
-      sed "s/^/$as_me: WARNING:     /" >&2
122
-    ;;
123
-  no:yes )
124
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
125
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
126
-    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
127
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
128
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
129
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
130
-    (
131
-      cat <<\_ASBOX
132
-## ------------------------------------ ##
133
-## Report this to bug-autoconf@gnu.org. ##
134
-## ------------------------------------ ##
135
-_ASBOX
136
-    ) |
137
-      sed "s/^/$as_me: WARNING:     /" >&2
138
-    ;;
139
-esac
140
-echo "$as_me:$LINENO: checking for $ac_header" >&5
141
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
142
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
143
-  echo $ECHO_N "(cached) $ECHO_C" >&6
144
-else
145
-  eval "$as_ac_Header=$ac_header_preproc"
146
-fi
147
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
148
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
149
-
150
-fi
151
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
152
-  cat >>confdefs.h <<_ACEOF
153
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
154
-_ACEOF
155
-
156
-else
157
-
158
-	  echo "Do you want this script to install byteswap.h to /usr/include (y/n)?"
159
-	  read i
160
-	  case "$i" in
161
-	   y* | Y*)
162
-		echo "Will now try to copy byteswap.h to /usr/include/"
163
-		cp -i ../include/byteswap.h /usr/include
164
-		mkdir -vp /usr/include/bits
165
-		cp -i ../include/bits/byteswap.h /usr/include/bits/
166
-                  ;;
167
-	   *)
168
-		exit 1
169
-                  ;;
170
-	  esac
171
-
172
-fi
173
-
174
-done
175
-
176
-
177
 
178
 # On linux plaforms, we will have to check that includes from kernel are
179
 # available.
(-)mldonkey/pkg-plist (-4 / +6 lines)
Lines 7-17 Link Here
7
%%GUI%%bin/mlchat
7
%%GUI%%bin/mlchat
8
%%GUI%%bin/mlgui
8
%%GUI%%bin/mlgui
9
%%GUI%%bin/mlim
9
%%GUI%%bin/mlim
10
%%PORTDOCS%%share/doc/mldonkey/AUTHORS
10
%%PORTDOCS%%share/doc/mldonkey/Authors.txt
11
%%PORTDOCS%%share/doc/mldonkey/BUGS
11
%%PORTDOCS%%share/doc/mldonkey/Bugs.txt
12
%%PORTDOCS%%share/doc/mldonkey/ChangeLog
12
%%PORTDOCS%%share/doc/mldonkey/ChangeLog
13
%%PORTDOCS%%share/doc/mldonkey/Developers.txt
13
%%PORTDOCS%%share/doc/mldonkey/FAQ.html
14
%%PORTDOCS%%share/doc/mldonkey/FAQ.html
14
%%PORTDOCS%%share/doc/mldonkey/INSTALL
15
%%PORTDOCS%%share/doc/mldonkey/Install.txt
15
%%PORTDOCS%%share/doc/mldonkey/TODO
16
%%PORTDOCS%%share/doc/mldonkey/Readme.txt
17
%%PORTDOCS%%share/doc/mldonkey/Todo.txt
16
%%PORTDOCS%%share/doc/mldonkey/ed2k_links.txt
18
%%PORTDOCS%%share/doc/mldonkey/ed2k_links.txt
17
%%PORTDOCS%%@dirrm share/doc/mldonkey
19
%%PORTDOCS%%@dirrm share/doc/mldonkey

Return to bug 63318