]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: remove unneeded patch for launchd
authorVincent Bernat <vincent@bernat.im>
Sat, 8 Aug 2015 19:24:06 +0000 (21:24 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 8 Aug 2015 19:24:06 +0000 (21:24 +0200)
It is not needed since 0.7.6.

osx/dont-install-launchd-plist.patch [deleted file]

diff --git a/osx/dont-install-launchd-plist.patch b/osx/dont-install-launchd-plist.patch
deleted file mode 100644 (file)
index 1d60466..0000000
+++ /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)