SF.net SVN: gar:[26995] csw/mgar/pkg/zutils/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jan 11 04:52:46 CET 2023


Revision: 26995
          http://sourceforge.net/p/gar/code/26995
Author:   dmichelsen
Date:     2023-01-11 03:52:46 +0000 (Wed, 11 Jan 2023)
Log Message:
-----------
zutils/trunk: Remove unused patch

Modified Paths:
--------------
    csw/mgar/pkg/zutils/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch

Modified: csw/mgar/pkg/zutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zutils/trunk/Makefile	2023-01-11 03:43:51 UTC (rev 26994)
+++ csw/mgar/pkg/zutils/trunk/Makefile	2023-01-11 03:52:46 UTC (rev 26995)
@@ -16,7 +16,6 @@
 MASTER_SITES += http://download.savannah.gnu.org/releases/zutils/
 DISTFILES += $(DISTNAME).tar.lz
 PATCHFILES += 0001-Add-headers-for-kill-2.patch
-# PATCHFILES += 0002-Use-test-f-instead-of-e.patch
 
 VENDOR_URL = http://www.nongnu.org/zutils/zutils.html
 

Deleted: csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch
===================================================================
--- csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch	2023-01-11 03:43:51 UTC (rev 26994)
+++ csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch	2023-01-11 03:52:46 UTC (rev 26995)
@@ -1,25 +0,0 @@
-From 0cf92941a0ea6661a0e009354926b323291d4d3a Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 9 Dec 2022 06:15:54 +0100
-Subject: [PATCH] Use test -f instead of -e
-
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index fbd7102..81972a6 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -134,7 +134,7 @@ install-bin : all
- 	$(INSTALL_PROGRAM) ./zgrep "$(DESTDIR)$(bindir)/zgrep"
- 	$(INSTALL_PROGRAM) ./ztest "$(DESTDIR)$(bindir)/ztest"
- 	$(INSTALL_PROGRAM) ./zupdate "$(DESTDIR)$(bindir)/zupdate"
--	if [ ! -e "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ] ; then \
-+	if [ ! -f "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ] ; then \
- 	  if [ ! -d "$(DESTDIR)$(sysconfdir)" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(sysconfdir)" ; fi ; \
- 	  $(INSTALL_DATA) $(VPATH)/$(pkgname).conf "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ; \
- 	fi
--- 
-2.4.0
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list