]> git.pld-linux.org Git - packages/open-vm-tools.git/commitdiff
drop configure and libpng patches auto/th/open-vm-tools-11.1.0-1
authorJan Palus <atler@pld-linux.org>
Mon, 17 Aug 2020 19:00:56 +0000 (21:00 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 17 Aug 2020 19:00:56 +0000 (21:00 +0200)
removed from spec in eef9ab5 and 53ac406 respectively

open-vm-tools-configure.patch [deleted file]
open-vm-tools-libpng.patch [deleted file]

diff --git a/open-vm-tools-configure.patch b/open-vm-tools-configure.patch
deleted file mode 100644 (file)
index 1e56044..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- open-vm-tools-stable-10.1.0/open-vm-tools/configure.ac.orig        2016-12-14 19:52:27.228555603 +0100
-+++ open-vm-tools-stable-10.1.0/open-vm-tools/configure.ac     2016-12-14 19:52:32.282078440 +0100
-@@ -1595,7 +1595,6 @@
-    common-agent/input/invokers/Makefile \
-    common-agent/input/providerReg/Makefile \
-    common-agent/etc/Makefile           \
--   common-agent/etc/config/Makefile    \
-    common-agent/etc/scripts/Makefile   \
-    common-agent/etc/install/Makefile   \
-    xferlogs/Makefile                   \
---- open-vm-tools-stable-10.1.0/open-vm-tools/common-agent/etc/Makefile.am.orig        2016-12-14 19:57:06.720882094 +0100
-+++ open-vm-tools-stable-10.1.0/open-vm-tools/common-agent/etc/Makefile.am     2016-12-14 19:57:12.440464943 +0100
-@@ -15,7 +15,7 @@
- ### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- ################################################################################
--SUBDIRS = install config scripts
-+SUBDIRS = install scripts
- uninstall-hook:
-       rm -rf $(DESTDIR)/etc/vmware-caf
diff --git a/open-vm-tools-libpng.patch b/open-vm-tools-libpng.patch
deleted file mode 100644 (file)
index 910cca9..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ur open-vm-tools-2010.01.19-226760/lib/image/imageUtilPng.c open-vm-tools-2010.01.19-226760.new/lib/image/imageUtilPng.c
---- open-vm-tools-2010.01.19-226760/lib/image/imageUtilPng.c   2010-01-20 22:52:06.000000000 +0100
-+++ open-vm-tools-2010.01.19-226760.new/lib/image/imageUtilPng.c       2010-02-15 11:28:48.819746664 +0100
-@@ -136,7 +136,7 @@
-       goto exit;
-    }
--   if (setjmp(png_ptr->jmpbuf)) {
-+   if (setjmp(png_jmpbuf(png_ptr))) {
-       png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
-       goto exit;
-    }
-@@ -350,7 +350,7 @@
-       goto error;
-    }
--   if (setjmp(png_ptr->jmpbuf)) {
-+   if (setjmp(png_jmpbuf(png_ptr))) {
-       png_destroy_write_struct(&png_ptr, &info_ptr);
-       goto error;
-    }
---- open-vm-tools-2009.12.16-217847/configure.ac.old   2010-02-15 13:13:41.027109223 +0100
-+++ open-vm-tools-2009.12.16-217847/configure.ac       2010-02-15 13:13:51.165024639 +0100
-@@ -498,9 +498,9 @@
-                             [AC_MSG_ERROR([uriparser library not found or is too old. Please configure without Unity (using --disable-unity) or install the liburiparser devel package.])])
-            # Check for libpng.
--           AC_VMW_CHECK_LIB([png12],
-+           AC_VMW_CHECK_LIB([png],
-                             [LIBPNG],
--                            [libpng12],
-+                            [libpng],
-                             [libpng-config],
-                             [],
-                             [png.h],
This page took 0.196509 seconds and 4 git commands to generate.