pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/consolekit/patches Delete stale ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cdf0c8b88a2
branches:  trunk
changeset: 308323:0cdf0c8b88a2
user:      youri <youri%pkgsrc.org@localhost>
date:      Sun May 20 23:44:13 2018 +0000

description:
Delete stale patches.

diffstat:

 sysutils/consolekit/patches/patch-data_Makefile.am |  16 ----------------
 sysutils/consolekit/patches/patch-data_Makefile.in |  15 ---------------
 2 files changed, 0 insertions(+), 31 deletions(-)

diffs (39 lines):

diff -r 3313be650d5f -r 0cdf0c8b88a2 sysutils/consolekit/patches/patch-data_Makefile.am
--- a/sysutils/consolekit/patches/patch-data_Makefile.am        Sun May 20 23:11:45 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-data_Makefile.am,v 1.2 2016/06/18 11:09:36 ryoon Exp $
-
-* Fix installation of script data files
-
---- data/Makefile.am.orig      2015-06-28 08:37:44.000000000 +0000
-+++ data/Makefile.am
-@@ -113,8 +113,7 @@ install-logrotate: $(LOGROTATE_CONFS)
- 
- install-90-consolekit: $(XINITRC_CONFS)
-       $(MKDIR_P) $(DESTDIR)$(XINITRC_DIR)/
--      $(INSTALL_PROGRAM) 90-consolekit $(DESTDIR)$(XINITRC_DIR) && \
--              chmod +x $(DESTDIR)$(XINITRC_DIR)/90-consolekit
-+      $(INSTALL_DATA) 90-consolekit $(DESTDIR)$(XINITRC_DIR)
- 
- uninstall-logrotate:
-       rm -f $(DESTDIR)$(sysconfdir)/logrotate.d/consolekit
diff -r 3313be650d5f -r 0cdf0c8b88a2 sysutils/consolekit/patches/patch-data_Makefile.in
--- a/sysutils/consolekit/patches/patch-data_Makefile.in        Sun May 20 23:11:45 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-data_Makefile.in,v 1.1 2016/06/18 11:09:36 ryoon Exp $
-
-* Fix installation of script data files
-
---- data/Makefile.in.orig      2016-03-19 15:19:18.000000000 +0000
-+++ data/Makefile.in
-@@ -784,7 +784,7 @@ install-logrotate: $(LOGROTATE_CONFS)
- 
- install-90-consolekit: $(XINITRC_CONFS)
-       $(MKDIR_P) $(DESTDIR)$(XINITRC_DIR)/
--      $(INSTALL_PROGRAM) 90-consolekit $(DESTDIR)$(XINITRC_DIR) && \
-+      $(INSTALL_SCRIPT) 90-consolekit $(DESTDIR)$(XINITRC_DIR) && \
-               chmod +x $(DESTDIR)$(XINITRC_DIR)/90-consolekit
- 
- uninstall-logrotate:



Home | Main Index | Thread Index | Old Index