From 58920eb1532fdd0546972a0b4802e7840607e3bf Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 8 Aug 2015 21:24:06 +0200 Subject: [PATCH] osx: remove unneeded patch for launchd It is not needed since 0.7.6. --- osx/dont-install-launchd-plist.patch | 36 ---------------------------- 1 file changed, 36 deletions(-) delete mode 100644 osx/dont-install-launchd-plist.patch diff --git a/osx/dont-install-launchd-plist.patch b/osx/dont-install-launchd-plist.patch deleted file mode 100644 index 1d604661..00000000 --- a/osx/dont-install-launchd-plist.patch +++ /dev/null @@ -1,36 +0,0 @@ -Disable installation of the provided plist file for launchd. - -This file is installed at a fixed location outside of the prefix. This -makes Homebrew fails. In the future, a configure option will be -provided to avoid the installation of such a file. - -This patch is targeted at lldpd-0.7.6 only. - -diff -Naur lldpd-0.7.6.orig/osx/Makefile.am lldpd-0.7.6/osx/Makefile.am ---- lldpd-0.7.6.orig/osx/Makefile.am 2013-06-26 08:47:50.000000000 +0200 -+++ lldpd-0.7.6/osx/Makefile.am 2013-07-13 17:36:09.259797663 +0200 -@@ -58,10 +58,7 @@ - - # Install launchd plist - install-data-local: -- install -m 0755 -d $(DESTDIR)/Library/LaunchDaemons -- install -m 0644 im.bernat.lldpd.plist $(DESTDIR)/Library/LaunchDaemons - uninstall-local: -- rm -rf $(DESTDIR)/Library/LaunchDaemons - clean-local: - rm -rf $(ARCHS) - rm -rf $(PKG_DIR) -diff -Naur lldpd-0.7.6.orig/osx/Makefile.in lldpd-0.7.6/osx/Makefile.in ---- lldpd-0.7.6.orig/osx/Makefile.in 2013-07-12 10:09:06.000000000 +0200 -+++ lldpd-0.7.6/osx/Makefile.in 2013-07-13 17:35:43.195283824 +0200 -@@ -541,10 +541,7 @@ - - # Install launchd plist - @HOST_OS_OSX_TRUE@install-data-local: --@HOST_OS_OSX_TRUE@ install -m 0755 -d $(DESTDIR)/Library/LaunchDaemons --@HOST_OS_OSX_TRUE@ install -m 0644 im.bernat.lldpd.plist $(DESTDIR)/Library/LaunchDaemons - @HOST_OS_OSX_TRUE@uninstall-local: --@HOST_OS_OSX_TRUE@ rm -rf $(DESTDIR)/Library/LaunchDaemons - @HOST_OS_OSX_TRUE@clean-local: - @HOST_OS_OSX_TRUE@ rm -rf $(ARCHS) - @HOST_OS_OSX_TRUE@ rm -rf $(PKG_DIR) -- 2.39.5