pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd3 chat/inspircd3: Use BSD_INSTALL



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb0484ce012e
branches:  trunk
changeset: 323236:fb0484ce012e
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon May 06 17:40:16 2019 +0000

description:
chat/inspircd3: Use BSD_INSTALL

diffstat:

 chat/inspircd3/distinfo                            |   4 ++--
 chat/inspircd3/patches/patch-make_template_main.mk |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 320dba745a63 -r fb0484ce012e chat/inspircd3/distinfo
--- a/chat/inspircd3/distinfo   Mon May 06 15:47:39 2019 +0000
+++ b/chat/inspircd3/distinfo   Mon May 06 17:40:16 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2019/05/03 19:03:02 nia Exp $
+$NetBSD: distinfo,v 1.3 2019/05/06 17:40:16 nia Exp $
 
 SHA1 (inspircd-3.0.0.tar.gz) = 8b2ba94966bea4918782aaef8923581d66ec8aec
 RMD160 (inspircd-3.0.0.tar.gz) = 660bbed10afa988102f1453f4613e409550c2717
@@ -8,5 +8,5 @@
 SHA1 (patch-docs_conf_modules.conf.example) = 4a4ef063ae1c908268a34f0407a00c1df70a6a18
 SHA1 (patch-docs_conf_services_anope.conf.example) = ab9078cf3bbe5e7393a8463c95b8db02bc5c019f
 SHA1 (patch-docs_conf_services_atheme.conf.example) = ad1dc932b17497ef49c6daf50984f566c402eb2b
-SHA1 (patch-make_template_main.mk) = 51f4de27d7d946c2dffc7060628eb0f6f4f19db7
+SHA1 (patch-make_template_main.mk) = 7fe18abf9b19d52ee8b90f61f463d6ce7ab11d99
 SHA1 (patch-src_socketengines_socketengine__kqueue.cpp) = fb1e02ec8dad42dab981980c6b56f3ed11495328
diff -r 320dba745a63 -r fb0484ce012e chat/inspircd3/patches/patch-make_template_main.mk
--- a/chat/inspircd3/patches/patch-make_template_main.mk        Mon May 06 15:47:39 2019 +0000
+++ b/chat/inspircd3/patches/patch-make_template_main.mk        Mon May 06 17:40:16 2019 +0000
@@ -1,9 +1,18 @@
-$NetBSD: patch-make_template_main.mk,v 1.1 2019/05/03 17:14:28 nia Exp $
+$NetBSD: patch-make_template_main.mk,v 1.2 2019/05/06 17:40:16 nia Exp $
 
 bmake: exec(ginstall) failed (No such file or directory)
 
 --- make/template/main.mk.orig 2019-05-03 13:07:32.000000000 +0000
 +++ make/template/main.mk
+@@ -46,7 +46,7 @@ LOGPATH = "$(DESTDIR)@LOG_DIR@"
+ DATPATH = "$(DESTDIR)@DATA_DIR@"
+ BINPATH = "$(DESTDIR)@BINARY_DIR@"
+ SCRPATH = "$(DESTDIR)@SCRIPT_DIR@"
+-INSTALL = install
++INSTALL = $(BSD_INSTALL)
+ INSTMODE_DIR = 0750
+ INSTMODE_BIN = 0750
+ INSTMODE_LIB = 0640
 @@ -73,7 +73,6 @@ ifeq ($(SYSTEM), gnu)
  endif
  ifeq ($(SYSTEM), solaris)



Home | Main Index | Thread Index | Old Index