pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/unrealircd unrealircd: Install some examples to a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b11f77fd00c2
branches:  trunk
changeset: 337554:b11f77fd00c2
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 07 13:30:37 2019 +0000

description:
unrealircd: Install some examples to a more sensible location.

While here, we probably don't need to regenerate the configure script
any more. So don't do that.

Bump PKGREVISION.

diffstat:

 chat/unrealircd/Makefile |  10 +++-------
 chat/unrealircd/PLIST    |   8 ++++----
 2 files changed, 7 insertions(+), 11 deletions(-)

diffs (74 lines):

diff -r d1ae424fca11 -r b11f77fd00c2 chat/unrealircd/Makefile
--- a/chat/unrealircd/Makefile  Wed Aug 07 13:14:33 2019 +0000
+++ b/chat/unrealircd/Makefile  Wed Aug 07 13:30:37 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2019/08/07 13:14:16 nia Exp $
+# $NetBSD: Makefile,v 1.63 2019/08/07 13:30:37 nia Exp $
 
 DISTNAME=      unrealircd-4.2.4.1
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  https://www.unrealircd.org/unrealircd4/
 
@@ -12,7 +13,6 @@
 CONFLICTS+=    ircu-[0-9]*
 
 GNU_CONFIGURE= YES
-USE_TOOLS+=    aclocal autoconf autoheader automake bash
 USE_TOOLS+=    gmake gunzip pkg-config
 
 .include "options.mk"
@@ -98,7 +98,6 @@
 INSTALLATION_DIRS+=    ${IRCD_EG}
 INSTALLATION_DIRS+=    ${IRCD_EG}/aliases
 INSTALLATION_DIRS+=    ${IRCD_EG}/help
-INSTALLATION_DIRS+=    ${IRCD_EG}/examples
 INSTALLATION_DIRS+=    ${IRCD_EG}/ssl
 
 OWN_DIRS_PERMS+=       unrealircd/tmp ${UIRCD_USER} ${UIRCD_GROUP} 0755
@@ -107,9 +106,6 @@
 OWN_DIRS_PERMS+=       unrealircd/cache ${UIRCD_USER} ${UIRCD_GROUP} 0755
 OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR} ${UIRCD_USER} ${UIRCD_GROUP} 0755
 
-pre-configure:
-       cd ${WRKSRC} && ${BASH} ./autogen.sh
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/ircd ${DESTDIR}${PREFIX}/bin/unrealircd
        ${INSTALL_DATA} ${WRKSRC}/doc/Authors ${DESTDIR}${PREFIX}/share/doc/unrealircd
@@ -117,12 +113,12 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/tao.of.irc ${DESTDIR}${PREFIX}/share/doc/unrealircd
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/*.default.conf ${DESTDIR}${IRCD_EG}
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/*.optional.conf ${DESTDIR}${IRCD_EG}
+       ${INSTALL_DATA} ${WRKSRC}/doc/conf/examples/*.conf ${DESTDIR}${IRCD_EG}
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/spamfilter.conf ${DESTDIR}${IRCD_EG}
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/badwords.conf ${DESTDIR}${IRCD_EG}
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/dccallow.conf ${DESTDIR}${IRCD_EG}
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/aliases/*.conf ${DESTDIR}${IRCD_EG}/aliases
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/help/*.conf ${DESTDIR}${IRCD_EG}/help
-       ${INSTALL_DATA} ${WRKSRC}/doc/conf/examples/*.conf ${DESTDIR}${IRCD_EG}/examples
        ${INSTALL_DATA} ${WRKSRC}/doc/conf/ssl/curl-ca-bundle.crt ${DESTDIR}${IRCD_EG}/ssl
        ${INSTALL_SCRIPT} ${WRKSRC}/unrealircd ${DESTDIR}${PREFIX}/unrealircd/scripts
        ${INSTALL_LIB} ${WRKSRC}/src/modules/*.so ${DESTDIR}${PREFIX}/lib/unrealircd/modules
diff -r d1ae424fca11 -r b11f77fd00c2 chat/unrealircd/PLIST
--- a/chat/unrealircd/PLIST     Wed Aug 07 13:14:33 2019 +0000
+++ b/chat/unrealircd/PLIST     Wed Aug 07 13:30:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/08/07 13:14:16 nia Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/08/07 13:30:37 nia Exp $
 bin/unrealircd
 lib/unrealircd/modules/antimixedutf8.so
 lib/unrealircd/modules/antirandom.so
@@ -174,9 +174,9 @@
 share/examples/unrealircd/aliases/operstats.conf
 share/examples/unrealircd/badwords.conf
 share/examples/unrealircd/dccallow.conf
-share/examples/unrealircd/examples/example.conf
-share/examples/unrealircd/examples/example.fr.conf
-share/examples/unrealircd/examples/example.tr.conf
+share/examples/unrealircd/example.conf
+share/examples/unrealircd/example.fr.conf
+share/examples/unrealircd/example.tr.conf
 share/examples/unrealircd/help/help.conf
 share/examples/unrealircd/help/help.de.conf
 share/examples/unrealircd/help/help.fr.conf



Home | Main Index | Thread Index | Old Index