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

(-)balsa2/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	balsa2
8
PORTNAME=	balsa2
9
PORTVERSION=	2.0.9
9
PORTVERSION=	2.0.10
10
CATEGORIES=	mail gnome
10
CATEGORIES=	mail gnome
11
MASTER_SITES=	http://www.theochem.kth.se/~pawsa/balsa/ \
11
MASTER_SITES=	http://www.theochem.kth.se/~pawsa/balsa/ \
12
		ftp://ftp.newton.cx/pub/balsa/
12
		ftp://ftp.newton.cx/pub/balsa/
(-)balsa2/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (balsa-2.0.9.tar.bz2) = f8fc07818ee1d854d77b806d315ba0e2
1
MD5 (balsa-2.0.10.tar.bz2) = c4e5325df8b9ddbf62778094568a6814
(-)balsa2/files/patch-configure (-20 / +17 lines)
Lines 1-8 Link Here
1
--- configure.orig	Sun Feb 16 10:45:05 2003
1
--- configure.orig	Mon Mar 24 23:43:20 2003
2
+++ configure	Wed Feb 19 03:52:18 2003
2
+++ configure	Wed Mar 26 17:00:43 2003
3
@@ -8294,13 +8294,13 @@
3
@@ -9004,13 +9004,13 @@
4
 else
4
 
5
 
5
 if test x$enable_deprecated_pspell = xyes ; then
6
 
6
 
7
-echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5
7
-echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5
8
-echo $ECHO_N "checking for new_pspell_manager in -lpspell... $ECHO_C" >&6
8
-echo $ECHO_N "checking for new_pspell_manager in -lpspell... $ECHO_C" >&6
Lines 17-33 Link Here
17
+LIBS="-lpspell -lstdc++ $LIBS"
17
+LIBS="-lpspell -lstdc++ $LIBS"
18
 cat >conftest.$ac_ext <<_ACEOF
18
 cat >conftest.$ac_ext <<_ACEOF
19
 #line $LINENO "configure"
19
 #line $LINENO "configure"
20
 #include "confdefs.h"
20
 /* confdefs.h.  */
21
@@ -8311,7 +8311,7 @@
21
@@ -9025,11 +9025,11 @@
22
 #endif
22
 #endif
23
 /* We use char because int might match the return type of a gcc2
23
 /* We use char because int might match the return type of a gcc2
24
    builtin and then its argument prototype would still apply.  */
24
    builtin and then its argument prototype would still apply.  */
25
-char new_pspell_manager ();
25
-char new_pspell_manager ();
26
+char new_aspell_speller ();
26
+char new_aspell_speller ();
27
 #ifdef F77_DUMMY_MAIN
28
 #  ifdef __cplusplus
29
      extern "C"
30
@@ -8321,7 +8321,7 @@
31
 int
27
 int
32
 main ()
28
 main ()
33
 {
29
 {
Lines 36-52 Link Here
36
   ;
32
   ;
37
   return 0;
33
   return 0;
38
 }
34
 }
39
@@ -8338,18 +8338,18 @@
35
@@ -9046,19 +9046,19 @@
40
   ac_status=$?
36
   ac_status=$?
41
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42
   (exit $ac_status); }; }; then
38
   (exit $ac_status); }; }; then
43
-  ac_cv_lib_pspell_new_pspell_manager=yes
39
-  ac_cv_lib_pspell_new_pspell_manager=yes
44
+  ac_cv_lib_pspell_new_aspell_speller=yes
40
+   ac_cv_lib_pspell_new_aspell_speller=yes
45
 else
41
 else
46
   echo "$as_me: failed program was:" >&5
42
   echo "$as_me: failed program was:" >&5
47
 cat conftest.$ac_ext >&5
43
 sed 's/^/| /' conftest.$ac_ext >&5
44
 
48
-ac_cv_lib_pspell_new_pspell_manager=no
45
-ac_cv_lib_pspell_new_pspell_manager=no
49
+ac_cv_lib_pspell_new_aspell_speller=no
46
+ ac_cv_lib_pspell_new_aspell_speller=no
50
 fi
47
 fi
51
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
48
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
52
 LIBS=$ac_check_lib_save_LIBS
49
 LIBS=$ac_check_lib_save_LIBS
Lines 54-66 Link Here
54
-echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_pspell_manager" >&5
51
-echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_pspell_manager" >&5
55
-echo "${ECHO_T}$ac_cv_lib_pspell_new_pspell_manager" >&6
52
-echo "${ECHO_T}$ac_cv_lib_pspell_new_pspell_manager" >&6
56
-if test $ac_cv_lib_pspell_new_pspell_manager = yes; then
53
-if test $ac_cv_lib_pspell_new_pspell_manager = yes; then
57
+echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_aspell_speller" >&5
54
+ echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_aspell_speller" >&5
58
+echo "${ECHO_T}$ac_cv_lib_pspell_new_aspell_speller" >&6
55
+ echo "${ECHO_T}$ac_cv_lib_pspell_new_aspell_speller" >&6
59
+if test $ac_cv_lib_pspell_new_aspell_speller = yes; then
56
+ if test $ac_cv_lib_pspell_new_aspell_speller = yes; then
60
   cat >>confdefs.h <<_ACEOF
57
   cat >>confdefs.h <<_ACEOF
61
 #define HAVE_LIBPSPELL 1
58
 #define HAVE_LIBPSPELL 1
62
 _ACEOF
59
 _ACEOF
63
@@ -10931,7 +10931,7 @@
60
@@ -10491,7 +10491,7 @@
64
   echo $ECHO_N "(cached) $ECHO_C" >&6
61
   echo $ECHO_N "(cached) $ECHO_C" >&6
65
 else
62
 else
66
   ac_check_lib_save_LIBS=$LIBS
63
   ac_check_lib_save_LIBS=$LIBS
Lines 68-75 Link Here
68
+LIBS="-lldap -llber $LIBS"
65
+LIBS="-lldap -llber $LIBS"
69
 cat >conftest.$ac_ext <<_ACEOF
66
 cat >conftest.$ac_ext <<_ACEOF
70
 #line $LINENO "configure"
67
 #line $LINENO "configure"
71
 #include "confdefs.h"
68
 /* confdefs.h.  */
72
@@ -10986,7 +10986,7 @@
69
@@ -10545,7 +10545,7 @@
73
 #define ENABLE_LDAP 1
70
 #define ENABLE_LDAP 1
74
 _ACEOF
71
 _ACEOF
75
 
72
 
(-)balsa2/pkg-plist (+1 lines)
Lines 54-59 Link Here
54
share/locale/ko/LC_MESSAGES/balsa.mo
54
share/locale/ko/LC_MESSAGES/balsa.mo
55
share/locale/lt/LC_MESSAGES/balsa.mo
55
share/locale/lt/LC_MESSAGES/balsa.mo
56
share/locale/lv/LC_MESSAGES/balsa.mo
56
share/locale/lv/LC_MESSAGES/balsa.mo
57
share/locale/ml/LC_MESSAGES/balsa.mo
57
share/locale/ms/LC_MESSAGES/balsa.mo
58
share/locale/ms/LC_MESSAGES/balsa.mo
58
share/locale/nl/LC_MESSAGES/balsa.mo
59
share/locale/nl/LC_MESSAGES/balsa.mo
59
share/locale/nn/LC_MESSAGES/balsa.mo
60
share/locale/nn/LC_MESSAGES/balsa.mo

Return to bug 50316