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

(-)irc/bitchx/Makefile (-2 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=       BitchX
8
PORTNAME=       BitchX
9
PORTVERSION=	1.0c18
9
PORTVERSION=	1.0c19
10
CATEGORIES+=	irc gnome
10
CATEGORIES+=	irc gnome
11
MASTER_SITES=	ftp://ftp.bitchx.com/pub/BitchX/source/ \
11
MASTER_SITES=	ftp://ftp.bitchx.com/pub/BitchX/source/ \
12
		ftp://ftp.bitchx.org/pub/BitchX/source/
12
		ftp://ftp.bitchx.org/pub/BitchX/source/
13
DISTNAME=	ircii-pana-1.0c18
13
DISTNAME=	ircii-pana-1.0c19
14
14
15
MAINTAINER=	calle.madestrand@norrgarden.se
15
MAINTAINER=	calle.madestrand@norrgarden.se
16
16
(-)irc/bitchx/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ircii-pana-1.0c18.tar.gz) = 737276281ae911c5e1e17b028ebee045
1
MD5 (ircii-pana-1.0c19.tar.gz) = 79431ff0880e7317049045981fac8adc
(-)irc/bitchx/files/patch-ap (-6 / +5 lines)
Lines 1-12 Link Here
1
--- Makefile.in.orig	Tue Mar 13 18:40:31 2001
1
--- Makefile.in.orig	Mon Mar  5 21:30:04 2001
2
+++ Makefile.in	Tue Mar 13 18:42:58 2001
2
+++ Makefile.in	Fri Apr 19 15:09:40 2002
3
@@ -114,8 +114,7 @@
3
@@ -115,7 +115,7 @@
4
 
5
 # This command will be used to install the BitchX help files. If you don't
4
 # This command will be used to install the BitchX help files. If you don't
6
 # want to install them, replace with the following:
5
 # want to install them, replace with the following:
7
-# INSTALL_HELP_CMD = @echo The help files have not been installed.
6
 # INSTALL_HELP_CMD = @echo The help files have not been installed.
8
-INSTALL_HELP_CMD = @INSTALL_HELP_CMD@
7
-INSTALL_HELP_CMD = @INSTALL_HELP_CMD@
9
+INSTALL_HELP_CMD = echo 
8
+INSTALL_HELP_CMD = echo
10
 
9
 
11
 # This is where the optional plugins will be copied to.
10
 # This is where the optional plugins will be copied to.
12
 PLUGINDIR = @PLUGINDIR@
11
 PLUGINDIR = @PLUGINDIR@
(-)irc/bitchx/files/patch-az (-39 / +39 lines)
Lines 1-16 Link Here
1
--- configure.orig	Sun Jan  7 23:24:22 2001
1
--- configure.orig	Sun Mar 24 11:30:49 2002
2
+++ configure	Wed Apr 11 15:18:39 2001
2
+++ configure	Fri Apr 19 15:27:15 2002
3
@@ -701,6 +701,7 @@
3
@@ -868,6 +868,8 @@
4
   --with-ssl              Enable SSL support
4
   --with-ssl              Enable SSL support
5
   --with-tgetent          Use tgetent (termcap) instead of setupterm (ncurses)
5
   --with-tgetent          Use tgetent (termcap) instead of setupterm (ncurses)
6
   --with-tcl              Enable Tcl support
6
   --with-tcl              Enable Tcl support
7
+  --with-tcl-includes=PFX Prefix where tcl.h is installed (optional)
7
+  --with-tcl-includes=PFX Prefix where tcl.h is installed (optional)
8
+
8
   --with-maildir=PATH     Enable QMAIL support
9
   --with-maildir=PATH     Enable QMAIL support
9
   --with-default-server=SERVERNAME:PORT:PASSWORD:NICK:SERVERNETWORK
10
   --with-default-server=SERVERNAME:PORT:PASSWORD:NICK:SERVERNETWORK
10
                           Connect to SERVERNAME by default
11
                           Connect to SERVERNAME by default
11
@@ -9244,6 +9245,18 @@
12
@@ -11120,6 +11122,17 @@
12
 #define WANT_TCL 1
13
 #define WANT_TCL 1
13
 EOF
14
 _ACEOF
14
 
15
 
15
+# Check whether --with-tcl-includes was given.
16
+# Check whether --with-tcl-includes was given.
16
+if test "${with_tcl_includes+set}" = set; then
17
+if test "${with_tcl_includes+set}" = set; then
Lines 20-82 Link Here
20
+  TCL_INCLUDE=-I/usr/local/include
21
+  TCL_INCLUDE=-I/usr/local/include
21
+fi;
22
+fi;
22
+
23
+
23
+cat >>confdefs.h <<\EOF
24
+cat >>confdefs.h <<\ACEOF
24
+#define WANT_TCL 1
25
+#define WANT_TCL 1
25
+EOF
26
+ACEOF
26
+
27
 
27
 echo "$as_me:9247: checking for dlopen in -ldl" >&5
28
   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
28
 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
29
 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
29
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
30
@@ -11518,13 +11531,13 @@
30
@@ -9524,13 +9537,13 @@
31
 
31
   TCL_LIBS="-ltcl"
32
 else
33
 
32
 
34
-echo "$as_me:9527: checking for Tcl_SetVar in -ltcl80" >&5
33
 
35
-echo $ECHO_N "checking for Tcl_SetVar in -ltcl80... $ECHO_C" >&6
34
-                  echo "$as_me:$LINENO: checking for Tcl_SetVar in -ltcl" >&5
36
-if test "${ac_cv_lib_tcl80_Tcl_SetVar+set}" = set; then
35
-echo $ECHO_N "checking for Tcl_SetVar in -ltcl... $ECHO_C" >&6
37
+echo "$as_me:9527: checking for Tcl_SetVar in -ltcl83" >&5
36
-if test "${ac_cv_lib_tcl_Tcl_SetVar+set}" = set; then
37
+                  echo "$as_me:$LINENO: checking for Tcl_SetVar in -ltcl83" >&5
38
+echo $ECHO_N "checking for Tcl_SetVar in -ltcl83... $ECHO_C" >&6
38
+echo $ECHO_N "checking for Tcl_SetVar in -ltcl83... $ECHO_C" >&6
39
+if test "${ac_cv_lib_tcl83_Tcl_SetVar+set}" = set; then
39
+if test "${ac_cv_lib_tcl83_Tcl_SetVar+set}" = set; then
40
   echo $ECHO_N "(cached) $ECHO_C" >&6
40
   echo $ECHO_N "(cached) $ECHO_C" >&6
41
 else
41
 else
42
   ac_check_lib_save_LIBS=$LIBS
42
   ac_check_lib_save_LIBS=$LIBS
43
-LIBS="-ltcl80  $LIBS"
43
-LIBS="-ltcl  $LIBS"
44
+LIBS="-ltcl83  $LIBS"
44
+LIBS="-ltcl83  $LIBS"
45
 cat >conftest.$ac_ext <<_ACEOF
45
 cat >conftest.$ac_ext <<_ACEOF
46
 #line 9535 "configure"
46
 #line $LINENO "configure"
47
 #include "confdefs.h"
47
 #include "confdefs.h"
48
@@ -9552,19 +9565,19 @@
48
@@ -11562,19 +11575,19 @@
49
 _ACEOF
49
   ac_status=$?
50
 rm -f conftest.$ac_objext conftest$ac_exeext
50
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51
 if { (eval echo $as_me:9554: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
51
   (exit $ac_status); }; }; then
52
-  ac_cv_lib_tcl80_Tcl_SetVar=yes
52
-  ac_cv_lib_tcl_Tcl_SetVar=yes
53
+  ac_cv_lib_tcl83_Tcl_SetVar=yes
53
+  ac_cv_lib_tcl83_Tcl_SetVar=yes
54
 else
54
 else
55
   echo "$as_me: failed program was:" >&5
55
   echo "$as_me: failed program was:" >&5
56
   cat conftest.$ac_ext >&5
56
 cat conftest.$ac_ext >&5
57
-  ac_cv_lib_tcl80_Tcl_SetVar=no
57
-ac_cv_lib_tcl_Tcl_SetVar=no
58
+  ac_cv_lib_tcl83_Tcl_SetVar=no
58
+ac_cv_lib_tcl83_Tcl_SetVar=no
59
 fi
59
 fi
60
 rm -f conftest$ac_exeext conftest.$ac_ext
60
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
61
 LIBS=$ac_check_lib_save_LIBS
61
 LIBS=$ac_check_lib_save_LIBS
62
 fi
62
 fi
63
-echo "$as_me:9564: result: $ac_cv_lib_tcl80_Tcl_SetVar" >&5
63
-echo "$as_me:$LINENO: result: $ac_cv_lib_tcl_Tcl_SetVar" >&5
64
-echo "${ECHO_T}$ac_cv_lib_tcl80_Tcl_SetVar" >&6
64
-echo "${ECHO_T}$ac_cv_lib_tcl_Tcl_SetVar" >&6
65
-if test $ac_cv_lib_tcl80_Tcl_SetVar = yes; then
65
-if test $ac_cv_lib_tcl_Tcl_SetVar = yes; then
66
-  TCL_LIBS="-ltcl80"
66
-  TCL_LIBS="-ltcl"
67
+echo "$as_me:9564: result: $ac_cv_lib_tcl83_Tcl_SetVar" >&5
67
+echo "$as_me:$LINENO: result: $ac_cv_lib_tcl83_Tcl_SetVar" >&5
68
+echo "${ECHO_T}$ac_cv_lib_tcl83_Tcl_SetVar" >&6
68
+echo "${ECHO_T}$ac_cv_lib_tcl83_Tcl_SetVar" >&6
69
+if test $ac_cv_lib_tcl83_Tcl_SetVar = yes; then
69
+if test $ac_cv_lib_tcl83_Tcl_SetVar = yes; then
70
+  TCL_LIBS="-ltcl83"
70
+  TCL_LIBS="-ltcl83"
71
 else
71
 else
72
 
72
   echo "$as_me:$LINENO: checking for alternate libtcl" >&5
73
 echo "$as_me:9570: checking for Tcl_SetVar in -ltcl76" >&5
73
 echo $ECHO_N "checking for alternate libtcl... $ECHO_C" >&6
74
@@ -12023,7 +12036,7 @@
74
@@ -14776,7 +14789,7 @@
75
   HINT_FILE="BitchX.hints"
76
 fi
75
 fi
77
 
76
 
77
 
78
-INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include"
78
-INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include"
79
+INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include $TCL_INCLUDE"
79
+INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include $TCL_INCLUDE"
80
 
80
 
81
 cat >>confdefs.h <<EOF
81
 
82
 #define DEFAULT_CTOOLZ_DIR "$DEFAULT_CTOOLZ_DIR"
82
 
(-)irc/bitchx/pkg-plist (-4 / +2 lines)
Lines 1-7 Link Here
1
%%NOGNOME:%%bin/BitchX
1
%%NOGNOME:%%bin/BitchX
2
%%NOGNOME:%%bin/BitchX-1.0c18
2
%%NOGNOME:%%bin/BitchX-1.0c19
3
%%GNOME:%%bin/gtkBitchX
3
%%GNOME:%%bin/gtkBitchX
4
%%GNOME:%%bin/gtkBitchX-1.0c18
4
%%GNOME:%%bin/gtkBitchX-1.0c19
5
%%NOGNOME:%%bin/scr-bx
5
%%NOGNOME:%%bin/scr-bx
6
share/bx/BitchX.help
6
share/bx/BitchX.help
7
share/bx/BitchX.ircnames
7
share/bx/BitchX.ircnames
Lines 991-1000 Link Here
991
@dirrm share/bx/help/6_Functions
991
@dirrm share/bx/help/6_Functions
992
@dirrm share/bx/help/5_Programming/on
992
@dirrm share/bx/help/5_Programming/on
993
@dirrm share/bx/help/5_Programming
993
@dirrm share/bx/help/5_Programming
994
@dirrm share/bx/help/4_Misc/wset
995
@dirrm share/bx/help/4_Misc/window
994
@dirrm share/bx/help/4_Misc/window
996
@dirrm share/bx/help/4_Misc/set
995
@dirrm share/bx/help/4_Misc/set
997
@dirrm share/bx/help/4_Misc/fset
998
@dirrm share/bx/help/4_Misc/bind
996
@dirrm share/bx/help/4_Misc/bind
999
@dirrm share/bx/help/4_Misc
997
@dirrm share/bx/help/4_Misc
1000
@dirrm share/bx/help/3_Operators
998
@dirrm share/bx/help/3_Operators

Return to bug 37376