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

(-)ircd-ratbox/Makefile (-6 / +9 lines)
Lines 7-18 Link Here
7
# ex: ts=8
7
# ex: ts=8
8
8
9
PORTNAME=	ircd-ratbox
9
PORTNAME=	ircd-ratbox
10
PORTVERSION=	2.2.5
10
PORTVERSION=	2.2.6
11
CATEGORIES=	irc ipv6
11
CATEGORIES=	irc ipv6
12
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/old/		\
12
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/		\
13
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/old/	\
13
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/		\
14
		http://www.ircd-ratbox.org/download/old/		\
14
		http://www.ircd-ratbox.org/download/			\
15
		ftp://ftp.parodius.com/pub/ircd-ratbox/old/
15
		ftp://ftp.parodius.com/pub/ircd-ratbox/
16
EXTRACT_SUFX=	.tgz
16
EXTRACT_SUFX=	.tgz
17
17
18
MAINTAINER=	shaun@FreeBSD.org
18
MAINTAINER=	shaun@FreeBSD.org
Lines 107-113 Link Here
107
	@${ECHO_MSG} ""
107
	@${ECHO_MSG} ""
108
	@${ECHO_MSG} "This port has additional options:"
108
	@${ECHO_MSG} "This port has additional options:"
109
	@${ECHO_MSG} "    NICKLEN     [default 9, max 50]    - Max nick length on server"
109
	@${ECHO_MSG} "    NICKLEN     [default 9, max 50]    - Max nick length on server"
110
	@${ECHO_MSG} "    TOPICLEN    [default 120, max 390] - Max topic length"
110
	@${ECHO_MSG} "    TOPICLEN    [default 160, max 390] - Max topic length"
111
	@${ECHO_MSG} ""
111
	@${ECHO_MSG} ""
112
	@${ECHO_MSG} "Press CTRL+C now if you wish to set them."
112
	@${ECHO_MSG} "Press CTRL+C now if you wish to set them."
113
	@${ECHO_MSG} ""
113
	@${ECHO_MSG} ""
Lines 117-122 Link Here
117
	@${REINPLACE_CMD} -e "s#%%PREFIX%%#${PREFIX}#g"		  \
117
	@${REINPLACE_CMD} -e "s#%%PREFIX%%#${PREFIX}#g"		  \
118
			  ${WRKSRC}/doc/example.conf		  \
118
			  ${WRKSRC}/doc/example.conf		  \
119
			  ${WRKSRC}/doc/example.efnet.conf
119
			  ${WRKSRC}/doc/example.efnet.conf
120
	@${REINPLACE_CMD} -e "s#%%LOGDIR%%#${LOGDIR}#g"		\
121
				${WRKSRC}/doc/example.conf	\
122
				${WRKSRC}/doc/example.efnet.conf
120
	@${REINPLACE_CMD} -e "s#%%RUNDIR%%#${RUNDIR}#g" ${WRKSRC}/include/config.h
123
	@${REINPLACE_CMD} -e "s#%%RUNDIR%%#${RUNDIR}#g" ${WRKSRC}/include/config.h
121
124
122
pre-su-install:
125
pre-su-install:
(-)ircd-ratbox/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ircd-ratbox-2.2.5.tgz) = b741d256b5da779db20837ed7944985f
1
MD5 (ircd-ratbox-2.2.6.tgz) = d288f8169e08d9031a115814a8a88033
2
SHA256 (ircd-ratbox-2.2.5.tgz) = af915d17519edb9fc32ca7ce53c4f6f569a70da679bdd71d7a755a12d5cae9a9
2
SHA256 (ircd-ratbox-2.2.6.tgz) = b6dd01a15d13f29c0a87f507a63b212b3fe7a62bcd101ac123ec75fcca847c35
3
SIZE (ircd-ratbox-2.2.5.tgz) = 712793
3
SIZE (ircd-ratbox-2.2.6.tgz) = 713577
(-)ircd-ratbox/files/patch-doc_example.conf (-8 / +8 lines)
Lines 1-6 Link Here
1
--- doc/example.conf.orig	Sat Jun 11 22:26:01 2005
1
--- doc/example.conf.orig	Tue Aug 21 00:37:55 2007
2
+++ doc/example.conf	Fri Jan 27 06:46:05 2006
2
+++ doc/example.conf	Tue Aug 21 00:37:55 2007
3
@@ -110,16 +110,16 @@
3
@@ -117,16 +117,16 @@
4
 	 * - operspylog: operspy usage
4
 	 * - operspylog: operspy usage
5
 	 * - ioerrorlog: IO errors
5
 	 * - ioerrorlog: IO errors
6
 	 */
6
 	 */
Lines 27-34 Link Here
27
 };
27
 };
28
 
28
 
29
 /* class {}: contain information about classes for users (OLD Y:) */
29
 /* class {}: contain information about classes for users (OLD Y:) */
30
@@ -309,7 +309,7 @@
30
@@ -314,7 +314,7 @@
31
 	 * A password should not be defined when this is used, see 
31
 	 * A password should not be defined when this is used, see
32
 	 * doc/challenge.txt for more information.
32
 	 * doc/challenge.txt for more information.
33
 	 */
33
 	 */
34
-	#rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
34
-	#rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
Lines 36-42 Link Here
36
 
36
 
37
 	/* umodes: the specific umodes this oper gets when they oper.
37
 	/* umodes: the specific umodes this oper gets when they oper.
38
 	 * If this is specified an oper will not be given oper_umodes
38
 	 * If this is specified an oper will not be given oper_umodes
39
@@ -878,7 +878,7 @@
39
@@ -898,7 +898,7 @@
40
 	 *
40
 	 *
41
 	 * only define if servlink is not in same directory as ircd itself.
41
 	 * only define if servlink is not in same directory as ircd itself.
42
 	 */
42
 	 */
Lines 45-52 Link Here
45
 
45
 
46
 	/* use egd: if your system does not have *random devices yet you
46
 	/* use egd: if your system does not have *random devices yet you
47
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
47
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
48
@@ -923,8 +923,9 @@
48
@@ -948,8 +948,9 @@
49
 	/* module path: paths to search for modules specified below and 
49
 	/* module path: paths to search for modules specified below and
50
 	 * in /modload.
50
 	 * in /modload.
51
 	 */
51
 	 */
52
-	path = "/usr/local/ircd/modules";
52
-	path = "/usr/local/ircd/modules";
(-)ircd-ratbox/files/patch-doc_example.efnet.conf (-11 / +11 lines)
Lines 1-6 Link Here
1
--- doc/example.efnet.conf.orig	Sat Jun 11 22:26:01 2005
1
--- doc/example.efnet.conf.orig	Tue Aug 21 00:37:55 2007
2
+++ doc/example.efnet.conf	Fri Jan 27 06:47:05 2006
2
+++ doc/example.efnet.conf	Tue Aug 21 00:37:55 2007
3
@@ -112,16 +112,16 @@
3
@@ -119,16 +119,16 @@
4
 	 * - operspylog: operspy usage
4
 	 * - operspylog: operspy usage
5
 	 * - ioerrorlog: IO errors
5
 	 * - ioerrorlog: IO errors
6
 	 */
6
 	 */
Lines 27-34 Link Here
27
 };
27
 };
28
 
28
 
29
 /* class {}: contain information about classes for users (OLD Y:) */
29
 /* class {}: contain information about classes for users (OLD Y:) */
30
@@ -311,7 +311,7 @@
30
@@ -317,7 +317,7 @@
31
 	 * A password should not be defined when this is used, see 
31
 	 * A password should not be defined when this is used, see
32
 	 * doc/challenge.txt for more information.
32
 	 * doc/challenge.txt for more information.
33
 	 */
33
 	 */
34
-	#rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
34
-	#rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
Lines 36-42 Link Here
36
 
36
 
37
 	/* umodes: the specific umodes this oper gets when they oper.
37
 	/* umodes: the specific umodes this oper gets when they oper.
38
 	 * If this is specified an oper will not be given oper_umodes
38
 	 * If this is specified an oper will not be given oper_umodes
39
@@ -897,7 +897,7 @@
39
@@ -908,7 +908,7 @@
40
 	 *
40
 	 *
41
 	 * only define if servlink is not in same directory as ircd itself.
41
 	 * only define if servlink is not in same directory as ircd itself.
42
 	 */
42
 	 */
Lines 45-59 Link Here
45
 
45
 
46
 	/* use egd: if your system does not have *random devices yet you
46
 	/* use egd: if your system does not have *random devices yet you
47
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
47
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
48
@@ -942,8 +942,9 @@
48
@@ -958,8 +958,9 @@
49
 	/* module path: paths to search for modules specified below and 
49
 	/* module path: paths to search for modules specified below and
50
 	 * in /modload.
50
 	 * in /modload.
51
 	 */
51
 	 */
52
-	path = "/usr/local/ircd/modules";
52
-	path = "/usr/local/ircd/modules";
53
-	path = "/usr/local/ircd/modules/autoload";
53
-	path = "/usr/local/ircd/modules/autoload";
54
+        path = "%%PREFIX%%/lib/ircd-ratbox/modules/";
54
+	path = "%%PREFIX%%/lib/ircd-ratbox/modules/";
55
+        path = "%%PREFIX%%/lib/ircd-ratbox/modules/autoload/";
55
+	path = "%%PREFIX%%/lib/ircd-ratbox/modules/autoload/";
56
+        path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/";
56
+	path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/";
57
 
57
 
58
 	/* module: the name of a module to load on startup/rehash */
58
 	/* module: the name of a module to load on startup/rehash */
59
 	#module = "some_module.so";
59
 	#module = "some_module.so";

Return to bug 115950