mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
fetchmail: Bump to 6.4.33
Separate `fetchmailconf` as a subpackage.
This commit is contained in:
22
packages/fetchmail/fetchmailconf-exec-python.patch
Normal file
22
packages/fetchmail/fetchmailconf-exec-python.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -207,7 +207,7 @@
|
||||
Doxyfile
|
||||
|
||||
fetchmailconf:
|
||||
- ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@
|
||||
+ ( echo '#! /bin/sh' && echo 'exec python @pythondir@/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@
|
||||
|
||||
FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt
|
||||
AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -2375,7 +2375,7 @@
|
||||
$(srcdir)/specgen.sh $(VERSION) >fetchmail.spec
|
||||
|
||||
fetchmailconf:
|
||||
- ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@
|
||||
+ ( echo '#! /bin/sh' && echo 'exec python @pythondir@/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@
|
||||
|
||||
FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt
|
||||
AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@
|
||||
Reference in New Issue
Block a user