summaryrefslogtreecommitdiff
path: root/chat/atheme/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-06-16 10:38:27 +0000
committeradrianp <adrianp@pkgsrc.org>2008-06-16 10:38:27 +0000
commit7dbad25904970daa45dd9a62e174c4b2fd16893e (patch)
tree9d47dc2c7343b236862052f6ff637a295f8d0521 /chat/atheme/patches
parent41a8a28ca5907fff45de5616bd705da0749cd135 (diff)
downloadpkgsrc-7dbad25904970daa45dd9a62e174c4b2fd16893e.tar.gz
atheme-services is a set of Services for IRC networks that allows users to
manage their channels in a secure and efficient way and allows operators to manage various things about their networks. Unlike it's predecessor, Shrike, services has a completely reworked form of channel management that feels somewhat like eggdrop and is somewhat more useful. Services currently works with many irc daemons. More details are available in the config file.
Diffstat (limited to 'chat/atheme/patches')
-rw-r--r--chat/atheme/patches/patch-aa20
-rw-r--r--chat/atheme/patches/patch-ab13
2 files changed, 33 insertions, 0 deletions
diff --git a/chat/atheme/patches/patch-aa b/chat/atheme/patches/patch-aa
new file mode 100644
index 00000000000..e2a738d8bdc
--- /dev/null
+++ b/chat/atheme/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/06/16 10:38:27 adrianp Exp $
+
+--- src/Makefile.in.orig 2008-02-11 02:58:09.000000000 +0000
++++ src/Makefile.in
+@@ -131,15 +131,8 @@ install: build
+ $(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)
+ $(INSTALL) -m 755 -d $(DESTDIR)$(localstatedir)
+ $(INSTALL) -m 755 -d $(DESTDIR)$(DOCDIR)
+- $(INSTALL) -m 755 -d $(DESTDIR)$(LOGDIR)
+- $(INSTALL) -m 755 -d $(DESTDIR)$(RUNDIR)
+- $(INSTALL) -m 755 -d $(DESTDIR)$(DATADIR)
+ $(INSTALL) -m 755 -d $(DESTDIR)$(SHAREDIR)/help
+ $(INSTALL) -m 755 -c $(BIN) $(DESTDIR)$(bindir)
+- $(INSTALL) -m 640 -c ../dist/atheme.conf.example $(DESTDIR)$(sysconfdir)
+- $(INSTALL) -m 640 -c ../dist/atheme.motd.example $(DESTDIR)$(sysconfdir)
+- $(INSTALL) -m 640 -c ../dist/atheme.conf.userserv-example $(DESTDIR)$(sysconfdir)
+- $(INSTALL) -m 640 -c ../dist/atheme.cron.example $(DESTDIR)$(sysconfdir)
+ [ -f ${DESTDIR}${bindir}/atheme ] && ${RM} ${DESTDIR}${bindir}/atheme || :
+ -${RM} -f $(DESTDIR)${DOCDIR}/HOOKS $(DESTDIR)${DOCDIR}/MODES $(DESTDIR)${DOCDIR}/XMLRPCLIB
+ (cd ../doc; for i in *; do \
diff --git a/chat/atheme/patches/patch-ab b/chat/atheme/patches/patch-ab
new file mode 100644
index 00000000000..d284ec8abd4
--- /dev/null
+++ b/chat/atheme/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/06/16 10:38:27 adrianp Exp $
+
+--- configure.orig 2008-02-11 02:58:20.000000000 +0000
++++ configure
+@@ -7026,7 +7026,7 @@ if test "${enable_fhs_paths+set}" = set;
+ MODDIR='${libdir}/atheme'
+ SHAREDIR='${datadir}/atheme'
+ LOGDIR='${localstatedir}/log/atheme'
+- DATADIR='${localstatedir}/lib/atheme'
++ DATADIR='${localstatedir}/atheme'
+ RUNDIR='${localstatedir}/run/atheme'
+ ;;
+ no)