Upgrade to 5.3p2, update PLIST.
PR: ports/8404 Submitted by: Ken Monville <desmo@bandwidth.org>
This commit is contained in:
parent
4204bb9bf7
commit
862fd4b01b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14577
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: ircd-hybrid
|
||||
# Version required: 5.3
|
||||
# Version required: 5.3p2
|
||||
# Date created: 9 January 1998
|
||||
# Whom: desmo@bandwidth.org
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1998/07/19 07:46:56 dburr Exp $
|
||||
# $Id: Makefile,v 1.7 1998/08/30 18:35:41 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ircd-hybrid-5.3
|
||||
DISTNAME= ircd-hybrid-5.3p2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.blackened.com/pub/irc/hybrid/
|
||||
|
||||
@ -20,6 +20,10 @@ pre-install:
|
||||
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tools/buildm4 ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tools/fixklines ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tools/mkpasswd ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tools/viconf ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${MANPREFIX}/man/man8
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/ircd.sh ${PREFIX}/etc/rc.d
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/example.conf.trillian ${PREFIX}/etc/ircd
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ircd-hybrid-5.3.tar.gz) = 7f22c603ac60d54e98e84bae2abd39d8
|
||||
MD5 (ircd-hybrid-5.3p2.tar.gz) = 6a00bffc4a70a00681c227d6dfa66262
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- include/config.h.orig Tue Jul 7 17:40:42 1998
|
||||
+++ include/config.h Sat Jul 11 23:52:40 1998
|
||||
--- include/config.h.orig Sat Sep 19 13:12:22 1998
|
||||
+++ include/config.h Thu Oct 22 00:39:54 1998
|
||||
@@ -27,8 +27,8 @@
|
||||
/***************** MAKE SURE THIS IS CORRECT!!!!!!!!! **************/
|
||||
/* ONLY EDIT "HARD_FDLIMIT_" and "INIT_MAXCLIENTS" */
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
|
||||
/* FAILED_OPER_NOTICE - send a notice to all opers when someone
|
||||
@@ -429,7 +429,7 @@
|
||||
@@ -435,7 +435,7 @@
|
||||
* mode "i" (i == invisible). Invisibility means people dont showup in
|
||||
* WHO or NAMES unless they are on the same channel as you.
|
||||
*/
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
/* OPER_KILL OPER_REHASH OPER_RESTART OPER_DIE OPER_REMOTE -
|
||||
* restrict what local global-Opers can do
|
||||
@@ -528,7 +528,7 @@
|
||||
@@ -534,7 +534,7 @@
|
||||
* security problem - they can use the "-f" option to read any files
|
||||
* that the 'new' access lets them.
|
||||
*/
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
/* M4_PREPROC - run ircd.conf through m4 preprocessor
|
||||
* To use m4 as a preprocessor on the ircd.conf file, define M4_PREPROC.
|
||||
@@ -557,11 +557,11 @@
|
||||
@@ -563,11 +563,11 @@
|
||||
* If you use syslog above, you may want to turn some (none) of the
|
||||
* spurious log messages for KILL,SQUIT,etc off.
|
||||
*/
|
||||
@ -75,7 +75,7 @@
|
||||
#undef SYSLOG_BLOCK_ALLOCATOR /* debug block allocator */
|
||||
|
||||
/* LOG_FACILITY - facility to use for syslog()
|
||||
@@ -609,8 +609,8 @@
|
||||
@@ -615,8 +615,8 @@
|
||||
* define IRC_UID to that UID. This should only be defined if you are running
|
||||
* as root and even then perhaps not.
|
||||
*/
|
||||
|
@ -1,4 +1,8 @@
|
||||
sbin/ircd
|
||||
bin/buildm4
|
||||
bin/fixklines
|
||||
bin/mkpasswd
|
||||
bin/viconf
|
||||
etc/rc.d/ircd.sh
|
||||
etc/ircd/example.conf.trillian
|
||||
etc/ircd/ircd.conf
|
||||
|
Loading…
Reference in New Issue
Block a user