pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
anope: enable DISABLE_TOOLS, following advice from anope contributors that they should be disabled (apparently the tools are removed in the dev branch anyway).
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Tue Feb 5 18:54:55 2019 +0000
Changeset: fd3abbb5f2c0ee093c7a0024f5964f7607a22c90
Modified Files:
anope/Makefile
anope/PLIST
Log Message:
anope: enable DISABLE_TOOLS, following advice from anope contributors
that they should be disabled (apparently the tools are removed in the
dev branch anyway).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd3abbb5f2c0ee093c7a0024f5964f7607a22c90
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
anope/Makefile | 5 ++---
anope/PLIST | 3 ---
2 files changed, 2 insertions(+), 6 deletions(-)
diffs:
diff --git a/anope/Makefile b/anope/Makefile
index 6e319103db..69f84eb788 100644
--- a/anope/Makefile
+++ b/anope/Makefile
@@ -13,11 +13,12 @@ COMMENT= Modular set of IRC services
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
-USE_TOOLS+= bash
USE_CMAKE= yes
CMAKE_ARGS+= -DPROGRAM_NAME=anope
+CMAKE_ARGS+= -DDISABLE_TOOLS=ON
+
CMAKE_ARGS+= -DDB_DIR=anope/data
CMAKE_ARGS+= -DCONF_DIR=${PKG_SYSCONFDIR}/anope
CMAKE_ARGS+= -DLIB_DIR=lib/anope
@@ -59,8 +60,6 @@ USE_PKGLOCALEDIR= yes
INSTALLATION_DIRS+= ${EGDIR}
INSTALLATION_DIRS+= ${DOCDIR}
-REPLACE_BASH+= src/tools/geoipupdate.sh
-
CONF_FILES+= ${EGDIR}/botserv.conf ${PKG_SYSCONFDIR}/anope/botserv.conf
CONF_FILES+= ${EGDIR}/chanserv.conf ${PKG_SYSCONFDIR}/anope/chanserv.conf
CONF_FILES+= ${EGDIR}/chanstats.conf ${PKG_SYSCONFDIR}/anope/chanstats.conf
diff --git a/anope/PLIST b/anope/PLIST
index 063920af09..f2abe56943 100644
--- a/anope/PLIST
+++ b/anope/PLIST
@@ -23,9 +23,6 @@ anope/data/modules/webcpanel/templates/default/operserv/akill.html
anope/data/modules/webcpanel/templates/default/register.html
anope/data/modules/webcpanel/templates/default/style.css
bin/anope
-bin/anoperc
-bin/anopesmtp
-bin/geoipupdate.sh
lib/anope/modules/bahamut.so
lib/anope/modules/botserv.so
lib/anope/modules/bs_assign.so
Home |
Main Index |
Thread Index |
Old Index