pkgsrc-WIP-changes archive

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

ircd-hybrid: Remove references to share/.../messages and share/examples/...



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 27 21:24:46 2019 +0100
Changeset:	b2825fbe24bc2ab8a2802def8ff2fdc446922fa8

Modified Files:
	ircd-hybrid/Makefile
	ircd-hybrid/PLIST
	ircd-hybrid/TODO

Log Message:
ircd-hybrid: Remove references to share/.../messages and share/examples/...

Both are no longer used.

XXX: If etc/reference.conf is actually used as configuration file it should be
XXX: installed to share/examples/ircd-hybrid instead under share/doc for
XXX: consistency with most other packages.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b2825fbe24bc2ab8a2802def8ff2fdc446922fa8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ircd-hybrid/Makefile | 1 -
 ircd-hybrid/PLIST    | 1 -
 ircd-hybrid/TODO     | 4 ----
 3 files changed, 6 deletions(-)

diffs:
diff --git a/ircd-hybrid/Makefile b/ircd-hybrid/Makefile
index a11af83087..dfc65780a5 100644
--- a/ircd-hybrid/Makefile
+++ b/ircd-hybrid/Makefile
@@ -27,7 +27,6 @@ HYBRID_DOC_PLACE=	share/doc/ircd-hybrid
 HYBRID_DOC=		${PREFIX}/${HYBRID_DOC_PLACE}
 
 INSTALLATION_DIRS+=	${HYBRID_DOC_PLACE}/doc
-INSTALLATION_DIRS+=	share/ircd-hybrid/messages
 
 CONF_FILES_PERMS+=	${HYBRID_DOC_PLACE}/doc/reference.conf ${PKG_SYSCONFDIR}/reference.conf \
 			${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644
diff --git a/ircd-hybrid/PLIST b/ircd-hybrid/PLIST
index 43d2baee39..cb0c3eb290 100644
--- a/ircd-hybrid/PLIST
+++ b/ircd-hybrid/PLIST
@@ -163,5 +163,4 @@ share/ircd-hybrid/help/who
 share/ircd-hybrid/help/whois
 share/ircd-hybrid/help/whowas
 share/ircd-hybrid/help/xline
-@pkgdir share/ircd-hybrid/messages
 @pkgdir share/examples/ircd-hybrid
diff --git a/ircd-hybrid/TODO b/ircd-hybrid/TODO
index f6eb379b46..d4f86cb118 100644
--- a/ircd-hybrid/TODO
+++ b/ircd-hybrid/TODO
@@ -3,10 +3,6 @@
   etc/ircd-hybrid/ircd.conf.
 - Double-check if *.conf files (and maybe other files) in INSTALL still need to
   be created
-- Investigate if share/ircd-hybrid/messages still need to be appended to
-  INSTALLATION_DIRS and if not remove it and update PLIST accordingly
-- Investigate if the `@pkgdir share/examples/ircd-hybrid' is still needed in
-  PLIST
 - Investigate if etc/reference.conf is actually used by ircd
 - files installed in share/doc/ircd-hybrid/doc/ can be probably installed
   directly in share/doc/ircd-hybrid


Home | Main Index | Thread Index | Old Index