pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/inspircd3



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May  6 17:40:16 UTC 2019

Modified Files:
        pkgsrc/chat/inspircd3: distinfo
        pkgsrc/chat/inspircd3/patches: patch-make_template_main.mk

Log Message:
chat/inspircd3: Use BSD_INSTALL


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/inspircd3/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/chat/inspircd3/patches/patch-make_template_main.mk

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

Modified files:

Index: pkgsrc/chat/inspircd3/distinfo
diff -u pkgsrc/chat/inspircd3/distinfo:1.2 pkgsrc/chat/inspircd3/distinfo:1.3
--- pkgsrc/chat/inspircd3/distinfo:1.2  Fri May  3 19:03:02 2019
+++ pkgsrc/chat/inspircd3/distinfo      Mon May  6 17:40:16 2019
@@ -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_inspircd.conf.exam
 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

Index: pkgsrc/chat/inspircd3/patches/patch-make_template_main.mk
diff -u pkgsrc/chat/inspircd3/patches/patch-make_template_main.mk:1.1 pkgsrc/chat/inspircd3/patches/patch-make_template_main.mk:1.2
--- pkgsrc/chat/inspircd3/patches/patch-make_template_main.mk:1.1       Fri May  3 17:14:28 2019
+++ pkgsrc/chat/inspircd3/patches/patch-make_template_main.mk   Mon May  6 17:40:16 2019
@@ -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