diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-07 12:35:01 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-07 12:35:01 +0000 |
commit | f118043f7e5359baac271e6812336cd7c3eb41f6 (patch) | |
tree | 5c16c8f846a20cf14802e04f2129744a9045a374 /x11/xpra/files/patch-setup.py | |
parent | Update calibre to 4.12.0 (diff) |
Remove expired ports:
2020-02-29 lang/gcc6: Unsupported by upstream. Use GCC 9 or newer instead.
2020-02-28 www/pycarddav: Deprecated by upstream, please migrate to deskutils/py-khard
2020-03-02 x11/xpra: Old, uses EOLed python27
2020-03-02 x11-wm/ccsm: Old, uses EOLed python27
2020-03-02 x11-toolkits/py-gtkglext: Old, uses EOLed python27
2020-03-02 deskutils/syncthing-gtk: Old, uses EOLed python27
2020-03-02 x11-wm/compiz-fusion: Old, uses EOLed python27
2020-03-02 x11/run_scaled: Old, uses EOLed python27
Notes
Notes:
svn path=/head/; revision=527938
Diffstat (limited to 'x11/xpra/files/patch-setup.py')
-rw-r--r-- | x11/xpra/files/patch-setup.py | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py deleted file mode 100644 index 5e4f0d9518cb..000000000000 --- a/x11/xpra/files/patch-setup.py +++ /dev/null @@ -1,37 +0,0 @@ ---- setup.py.orig 2019-03-19 15:05:07 UTC -+++ setup.py -@@ -1551,12 +1551,12 @@ else: - add_data_files("%s/xpra/" % libexec, libexec_scripts) - if data_ENABLED: - man_path = "share/man" -- if OPENBSD: -+ if OPENBSD or FREEBSD: - man_path = "man" - add_data_files("%s/man1" % man_path, ["man/xpra.1", "man/xpra_launcher.1"]) - add_data_files("share/applications", glob.glob("xdg/*.desktop")) - add_data_files("share/mime/packages", ["xdg/application-x-xpraconfig.xml"]) -- add_data_files("share/icons", ["xdg/xpra.png", "xdg/xpra-mdns.png", "xdg/xpra-shadow.png"]) -+ add_data_files("share/pixmaps", ["xdg/xpra.png", "xdg/xpra-mdns.png", "xdg/xpra-shadow.png"]) - add_data_files("share/appdata", ["xdg/xpra.appdata.xml"]) - - #here, we override build and install so we can -@@ -1605,7 +1605,7 @@ else: - - if printing_ENABLED and POSIX: - #install "/usr/lib/cups/backend" with 0700 permissions: -- copytodir("cups/xpraforwarder", "lib/cups/backend", chmod=0o700) -+ copytodir("cups/xpraforwarder", "libexec/cups/backend", chmod=0o700) - - if x11_ENABLED: - #install xpra_Xdummy if we need it: -@@ -1678,8 +1678,8 @@ else: - remove_packages("xpra.platform.win32", "xpra.platform.darwin") - if data_ENABLED: - #not supported by all distros, but doesn't hurt to install them anyway: -- for x in ("tmpfiles.d", "sysusers.d"): -- add_data_files("lib/%s" % x, ["%s/xpra.conf" % x]) -+# for x in ("tmpfiles.d", "sysusers.d"): -+# add_data_files("lib/%s" % x, ["%s/xpra.conf" % x]) - if uinput_ENABLED: - add_data_files("lib/udev/rules.d/", ["udev/rules.d/71-xpra-virtual-pointer.rules"]) - |